--- trunk/RomCheater/Docking/PIDSelector.designer.cs 2012/06/07 19:59:12 334 +++ trunk/RomCheater/Docking/PIDSelector.designer.cs 2012/06/07 21:11:51 335 @@ -49,8 +49,8 @@ this.ProcessWatcherTimer = new System.Windows.Forms.Timer(this.components); this.stripStatus = new System.Windows.Forms.StatusStrip(); this.lblstatus_Pid = new System.Windows.Forms.ToolStripStatusLabel(); - this.lblstatus_Filename = new System.Windows.Forms.ToolStripStatusLabel(); this.txtstatus_Pid = new System.Windows.Forms.ToolStripStatusLabel(); + this.lblstatus_Filename = new System.Windows.Forms.ToolStripStatusLabel(); this.txtstatus_Filename = new System.Windows.Forms.ToolStripStatusLabel(); this.toolmnu.SuspendLayout(); this.btn_pnl.SuspendLayout(); @@ -222,7 +222,6 @@ // // ProcessWatcherTimer // - this.ProcessWatcherTimer.Enabled = true; this.ProcessWatcherTimer.Interval = 5000; this.ProcessWatcherTimer.Tick += new System.EventHandler(this.ProcessWatcherTimer_Tick); // @@ -245,18 +244,18 @@ this.lblstatus_Pid.Size = new System.Drawing.Size(28, 17); this.lblstatus_Pid.Text = "PID:"; // - // lblstatus_Filename - // - this.lblstatus_Filename.Name = "lblstatus_Filename"; - this.lblstatus_Filename.Size = new System.Drawing.Size(65, 17); - this.lblstatus_Filename.Text = "FILENAME:"; - // // txtstatus_Pid // this.txtstatus_Pid.Name = "txtstatus_Pid"; this.txtstatus_Pid.Size = new System.Drawing.Size(24, 17); this.txtstatus_Pid.Text = "pid"; // + // lblstatus_Filename + // + this.lblstatus_Filename.Name = "lblstatus_Filename"; + this.lblstatus_Filename.Size = new System.Drawing.Size(65, 17); + this.lblstatus_Filename.Text = "FILENAME:"; + // // txtstatus_Filename // this.txtstatus_Filename.Name = "txtstatus_Filename"; |