namespace HeuristicLab.Hive.Experiment.Views { partial class JobItemView { /// /// 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.stateLabel = new System.Windows.Forms.Label(); this.userIdLabel = new System.Windows.Forms.Label(); this.stateTextBox = new System.Windows.Forms.TextBox(); this.userIdTextBox = new System.Windows.Forms.TextBox(); this.percentageTextBox = new System.Windows.Forms.TextBox(); this.dateCreatedTextBox = new System.Windows.Forms.TextBox(); this.dateFinishedTextBox = new System.Windows.Forms.TextBox(); this.priorityTextBox = new System.Windows.Forms.TextBox(); this.coresNeededTextBox = new System.Windows.Forms.TextBox(); this.memoryNeededTextBox = new System.Windows.Forms.TextBox(); this.exceptionTextBox = new System.Windows.Forms.TextBox(); this.projectTextBox = new System.Windows.Forms.TextBox(); this.percentageLabel = new System.Windows.Forms.Label(); this.dateCreatedLabel = new System.Windows.Forms.Label(); this.dateFinishedLabel = new System.Windows.Forms.Label(); this.priorityLabel = new System.Windows.Forms.Label(); this.coresNeededLabel = new System.Windows.Forms.Label(); this.memoryNeededLabel = new System.Windows.Forms.Label(); this.exceptionLabel = new System.Windows.Forms.Label(); this.projectLabel = new System.Windows.Forms.Label(); this.snapshotGroupBox = new System.Windows.Forms.GroupBox(); this.requestSnapshotButton = new System.Windows.Forms.Button(); this.openSnapshotButton = new System.Windows.Forms.Button(); this.snapshotTimeText = new System.Windows.Forms.TextBox(); this.snapshotStatusText = new System.Windows.Forms.TextBox(); this.snapshotTimeLabel = new System.Windows.Forms.Label(); this.snapshotStatusLabel = new System.Windows.Forms.Label(); this.dateCalculatedText = new System.Windows.Forms.TextBox(); this.dateCalculatedLabel = new System.Windows.Forms.Label(); this.jobStatusGroupBox = new System.Windows.Forms.GroupBox(); this.percentageProgressBar = new System.Windows.Forms.ProgressBar(); this.tabControl = new System.Windows.Forms.TabControl(); this.detailsTabPage = new System.Windows.Forms.TabPage(); this.jobIdLabel = new System.Windows.Forms.Label(); this.jobIdTextBox = new System.Windows.Forms.TextBox(); this.logTabPage = new System.Windows.Forms.TabPage(); this.logView = new HeuristicLab.Core.Views.LogView(); this.snapshotGroupBox.SuspendLayout(); this.jobStatusGroupBox.SuspendLayout(); this.tabControl.SuspendLayout(); this.detailsTabPage.SuspendLayout(); this.logTabPage.SuspendLayout(); this.SuspendLayout(); // // 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:"; // // userIdLabel // this.userIdLabel.AutoSize = true; this.userIdLabel.Location = new System.Drawing.Point(3, 28); this.userIdLabel.Name = "userIdLabel"; this.userIdLabel.Size = new System.Drawing.Size(41, 13); this.userIdLabel.TabIndex = 1; this.userIdLabel.Text = "UserId:"; // // 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(509, 20); this.stateTextBox.TabIndex = 2; // // userIdTextBox // this.userIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.userIdTextBox.Location = new System.Drawing.Point(91, 28); this.userIdTextBox.Name = "userIdTextBox"; this.userIdTextBox.Size = new System.Drawing.Size(525, 20); this.userIdTextBox.TabIndex = 3; // // percentageTextBox // this.percentageTextBox.Location = new System.Drawing.Point(95, 41); this.percentageTextBox.Name = "percentageTextBox"; this.percentageTextBox.Size = new System.Drawing.Size(52, 20); this.percentageTextBox.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, 63); this.dateCreatedTextBox.Name = "dateCreatedTextBox"; this.dateCreatedTextBox.Size = new System.Drawing.Size(509, 20); this.dateCreatedTextBox.TabIndex = 5; // // 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, 107); this.dateFinishedTextBox.Name = "dateFinishedTextBox"; this.dateFinishedTextBox.Size = new System.Drawing.Size(509, 20); this.dateFinishedTextBox.TabIndex = 6; // // 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(91, 50); this.priorityTextBox.Name = "priorityTextBox"; this.priorityTextBox.Size = new System.Drawing.Size(525, 20); this.priorityTextBox.TabIndex = 7; // // 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(91, 72); this.coresNeededTextBox.Name = "coresNeededTextBox"; this.coresNeededTextBox.Size = new System.Drawing.Size(525, 20); this.coresNeededTextBox.TabIndex = 8; // // 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(91, 94); this.memoryNeededTextBox.Name = "memoryNeededTextBox"; this.memoryNeededTextBox.Size = new System.Drawing.Size(525, 20); this.memoryNeededTextBox.TabIndex = 9; // // 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, 129); this.exceptionTextBox.Name = "exceptionTextBox"; this.exceptionTextBox.Size = new System.Drawing.Size(509, 20); this.exceptionTextBox.TabIndex = 10; // // projectTextBox // this.projectTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.projectTextBox.Location = new System.Drawing.Point(91, 116); this.projectTextBox.Name = "projectTextBox"; this.projectTextBox.Size = new System.Drawing.Size(525, 20); this.projectTextBox.TabIndex = 11; // // percentageLabel // this.percentageLabel.AutoSize = true; this.percentageLabel.Location = new System.Drawing.Point(7, 41); this.percentageLabel.Name = "percentageLabel"; this.percentageLabel.Size = new System.Drawing.Size(65, 13); this.percentageLabel.TabIndex = 13; this.percentageLabel.Text = "Percentage:"; // // dateCreatedLabel // this.dateCreatedLabel.AutoSize = true; this.dateCreatedLabel.Location = new System.Drawing.Point(7, 63); 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, 107); this.dateFinishedLabel.Name = "dateFinishedLabel"; this.dateFinishedLabel.Size = new System.Drawing.Size(72, 13); this.dateFinishedLabel.TabIndex = 15; this.dateFinishedLabel.Text = "DateFinished:"; // // priorityLabel // this.priorityLabel.AutoSize = true; this.priorityLabel.Location = new System.Drawing.Point(3, 50); this.priorityLabel.Name = "priorityLabel"; this.priorityLabel.Size = new System.Drawing.Size(41, 13); this.priorityLabel.TabIndex = 16; this.priorityLabel.Text = "Priority:"; // // coresNeededLabel // this.coresNeededLabel.AutoSize = true; this.coresNeededLabel.Location = new System.Drawing.Point(3, 72); this.coresNeededLabel.Name = "coresNeededLabel"; this.coresNeededLabel.Size = new System.Drawing.Size(75, 13); this.coresNeededLabel.TabIndex = 17; this.coresNeededLabel.Text = "CoresNeeded:"; // // memoryNeededLabel // this.memoryNeededLabel.AutoSize = true; this.memoryNeededLabel.Location = new System.Drawing.Point(3, 94); this.memoryNeededLabel.Name = "memoryNeededLabel"; this.memoryNeededLabel.Size = new System.Drawing.Size(85, 13); this.memoryNeededLabel.TabIndex = 18; this.memoryNeededLabel.Text = "MemoryNeeded:"; // // exceptionLabel // this.exceptionLabel.AutoSize = true; this.exceptionLabel.Location = new System.Drawing.Point(7, 129); this.exceptionLabel.Name = "exceptionLabel"; this.exceptionLabel.Size = new System.Drawing.Size(57, 13); this.exceptionLabel.TabIndex = 19; this.exceptionLabel.Text = "Exception:"; // // projectLabel // this.projectLabel.AutoSize = true; this.projectLabel.Location = new System.Drawing.Point(3, 116); this.projectLabel.Name = "projectLabel"; this.projectLabel.Size = new System.Drawing.Size(43, 13); this.projectLabel.TabIndex = 20; this.projectLabel.Text = "Project:"; // // snapshotGroupBox // this.snapshotGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.snapshotGroupBox.Controls.Add(this.requestSnapshotButton); this.snapshotGroupBox.Controls.Add(this.openSnapshotButton); this.snapshotGroupBox.Controls.Add(this.snapshotTimeText); this.snapshotGroupBox.Controls.Add(this.snapshotStatusText); this.snapshotGroupBox.Controls.Add(this.snapshotTimeLabel); this.snapshotGroupBox.Controls.Add(this.snapshotStatusLabel); this.snapshotGroupBox.Location = new System.Drawing.Point(6, 310); this.snapshotGroupBox.Name = "snapshotGroupBox"; this.snapshotGroupBox.Size = new System.Drawing.Size(610, 100); this.snapshotGroupBox.TabIndex = 21; this.snapshotGroupBox.TabStop = false; this.snapshotGroupBox.Text = "Latest Snapshot"; // // requestSnapshotButton // this.requestSnapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.requestSnapshotButton.Location = new System.Drawing.Point(384, 67); this.requestSnapshotButton.Name = "requestSnapshotButton"; this.requestSnapshotButton.Size = new System.Drawing.Size(107, 26); this.requestSnapshotButton.TabIndex = 26; this.requestSnapshotButton.Text = "Request Snapshot"; this.requestSnapshotButton.UseVisualStyleBackColor = true; this.requestSnapshotButton.Click += new System.EventHandler(this.requestSnapshotButton_Click); // // openSnapshotButton // this.openSnapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.openSnapshotButton.Location = new System.Drawing.Point(497, 67); this.openSnapshotButton.Name = "openSnapshotButton"; this.openSnapshotButton.Size = new System.Drawing.Size(107, 26); this.openSnapshotButton.TabIndex = 25; this.openSnapshotButton.Text = "Open Snapshot"; this.openSnapshotButton.UseVisualStyleBackColor = true; this.openSnapshotButton.Click += new System.EventHandler(this.openSnapshotButton_Click); // // snapshotTimeText // this.snapshotTimeText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.snapshotTimeText.Location = new System.Drawing.Point(45, 41); this.snapshotTimeText.Name = "snapshotTimeText"; this.snapshotTimeText.Size = new System.Drawing.Size(559, 20); this.snapshotTimeText.TabIndex = 24; // // snapshotStatusText // this.snapshotStatusText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.snapshotStatusText.Location = new System.Drawing.Point(45, 19); this.snapshotStatusText.Name = "snapshotStatusText"; this.snapshotStatusText.Size = new System.Drawing.Size(559, 20); this.snapshotStatusText.TabIndex = 23; // // snapshotTimeLabel // this.snapshotTimeLabel.AutoSize = true; this.snapshotTimeLabel.Location = new System.Drawing.Point(6, 41); this.snapshotTimeLabel.Name = "snapshotTimeLabel"; this.snapshotTimeLabel.Size = new System.Drawing.Size(33, 13); this.snapshotTimeLabel.TabIndex = 22; this.snapshotTimeLabel.Text = "Time:"; // // snapshotStatusLabel // this.snapshotStatusLabel.AutoSize = true; this.snapshotStatusLabel.Location = new System.Drawing.Point(6, 19); this.snapshotStatusLabel.Name = "snapshotStatusLabel"; this.snapshotStatusLabel.Size = new System.Drawing.Size(40, 13); this.snapshotStatusLabel.TabIndex = 21; this.snapshotStatusLabel.Text = "Status:"; // // 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, 85); this.dateCalculatedText.Name = "dateCalculatedText"; this.dateCalculatedText.Size = new System.Drawing.Size(509, 20); this.dateCalculatedText.TabIndex = 22; // // dateCalculatedLabel // this.dateCalculatedLabel.AutoSize = true; this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 85); this.dateCalculatedLabel.Name = "dateCalculatedLabel"; this.dateCalculatedLabel.Size = new System.Drawing.Size(83, 13); this.dateCalculatedLabel.TabIndex = 23; this.dateCalculatedLabel.Text = "DateCalculated:"; // // jobStatusGroupBox // this.jobStatusGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.jobStatusGroupBox.Controls.Add(this.percentageProgressBar); 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.percentageTextBox); this.jobStatusGroupBox.Controls.Add(this.dateCreatedTextBox); this.jobStatusGroupBox.Controls.Add(this.percentageLabel); 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.Location = new System.Drawing.Point(6, 142); this.jobStatusGroupBox.Name = "jobStatusGroupBox"; this.jobStatusGroupBox.Size = new System.Drawing.Size(610, 162); this.jobStatusGroupBox.TabIndex = 24; this.jobStatusGroupBox.TabStop = false; this.jobStatusGroupBox.Text = "Job Status"; // // percentageProgressBar // this.percentageProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.percentageProgressBar.Location = new System.Drawing.Point(153, 41); this.percentageProgressBar.Name = "percentageProgressBar"; this.percentageProgressBar.Size = new System.Drawing.Size(451, 20); this.percentageProgressBar.TabIndex = 25; // // 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.logTabPage); this.tabControl.Location = new System.Drawing.Point(3, 3); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; this.tabControl.Size = new System.Drawing.Size(627, 518); this.tabControl.TabIndex = 25; // // detailsTabPage // this.detailsTabPage.Controls.Add(this.jobIdLabel); this.detailsTabPage.Controls.Add(this.jobIdTextBox); this.detailsTabPage.Controls.Add(this.userIdLabel); this.detailsTabPage.Controls.Add(this.jobStatusGroupBox); this.detailsTabPage.Controls.Add(this.userIdTextBox); this.detailsTabPage.Controls.Add(this.snapshotGroupBox); this.detailsTabPage.Controls.Add(this.priorityTextBox); this.detailsTabPage.Controls.Add(this.projectLabel); this.detailsTabPage.Controls.Add(this.coresNeededTextBox); this.detailsTabPage.Controls.Add(this.memoryNeededTextBox); this.detailsTabPage.Controls.Add(this.memoryNeededLabel); this.detailsTabPage.Controls.Add(this.coresNeededLabel); this.detailsTabPage.Controls.Add(this.projectTextBox); this.detailsTabPage.Controls.Add(this.priorityLabel); 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(619, 492); this.detailsTabPage.TabIndex = 0; this.detailsTabPage.Text = "Details"; this.detailsTabPage.UseVisualStyleBackColor = true; // // 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(525, 20); this.jobIdTextBox.TabIndex = 26; // // 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(545, 453); this.logTabPage.TabIndex = 1; this.logTabPage.Text = "Log"; this.logTabPage.UseVisualStyleBackColor = true; // // logView // this.logView.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.logView.Caption = "Log View"; this.logView.Content = null; this.logView.Location = new System.Drawing.Point(3, 3); this.logView.Name = "logView"; this.logView.ReadOnly = false; this.logView.Size = new System.Drawing.Size(536, 447); this.logView.TabIndex = 0; // // JobItemView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Name = "JobItemView"; this.Size = new System.Drawing.Size(633, 524); this.snapshotGroupBox.ResumeLayout(false); this.snapshotGroupBox.PerformLayout(); this.jobStatusGroupBox.ResumeLayout(false); this.jobStatusGroupBox.PerformLayout(); this.tabControl.ResumeLayout(false); this.detailsTabPage.ResumeLayout(false); this.detailsTabPage.PerformLayout(); this.logTabPage.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label stateLabel; private System.Windows.Forms.Label userIdLabel; private System.Windows.Forms.TextBox stateTextBox; private System.Windows.Forms.TextBox userIdTextBox; private System.Windows.Forms.TextBox percentageTextBox; private System.Windows.Forms.TextBox dateCreatedTextBox; private System.Windows.Forms.TextBox dateFinishedTextBox; private System.Windows.Forms.TextBox priorityTextBox; private System.Windows.Forms.TextBox coresNeededTextBox; private System.Windows.Forms.TextBox memoryNeededTextBox; private System.Windows.Forms.TextBox exceptionTextBox; private System.Windows.Forms.TextBox projectTextBox; private System.Windows.Forms.Label percentageLabel; private System.Windows.Forms.Label dateCreatedLabel; private System.Windows.Forms.Label dateFinishedLabel; private System.Windows.Forms.Label priorityLabel; private System.Windows.Forms.Label coresNeededLabel; private System.Windows.Forms.Label memoryNeededLabel; private System.Windows.Forms.Label exceptionLabel; private System.Windows.Forms.Label projectLabel; private System.Windows.Forms.GroupBox snapshotGroupBox; private System.Windows.Forms.Button openSnapshotButton; private System.Windows.Forms.TextBox snapshotTimeText; private System.Windows.Forms.TextBox snapshotStatusText; private System.Windows.Forms.Label snapshotTimeLabel; private System.Windows.Forms.Label snapshotStatusLabel; private System.Windows.Forms.TextBox dateCalculatedText; private System.Windows.Forms.Label dateCalculatedLabel; private System.Windows.Forms.GroupBox jobStatusGroupBox; private System.Windows.Forms.ProgressBar percentageProgressBar; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage detailsTabPage; private System.Windows.Forms.TabPage logTabPage; private Core.Views.LogView logView; private System.Windows.Forms.Button requestSnapshotButton; private System.Windows.Forms.Label jobIdLabel; private System.Windows.Forms.TextBox jobIdTextBox; } }