--- trunk/RomCheater/Main.Designer.cs 2012/05/28 00:17:16 151 +++ trunk/RomCheater/Main.Designer.cs 2012/05/28 02:01:34 152 @@ -53,10 +53,10 @@ this.mnuView = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemShowLogWindow = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemShowRamDumpDialog = new System.Windows.Forms.ToolStripMenuItem(); + this.mnuItemShowPIDSelector = new System.Windows.Forms.ToolStripMenuItem(); this.mnuHelp = new System.Windows.Forms.ToolStripMenuItem(); this.mnuItemHelpAbout = new System.Windows.Forms.ToolStripMenuItem(); this.dockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel(); - this.mnuItemShowPIDSelector = new System.Windows.Forms.ToolStripMenuItem(); this.mainmnu.SuspendLayout(); this.SuspendLayout(); // @@ -86,19 +86,19 @@ // mnuItemOpenProcess // this.mnuItemOpenProcess.Name = "mnuItemOpenProcess"; - this.mnuItemOpenProcess.Size = new System.Drawing.Size(152, 22); + this.mnuItemOpenProcess.Size = new System.Drawing.Size(146, 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); + this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6); // // mnuItemExit // this.mnuItemExit.Name = "mnuItemExit"; - this.mnuItemExit.Size = new System.Drawing.Size(152, 22); + this.mnuItemExit.Size = new System.Drawing.Size(146, 22); this.mnuItemExit.Text = "&Exit"; this.mnuItemExit.Click += new System.EventHandler(this.mnuItemExit_Click); // @@ -113,7 +113,7 @@ // mnuItemConfig // this.mnuItemConfig.Name = "mnuItemConfig"; - this.mnuItemConfig.Size = new System.Drawing.Size(152, 22); + this.mnuItemConfig.Size = new System.Drawing.Size(110, 22); this.mnuItemConfig.Text = "&Config"; this.mnuItemConfig.Click += new System.EventHandler(this.mnuItemConfig_Click); // @@ -141,6 +141,13 @@ this.mnuItemShowRamDumpDialog.Text = "&Ram Dump Dialog"; this.mnuItemShowRamDumpDialog.Click += new System.EventHandler(this.mnuItemShowRamDumpDialog_Click); // + // mnuItemShowPIDSelector + // + this.mnuItemShowPIDSelector.Name = "mnuItemShowPIDSelector"; + this.mnuItemShowPIDSelector.Size = new System.Drawing.Size(185, 22); + this.mnuItemShowPIDSelector.Text = "&Show Process Selctor"; + this.mnuItemShowPIDSelector.Click += new System.EventHandler(this.mnuItemShowPIDSelector_Click); + // // mnuHelp // this.mnuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { @@ -214,13 +221,6 @@ this.dockPanel.Skin = dockPanelSkin1; this.dockPanel.TabIndex = 3; // - // mnuItemShowPIDSelector - // - this.mnuItemShowPIDSelector.Name = "mnuItemShowPIDSelector"; - this.mnuItemShowPIDSelector.Size = new System.Drawing.Size(185, 22); - this.mnuItemShowPIDSelector.Text = "&Show Process Selctor"; - this.mnuItemShowPIDSelector.Click += new System.EventHandler(this.mnuItemShowPIDSelector_Click); - // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); @@ -231,6 +231,7 @@ this.Controls.Add(this.mainmnu); this.Name = "Main"; this.Text = "Form1"; + 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); this.mainmnu.ResumeLayout(false);