Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.Views/3.3/HiveTasks/HiveTaskView.designer.cs @ 6976

Last change on this file since 6976 was 6976, checked in by ascheibe, 12 years ago

#1672 integrate the Hive client projects into trunk (Hive Job Manager and Administrator)

File size: 27.7 KB
Line 
1namespace HeuristicLab.Clients.Hive.Views {
2  partial class HiveTaskView {
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.splitContainer2 = new System.Windows.Forms.SplitContainer();
31      this.groupBoxGenerel = new System.Windows.Forms.GroupBox();
32      this.jobIdLabel = new System.Windows.Forms.Label();
33      this.jobIdTextBox = new System.Windows.Forms.TextBox();
34      this.lastUpdatedLabel = new System.Windows.Forms.Label();
35      this.lastUpdatedTextBox = new System.Windows.Forms.TextBox();
36      this.priorityLabel = new System.Windows.Forms.Label();
37      this.configurationGroupBox = new System.Windows.Forms.GroupBox();
38      this.memoryNeededLabel = new System.Windows.Forms.Label();
39      this.coresNeededLabel = new System.Windows.Forms.Label();
40      this.computeInParallelLabel = new System.Windows.Forms.Label();
41      this.computeInParallelCheckBox = new System.Windows.Forms.CheckBox();
42      this.jobStatusGroupBox = new System.Windows.Forms.GroupBox();
43      this.commandTextBox = new System.Windows.Forms.TextBox();
44      this.commandLabel = new System.Windows.Forms.Label();
45      this.stateTextBox = new System.Windows.Forms.TextBox();
46      this.dateCalculatedLabel = new System.Windows.Forms.Label();
47      this.stateLabel = new System.Windows.Forms.Label();
48      this.dateCalculatedText = new System.Windows.Forms.TextBox();
49      this.dateFinishedTextBox = new System.Windows.Forms.TextBox();
50      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
51      this.dateCreatedTextBox = new System.Windows.Forms.TextBox();
52      this.executionTimeLabel = new System.Windows.Forms.Label();
53      this.exceptionLabel = new System.Windows.Forms.Label();
54      this.dateCreatedLabel = new System.Windows.Forms.Label();
55      this.dateFinishedLabel = new System.Windows.Forms.Label();
56      this.exceptionTextBox = new System.Windows.Forms.TextBox();
57      this.modifyItemButton = new System.Windows.Forms.Button();
58      this.tabControl = new System.Windows.Forms.TabControl();
59      this.priorityComboBox = new System.Windows.Forms.ComboBox();
60      this.coresNeededComboBox = new System.Windows.Forms.ComboBox();
61      this.memoryNeededComboBox = new System.Windows.Forms.ComboBox();
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      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
69      this.splitContainer2.Panel1.SuspendLayout();
70      this.splitContainer2.Panel2.SuspendLayout();
71      this.splitContainer2.SuspendLayout();
72      this.groupBoxGenerel.SuspendLayout();
73      this.configurationGroupBox.SuspendLayout();
74      this.jobStatusGroupBox.SuspendLayout();
75      this.tabControl.SuspendLayout();
76      this.SuspendLayout();
77      //
78      // stateLogTabPage
79      //
80      this.stateLogTabPage.Controls.Add(this.stateLogViewHost);
81      this.stateLogTabPage.Location = new System.Drawing.Point(4, 22);
82      this.stateLogTabPage.Name = "stateLogTabPage";
83      this.stateLogTabPage.Size = new System.Drawing.Size(563, 375);
84      this.stateLogTabPage.TabIndex = 5;
85      this.stateLogTabPage.Text = "State";
86      this.stateLogTabPage.UseVisualStyleBackColor = true;
87      //
88      // stateLogViewHost
89      //
90      this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
91                  | System.Windows.Forms.AnchorStyles.Left)
92                  | System.Windows.Forms.AnchorStyles.Right)));
93      this.stateLogViewHost.Caption = "View";
94      this.stateLogViewHost.Content = null;
95      this.stateLogViewHost.Enabled = false;
96      this.stateLogViewHost.Location = new System.Drawing.Point(3, 3);
97      this.stateLogViewHost.Name = "stateLogViewHost";
98      this.stateLogViewHost.ReadOnly = false;
99      this.stateLogViewHost.Size = new System.Drawing.Size(557, 407);
100      this.stateLogViewHost.TabIndex = 0;
101      this.stateLogViewHost.ViewsLabelVisible = true;
102      this.stateLogViewHost.ViewType = null;
103      //
104      // detailsTabPage
105      //
106      this.detailsTabPage.Controls.Add(this.splitContainer1);
107      this.detailsTabPage.Controls.Add(this.modifyItemButton);
108      this.detailsTabPage.Location = new System.Drawing.Point(4, 22);
109      this.detailsTabPage.Name = "detailsTabPage";
110      this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3);
111      this.detailsTabPage.Size = new System.Drawing.Size(563, 375);
112      this.detailsTabPage.TabIndex = 0;
113      this.detailsTabPage.Text = "Details";
114      this.detailsTabPage.UseVisualStyleBackColor = true;
115      //
116      // splitContainer1
117      //
118      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
119                  | System.Windows.Forms.AnchorStyles.Right)));
120      this.splitContainer1.Location = new System.Drawing.Point(6, 6);
121      this.splitContainer1.Name = "splitContainer1";
122      //
123      // splitContainer1.Panel1
124      //
125      this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
126      //
127      // splitContainer1.Panel2
128      //
129      this.splitContainer1.Panel2.Controls.Add(this.jobStatusGroupBox);
130      this.splitContainer1.Size = new System.Drawing.Size(551, 200);
131      this.splitContainer1.SplitterDistance = 275;
132      this.splitContainer1.TabIndex = 44;
133      //
134      // splitContainer2
135      //
136      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
137      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
138      this.splitContainer2.Name = "splitContainer2";
139      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
140      //
141      // splitContainer2.Panel1
142      //
143      this.splitContainer2.Panel1.Controls.Add(this.groupBoxGenerel);
144      //
145      // splitContainer2.Panel2
146      //
147      this.splitContainer2.Panel2.Controls.Add(this.configurationGroupBox);
148      this.splitContainer2.Size = new System.Drawing.Size(275, 200);
149      this.splitContainer2.SplitterDistance = 100;
150      this.splitContainer2.TabIndex = 0;
151      //
152      // groupBoxGenerel
153      //
154      this.groupBoxGenerel.Controls.Add(this.priorityComboBox);
155      this.groupBoxGenerel.Controls.Add(this.jobIdLabel);
156      this.groupBoxGenerel.Controls.Add(this.jobIdTextBox);
157      this.groupBoxGenerel.Controls.Add(this.lastUpdatedLabel);
158      this.groupBoxGenerel.Controls.Add(this.lastUpdatedTextBox);
159      this.groupBoxGenerel.Controls.Add(this.priorityLabel);
160      this.groupBoxGenerel.Dock = System.Windows.Forms.DockStyle.Fill;
161      this.groupBoxGenerel.Location = new System.Drawing.Point(0, 0);
162      this.groupBoxGenerel.Name = "groupBoxGenerel";
163      this.groupBoxGenerel.Size = new System.Drawing.Size(275, 100);
164      this.groupBoxGenerel.TabIndex = 43;
165      this.groupBoxGenerel.TabStop = false;
166      this.groupBoxGenerel.Text = "Generel";
167      //
168      // jobIdLabel
169      //
170      this.jobIdLabel.AutoSize = true;
171      this.jobIdLabel.Location = new System.Drawing.Point(6, 16);
172      this.jobIdLabel.Name = "jobIdLabel";
173      this.jobIdLabel.Size = new System.Drawing.Size(19, 13);
174      this.jobIdLabel.TabIndex = 25;
175      this.jobIdLabel.Text = "Id:";
176      //
177      // jobIdTextBox
178      //
179      this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
180                  | System.Windows.Forms.AnchorStyles.Right)));
181      this.jobIdTextBox.Location = new System.Drawing.Point(87, 13);
182      this.jobIdTextBox.Name = "jobIdTextBox";
183      this.jobIdTextBox.Size = new System.Drawing.Size(182, 20);
184      this.jobIdTextBox.TabIndex = 26;
185      //
186      // lastUpdatedLabel
187      //
188      this.lastUpdatedLabel.AutoSize = true;
189      this.lastUpdatedLabel.Location = new System.Drawing.Point(6, 60);
190      this.lastUpdatedLabel.Name = "lastUpdatedLabel";
191      this.lastUpdatedLabel.Size = new System.Drawing.Size(75, 13);
192      this.lastUpdatedLabel.TabIndex = 1;
193      this.lastUpdatedLabel.Text = "Last changed:";
194      //
195      // lastUpdatedTextBox
196      //
197      this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
198                  | System.Windows.Forms.AnchorStyles.Right)));
199      this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 57);
200      this.lastUpdatedTextBox.Name = "lastUpdatedTextBox";
201      this.lastUpdatedTextBox.Size = new System.Drawing.Size(182, 20);
202      this.lastUpdatedTextBox.TabIndex = 2;
203      //
204      // priorityLabel
205      //
206      this.priorityLabel.AutoSize = true;
207      this.priorityLabel.Location = new System.Drawing.Point(6, 38);
208      this.priorityLabel.Name = "priorityLabel";
209      this.priorityLabel.Size = new System.Drawing.Size(41, 13);
210      this.priorityLabel.TabIndex = 42;
211      this.priorityLabel.Text = "Priority:";
212      //
213      // configurationGroupBox
214      //
215      this.configurationGroupBox.Controls.Add(this.memoryNeededComboBox);
216      this.configurationGroupBox.Controls.Add(this.coresNeededComboBox);
217      this.configurationGroupBox.Controls.Add(this.memoryNeededLabel);
218      this.configurationGroupBox.Controls.Add(this.coresNeededLabel);
219      this.configurationGroupBox.Controls.Add(this.computeInParallelLabel);
220      this.configurationGroupBox.Controls.Add(this.computeInParallelCheckBox);
221      this.configurationGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
222      this.configurationGroupBox.Location = new System.Drawing.Point(0, 0);
223      this.configurationGroupBox.Name = "configurationGroupBox";
224      this.configurationGroupBox.Size = new System.Drawing.Size(275, 96);
225      this.configurationGroupBox.TabIndex = 27;
226      this.configurationGroupBox.TabStop = false;
227      this.configurationGroupBox.Text = "Resource demands";
228      //
229      // memoryNeededLabel
230      //
231      this.memoryNeededLabel.AutoSize = true;
232      this.memoryNeededLabel.Location = new System.Drawing.Point(6, 38);
233      this.memoryNeededLabel.Name = "memoryNeededLabel";
234      this.memoryNeededLabel.Size = new System.Drawing.Size(122, 13);
235      this.memoryNeededLabel.TabIndex = 40;
236      this.memoryNeededLabel.Text = "Memory needed (in MB):";
237      //
238      // coresNeededLabel
239      //
240      this.coresNeededLabel.AutoSize = true;
241      this.coresNeededLabel.Location = new System.Drawing.Point(6, 16);
242      this.coresNeededLabel.Name = "coresNeededLabel";
243      this.coresNeededLabel.Size = new System.Drawing.Size(101, 13);
244      this.coresNeededLabel.TabIndex = 39;
245      this.coresNeededLabel.Text = "Nr. of cores needed";
246      //
247      // computeInParallelLabel
248      //
249      this.computeInParallelLabel.AutoSize = true;
250      this.computeInParallelLabel.Location = new System.Drawing.Point(6, 60);
251      this.computeInParallelLabel.Name = "computeInParallelLabel";
252      this.computeInParallelLabel.Size = new System.Drawing.Size(122, 13);
253      this.computeInParallelLabel.TabIndex = 36;
254      this.computeInParallelLabel.Text = "Compute task in parallel:";
255      //
256      // computeInParallelCheckBox
257      //
258      this.computeInParallelCheckBox.AutoSize = true;
259      this.computeInParallelCheckBox.Location = new System.Drawing.Point(135, 61);
260      this.computeInParallelCheckBox.Name = "computeInParallelCheckBox";
261      this.computeInParallelCheckBox.Size = new System.Drawing.Size(15, 14);
262      this.computeInParallelCheckBox.TabIndex = 35;
263      this.computeInParallelCheckBox.UseVisualStyleBackColor = true;
264      this.computeInParallelCheckBox.CheckedChanged += new System.EventHandler(this.computeInParallelCheckBox_CheckedChanged);
265      //
266      // jobStatusGroupBox
267      //
268      this.jobStatusGroupBox.Controls.Add(this.commandTextBox);
269      this.jobStatusGroupBox.Controls.Add(this.commandLabel);
270      this.jobStatusGroupBox.Controls.Add(this.stateTextBox);
271      this.jobStatusGroupBox.Controls.Add(this.dateCalculatedLabel);
272      this.jobStatusGroupBox.Controls.Add(this.stateLabel);
273      this.jobStatusGroupBox.Controls.Add(this.dateCalculatedText);
274      this.jobStatusGroupBox.Controls.Add(this.dateFinishedTextBox);
275      this.jobStatusGroupBox.Controls.Add(this.executionTimeTextBox);
276      this.jobStatusGroupBox.Controls.Add(this.dateCreatedTextBox);
277      this.jobStatusGroupBox.Controls.Add(this.executionTimeLabel);
278      this.jobStatusGroupBox.Controls.Add(this.exceptionLabel);
279      this.jobStatusGroupBox.Controls.Add(this.dateCreatedLabel);
280      this.jobStatusGroupBox.Controls.Add(this.dateFinishedLabel);
281      this.jobStatusGroupBox.Controls.Add(this.exceptionTextBox);
282      this.jobStatusGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
283      this.jobStatusGroupBox.Location = new System.Drawing.Point(0, 0);
284      this.jobStatusGroupBox.Name = "jobStatusGroupBox";
285      this.jobStatusGroupBox.Size = new System.Drawing.Size(272, 200);
286      this.jobStatusGroupBox.TabIndex = 24;
287      this.jobStatusGroupBox.TabStop = false;
288      this.jobStatusGroupBox.Text = "Task status";
289      //
290      // commandTextBox
291      //
292      this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
293                  | System.Windows.Forms.AnchorStyles.Right)));
294      this.commandTextBox.Location = new System.Drawing.Point(95, 41);
295      this.commandTextBox.Name = "commandTextBox";
296      this.commandTextBox.Size = new System.Drawing.Size(171, 20);
297      this.commandTextBox.TabIndex = 24;
298      //
299      // commandLabel
300      //
301      this.commandLabel.AutoSize = true;
302      this.commandLabel.Location = new System.Drawing.Point(7, 41);
303      this.commandLabel.Name = "commandLabel";
304      this.commandLabel.Size = new System.Drawing.Size(57, 13);
305      this.commandLabel.TabIndex = 25;
306      this.commandLabel.Text = "Command:";
307      //
308      // stateTextBox
309      //
310      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
311                  | System.Windows.Forms.AnchorStyles.Right)));
312      this.stateTextBox.Location = new System.Drawing.Point(95, 19);
313      this.stateTextBox.Name = "stateTextBox";
314      this.stateTextBox.Size = new System.Drawing.Size(171, 20);
315      this.stateTextBox.TabIndex = 2;
316      //
317      // dateCalculatedLabel
318      //
319      this.dateCalculatedLabel.AutoSize = true;
320      this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 108);
321      this.dateCalculatedLabel.Name = "dateCalculatedLabel";
322      this.dateCalculatedLabel.Size = new System.Drawing.Size(85, 13);
323      this.dateCalculatedLabel.TabIndex = 23;
324      this.dateCalculatedLabel.Text = "Date calculated:";
325      //
326      // stateLabel
327      //
328      this.stateLabel.AutoSize = true;
329      this.stateLabel.Location = new System.Drawing.Point(7, 19);
330      this.stateLabel.Name = "stateLabel";
331      this.stateLabel.Size = new System.Drawing.Size(35, 13);
332      this.stateLabel.TabIndex = 0;
333      this.stateLabel.Text = "State:";
334      //
335      // dateCalculatedText
336      //
337      this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
338                  | System.Windows.Forms.AnchorStyles.Right)));
339      this.dateCalculatedText.Location = new System.Drawing.Point(95, 108);
340      this.dateCalculatedText.Name = "dateCalculatedText";
341      this.dateCalculatedText.Size = new System.Drawing.Size(171, 20);
342      this.dateCalculatedText.TabIndex = 22;
343      //
344      // dateFinishedTextBox
345      //
346      this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
347                  | System.Windows.Forms.AnchorStyles.Right)));
348      this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 130);
349      this.dateFinishedTextBox.Name = "dateFinishedTextBox";
350      this.dateFinishedTextBox.Size = new System.Drawing.Size(171, 20);
351      this.dateFinishedTextBox.TabIndex = 6;
352      //
353      // executionTimeTextBox
354      //
355      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
356                  | System.Windows.Forms.AnchorStyles.Right)));
357      this.executionTimeTextBox.Location = new System.Drawing.Point(95, 64);
358      this.executionTimeTextBox.Name = "executionTimeTextBox";
359      this.executionTimeTextBox.Size = new System.Drawing.Size(171, 20);
360      this.executionTimeTextBox.TabIndex = 4;
361      //
362      // dateCreatedTextBox
363      //
364      this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
365                  | System.Windows.Forms.AnchorStyles.Right)));
366      this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 86);
367      this.dateCreatedTextBox.Name = "dateCreatedTextBox";
368      this.dateCreatedTextBox.Size = new System.Drawing.Size(171, 20);
369      this.dateCreatedTextBox.TabIndex = 5;
370      //
371      // executionTimeLabel
372      //
373      this.executionTimeLabel.AutoSize = true;
374      this.executionTimeLabel.Location = new System.Drawing.Point(7, 64);
375      this.executionTimeLabel.Name = "executionTimeLabel";
376      this.executionTimeLabel.Size = new System.Drawing.Size(79, 13);
377      this.executionTimeLabel.TabIndex = 13;
378      this.executionTimeLabel.Text = "Execution time:";
379      //
380      // exceptionLabel
381      //
382      this.exceptionLabel.AutoSize = true;
383      this.exceptionLabel.Location = new System.Drawing.Point(7, 152);
384      this.exceptionLabel.Name = "exceptionLabel";
385      this.exceptionLabel.Size = new System.Drawing.Size(57, 13);
386      this.exceptionLabel.TabIndex = 19;
387      this.exceptionLabel.Text = "Exception:";
388      //
389      // dateCreatedLabel
390      //
391      this.dateCreatedLabel.AutoSize = true;
392      this.dateCreatedLabel.Location = new System.Drawing.Point(7, 86);
393      this.dateCreatedLabel.Name = "dateCreatedLabel";
394      this.dateCreatedLabel.Size = new System.Drawing.Size(72, 13);
395      this.dateCreatedLabel.TabIndex = 14;
396      this.dateCreatedLabel.Text = "Date created:";
397      //
398      // dateFinishedLabel
399      //
400      this.dateFinishedLabel.AutoSize = true;
401      this.dateFinishedLabel.Location = new System.Drawing.Point(7, 130);
402      this.dateFinishedLabel.Name = "dateFinishedLabel";
403      this.dateFinishedLabel.Size = new System.Drawing.Size(72, 13);
404      this.dateFinishedLabel.TabIndex = 15;
405      this.dateFinishedLabel.Text = "Date finished:";
406      //
407      // exceptionTextBox
408      //
409      this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
410                  | System.Windows.Forms.AnchorStyles.Right)));
411      this.exceptionTextBox.Location = new System.Drawing.Point(95, 152);
412      this.exceptionTextBox.Name = "exceptionTextBox";
413      this.exceptionTextBox.Size = new System.Drawing.Size(171, 20);
414      this.exceptionTextBox.TabIndex = 10;
415      this.exceptionTextBox.DoubleClick += new System.EventHandler(this.exceptionTextBox_DoubleClick);
416      //
417      // modifyItemButton
418      //
419      this.modifyItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
420                  | System.Windows.Forms.AnchorStyles.Right)));
421      this.modifyItemButton.Location = new System.Drawing.Point(3, 224);
422      this.modifyItemButton.Name = "modifyItemButton";
423      this.modifyItemButton.Size = new System.Drawing.Size(551, 23);
424      this.modifyItemButton.TabIndex = 3;
425      this.modifyItemButton.Text = "Modify Item";
426      this.modifyItemButton.UseVisualStyleBackColor = true;
427      this.modifyItemButton.Click += new System.EventHandler(this.modifyItemButton_Click);
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      // priorityComboBox
443      //
444      this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
445                  | System.Windows.Forms.AnchorStyles.Right)));
446      this.priorityComboBox.FormattingEnabled = true;
447      this.priorityComboBox.Items.AddRange(new object[] {
448            "1",
449            "2",
450            "3",
451            "4",
452            "5"});
453      this.priorityComboBox.Location = new System.Drawing.Point(87, 35);
454      this.priorityComboBox.Name = "priorityComboBox";
455      this.priorityComboBox.Size = new System.Drawing.Size(182, 21);
456      this.priorityComboBox.TabIndex = 43;
457      //
458      // coresNeededComboBox
459      //
460      this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
461                  | System.Windows.Forms.AnchorStyles.Right)));
462      this.coresNeededComboBox.FormattingEnabled = true;
463      this.coresNeededComboBox.Items.AddRange(new object[] {
464            "1",
465            "2",
466            "3",
467            "4",
468            "5",
469            "6",
470            "7",
471            "8"});
472      this.coresNeededComboBox.Location = new System.Drawing.Point(134, 13);
473      this.coresNeededComboBox.Name = "coresNeededComboBox";
474      this.coresNeededComboBox.Size = new System.Drawing.Size(134, 21);
475      this.coresNeededComboBox.TabIndex = 41;
476      //
477      // memoryNeededComboBox
478      //
479      this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
480                  | System.Windows.Forms.AnchorStyles.Right)));
481      this.memoryNeededComboBox.FormattingEnabled = true;
482      this.memoryNeededComboBox.Items.AddRange(new object[] {
483            "128",
484            "256",
485            "512",
486            "1024",
487            "2048"});
488      this.memoryNeededComboBox.Location = new System.Drawing.Point(134, 35);
489      this.memoryNeededComboBox.Name = "memoryNeededComboBox";
490      this.memoryNeededComboBox.Size = new System.Drawing.Size(135, 21);
491      this.memoryNeededComboBox.TabIndex = 42;
492      //
493      // HiveTaskView
494      //
495      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
496      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
497      this.Controls.Add(this.tabControl);
498      this.Name = "HiveTaskView";
499      this.Size = new System.Drawing.Size(577, 407);
500      this.stateLogTabPage.ResumeLayout(false);
501      this.detailsTabPage.ResumeLayout(false);
502      this.splitContainer1.Panel1.ResumeLayout(false);
503      this.splitContainer1.Panel2.ResumeLayout(false);
504      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
505      this.splitContainer1.ResumeLayout(false);
506      this.splitContainer2.Panel1.ResumeLayout(false);
507      this.splitContainer2.Panel2.ResumeLayout(false);
508      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
509      this.splitContainer2.ResumeLayout(false);
510      this.groupBoxGenerel.ResumeLayout(false);
511      this.groupBoxGenerel.PerformLayout();
512      this.configurationGroupBox.ResumeLayout(false);
513      this.configurationGroupBox.PerformLayout();
514      this.jobStatusGroupBox.ResumeLayout(false);
515      this.jobStatusGroupBox.PerformLayout();
516      this.tabControl.ResumeLayout(false);
517      this.ResumeLayout(false);
518
519    }
520
521    #endregion
522
523    protected System.Windows.Forms.TabPage stateLogTabPage;
524    protected MainForm.WindowsForms.ViewHost stateLogViewHost;
525    protected System.Windows.Forms.TabPage detailsTabPage;
526    protected System.Windows.Forms.Label priorityLabel;
527    protected System.Windows.Forms.Label jobIdLabel;
528    protected System.Windows.Forms.TextBox jobIdTextBox;
529    protected System.Windows.Forms.GroupBox jobStatusGroupBox;
530    protected System.Windows.Forms.TextBox stateTextBox;
531    protected System.Windows.Forms.Label stateLabel;
532    protected System.Windows.Forms.TextBox dateFinishedTextBox;
533    protected System.Windows.Forms.TextBox executionTimeTextBox;
534    protected System.Windows.Forms.Label executionTimeLabel;
535    protected System.Windows.Forms.Label exceptionLabel;
536    protected System.Windows.Forms.Label dateFinishedLabel;
537    protected System.Windows.Forms.TextBox exceptionTextBox;
538    protected System.Windows.Forms.TabControl tabControl;
539    protected System.Windows.Forms.Label dateCalculatedLabel;
540    protected System.Windows.Forms.TextBox dateCalculatedText;
541    protected System.Windows.Forms.TextBox dateCreatedTextBox;
542    protected System.Windows.Forms.Label dateCreatedLabel;
543    protected System.Windows.Forms.TextBox commandTextBox;
544    protected System.Windows.Forms.Label commandLabel;
545    protected System.Windows.Forms.Button modifyItemButton;
546    protected System.Windows.Forms.TextBox lastUpdatedTextBox;
547    protected System.Windows.Forms.Label lastUpdatedLabel;
548    private System.Windows.Forms.GroupBox groupBoxGenerel;
549    protected System.Windows.Forms.GroupBox configurationGroupBox;
550    protected System.Windows.Forms.Label memoryNeededLabel;
551    protected System.Windows.Forms.Label coresNeededLabel;
552    protected System.Windows.Forms.Label computeInParallelLabel;
553    protected System.Windows.Forms.CheckBox computeInParallelCheckBox;
554    private System.Windows.Forms.SplitContainer splitContainer1;
555    private System.Windows.Forms.SplitContainer splitContainer2;
556    protected System.Windows.Forms.ComboBox priorityComboBox;
557    private System.Windows.Forms.ComboBox coresNeededComboBox;
558    protected System.Windows.Forms.ComboBox memoryNeededComboBox;
559
560  }
561}
Note: See TracBrowser for help on using the repository browser.