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 @ 6033

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

#1233

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