using System; namespace System.ComponentModel.Design { /// Defines identifiers for the standard set of commands that are available to most applications. // Token: 0x02000050 RID: 80 public class StandardCommands { // Token: 0x06000335 RID: 821 RVA: 0x00009E2C File Offset: 0x0000802C static StandardCommands() { Guid guid = new Guid("5efc7975-14bc-11cf-9b2b-00aa00573819"); Guid guid2 = new Guid("74d21313-2aee-11d1-8bfb-00a0c90f26f7"); StandardCommands.AlignBottom = new CommandID(guid, 1); StandardCommands.AlignHorizontalCenters = new CommandID(guid, 2); StandardCommands.AlignLeft = new CommandID(guid, 3); StandardCommands.AlignRight = new CommandID(guid, 4); StandardCommands.AlignToGrid = new CommandID(guid, 5); StandardCommands.AlignTop = new CommandID(guid, 6); StandardCommands.AlignVerticalCenters = new CommandID(guid, 7); StandardCommands.ArrangeBottom = new CommandID(guid, 8); StandardCommands.ArrangeIcons = new CommandID(guid2, 12298); StandardCommands.ArrangeRight = new CommandID(guid, 9); StandardCommands.BringForward = new CommandID(guid, 10); StandardCommands.BringToFront = new CommandID(guid, 11); StandardCommands.CenterHorizontally = new CommandID(guid, 12); StandardCommands.CenterVertically = new CommandID(guid, 13); StandardCommands.Copy = new CommandID(guid, 15); StandardCommands.Cut = new CommandID(guid, 16); StandardCommands.Delete = new CommandID(guid, 17); StandardCommands.F1Help = new CommandID(guid, 377); StandardCommands.Group = new CommandID(guid, 20); StandardCommands.HorizSpaceConcatenate = new CommandID(guid, 21); StandardCommands.HorizSpaceDecrease = new CommandID(guid, 22); StandardCommands.HorizSpaceIncrease = new CommandID(guid, 23); StandardCommands.HorizSpaceMakeEqual = new CommandID(guid, 24); StandardCommands.LineupIcons = new CommandID(guid2, 12299); StandardCommands.LockControls = new CommandID(guid, 369); StandardCommands.MultiLevelRedo = new CommandID(guid, 30); StandardCommands.MultiLevelUndo = new CommandID(guid, 44); StandardCommands.Paste = new CommandID(guid, 26); StandardCommands.Properties = new CommandID(guid, 28); StandardCommands.PropertiesWindow = new CommandID(guid, 235); StandardCommands.Redo = new CommandID(guid, 29); StandardCommands.Replace = new CommandID(guid, 230); StandardCommands.SelectAll = new CommandID(guid, 31); StandardCommands.SendBackward = new CommandID(guid, 32); StandardCommands.SendToBack = new CommandID(guid, 33); StandardCommands.ShowGrid = new CommandID(guid, 103); StandardCommands.ShowLargeIcons = new CommandID(guid2, 12300); StandardCommands.SizeToControl = new CommandID(guid, 35); StandardCommands.SizeToControlHeight = new CommandID(guid, 36); StandardCommands.SizeToControlWidth = new CommandID(guid, 37); StandardCommands.SizeToFit = new CommandID(guid, 38); StandardCommands.SizeToGrid = new CommandID(guid, 39); StandardCommands.SnapToGrid = new CommandID(guid, 40); StandardCommands.TabOrder = new CommandID(guid, 41); StandardCommands.Undo = new CommandID(guid, 43); StandardCommands.Ungroup = new CommandID(guid, 45); StandardCommands.VerbFirst = new CommandID(guid2, 8192); StandardCommands.VerbLast = new CommandID(guid2, 8448); StandardCommands.VertSpaceConcatenate = new CommandID(guid, 46); StandardCommands.VertSpaceDecrease = new CommandID(guid, 47); StandardCommands.VertSpaceIncrease = new CommandID(guid, 48); StandardCommands.VertSpaceMakeEqual = new CommandID(guid, 49); StandardCommands.ViewGrid = new CommandID(guid, 125); StandardCommands.DocumentOutline = new CommandID(guid, 239); StandardCommands.ViewCode = new CommandID(guid, 333); } /// Gets the for the AlignBottom command. This field is read-only. // Token: 0x040000D5 RID: 213 public static readonly CommandID AlignBottom; /// Gets the for the AlignHorizontalCenters command. This field is read-only. // Token: 0x040000D6 RID: 214 public static readonly CommandID AlignHorizontalCenters; /// Gets the for the AlignLeft command. This field is read-only. // Token: 0x040000D7 RID: 215 public static readonly CommandID AlignLeft; /// Gets the for the AlignRight command. This field is read-only. // Token: 0x040000D8 RID: 216 public static readonly CommandID AlignRight; /// Gets the for the AlignToGrid command. This field is read-only. // Token: 0x040000D9 RID: 217 public static readonly CommandID AlignToGrid; /// Gets the for the AlignTop command. This field is read-only. // Token: 0x040000DA RID: 218 public static readonly CommandID AlignTop; /// Gets the for the AlignVerticalCenters command. This field is read-only. // Token: 0x040000DB RID: 219 public static readonly CommandID AlignVerticalCenters; /// Gets the for the ArrangeBottom command. This field is read-only. // Token: 0x040000DC RID: 220 public static readonly CommandID ArrangeBottom; /// Gets the for the ArrangeIcons command. This field is read-only. // Token: 0x040000DD RID: 221 public static readonly CommandID ArrangeIcons; /// Gets the for the ArrangeRight command. This field is read-only. // Token: 0x040000DE RID: 222 public static readonly CommandID ArrangeRight; /// Gets the for the BringForward command. This field is read-only. // Token: 0x040000DF RID: 223 public static readonly CommandID BringForward; /// Gets the for the BringToFront command. This field is read-only. // Token: 0x040000E0 RID: 224 public static readonly CommandID BringToFront; /// Gets the for the CenterHorizontally command. This field is read-only. // Token: 0x040000E1 RID: 225 public static readonly CommandID CenterHorizontally; /// Gets the for the CenterVertically command. This field is read-only. // Token: 0x040000E2 RID: 226 public static readonly CommandID CenterVertically; /// Gets the for the Copy command. This field is read-only. // Token: 0x040000E3 RID: 227 public static readonly CommandID Copy; /// Gets the for the Cut command. This field is read-only. // Token: 0x040000E4 RID: 228 public static readonly CommandID Cut; /// Gets the for the Delete command. This field is read-only. // Token: 0x040000E5 RID: 229 public static readonly CommandID Delete; /// Gets the for the F1Help command. This field is read-only. // Token: 0x040000E6 RID: 230 public static readonly CommandID F1Help; /// Gets the for the Group command. This field is read-only. // Token: 0x040000E7 RID: 231 public static readonly CommandID Group; /// Gets the for the HorizSpaceConcatenate command. This field is read-only. // Token: 0x040000E8 RID: 232 public static readonly CommandID HorizSpaceConcatenate; /// Gets the for the HorizSpaceDecrease command. This field is read-only. // Token: 0x040000E9 RID: 233 public static readonly CommandID HorizSpaceDecrease; /// Gets the for the HorizSpaceIncrease command. This field is read-only. // Token: 0x040000EA RID: 234 public static readonly CommandID HorizSpaceIncrease; /// Gets the for the HorizSpaceMakeEqual command. This field is read-only. // Token: 0x040000EB RID: 235 public static readonly CommandID HorizSpaceMakeEqual; /// Gets the for the LineupIcons command. This field is read-only. // Token: 0x040000EC RID: 236 public static readonly CommandID LineupIcons; /// Gets the for the LockControls command. This field is read-only. // Token: 0x040000ED RID: 237 public static readonly CommandID LockControls; /// Gets the for the MultiLevelRedo command. This field is read-only. // Token: 0x040000EE RID: 238 public static readonly CommandID MultiLevelRedo; /// Gets the for the MultiLevelUndo command. This field is read-only. // Token: 0x040000EF RID: 239 public static readonly CommandID MultiLevelUndo; /// Gets the for the Paste command. This field is read-only. // Token: 0x040000F0 RID: 240 public static readonly CommandID Paste; /// Gets the for the Properties command. This field is read-only. // Token: 0x040000F1 RID: 241 public static readonly CommandID Properties; /// Gets the for the PropertiesWindow command. This field is read-only. // Token: 0x040000F2 RID: 242 public static readonly CommandID PropertiesWindow; /// Gets the for the Redo command. This field is read-only. // Token: 0x040000F3 RID: 243 public static readonly CommandID Redo; /// Gets the for the Replace command. This field is read-only. // Token: 0x040000F4 RID: 244 public static readonly CommandID Replace; /// Gets the for the SelectAll command. This field is read-only. // Token: 0x040000F5 RID: 245 public static readonly CommandID SelectAll; /// Gets the for the SendBackward command. This field is read-only. // Token: 0x040000F6 RID: 246 public static readonly CommandID SendBackward; /// Gets the for the SendToBack command. This field is read-only. // Token: 0x040000F7 RID: 247 public static readonly CommandID SendToBack; /// Gets the for the ShowGrid command. This field is read-only. // Token: 0x040000F8 RID: 248 public static readonly CommandID ShowGrid; /// Gets the for the ShowLargeIcons command. This field is read-only. // Token: 0x040000F9 RID: 249 public static readonly CommandID ShowLargeIcons; /// Gets the for the SizeToControl command. This field is read-only. // Token: 0x040000FA RID: 250 public static readonly CommandID SizeToControl; /// Gets the for the SizeToControlHeight command. This field is read-only. // Token: 0x040000FB RID: 251 public static readonly CommandID SizeToControlHeight; /// Gets the for the SizeToControlWidth command. This field is read-only. // Token: 0x040000FC RID: 252 public static readonly CommandID SizeToControlWidth; /// Gets the for the SizeToFit command. This field is read-only. // Token: 0x040000FD RID: 253 public static readonly CommandID SizeToFit; /// Gets the for the SizeToGrid command. This field is read-only. // Token: 0x040000FE RID: 254 public static readonly CommandID SizeToGrid; /// Gets the for the SnapToGrid command. This field is read-only. // Token: 0x040000FF RID: 255 public static readonly CommandID SnapToGrid; /// Gets the for the TabOrder command. This field is read-only. // Token: 0x04000100 RID: 256 public static readonly CommandID TabOrder; /// Gets the for the Undo command. This field is read-only. // Token: 0x04000101 RID: 257 public static readonly CommandID Undo; /// Gets the for the Ungroup command. This field is read-only. // Token: 0x04000102 RID: 258 public static readonly CommandID Ungroup; /// Gets the first of a set of verbs. This field is read-only. // Token: 0x04000103 RID: 259 public static readonly CommandID VerbFirst; /// Gets the last of a set of verbs. This field is read-only. // Token: 0x04000104 RID: 260 public static readonly CommandID VerbLast; /// Gets the for the VertSpaceConcatenate command. This field is read-only. // Token: 0x04000105 RID: 261 public static readonly CommandID VertSpaceConcatenate; /// Gets the for the VertSpaceDecrease command. This field is read-only. // Token: 0x04000106 RID: 262 public static readonly CommandID VertSpaceDecrease; /// Gets the for the VertSpaceIncrease command. This field is read-only. // Token: 0x04000107 RID: 263 public static readonly CommandID VertSpaceIncrease; /// Gets the for the VertSpaceMakeEqual command. This field is read-only. // Token: 0x04000108 RID: 264 public static readonly CommandID VertSpaceMakeEqual; /// Gets the for the ViewGrid command. This field is read-only. // Token: 0x04000109 RID: 265 public static readonly CommandID ViewGrid; /// Gets the for the Document Outline command. This field is read-only. // Token: 0x0400010A RID: 266 public static readonly CommandID DocumentOutline; /// Gets the for the ViewCode command. This field is read-only. // Token: 0x0400010B RID: 267 public static readonly CommandID ViewCode; } }