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.projectLabel = new System.Windows.Forms.Label();
this.projectNameTextBox = new System.Windows.Forms.TextBox();
this.priorityLabel = new System.Windows.Forms.Label();
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.priorityComboBox = new System.Windows.Forms.ComboBox();
this.searchButton = new System.Windows.Forms.Button();
this.tabControl.SuspendLayout();
this.jobsTabPage.SuspendLayout();
this.logTabPage.SuspendLayout();
this.SuspendLayout();
//
// projectLabel
//
this.projectLabel.AutoSize = true;
this.projectLabel.Location = new System.Drawing.Point(3, 55);
this.projectLabel.Name = "projectLabel";
this.projectLabel.Size = new System.Drawing.Size(43, 13);
this.projectLabel.TabIndex = 3;
this.projectLabel.Text = "Project:";
//
// projectNameTextBox
//
this.projectNameTextBox.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.projectNameTextBox.Location = new System.Drawing.Point(162, 52);
this.projectNameTextBox.Name = "projectNameTextBox";
this.projectNameTextBox.ReadOnly = true;
this.projectNameTextBox.Size = new System.Drawing.Size(544, 20);
this.projectNameTextBox.TabIndex = 4;
//
// priorityLabel
//
this.priorityLabel.AutoSize = true;
this.priorityLabel.Location = new System.Drawing.Point(3, 81);
this.priorityLabel.Name = "priorityLabel";
this.priorityLabel.Size = new System.Drawing.Size(41, 13);
this.priorityLabel.TabIndex = 5;
this.priorityLabel.Text = "Priority:";
//
// 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(132, 26);
this.executionTimeOnHiveTextBox.Name = "executionTimeOnHiveTextBox";
this.executionTimeOnHiveTextBox.ReadOnly = true;
this.executionTimeOnHiveTextBox.Size = new System.Drawing.Size(574, 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, 105);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(700, 433);
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, 407);
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.ShowDetails = true;
this.hiveExperimentListView.Size = new System.Drawing.Size(686, 401);
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, 410);
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, 404);
this.logView.TabIndex = 0;
//
// executionTimeLabel
//
this.executionTimeLabel.AutoSize = true;
this.executionTimeLabel.Location = new System.Drawing.Point(3, 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(132, 3);
this.executionTimeTextBox.Name = "executionTimeTextBox";
this.executionTimeTextBox.ReadOnly = true;
this.executionTimeTextBox.Size = new System.Drawing.Size(574, 20);
this.executionTimeTextBox.TabIndex = 11;
//
// priorityComboBox
//
this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.priorityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.priorityComboBox.FormattingEnabled = true;
this.priorityComboBox.Items.AddRange(new object[] {
"Low",
"Normal",
"Urgent",
"Critical"});
this.priorityComboBox.Location = new System.Drawing.Point(132, 78);
this.priorityComboBox.Name = "priorityComboBox";
this.priorityComboBox.Size = new System.Drawing.Size(574, 21);
this.priorityComboBox.TabIndex = 44;
this.priorityComboBox.SelectedIndexChanged += new System.EventHandler(this.priorityComboBox_SelectedIndexChanged);
//
// searchButton
//
this.searchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
this.searchButton.Location = new System.Drawing.Point(132, 49);
this.searchButton.Name = "searchButton";
this.searchButton.Size = new System.Drawing.Size(24, 24);
this.searchButton.TabIndex = 45;
this.searchButton.UseVisualStyleBackColor = true;
this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
//
// HiveEngineView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.searchButton);
this.Controls.Add(this.priorityComboBox);
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.priorityLabel);
this.Controls.Add(this.projectLabel);
this.Controls.Add(this.projectNameTextBox);
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 projectLabel;
private System.Windows.Forms.TextBox projectNameTextBox;
private System.Windows.Forms.Label priorityLabel;
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;
protected System.Windows.Forms.ComboBox priorityComboBox;
private System.Windows.Forms.Button searchButton;
}
}