--- trunk/RomCheater/Main.Designer.cs 2012/06/02 15:48:25 227 +++ trunk/RomCheater/Main.Designer.cs 2012/06/10 03:14:42 366 @@ -56,13 +56,17 @@ this.mnuItemShowPIDSelector = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemShowMemoryView = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemShowDataTypeConverter = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemShowMemorySearch = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemShowPEViewer = 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(); this.mnuDebug = new System.Windows.Forms.ToolStripMenuItem(); this.mnuTestExeParse = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemFindMaxNonNegativeHexValue = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemDateShift = new System.Windows.Forms.ToolStripMenuItem(); this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); - this.mnuItemShowMemorySearch = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemShowRVACalculator = new System.Windows.Forms.ToolStripMenuItem(); this.mainmnu.SuspendLayout(); this.SuspendLayout(); // @@ -73,6 +77,7 @@ this.mnuTools, this.mnuView, this.mnuHelp, + this.mnuWindows, this.mnuDebug}); this.mainmnu.Location = new System.Drawing.Point(0, 0); this.mainmnu.Name = "mainmnu"; @@ -132,7 +137,9 @@ this.mnuItemShowPIDSelector, this.mnuItemShowMemoryView, this.mnuItemShowDataTypeConverter, - this.mnuItemShowMemorySearch}); + this.mnuItemShowMemorySearch, + this.mnuItemShowPEViewer, + this.mnuItemShowRVACalculator}); this.mnuView.Name = "mnuView"; this.mnuView.Size = new System.Drawing.Size(44, 20); this.mnuView.Text = "&View"; @@ -172,6 +179,20 @@ this.mnuItemShowDataTypeConverter.Text = "Show &DataType Converter"; this.mnuItemShowDataTypeConverter.Click += new System.EventHandler(this.mnuItemShowDataTypeConverter_Click); // + // mnuItemShowMemorySearch + // + 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); + // + // mnuItemShowPEViewer + // + this.mnuItemShowPEViewer.Name = "mnuItemShowPEViewer"; + this.mnuItemShowPEViewer.Size = new System.Drawing.Size(211, 22); + this.mnuItemShowPEViewer.Text = "Show PE &Viewer"; + this.mnuItemShowPEViewer.Click += new System.EventHandler(this.mnuItemShowPEViewer_Click); + // // mnuHelp // this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -187,11 +208,18 @@ this.mnuItemHelpAbout.Text = "&About"; this.mnuItemHelpAbout.Click += new System.EventHandler(this.mnuItemHelpAbout_Click); // + // mnuWindows + // + this.mnuWindows.Name = "mnuWindows"; + this.mnuWindows.Size = new System.Drawing.Size(68, 20); + this.mnuWindows.Text = "&Windows"; + // // mnuDebug // this.mnuDebug.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.mnuTestExeParse, - this.mnuItemFindMaxNonNegativeHexValue}); + this.mnuItemFindMaxNonNegativeHexValue, + this.mnuItemDateShift}); this.mnuDebug.Name = "mnuDebug"; this.mnuDebug.Size = new System.Drawing.Size(54, 20); this.mnuDebug.Text = "&Debug"; @@ -210,6 +238,13 @@ this.mnuItemFindMaxNonNegativeHexValue.Text = "&Find max non-negative hex value"; this.mnuItemFindMaxNonNegativeHexValue.Click += new System.EventHandler(this.mnuItemFindMaxNonNegativeHexValue_Click); // + // mnuItemDateShift + // + this.mnuItemDateShift.Name = "mnuItemDateShift"; + this.mnuItemDateShift.Size = new System.Drawing.Size(248, 22); + this.mnuItemDateShift.Text = "&Date Shift"; + this.mnuItemDateShift.Click += new System.EventHandler(this.mnuItemDateShift_Click); + // // dockPanel // this.dockPanel.ActiveAutoHideContent = null; @@ -268,12 +303,12 @@ this.dockPanel.Skin = dockPanelSkin1; this.dockPanel.TabIndex = 3; // - // mnuItemShowMemorySearch + // mnuItemShowRVACalculator // - 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); + this.mnuItemShowRVACalculator.Name = "mnuItemShowRVACalculator"; + this.mnuItemShowRVACalculator.Size = new System.Drawing.Size(211, 22); + this.mnuItemShowRVACalculator.Text = "Show RVA &Calculator"; + this.mnuItemShowRVACalculator.Click += new System.EventHandler(this.mnuItemShowRVACalculator_Click); // // Main // @@ -285,6 +320,7 @@ this.Controls.Add(this.mainmnu); this.Name = "Main"; this.Text = "Form1"; + this.WindowState = System.Windows.Forms.FormWindowState.Maximized; 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); @@ -317,6 +353,10 @@ private System.Windows.Forms.ToolStripMenuItem mnuItemShowMemoryView; private System.Windows.Forms.ToolStripMenuItem mnuItemShowDataTypeConverter; private System.Windows.Forms.ToolStripMenuItem mnuItemShowMemorySearch; + private System.Windows.Forms.ToolStripMenuItem mnuItemDateShift; + private System.Windows.Forms.ToolStripMenuItem mnuWindows; + private System.Windows.Forms.ToolStripMenuItem mnuItemShowPEViewer; + private System.Windows.Forms.ToolStripMenuItem mnuItemShowRVACalculator; } }