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 62 by william, Wed May 9 08:02:18 2012 UTC vs.
Revision 63 by william, Wed May 9 16:14:39 2012 UTC

--- trunk/RomCheater/Main.Designer.cs	2012/05/09 15:19:45	62
+++ trunk/RomCheater/Main.Designer.cs	2012/05/09 16:14:39	63
@@ -36,6 +36,8 @@
             this.mnuFile = new System.Windows.Forms.ToolStripMenuItem();
             this.mnuItemExit = new System.Windows.Forms.ToolStripMenuItem();
             this.logwriter = new RomCheater.Logging.LogWriter();
+            this.mnuTools = new System.Windows.Forms.ToolStripMenuItem();
+            this.mnuItemConfig = new System.Windows.Forms.ToolStripMenuItem();
             ((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit();
             this.main_split.Panel1.SuspendLayout();
             this.main_split.Panel2.SuspendLayout();
@@ -97,7 +99,8 @@
             // mainmnu
             // 
             this.mainmnu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
-            this.mnuFile});
+            this.mnuFile,
+            this.mnuTools});
             this.mainmnu.Location = new System.Drawing.Point(0, 0);
             this.mainmnu.Name = "mainmnu";
             this.mainmnu.Size = new System.Drawing.Size(1229, 24);
@@ -130,6 +133,21 @@
             this.logwriter.Size = new System.Drawing.Size(1225, 146);
             this.logwriter.TabIndex = 2;
             // 
+            // mnuTools
+            // 
+            this.mnuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
+            this.mnuItemConfig});
+            this.mnuTools.Name = "mnuTools";
+            this.mnuTools.Size = new System.Drawing.Size(48, 20);
+            this.mnuTools.Text = "&Tools";
+            // 
+            // mnuItemConfig
+            // 
+            this.mnuItemConfig.Name = "mnuItemConfig";
+            this.mnuItemConfig.Size = new System.Drawing.Size(152, 22);
+            this.mnuItemConfig.Text = "&Config";
+            this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click);
+            // 
             // Main
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -163,6 +181,8 @@
         private System.Windows.Forms.TabPage MainTab;
         private System.Windows.Forms.TabPage tabPage2;
         private RomCheater.Logging.LogWriter logwriter;
+        private System.Windows.Forms.ToolStripMenuItem mnuTools;
+        private System.Windows.Forms.ToolStripMenuItem mnuItemConfig;
     }
 }