scripts
This commit is contained in:
@@ -0,0 +1,291 @@
|
||||
using System;
|
||||
|
||||
namespace System.ComponentModel.Design
|
||||
{
|
||||
/// <summary>Defines identifiers for the standard set of commands that are available to most applications.</summary>
|
||||
// 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);
|
||||
}
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignBottom command. This field is read-only.</summary>
|
||||
// Token: 0x040000D5 RID: 213
|
||||
public static readonly CommandID AlignBottom;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignHorizontalCenters command. This field is read-only.</summary>
|
||||
// Token: 0x040000D6 RID: 214
|
||||
public static readonly CommandID AlignHorizontalCenters;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignLeft command. This field is read-only.</summary>
|
||||
// Token: 0x040000D7 RID: 215
|
||||
public static readonly CommandID AlignLeft;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignRight command. This field is read-only.</summary>
|
||||
// Token: 0x040000D8 RID: 216
|
||||
public static readonly CommandID AlignRight;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignToGrid command. This field is read-only.</summary>
|
||||
// Token: 0x040000D9 RID: 217
|
||||
public static readonly CommandID AlignToGrid;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignTop command. This field is read-only.</summary>
|
||||
// Token: 0x040000DA RID: 218
|
||||
public static readonly CommandID AlignTop;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the AlignVerticalCenters command. This field is read-only.</summary>
|
||||
// Token: 0x040000DB RID: 219
|
||||
public static readonly CommandID AlignVerticalCenters;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ArrangeBottom command. This field is read-only.</summary>
|
||||
// Token: 0x040000DC RID: 220
|
||||
public static readonly CommandID ArrangeBottom;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ArrangeIcons command. This field is read-only.</summary>
|
||||
// Token: 0x040000DD RID: 221
|
||||
public static readonly CommandID ArrangeIcons;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ArrangeRight command. This field is read-only.</summary>
|
||||
// Token: 0x040000DE RID: 222
|
||||
public static readonly CommandID ArrangeRight;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the BringForward command. This field is read-only.</summary>
|
||||
// Token: 0x040000DF RID: 223
|
||||
public static readonly CommandID BringForward;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the BringToFront command. This field is read-only.</summary>
|
||||
// Token: 0x040000E0 RID: 224
|
||||
public static readonly CommandID BringToFront;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the CenterHorizontally command. This field is read-only.</summary>
|
||||
// Token: 0x040000E1 RID: 225
|
||||
public static readonly CommandID CenterHorizontally;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the CenterVertically command. This field is read-only.</summary>
|
||||
// Token: 0x040000E2 RID: 226
|
||||
public static readonly CommandID CenterVertically;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Copy command. This field is read-only.</summary>
|
||||
// Token: 0x040000E3 RID: 227
|
||||
public static readonly CommandID Copy;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Cut command. This field is read-only.</summary>
|
||||
// Token: 0x040000E4 RID: 228
|
||||
public static readonly CommandID Cut;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Delete command. This field is read-only.</summary>
|
||||
// Token: 0x040000E5 RID: 229
|
||||
public static readonly CommandID Delete;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the F1Help command. This field is read-only.</summary>
|
||||
// Token: 0x040000E6 RID: 230
|
||||
public static readonly CommandID F1Help;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Group command. This field is read-only.</summary>
|
||||
// Token: 0x040000E7 RID: 231
|
||||
public static readonly CommandID Group;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the HorizSpaceConcatenate command. This field is read-only.</summary>
|
||||
// Token: 0x040000E8 RID: 232
|
||||
public static readonly CommandID HorizSpaceConcatenate;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the HorizSpaceDecrease command. This field is read-only.</summary>
|
||||
// Token: 0x040000E9 RID: 233
|
||||
public static readonly CommandID HorizSpaceDecrease;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the HorizSpaceIncrease command. This field is read-only.</summary>
|
||||
// Token: 0x040000EA RID: 234
|
||||
public static readonly CommandID HorizSpaceIncrease;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the HorizSpaceMakeEqual command. This field is read-only.</summary>
|
||||
// Token: 0x040000EB RID: 235
|
||||
public static readonly CommandID HorizSpaceMakeEqual;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the LineupIcons command. This field is read-only.</summary>
|
||||
// Token: 0x040000EC RID: 236
|
||||
public static readonly CommandID LineupIcons;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the LockControls command. This field is read-only.</summary>
|
||||
// Token: 0x040000ED RID: 237
|
||||
public static readonly CommandID LockControls;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the MultiLevelRedo command. This field is read-only.</summary>
|
||||
// Token: 0x040000EE RID: 238
|
||||
public static readonly CommandID MultiLevelRedo;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the MultiLevelUndo command. This field is read-only.</summary>
|
||||
// Token: 0x040000EF RID: 239
|
||||
public static readonly CommandID MultiLevelUndo;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Paste command. This field is read-only.</summary>
|
||||
// Token: 0x040000F0 RID: 240
|
||||
public static readonly CommandID Paste;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Properties command. This field is read-only.</summary>
|
||||
// Token: 0x040000F1 RID: 241
|
||||
public static readonly CommandID Properties;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the PropertiesWindow command. This field is read-only.</summary>
|
||||
// Token: 0x040000F2 RID: 242
|
||||
public static readonly CommandID PropertiesWindow;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Redo command. This field is read-only.</summary>
|
||||
// Token: 0x040000F3 RID: 243
|
||||
public static readonly CommandID Redo;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Replace command. This field is read-only.</summary>
|
||||
// Token: 0x040000F4 RID: 244
|
||||
public static readonly CommandID Replace;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SelectAll command. This field is read-only.</summary>
|
||||
// Token: 0x040000F5 RID: 245
|
||||
public static readonly CommandID SelectAll;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SendBackward command. This field is read-only.</summary>
|
||||
// Token: 0x040000F6 RID: 246
|
||||
public static readonly CommandID SendBackward;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SendToBack command. This field is read-only.</summary>
|
||||
// Token: 0x040000F7 RID: 247
|
||||
public static readonly CommandID SendToBack;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ShowGrid command. This field is read-only.</summary>
|
||||
// Token: 0x040000F8 RID: 248
|
||||
public static readonly CommandID ShowGrid;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ShowLargeIcons command. This field is read-only.</summary>
|
||||
// Token: 0x040000F9 RID: 249
|
||||
public static readonly CommandID ShowLargeIcons;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SizeToControl command. This field is read-only.</summary>
|
||||
// Token: 0x040000FA RID: 250
|
||||
public static readonly CommandID SizeToControl;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SizeToControlHeight command. This field is read-only.</summary>
|
||||
// Token: 0x040000FB RID: 251
|
||||
public static readonly CommandID SizeToControlHeight;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SizeToControlWidth command. This field is read-only.</summary>
|
||||
// Token: 0x040000FC RID: 252
|
||||
public static readonly CommandID SizeToControlWidth;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SizeToFit command. This field is read-only.</summary>
|
||||
// Token: 0x040000FD RID: 253
|
||||
public static readonly CommandID SizeToFit;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SizeToGrid command. This field is read-only.</summary>
|
||||
// Token: 0x040000FE RID: 254
|
||||
public static readonly CommandID SizeToGrid;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the SnapToGrid command. This field is read-only.</summary>
|
||||
// Token: 0x040000FF RID: 255
|
||||
public static readonly CommandID SnapToGrid;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the TabOrder command. This field is read-only.</summary>
|
||||
// Token: 0x04000100 RID: 256
|
||||
public static readonly CommandID TabOrder;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Undo command. This field is read-only.</summary>
|
||||
// Token: 0x04000101 RID: 257
|
||||
public static readonly CommandID Undo;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Ungroup command. This field is read-only.</summary>
|
||||
// Token: 0x04000102 RID: 258
|
||||
public static readonly CommandID Ungroup;
|
||||
|
||||
/// <summary>Gets the first of a set of verbs. This field is read-only.</summary>
|
||||
// Token: 0x04000103 RID: 259
|
||||
public static readonly CommandID VerbFirst;
|
||||
|
||||
/// <summary>Gets the last of a set of verbs. This field is read-only.</summary>
|
||||
// Token: 0x04000104 RID: 260
|
||||
public static readonly CommandID VerbLast;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the VertSpaceConcatenate command. This field is read-only.</summary>
|
||||
// Token: 0x04000105 RID: 261
|
||||
public static readonly CommandID VertSpaceConcatenate;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the VertSpaceDecrease command. This field is read-only.</summary>
|
||||
// Token: 0x04000106 RID: 262
|
||||
public static readonly CommandID VertSpaceDecrease;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the VertSpaceIncrease command. This field is read-only.</summary>
|
||||
// Token: 0x04000107 RID: 263
|
||||
public static readonly CommandID VertSpaceIncrease;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the VertSpaceMakeEqual command. This field is read-only.</summary>
|
||||
// Token: 0x04000108 RID: 264
|
||||
public static readonly CommandID VertSpaceMakeEqual;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ViewGrid command. This field is read-only.</summary>
|
||||
// Token: 0x04000109 RID: 265
|
||||
public static readonly CommandID ViewGrid;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the Document Outline command. This field is read-only.</summary>
|
||||
// Token: 0x0400010A RID: 266
|
||||
public static readonly CommandID DocumentOutline;
|
||||
|
||||
/// <summary>Gets the <see cref="T:System.ComponentModel.Design.CommandID" /> for the ViewCode command. This field is read-only.</summary>
|
||||
// Token: 0x0400010B RID: 267
|
||||
public static readonly CommandID ViewCode;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user