/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(XEditNetMainForm)); this.menuItem1 = new System.Windows.Forms.MenuItem(); this.mainStatusPanel = new System.Windows.Forms.StatusBarPanel(); this.statusBar = new System.Windows.Forms.StatusBar(); this.sandBarManager1 = new TD.SandBar.SandBarManager(); this.leftSandBarDock = new TD.SandBar.ToolBarContainer(); this.rightSandBarDock = new TD.SandBar.ToolBarContainer(); this.bottomSandBarDock = new TD.SandBar.ToolBarContainer(); this.topSandBarDock = new TD.SandBar.ToolBarContainer(); this.menuBar1 = new TD.SandBar.MenuBar(); this.menuFile = new TD.SandBar.MenuBarItem(); this.menuFileNew = new TD.SandBar.MenuButtonItem(); this.menuFileOpen = new TD.SandBar.MenuButtonItem(); this.menuFileMru = new TD.SandBar.MenuButtonItem(); this.menuFileExit = new TD.SandBar.MenuButtonItem(); this.menuBarItem6 = new TD.SandBar.MenuBarItem(); this.menuBarItem7 = new TD.SandBar.MenuBarItem(); this.menuItem3 = new TD.SandBar.MenuBarItem(); this.menuItem4 = new TD.SandBar.MenuBarItem(); this.menuHelpUserGuide = new TD.SandBar.MenuButtonItem(); this.menuHelpAbout = new TD.SandBar.MenuButtonItem(); this.toolbar = new TD.SandBar.ToolBar(); this.buttonFileNew = new TD.SandBar.ButtonItem(); this.buttonFileOpen = new TD.SandBar.ButtonItem(); this.menuBarItem1 = new TD.SandBar.MenuBarItem(); this.menuBarItem2 = new TD.SandBar.MenuBarItem(); this.menuBarItem3 = new TD.SandBar.MenuBarItem(); this.menuBarItem4 = new TD.SandBar.MenuBarItem(); this.menuBarItem5 = new TD.SandBar.MenuBarItem(); this.buttonItem2 = new TD.SandBar.ButtonItem(); this.buttonItem4 = new TD.SandBar.ButtonItem(); ((System.ComponentModel.ISupportInitialize)(this.mainStatusPanel)).BeginInit(); this.topSandBarDock.SuspendLayout(); this.SuspendLayout(); // // menuItem1 // this.menuItem1.Index = -1; this.menuItem1.Text = ""; // // statusBar // this.statusBar.Location = new System.Drawing.Point(0, 531); this.statusBar.Name = "statusBar"; this.statusBar.Size = new System.Drawing.Size(888, 22); this.statusBar.TabIndex = 3; // // sandBarManager1 // this.sandBarManager1.OwnerForm = this; // // leftSandBarDock // this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandBarDock.Guid = new System.Guid("5f0063a2-6d31-4737-bbb0-8a9c9e2c8e14"); this.leftSandBarDock.Location = new System.Drawing.Point(0, 50); this.leftSandBarDock.Manager = this.sandBarManager1; this.leftSandBarDock.Name = "leftSandBarDock"; this.leftSandBarDock.Size = new System.Drawing.Size(0, 503); this.leftSandBarDock.TabIndex = 5; // // rightSandBarDock // this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandBarDock.Guid = new System.Guid("cc416637-af15-40c6-bdb2-b595b79b46f7"); this.rightSandBarDock.Location = new System.Drawing.Point(888, 50); this.rightSandBarDock.Manager = this.sandBarManager1; this.rightSandBarDock.Name = "rightSandBarDock"; this.rightSandBarDock.Size = new System.Drawing.Size(0, 503); this.rightSandBarDock.TabIndex = 6; // // bottomSandBarDock // this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandBarDock.Guid = new System.Guid("746bc677-7bd1-43fd-9c76-ab8f67c071f6"); this.bottomSandBarDock.Location = new System.Drawing.Point(0, 553); this.bottomSandBarDock.Manager = this.sandBarManager1; this.bottomSandBarDock.Name = "bottomSandBarDock"; this.bottomSandBarDock.Size = new System.Drawing.Size(888, 0); this.bottomSandBarDock.TabIndex = 7; // // topSandBarDock // this.topSandBarDock.Controls.Add(this.menuBar1); this.topSandBarDock.Controls.Add(this.toolbar); this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandBarDock.Guid = new System.Guid("9dc621f6-032c-409c-ab45-7f5768d88248"); this.topSandBarDock.Location = new System.Drawing.Point(0, 0); this.topSandBarDock.Manager = this.sandBarManager1; this.topSandBarDock.Name = "topSandBarDock"; this.topSandBarDock.Size = new System.Drawing.Size(888, 50); this.topSandBarDock.TabIndex = 8; // // menuBar1 // this.menuBar1.AllowMerge = true; this.menuBar1.Guid = new System.Guid("4f520204-743b-4927-9dea-ef3e685de2f0"); this.menuBar1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.menuFile, this.menuBarItem6, this.menuBarItem7, this.menuItem3, this.menuItem4}); this.menuBar1.Location = new System.Drawing.Point(2, 0); this.menuBar1.Name = "menuBar1"; this.menuBar1.OwnerForm = this; this.menuBar1.ShowMdiSystemMenu = false; this.menuBar1.Size = new System.Drawing.Size(886, 24); this.menuBar1.TabIndex = 0; this.menuBar1.Text = "menuBar1"; this.menuBar1.ButtonClick += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.menuBar1_ButtonClick); // // menuFile // this.menuFile.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.menuFileNew, this.menuFileOpen, this.menuFileMru, this.menuFileExit}); this.menuFile.Text = "&File"; this.menuFile.BeforePopup += new TD.SandBar.MenuItemBase.BeforePopupEventHandler(this.menuFile_BeforePopup); // // menuFileNew // this.menuFileNew.Image = ((System.Drawing.Image)(resources.GetObject("menuFileNew.Image"))); this.menuFileNew.Shortcut = System.Windows.Forms.Shortcut.CtrlN; this.menuFileNew.Text = "&New"; this.menuFileNew.Activate += new System.EventHandler(this.menuFileNew_Click); // // menuFileOpen // this.menuFileOpen.Image = ((System.Drawing.Image)(resources.GetObject("menuFileOpen.Image"))); this.menuFileOpen.Shortcut = System.Windows.Forms.Shortcut.CtrlO; this.menuFileOpen.Text = "&Open..."; this.menuFileOpen.Activate += new System.EventHandler(this.menuFileOpen_Click); // // menuFileMru // this.menuFileMru.BeginGroup = true; this.menuFileMru.Text = "Recent &Files"; // // menuFileExit // this.menuFileExit.Text = "E&xit"; this.menuFileExit.Activate += new System.EventHandler(this.FileExit); // // menuBarItem6 // this.menuBarItem6.Text = "&Edit"; // // menuBarItem7 // this.menuBarItem7.Text = "&View"; // // menuItem3 // this.menuItem3.Text = "&Window"; // // menuItem4 // this.menuItem4.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.menuHelpUserGuide, this.menuHelpAbout}); this.menuItem4.Text = "&Help"; // // menuHelpUserGuide // this.menuHelpUserGuide.Text = "Table of &Contents"; this.menuHelpUserGuide.Activate += new System.EventHandler(this.menuHelpUserGuide_Click); // // menuHelpAbout // this.menuHelpAbout.BeginGroup = true; this.menuHelpAbout.Text = "&About..."; this.menuHelpAbout.Activate += new System.EventHandler(this.menuHelpAbout_Click); // // toolbar // this.toolbar.DockLine = 1; this.toolbar.Guid = new System.Guid("b4123575-47eb-4cc2-830d-dbc0514edfd5"); this.toolbar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.buttonFileNew, this.buttonFileOpen}); this.toolbar.Location = new System.Drawing.Point(2, 24); this.toolbar.Name = "toolbar"; this.toolbar.Size = new System.Drawing.Size(70, 26); this.toolbar.TabIndex = 1; this.toolbar.Text = "toolBar1"; // // buttonFileNew // this.buttonFileNew.BuddyMenu = this.menuFileNew; this.buttonFileNew.Image = ((System.Drawing.Image)(resources.GetObject("buttonFileNew.Image"))); this.buttonFileNew.ToolTipText = "New"; this.buttonFileNew.Activate += new System.EventHandler(this.buttonFileNew_Activate); // // buttonFileOpen // this.buttonFileOpen.BuddyMenu = this.menuFileOpen; this.buttonFileOpen.Image = ((System.Drawing.Image)(resources.GetObject("buttonFileOpen.Image"))); this.buttonFileOpen.ToolTipText = "Open..."; // // menuBarItem1 // this.menuBarItem1.Text = "&File"; // // menuBarItem2 // this.menuBarItem2.Text = "&Edit"; // // menuBarItem3 // this.menuBarItem3.Text = "&View"; // // menuBarItem4 // this.menuBarItem4.MdiWindowList = true; this.menuBarItem4.Text = "&Window"; // // menuBarItem5 // this.menuBarItem5.Text = "&Help"; // // XEditNetMainForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(888, 553); this.Controls.Add(this.statusBar); this.Controls.Add(this.leftSandBarDock); this.Controls.Add(this.rightSandBarDock); this.Controls.Add(this.bottomSandBarDock); this.Controls.Add(this.topSandBarDock); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.Name = "XEditNetMainForm"; this.Text = "XEditNet Author"; this.MdiChildActivate += new System.EventHandler(this.XEditNetMainForm_MdiChildActivate); ((System.ComponentModel.ISupportInitialize)(this.mainStatusPanel)).EndInit(); this.topSandBarDock.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(XEditNetMainForm)); this.menuItem1 = new System.Windows.Forms.MenuItem(); this.mainStatusPanel = new System.Windows.Forms.StatusBarPanel(); this.statusBar = new System.Windows.Forms.StatusBar(); this.sandBarManager1 = new TD.SandBar.SandBarManager(); this.leftSandBarDock = new TD.SandBar.ToolBarContainer(); this.rightSandBarDock = new TD.SandBar.ToolBarContainer(); this.bottomSandBarDock = new TD.SandBar.ToolBarContainer(); this.topSandBarDock = new TD.SandBar.ToolBarContainer(); this.menuBar1 = new TD.SandBar.MenuBar(); this.menuFile = new TD.SandBar.MenuBarItem(); this.menuFileNew = new TD.SandBar.MenuButtonItem(); this.menuFileOpen = new TD.SandBar.MenuButtonItem(); this.menuFileMru = new TD.SandBar.MenuButtonItem(); this.menuFileExit = new TD.SandBar.MenuButtonItem(); this.menuBarItem6 = new TD.SandBar.MenuBarItem(); this.menuBarItem7 = new TD.SandBar.MenuBarItem(); this.menuItem3 = new TD.SandBar.MenuBarItem(); this.menuItem4 = new TD.SandBar.MenuBarItem(); this.menuHelpUserGuide = new TD.SandBar.MenuButtonItem(); this.menuHelpAbout = new TD.SandBar.MenuButtonItem(); this.toolbar = new TD.SandBar.ToolBar(); this.buttonFileNew = new TD.SandBar.ButtonItem(); this.buttonFileOpen = new TD.SandBar.ButtonItem(); this.menuBarItem1 = new TD.SandBar.MenuBarItem(); this.menuBarItem2 = new TD.SandBar.MenuBarItem(); this.menuBarItem3 = new TD.SandBar.MenuBarItem(); this.menuBarItem4 = new TD.SandBar.MenuBarItem(); this.menuBarItem5 = new TD.SandBar.MenuBarItem(); this.buttonItem2 = new TD.SandBar.ButtonItem(); this.buttonItem4 = new TD.SandBar.ButtonItem(); ((System.ComponentModel.ISupportInitialize)(this.mainStatusPanel)).BeginInit(); this.topSandBarDock.SuspendLayout(); this.SuspendLayout(); // // menuItem1 // this.menuItem1.Index = -1; this.menuItem1.Text = ""; // // statusBar // this.statusBar.Location = new System.Drawing.Point(0, 531); this.statusBar.Name = "statusBar"; this.statusBar.Size = new System.Drawing.Size(888, 22); this.statusBar.TabIndex = 3; // // sandBarManager1 // this.sandBarManager1.OwnerForm = this; // // leftSandBarDock // this.leftSandBarDock.Dock = System.Windows.Forms.DockStyle.Left; this.leftSandBarDock.Guid = new System.Guid("5f0063a2-6d31-4737-bbb0-8a9c9e2c8e14"); this.leftSandBarDock.Location = new System.Drawing.Point(0, 50); this.leftSandBarDock.Manager = this.sandBarManager1; this.leftSandBarDock.Name = "leftSandBarDock"; this.leftSandBarDock.Size = new System.Drawing.Size(0, 503); this.leftSandBarDock.TabIndex = 5; // // rightSandBarDock // this.rightSandBarDock.Dock = System.Windows.Forms.DockStyle.Right; this.rightSandBarDock.Guid = new System.Guid("cc416637-af15-40c6-bdb2-b595b79b46f7"); this.rightSandBarDock.Location = new System.Drawing.Point(888, 50); this.rightSandBarDock.Manager = this.sandBarManager1; this.rightSandBarDock.Name = "rightSandBarDock"; this.rightSandBarDock.Size = new System.Drawing.Size(0, 503); this.rightSandBarDock.TabIndex = 6; // // bottomSandBarDock // this.bottomSandBarDock.Dock = System.Windows.Forms.DockStyle.Bottom; this.bottomSandBarDock.Guid = new System.Guid("746bc677-7bd1-43fd-9c76-ab8f67c071f6"); this.bottomSandBarDock.Location = new System.Drawing.Point(0, 553); this.bottomSandBarDock.Manager = this.sandBarManager1; this.bottomSandBarDock.Name = "bottomSandBarDock"; this.bottomSandBarDock.Size = new System.Drawing.Size(888, 0); this.bottomSandBarDock.TabIndex = 7; // // topSandBarDock // this.topSandBarDock.Controls.Add(this.menuBar1); this.topSandBarDock.Controls.Add(this.toolbar); this.topSandBarDock.Dock = System.Windows.Forms.DockStyle.Top; this.topSandBarDock.Guid = new System.Guid("9dc621f6-032c-409c-ab45-7f5768d88248"); this.topSandBarDock.Location = new System.Drawing.Point(0, 0); this.topSandBarDock.Manager = this.sandBarManager1; this.topSandBarDock.Name = "topSandBarDock"; this.topSandBarDock.Size = new System.Drawing.Size(888, 50); this.topSandBarDock.TabIndex = 8; // // menuBar1 // this.menuBar1.AllowMerge = true; this.menuBar1.Guid = new System.Guid("4f520204-743b-4927-9dea-ef3e685de2f0"); this.menuBar1.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.menuFile, this.menuBarItem6, this.menuBarItem7, this.menuItem3, this.menuItem4 }); this.menuBar1.Location = new System.Drawing.Point(2, 0); this.menuBar1.Name = "menuBar1"; this.menuBar1.OwnerForm = this; this.menuBar1.ShowMdiSystemMenu = false; this.menuBar1.Size = new System.Drawing.Size(886, 24); this.menuBar1.TabIndex = 0; this.menuBar1.Text = "menuBar1"; this.menuBar1.ButtonClick += new TD.SandBar.ToolBar.ButtonClickEventHandler(this.menuBar1_ButtonClick); // // menuFile // this.menuFile.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.menuFileNew, this.menuFileOpen, this.menuFileMru, this.menuFileExit }); this.menuFile.Text = "&File"; this.menuFile.BeforePopup += new TD.SandBar.MenuItemBase.BeforePopupEventHandler(this.menuFile_BeforePopup); // // menuFileNew // this.menuFileNew.Image = ((System.Drawing.Image)(resources.GetObject("menuFileNew.Image"))); this.menuFileNew.Shortcut = System.Windows.Forms.Shortcut.CtrlN; this.menuFileNew.Text = "&New"; this.menuFileNew.Activate += new System.EventHandler(this.menuFileNew_Click); // // menuFileOpen // this.menuFileOpen.Image = ((System.Drawing.Image)(resources.GetObject("menuFileOpen.Image"))); this.menuFileOpen.Shortcut = System.Windows.Forms.Shortcut.CtrlO; this.menuFileOpen.Text = "&Open..."; this.menuFileOpen.Activate += new System.EventHandler(this.menuFileOpen_Click); // // menuFileMru // this.menuFileMru.BeginGroup = true; this.menuFileMru.Text = "Recent &Files"; // // menuFileExit // this.menuFileExit.Text = "E&xit"; this.menuFileExit.Activate += new System.EventHandler(this.FileExit); // // menuBarItem6 // this.menuBarItem6.Text = "&Edit"; // // menuBarItem7 // this.menuBarItem7.Text = "&View"; // // menuItem3 // this.menuItem3.Text = "&Window"; // // menuItem4 // this.menuItem4.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.menuHelpUserGuide, this.menuHelpAbout }); this.menuItem4.Text = "&Help"; // // menuHelpUserGuide // this.menuHelpUserGuide.Text = "Table of &Contents"; this.menuHelpUserGuide.Activate += new System.EventHandler(this.menuHelpUserGuide_Click); // // menuHelpAbout // this.menuHelpAbout.BeginGroup = true; this.menuHelpAbout.Text = "&About..."; this.menuHelpAbout.Activate += new System.EventHandler(this.menuHelpAbout_Click); // // toolbar // this.toolbar.DockLine = 1; this.toolbar.Guid = new System.Guid("b4123575-47eb-4cc2-830d-dbc0514edfd5"); this.toolbar.Items.AddRange(new TD.SandBar.ToolbarItemBase[] { this.buttonFileNew, this.buttonFileOpen }); this.toolbar.Location = new System.Drawing.Point(2, 24); this.toolbar.Name = "toolbar"; this.toolbar.Size = new System.Drawing.Size(70, 26); this.toolbar.TabIndex = 1; this.toolbar.Text = "toolBar1"; // // buttonFileNew // this.buttonFileNew.BuddyMenu = this.menuFileNew; this.buttonFileNew.Image = ((System.Drawing.Image)(resources.GetObject("buttonFileNew.Image"))); this.buttonFileNew.ToolTipText = "New"; this.buttonFileNew.Activate += new System.EventHandler(this.buttonFileNew_Activate); // // buttonFileOpen // this.buttonFileOpen.BuddyMenu = this.menuFileOpen; this.buttonFileOpen.Image = ((System.Drawing.Image)(resources.GetObject("buttonFileOpen.Image"))); this.buttonFileOpen.ToolTipText = "Open..."; // // menuBarItem1 // this.menuBarItem1.Text = "&File"; // // menuBarItem2 // this.menuBarItem2.Text = "&Edit"; // // menuBarItem3 // this.menuBarItem3.Text = "&View"; // // menuBarItem4 // this.menuBarItem4.MdiWindowList = true; this.menuBarItem4.Text = "&Window"; // // menuBarItem5 // this.menuBarItem5.Text = "&Help"; // // XEditNetMainForm // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(888, 553); this.Controls.Add(this.statusBar); this.Controls.Add(this.leftSandBarDock); this.Controls.Add(this.rightSandBarDock); this.Controls.Add(this.bottomSandBarDock); this.Controls.Add(this.topSandBarDock); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.IsMdiContainer = true; this.Name = "XEditNetMainForm"; this.Text = "XEditNet Author"; this.MdiChildActivate += new System.EventHandler(this.XEditNetMainForm_MdiChildActivate); ((System.ComponentModel.ISupportInitialize)(this.mainStatusPanel)).EndInit(); this.topSandBarDock.ResumeLayout(false); this.ResumeLayout(false); }