--- trunk/RomCheater/Main.Designer.cs 2012/05/28 04:29:30 158 +++ trunk/RomCheater/Main.Designer.cs 2012/05/31 09:31:57 206 @@ -54,11 +54,13 @@ this.mnuItemShowLogWindow = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemShowRamDumpDialog = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemShowPIDSelector = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemShowMemoryView = new System.Windows.Forms.ToolStripMenuItem(); this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemHelpAbout = new System.Windows.Forms.ToolStripMenuItem(); - this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); this.mnuDebug = new System.Windows.Forms.ToolStripMenuItem(); this.mnuTestExeParse = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemFindMaxNonNegativeHexValue = new System.Windows.Forms.ToolStripMenuItem(); + this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); this.mainmnu.SuspendLayout(); this.SuspendLayout(); // @@ -125,7 +127,8 @@ this.mnuView.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuItemShowLogWindow, this.mnuItemShowRamDumpDialog, - this.mnuItemShowPIDSelector}); + this.mnuItemShowPIDSelector, + this.mnuItemShowMemoryView}); this.mnuView.Name = "mnuView"; this.mnuView.Size = new System.Drawing.Size(44, 20); this.mnuView.Text = "&View"; @@ -133,24 +136,31 @@ // mnuItemShowLogWindow // this.mnuItemShowLogWindow.Name = "mnuItemShowLogWindow"; - this.mnuItemShowLogWindow.Size = new System.Drawing.Size(185, 22); - this.mnuItemShowLogWindow.Text = "&Show Log Window"; + this.mnuItemShowLogWindow.Size = new System.Drawing.Size(203, 22); + this.mnuItemShowLogWindow.Text = "Show &Log Window"; this.mnuItemShowLogWindow.Click += new System.EventHandler(this.mnuItemShowLogWindow_Click); // // mnuItemShowRamDumpDialog // this.mnuItemShowRamDumpDialog.Name = "mnuItemShowRamDumpDialog"; - this.mnuItemShowRamDumpDialog.Size = new System.Drawing.Size(185, 22); - this.mnuItemShowRamDumpDialog.Text = "&Ram Dump Dialog"; + this.mnuItemShowRamDumpDialog.Size = new System.Drawing.Size(203, 22); + this.mnuItemShowRamDumpDialog.Text = "Show &Ram Dump Dialog"; this.mnuItemShowRamDumpDialog.Click += new System.EventHandler(this.mnuItemShowRamDumpDialog_Click); // // mnuItemShowPIDSelector // this.mnuItemShowPIDSelector.Name = "mnuItemShowPIDSelector"; - this.mnuItemShowPIDSelector.Size = new System.Drawing.Size(185, 22); - this.mnuItemShowPIDSelector.Text = "&Show Process Selctor"; + this.mnuItemShowPIDSelector.Size = new System.Drawing.Size(203, 22); + this.mnuItemShowPIDSelector.Text = "Show &Process Selctor"; this.mnuItemShowPIDSelector.Click += new System.EventHandler(this.mnuItemShowPIDSelector_Click); // + // mnuItemShowMemoryView + // + this.mnuItemShowMemoryView.Name = "mnuItemShowMemoryView"; + this.mnuItemShowMemoryView.Size = new System.Drawing.Size(203, 22); + this.mnuItemShowMemoryView.Text = "Show &Memory View"; + this.mnuItemShowMemoryView.Click += new System.EventHandler(this.mnuItemShowMemoryView_Click); + // // mnuHelp // this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -166,6 +176,29 @@ this.mnuItemHelpAbout.Text = "&About"; this.mnuItemHelpAbout.Click += new System.EventHandler(this.mnuItemHelpAbout_Click); // + // mnuDebug + // + this.mnuDebug.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnuTestExeParse, + this.mnuItemFindMaxNonNegativeHexValue}); + this.mnuDebug.Name = "mnuDebug"; + this.mnuDebug.Size = new System.Drawing.Size(54, 20); + this.mnuDebug.Text = "&Debug"; + // + // mnuTestExeParse + // + this.mnuTestExeParse.Name = "mnuTestExeParse"; + this.mnuTestExeParse.Size = new System.Drawing.Size(248, 22); + this.mnuTestExeParse.Text = "&Test EXE Parse"; + this.mnuTestExeParse.Click += new System.EventHandler(this.mnuTestExeParse_Click); + // + // mnuItemFindMaxNonNegativeHexValue + // + this.mnuItemFindMaxNonNegativeHexValue.Name = "mnuItemFindMaxNonNegativeHexValue"; + this.mnuItemFindMaxNonNegativeHexValue.Size = new System.Drawing.Size(248, 22); + this.mnuItemFindMaxNonNegativeHexValue.Text = "&Find max non-negative hex value"; + this.mnuItemFindMaxNonNegativeHexValue.Click += new System.EventHandler(this.mnuItemFindMaxNonNegativeHexValue_Click); + // // dockPanel // this.dockPanel.ActiveAutoHideContent = null; @@ -224,21 +257,6 @@ this.dockPanel.Skin = dockPanelSkin1; this.dockPanel.TabIndex = 3; // - // mnuDebug - // - this.mnuDebug.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { - this.mnuTestExeParse}); - this.mnuDebug.Name = "mnuDebug"; - this.mnuDebug.Size = new System.Drawing.Size(54, 20); - this.mnuDebug.Text = "&Debug"; - // - // mnuTestExeParse - // - this.mnuTestExeParse.Name = "mnuTestExeParse"; - this.mnuTestExeParse.Size = new System.Drawing.Size(152, 22); - this.mnuTestExeParse.Text = "&Test EXE Parse"; - this.mnuTestExeParse.Click += new System.EventHandler(this.mnuTestExeParse_Click); - // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -277,6 +295,8 @@ private System.Windows.Forms.ToolStripMenuItem mnuItemShowPIDSelector; private System.Windows.Forms.ToolStripMenuItem mnuDebug; private System.Windows.Forms.ToolStripMenuItem mnuTestExeParse; + private System.Windows.Forms.ToolStripMenuItem mnuItemFindMaxNonNegativeHexValue; + private System.Windows.Forms.ToolStripMenuItem mnuItemShowMemoryView; } }