using HeuristicLab.Clients.Hive.JobManager.Views;
namespace HeuristicLab.HiveEngine.Views {
partial class HiveEngineView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.resourceIdsLabel = new System.Windows.Forms.Label();
this.resourceIdsTextBox = new System.Windows.Forms.TextBox();
this.priorityLabel = new System.Windows.Forms.Label();
this.priorityTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.executionTimeOnHiveTextBox = new System.Windows.Forms.TextBox();
this.tabControl = new System.Windows.Forms.TabControl();
this.jobsTabPage = new System.Windows.Forms.TabPage();
this.hiveExperimentListView = new HeuristicLab.Clients.Hive.JobManager.Views.RefreshableHiveJobListView();
this.logTabPage = new System.Windows.Forms.TabPage();
this.logView = new HeuristicLab.Core.Views.LogView();
this.executionTimeLabel = new System.Windows.Forms.Label();
this.executionTimeTextBox = new System.Windows.Forms.TextBox();
this.isPrivilegedCheckBox = new System.Windows.Forms.CheckBox();
this.tabControl.SuspendLayout();
this.jobsTabPage.SuspendLayout();
this.logTabPage.SuspendLayout();
this.SuspendLayout();
//
// resourceIdsLabel
//
this.resourceIdsLabel.AutoSize = true;
this.resourceIdsLabel.Location = new System.Drawing.Point(113, 55);
this.resourceIdsLabel.Name = "resourceIdsLabel";
this.resourceIdsLabel.Size = new System.Drawing.Size(70, 13);
this.resourceIdsLabel.TabIndex = 3;
this.resourceIdsLabel.Text = "ResourceIds:";
//
// resourceIdsTextBox
//
this.resourceIdsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.resourceIdsTextBox.Location = new System.Drawing.Point(189, 52);
this.resourceIdsTextBox.Name = "resourceIdsTextBox";
this.resourceIdsTextBox.Size = new System.Drawing.Size(428, 20);
this.resourceIdsTextBox.TabIndex = 4;
this.resourceIdsTextBox.Text = "HEAL";
this.resourceIdsTextBox.Validated += new System.EventHandler(this.resourceIdsTextBox_Validated);
//
// priorityLabel
//
this.priorityLabel.AutoSize = true;
this.priorityLabel.Location = new System.Drawing.Point(3, 55);
this.priorityLabel.Name = "priorityLabel";
this.priorityLabel.Size = new System.Drawing.Size(41, 13);
this.priorityLabel.TabIndex = 5;
this.priorityLabel.Text = "Priority:";
//
// priorityTextBox
//
this.priorityTextBox.Location = new System.Drawing.Point(50, 52);
this.priorityTextBox.Name = "priorityTextBox";
this.priorityTextBox.Size = new System.Drawing.Size(57, 20);
this.priorityTextBox.TabIndex = 6;
this.priorityTextBox.Text = "0";
this.priorityTextBox.Validated += new System.EventHandler(this.priorityTextBox_Validated);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(3, 29);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(123, 13);
this.label1.TabIndex = 7;
this.label1.Text = "Execution Time on Hive:";
//
// executionTimeOnHiveTextBox
//
this.executionTimeOnHiveTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.executionTimeOnHiveTextBox.Location = new System.Drawing.Point(129, 26);
this.executionTimeOnHiveTextBox.Name = "executionTimeOnHiveTextBox";
this.executionTimeOnHiveTextBox.ReadOnly = true;
this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(577, 20);
this.executionTimeOnHiveTextBox.TabIndex = 8;
//
// tabControl
//
this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl.Controls.Add(this.jobsTabPage);
this.tabControl.Controls.Add(this.logTabPage);
this.tabControl.Location = new System.Drawing.Point(3, 78);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(700, 460);
this.tabControl.TabIndex = 9;
//
// jobsTabPage
//
this.jobsTabPage.Controls.Add(this.hiveExperimentListView);
this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
this.jobsTabPage.Name = "jobsTabPage";
this.jobsTabPage.Padding = new System.Windows.Forms.Padding(3);
this.jobsTabPage.Size = new System.Drawing.Size(692, 434);
this.jobsTabPage.TabIndex = 0;
this.jobsTabPage.Text = "Jobs";
this.jobsTabPage.UseVisualStyleBackColor = true;
//
// hiveExperimentListView
//
this.hiveExperimentListView.Caption = "HiveExperimentList View";
this.hiveExperimentListView.Content = null;
this.hiveExperimentListView.Dock = System.Windows.Forms.DockStyle.Fill;
this.hiveExperimentListView.Location = new System.Drawing.Point(3, 3);
this.hiveExperimentListView.Name = "hiveExperimentListView";
this.hiveExperimentListView.ReadOnly = false;
this.hiveExperimentListView.Size = new System.Drawing.Size(686, 428);
this.hiveExperimentListView.TabIndex = 0;
//
// logTabPage
//
this.logTabPage.Controls.Add(this.logView);
this.logTabPage.Location = new System.Drawing.Point(4, 22);
this.logTabPage.Name = "logTabPage";
this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
this.logTabPage.Size = new System.Drawing.Size(692, 434);
this.logTabPage.TabIndex = 1;
this.logTabPage.Text = "Log";
this.logTabPage.UseVisualStyleBackColor = true;
//
// logView
//
this.logView.Caption = "SlaveView";
this.logView.Content = null;
this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
this.logView.Location = new System.Drawing.Point(3, 3);
this.logView.Name = "logView";
this.logView.ReadOnly = false;
this.logView.Size = new System.Drawing.Size(686, 428);
this.logView.TabIndex = 0;
//
// executionTimeLabel
//
this.executionTimeLabel.AutoSize = true;
this.executionTimeLabel.Location = new System.Drawing.Point(4, 6);
this.executionTimeLabel.Name = "executionTimeLabel";
this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
this.executionTimeLabel.TabIndex = 10;
this.executionTimeLabel.Text = "Execution Time:";
//
// executionTimeTextBox
//
this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.executionTimeTextBox.Location = new System.Drawing.Point(129, 3);
this.executionTimeTextBox.Name = "executionTimeTextBox";
this.executionTimeTextBox.ReadOnly = true;
this.executionTimeTextBox.Size = new System.Drawing.Size(577, 20);
this.executionTimeTextBox.TabIndex = 11;
//
// isPrivilegedCheckBox
//
this.isPrivilegedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.isPrivilegedCheckBox.AutoSize = true;
this.isPrivilegedCheckBox.Location = new System.Drawing.Point(623, 54);
this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox";
this.isPrivilegedCheckBox.Size = new System.Drawing.Size(80, 17);
this.isPrivilegedCheckBox.TabIndex = 13;
this.isPrivilegedCheckBox.Text = "IsPrivileged";
this.isPrivilegedCheckBox.UseVisualStyleBackColor = true;
this.isPrivilegedCheckBox.Validated += new System.EventHandler(this.isPrivilegedCheckBox_Validated);
//
// HiveEngineView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.isPrivilegedCheckBox);
this.Controls.Add(this.executionTimeTextBox);
this.Controls.Add(this.executionTimeLabel);
this.Controls.Add(this.tabControl);
this.Controls.Add(this.label1);
this.Controls.Add(this.executionTimeOnHiveTextBox);
this.Controls.Add(this.priorityTextBox);
this.Controls.Add(this.priorityLabel);
this.Controls.Add(this.resourceIdsLabel);
this.Controls.Add(this.resourceIdsTextBox);
this.Name = "HiveEngineView";
this.Size = new System.Drawing.Size(706, 541);
this.tabControl.ResumeLayout(false);
this.jobsTabPage.ResumeLayout(false);
this.logTabPage.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label resourceIdsLabel;
private System.Windows.Forms.TextBox resourceIdsTextBox;
private System.Windows.Forms.Label priorityLabel;
private System.Windows.Forms.TextBox priorityTextBox;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox executionTimeOnHiveTextBox;
private System.Windows.Forms.TabControl tabControl;
private System.Windows.Forms.TabPage jobsTabPage;
private System.Windows.Forms.TabPage logTabPage;
private System.Windows.Forms.Label executionTimeLabel;
private System.Windows.Forms.TextBox executionTimeTextBox;
private HeuristicLab.Core.Views.LogView logView;
private RefreshableHiveJobListView hiveExperimentListView;
private System.Windows.Forms.CheckBox isPrivilegedCheckBox;
}
}