--- trunk/RomCheater/Main.Designer.cs 2012/06/05 14:17:14 312 +++ trunk/RomCheater/Main.Designer.cs 2012/06/05 15:03:03 313 @@ -62,8 +62,9 @@ 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.mnuItemDateShift = new System.Windows.Forms.ToolStripMenuItem(); + this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); + this.mnuWindows = new System.Windows.Forms.ToolStripMenuItem(); this.mainmnu.SuspendLayout(); this.SuspendLayout(); // @@ -74,6 +75,7 @@ this.mnuTools, this.mnuView, this.mnuHelp, + this.mnuWindows, this.mnuDebug}); this.mainmnu.Location = new System.Drawing.Point(0, 0); this.mainmnu.Name = "mainmnu"; @@ -219,6 +221,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; @@ -277,12 +286,11 @@ this.dockPanel.Skin = dockPanelSkin1; this.dockPanel.TabIndex = 3; // - // mnuItemDateShift + // mnuWindows // - 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); + this.mnuWindows.Name = "mnuWindows"; + this.mnuWindows.Size = new System.Drawing.Size(68, 20); + this.mnuWindows.Text = "&Windows"; // // Main // @@ -328,6 +336,7 @@ private System.Windows.Forms.ToolStripMenuItem mnuItemShowDataTypeConverter; private System.Windows.Forms.ToolStripMenuItem mnuItemShowMemorySearch; private System.Windows.Forms.ToolStripMenuItem mnuItemDateShift; + private System.Windows.Forms.ToolStripMenuItem mnuWindows; } }