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