[4760] | 1 | namespace HeuristicLab.Hive.ExperimentManager.Views {
|
---|
[4423] | 2 | partial class HiveJobView {
|
---|
| 3 | /// <summary>
|
---|
| 4 | /// Required designer variable.
|
---|
| 5 | /// </summary>
|
---|
| 6 | private System.ComponentModel.IContainer components = null;
|
---|
| 7 |
|
---|
| 8 | /// <summary>
|
---|
| 9 | /// Clean up any resources being used.
|
---|
| 10 | /// </summary>
|
---|
| 11 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 12 | protected override void Dispose(bool disposing) {
|
---|
| 13 | if (disposing && (components != null)) {
|
---|
| 14 | components.Dispose();
|
---|
| 15 | }
|
---|
| 16 | base.Dispose(disposing);
|
---|
| 17 | }
|
---|
| 18 |
|
---|
| 19 | #region Component Designer generated code
|
---|
| 20 |
|
---|
| 21 | /// <summary>
|
---|
| 22 | /// Required method for Designer support - do not modify
|
---|
| 23 | /// the contents of this method with the code editor.
|
---|
| 24 | /// </summary>
|
---|
| 25 | private void InitializeComponent() {
|
---|
| 26 | this.stateLabel = new System.Windows.Forms.Label();
|
---|
| 27 | this.stateTextBox = new System.Windows.Forms.TextBox();
|
---|
| 28 | this.executionTimeTextBox = new System.Windows.Forms.TextBox();
|
---|
| 29 | this.dateCreatedTextBox = new System.Windows.Forms.TextBox();
|
---|
| 30 | this.dateFinishedTextBox = new System.Windows.Forms.TextBox();
|
---|
| 31 | this.exceptionTextBox = new System.Windows.Forms.TextBox();
|
---|
| 32 | this.executionTimeLabel = new System.Windows.Forms.Label();
|
---|
| 33 | this.dateCreatedLabel = new System.Windows.Forms.Label();
|
---|
| 34 | this.dateFinishedLabel = new System.Windows.Forms.Label();
|
---|
| 35 | this.exceptionLabel = new System.Windows.Forms.Label();
|
---|
| 36 | this.dateCalculatedText = new System.Windows.Forms.TextBox();
|
---|
| 37 | this.dateCalculatedLabel = new System.Windows.Forms.Label();
|
---|
| 38 | this.jobStatusGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 39 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 40 | this.detailsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 41 | this.optimizerGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 42 | this.optimizerNamedItemView = new HeuristicLab.Core.Views.NamedItemView();
|
---|
| 43 | this.configurationGroupBox = new System.Windows.Forms.GroupBox();
|
---|
| 44 | this.priorityTextBox = new System.Windows.Forms.TextBox();
|
---|
| 45 | this.priorityLabel = new System.Windows.Forms.Label();
|
---|
| 46 | this.coresNeededTextBox = new System.Windows.Forms.TextBox();
|
---|
| 47 | this.memoryNeededTextBox = new System.Windows.Forms.TextBox();
|
---|
| 48 | this.memoryNeededLabel = new System.Windows.Forms.Label();
|
---|
| 49 | this.coresNeededLabel = new System.Windows.Forms.Label();
|
---|
| 50 | this.computeInParallelLabel = new System.Windows.Forms.Label();
|
---|
| 51 | this.computeInParallelCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 52 | this.jobIdLabel = new System.Windows.Forms.Label();
|
---|
| 53 | this.jobIdTextBox = new System.Windows.Forms.TextBox();
|
---|
| 54 | this.childJobsTabPage = new System.Windows.Forms.TabPage();
|
---|
[4760] | 55 | this.childHiveJobView = new HeuristicLab.Hive.ExperimentManager.Views.HiveJobListView();
|
---|
[4423] | 56 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 57 | this.logTabPage = new System.Windows.Forms.TabPage();
|
---|
| 58 | this.logView = new HeuristicLab.Core.Views.LogView();
|
---|
[4557] | 59 | this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[4423] | 60 | this.jobStatusGroupBox.SuspendLayout();
|
---|
| 61 | this.tabControl.SuspendLayout();
|
---|
| 62 | this.detailsTabPage.SuspendLayout();
|
---|
| 63 | this.optimizerGroupBox.SuspendLayout();
|
---|
| 64 | this.configurationGroupBox.SuspendLayout();
|
---|
| 65 | this.childJobsTabPage.SuspendLayout();
|
---|
| 66 | this.runsTabPage.SuspendLayout();
|
---|
| 67 | this.logTabPage.SuspendLayout();
|
---|
| 68 | this.SuspendLayout();
|
---|
| 69 | //
|
---|
| 70 | // stateLabel
|
---|
| 71 | //
|
---|
| 72 | this.stateLabel.AutoSize = true;
|
---|
| 73 | this.stateLabel.Location = new System.Drawing.Point(7, 19);
|
---|
| 74 | this.stateLabel.Name = "stateLabel";
|
---|
| 75 | this.stateLabel.Size = new System.Drawing.Size(35, 13);
|
---|
| 76 | this.stateLabel.TabIndex = 0;
|
---|
| 77 | this.stateLabel.Text = "State:";
|
---|
| 78 | //
|
---|
| 79 | // stateTextBox
|
---|
| 80 | //
|
---|
| 81 | this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 82 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 83 | this.stateTextBox.Location = new System.Drawing.Point(95, 19);
|
---|
| 84 | this.stateTextBox.Name = "stateTextBox";
|
---|
| 85 | this.stateTextBox.Size = new System.Drawing.Size(509, 20);
|
---|
| 86 | this.stateTextBox.TabIndex = 2;
|
---|
| 87 | //
|
---|
| 88 | // executionTimeTextBox
|
---|
| 89 | //
|
---|
| 90 | this.executionTimeTextBox.Location = new System.Drawing.Point(95, 41);
|
---|
| 91 | this.executionTimeTextBox.Name = "executionTimeTextBox";
|
---|
| 92 | this.executionTimeTextBox.Size = new System.Drawing.Size(509, 20);
|
---|
| 93 | this.executionTimeTextBox.TabIndex = 4;
|
---|
| 94 | //
|
---|
| 95 | // dateCreatedTextBox
|
---|
| 96 | //
|
---|
| 97 | this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 98 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 99 | this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 63);
|
---|
| 100 | this.dateCreatedTextBox.Name = "dateCreatedTextBox";
|
---|
| 101 | this.dateCreatedTextBox.Size = new System.Drawing.Size(509, 20);
|
---|
| 102 | this.dateCreatedTextBox.TabIndex = 5;
|
---|
| 103 | //
|
---|
| 104 | // dateFinishedTextBox
|
---|
| 105 | //
|
---|
| 106 | this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 107 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 108 | this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 107);
|
---|
| 109 | this.dateFinishedTextBox.Name = "dateFinishedTextBox";
|
---|
| 110 | this.dateFinishedTextBox.Size = new System.Drawing.Size(509, 20);
|
---|
| 111 | this.dateFinishedTextBox.TabIndex = 6;
|
---|
| 112 | //
|
---|
| 113 | // exceptionTextBox
|
---|
| 114 | //
|
---|
| 115 | this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 116 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 117 | this.exceptionTextBox.Location = new System.Drawing.Point(95, 129);
|
---|
| 118 | this.exceptionTextBox.Name = "exceptionTextBox";
|
---|
| 119 | this.exceptionTextBox.Size = new System.Drawing.Size(509, 20);
|
---|
| 120 | this.exceptionTextBox.TabIndex = 10;
|
---|
| 121 | //
|
---|
| 122 | // executionTimeLabel
|
---|
| 123 | //
|
---|
| 124 | this.executionTimeLabel.AutoSize = true;
|
---|
| 125 | this.executionTimeLabel.Location = new System.Drawing.Point(7, 41);
|
---|
| 126 | this.executionTimeLabel.Name = "executionTimeLabel";
|
---|
| 127 | this.executionTimeLabel.Size = new System.Drawing.Size(80, 13);
|
---|
| 128 | this.executionTimeLabel.TabIndex = 13;
|
---|
| 129 | this.executionTimeLabel.Text = "ExecutionTime:";
|
---|
| 130 | //
|
---|
| 131 | // dateCreatedLabel
|
---|
| 132 | //
|
---|
| 133 | this.dateCreatedLabel.AutoSize = true;
|
---|
| 134 | this.dateCreatedLabel.Location = new System.Drawing.Point(7, 63);
|
---|
| 135 | this.dateCreatedLabel.Name = "dateCreatedLabel";
|
---|
| 136 | this.dateCreatedLabel.Size = new System.Drawing.Size(70, 13);
|
---|
| 137 | this.dateCreatedLabel.TabIndex = 14;
|
---|
| 138 | this.dateCreatedLabel.Text = "DateCreated:";
|
---|
| 139 | //
|
---|
| 140 | // dateFinishedLabel
|
---|
| 141 | //
|
---|
| 142 | this.dateFinishedLabel.AutoSize = true;
|
---|
| 143 | this.dateFinishedLabel.Location = new System.Drawing.Point(7, 107);
|
---|
| 144 | this.dateFinishedLabel.Name = "dateFinishedLabel";
|
---|
| 145 | this.dateFinishedLabel.Size = new System.Drawing.Size(72, 13);
|
---|
| 146 | this.dateFinishedLabel.TabIndex = 15;
|
---|
| 147 | this.dateFinishedLabel.Text = "DateFinished:";
|
---|
| 148 | //
|
---|
| 149 | // exceptionLabel
|
---|
| 150 | //
|
---|
| 151 | this.exceptionLabel.AutoSize = true;
|
---|
| 152 | this.exceptionLabel.Location = new System.Drawing.Point(7, 129);
|
---|
| 153 | this.exceptionLabel.Name = "exceptionLabel";
|
---|
| 154 | this.exceptionLabel.Size = new System.Drawing.Size(57, 13);
|
---|
| 155 | this.exceptionLabel.TabIndex = 19;
|
---|
| 156 | this.exceptionLabel.Text = "Exception:";
|
---|
| 157 | //
|
---|
| 158 | // dateCalculatedText
|
---|
| 159 | //
|
---|
| 160 | this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 161 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 162 | this.dateCalculatedText.Location = new System.Drawing.Point(95, 85);
|
---|
| 163 | this.dateCalculatedText.Name = "dateCalculatedText";
|
---|
| 164 | this.dateCalculatedText.Size = new System.Drawing.Size(509, 20);
|
---|
| 165 | this.dateCalculatedText.TabIndex = 22;
|
---|
| 166 | //
|
---|
| 167 | // dateCalculatedLabel
|
---|
| 168 | //
|
---|
| 169 | this.dateCalculatedLabel.AutoSize = true;
|
---|
| 170 | this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 85);
|
---|
| 171 | this.dateCalculatedLabel.Name = "dateCalculatedLabel";
|
---|
| 172 | this.dateCalculatedLabel.Size = new System.Drawing.Size(83, 13);
|
---|
| 173 | this.dateCalculatedLabel.TabIndex = 23;
|
---|
| 174 | this.dateCalculatedLabel.Text = "DateCalculated:";
|
---|
| 175 | //
|
---|
| 176 | // jobStatusGroupBox
|
---|
| 177 | //
|
---|
| 178 | this.jobStatusGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 179 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 180 | this.jobStatusGroupBox.Controls.Add(this.stateTextBox);
|
---|
| 181 | this.jobStatusGroupBox.Controls.Add(this.dateCalculatedLabel);
|
---|
| 182 | this.jobStatusGroupBox.Controls.Add(this.stateLabel);
|
---|
| 183 | this.jobStatusGroupBox.Controls.Add(this.dateCalculatedText);
|
---|
| 184 | this.jobStatusGroupBox.Controls.Add(this.dateFinishedTextBox);
|
---|
| 185 | this.jobStatusGroupBox.Controls.Add(this.executionTimeTextBox);
|
---|
| 186 | this.jobStatusGroupBox.Controls.Add(this.dateCreatedTextBox);
|
---|
| 187 | this.jobStatusGroupBox.Controls.Add(this.executionTimeLabel);
|
---|
| 188 | this.jobStatusGroupBox.Controls.Add(this.exceptionLabel);
|
---|
| 189 | this.jobStatusGroupBox.Controls.Add(this.dateCreatedLabel);
|
---|
| 190 | this.jobStatusGroupBox.Controls.Add(this.dateFinishedLabel);
|
---|
| 191 | this.jobStatusGroupBox.Controls.Add(this.exceptionTextBox);
|
---|
| 192 | this.jobStatusGroupBox.Location = new System.Drawing.Point(6, 226);
|
---|
| 193 | this.jobStatusGroupBox.Name = "jobStatusGroupBox";
|
---|
| 194 | this.jobStatusGroupBox.Size = new System.Drawing.Size(610, 162);
|
---|
| 195 | this.jobStatusGroupBox.TabIndex = 24;
|
---|
| 196 | this.jobStatusGroupBox.TabStop = false;
|
---|
| 197 | this.jobStatusGroupBox.Text = "Job Status";
|
---|
| 198 | //
|
---|
| 199 | // tabControl
|
---|
| 200 | //
|
---|
| 201 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 202 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 203 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 204 | this.tabControl.Controls.Add(this.detailsTabPage);
|
---|
| 205 | this.tabControl.Controls.Add(this.childJobsTabPage);
|
---|
| 206 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
| 207 | this.tabControl.Controls.Add(this.logTabPage);
|
---|
| 208 | this.tabControl.Location = new System.Drawing.Point(3, 3);
|
---|
| 209 | this.tabControl.Name = "tabControl";
|
---|
| 210 | this.tabControl.SelectedIndex = 0;
|
---|
| 211 | this.tabControl.Size = new System.Drawing.Size(627, 518);
|
---|
| 212 | this.tabControl.TabIndex = 25;
|
---|
| 213 | //
|
---|
| 214 | // detailsTabPage
|
---|
| 215 | //
|
---|
| 216 | this.detailsTabPage.Controls.Add(this.optimizerGroupBox);
|
---|
| 217 | this.detailsTabPage.Controls.Add(this.configurationGroupBox);
|
---|
| 218 | this.detailsTabPage.Controls.Add(this.jobIdLabel);
|
---|
| 219 | this.detailsTabPage.Controls.Add(this.jobIdTextBox);
|
---|
| 220 | this.detailsTabPage.Controls.Add(this.jobStatusGroupBox);
|
---|
| 221 | this.detailsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 222 | this.detailsTabPage.Name = "detailsTabPage";
|
---|
| 223 | this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 224 | this.detailsTabPage.Size = new System.Drawing.Size(619, 492);
|
---|
| 225 | this.detailsTabPage.TabIndex = 0;
|
---|
| 226 | this.detailsTabPage.Text = "Details";
|
---|
| 227 | this.detailsTabPage.UseVisualStyleBackColor = true;
|
---|
| 228 | //
|
---|
| 229 | // optimizerGroupBox
|
---|
| 230 | //
|
---|
| 231 | this.optimizerGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 232 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 233 | this.optimizerGroupBox.Controls.Add(this.optimizerNamedItemView);
|
---|
| 234 | this.optimizerGroupBox.Location = new System.Drawing.Point(6, 29);
|
---|
| 235 | this.optimizerGroupBox.Name = "optimizerGroupBox";
|
---|
| 236 | this.optimizerGroupBox.Size = new System.Drawing.Size(610, 74);
|
---|
| 237 | this.optimizerGroupBox.TabIndex = 28;
|
---|
| 238 | this.optimizerGroupBox.TabStop = false;
|
---|
| 239 | this.optimizerGroupBox.Text = "Optimizer";
|
---|
| 240 | //
|
---|
| 241 | // optimizerNamedItemView
|
---|
| 242 | //
|
---|
| 243 | this.optimizerNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 244 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 245 | this.optimizerNamedItemView.Caption = "NamedItem View";
|
---|
| 246 | this.optimizerNamedItemView.Content = null;
|
---|
| 247 | this.optimizerNamedItemView.Location = new System.Drawing.Point(0, 20);
|
---|
| 248 | this.optimizerNamedItemView.Name = "optimizerNamedItemView";
|
---|
| 249 | this.optimizerNamedItemView.ReadOnly = false;
|
---|
| 250 | this.optimizerNamedItemView.Size = new System.Drawing.Size(604, 51);
|
---|
| 251 | this.optimizerNamedItemView.TabIndex = 0;
|
---|
| 252 | //
|
---|
| 253 | // configurationGroupBox
|
---|
| 254 | //
|
---|
| 255 | this.configurationGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 256 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 257 | this.configurationGroupBox.Controls.Add(this.priorityTextBox);
|
---|
| 258 | this.configurationGroupBox.Controls.Add(this.priorityLabel);
|
---|
| 259 | this.configurationGroupBox.Controls.Add(this.coresNeededTextBox);
|
---|
| 260 | this.configurationGroupBox.Controls.Add(this.memoryNeededTextBox);
|
---|
| 261 | this.configurationGroupBox.Controls.Add(this.memoryNeededLabel);
|
---|
| 262 | this.configurationGroupBox.Controls.Add(this.coresNeededLabel);
|
---|
| 263 | this.configurationGroupBox.Controls.Add(this.computeInParallelLabel);
|
---|
| 264 | this.configurationGroupBox.Controls.Add(this.computeInParallelCheckBox);
|
---|
| 265 | this.configurationGroupBox.Location = new System.Drawing.Point(6, 105);
|
---|
| 266 | this.configurationGroupBox.Name = "configurationGroupBox";
|
---|
| 267 | this.configurationGroupBox.Size = new System.Drawing.Size(610, 119);
|
---|
| 268 | this.configurationGroupBox.TabIndex = 27;
|
---|
| 269 | this.configurationGroupBox.TabStop = false;
|
---|
| 270 | this.configurationGroupBox.Text = "Configuration";
|
---|
| 271 | //
|
---|
| 272 | // priorityTextBox
|
---|
| 273 | //
|
---|
| 274 | this.priorityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 275 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 276 | this.priorityTextBox.Location = new System.Drawing.Point(108, 66);
|
---|
| 277 | this.priorityTextBox.Name = "priorityTextBox";
|
---|
| 278 | this.priorityTextBox.Size = new System.Drawing.Size(496, 20);
|
---|
| 279 | this.priorityTextBox.TabIndex = 41;
|
---|
| 280 | //
|
---|
| 281 | // priorityLabel
|
---|
| 282 | //
|
---|
| 283 | this.priorityLabel.AutoSize = true;
|
---|
| 284 | this.priorityLabel.Location = new System.Drawing.Point(7, 66);
|
---|
| 285 | this.priorityLabel.Name = "priorityLabel";
|
---|
| 286 | this.priorityLabel.Size = new System.Drawing.Size(41, 13);
|
---|
| 287 | this.priorityLabel.TabIndex = 42;
|
---|
| 288 | this.priorityLabel.Text = "Priority:";
|
---|
| 289 | //
|
---|
| 290 | // coresNeededTextBox
|
---|
| 291 | //
|
---|
| 292 | this.coresNeededTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 293 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 294 | this.coresNeededTextBox.Location = new System.Drawing.Point(108, 20);
|
---|
| 295 | this.coresNeededTextBox.Name = "coresNeededTextBox";
|
---|
| 296 | this.coresNeededTextBox.Size = new System.Drawing.Size(496, 20);
|
---|
| 297 | this.coresNeededTextBox.TabIndex = 37;
|
---|
| 298 | //
|
---|
| 299 | // memoryNeededTextBox
|
---|
| 300 | //
|
---|
| 301 | this.memoryNeededTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 302 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 303 | this.memoryNeededTextBox.Location = new System.Drawing.Point(108, 42);
|
---|
| 304 | this.memoryNeededTextBox.Name = "memoryNeededTextBox";
|
---|
| 305 | this.memoryNeededTextBox.Size = new System.Drawing.Size(496, 20);
|
---|
| 306 | this.memoryNeededTextBox.TabIndex = 38;
|
---|
| 307 | //
|
---|
| 308 | // memoryNeededLabel
|
---|
| 309 | //
|
---|
| 310 | this.memoryNeededLabel.AutoSize = true;
|
---|
| 311 | this.memoryNeededLabel.Location = new System.Drawing.Point(7, 42);
|
---|
| 312 | this.memoryNeededLabel.Name = "memoryNeededLabel";
|
---|
| 313 | this.memoryNeededLabel.Size = new System.Drawing.Size(85, 13);
|
---|
| 314 | this.memoryNeededLabel.TabIndex = 40;
|
---|
| 315 | this.memoryNeededLabel.Text = "MemoryNeeded:";
|
---|
| 316 | //
|
---|
| 317 | // coresNeededLabel
|
---|
| 318 | //
|
---|
| 319 | this.coresNeededLabel.AutoSize = true;
|
---|
| 320 | this.coresNeededLabel.Location = new System.Drawing.Point(7, 20);
|
---|
| 321 | this.coresNeededLabel.Name = "coresNeededLabel";
|
---|
| 322 | this.coresNeededLabel.Size = new System.Drawing.Size(75, 13);
|
---|
| 323 | this.coresNeededLabel.TabIndex = 39;
|
---|
| 324 | this.coresNeededLabel.Text = "CoresNeeded:";
|
---|
| 325 | //
|
---|
| 326 | // computeInParallelLabel
|
---|
| 327 | //
|
---|
| 328 | this.computeInParallelLabel.AutoSize = true;
|
---|
| 329 | this.computeInParallelLabel.Location = new System.Drawing.Point(7, 93);
|
---|
| 330 | this.computeInParallelLabel.Name = "computeInParallelLabel";
|
---|
| 331 | this.computeInParallelLabel.Size = new System.Drawing.Size(95, 13);
|
---|
| 332 | this.computeInParallelLabel.TabIndex = 36;
|
---|
| 333 | this.computeInParallelLabel.Text = "ComputeInParallel:";
|
---|
| 334 | //
|
---|
| 335 | // computeInParallelCheckBox
|
---|
| 336 | //
|
---|
| 337 | this.computeInParallelCheckBox.AutoSize = true;
|
---|
| 338 | this.computeInParallelCheckBox.Location = new System.Drawing.Point(108, 92);
|
---|
| 339 | this.computeInParallelCheckBox.Name = "computeInParallelCheckBox";
|
---|
| 340 | this.computeInParallelCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
| 341 | this.computeInParallelCheckBox.TabIndex = 35;
|
---|
| 342 | this.computeInParallelCheckBox.UseVisualStyleBackColor = true;
|
---|
| 343 | this.computeInParallelCheckBox.CheckedChanged += new System.EventHandler(this.computeInParallelCheckBox_CheckedChanged);
|
---|
| 344 | //
|
---|
| 345 | // jobIdLabel
|
---|
| 346 | //
|
---|
| 347 | this.jobIdLabel.AutoSize = true;
|
---|
| 348 | this.jobIdLabel.Location = new System.Drawing.Point(3, 6);
|
---|
| 349 | this.jobIdLabel.Name = "jobIdLabel";
|
---|
| 350 | this.jobIdLabel.Size = new System.Drawing.Size(36, 13);
|
---|
| 351 | this.jobIdLabel.TabIndex = 25;
|
---|
| 352 | this.jobIdLabel.Text = "JobId:";
|
---|
| 353 | //
|
---|
| 354 | // jobIdTextBox
|
---|
| 355 | //
|
---|
| 356 | this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 357 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 358 | this.jobIdTextBox.Location = new System.Drawing.Point(91, 6);
|
---|
| 359 | this.jobIdTextBox.Name = "jobIdTextBox";
|
---|
| 360 | this.jobIdTextBox.Size = new System.Drawing.Size(525, 20);
|
---|
| 361 | this.jobIdTextBox.TabIndex = 26;
|
---|
| 362 | //
|
---|
| 363 | // childJobsTabPage
|
---|
| 364 | //
|
---|
| 365 | this.childJobsTabPage.Controls.Add(this.childHiveJobView);
|
---|
| 366 | this.childJobsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 367 | this.childJobsTabPage.Name = "childJobsTabPage";
|
---|
| 368 | this.childJobsTabPage.Size = new System.Drawing.Size(619, 492);
|
---|
| 369 | this.childJobsTabPage.TabIndex = 2;
|
---|
| 370 | this.childJobsTabPage.Text = "Child Jobs";
|
---|
| 371 | this.childJobsTabPage.UseVisualStyleBackColor = true;
|
---|
| 372 | //
|
---|
| 373 | // childHiveJobView
|
---|
| 374 | //
|
---|
| 375 | this.childHiveJobView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 376 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 377 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 378 | this.childHiveJobView.Caption = "JobItemList View";
|
---|
| 379 | this.childHiveJobView.Content = null;
|
---|
| 380 | this.childHiveJobView.Location = new System.Drawing.Point(3, 3);
|
---|
| 381 | this.childHiveJobView.Name = "childHiveJobView";
|
---|
| 382 | this.childHiveJobView.ReadOnly = false;
|
---|
| 383 | this.childHiveJobView.Size = new System.Drawing.Size(613, 486);
|
---|
| 384 | this.childHiveJobView.TabIndex = 0;
|
---|
| 385 | //
|
---|
| 386 | // runsTabPage
|
---|
| 387 | //
|
---|
[4557] | 388 | this.runsTabPage.Controls.Add(this.runCollectionViewHost);
|
---|
[4423] | 389 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 390 | this.runsTabPage.Name = "runsTabPage";
|
---|
| 391 | this.runsTabPage.Size = new System.Drawing.Size(619, 492);
|
---|
| 392 | this.runsTabPage.TabIndex = 4;
|
---|
| 393 | this.runsTabPage.Text = "Runs";
|
---|
| 394 | this.runsTabPage.UseVisualStyleBackColor = true;
|
---|
| 395 | //
|
---|
| 396 | // logTabPage
|
---|
| 397 | //
|
---|
| 398 | this.logTabPage.Controls.Add(this.logView);
|
---|
| 399 | this.logTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 400 | this.logTabPage.Name = "logTabPage";
|
---|
| 401 | this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 402 | this.logTabPage.Size = new System.Drawing.Size(619, 492);
|
---|
| 403 | this.logTabPage.TabIndex = 1;
|
---|
| 404 | this.logTabPage.Text = "Log";
|
---|
| 405 | this.logTabPage.UseVisualStyleBackColor = true;
|
---|
| 406 | //
|
---|
| 407 | // logView
|
---|
| 408 | //
|
---|
| 409 | this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 410 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 411 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 412 | this.logView.Caption = "Log View";
|
---|
| 413 | this.logView.Content = null;
|
---|
| 414 | this.logView.Location = new System.Drawing.Point(3, 3);
|
---|
| 415 | this.logView.Name = "logView";
|
---|
| 416 | this.logView.ReadOnly = false;
|
---|
| 417 | this.logView.Size = new System.Drawing.Size(613, 486);
|
---|
| 418 | this.logView.TabIndex = 0;
|
---|
| 419 | //
|
---|
[4557] | 420 | // runCollectionViewHost
|
---|
| 421 | //
|
---|
| 422 | this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 423 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 424 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 425 | this.runCollectionViewHost.Caption = "View";
|
---|
| 426 | this.runCollectionViewHost.Content = null;
|
---|
| 427 | this.runCollectionViewHost.Enabled = false;
|
---|
| 428 | this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3);
|
---|
| 429 | this.runCollectionViewHost.Name = "runCollectionViewHost";
|
---|
| 430 | this.runCollectionViewHost.ReadOnly = false;
|
---|
| 431 | this.runCollectionViewHost.Size = new System.Drawing.Size(613, 486);
|
---|
| 432 | this.runCollectionViewHost.TabIndex = 0;
|
---|
| 433 | this.runCollectionViewHost.ViewType = null;
|
---|
| 434 | //
|
---|
[4423] | 435 | // HiveJobView
|
---|
| 436 | //
|
---|
| 437 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 438 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
| 439 | this.Controls.Add(this.tabControl);
|
---|
| 440 | this.Name = "HiveJobView";
|
---|
| 441 | this.Size = new System.Drawing.Size(633, 524);
|
---|
| 442 | this.jobStatusGroupBox.ResumeLayout(false);
|
---|
| 443 | this.jobStatusGroupBox.PerformLayout();
|
---|
| 444 | this.tabControl.ResumeLayout(false);
|
---|
| 445 | this.detailsTabPage.ResumeLayout(false);
|
---|
| 446 | this.detailsTabPage.PerformLayout();
|
---|
| 447 | this.optimizerGroupBox.ResumeLayout(false);
|
---|
| 448 | this.configurationGroupBox.ResumeLayout(false);
|
---|
| 449 | this.configurationGroupBox.PerformLayout();
|
---|
| 450 | this.childJobsTabPage.ResumeLayout(false);
|
---|
| 451 | this.runsTabPage.ResumeLayout(false);
|
---|
| 452 | this.logTabPage.ResumeLayout(false);
|
---|
| 453 | this.ResumeLayout(false);
|
---|
| 454 |
|
---|
| 455 | }
|
---|
| 456 |
|
---|
| 457 | #endregion
|
---|
| 458 |
|
---|
| 459 | private System.Windows.Forms.Label stateLabel;
|
---|
| 460 | private System.Windows.Forms.TextBox stateTextBox;
|
---|
| 461 | private System.Windows.Forms.TextBox executionTimeTextBox;
|
---|
| 462 | private System.Windows.Forms.TextBox dateCreatedTextBox;
|
---|
| 463 | private System.Windows.Forms.TextBox dateFinishedTextBox;
|
---|
| 464 | private System.Windows.Forms.TextBox exceptionTextBox;
|
---|
| 465 | private System.Windows.Forms.Label executionTimeLabel;
|
---|
| 466 | private System.Windows.Forms.Label dateCreatedLabel;
|
---|
| 467 | private System.Windows.Forms.Label dateFinishedLabel;
|
---|
| 468 | private System.Windows.Forms.Label exceptionLabel;
|
---|
| 469 | private System.Windows.Forms.TextBox dateCalculatedText;
|
---|
| 470 | private System.Windows.Forms.Label dateCalculatedLabel;
|
---|
| 471 | private System.Windows.Forms.GroupBox jobStatusGroupBox;
|
---|
| 472 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 473 | private System.Windows.Forms.TabPage detailsTabPage;
|
---|
| 474 | private System.Windows.Forms.TabPage logTabPage;
|
---|
| 475 | private Core.Views.LogView logView;
|
---|
| 476 | private System.Windows.Forms.Label jobIdLabel;
|
---|
| 477 | private System.Windows.Forms.TextBox jobIdTextBox;
|
---|
| 478 | private System.Windows.Forms.TabPage childJobsTabPage;
|
---|
| 479 | private HiveJobListView childHiveJobView;
|
---|
| 480 | private System.Windows.Forms.GroupBox configurationGroupBox;
|
---|
| 481 | private System.Windows.Forms.TextBox priorityTextBox;
|
---|
| 482 | private System.Windows.Forms.Label priorityLabel;
|
---|
| 483 | private System.Windows.Forms.TextBox coresNeededTextBox;
|
---|
| 484 | private System.Windows.Forms.TextBox memoryNeededTextBox;
|
---|
| 485 | private System.Windows.Forms.Label memoryNeededLabel;
|
---|
| 486 | private System.Windows.Forms.Label coresNeededLabel;
|
---|
| 487 | private System.Windows.Forms.Label computeInParallelLabel;
|
---|
| 488 | private System.Windows.Forms.CheckBox computeInParallelCheckBox;
|
---|
| 489 | private System.Windows.Forms.GroupBox optimizerGroupBox;
|
---|
| 490 | private Core.Views.NamedItemView optimizerNamedItemView;
|
---|
| 491 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
[4557] | 492 | private MainForm.WindowsForms.ViewHost runCollectionViewHost;
|
---|
[4423] | 493 | }
|
---|
| 494 | }
|
---|