--- trunk/RomCheater/Main.Designer.cs 2012/05/11 12:11:40 144 +++ trunk/RomCheater/Main.Designer.cs 2012/06/02 15:48:25 227 @@ -50,9 +50,19 @@ 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.mnuItemShowRamDumpDialog = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemShowPIDSelector = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemShowMemoryView = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemShowDataTypeConverter = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemHelpAbout = new System.Windows.Forms.ToolStripMenuItem(); + 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.mnuItemShowMemorySearch = new System.Windows.Forms.ToolStripMenuItem(); this.mainmnu.SuspendLayout(); this.SuspendLayout(); // @@ -61,7 +71,9 @@ this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuFile, this.mnuTools, - this.mnuView}); + this.mnuView, + this.mnuHelp, + this.mnuDebug}); this.mainmnu.Location = new System.Drawing.Point(0, 0); this.mainmnu.Name = "mainmnu"; this.mainmnu.Size = new System.Drawing.Size(1229, 24); @@ -112,6 +124,92 @@ 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.mnuItemShowRamDumpDialog, + this.mnuItemShowPIDSelector, + this.mnuItemShowMemoryView, + this.mnuItemShowDataTypeConverter, + this.mnuItemShowMemorySearch}); + 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(211, 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(211, 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(211, 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(211, 22); + this.mnuItemShowMemoryView.Text = "Show &Memory View"; + this.mnuItemShowMemoryView.Click += new System.EventHandler(this.mnuItemShowMemoryView_Click); + // + // mnuItemShowDataTypeConverter + // + this.mnuItemShowDataTypeConverter.Name = "mnuItemShowDataTypeConverter"; + this.mnuItemShowDataTypeConverter.Size = new System.Drawing.Size(211, 22); + this.mnuItemShowDataTypeConverter.Text = "Show &DataType Converter"; + this.mnuItemShowDataTypeConverter.Click += new System.EventHandler(this.mnuItemShowDataTypeConverter_Click); + // + // mnuHelp + // + 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(107, 22); + 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; @@ -119,9 +217,9 @@ this.dockPanel.Dock = System.Windows.Forms.DockStyle.Fill; this.dockPanel.DockBackColor = System.Drawing.SystemColors.ControlLight; this.dockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow; - this.dockPanel.Location = new System.Drawing.Point(0, 0); + this.dockPanel.Location = new System.Drawing.Point(0, 24); this.dockPanel.Name = "dockPanel"; - this.dockPanel.Size = new System.Drawing.Size(1229, 712); + this.dockPanel.Size = new System.Drawing.Size(1229, 688); dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight; dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight; autoHideStripSkin1.DockStripGradient = dockPanelGradient1; @@ -170,20 +268,12 @@ this.dockPanel.Skin = dockPanelSkin1; this.dockPanel.TabIndex = 3; // - // 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"; + // mnuItemShowMemorySearch // - // 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.mnuItemShowMemorySearch.Name = "mnuItemShowMemorySearch"; + this.mnuItemShowMemorySearch.Size = new System.Drawing.Size(211, 22); + this.mnuItemShowMemorySearch.Text = "Show Memory &Search"; + this.mnuItemShowMemorySearch.Click += new System.EventHandler(this.mnuItemShowMemorySearch_Click); // // Main // @@ -191,10 +281,11 @@ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.ControlLight; this.ClientSize = new System.Drawing.Size(1229, 712); - this.Controls.Add(this.mainmnu); this.Controls.Add(this.dockPanel); + this.Controls.Add(this.mainmnu); this.Name = "Main"; this.Text = "Form1"; + this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Main_FormClosing); this.Load += new System.EventHandler(this.Main_Load); this.Shown += new System.EventHandler(this.Main_Shown); this.mainmnu.ResumeLayout(false); @@ -216,6 +307,16 @@ 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; + private System.Windows.Forms.ToolStripMenuItem mnuItemShowRamDumpDialog; + 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; + private System.Windows.Forms.ToolStripMenuItem mnuItemShowDataTypeConverter; + private System.Windows.Forms.ToolStripMenuItem mnuItemShowMemorySearch; } }