| @@ -60,10 +60,6 @@ | |||
| this.listView_RunningJobs = new System.Windows.Forms.ListView(); | |||
| this.JobName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); | |||
| this.JobDuration = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); | |||
| this.button1 = new System.Windows.Forms.Button(); | |||
| this.button2 = new System.Windows.Forms.Button(); | |||
| this.button3 = new System.Windows.Forms.Button(); | |||
| this.button4 = new System.Windows.Forms.Button(); | |||
| this.mainMenuStrip.SuspendLayout(); | |||
| this.statusStrip1.SuspendLayout(); | |||
| this.ctxScheduler.SuspendLayout(); | |||
| @@ -92,7 +88,7 @@ | |||
| // connectToolStripMenuItem | |||
| // | |||
| this.connectToolStripMenuItem.Name = "connectToolStripMenuItem"; | |||
| this.connectToolStripMenuItem.Size = new System.Drawing.Size(152, 22); | |||
| this.connectToolStripMenuItem.Size = new System.Drawing.Size(119, 22); | |||
| this.connectToolStripMenuItem.Text = "Connect"; | |||
| this.connectToolStripMenuItem.Click += new System.EventHandler(this.connectToolStripMenuItem_Click); | |||
| // | |||
| @@ -333,50 +329,6 @@ | |||
| // | |||
| this.JobDuration.Text = "Duration"; | |||
| // | |||
| // button1 | |||
| // | |||
| this.button1.Enabled = false; | |||
| this.button1.Location = new System.Drawing.Point(533, 306); | |||
| this.button1.Name = "button1"; | |||
| this.button1.Size = new System.Drawing.Size(65, 23); | |||
| this.button1.TabIndex = 8; | |||
| this.button1.Text = "Delete"; | |||
| this.button1.UseVisualStyleBackColor = true; | |||
| this.button1.Click += new System.EventHandler(this.btnDeleteJob_Click); | |||
| // | |||
| // button2 | |||
| // | |||
| this.button2.Enabled = false; | |||
| this.button2.Location = new System.Drawing.Point(391, 306); | |||
| this.button2.Name = "button2"; | |||
| this.button2.Size = new System.Drawing.Size(65, 23); | |||
| this.button2.TabIndex = 9; | |||
| this.button2.Text = "Run"; | |||
| this.button2.UseVisualStyleBackColor = true; | |||
| this.button2.Click += new System.EventHandler(this.btnRunJobNow_Click); | |||
| // | |||
| // button3 | |||
| // | |||
| this.button3.Enabled = false; | |||
| this.button3.Location = new System.Drawing.Point(462, 306); | |||
| this.button3.Name = "button3"; | |||
| this.button3.Size = new System.Drawing.Size(65, 23); | |||
| this.button3.TabIndex = 10; | |||
| this.button3.Text = "Pause"; | |||
| this.button3.UseVisualStyleBackColor = true; | |||
| this.button3.Click += new System.EventHandler(this.btnPause_Click); | |||
| // | |||
| // button4 | |||
| // | |||
| this.button4.Enabled = false; | |||
| this.button4.Location = new System.Drawing.Point(604, 306); | |||
| this.button4.Name = "button4"; | |||
| this.button4.Size = new System.Drawing.Size(65, 23); | |||
| this.button4.TabIndex = 13; | |||
| this.button4.Text = "Edit"; | |||
| this.button4.UseVisualStyleBackColor = true; | |||
| this.button4.Click += new System.EventHandler(this.btnEdit_Click); | |||
| // | |||
| // MainForm | |||
| // | |||
| this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); | |||
| @@ -387,18 +339,14 @@ | |||
| this.Controls.Add(this.pnlDetails); | |||
| this.Controls.Add(this.label3); | |||
| this.Controls.Add(this.label1); | |||
| this.Controls.Add(this.button4); | |||
| this.Controls.Add(this.btnEdit); | |||
| this.Controls.Add(this.btnRefreshRunningJobs); | |||
| this.Controls.Add(this.button3); | |||
| this.Controls.Add(this.btnPause); | |||
| this.Controls.Add(this.label2); | |||
| this.Controls.Add(this.statusStrip1); | |||
| this.Controls.Add(this.button2); | |||
| this.Controls.Add(this.mainMenuStrip); | |||
| this.Controls.Add(this.btnRunJobNow); | |||
| this.Controls.Add(this.jobGroupsTreeView); | |||
| this.Controls.Add(this.button1); | |||
| this.Controls.Add(this.btnDeleteJob); | |||
| this.MainMenuStrip = this.mainMenuStrip; | |||
| this.Name = "MainForm"; | |||
| @@ -446,10 +394,6 @@ | |||
| private System.Windows.Forms.ListView listView_RunningJobs; | |||
| private System.Windows.Forms.ColumnHeader JobName; | |||
| private System.Windows.Forms.ColumnHeader JobDuration; | |||
| private System.Windows.Forms.Button button1; | |||
| private System.Windows.Forms.Button button2; | |||
| private System.Windows.Forms.Button button3; | |||
| private System.Windows.Forms.Button button4; | |||
| } | |||
| } | |||