Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/HiveJobView.designer.cs @ 6168

Last change on this file since 6168 was 6168, checked in by cneumuel, 13 years ago

#1233

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