--- trunk/RomCheater/Main.Designer.cs 2012/05/09 08:02:18 17 +++ trunk/RomCheater/Main.Designer.cs 2012/05/09 16:45:44 69 @@ -32,10 +32,14 @@ this.tabControl1 = new System.Windows.Forms.TabControl(); this.MainTab = new System.Windows.Forms.TabPage(); this.tabPage2 = new System.Windows.Forms.TabPage(); + this.logwriter = new RomCheater.Logging.LogWriter(); this.mainmnu = new System.Windows.Forms.MenuStrip(); 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(); + this.mnuItemOpenProcess = new System.Windows.Forms.ToolStripMenuItem(); + this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); ((System.ComponentModel.ISupportInitialize)(this.main_split)).BeginInit(); this.main_split.Panel1.SuspendLayout(); this.main_split.Panel2.SuspendLayout(); @@ -94,10 +98,22 @@ this.tabPage2.Text = "tabPage2"; this.tabPage2.UseVisualStyleBackColor = true; // + // logwriter + // + this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill; + this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.logwriter.Location = new System.Drawing.Point(0, 0); + this.logwriter.Margin = new System.Windows.Forms.Padding(0); + this.logwriter.Name = "logwriter"; + this.logwriter.RedirectConsoleOutput = true; + this.logwriter.Size = new System.Drawing.Size(1225, 146); + this.logwriter.TabIndex = 2; + // // 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); @@ -107,6 +123,8 @@ // mnuFile // this.mnuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { + this.mnuItemOpenProcess, + this.toolStripSeparator1, this.mnuItemExit}); this.mnuFile.Name = "mnuFile"; this.mnuFile.Size = new System.Drawing.Size(37, 20); @@ -115,20 +133,36 @@ // mnuItemExit // this.mnuItemExit.Name = "mnuItemExit"; - this.mnuItemExit.Size = new System.Drawing.Size(92, 22); + this.mnuItemExit.Size = new System.Drawing.Size(152, 22); this.mnuItemExit.Text = "&Exit"; this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); // - // logwriter + // mnuTools // - this.logwriter.Dock = System.Windows.Forms.DockStyle.Fill; - this.logwriter.Font = new System.Drawing.Font("Courier New", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.logwriter.Location = new System.Drawing.Point(0, 0); - this.logwriter.Margin = new System.Windows.Forms.Padding(0); - this.logwriter.Name = "logwriter"; - this.logwriter.RedirectConsoleOutput = true; - this.logwriter.Size = new System.Drawing.Size(1225, 146); - this.logwriter.TabIndex = 2; + 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); + // + // mnuItemOpenProcess + // + this.mnuItemOpenProcess.Name = "mnuItemOpenProcess"; + this.mnuItemOpenProcess.Size = new System.Drawing.Size(152, 22); + this.mnuItemOpenProcess.Text = "&Open process"; + this.mnuItemOpenProcess.Click += new System.EventHandler(this.mnuItemOpenProcess_Click); + // + // toolStripSeparator1 + // + this.toolStripSeparator1.Name = "toolStripSeparator1"; + this.toolStripSeparator1.Size = new System.Drawing.Size(149, 6); // // Main // @@ -163,6 +197,10 @@ 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; + private System.Windows.Forms.ToolStripMenuItem mnuItemOpenProcess; + private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; } }