49 |
this.ProcessWatcherTimer = new System.Windows.Forms.Timer(this.components); |
this.ProcessWatcherTimer = new System.Windows.Forms.Timer(this.components); |
50 |
this.stripStatus = new System.Windows.Forms.StatusStrip(); |
this.stripStatus = new System.Windows.Forms.StatusStrip(); |
51 |
this.lblstatus_Pid = new System.Windows.Forms.ToolStripStatusLabel(); |
this.lblstatus_Pid = new System.Windows.Forms.ToolStripStatusLabel(); |
|
this.lblstatus_Filename = new System.Windows.Forms.ToolStripStatusLabel(); |
|
52 |
this.txtstatus_Pid = new System.Windows.Forms.ToolStripStatusLabel(); |
this.txtstatus_Pid = new System.Windows.Forms.ToolStripStatusLabel(); |
53 |
|
this.lblstatus_Filename = new System.Windows.Forms.ToolStripStatusLabel(); |
54 |
this.txtstatus_Filename = new System.Windows.Forms.ToolStripStatusLabel(); |
this.txtstatus_Filename = new System.Windows.Forms.ToolStripStatusLabel(); |
55 |
this.toolmnu.SuspendLayout(); |
this.toolmnu.SuspendLayout(); |
56 |
this.btn_pnl.SuspendLayout(); |
this.btn_pnl.SuspendLayout(); |
222 |
// |
// |
223 |
// ProcessWatcherTimer |
// ProcessWatcherTimer |
224 |
// |
// |
|
this.ProcessWatcherTimer.Enabled = true; |
|
225 |
this.ProcessWatcherTimer.Interval = 5000; |
this.ProcessWatcherTimer.Interval = 5000; |
226 |
this.ProcessWatcherTimer.Tick += new System.EventHandler(this.ProcessWatcherTimer_Tick); |
this.ProcessWatcherTimer.Tick += new System.EventHandler(this.ProcessWatcherTimer_Tick); |
227 |
// |
// |
244 |
this.lblstatus_Pid.Size = new System.Drawing.Size(28, 17); |
this.lblstatus_Pid.Size = new System.Drawing.Size(28, 17); |
245 |
this.lblstatus_Pid.Text = "PID:"; |
this.lblstatus_Pid.Text = "PID:"; |
246 |
// |
// |
|
// lblstatus_Filename |
|
|
// |
|
|
this.lblstatus_Filename.Name = "lblstatus_Filename"; |
|
|
this.lblstatus_Filename.Size = new System.Drawing.Size(65, 17); |
|
|
this.lblstatus_Filename.Text = "FILENAME:"; |
|
|
// |
|
247 |
// txtstatus_Pid |
// txtstatus_Pid |
248 |
// |
// |
249 |
this.txtstatus_Pid.Name = "txtstatus_Pid"; |
this.txtstatus_Pid.Name = "txtstatus_Pid"; |
250 |
this.txtstatus_Pid.Size = new System.Drawing.Size(24, 17); |
this.txtstatus_Pid.Size = new System.Drawing.Size(24, 17); |
251 |
this.txtstatus_Pid.Text = "pid"; |
this.txtstatus_Pid.Text = "pid"; |
252 |
// |
// |
253 |
|
// lblstatus_Filename |
254 |
|
// |
255 |
|
this.lblstatus_Filename.Name = "lblstatus_Filename"; |
256 |
|
this.lblstatus_Filename.Size = new System.Drawing.Size(65, 17); |
257 |
|
this.lblstatus_Filename.Text = "FILENAME:"; |
258 |
|
// |
259 |
// txtstatus_Filename |
// txtstatus_Filename |
260 |
// |
// |
261 |
this.txtstatus_Filename.Name = "txtstatus_Filename"; |
this.txtstatus_Filename.Name = "txtstatus_Filename"; |