namespace HeuristicLab.Clients.Hive.Views { partial class HiveJobView { /// /// 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.stateLogTabPage = new System.Windows.Forms.TabPage(); this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost(); this.detailsTabPage = new System.Windows.Forms.TabPage(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.configurationGroupBox = new System.Windows.Forms.GroupBox(); this.priorityTextBox = new System.Windows.Forms.TextBox(); this.priorityLabel = new System.Windows.Forms.Label(); this.coresNeededTextBox = new System.Windows.Forms.TextBox(); this.memoryNeededTextBox = new System.Windows.Forms.TextBox(); this.memoryNeededLabel = new System.Windows.Forms.Label(); this.coresNeededLabel = new System.Windows.Forms.Label(); this.computeInParallelLabel = new System.Windows.Forms.Label(); this.computeInParallelCheckBox = new System.Windows.Forms.CheckBox(); this.jobStatusGroupBox = new System.Windows.Forms.GroupBox(); this.stateTextBox = new System.Windows.Forms.TextBox(); this.dateCalculatedLabel = new System.Windows.Forms.Label(); this.stateLabel = new System.Windows.Forms.Label(); this.dateCalculatedText = new System.Windows.Forms.TextBox(); this.dateFinishedTextBox = new System.Windows.Forms.TextBox(); this.executionTimeTextBox = new System.Windows.Forms.TextBox(); this.dateCreatedTextBox = new System.Windows.Forms.TextBox(); this.executionTimeLabel = new System.Windows.Forms.Label(); this.exceptionLabel = new System.Windows.Forms.Label(); this.dateCreatedLabel = new System.Windows.Forms.Label(); this.dateFinishedLabel = new System.Windows.Forms.Label(); this.exceptionTextBox = new System.Windows.Forms.TextBox(); this.optimizerGroupBox = new System.Windows.Forms.GroupBox(); this.modifyItemButton = new System.Windows.Forms.Button(); this.lastUpdatedTextBox = new System.Windows.Forms.TextBox(); this.lastUpdatedLabel = new System.Windows.Forms.Label(); this.optimizerItemView = new HeuristicLab.Core.Views.ItemView(); this.jobIdLabel = new System.Windows.Forms.Label(); this.jobIdTextBox = new System.Windows.Forms.TextBox(); this.tabControl = new System.Windows.Forms.TabControl(); this.commandTextBox = new System.Windows.Forms.TextBox(); this.commandLabel = new System.Windows.Forms.Label(); this.stateLogTabPage.SuspendLayout(); this.detailsTabPage.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.configurationGroupBox.SuspendLayout(); this.jobStatusGroupBox.SuspendLayout(); this.optimizerGroupBox.SuspendLayout(); this.tabControl.SuspendLayout(); this.SuspendLayout(); // // stateLogTabPage // this.stateLogTabPage.Controls.Add(this.stateLogViewHost); this.stateLogTabPage.Location = new System.Drawing.Point(4, 22); this.stateLogTabPage.Name = "stateLogTabPage"; this.stateLogTabPage.Size = new System.Drawing.Size(563, 375); this.stateLogTabPage.TabIndex = 5; this.stateLogTabPage.Text = "State"; this.stateLogTabPage.UseVisualStyleBackColor = true; // // stateLogViewHost // this.stateLogViewHost.Caption = "View"; this.stateLogViewHost.Content = null; this.stateLogViewHost.Dock = System.Windows.Forms.DockStyle.Fill; this.stateLogViewHost.Enabled = false; this.stateLogViewHost.Location = new System.Drawing.Point(0, 0); this.stateLogViewHost.Name = "stateLogViewHost"; this.stateLogViewHost.ReadOnly = false; this.stateLogViewHost.Size = new System.Drawing.Size(563, 375); this.stateLogViewHost.TabIndex = 0; this.stateLogViewHost.ViewsLabelVisible = true; this.stateLogViewHost.ViewType = null; // // detailsTabPage // this.detailsTabPage.Controls.Add(this.splitContainer1); this.detailsTabPage.Controls.Add(this.optimizerGroupBox); this.detailsTabPage.Controls.Add(this.jobIdLabel); this.detailsTabPage.Controls.Add(this.jobIdTextBox); this.detailsTabPage.Location = new System.Drawing.Point(4, 22); this.detailsTabPage.Name = "detailsTabPage"; this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3); this.detailsTabPage.Size = new System.Drawing.Size(563, 375); this.detailsTabPage.TabIndex = 0; this.detailsTabPage.Text = "Details"; this.detailsTabPage.UseVisualStyleBackColor = true; // // splitContainer1 // this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.splitContainer1.Location = new System.Drawing.Point(6, 110); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.configurationGroupBox); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.jobStatusGroupBox); this.splitContainer1.Size = new System.Drawing.Size(551, 178); this.splitContainer1.SplitterDistance = 275; this.splitContainer1.TabIndex = 33; // // configurationGroupBox // this.configurationGroupBox.Controls.Add(this.priorityTextBox); this.configurationGroupBox.Controls.Add(this.priorityLabel); this.configurationGroupBox.Controls.Add(this.coresNeededTextBox); this.configurationGroupBox.Controls.Add(this.memoryNeededTextBox); this.configurationGroupBox.Controls.Add(this.memoryNeededLabel); this.configurationGroupBox.Controls.Add(this.coresNeededLabel); this.configurationGroupBox.Controls.Add(this.computeInParallelLabel); this.configurationGroupBox.Controls.Add(this.computeInParallelCheckBox); this.configurationGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.configurationGroupBox.Location = new System.Drawing.Point(0, 0); this.configurationGroupBox.Name = "configurationGroupBox"; this.configurationGroupBox.Size = new System.Drawing.Size(275, 178); this.configurationGroupBox.TabIndex = 27; this.configurationGroupBox.TabStop = false; this.configurationGroupBox.Text = "Configuration"; // // priorityTextBox // this.priorityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.priorityTextBox.Location = new System.Drawing.Point(108, 66); this.priorityTextBox.Name = "priorityTextBox"; this.priorityTextBox.Size = new System.Drawing.Size(161, 20); this.priorityTextBox.TabIndex = 41; // // priorityLabel // this.priorityLabel.AutoSize = true; this.priorityLabel.Location = new System.Drawing.Point(7, 66); this.priorityLabel.Name = "priorityLabel"; this.priorityLabel.Size = new System.Drawing.Size(41, 13); this.priorityLabel.TabIndex = 42; this.priorityLabel.Text = "Priority:"; // // coresNeededTextBox // this.coresNeededTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.coresNeededTextBox.Location = new System.Drawing.Point(108, 20); this.coresNeededTextBox.Name = "coresNeededTextBox"; this.coresNeededTextBox.Size = new System.Drawing.Size(161, 20); this.coresNeededTextBox.TabIndex = 37; // // memoryNeededTextBox // this.memoryNeededTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.memoryNeededTextBox.Location = new System.Drawing.Point(108, 42); this.memoryNeededTextBox.Name = "memoryNeededTextBox"; this.memoryNeededTextBox.Size = new System.Drawing.Size(161, 20); this.memoryNeededTextBox.TabIndex = 38; // // memoryNeededLabel // this.memoryNeededLabel.AutoSize = true; this.memoryNeededLabel.Location = new System.Drawing.Point(7, 42); this.memoryNeededLabel.Name = "memoryNeededLabel"; this.memoryNeededLabel.Size = new System.Drawing.Size(85, 13); this.memoryNeededLabel.TabIndex = 40; this.memoryNeededLabel.Text = "MemoryNeeded:"; // // coresNeededLabel // this.coresNeededLabel.AutoSize = true; this.coresNeededLabel.Location = new System.Drawing.Point(7, 20); this.coresNeededLabel.Name = "coresNeededLabel"; this.coresNeededLabel.Size = new System.Drawing.Size(75, 13); this.coresNeededLabel.TabIndex = 39; this.coresNeededLabel.Text = "CoresNeeded:"; // // computeInParallelLabel // this.computeInParallelLabel.AutoSize = true; this.computeInParallelLabel.Location = new System.Drawing.Point(7, 93); this.computeInParallelLabel.Name = "computeInParallelLabel"; this.computeInParallelLabel.Size = new System.Drawing.Size(95, 13); this.computeInParallelLabel.TabIndex = 36; this.computeInParallelLabel.Text = "ComputeInParallel:"; // // computeInParallelCheckBox // this.computeInParallelCheckBox.AutoSize = true; this.computeInParallelCheckBox.Location = new System.Drawing.Point(108, 92); this.computeInParallelCheckBox.Name = "computeInParallelCheckBox"; this.computeInParallelCheckBox.Size = new System.Drawing.Size(15, 14); this.computeInParallelCheckBox.TabIndex = 35; this.computeInParallelCheckBox.UseVisualStyleBackColor = true; this.computeInParallelCheckBox.CheckedChanged += new System.EventHandler(this.computeInParallelCheckBox_CheckedChanged); // // jobStatusGroupBox // this.jobStatusGroupBox.Controls.Add(this.commandTextBox); this.jobStatusGroupBox.Controls.Add(this.commandLabel); this.jobStatusGroupBox.Controls.Add(this.stateTextBox); this.jobStatusGroupBox.Controls.Add(this.dateCalculatedLabel); this.jobStatusGroupBox.Controls.Add(this.stateLabel); this.jobStatusGroupBox.Controls.Add(this.dateCalculatedText); this.jobStatusGroupBox.Controls.Add(this.dateFinishedTextBox); this.jobStatusGroupBox.Controls.Add(this.executionTimeTextBox); this.jobStatusGroupBox.Controls.Add(this.dateCreatedTextBox); this.jobStatusGroupBox.Controls.Add(this.executionTimeLabel); this.jobStatusGroupBox.Controls.Add(this.exceptionLabel); this.jobStatusGroupBox.Controls.Add(this.dateCreatedLabel); this.jobStatusGroupBox.Controls.Add(this.dateFinishedLabel); this.jobStatusGroupBox.Controls.Add(this.exceptionTextBox); this.jobStatusGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.jobStatusGroupBox.Location = new System.Drawing.Point(0, 0); this.jobStatusGroupBox.Name = "jobStatusGroupBox"; this.jobStatusGroupBox.Size = new System.Drawing.Size(272, 178); this.jobStatusGroupBox.TabIndex = 24; this.jobStatusGroupBox.TabStop = false; this.jobStatusGroupBox.Text = "Job Status"; // // stateTextBox // this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.stateTextBox.Location = new System.Drawing.Point(95, 19); this.stateTextBox.Name = "stateTextBox"; this.stateTextBox.Size = new System.Drawing.Size(171, 20); this.stateTextBox.TabIndex = 2; // // dateCalculatedLabel // this.dateCalculatedLabel.AutoSize = true; this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 108); this.dateCalculatedLabel.Name = "dateCalculatedLabel"; this.dateCalculatedLabel.Size = new System.Drawing.Size(83, 13); this.dateCalculatedLabel.TabIndex = 23; this.dateCalculatedLabel.Text = "DateCalculated:"; // // stateLabel // this.stateLabel.AutoSize = true; this.stateLabel.Location = new System.Drawing.Point(7, 19); this.stateLabel.Name = "stateLabel"; this.stateLabel.Size = new System.Drawing.Size(35, 13); this.stateLabel.TabIndex = 0; this.stateLabel.Text = "State:"; // // dateCalculatedText // this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dateCalculatedText.Location = new System.Drawing.Point(95, 108); this.dateCalculatedText.Name = "dateCalculatedText"; this.dateCalculatedText.Size = new System.Drawing.Size(171, 20); this.dateCalculatedText.TabIndex = 22; // // dateFinishedTextBox // this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 130); this.dateFinishedTextBox.Name = "dateFinishedTextBox"; this.dateFinishedTextBox.Size = new System.Drawing.Size(171, 20); this.dateFinishedTextBox.TabIndex = 6; // // executionTimeTextBox // this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.executionTimeTextBox.Location = new System.Drawing.Point(95, 64); this.executionTimeTextBox.Name = "executionTimeTextBox"; this.executionTimeTextBox.Size = new System.Drawing.Size(171, 20); this.executionTimeTextBox.TabIndex = 4; // // dateCreatedTextBox // this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 86); this.dateCreatedTextBox.Name = "dateCreatedTextBox"; this.dateCreatedTextBox.Size = new System.Drawing.Size(171, 20); this.dateCreatedTextBox.TabIndex = 5; // // executionTimeLabel // this.executionTimeLabel.AutoSize = true; this.executionTimeLabel.Location = new System.Drawing.Point(7, 64); this.executionTimeLabel.Name = "executionTimeLabel"; this.executionTimeLabel.Size = new System.Drawing.Size(80, 13); this.executionTimeLabel.TabIndex = 13; this.executionTimeLabel.Text = "ExecutionTime:"; // // exceptionLabel // this.exceptionLabel.AutoSize = true; this.exceptionLabel.Location = new System.Drawing.Point(7, 152); this.exceptionLabel.Name = "exceptionLabel"; this.exceptionLabel.Size = new System.Drawing.Size(57, 13); this.exceptionLabel.TabIndex = 19; this.exceptionLabel.Text = "Exception:"; // // dateCreatedLabel // this.dateCreatedLabel.AutoSize = true; this.dateCreatedLabel.Location = new System.Drawing.Point(7, 86); this.dateCreatedLabel.Name = "dateCreatedLabel"; this.dateCreatedLabel.Size = new System.Drawing.Size(70, 13); this.dateCreatedLabel.TabIndex = 14; this.dateCreatedLabel.Text = "DateCreated:"; // // dateFinishedLabel // this.dateFinishedLabel.AutoSize = true; this.dateFinishedLabel.Location = new System.Drawing.Point(7, 130); this.dateFinishedLabel.Name = "dateFinishedLabel"; this.dateFinishedLabel.Size = new System.Drawing.Size(72, 13); this.dateFinishedLabel.TabIndex = 15; this.dateFinishedLabel.Text = "DateFinished:"; // // exceptionTextBox // this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.exceptionTextBox.Location = new System.Drawing.Point(95, 152); this.exceptionTextBox.Name = "exceptionTextBox"; this.exceptionTextBox.Size = new System.Drawing.Size(171, 20); this.exceptionTextBox.TabIndex = 10; this.exceptionTextBox.DoubleClick += new System.EventHandler(this.exceptionTextBox_DoubleClick); // // optimizerGroupBox // this.optimizerGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.optimizerGroupBox.Controls.Add(this.modifyItemButton); this.optimizerGroupBox.Controls.Add(this.lastUpdatedTextBox); this.optimizerGroupBox.Controls.Add(this.lastUpdatedLabel); this.optimizerGroupBox.Controls.Add(this.optimizerItemView); this.optimizerGroupBox.Location = new System.Drawing.Point(6, 29); this.optimizerGroupBox.Name = "optimizerGroupBox"; this.optimizerGroupBox.Size = new System.Drawing.Size(551, 75); this.optimizerGroupBox.TabIndex = 28; this.optimizerGroupBox.TabStop = false; this.optimizerGroupBox.Text = "JobItem"; // // modifyItemButton // this.modifyItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.modifyItemButton.Location = new System.Drawing.Point(78, 45); this.modifyItemButton.Name = "modifyItemButton"; this.modifyItemButton.Size = new System.Drawing.Size(467, 23); this.modifyItemButton.TabIndex = 3; this.modifyItemButton.Text = "Modify Item"; this.modifyItemButton.UseVisualStyleBackColor = true; this.modifyItemButton.Click += new System.EventHandler(this.modifyItemButton_Click); // // lastUpdatedTextBox // this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lastUpdatedTextBox.Location = new System.Drawing.Point(78, 19); this.lastUpdatedTextBox.Name = "lastUpdatedTextBox"; this.lastUpdatedTextBox.Size = new System.Drawing.Size(467, 20); this.lastUpdatedTextBox.TabIndex = 2; // // lastUpdatedLabel // this.lastUpdatedLabel.AutoSize = true; this.lastUpdatedLabel.Location = new System.Drawing.Point(3, 22); this.lastUpdatedLabel.Name = "lastUpdatedLabel"; this.lastUpdatedLabel.Size = new System.Drawing.Size(71, 13); this.lastUpdatedLabel.TabIndex = 1; this.lastUpdatedLabel.Text = "LastUpdated:"; // // optimizerItemView // this.optimizerItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.optimizerItemView.Caption = "NamedItem View"; this.optimizerItemView.Content = null; this.optimizerItemView.Location = new System.Drawing.Point(6, 20); this.optimizerItemView.Name = "optimizerItemView"; this.optimizerItemView.ReadOnly = false; this.optimizerItemView.Size = new System.Drawing.Size(539, 51); this.optimizerItemView.TabIndex = 0; // // jobIdLabel // this.jobIdLabel.AutoSize = true; this.jobIdLabel.Location = new System.Drawing.Point(3, 6); this.jobIdLabel.Name = "jobIdLabel"; this.jobIdLabel.Size = new System.Drawing.Size(36, 13); this.jobIdLabel.TabIndex = 25; this.jobIdLabel.Text = "JobId:"; // // jobIdTextBox // this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.jobIdTextBox.Location = new System.Drawing.Point(91, 6); this.jobIdTextBox.Name = "jobIdTextBox"; this.jobIdTextBox.Size = new System.Drawing.Size(466, 20); this.jobIdTextBox.TabIndex = 26; // // 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.detailsTabPage); this.tabControl.Controls.Add(this.stateLogTabPage); this.tabControl.Location = new System.Drawing.Point(3, 3); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(571, 401); this.tabControl.TabIndex = 25; // // commandTextBox // this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.commandTextBox.Location = new System.Drawing.Point(95, 41); this.commandTextBox.Name = "commandTextBox"; this.commandTextBox.Size = new System.Drawing.Size(171, 20); this.commandTextBox.TabIndex = 24; // // commandLabel // this.commandLabel.AutoSize = true; this.commandLabel.Location = new System.Drawing.Point(7, 41); this.commandLabel.Name = "commandLabel"; this.commandLabel.Size = new System.Drawing.Size(57, 13); this.commandLabel.TabIndex = 25; this.commandLabel.Text = "Command:"; // // HiveJobView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Name = "HiveJobView"; this.Size = new System.Drawing.Size(577, 407); this.stateLogTabPage.ResumeLayout(false); this.detailsTabPage.ResumeLayout(false); this.detailsTabPage.PerformLayout(); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.configurationGroupBox.ResumeLayout(false); this.configurationGroupBox.PerformLayout(); this.jobStatusGroupBox.ResumeLayout(false); this.jobStatusGroupBox.PerformLayout(); this.optimizerGroupBox.ResumeLayout(false); this.optimizerGroupBox.PerformLayout(); this.tabControl.ResumeLayout(false); this.ResumeLayout(false); } #endregion protected System.Windows.Forms.TabPage stateLogTabPage; protected MainForm.WindowsForms.ViewHost stateLogViewHost; protected System.Windows.Forms.TabPage detailsTabPage; protected System.Windows.Forms.GroupBox optimizerGroupBox; protected Core.Views.ItemView optimizerItemView; protected System.Windows.Forms.GroupBox configurationGroupBox; protected System.Windows.Forms.TextBox priorityTextBox; protected System.Windows.Forms.Label priorityLabel; protected System.Windows.Forms.TextBox coresNeededTextBox; protected System.Windows.Forms.TextBox memoryNeededTextBox; protected System.Windows.Forms.Label memoryNeededLabel; protected System.Windows.Forms.Label coresNeededLabel; protected System.Windows.Forms.Label computeInParallelLabel; protected System.Windows.Forms.CheckBox computeInParallelCheckBox; protected System.Windows.Forms.Label jobIdLabel; protected System.Windows.Forms.TextBox jobIdTextBox; protected System.Windows.Forms.GroupBox jobStatusGroupBox; protected System.Windows.Forms.TextBox stateTextBox; protected System.Windows.Forms.Label stateLabel; protected System.Windows.Forms.TextBox dateFinishedTextBox; protected System.Windows.Forms.TextBox executionTimeTextBox; protected System.Windows.Forms.Label executionTimeLabel; protected System.Windows.Forms.Label exceptionLabel; protected System.Windows.Forms.Label dateFinishedLabel; protected System.Windows.Forms.TextBox exceptionTextBox; protected System.Windows.Forms.TabControl tabControl; protected System.Windows.Forms.Button modifyItemButton; protected System.Windows.Forms.TextBox lastUpdatedTextBox; protected System.Windows.Forms.Label lastUpdatedLabel; protected System.Windows.Forms.Label dateCalculatedLabel; protected System.Windows.Forms.TextBox dateCalculatedText; protected System.Windows.Forms.TextBox dateCreatedTextBox; protected System.Windows.Forms.Label dateCreatedLabel; protected System.Windows.Forms.SplitContainer splitContainer1; protected System.Windows.Forms.TextBox commandTextBox; protected System.Windows.Forms.Label commandLabel; } }