mscorlib(4.0.0.0) API with additions
StandardCommands.cs
2 
4 {
6  [HostProtection(SecurityAction.LinkDemand, SharedState = true)]
7  [PermissionSet(SecurityAction.LinkDemand, Name = "FullTrust")]
8  [PermissionSet(SecurityAction.InheritanceDemand, Name = "FullTrust")]
9  public class StandardCommands
10  {
11  private static class VSStandardCommands
12  {
13  internal const int cmdidAlignBottom = 1;
14 
15  internal const int cmdidAlignHorizontalCenters = 2;
16 
17  internal const int cmdidAlignLeft = 3;
18 
19  internal const int cmdidAlignRight = 4;
20 
21  internal const int cmdidAlignToGrid = 5;
22 
23  internal const int cmdidAlignTop = 6;
24 
25  internal const int cmdidAlignVerticalCenters = 7;
26 
27  internal const int cmdidArrangeBottom = 8;
28 
29  internal const int cmdidArrangeRight = 9;
30 
31  internal const int cmdidBringForward = 10;
32 
33  internal const int cmdidBringToFront = 11;
34 
35  internal const int cmdidCenterHorizontally = 12;
36 
37  internal const int cmdidCenterVertically = 13;
38 
39  internal const int cmdidCode = 14;
40 
41  internal const int cmdidCopy = 15;
42 
43  internal const int cmdidCut = 16;
44 
45  internal const int cmdidDelete = 17;
46 
47  internal const int cmdidFontName = 18;
48 
49  internal const int cmdidFontSize = 19;
50 
51  internal const int cmdidGroup = 20;
52 
53  internal const int cmdidHorizSpaceConcatenate = 21;
54 
55  internal const int cmdidHorizSpaceDecrease = 22;
56 
57  internal const int cmdidHorizSpaceIncrease = 23;
58 
59  internal const int cmdidHorizSpaceMakeEqual = 24;
60 
61  internal const int cmdidLockControls = 369;
62 
63  internal const int cmdidInsertObject = 25;
64 
65  internal const int cmdidPaste = 26;
66 
67  internal const int cmdidPrint = 27;
68 
69  internal const int cmdidProperties = 28;
70 
71  internal const int cmdidRedo = 29;
72 
73  internal const int cmdidMultiLevelRedo = 30;
74 
75  internal const int cmdidSelectAll = 31;
76 
77  internal const int cmdidSendBackward = 32;
78 
79  internal const int cmdidSendToBack = 33;
80 
81  internal const int cmdidShowTable = 34;
82 
83  internal const int cmdidSizeToControl = 35;
84 
85  internal const int cmdidSizeToControlHeight = 36;
86 
87  internal const int cmdidSizeToControlWidth = 37;
88 
89  internal const int cmdidSizeToFit = 38;
90 
91  internal const int cmdidSizeToGrid = 39;
92 
93  internal const int cmdidSnapToGrid = 40;
94 
95  internal const int cmdidTabOrder = 41;
96 
97  internal const int cmdidToolbox = 42;
98 
99  internal const int cmdidUndo = 43;
100 
101  internal const int cmdidMultiLevelUndo = 44;
102 
103  internal const int cmdidUngroup = 45;
104 
105  internal const int cmdidVertSpaceConcatenate = 46;
106 
107  internal const int cmdidVertSpaceDecrease = 47;
108 
109  internal const int cmdidVertSpaceIncrease = 48;
110 
111  internal const int cmdidVertSpaceMakeEqual = 49;
112 
113  internal const int cmdidZoomPercent = 50;
114 
115  internal const int cmdidBackColor = 51;
116 
117  internal const int cmdidBold = 52;
118 
119  internal const int cmdidBorderColor = 53;
120 
121  internal const int cmdidBorderDashDot = 54;
122 
123  internal const int cmdidBorderDashDotDot = 55;
124 
125  internal const int cmdidBorderDashes = 56;
126 
127  internal const int cmdidBorderDots = 57;
128 
129  internal const int cmdidBorderShortDashes = 58;
130 
131  internal const int cmdidBorderSolid = 59;
132 
133  internal const int cmdidBorderSparseDots = 60;
134 
135  internal const int cmdidBorderWidth1 = 61;
136 
137  internal const int cmdidBorderWidth2 = 62;
138 
139  internal const int cmdidBorderWidth3 = 63;
140 
141  internal const int cmdidBorderWidth4 = 64;
142 
143  internal const int cmdidBorderWidth5 = 65;
144 
145  internal const int cmdidBorderWidth6 = 66;
146 
147  internal const int cmdidBorderWidthHairline = 67;
148 
149  internal const int cmdidFlat = 68;
150 
151  internal const int cmdidForeColor = 69;
152 
153  internal const int cmdidItalic = 70;
154 
155  internal const int cmdidJustifyCenter = 71;
156 
157  internal const int cmdidJustifyGeneral = 72;
158 
159  internal const int cmdidJustifyLeft = 73;
160 
161  internal const int cmdidJustifyRight = 74;
162 
163  internal const int cmdidRaised = 75;
164 
165  internal const int cmdidSunken = 76;
166 
167  internal const int cmdidUnderline = 77;
168 
169  internal const int cmdidChiseled = 78;
170 
171  internal const int cmdidEtched = 79;
172 
173  internal const int cmdidShadowed = 80;
174 
175  internal const int cmdidCompDebug1 = 81;
176 
177  internal const int cmdidCompDebug2 = 82;
178 
179  internal const int cmdidCompDebug3 = 83;
180 
181  internal const int cmdidCompDebug4 = 84;
182 
183  internal const int cmdidCompDebug5 = 85;
184 
185  internal const int cmdidCompDebug6 = 86;
186 
187  internal const int cmdidCompDebug7 = 87;
188 
189  internal const int cmdidCompDebug8 = 88;
190 
191  internal const int cmdidCompDebug9 = 89;
192 
193  internal const int cmdidCompDebug10 = 90;
194 
195  internal const int cmdidCompDebug11 = 91;
196 
197  internal const int cmdidCompDebug12 = 92;
198 
199  internal const int cmdidCompDebug13 = 93;
200 
201  internal const int cmdidCompDebug14 = 94;
202 
203  internal const int cmdidCompDebug15 = 95;
204 
205  internal const int cmdidExistingSchemaEdit = 96;
206 
207  internal const int cmdidFind = 97;
208 
209  internal const int cmdidGetZoom = 98;
210 
211  internal const int cmdidQueryOpenDesign = 99;
212 
213  internal const int cmdidQueryOpenNew = 100;
214 
215  internal const int cmdidSingleTableDesign = 101;
216 
217  internal const int cmdidSingleTableNew = 102;
218 
219  internal const int cmdidShowGrid = 103;
220 
221  internal const int cmdidNewTable = 104;
222 
223  internal const int cmdidCollapsedView = 105;
224 
225  internal const int cmdidFieldView = 106;
226 
227  internal const int cmdidVerifySQL = 107;
228 
229  internal const int cmdidHideTable = 108;
230 
231  internal const int cmdidPrimaryKey = 109;
232 
233  internal const int cmdidSave = 110;
234 
235  internal const int cmdidSaveAs = 111;
236 
237  internal const int cmdidSortAscending = 112;
238 
239  internal const int cmdidSortDescending = 113;
240 
241  internal const int cmdidAppendQuery = 114;
242 
243  internal const int cmdidCrosstabQuery = 115;
244 
245  internal const int cmdidDeleteQuery = 116;
246 
247  internal const int cmdidMakeTableQuery = 117;
248 
249  internal const int cmdidSelectQuery = 118;
250 
251  internal const int cmdidUpdateQuery = 119;
252 
253  internal const int cmdidParameters = 120;
254 
255  internal const int cmdidTotals = 121;
256 
257  internal const int cmdidViewCollapsed = 122;
258 
259  internal const int cmdidViewFieldList = 123;
260 
261  internal const int cmdidViewKeys = 124;
262 
263  internal const int cmdidViewGrid = 125;
264 
265  internal const int cmdidInnerJoin = 126;
266 
267  internal const int cmdidRightOuterJoin = 127;
268 
269  internal const int cmdidLeftOuterJoin = 128;
270 
271  internal const int cmdidFullOuterJoin = 129;
272 
273  internal const int cmdidUnionJoin = 130;
274 
275  internal const int cmdidShowSQLPane = 131;
276 
277  internal const int cmdidShowGraphicalPane = 132;
278 
279  internal const int cmdidShowDataPane = 133;
280 
281  internal const int cmdidShowQBEPane = 134;
282 
283  internal const int cmdidSelectAllFields = 135;
284 
285  internal const int cmdidOLEObjectMenuButton = 136;
286 
287  internal const int cmdidObjectVerbList0 = 137;
288 
289  internal const int cmdidObjectVerbList1 = 138;
290 
291  internal const int cmdidObjectVerbList2 = 139;
292 
293  internal const int cmdidObjectVerbList3 = 140;
294 
295  internal const int cmdidObjectVerbList4 = 141;
296 
297  internal const int cmdidObjectVerbList5 = 142;
298 
299  internal const int cmdidObjectVerbList6 = 143;
300 
301  internal const int cmdidObjectVerbList7 = 144;
302 
303  internal const int cmdidObjectVerbList8 = 145;
304 
305  internal const int cmdidObjectVerbList9 = 146;
306 
307  internal const int cmdidConvertObject = 147;
308 
309  internal const int cmdidCustomControl = 148;
310 
311  internal const int cmdidCustomizeItem = 149;
312 
313  internal const int cmdidRename = 150;
314 
315  internal const int cmdidImport = 151;
316 
317  internal const int cmdidNewPage = 152;
318 
319  internal const int cmdidMove = 153;
320 
321  internal const int cmdidCancel = 154;
322 
323  internal const int cmdidFont = 155;
324 
325  internal const int cmdidExpandLinks = 156;
326 
327  internal const int cmdidExpandImages = 157;
328 
329  internal const int cmdidExpandPages = 158;
330 
331  internal const int cmdidRefocusDiagram = 159;
332 
333  internal const int cmdidTransitiveClosure = 160;
334 
335  internal const int cmdidCenterDiagram = 161;
336 
337  internal const int cmdidZoomIn = 162;
338 
339  internal const int cmdidZoomOut = 163;
340 
341  internal const int cmdidRemoveFilter = 164;
342 
343  internal const int cmdidHidePane = 165;
344 
345  internal const int cmdidDeleteTable = 166;
346 
347  internal const int cmdidDeleteRelationship = 167;
348 
349  internal const int cmdidRemove = 168;
350 
351  internal const int cmdidJoinLeftAll = 169;
352 
353  internal const int cmdidJoinRightAll = 170;
354 
355  internal const int cmdidAddToOutput = 171;
356 
357  internal const int cmdidOtherQuery = 172;
358 
359  internal const int cmdidGenerateChangeScript = 173;
360 
361  internal const int cmdidSaveSelection = 174;
362 
363  internal const int cmdidAutojoinCurrent = 175;
364 
365  internal const int cmdidAutojoinAlways = 176;
366 
367  internal const int cmdidEditPage = 177;
368 
369  internal const int cmdidViewLinks = 178;
370 
371  internal const int cmdidStop = 179;
372 
373  internal const int cmdidPause = 180;
374 
375  internal const int cmdidResume = 181;
376 
377  internal const int cmdidFilterDiagram = 182;
378 
379  internal const int cmdidShowAllObjects = 183;
380 
381  internal const int cmdidShowApplications = 184;
382 
383  internal const int cmdidShowOtherObjects = 185;
384 
385  internal const int cmdidShowPrimRelationships = 186;
386 
387  internal const int cmdidExpand = 187;
388 
389  internal const int cmdidCollapse = 188;
390 
391  internal const int cmdidRefresh = 189;
392 
393  internal const int cmdidLayout = 190;
394 
395  internal const int cmdidShowResources = 191;
396 
397  internal const int cmdidInsertHTMLWizard = 192;
398 
399  internal const int cmdidShowDownloads = 193;
400 
401  internal const int cmdidShowExternals = 194;
402 
403  internal const int cmdidShowInBoundLinks = 195;
404 
405  internal const int cmdidShowOutBoundLinks = 196;
406 
407  internal const int cmdidShowInAndOutBoundLinks = 197;
408 
409  internal const int cmdidPreview = 198;
410 
411  internal const int cmdidOpen = 261;
412 
413  internal const int cmdidOpenWith = 199;
414 
415  internal const int cmdidShowPages = 200;
416 
417  internal const int cmdidRunQuery = 201;
418 
419  internal const int cmdidClearQuery = 202;
420 
421  internal const int cmdidRecordFirst = 203;
422 
423  internal const int cmdidRecordLast = 204;
424 
425  internal const int cmdidRecordNext = 205;
426 
427  internal const int cmdidRecordPrevious = 206;
428 
429  internal const int cmdidRecordGoto = 207;
430 
431  internal const int cmdidRecordNew = 208;
432 
433  internal const int cmdidInsertNewMenu = 209;
434 
435  internal const int cmdidInsertSeparator = 210;
436 
437  internal const int cmdidEditMenuNames = 211;
438 
439  internal const int cmdidDebugExplorer = 212;
440 
441  internal const int cmdidDebugProcesses = 213;
442 
443  internal const int cmdidViewThreadsWindow = 214;
444 
445  internal const int cmdidWindowUIList = 215;
446 
447  internal const int cmdidNewProject = 216;
448 
449  internal const int cmdidOpenProject = 217;
450 
451  internal const int cmdidOpenSolution = 218;
452 
453  internal const int cmdidCloseSolution = 219;
454 
455  internal const int cmdidFileNew = 221;
456 
457  internal const int cmdidFileOpen = 222;
458 
459  internal const int cmdidFileClose = 223;
460 
461  internal const int cmdidSaveSolution = 224;
462 
463  internal const int cmdidSaveSolutionAs = 225;
464 
465  internal const int cmdidSaveProjectItemAs = 226;
466 
467  internal const int cmdidPageSetup = 227;
468 
469  internal const int cmdidPrintPreview = 228;
470 
471  internal const int cmdidExit = 229;
472 
473  internal const int cmdidReplace = 230;
474 
475  internal const int cmdidGoto = 231;
476 
477  internal const int cmdidPropertyPages = 232;
478 
479  internal const int cmdidFullScreen = 233;
480 
481  internal const int cmdidProjectExplorer = 234;
482 
483  internal const int cmdidPropertiesWindow = 235;
484 
485  internal const int cmdidTaskListWindow = 236;
486 
487  internal const int cmdidOutputWindow = 237;
488 
489  internal const int cmdidObjectBrowser = 238;
490 
491  internal const int cmdidDocOutlineWindow = 239;
492 
493  internal const int cmdidImmediateWindow = 240;
494 
495  internal const int cmdidWatchWindow = 241;
496 
497  internal const int cmdidLocalsWindow = 242;
498 
499  internal const int cmdidCallStack = 243;
500 
501  internal const int cmdidAutosWindow = 747;
502 
503  internal const int cmdidThisWindow = 748;
504 
505  internal const int cmdidAddNewItem = 220;
506 
507  internal const int cmdidAddExistingItem = 244;
508 
509  internal const int cmdidNewFolder = 245;
510 
511  internal const int cmdidSetStartupProject = 246;
512 
513  internal const int cmdidProjectSettings = 247;
514 
515  internal const int cmdidProjectReferences = 367;
516 
517  internal const int cmdidStepInto = 248;
518 
519  internal const int cmdidStepOver = 249;
520 
521  internal const int cmdidStepOut = 250;
522 
523  internal const int cmdidRunToCursor = 251;
524 
525  internal const int cmdidAddWatch = 252;
526 
527  internal const int cmdidEditWatch = 253;
528 
529  internal const int cmdidQuickWatch = 254;
530 
531  internal const int cmdidToggleBreakpoint = 255;
532 
533  internal const int cmdidClearBreakpoints = 256;
534 
535  internal const int cmdidShowBreakpoints = 257;
536 
537  internal const int cmdidSetNextStatement = 258;
538 
539  internal const int cmdidShowNextStatement = 259;
540 
541  internal const int cmdidEditBreakpoint = 260;
542 
543  internal const int cmdidDetachDebugger = 262;
544 
545  internal const int cmdidCustomizeKeyboard = 263;
546 
547  internal const int cmdidToolsOptions = 264;
548 
549  internal const int cmdidNewWindow = 265;
550 
551  internal const int cmdidSplit = 266;
552 
553  internal const int cmdidCascade = 267;
554 
555  internal const int cmdidTileHorz = 268;
556 
557  internal const int cmdidTileVert = 269;
558 
559  internal const int cmdidTechSupport = 270;
560 
561  internal const int cmdidAbout = 271;
562 
563  internal const int cmdidDebugOptions = 272;
564 
565  internal const int cmdidDeleteWatch = 274;
566 
567  internal const int cmdidCollapseWatch = 275;
568 
569  internal const int cmdidPbrsToggleStatus = 282;
570 
571  internal const int cmdidPropbrsHide = 283;
572 
573  internal const int cmdidDockingView = 284;
574 
575  internal const int cmdidHideActivePane = 285;
576 
577  internal const int cmdidPaneNextTab = 286;
578 
579  internal const int cmdidPanePrevTab = 287;
580 
581  internal const int cmdidPaneCloseToolWindow = 288;
582 
583  internal const int cmdidPaneActivateDocWindow = 289;
584 
585  internal const int cmdidDockingViewFloater = 291;
586 
587  internal const int cmdidAutoHideWindow = 292;
588 
589  internal const int cmdidMoveToDropdownBar = 293;
590 
591  internal const int cmdidFindCmd = 294;
592 
593  internal const int cmdidStart = 295;
594 
595  internal const int cmdidRestart = 296;
596 
597  internal const int cmdidAddinManager = 297;
598 
599  internal const int cmdidMultiLevelUndoList = 298;
600 
601  internal const int cmdidMultiLevelRedoList = 299;
602 
603  internal const int cmdidToolboxAddTab = 300;
604 
605  internal const int cmdidToolboxDeleteTab = 301;
606 
607  internal const int cmdidToolboxRenameTab = 302;
608 
609  internal const int cmdidToolboxTabMoveUp = 303;
610 
611  internal const int cmdidToolboxTabMoveDown = 304;
612 
613  internal const int cmdidToolboxRenameItem = 305;
614 
615  internal const int cmdidToolboxListView = 306;
616 
617  internal const int cmdidWindowUIGetList = 308;
618 
619  internal const int cmdidInsertValuesQuery = 309;
620 
621  internal const int cmdidShowProperties = 310;
622 
623  internal const int cmdidThreadSuspend = 311;
624 
625  internal const int cmdidThreadResume = 312;
626 
627  internal const int cmdidThreadSetFocus = 313;
628 
629  internal const int cmdidDisplayRadix = 314;
630 
631  internal const int cmdidOpenProjectItem = 315;
632 
633  internal const int cmdidPaneNextPane = 316;
634 
635  internal const int cmdidPanePrevPane = 317;
636 
637  internal const int cmdidClearPane = 318;
638 
639  internal const int cmdidGotoErrorTag = 319;
640 
641  internal const int cmdidTaskListSortByCategory = 320;
642 
643  internal const int cmdidTaskListSortByFileLine = 321;
644 
645  internal const int cmdidTaskListSortByPriority = 322;
646 
647  internal const int cmdidTaskListSortByDefaultSort = 323;
648 
649  internal const int cmdidTaskListFilterByNothing = 325;
650 
651  internal const int cmdidTaskListFilterByCategoryCodeSense = 326;
652 
653  internal const int cmdidTaskListFilterByCategoryCompiler = 327;
654 
655  internal const int cmdidTaskListFilterByCategoryComment = 328;
656 
657  internal const int cmdidToolboxAddItem = 329;
658 
659  internal const int cmdidToolboxReset = 330;
660 
661  internal const int cmdidSaveProjectItem = 331;
662 
663  internal const int cmdidViewForm = 332;
664 
665  internal const int cmdidViewCode = 333;
666 
667  internal const int cmdidPreviewInBrowser = 334;
668 
669  internal const int cmdidBrowseWith = 336;
670 
671  internal const int cmdidSearchSetCombo = 307;
672 
673  internal const int cmdidSearchCombo = 337;
674 
675  internal const int cmdidEditLabel = 338;
676 
677  internal const int cmdidExceptions = 339;
678 
679  internal const int cmdidToggleSelMode = 341;
680 
681  internal const int cmdidToggleInsMode = 342;
682 
683  internal const int cmdidLoadUnloadedProject = 343;
684 
685  internal const int cmdidUnloadLoadedProject = 344;
686 
687  internal const int cmdidElasticColumn = 345;
688 
689  internal const int cmdidHideColumn = 346;
690 
691  internal const int cmdidTaskListPreviousView = 347;
692 
693  internal const int cmdidZoomDialog = 348;
694 
695  internal const int cmdidFindNew = 349;
696 
697  internal const int cmdidFindMatchCase = 350;
698 
699  internal const int cmdidFindWholeWord = 351;
700 
701  internal const int cmdidFindSimplePattern = 276;
702 
703  internal const int cmdidFindRegularExpression = 352;
704 
705  internal const int cmdidFindBackwards = 353;
706 
707  internal const int cmdidFindInSelection = 354;
708 
709  internal const int cmdidFindStop = 355;
710 
711  internal const int cmdidFindHelp = 356;
712 
713  internal const int cmdidFindInFiles = 277;
714 
715  internal const int cmdidReplaceInFiles = 278;
716 
717  internal const int cmdidNextLocation = 279;
718 
719  internal const int cmdidPreviousLocation = 280;
720 
721  internal const int cmdidTaskListNextError = 357;
722 
723  internal const int cmdidTaskListPrevError = 358;
724 
725  internal const int cmdidTaskListFilterByCategoryUser = 359;
726 
727  internal const int cmdidTaskListFilterByCategoryShortcut = 360;
728 
729  internal const int cmdidTaskListFilterByCategoryHTML = 361;
730 
731  internal const int cmdidTaskListFilterByCurrentFile = 362;
732 
733  internal const int cmdidTaskListFilterByChecked = 363;
734 
735  internal const int cmdidTaskListFilterByUnchecked = 364;
736 
737  internal const int cmdidTaskListSortByDescription = 365;
738 
739  internal const int cmdidTaskListSortByChecked = 366;
740 
741  internal const int cmdidStartNoDebug = 368;
742 
743  internal const int cmdidFindNext = 370;
744 
745  internal const int cmdidFindPrev = 371;
746 
747  internal const int cmdidFindSelectedNext = 372;
748 
749  internal const int cmdidFindSelectedPrev = 373;
750 
751  internal const int cmdidSearchGetList = 374;
752 
753  internal const int cmdidInsertBreakpoint = 375;
754 
755  internal const int cmdidEnableBreakpoint = 376;
756 
757  internal const int cmdidF1Help = 377;
758 
759  internal const int cmdidPropSheetOrProperties = 397;
760 
761  internal const int cmdidTshellStep = 398;
762 
763  internal const int cmdidTshellRun = 399;
764 
765  internal const int cmdidMarkerCmd0 = 400;
766 
767  internal const int cmdidMarkerCmd1 = 401;
768 
769  internal const int cmdidMarkerCmd2 = 402;
770 
771  internal const int cmdidMarkerCmd3 = 403;
772 
773  internal const int cmdidMarkerCmd4 = 404;
774 
775  internal const int cmdidMarkerCmd5 = 405;
776 
777  internal const int cmdidMarkerCmd6 = 406;
778 
779  internal const int cmdidMarkerCmd7 = 407;
780 
781  internal const int cmdidMarkerCmd8 = 408;
782 
783  internal const int cmdidMarkerCmd9 = 409;
784 
785  internal const int cmdidMarkerLast = 409;
786 
787  internal const int cmdidMarkerEnd = 410;
788 
789  internal const int cmdidReloadProject = 412;
790 
791  internal const int cmdidUnloadProject = 413;
792 
793  internal const int cmdidDetachAttachOutline = 420;
794 
795  internal const int cmdidShowHideOutline = 421;
796 
797  internal const int cmdidSyncOutline = 422;
798 
799  internal const int cmdidRunToCallstCursor = 423;
800 
801  internal const int cmdidNoCmdsAvailable = 424;
802 
803  internal const int cmdidContextWindow = 427;
804 
805  internal const int cmdidAlias = 428;
806 
807  internal const int cmdidGotoCommandLine = 429;
808 
809  internal const int cmdidEvaluateExpression = 430;
810 
811  internal const int cmdidImmediateMode = 431;
812 
813  internal const int cmdidEvaluateStatement = 432;
814 
815  internal const int cmdidFindResultWindow1 = 433;
816 
817  internal const int cmdidFindResultWindow2 = 434;
818 
819  internal const int cmdidWindow1 = 570;
820 
821  internal const int cmdidWindow2 = 571;
822 
823  internal const int cmdidWindow3 = 572;
824 
825  internal const int cmdidWindow4 = 573;
826 
827  internal const int cmdidWindow5 = 574;
828 
829  internal const int cmdidWindow6 = 575;
830 
831  internal const int cmdidWindow7 = 576;
832 
833  internal const int cmdidWindow8 = 577;
834 
835  internal const int cmdidWindow9 = 578;
836 
837  internal const int cmdidWindow10 = 579;
838 
839  internal const int cmdidWindow11 = 580;
840 
841  internal const int cmdidWindow12 = 581;
842 
843  internal const int cmdidWindow13 = 582;
844 
845  internal const int cmdidWindow14 = 583;
846 
847  internal const int cmdidWindow15 = 584;
848 
849  internal const int cmdidWindow16 = 585;
850 
851  internal const int cmdidWindow17 = 586;
852 
853  internal const int cmdidWindow18 = 587;
854 
855  internal const int cmdidWindow19 = 588;
856 
857  internal const int cmdidWindow20 = 589;
858 
859  internal const int cmdidWindow21 = 590;
860 
861  internal const int cmdidWindow22 = 591;
862 
863  internal const int cmdidWindow23 = 592;
864 
865  internal const int cmdidWindow24 = 593;
866 
867  internal const int cmdidWindow25 = 594;
868 
869  internal const int cmdidMoreWindows = 595;
870 
871  internal const int cmdidTaskListTaskHelp = 598;
872 
873  internal const int cmdidClassView = 599;
874 
875  internal const int cmdidMRUProj1 = 600;
876 
877  internal const int cmdidMRUProj2 = 601;
878 
879  internal const int cmdidMRUProj3 = 602;
880 
881  internal const int cmdidMRUProj4 = 603;
882 
883  internal const int cmdidMRUProj5 = 604;
884 
885  internal const int cmdidMRUProj6 = 605;
886 
887  internal const int cmdidMRUProj7 = 606;
888 
889  internal const int cmdidMRUProj8 = 607;
890 
891  internal const int cmdidMRUProj9 = 608;
892 
893  internal const int cmdidMRUProj10 = 609;
894 
895  internal const int cmdidMRUProj11 = 610;
896 
897  internal const int cmdidMRUProj12 = 611;
898 
899  internal const int cmdidMRUProj13 = 612;
900 
901  internal const int cmdidMRUProj14 = 613;
902 
903  internal const int cmdidMRUProj15 = 614;
904 
905  internal const int cmdidMRUProj16 = 615;
906 
907  internal const int cmdidMRUProj17 = 616;
908 
909  internal const int cmdidMRUProj18 = 617;
910 
911  internal const int cmdidMRUProj19 = 618;
912 
913  internal const int cmdidMRUProj20 = 619;
914 
915  internal const int cmdidMRUProj21 = 620;
916 
917  internal const int cmdidMRUProj22 = 621;
918 
919  internal const int cmdidMRUProj23 = 622;
920 
921  internal const int cmdidMRUProj24 = 623;
922 
923  internal const int cmdidMRUProj25 = 624;
924 
925  internal const int cmdidSplitNext = 625;
926 
927  internal const int cmdidSplitPrev = 626;
928 
929  internal const int cmdidCloseAllDocuments = 627;
930 
931  internal const int cmdidNextDocument = 628;
932 
933  internal const int cmdidPrevDocument = 629;
934 
935  internal const int cmdidTool1 = 630;
936 
937  internal const int cmdidTool2 = 631;
938 
939  internal const int cmdidTool3 = 632;
940 
941  internal const int cmdidTool4 = 633;
942 
943  internal const int cmdidTool5 = 634;
944 
945  internal const int cmdidTool6 = 635;
946 
947  internal const int cmdidTool7 = 636;
948 
949  internal const int cmdidTool8 = 637;
950 
951  internal const int cmdidTool9 = 638;
952 
953  internal const int cmdidTool10 = 639;
954 
955  internal const int cmdidTool11 = 640;
956 
957  internal const int cmdidTool12 = 641;
958 
959  internal const int cmdidTool13 = 642;
960 
961  internal const int cmdidTool14 = 643;
962 
963  internal const int cmdidTool15 = 644;
964 
965  internal const int cmdidTool16 = 645;
966 
967  internal const int cmdidTool17 = 646;
968 
969  internal const int cmdidTool18 = 647;
970 
971  internal const int cmdidTool19 = 648;
972 
973  internal const int cmdidTool20 = 649;
974 
975  internal const int cmdidTool21 = 650;
976 
977  internal const int cmdidTool22 = 651;
978 
979  internal const int cmdidTool23 = 652;
980 
981  internal const int cmdidTool24 = 653;
982 
983  internal const int cmdidExternalCommands = 654;
984 
985  internal const int cmdidPasteNextTBXCBItem = 655;
986 
987  internal const int cmdidToolboxShowAllTabs = 656;
988 
989  internal const int cmdidProjectDependencies = 657;
990 
991  internal const int cmdidCloseDocument = 658;
992 
993  internal const int cmdidToolboxSortItems = 659;
994 
995  internal const int cmdidViewBarView1 = 660;
996 
997  internal const int cmdidViewBarView2 = 661;
998 
999  internal const int cmdidViewBarView3 = 662;
1000 
1001  internal const int cmdidViewBarView4 = 663;
1002 
1003  internal const int cmdidViewBarView5 = 664;
1004 
1005  internal const int cmdidViewBarView6 = 665;
1006 
1007  internal const int cmdidViewBarView7 = 666;
1008 
1009  internal const int cmdidViewBarView8 = 667;
1010 
1011  internal const int cmdidViewBarView9 = 668;
1012 
1013  internal const int cmdidViewBarView10 = 669;
1014 
1015  internal const int cmdidViewBarView11 = 670;
1016 
1017  internal const int cmdidViewBarView12 = 671;
1018 
1019  internal const int cmdidViewBarView13 = 672;
1020 
1021  internal const int cmdidViewBarView14 = 673;
1022 
1023  internal const int cmdidViewBarView15 = 674;
1024 
1025  internal const int cmdidViewBarView16 = 675;
1026 
1027  internal const int cmdidViewBarView17 = 676;
1028 
1029  internal const int cmdidViewBarView18 = 677;
1030 
1031  internal const int cmdidViewBarView19 = 678;
1032 
1033  internal const int cmdidViewBarView20 = 679;
1034 
1035  internal const int cmdidViewBarView21 = 680;
1036 
1037  internal const int cmdidViewBarView22 = 681;
1038 
1039  internal const int cmdidViewBarView23 = 682;
1040 
1041  internal const int cmdidViewBarView24 = 683;
1042 
1043  internal const int cmdidSolutionCfg = 684;
1044 
1045  internal const int cmdidSolutionCfgGetList = 685;
1046 
1047  internal const int cmdidManageIndexes = 675;
1048 
1049  internal const int cmdidManageRelationships = 676;
1050 
1051  internal const int cmdidManageConstraints = 677;
1052 
1053  internal const int cmdidTaskListCustomView1 = 678;
1054 
1055  internal const int cmdidTaskListCustomView2 = 679;
1056 
1057  internal const int cmdidTaskListCustomView3 = 680;
1058 
1059  internal const int cmdidTaskListCustomView4 = 681;
1060 
1061  internal const int cmdidTaskListCustomView5 = 682;
1062 
1063  internal const int cmdidTaskListCustomView6 = 683;
1064 
1065  internal const int cmdidTaskListCustomView7 = 684;
1066 
1067  internal const int cmdidTaskListCustomView8 = 685;
1068 
1069  internal const int cmdidTaskListCustomView9 = 686;
1070 
1071  internal const int cmdidTaskListCustomView10 = 687;
1072 
1073  internal const int cmdidTaskListCustomView11 = 688;
1074 
1075  internal const int cmdidTaskListCustomView12 = 689;
1076 
1077  internal const int cmdidTaskListCustomView13 = 690;
1078 
1079  internal const int cmdidTaskListCustomView14 = 691;
1080 
1081  internal const int cmdidTaskListCustomView15 = 692;
1082 
1083  internal const int cmdidTaskListCustomView16 = 693;
1084 
1085  internal const int cmdidTaskListCustomView17 = 694;
1086 
1087  internal const int cmdidTaskListCustomView18 = 695;
1088 
1089  internal const int cmdidTaskListCustomView19 = 696;
1090 
1091  internal const int cmdidTaskListCustomView20 = 697;
1092 
1093  internal const int cmdidTaskListCustomView21 = 698;
1094 
1095  internal const int cmdidTaskListCustomView22 = 699;
1096 
1097  internal const int cmdidTaskListCustomView23 = 700;
1098 
1099  internal const int cmdidTaskListCustomView24 = 701;
1100 
1101  internal const int cmdidTaskListCustomView25 = 702;
1102 
1103  internal const int cmdidTaskListCustomView26 = 703;
1104 
1105  internal const int cmdidTaskListCustomView27 = 704;
1106 
1107  internal const int cmdidTaskListCustomView28 = 705;
1108 
1109  internal const int cmdidTaskListCustomView29 = 706;
1110 
1111  internal const int cmdidTaskListCustomView30 = 707;
1112 
1113  internal const int cmdidTaskListCustomView31 = 708;
1114 
1115  internal const int cmdidTaskListCustomView32 = 709;
1116 
1117  internal const int cmdidTaskListCustomView33 = 710;
1118 
1119  internal const int cmdidTaskListCustomView34 = 711;
1120 
1121  internal const int cmdidTaskListCustomView35 = 712;
1122 
1123  internal const int cmdidTaskListCustomView36 = 713;
1124 
1125  internal const int cmdidTaskListCustomView37 = 714;
1126 
1127  internal const int cmdidTaskListCustomView38 = 715;
1128 
1129  internal const int cmdidTaskListCustomView39 = 716;
1130 
1131  internal const int cmdidTaskListCustomView40 = 717;
1132 
1133  internal const int cmdidTaskListCustomView41 = 718;
1134 
1135  internal const int cmdidTaskListCustomView42 = 719;
1136 
1137  internal const int cmdidTaskListCustomView43 = 720;
1138 
1139  internal const int cmdidTaskListCustomView44 = 721;
1140 
1141  internal const int cmdidTaskListCustomView45 = 722;
1142 
1143  internal const int cmdidTaskListCustomView46 = 723;
1144 
1145  internal const int cmdidTaskListCustomView47 = 724;
1146 
1147  internal const int cmdidTaskListCustomView48 = 725;
1148 
1149  internal const int cmdidTaskListCustomView49 = 726;
1150 
1151  internal const int cmdidTaskListCustomView50 = 727;
1152 
1153  internal const int cmdidObjectSearch = 728;
1154 
1155  internal const int cmdidCommandWindow = 729;
1156 
1157  internal const int cmdidCommandWindowMarkMode = 730;
1158 
1159  internal const int cmdidLogCommandWindow = 731;
1160 
1161  internal const int cmdidShell = 732;
1162 
1163  internal const int cmdidSingleChar = 733;
1164 
1165  internal const int cmdidZeroOrMore = 734;
1166 
1167  internal const int cmdidOneOrMore = 735;
1168 
1169  internal const int cmdidBeginLine = 736;
1170 
1171  internal const int cmdidEndLine = 737;
1172 
1173  internal const int cmdidBeginWord = 738;
1174 
1175  internal const int cmdidEndWord = 739;
1176 
1177  internal const int cmdidCharInSet = 740;
1178 
1179  internal const int cmdidCharNotInSet = 741;
1180 
1181  internal const int cmdidOr = 742;
1182 
1183  internal const int cmdidEscape = 743;
1184 
1185  internal const int cmdidTagExp = 744;
1186 
1187  internal const int cmdidPatternMatchHelp = 745;
1188 
1189  internal const int cmdidRegExList = 746;
1190 
1191  internal const int cmdidDebugReserved1 = 747;
1192 
1193  internal const int cmdidDebugReserved2 = 748;
1194 
1195  internal const int cmdidDebugReserved3 = 749;
1196 
1197  internal const int cmdidWildZeroOrMore = 754;
1198 
1199  internal const int cmdidWildSingleChar = 755;
1200 
1201  internal const int cmdidWildSingleDigit = 756;
1202 
1203  internal const int cmdidWildCharInSet = 757;
1204 
1205  internal const int cmdidWildCharNotInSet = 758;
1206 
1207  internal const int cmdidFindWhatText = 759;
1208 
1209  internal const int cmdidTaggedExp1 = 760;
1210 
1211  internal const int cmdidTaggedExp2 = 761;
1212 
1213  internal const int cmdidTaggedExp3 = 762;
1214 
1215  internal const int cmdidTaggedExp4 = 763;
1216 
1217  internal const int cmdidTaggedExp5 = 764;
1218 
1219  internal const int cmdidTaggedExp6 = 765;
1220 
1221  internal const int cmdidTaggedExp7 = 766;
1222 
1223  internal const int cmdidTaggedExp8 = 767;
1224 
1225  internal const int cmdidTaggedExp9 = 768;
1226 
1227  internal const int cmdidEditorWidgetClick = 769;
1228 
1229  internal const int cmdidCmdWinUpdateAC = 770;
1230 
1231  internal const int cmdidSlnCfgMgr = 771;
1232 
1233  internal const int cmdidAddNewProject = 772;
1234 
1235  internal const int cmdidAddExistingProject = 773;
1236 
1237  internal const int cmdidAddNewSolutionItem = 774;
1238 
1239  internal const int cmdidAddExistingSolutionItem = 775;
1240 
1241  internal const int cmdidAutoHideContext1 = 776;
1242 
1243  internal const int cmdidAutoHideContext2 = 777;
1244 
1245  internal const int cmdidAutoHideContext3 = 778;
1246 
1247  internal const int cmdidAutoHideContext4 = 779;
1248 
1249  internal const int cmdidAutoHideContext5 = 780;
1250 
1251  internal const int cmdidAutoHideContext6 = 781;
1252 
1253  internal const int cmdidAutoHideContext7 = 782;
1254 
1255  internal const int cmdidAutoHideContext8 = 783;
1256 
1257  internal const int cmdidAutoHideContext9 = 784;
1258 
1259  internal const int cmdidAutoHideContext10 = 785;
1260 
1261  internal const int cmdidAutoHideContext11 = 786;
1262 
1263  internal const int cmdidAutoHideContext12 = 787;
1264 
1265  internal const int cmdidAutoHideContext13 = 788;
1266 
1267  internal const int cmdidAutoHideContext14 = 789;
1268 
1269  internal const int cmdidAutoHideContext15 = 790;
1270 
1271  internal const int cmdidAutoHideContext16 = 791;
1272 
1273  internal const int cmdidAutoHideContext17 = 792;
1274 
1275  internal const int cmdidAutoHideContext18 = 793;
1276 
1277  internal const int cmdidAutoHideContext19 = 794;
1278 
1279  internal const int cmdidAutoHideContext20 = 795;
1280 
1281  internal const int cmdidAutoHideContext21 = 796;
1282 
1283  internal const int cmdidAutoHideContext22 = 797;
1284 
1285  internal const int cmdidAutoHideContext23 = 798;
1286 
1287  internal const int cmdidAutoHideContext24 = 799;
1288 
1289  internal const int cmdidAutoHideContext25 = 800;
1290 
1291  internal const int cmdidAutoHideContext26 = 801;
1292 
1293  internal const int cmdidAutoHideContext27 = 802;
1294 
1295  internal const int cmdidAutoHideContext28 = 803;
1296 
1297  internal const int cmdidAutoHideContext29 = 804;
1298 
1299  internal const int cmdidAutoHideContext30 = 805;
1300 
1301  internal const int cmdidAutoHideContext31 = 806;
1302 
1303  internal const int cmdidAutoHideContext32 = 807;
1304 
1305  internal const int cmdidAutoHideContext33 = 808;
1306 
1307  internal const int cmdidShellNavBackward = 809;
1308 
1309  internal const int cmdidShellNavForward = 810;
1310 
1311  internal const int cmdidShellNavigate1 = 811;
1312 
1313  internal const int cmdidShellNavigate2 = 812;
1314 
1315  internal const int cmdidShellNavigate3 = 813;
1316 
1317  internal const int cmdidShellNavigate4 = 814;
1318 
1319  internal const int cmdidShellNavigate5 = 815;
1320 
1321  internal const int cmdidShellNavigate6 = 816;
1322 
1323  internal const int cmdidShellNavigate7 = 817;
1324 
1325  internal const int cmdidShellNavigate8 = 818;
1326 
1327  internal const int cmdidShellNavigate9 = 819;
1328 
1329  internal const int cmdidShellNavigate10 = 820;
1330 
1331  internal const int cmdidShellNavigate11 = 821;
1332 
1333  internal const int cmdidShellNavigate12 = 822;
1334 
1335  internal const int cmdidShellNavigate13 = 823;
1336 
1337  internal const int cmdidShellNavigate14 = 824;
1338 
1339  internal const int cmdidShellNavigate15 = 825;
1340 
1341  internal const int cmdidShellNavigate16 = 826;
1342 
1343  internal const int cmdidShellNavigate17 = 827;
1344 
1345  internal const int cmdidShellNavigate18 = 828;
1346 
1347  internal const int cmdidShellNavigate19 = 829;
1348 
1349  internal const int cmdidShellNavigate20 = 830;
1350 
1351  internal const int cmdidShellNavigate21 = 831;
1352 
1353  internal const int cmdidShellNavigate22 = 832;
1354 
1355  internal const int cmdidShellNavigate23 = 833;
1356 
1357  internal const int cmdidShellNavigate24 = 834;
1358 
1359  internal const int cmdidShellNavigate25 = 835;
1360 
1361  internal const int cmdidShellNavigate26 = 836;
1362 
1363  internal const int cmdidShellNavigate27 = 837;
1364 
1365  internal const int cmdidShellNavigate28 = 838;
1366 
1367  internal const int cmdidShellNavigate29 = 839;
1368 
1369  internal const int cmdidShellNavigate30 = 840;
1370 
1371  internal const int cmdidShellNavigate31 = 841;
1372 
1373  internal const int cmdidShellNavigate32 = 842;
1374 
1375  internal const int cmdidShellNavigate33 = 843;
1376 
1377  internal const int cmdidShellWindowNavigate1 = 844;
1378 
1379  internal const int cmdidShellWindowNavigate2 = 845;
1380 
1381  internal const int cmdidShellWindowNavigate3 = 846;
1382 
1383  internal const int cmdidShellWindowNavigate4 = 847;
1384 
1385  internal const int cmdidShellWindowNavigate5 = 848;
1386 
1387  internal const int cmdidShellWindowNavigate6 = 849;
1388 
1389  internal const int cmdidShellWindowNavigate7 = 850;
1390 
1391  internal const int cmdidShellWindowNavigate8 = 851;
1392 
1393  internal const int cmdidShellWindowNavigate9 = 852;
1394 
1395  internal const int cmdidShellWindowNavigate10 = 853;
1396 
1397  internal const int cmdidShellWindowNavigate11 = 854;
1398 
1399  internal const int cmdidShellWindowNavigate12 = 855;
1400 
1401  internal const int cmdidShellWindowNavigate13 = 856;
1402 
1403  internal const int cmdidShellWindowNavigate14 = 857;
1404 
1405  internal const int cmdidShellWindowNavigate15 = 858;
1406 
1407  internal const int cmdidShellWindowNavigate16 = 859;
1408 
1409  internal const int cmdidShellWindowNavigate17 = 860;
1410 
1411  internal const int cmdidShellWindowNavigate18 = 861;
1412 
1413  internal const int cmdidShellWindowNavigate19 = 862;
1414 
1415  internal const int cmdidShellWindowNavigate20 = 863;
1416 
1417  internal const int cmdidShellWindowNavigate21 = 864;
1418 
1419  internal const int cmdidShellWindowNavigate22 = 865;
1420 
1421  internal const int cmdidShellWindowNavigate23 = 866;
1422 
1423  internal const int cmdidShellWindowNavigate24 = 867;
1424 
1425  internal const int cmdidShellWindowNavigate25 = 868;
1426 
1427  internal const int cmdidShellWindowNavigate26 = 869;
1428 
1429  internal const int cmdidShellWindowNavigate27 = 870;
1430 
1431  internal const int cmdidShellWindowNavigate28 = 871;
1432 
1433  internal const int cmdidShellWindowNavigate29 = 872;
1434 
1435  internal const int cmdidShellWindowNavigate30 = 873;
1436 
1437  internal const int cmdidShellWindowNavigate31 = 874;
1438 
1439  internal const int cmdidShellWindowNavigate32 = 875;
1440 
1441  internal const int cmdidShellWindowNavigate33 = 876;
1442 
1443  internal const int cmdidOBSDoFind = 877;
1444 
1445  internal const int cmdidOBSMatchCase = 878;
1446 
1447  internal const int cmdidOBSMatchSubString = 879;
1448 
1449  internal const int cmdidOBSMatchWholeWord = 880;
1450 
1451  internal const int cmdidOBSMatchPrefix = 881;
1452 
1453  internal const int cmdidBuildSln = 882;
1454 
1455  internal const int cmdidRebuildSln = 883;
1456 
1457  internal const int cmdidDeploySln = 884;
1458 
1459  internal const int cmdidCleanSln = 885;
1460 
1461  internal const int cmdidBuildSel = 886;
1462 
1463  internal const int cmdidRebuildSel = 887;
1464 
1465  internal const int cmdidDeploySel = 888;
1466 
1467  internal const int cmdidCleanSel = 889;
1468 
1469  internal const int cmdidCancelBuild = 890;
1470 
1471  internal const int cmdidBatchBuildDlg = 891;
1472 
1473  internal const int cmdidBuildCtx = 892;
1474 
1475  internal const int cmdidRebuildCtx = 893;
1476 
1477  internal const int cmdidDeployCtx = 894;
1478 
1479  internal const int cmdidCleanCtx = 895;
1480 
1481  internal const int cmdidMRUFile1 = 900;
1482 
1483  internal const int cmdidMRUFile2 = 901;
1484 
1485  internal const int cmdidMRUFile3 = 902;
1486 
1487  internal const int cmdidMRUFile4 = 903;
1488 
1489  internal const int cmdidMRUFile5 = 904;
1490 
1491  internal const int cmdidMRUFile6 = 905;
1492 
1493  internal const int cmdidMRUFile7 = 906;
1494 
1495  internal const int cmdidMRUFile8 = 907;
1496 
1497  internal const int cmdidMRUFile9 = 908;
1498 
1499  internal const int cmdidMRUFile10 = 909;
1500 
1501  internal const int cmdidMRUFile11 = 910;
1502 
1503  internal const int cmdidMRUFile12 = 911;
1504 
1505  internal const int cmdidMRUFile13 = 912;
1506 
1507  internal const int cmdidMRUFile14 = 913;
1508 
1509  internal const int cmdidMRUFile15 = 914;
1510 
1511  internal const int cmdidMRUFile16 = 915;
1512 
1513  internal const int cmdidMRUFile17 = 916;
1514 
1515  internal const int cmdidMRUFile18 = 917;
1516 
1517  internal const int cmdidMRUFile19 = 918;
1518 
1519  internal const int cmdidMRUFile20 = 919;
1520 
1521  internal const int cmdidMRUFile21 = 920;
1522 
1523  internal const int cmdidMRUFile22 = 921;
1524 
1525  internal const int cmdidMRUFile23 = 922;
1526 
1527  internal const int cmdidMRUFile24 = 923;
1528 
1529  internal const int cmdidMRUFile25 = 924;
1530 
1531  internal const int cmdidGotoDefn = 925;
1532 
1533  internal const int cmdidGotoDecl = 926;
1534 
1535  internal const int cmdidBrowseDefn = 927;
1536 
1537  internal const int cmdidShowMembers = 928;
1538 
1539  internal const int cmdidShowBases = 929;
1540 
1541  internal const int cmdidShowDerived = 930;
1542 
1543  internal const int cmdidShowDefns = 931;
1544 
1545  internal const int cmdidShowRefs = 932;
1546 
1547  internal const int cmdidShowCallers = 933;
1548 
1549  internal const int cmdidShowCallees = 934;
1550 
1551  internal const int cmdidDefineSubset = 935;
1552 
1553  internal const int cmdidSetSubset = 936;
1554 
1555  internal const int cmdidCVGroupingNone = 950;
1556 
1557  internal const int cmdidCVGroupingSortOnly = 951;
1558 
1559  internal const int cmdidCVGroupingGrouped = 952;
1560 
1561  internal const int cmdidCVShowPackages = 953;
1562 
1563  internal const int cmdidQryManageIndexes = 954;
1564 
1565  internal const int cmdidBrowseComponent = 955;
1566 
1567  internal const int cmdidPrintDefault = 956;
1568 
1569  internal const int cmdidBrowseDoc = 957;
1570 
1571  internal const int cmdidStandardMax = 1000;
1572 
1573  internal const int cmdidFormsFirst = 24576;
1574 
1575  internal const int cmdidFormsLast = 28671;
1576 
1577  internal const int cmdidVBEFirst = 32768;
1578 
1579  internal const int msotcidBookmarkWellMenu = 32769;
1580 
1581  internal const int cmdidZoom200 = 32770;
1582 
1583  internal const int cmdidZoom150 = 32771;
1584 
1585  internal const int cmdidZoom100 = 32772;
1586 
1587  internal const int cmdidZoom75 = 32773;
1588 
1589  internal const int cmdidZoom50 = 32774;
1590 
1591  internal const int cmdidZoom25 = 32775;
1592 
1593  internal const int cmdidZoom10 = 32784;
1594 
1595  internal const int msotcidZoomWellMenu = 32785;
1596 
1597  internal const int msotcidDebugPopWellMenu = 32786;
1598 
1599  internal const int msotcidAlignWellMenu = 32787;
1600 
1601  internal const int msotcidArrangeWellMenu = 32788;
1602 
1603  internal const int msotcidCenterWellMenu = 32789;
1604 
1605  internal const int msotcidSizeWellMenu = 32790;
1606 
1607  internal const int msotcidHorizontalSpaceWellMenu = 32791;
1608 
1609  internal const int msotcidVerticalSpaceWellMenu = 32800;
1610 
1611  internal const int msotcidDebugWellMenu = 32801;
1612 
1613  internal const int msotcidDebugMenuVB = 32802;
1614 
1615  internal const int msotcidStatementBuilderWellMenu = 32803;
1616 
1617  internal const int msotcidProjWinInsertMenu = 32804;
1618 
1619  internal const int msotcidToggleMenu = 32805;
1620 
1621  internal const int msotcidNewObjInsertWellMenu = 32806;
1622 
1623  internal const int msotcidSizeToWellMenu = 32807;
1624 
1625  internal const int msotcidCommandBars = 32808;
1626 
1627  internal const int msotcidVBOrderMenu = 32809;
1628 
1629  internal const int msotcidMSOnTheWeb = 32810;
1630 
1631  internal const int msotcidVBDesignerMenu = 32816;
1632 
1633  internal const int msotcidNewProjectWellMenu = 32817;
1634 
1635  internal const int msotcidProjectWellMenu = 32818;
1636 
1637  internal const int msotcidVBCode1ContextMenu = 32819;
1638 
1639  internal const int msotcidVBCode2ContextMenu = 32820;
1640 
1641  internal const int msotcidVBWatchContextMenu = 32821;
1642 
1643  internal const int msotcidVBImmediateContextMenu = 32822;
1644 
1645  internal const int msotcidVBLocalsContextMenu = 32823;
1646 
1647  internal const int msotcidVBFormContextMenu = 32824;
1648 
1649  internal const int msotcidVBControlContextMenu = 32825;
1650 
1651  internal const int msotcidVBProjWinContextMenu = 32826;
1652 
1653  internal const int msotcidVBProjWinContextBreakMenu = 32827;
1654 
1655  internal const int msotcidVBPreviewWinContextMenu = 32828;
1656 
1657  internal const int msotcidVBOBContextMenu = 32829;
1658 
1659  internal const int msotcidVBForms3ContextMenu = 32830;
1660 
1661  internal const int msotcidVBForms3ControlCMenu = 32831;
1662 
1663  internal const int msotcidVBForms3ControlCMenuGroup = 32832;
1664 
1665  internal const int msotcidVBForms3ControlPalette = 32833;
1666 
1667  internal const int msotcidVBForms3ToolboxCMenu = 32834;
1668 
1669  internal const int msotcidVBForms3MPCCMenu = 32835;
1670 
1671  internal const int msotcidVBForms3DragDropCMenu = 32836;
1672 
1673  internal const int msotcidVBToolBoxContextMenu = 32837;
1674 
1675  internal const int msotcidVBToolBoxGroupContextMenu = 32838;
1676 
1677  internal const int msotcidVBPropBrsHostContextMenu = 32839;
1678 
1679  internal const int msotcidVBPropBrsContextMenu = 32840;
1680 
1681  internal const int msotcidVBPalContextMenu = 32841;
1682 
1683  internal const int msotcidVBProjWinProjectContextMenu = 32842;
1684 
1685  internal const int msotcidVBProjWinFormContextMenu = 32843;
1686 
1687  internal const int msotcidVBProjWinModClassContextMenu = 32844;
1688 
1689  internal const int msotcidVBProjWinRelDocContextMenu = 32845;
1690 
1691  internal const int msotcidVBDockedWindowContextMenu = 32846;
1692 
1693  internal const int msotcidVBShortCutForms = 32847;
1694 
1695  internal const int msotcidVBShortCutCodeWindows = 32848;
1696 
1697  internal const int msotcidVBShortCutMisc = 32849;
1698 
1699  internal const int msotcidVBBuiltInMenus = 32850;
1700 
1701  internal const int msotcidPreviewWinFormPos = 32851;
1702 
1703  internal const int msotcidVBAddinFirst = 33280;
1704  }
1705 
1706  private static class ShellGuids
1707  {
1708  internal static readonly Guid VSStandardCommandSet97 = new Guid("{5efc7975-14bc-11cf-9b2b-00aa00573819}");
1709 
1710  internal static readonly Guid guidDsdCmdId = new Guid("{1F0FD094-8e53-11d2-8f9c-0060089fc486}");
1711 
1712  internal static readonly Guid SID_SOleComponentUIManager = new Guid("{5efc7974-14bc-11cf-9b2b-00aa00573819}");
1713 
1714  internal static readonly Guid GUID_VSTASKCATEGORY_DATADESIGNER = new Guid("{6B32EAED-13BB-11d3-A64F-00C04F683820}");
1715 
1716  internal static readonly Guid GUID_PropertyBrowserToolWindow = new Guid(-285584864, -7528, 4560, new byte[8]
1717  {
1718  143,
1719  120,
1720  0,
1721  160,
1722  201,
1723  17,
1724  0,
1725  87
1726  });
1727  }
1728 
1729  private static readonly Guid standardCommandSet = ShellGuids.VSStandardCommandSet97;
1730 
1731  private static readonly Guid ndpCommandSet = new Guid("{74D21313-2AEE-11d1-8BFB-00A0C90F26F7}");
1732 
1733  private const int cmdidDesignerVerbFirst = 8192;
1734 
1735  private const int cmdidDesignerVerbLast = 8448;
1736 
1737  private const int cmdidArrangeIcons = 12298;
1738 
1739  private const int cmdidLineupIcons = 12299;
1740 
1741  private const int cmdidShowLargeIcons = 12300;
1742 
1744  public static readonly CommandID AlignBottom = new CommandID(standardCommandSet, 1);
1745 
1747  public static readonly CommandID AlignHorizontalCenters = new CommandID(standardCommandSet, 2);
1748 
1750  public static readonly CommandID AlignLeft = new CommandID(standardCommandSet, 3);
1751 
1753  public static readonly CommandID AlignRight = new CommandID(standardCommandSet, 4);
1754 
1756  public static readonly CommandID AlignToGrid = new CommandID(standardCommandSet, 5);
1757 
1759  public static readonly CommandID AlignTop = new CommandID(standardCommandSet, 6);
1760 
1762  public static readonly CommandID AlignVerticalCenters = new CommandID(standardCommandSet, 7);
1763 
1765  public static readonly CommandID ArrangeBottom = new CommandID(standardCommandSet, 8);
1766 
1768  public static readonly CommandID ArrangeRight = new CommandID(standardCommandSet, 9);
1769 
1771  public static readonly CommandID BringForward = new CommandID(standardCommandSet, 10);
1772 
1774  public static readonly CommandID BringToFront = new CommandID(standardCommandSet, 11);
1775 
1777  public static readonly CommandID CenterHorizontally = new CommandID(standardCommandSet, 12);
1778 
1780  public static readonly CommandID CenterVertically = new CommandID(standardCommandSet, 13);
1781 
1783  public static readonly CommandID ViewCode = new CommandID(standardCommandSet, 333);
1784 
1786  public static readonly CommandID DocumentOutline = new CommandID(standardCommandSet, 239);
1787 
1789  public static readonly CommandID Copy = new CommandID(standardCommandSet, 15);
1790 
1792  public static readonly CommandID Cut = new CommandID(standardCommandSet, 16);
1793 
1795  public static readonly CommandID Delete = new CommandID(standardCommandSet, 17);
1796 
1798  public static readonly CommandID Group = new CommandID(standardCommandSet, 20);
1799 
1801  public static readonly CommandID HorizSpaceConcatenate = new CommandID(standardCommandSet, 21);
1802 
1804  public static readonly CommandID HorizSpaceDecrease = new CommandID(standardCommandSet, 22);
1805 
1807  public static readonly CommandID HorizSpaceIncrease = new CommandID(standardCommandSet, 23);
1808 
1810  public static readonly CommandID HorizSpaceMakeEqual = new CommandID(standardCommandSet, 24);
1811 
1813  public static readonly CommandID Paste = new CommandID(standardCommandSet, 26);
1814 
1816  public static readonly CommandID Properties = new CommandID(standardCommandSet, 28);
1817 
1819  public static readonly CommandID Redo = new CommandID(standardCommandSet, 29);
1820 
1822  public static readonly CommandID MultiLevelRedo = new CommandID(standardCommandSet, 30);
1823 
1825  public static readonly CommandID SelectAll = new CommandID(standardCommandSet, 31);
1826 
1828  public static readonly CommandID SendBackward = new CommandID(standardCommandSet, 32);
1829 
1831  public static readonly CommandID SendToBack = new CommandID(standardCommandSet, 33);
1832 
1834  public static readonly CommandID SizeToControl = new CommandID(standardCommandSet, 35);
1835 
1837  public static readonly CommandID SizeToControlHeight = new CommandID(standardCommandSet, 36);
1838 
1840  public static readonly CommandID SizeToControlWidth = new CommandID(standardCommandSet, 37);
1841 
1843  public static readonly CommandID SizeToFit = new CommandID(standardCommandSet, 38);
1844 
1846  public static readonly CommandID SizeToGrid = new CommandID(standardCommandSet, 39);
1847 
1849  public static readonly CommandID SnapToGrid = new CommandID(standardCommandSet, 40);
1850 
1852  public static readonly CommandID TabOrder = new CommandID(standardCommandSet, 41);
1853 
1855  public static readonly CommandID Undo = new CommandID(standardCommandSet, 43);
1856 
1858  public static readonly CommandID MultiLevelUndo = new CommandID(standardCommandSet, 44);
1859 
1861  public static readonly CommandID Ungroup = new CommandID(standardCommandSet, 45);
1862 
1864  public static readonly CommandID VertSpaceConcatenate = new CommandID(standardCommandSet, 46);
1865 
1867  public static readonly CommandID VertSpaceDecrease = new CommandID(standardCommandSet, 47);
1868 
1870  public static readonly CommandID VertSpaceIncrease = new CommandID(standardCommandSet, 48);
1871 
1873  public static readonly CommandID VertSpaceMakeEqual = new CommandID(standardCommandSet, 49);
1874 
1876  public static readonly CommandID ShowGrid = new CommandID(standardCommandSet, 103);
1877 
1879  public static readonly CommandID ViewGrid = new CommandID(standardCommandSet, 125);
1880 
1882  public static readonly CommandID Replace = new CommandID(standardCommandSet, 230);
1883 
1885  public static readonly CommandID PropertiesWindow = new CommandID(standardCommandSet, 235);
1886 
1888  public static readonly CommandID LockControls = new CommandID(standardCommandSet, 369);
1889 
1891  public static readonly CommandID F1Help = new CommandID(standardCommandSet, 377);
1892 
1894  public static readonly CommandID ArrangeIcons = new CommandID(ndpCommandSet, 12298);
1895 
1897  public static readonly CommandID LineupIcons = new CommandID(ndpCommandSet, 12299);
1898 
1900  public static readonly CommandID ShowLargeIcons = new CommandID(ndpCommandSet, 12300);
1901 
1903  public static readonly CommandID VerbFirst = new CommandID(ndpCommandSet, 8192);
1904 
1906  public static readonly CommandID VerbLast = new CommandID(ndpCommandSet, 8448);
1907  }
1908 }
static readonly CommandID BringToFront
Gets the T:System.ComponentModel.Design.CommandID for the BringToFront command. This field is read-on...
static readonly CommandID ViewGrid
Gets the T:System.ComponentModel.Design.CommandID for the ViewGrid command. This field is read-only.
static readonly CommandID F1Help
Gets the T:System.ComponentModel.Design.CommandID for the F1Help command. This field is read-only.
static readonly CommandID HorizSpaceDecrease
Gets the T:System.ComponentModel.Design.CommandID for the HorizSpaceDecrease command....
static readonly CommandID VertSpaceConcatenate
Gets the T:System.ComponentModel.Design.CommandID for the VertSpaceConcatenate command....
static readonly CommandID ViewCode
Gets the T:System.ComponentModel.Design.CommandID for the ViewCode command. This field is read-only.
static readonly CommandID VerbFirst
Gets the first of a set of verbs. This field is read-only.
static readonly CommandID VertSpaceDecrease
Gets the T:System.ComponentModel.Design.CommandID for the VertSpaceDecrease command....
static readonly CommandID PropertiesWindow
Gets the T:System.ComponentModel.Design.CommandID for the PropertiesWindow command....
static readonly CommandID DocumentOutline
Gets the T:System.ComponentModel.Design.CommandID for the Document Outline command....
static readonly CommandID Ungroup
Gets the T:System.ComponentModel.Design.CommandID for the Ungroup command. This field is read-only.
static readonly CommandID SendBackward
Gets the T:System.ComponentModel.Design.CommandID for the SendBackward command. This field is read-on...
static readonly CommandID TabOrder
Gets the T:System.ComponentModel.Design.CommandID for the TabOrder command. This field is read-only.
Represents a unique command identifier that consists of a numeric command ID and a GUID menu group id...
Definition: CommandID.cs:12
static readonly CommandID AlignHorizontalCenters
Gets the T:System.ComponentModel.Design.CommandID for the AlignHorizontalCenters command....
Definition: __Canon.cs:3
static readonly CommandID SizeToFit
Gets the T:System.ComponentModel.Design.CommandID for the SizeToFit command. This field is read-only.
static readonly CommandID SizeToGrid
Gets the T:System.ComponentModel.Design.CommandID for the SizeToGrid command. This field is read-only...
static readonly CommandID AlignTop
Gets the T:System.ComponentModel.Design.CommandID for the AlignTop command. This field is read-only.
static readonly CommandID SelectAll
Gets the T:System.ComponentModel.Design.CommandID for the SelectAll command. This field is read-only.
static readonly CommandID Undo
Gets the T:System.ComponentModel.Design.CommandID for the Undo command. This field is read-only.
static readonly CommandID AlignLeft
Gets the T:System.ComponentModel.Design.CommandID for the AlignLeft command. This field is read-only.
static readonly CommandID SizeToControlHeight
Gets the T:System.ComponentModel.Design.CommandID for the SizeToControlHeight command....
static readonly CommandID AlignToGrid
Gets the T:System.ComponentModel.Design.CommandID for the AlignToGrid command. This field is read-onl...
static readonly CommandID SendToBack
Gets the T:System.ComponentModel.Design.CommandID for the SendToBack command. This field is read-only...
static readonly CommandID LockControls
Gets the T:System.ComponentModel.Design.CommandID for the LockControls command. This field is read-on...
static readonly CommandID Redo
Gets the T:System.ComponentModel.Design.CommandID for the Redo command. This field is read-only.
SecurityAction
Specifies the security actions that can be performed using declarative security.
Represents a globally unique identifier (GUID).To browse the .NET Framework source code for this type...
Definition: Guid.cs:14
static readonly CommandID Group
Gets the T:System.ComponentModel.Design.CommandID for the Group command. This field is read-only.
static readonly CommandID VertSpaceMakeEqual
Gets the T:System.ComponentModel.Design.CommandID for the VertSpaceMakeEqual command....
static readonly CommandID Paste
Gets the T:System.ComponentModel.Design.CommandID for the Paste command. This field is read-only.
static readonly CommandID HorizSpaceIncrease
Gets the T:System.ComponentModel.Design.CommandID for the HorizSpaceIncrease command....
static readonly CommandID BringForward
Gets the T:System.ComponentModel.Design.CommandID for the BringForward command. This field is read-on...
Defines identifiers for the standard set of commands that are available to most applications.
static readonly CommandID Copy
Gets the T:System.ComponentModel.Design.CommandID for the Copy command. This field is read-only.
static readonly CommandID VerbLast
Gets the last of a set of verbs. This field is read-only.
static readonly CommandID Replace
Gets the T:System.ComponentModel.Design.CommandID for the Replace command. This field is read-only.
static readonly CommandID Delete
Gets the T:System.ComponentModel.Design.CommandID for the Delete command. This field is read-only.
static readonly CommandID Cut
Gets the T:System.ComponentModel.Design.CommandID for the Cut command. This field is read-only.
static readonly CommandID SizeToControl
Gets the T:System.ComponentModel.Design.CommandID for the SizeToControl command. This field is read-o...
static readonly CommandID SnapToGrid
Gets the T:System.ComponentModel.Design.CommandID for the SnapToGrid command. This field is read-only...
static readonly CommandID HorizSpaceConcatenate
Gets the T:System.ComponentModel.Design.CommandID for the HorizSpaceConcatenate command....
static readonly CommandID HorizSpaceMakeEqual
Gets the T:System.ComponentModel.Design.CommandID for the HorizSpaceMakeEqual command....
static readonly CommandID VertSpaceIncrease
Gets the T:System.ComponentModel.Design.CommandID for the VertSpaceIncrease command....
static readonly CommandID ArrangeBottom
Gets the T:System.ComponentModel.Design.CommandID for the ArrangeBottom command. This field is read-o...
static readonly CommandID ArrangeRight
Gets the T:System.ComponentModel.Design.CommandID for the ArrangeRight command. This field is read-on...
static readonly CommandID CenterVertically
Gets the T:System.ComponentModel.Design.CommandID for the CenterVertically command....
static readonly CommandID AlignBottom
Gets the T:System.ComponentModel.Design.CommandID for the AlignBottom command. This field is read-onl...
static readonly CommandID CenterHorizontally
Gets the T:System.ComponentModel.Design.CommandID for the CenterHorizontally command....
static readonly CommandID AlignVerticalCenters
Gets the T:System.ComponentModel.Design.CommandID for the AlignVerticalCenters command....
static readonly CommandID ShowGrid
Gets the T:System.ComponentModel.Design.CommandID for the ShowGrid command. This field is read-only.
static readonly CommandID SizeToControlWidth
Gets the T:System.ComponentModel.Design.CommandID for the SizeToControlWidth command....
static readonly CommandID MultiLevelRedo
Gets the T:System.ComponentModel.Design.CommandID for the MultiLevelRedo command. This field is read-...
static readonly CommandID Properties
Gets the T:System.ComponentModel.Design.CommandID for the Properties command. This field is read-only...
static readonly CommandID LineupIcons
Gets the T:System.ComponentModel.Design.CommandID for the LineupIcons command. This field is read-onl...
static readonly CommandID ArrangeIcons
Gets the T:System.ComponentModel.Design.CommandID for the ArrangeIcons command. This field is read-on...
static readonly CommandID AlignRight
Gets the T:System.ComponentModel.Design.CommandID for the AlignRight command. This field is read-only...
static readonly CommandID MultiLevelUndo
Gets the T:System.ComponentModel.Design.CommandID for the MultiLevelUndo command. This field is read-...
static readonly CommandID ShowLargeIcons
Gets the T:System.ComponentModel.Design.CommandID for the ShowLargeIcons command. This field is read-...