Remove some menu items that are now initialized with CommandBars

This commit is contained in:
Michael Becker 2014-06-24 09:58:15 -04:00
parent f5db2c2173
commit ee595f6f8a

View File

@ -136,13 +136,6 @@ namespace UniversalEditor.UserInterface.WindowsForms
this.mnuWindowResetLayout = new AwesomeControls.CommandBars.CBMenuItem();
this.mnuWindowSep4 = new System.Windows.Forms.ToolStripSeparator();
this.mnuWindowWindows = new System.Windows.Forms.ToolStripMenuItem();
this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem();
this.mnuHelpViewHelp = new System.Windows.Forms.ToolStripMenuItem();
this.mnuHelpSep1 = new System.Windows.Forms.ToolStripSeparator();
this.mnuHelpCustomerFeedbackOptions = new System.Windows.Forms.ToolStripMenuItem();
this.mnuHelpLicensingAndActivation = new System.Windows.Forms.ToolStripMenuItem();
this.mnuHelpSep2 = new System.Windows.Forms.ToolStripSeparator();
this.mnuHelpAbout = new System.Windows.Forms.ToolStripMenuItem();
this.tbStandard = new AwesomeControls.CommandBars.CBToolBar();
this.tsbStandardNew = new System.Windows.Forms.ToolStripSplitButton();
this.tsbStandardNewFile = new System.Windows.Forms.ToolStripMenuItem();
@ -208,9 +201,9 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.sbStatusBar.Dock = System.Windows.Forms.DockStyle.None;
this.sbStatusBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.lblStatus,
this.pbProgress,
this.lblObjectModel});
this.lblStatus,
this.pbProgress,
this.lblObjectModel});
this.sbStatusBar.Location = new System.Drawing.Point(0, 0);
this.sbStatusBar.Name = "sbStatusBar";
this.sbStatusBar.ShowItemToolTips = true;
@ -268,14 +261,13 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.mbMenuBar.Dock = System.Windows.Forms.DockStyle.None;
this.mbMenuBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFile,
this.mnuEdit,
this.mnuView,
this.mnuProject,
this.mnuBookmarks,
this.mnuTools,
this.mnuWindow,
this.mnuHelp});
this.mnuFile,
this.mnuEdit,
this.mnuView,
this.mnuProject,
this.mnuBookmarks,
this.mnuTools,
this.mnuWindow});
this.mbMenuBar.Location = new System.Drawing.Point(0, 0);
this.mbMenuBar.Name = "mbMenuBar";
this.mbMenuBar.Size = new System.Drawing.Size(800, 25);
@ -285,20 +277,20 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuFile
//
this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFileNew,
this.mnuFileOpen,
this.mnuFileSave,
this.mnuFileClose,
this.mnuFileSep1,
this.mnuFilePrint,
this.mnuFileSep2,
this.mnuFileImport,
this.mnuFileExport,
this.mnuFileSep3,
this.mnuFileRecentFiles,
this.mnuFileRecentProjects,
this.mnuFileSep4,
this.mnuFileExit});
this.mnuFileNew,
this.mnuFileOpen,
this.mnuFileSave,
this.mnuFileClose,
this.mnuFileSep1,
this.mnuFilePrint,
this.mnuFileSep2,
this.mnuFileImport,
this.mnuFileExport,
this.mnuFileSep3,
this.mnuFileRecentFiles,
this.mnuFileRecentProjects,
this.mnuFileSep4,
this.mnuFileExit});
this.mnuFile.Name = "mnuFile";
this.mnuFile.Size = new System.Drawing.Size(37, 21);
this.mnuFile.Text = "&File";
@ -306,8 +298,8 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuFileNew
//
this.mnuFileNew.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFileNewFile,
this.mnuFileNewProject});
this.mnuFileNewFile,
this.mnuFileNewProject});
this.mnuFileNew.Name = "mnuFileNew";
this.mnuFileNew.Size = new System.Drawing.Size(156, 22);
this.mnuFileNew.Text = "&New";
@ -326,7 +318,7 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.mnuFileNewProject.Name = "mnuFileNewProject";
this.mnuFileNewProject.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.N)));
| System.Windows.Forms.Keys.N)));
this.mnuFileNewProject.Size = new System.Drawing.Size(244, 22);
this.mnuFileNewProject.Text = "&Project/Solution...";
this.mnuFileNewProject.Click += new System.EventHandler(this.FileNewProject_Click);
@ -334,8 +326,8 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuFileOpen
//
this.mnuFileOpen.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFileOpenFile,
this.mnuFileOpenProject});
this.mnuFileOpenFile,
this.mnuFileOpenProject});
this.mnuFileOpen.Name = "mnuFileOpen";
this.mnuFileOpen.Size = new System.Drawing.Size(156, 22);
this.mnuFileOpen.Text = "&Open";
@ -354,7 +346,7 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.mnuFileOpenProject.Name = "mnuFileOpenProject";
this.mnuFileOpenProject.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.O)));
| System.Windows.Forms.Keys.O)));
this.mnuFileOpenProject.Size = new System.Drawing.Size(244, 22);
this.mnuFileOpenProject.Text = "&Project/Solution...";
this.mnuFileOpenProject.Click += new System.EventHandler(this.FileOpenProject_Click);
@ -362,13 +354,13 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuFileSave
//
this.mnuFileSave.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFileSaveFile,
this.mnuFileSaveFileAs,
this.mnuFileSaveSep1,
this.mnuFileSaveProject,
this.mnuFileSaveProjectAs,
this.mnuFileSaveSep2,
this.mnuFileSaveAll});
this.mnuFileSaveFile,
this.mnuFileSaveFileAs,
this.mnuFileSaveSep1,
this.mnuFileSaveProject,
this.mnuFileSaveProjectAs,
this.mnuFileSaveSep2,
this.mnuFileSaveAll});
this.mnuFileSave.Name = "mnuFileSave";
this.mnuFileSave.Size = new System.Drawing.Size(156, 22);
this.mnuFileSave.Text = "&Save";
@ -418,7 +410,7 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.mnuFileSaveAll.Name = "mnuFileSaveAll";
this.mnuFileSaveAll.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.S)));
| System.Windows.Forms.Keys.S)));
this.mnuFileSaveAll.Size = new System.Drawing.Size(263, 22);
this.mnuFileSaveAll.Text = "A&ll Files and Projects";
this.mnuFileSaveAll.Click += new System.EventHandler(this.FileSaveAll_Click);
@ -426,10 +418,10 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuFileClose
//
this.mnuFileClose.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuFileCloseFile,
this.mnuFileCloseProject,
this.toolStripMenuItem11,
this.mnuFileCloseWindow});
this.mnuFileCloseFile,
this.mnuFileCloseProject,
this.toolStripMenuItem11,
this.mnuFileCloseWindow});
this.mnuFileClose.Name = "mnuFileClose";
this.mnuFileClose.Size = new System.Drawing.Size(156, 22);
this.mnuFileClose.Text = "&Close";
@ -446,7 +438,7 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.mnuFileCloseProject.Name = "mnuFileCloseProject";
this.mnuFileCloseProject.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.W)));
| System.Windows.Forms.Keys.W)));
this.mnuFileCloseProject.Size = new System.Drawing.Size(237, 22);
this.mnuFileCloseProject.Text = "&Project/Solution";
this.mnuFileCloseProject.Click += new System.EventHandler(this.FileCloseProject_Click);
@ -533,21 +525,21 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuEdit
//
this.mnuEdit.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuEditUndo,
this.mnuEditRedo,
this.mnuEditSep1,
this.mnuEditCut,
this.mnuEditCopy,
this.mnuEditPaste,
this.mnuEditDelete,
this.mnuEditSep2,
this.mnuEditSelectAll,
this.mnuEditInvertSelection,
this.mnuEditSep3,
this.mnuEditFindReplace,
this.mnuEditGoTo,
this.mnuEditSep4,
this.mnuEditPreferences});
this.mnuEditUndo,
this.mnuEditRedo,
this.mnuEditSep1,
this.mnuEditCut,
this.mnuEditCopy,
this.mnuEditPaste,
this.mnuEditDelete,
this.mnuEditSep2,
this.mnuEditSelectAll,
this.mnuEditInvertSelection,
this.mnuEditSep3,
this.mnuEditFindReplace,
this.mnuEditGoTo,
this.mnuEditSep4,
this.mnuEditPreferences});
this.mnuEdit.Name = "mnuEdit";
this.mnuEdit.Size = new System.Drawing.Size(39, 21);
this.mnuEdit.Text = "&Edit";
@ -628,7 +620,7 @@ namespace UniversalEditor.UserInterface.WindowsForms
this.mnuEditInvertSelection.Hidden = true;
this.mnuEditInvertSelection.Name = "mnuEditInvertSelection";
this.mnuEditInvertSelection.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.A)));
| System.Windows.Forms.Keys.A)));
this.mnuEditInvertSelection.Size = new System.Drawing.Size(229, 22);
this.mnuEditInvertSelection.Text = "&Invert Selection";
//
@ -667,13 +659,13 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuView
//
this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuViewToolbars,
this.mnuViewStatusBar,
this.mnuViewSep1,
this.mnuViewPanels,
this.mnuViewSep2,
this.mnuViewStartPage,
this.mnuViewFullScreen});
this.mnuViewToolbars,
this.mnuViewStatusBar,
this.mnuViewSep1,
this.mnuViewPanels,
this.mnuViewSep2,
this.mnuViewStartPage,
this.mnuViewFullScreen});
this.mnuView.Name = "mnuView";
this.mnuView.Size = new System.Drawing.Size(44, 21);
this.mnuView.Text = "&View";
@ -681,8 +673,8 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuViewToolbars
//
this.mnuViewToolbars.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuViewToolbarsSep1,
this.mnuViewToolbarsCustomize});
this.mnuViewToolbarsSep1,
this.mnuViewToolbarsCustomize});
this.mnuViewToolbars.Name = "mnuViewToolbars";
this.mnuViewToolbars.Size = new System.Drawing.Size(156, 22);
this.mnuViewToolbars.Text = "&Toolbars";
@ -717,9 +709,9 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuViewPanels
//
this.mnuViewPanels.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolboxToolStripMenuItem,
this.mnuViewPanelsProjectExplorer,
this.propertiesToolStripMenuItem});
this.toolboxToolStripMenuItem,
this.mnuViewPanelsProjectExplorer,
this.propertiesToolStripMenuItem});
this.mnuViewPanels.Name = "mnuViewPanels";
this.mnuViewPanels.Size = new System.Drawing.Size(156, 22);
this.mnuViewPanels.Text = "&Panels";
@ -766,13 +758,13 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuProject
//
this.mnuProject.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuProjectAddNewItem,
this.mnuProjectAddExistingItem,
this.mnuProjectSep1,
this.mnuProjectExclude,
this.mnuProjectShowAllFiles,
this.mnuProjectSep2,
this.mnuProjectProperties});
this.mnuProjectAddNewItem,
this.mnuProjectAddExistingItem,
this.mnuProjectSep1,
this.mnuProjectExclude,
this.mnuProjectShowAllFiles,
this.mnuProjectSep2,
this.mnuProjectProperties});
this.mnuProject.Name = "mnuProject";
this.mnuProject.Size = new System.Drawing.Size(56, 21);
this.mnuProject.Text = "&Project";
@ -781,7 +773,7 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.mnuProjectAddNewItem.Name = "mnuProjectAddNewItem";
this.mnuProjectAddNewItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.A)));
| System.Windows.Forms.Keys.A)));
this.mnuProjectAddNewItem.Size = new System.Drawing.Size(245, 22);
this.mnuProjectAddNewItem.Text = "Add Ne&w Item...";
this.mnuProjectAddNewItem.Click += new System.EventHandler(this.mnuProjectAddNewItem_Click);
@ -790,7 +782,7 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.mnuProjectAddExistingItem.Name = "mnuProjectAddExistingItem";
this.mnuProjectAddExistingItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.A)));
| System.Windows.Forms.Keys.A)));
this.mnuProjectAddExistingItem.Size = new System.Drawing.Size(245, 22);
this.mnuProjectAddExistingItem.Text = "Add Existin&g Item...";
this.mnuProjectAddExistingItem.Click += new System.EventHandler(this.mnuProjectAddExistingItem_Click);
@ -829,11 +821,11 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuBookmarks
//
this.mnuBookmarks.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuBookmarksAdd,
this.mnuBookmarksAddAll,
this.mnuBookmarksSep1,
this.mnuBookmarksSep2,
this.mnuBookmarksManage});
this.mnuBookmarksAdd,
this.mnuBookmarksAddAll,
this.mnuBookmarksSep1,
this.mnuBookmarksSep2,
this.mnuBookmarksManage});
this.mnuBookmarks.Name = "mnuBookmarks";
this.mnuBookmarks.Size = new System.Drawing.Size(78, 21);
this.mnuBookmarks.Text = "Book&marks";
@ -850,7 +842,7 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.mnuBookmarksAddAll.Name = "mnuBookmarksAddAll";
this.mnuBookmarksAddAll.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
| System.Windows.Forms.Keys.D)));
| System.Windows.Forms.Keys.D)));
this.mnuBookmarksAddAll.Size = new System.Drawing.Size(263, 22);
this.mnuBookmarksAddAll.Text = "Add &All to Bookmarks";
this.mnuBookmarksAddAll.Click += new System.EventHandler(this.mnuBookmarksAddAll_Click);
@ -874,10 +866,10 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuTools
//
this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuToolsSessionManager,
this.mnuToolsSep1,
this.mnuToolsCustomize,
this.mnuToolsOptions});
this.mnuToolsSessionManager,
this.mnuToolsSep1,
this.mnuToolsCustomize,
this.mnuToolsOptions});
this.mnuTools.Name = "mnuTools";
this.mnuTools.Size = new System.Drawing.Size(48, 21);
this.mnuTools.Text = "&Tools";
@ -886,7 +878,7 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.mnuToolsSessionManager.Name = "mnuToolsSessionManager";
this.mnuToolsSessionManager.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
| System.Windows.Forms.Keys.S)));
| System.Windows.Forms.Keys.S)));
this.mnuToolsSessionManager.Size = new System.Drawing.Size(235, 22);
this.mnuToolsSessionManager.Text = "&Session Manager...";
this.mnuToolsSessionManager.Click += new System.EventHandler(this.mnuToolsSessionManager_Click);
@ -913,24 +905,24 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuWindow
//
this.mnuWindow.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuWindowNewWindow,
this.mnuWindowSplit,
this.mnuWindowSep1,
this.mnuWindowFloat,
this.mnuWindowFloatAll,
this.mnuWindowDock,
this.mnuWindowAutoHide,
this.mnuWindowAutoHideAll,
this.mnuWindowHide,
this.mnuWindowSep2,
this.mnuWindowPinTab,
this.mnuWindowSep3,
this.mnuWindowNewTabGroupHorizontal,
this.mnuWindowNewTabGroupVertical,
this.mnuWindowCloseAllDocuments,
this.mnuWindowResetLayout,
this.mnuWindowSep4,
this.mnuWindowWindows});
this.mnuWindowNewWindow,
this.mnuWindowSplit,
this.mnuWindowSep1,
this.mnuWindowFloat,
this.mnuWindowFloatAll,
this.mnuWindowDock,
this.mnuWindowAutoHide,
this.mnuWindowAutoHideAll,
this.mnuWindowHide,
this.mnuWindowSep2,
this.mnuWindowPinTab,
this.mnuWindowSep3,
this.mnuWindowNewTabGroupHorizontal,
this.mnuWindowNewTabGroupVertical,
this.mnuWindowCloseAllDocuments,
this.mnuWindowResetLayout,
this.mnuWindowSep4,
this.mnuWindowWindows});
this.mnuWindow.Name = "mnuWindow";
this.mnuWindow.Size = new System.Drawing.Size(63, 21);
this.mnuWindow.Text = "&Window";
@ -1051,71 +1043,20 @@ namespace UniversalEditor.UserInterface.WindowsForms
this.mnuWindowWindows.Text = "&Windows...";
this.mnuWindowWindows.Click += new System.EventHandler(this.mnuWindowWindows_Click);
//
// mnuHelp
//
this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuHelpViewHelp,
this.mnuHelpSep1,
this.mnuHelpCustomerFeedbackOptions,
this.mnuHelpLicensingAndActivation,
this.mnuHelpSep2,
this.mnuHelpAbout});
this.mnuHelp.Name = "mnuHelp";
this.mnuHelp.Size = new System.Drawing.Size(44, 21);
this.mnuHelp.Text = "&Help";
//
// mnuHelpViewHelp
//
this.mnuHelpViewHelp.Name = "mnuHelpViewHelp";
this.mnuHelpViewHelp.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F1)));
this.mnuHelpViewHelp.Size = new System.Drawing.Size(241, 22);
this.mnuHelpViewHelp.Text = "View &Help";
this.mnuHelpViewHelp.Click += new System.EventHandler(this.HelpContents_Click);
//
// mnuHelpSep1
//
this.mnuHelpSep1.Name = "mnuHelpSep1";
this.mnuHelpSep1.Size = new System.Drawing.Size(238, 6);
//
// mnuHelpCustomerFeedbackOptions
//
this.mnuHelpCustomerFeedbackOptions.Name = "mnuHelpCustomerFeedbackOptions";
this.mnuHelpCustomerFeedbackOptions.Size = new System.Drawing.Size(241, 22);
this.mnuHelpCustomerFeedbackOptions.Text = "Customer &Feedback Options...";
//
// mnuHelpLicensingAndActivation
//
this.mnuHelpLicensingAndActivation.Name = "mnuHelpLicensingAndActivation";
this.mnuHelpLicensingAndActivation.Size = new System.Drawing.Size(241, 22);
this.mnuHelpLicensingAndActivation.Text = "&Licensing and Activation...";
this.mnuHelpLicensingAndActivation.Click += new System.EventHandler(this.mnuHelpLicensingAndActivation_Click);
//
// mnuHelpSep2
//
this.mnuHelpSep2.Name = "mnuHelpSep2";
this.mnuHelpSep2.Size = new System.Drawing.Size(238, 6);
//
// mnuHelpAbout
//
this.mnuHelpAbout.Name = "mnuHelpAbout";
this.mnuHelpAbout.Size = new System.Drawing.Size(241, 22);
this.mnuHelpAbout.Text = "&About Universal Editor Platform";
this.mnuHelpAbout.Click += new System.EventHandler(this.mnuHelpAbout_Click);
//
// tbStandard
//
this.tbStandard.Dock = System.Windows.Forms.DockStyle.None;
this.tbStandard.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbStandardNew,
this.tsbStandardOpen,
this.tsbStandardSave,
this.tsbStandardPrint,
this.tsbStandardSep1,
this.tsbStandardCut,
this.tsbStandardCopy,
this.tsbStandardPaste,
this.tsbStandardSep2,
this.tsbStandardHelp});
this.tsbStandardNew,
this.tsbStandardOpen,
this.tsbStandardSave,
this.tsbStandardPrint,
this.tsbStandardSep1,
this.tsbStandardCut,
this.tsbStandardCopy,
this.tsbStandardPaste,
this.tsbStandardSep2,
this.tsbStandardHelp});
this.tbStandard.Location = new System.Drawing.Point(3, 25);
this.tbStandard.Name = "tbStandard";
this.tbStandard.Size = new System.Drawing.Size(235, 25);
@ -1126,8 +1067,8 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.tsbStandardNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbStandardNew.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbStandardNewFile,
this.tsbStandardNewProject});
this.tsbStandardNewFile,
this.tsbStandardNewProject});
this.tsbStandardNew.Image = ((System.Drawing.Image)(resources.GetObject("tsbStandardNew.Image")));
this.tsbStandardNew.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbStandardNew.Name = "tsbStandardNew";
@ -1153,8 +1094,8 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.tsbStandardOpen.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbStandardOpen.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbStandardOpenFile,
this.tsbStandardOpenProject});
this.tsbStandardOpenFile,
this.tsbStandardOpenProject});
this.tsbStandardOpen.Image = ((System.Drawing.Image)(resources.GetObject("tsbStandardOpen.Image")));
this.tsbStandardOpen.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbStandardOpen.Name = "tsbStandardOpen";
@ -1180,13 +1121,13 @@ namespace UniversalEditor.UserInterface.WindowsForms
//
this.tsbStandardSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbStandardSave.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbStandardSaveFile,
this.tsbStandardSaveFileAs,
this.tsbStandardSaveSep1,
this.tsbStandardSaveProject,
this.tsbStandardSaveProjectAs,
this.tsbStandardSaveSep2,
this.tsbStandardSaveAll});
this.tsbStandardSaveFile,
this.tsbStandardSaveFileAs,
this.tsbStandardSaveSep1,
this.tsbStandardSaveProject,
this.tsbStandardSaveProjectAs,
this.tsbStandardSaveSep2,
this.tsbStandardSaveAll});
this.tsbStandardSave.Image = ((System.Drawing.Image)(resources.GetObject("tsbStandardSave.Image")));
this.tsbStandardSave.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbStandardSave.Name = "tsbStandardSave";
@ -1304,8 +1245,8 @@ namespace UniversalEditor.UserInterface.WindowsForms
// mnuContextDocumentType
//
this.mnuContextDocumentType.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.mnuContextDocumentTypeDataFormat,
this.mnuContextDocumentTypeSep1});
this.mnuContextDocumentTypeDataFormat,
this.mnuContextDocumentTypeSep1});
this.mnuContextDocumentType.Name = "mnuContextDataFormat";
this.mnuContextDocumentType.Size = new System.Drawing.Size(138, 32);
//
@ -1380,11 +1321,6 @@ namespace UniversalEditor.UserInterface.WindowsForms
private System.Windows.Forms.ToolStripMenuItem mnuTools;
private System.Windows.Forms.ToolStripMenuItem mnuToolsCustomize;
private System.Windows.Forms.ToolStripMenuItem mnuToolsOptions;
private System.Windows.Forms.ToolStripMenuItem mnuHelp;
private System.Windows.Forms.ToolStripMenuItem mnuHelpViewHelp;
private System.Windows.Forms.ToolStripMenuItem mnuHelpCustomerFeedbackOptions;
private System.Windows.Forms.ToolStripSeparator mnuHelpSep2;
private System.Windows.Forms.ToolStripMenuItem mnuHelpAbout;
private System.Windows.Forms.ToolStripMenuItem mnuView;
private System.Windows.Forms.ToolStripMenuItem mnuViewToolbars;
private System.Windows.Forms.ToolStripMenuItem mnuViewStatusBar;
@ -1491,8 +1427,6 @@ namespace UniversalEditor.UserInterface.WindowsForms
private AwesomeControls.CommandBars.CBMenuItem mnuWindowNewTabGroupVertical;
private AwesomeControls.CommandBars.CBMenuItem mnuWindowCloseAllDocuments;
private AwesomeControls.CommandBars.CBMenuItem mnuWindowResetLayout;
private System.Windows.Forms.ToolStripSeparator mnuHelpSep1;
private System.Windows.Forms.ToolStripMenuItem mnuHelpLicensingAndActivation;
}
}