--- trunk/RomCheater/Main.Designer.cs 2012/05/27 22:24:30 146 +++ trunk/RomCheater/Main.Designer.cs 2012/05/27 23:05:18 147 @@ -50,9 +50,11 @@ this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem(); this.mnuTools = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemConfig = new System.Windows.Forms.ToolStripMenuItem(); - this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); this.mnuView = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemShowLogWindow = new System.Windows.Forms.ToolStripMenuItem(); + this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); + this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemHelpAbout = new System.Windows.Forms.ToolStripMenuItem(); this.mainmnu.SuspendLayout(); this.SuspendLayout(); // @@ -61,7 +63,8 @@ this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuFile, this.mnuTools, - this.mnuView}); + this.mnuView, + this.mnuHelp}); this.mainmnu.Location = new System.Drawing.Point(0, 0); this.mainmnu.Name = "mainmnu"; this.mainmnu.Size = new System.Drawing.Size(1229, 24); @@ -112,6 +115,21 @@ this.mnuItemConfig.Text = "&Config"; this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click); // + // mnuView + // + this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnuItemShowLogWindow}); + this.mnuView.Name = "mnuView"; + this.mnuView.Size = new System.Drawing.Size(44, 20); + this.mnuView.Text = "&View"; + // + // mnuItemShowLogWindow + // + this.mnuItemShowLogWindow.Name = "mnuItemShowLogWindow"; + this.mnuItemShowLogWindow.Size = new System.Drawing.Size(173, 22); + this.mnuItemShowLogWindow.Text = "&Show Log Window"; + this.mnuItemShowLogWindow.Click += new System.EventHandler(this.mnuItemShowLogWindow_Click); + // // dockPanel // this.dockPanel.ActiveAutoHideContent = null; @@ -170,20 +188,20 @@ this.dockPanel.Skin = dockPanelSkin1; this.dockPanel.TabIndex = 3; // - // mnuView + // mnuHelp // - this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.mnuItemShowLogWindow}); - this.mnuView.Name = "mnuView"; - this.mnuView.Size = new System.Drawing.Size(44, 20); - this.mnuView.Text = "&View"; - // - // mnuItemShowLogWindow - // - this.mnuItemShowLogWindow.Name = "mnuItemShowLogWindow"; - this.mnuItemShowLogWindow.Size = new System.Drawing.Size(173, 22); - this.mnuItemShowLogWindow.Text = "&Show Log Window"; - this.mnuItemShowLogWindow.Click += new System.EventHandler(this.mnuItemShowLogWindow_Click); + this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnuItemHelpAbout}); + this.mnuHelp.Name = "mnuHelp"; + this.mnuHelp.Size = new System.Drawing.Size(44, 20); + this.mnuHelp.Text = "&Help"; + // + // mnuItemHelpAbout + // + this.mnuItemHelpAbout.Name = "mnuItemHelpAbout"; + this.mnuItemHelpAbout.Size = new System.Drawing.Size(152, 22); + this.mnuItemHelpAbout.Text = "&About"; + this.mnuItemHelpAbout.Click += new System.EventHandler(this.mnuItemHelpAbout_Click); // // Main // @@ -216,6 +234,8 @@ private WeifenLuo.WinFormsUI.Docking.DockPanel dockPanel; private System.Windows.Forms.ToolStripMenuItem mnuView; private System.Windows.Forms.ToolStripMenuItem mnuItemShowLogWindow; + private System.Windows.Forms.ToolStripMenuItem mnuHelp; + private System.Windows.Forms.ToolStripMenuItem mnuItemHelpAbout; } } |