--- trunk/RomCheater/Main.Designer.cs 2013/06/18 07:04:57 707 +++ trunk/RomCheater/Main.Designer.cs 2013/06/18 07:23:04 708 @@ -61,6 +61,7 @@ this.mnuItemShowRVACalculator = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemShowUserControlDock = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemShowMemorySectionViewer = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemShowWebBrowser = new System.Windows.Forms.ToolStripMenuItem(); this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemHelpAbout = new System.Windows.Forms.ToolStripMenuItem(); this.mnuWindows = new System.Windows.Forms.ToolStripMenuItem(); @@ -69,7 +70,6 @@ this.mnuItemFindMaxNonNegativeHexValue = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemDateShift = new System.Windows.Forms.ToolStripMenuItem(); this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); - this.mnuItemShowWebBrowser = new System.Windows.Forms.ToolStripMenuItem(); this.mainmnu.SuspendLayout(); this.SuspendLayout(); // @@ -220,6 +220,13 @@ this.mnuItemShowMemorySectionViewer.Text = "Show Memory &Section Viewer"; this.mnuItemShowMemorySectionViewer.Click += new System.EventHandler(this.mnuItemShowMemorySectionViewer_Click); // + // mnuItemShowWebBrowser + // + this.mnuItemShowWebBrowser.Name = "mnuItemShowWebBrowser"; + this.mnuItemShowWebBrowser.Size = new System.Drawing.Size(231, 22); + this.mnuItemShowWebBrowser.Text = "Show Web &Browser"; + this.mnuItemShowWebBrowser.Click += new System.EventHandler(this.mnuItemShowWebBrowser_Click); + // // mnuHelp // this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -330,13 +337,6 @@ this.dockPanel.Skin = dockPanelSkin1; this.dockPanel.TabIndex = 3; // - // mnuItemShowWebBrowser - // - this.mnuItemShowWebBrowser.Name = "mnuItemShowWebBrowser"; - this.mnuItemShowWebBrowser.Size = new System.Drawing.Size(231, 22); - this.mnuItemShowWebBrowser.Text = "Show Web &Browser"; - this.mnuItemShowWebBrowser.Click += new System.EventHandler(this.mnuItemShowWebBrowser_Click); - // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);