ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater/Main.Designer.cs
(Generate patch)

Comparing trunk/RomCheater/Main.Designer.cs (file contents):
Revision 259 by william, Sat Jun 2 19:12:20 2012 UTC vs.
Revision 260 by william, Sun Jun 3 19:15:41 2012 UTC

--- trunk/RomCheater/Main.Designer.cs	2012/06/03 17:34:52	259
+++ trunk/RomCheater/Main.Designer.cs	2012/06/03 19:15:41	260
@@ -63,6 +63,7 @@
             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.mainmnu.SuspendLayout();
             this.SuspendLayout();
             // 
@@ -198,7 +199,8 @@
             // 
             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";
@@ -275,6 +277,13 @@
             this.dockPanel.Skin = dockPanelSkin1;
             this.dockPanel.TabIndex = 3;
             // 
+            // 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);
+            // 
             // Main
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -318,6 +327,7 @@
         private System.Windows.Forms.ToolStripMenuItem mnuItemShowMemoryView;
         private System.Windows.Forms.ToolStripMenuItem mnuItemShowDataTypeConverter;
         private System.Windows.Forms.ToolStripMenuItem mnuItemShowMemorySearch;
+        private System.Windows.Forms.ToolStripMenuItem mnuItemDateShift;
     }
 }