Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9456 was 9456, checked in by swagner, 11 years ago

Updated copyright year and added some missing license headers (#1889)

File size: 28.8 KB
RevLine 
[8924]1#region License Information
2/* HeuristicLab
[9456]3 * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
[8924]4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Clients.Hive.Views {
[6976]23  partial class HiveTaskView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing && (components != null)) {
35        components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.stateLogTabPage = new System.Windows.Forms.TabPage();
48      this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
49      this.detailsTabPage = new System.Windows.Forms.TabPage();
50      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
51      this.splitContainer2 = new System.Windows.Forms.SplitContainer();
52      this.groupBoxGenerel = new System.Windows.Forms.GroupBox();
[7104]53      this.priorityComboBox = new System.Windows.Forms.ComboBox();
[6976]54      this.jobIdLabel = new System.Windows.Forms.Label();
55      this.jobIdTextBox = new System.Windows.Forms.TextBox();
56      this.lastUpdatedLabel = new System.Windows.Forms.Label();
57      this.lastUpdatedTextBox = new System.Windows.Forms.TextBox();
58      this.priorityLabel = new System.Windows.Forms.Label();
59      this.configurationGroupBox = new System.Windows.Forms.GroupBox();
[7104]60      this.memoryNeededComboBox = new System.Windows.Forms.ComboBox();
61      this.coresNeededComboBox = new System.Windows.Forms.ComboBox();
[6976]62      this.memoryNeededLabel = new System.Windows.Forms.Label();
63      this.coresNeededLabel = new System.Windows.Forms.Label();
64      this.computeInParallelLabel = new System.Windows.Forms.Label();
65      this.computeInParallelCheckBox = new System.Windows.Forms.CheckBox();
66      this.jobStatusGroupBox = new System.Windows.Forms.GroupBox();
67      this.commandTextBox = new System.Windows.Forms.TextBox();
68      this.commandLabel = new System.Windows.Forms.Label();
69      this.stateTextBox = new System.Windows.Forms.TextBox();
70      this.dateCalculatedLabel = new System.Windows.Forms.Label();
71      this.stateLabel = new System.Windows.Forms.Label();
72      this.dateCalculatedText = new System.Windows.Forms.TextBox();
73      this.dateFinishedTextBox = new System.Windows.Forms.TextBox();
74      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
75      this.dateCreatedTextBox = new System.Windows.Forms.TextBox();
76      this.executionTimeLabel = new System.Windows.Forms.Label();
77      this.exceptionLabel = new System.Windows.Forms.Label();
78      this.dateCreatedLabel = new System.Windows.Forms.Label();
79      this.dateFinishedLabel = new System.Windows.Forms.Label();
80      this.exceptionTextBox = new System.Windows.Forms.TextBox();
81      this.modifyItemButton = new System.Windows.Forms.Button();
82      this.tabControl = new System.Windows.Forms.TabControl();
83      this.stateLogTabPage.SuspendLayout();
84      this.detailsTabPage.SuspendLayout();
85      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
86      this.splitContainer1.Panel1.SuspendLayout();
87      this.splitContainer1.Panel2.SuspendLayout();
88      this.splitContainer1.SuspendLayout();
89      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
90      this.splitContainer2.Panel1.SuspendLayout();
91      this.splitContainer2.Panel2.SuspendLayout();
92      this.splitContainer2.SuspendLayout();
93      this.groupBoxGenerel.SuspendLayout();
94      this.configurationGroupBox.SuspendLayout();
95      this.jobStatusGroupBox.SuspendLayout();
96      this.tabControl.SuspendLayout();
97      this.SuspendLayout();
98      //
99      // stateLogTabPage
100      //
101      this.stateLogTabPage.Controls.Add(this.stateLogViewHost);
102      this.stateLogTabPage.Location = new System.Drawing.Point(4, 22);
103      this.stateLogTabPage.Name = "stateLogTabPage";
104      this.stateLogTabPage.Size = new System.Drawing.Size(563, 375);
105      this.stateLogTabPage.TabIndex = 5;
[7191]106      this.stateLogTabPage.Text = "Execution History";
[6976]107      this.stateLogTabPage.UseVisualStyleBackColor = true;
108      //
109      // stateLogViewHost
110      //
111      this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
112                  | System.Windows.Forms.AnchorStyles.Left)
113                  | System.Windows.Forms.AnchorStyles.Right)));
114      this.stateLogViewHost.Caption = "View";
115      this.stateLogViewHost.Content = null;
116      this.stateLogViewHost.Enabled = false;
117      this.stateLogViewHost.Location = new System.Drawing.Point(3, 3);
118      this.stateLogViewHost.Name = "stateLogViewHost";
119      this.stateLogViewHost.ReadOnly = false;
120      this.stateLogViewHost.Size = new System.Drawing.Size(557, 407);
121      this.stateLogViewHost.TabIndex = 0;
122      this.stateLogViewHost.ViewsLabelVisible = true;
123      this.stateLogViewHost.ViewType = null;
124      //
125      // detailsTabPage
126      //
127      this.detailsTabPage.Controls.Add(this.splitContainer1);
128      this.detailsTabPage.Controls.Add(this.modifyItemButton);
129      this.detailsTabPage.Location = new System.Drawing.Point(4, 22);
130      this.detailsTabPage.Name = "detailsTabPage";
131      this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3);
132      this.detailsTabPage.Size = new System.Drawing.Size(563, 375);
133      this.detailsTabPage.TabIndex = 0;
134      this.detailsTabPage.Text = "Details";
135      this.detailsTabPage.UseVisualStyleBackColor = true;
136      //
137      // splitContainer1
138      //
139      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
140                  | System.Windows.Forms.AnchorStyles.Right)));
141      this.splitContainer1.Location = new System.Drawing.Point(6, 6);
142      this.splitContainer1.Name = "splitContainer1";
143      //
144      // splitContainer1.Panel1
145      //
146      this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
147      //
148      // splitContainer1.Panel2
149      //
150      this.splitContainer1.Panel2.Controls.Add(this.jobStatusGroupBox);
151      this.splitContainer1.Size = new System.Drawing.Size(551, 200);
152      this.splitContainer1.SplitterDistance = 275;
153      this.splitContainer1.TabIndex = 44;
154      //
155      // splitContainer2
156      //
157      this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
158      this.splitContainer2.Location = new System.Drawing.Point(0, 0);
159      this.splitContainer2.Name = "splitContainer2";
160      this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
161      //
162      // splitContainer2.Panel1
163      //
164      this.splitContainer2.Panel1.Controls.Add(this.groupBoxGenerel);
165      //
166      // splitContainer2.Panel2
167      //
168      this.splitContainer2.Panel2.Controls.Add(this.configurationGroupBox);
169      this.splitContainer2.Size = new System.Drawing.Size(275, 200);
170      this.splitContainer2.SplitterDistance = 100;
171      this.splitContainer2.TabIndex = 0;
172      //
173      // groupBoxGenerel
174      //
175      this.groupBoxGenerel.Controls.Add(this.priorityComboBox);
176      this.groupBoxGenerel.Controls.Add(this.jobIdLabel);
177      this.groupBoxGenerel.Controls.Add(this.jobIdTextBox);
178      this.groupBoxGenerel.Controls.Add(this.lastUpdatedLabel);
179      this.groupBoxGenerel.Controls.Add(this.lastUpdatedTextBox);
180      this.groupBoxGenerel.Controls.Add(this.priorityLabel);
181      this.groupBoxGenerel.Dock = System.Windows.Forms.DockStyle.Fill;
182      this.groupBoxGenerel.Location = new System.Drawing.Point(0, 0);
183      this.groupBoxGenerel.Name = "groupBoxGenerel";
184      this.groupBoxGenerel.Size = new System.Drawing.Size(275, 100);
185      this.groupBoxGenerel.TabIndex = 43;
186      this.groupBoxGenerel.TabStop = false;
[7190]187      this.groupBoxGenerel.Text = "General";
[6976]188      //
[7104]189      // priorityComboBox
190      //
191      this.priorityComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
192                  | System.Windows.Forms.AnchorStyles.Right)));
[7177]193      this.priorityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[7104]194      this.priorityComboBox.FormattingEnabled = true;
195      this.priorityComboBox.Items.AddRange(new object[] {
[7177]196            "Normal",
197            "Urgent",
198            "Critical"});
[7104]199      this.priorityComboBox.Location = new System.Drawing.Point(87, 39);
200      this.priorityComboBox.Name = "priorityComboBox";
201      this.priorityComboBox.Size = new System.Drawing.Size(182, 21);
202      this.priorityComboBox.TabIndex = 43;
[7177]203      this.priorityComboBox.SelectedIndexChanged += new System.EventHandler(this.priorityComboBox_SelectedIndexChanged);
[7104]204      //
[6976]205      // jobIdLabel
206      //
207      this.jobIdLabel.AutoSize = true;
208      this.jobIdLabel.Location = new System.Drawing.Point(6, 16);
209      this.jobIdLabel.Name = "jobIdLabel";
210      this.jobIdLabel.Size = new System.Drawing.Size(19, 13);
211      this.jobIdLabel.TabIndex = 25;
212      this.jobIdLabel.Text = "Id:";
213      //
214      // jobIdTextBox
215      //
216      this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
217                  | System.Windows.Forms.AnchorStyles.Right)));
218      this.jobIdTextBox.Location = new System.Drawing.Point(87, 13);
219      this.jobIdTextBox.Name = "jobIdTextBox";
220      this.jobIdTextBox.Size = new System.Drawing.Size(182, 20);
221      this.jobIdTextBox.TabIndex = 26;
222      //
223      // lastUpdatedLabel
224      //
225      this.lastUpdatedLabel.AutoSize = true;
[7104]226      this.lastUpdatedLabel.Location = new System.Drawing.Point(6, 68);
[6976]227      this.lastUpdatedLabel.Name = "lastUpdatedLabel";
228      this.lastUpdatedLabel.Size = new System.Drawing.Size(75, 13);
229      this.lastUpdatedLabel.TabIndex = 1;
230      this.lastUpdatedLabel.Text = "Last changed:";
231      //
232      // lastUpdatedTextBox
233      //
234      this.lastUpdatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
235                  | System.Windows.Forms.AnchorStyles.Right)));
[7104]236      this.lastUpdatedTextBox.Location = new System.Drawing.Point(87, 66);
[6976]237      this.lastUpdatedTextBox.Name = "lastUpdatedTextBox";
238      this.lastUpdatedTextBox.Size = new System.Drawing.Size(182, 20);
239      this.lastUpdatedTextBox.TabIndex = 2;
240      //
241      // priorityLabel
242      //
243      this.priorityLabel.AutoSize = true;
[7104]244      this.priorityLabel.Location = new System.Drawing.Point(6, 42);
[6976]245      this.priorityLabel.Name = "priorityLabel";
246      this.priorityLabel.Size = new System.Drawing.Size(41, 13);
247      this.priorityLabel.TabIndex = 42;
248      this.priorityLabel.Text = "Priority:";
249      //
250      // configurationGroupBox
251      //
252      this.configurationGroupBox.Controls.Add(this.memoryNeededComboBox);
253      this.configurationGroupBox.Controls.Add(this.coresNeededComboBox);
254      this.configurationGroupBox.Controls.Add(this.memoryNeededLabel);
255      this.configurationGroupBox.Controls.Add(this.coresNeededLabel);
256      this.configurationGroupBox.Controls.Add(this.computeInParallelLabel);
257      this.configurationGroupBox.Controls.Add(this.computeInParallelCheckBox);
258      this.configurationGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
259      this.configurationGroupBox.Location = new System.Drawing.Point(0, 0);
260      this.configurationGroupBox.Name = "configurationGroupBox";
261      this.configurationGroupBox.Size = new System.Drawing.Size(275, 96);
262      this.configurationGroupBox.TabIndex = 27;
263      this.configurationGroupBox.TabStop = false;
264      this.configurationGroupBox.Text = "Resource demands";
265      //
[7104]266      // memoryNeededComboBox
267      //
268      this.memoryNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
269                  | System.Windows.Forms.AnchorStyles.Right)));
[7192]270      this.memoryNeededComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[7104]271      this.memoryNeededComboBox.FormattingEnabled = true;
272      this.memoryNeededComboBox.Items.AddRange(new object[] {
273            "128",
274            "256",
275            "512",
276            "1024",
277            "2048"});
278      this.memoryNeededComboBox.Location = new System.Drawing.Point(134, 40);
279      this.memoryNeededComboBox.Name = "memoryNeededComboBox";
280      this.memoryNeededComboBox.Size = new System.Drawing.Size(134, 21);
281      this.memoryNeededComboBox.TabIndex = 42;
282      //
283      // coresNeededComboBox
284      //
285      this.coresNeededComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
286                  | System.Windows.Forms.AnchorStyles.Right)));
[7192]287      this.coresNeededComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
[7104]288      this.coresNeededComboBox.FormattingEnabled = true;
289      this.coresNeededComboBox.Items.AddRange(new object[] {
290            "1",
291            "2",
292            "3",
[7192]293            "4"});
[7104]294      this.coresNeededComboBox.Location = new System.Drawing.Point(134, 13);
295      this.coresNeededComboBox.Name = "coresNeededComboBox";
296      this.coresNeededComboBox.Size = new System.Drawing.Size(134, 21);
297      this.coresNeededComboBox.TabIndex = 41;
298      //
[6976]299      // memoryNeededLabel
300      //
301      this.memoryNeededLabel.AutoSize = true;
[7104]302      this.memoryNeededLabel.Location = new System.Drawing.Point(6, 43);
[6976]303      this.memoryNeededLabel.Name = "memoryNeededLabel";
304      this.memoryNeededLabel.Size = new System.Drawing.Size(122, 13);
305      this.memoryNeededLabel.TabIndex = 40;
306      this.memoryNeededLabel.Text = "Memory needed (in MB):";
307      //
308      // coresNeededLabel
309      //
310      this.coresNeededLabel.AutoSize = true;
311      this.coresNeededLabel.Location = new System.Drawing.Point(6, 16);
312      this.coresNeededLabel.Name = "coresNeededLabel";
[7192]313      this.coresNeededLabel.Size = new System.Drawing.Size(104, 13);
[6976]314      this.coresNeededLabel.TabIndex = 39;
[7192]315      this.coresNeededLabel.Text = "Nr. of needed cores:";
[6976]316      //
317      // computeInParallelLabel
318      //
319      this.computeInParallelLabel.AutoSize = true;
[7104]320      this.computeInParallelLabel.Location = new System.Drawing.Point(6, 67);
[6976]321      this.computeInParallelLabel.Name = "computeInParallelLabel";
[7191]322      this.computeInParallelLabel.Size = new System.Drawing.Size(107, 13);
[6976]323      this.computeInParallelLabel.TabIndex = 36;
[7191]324      this.computeInParallelLabel.Text = "Distribute child tasks:";
[6976]325      //
326      // computeInParallelCheckBox
327      //
328      this.computeInParallelCheckBox.AutoSize = true;
[7104]329      this.computeInParallelCheckBox.Location = new System.Drawing.Point(135, 67);
[6976]330      this.computeInParallelCheckBox.Name = "computeInParallelCheckBox";
331      this.computeInParallelCheckBox.Size = new System.Drawing.Size(15, 14);
332      this.computeInParallelCheckBox.TabIndex = 35;
333      this.computeInParallelCheckBox.UseVisualStyleBackColor = true;
334      this.computeInParallelCheckBox.CheckedChanged += new System.EventHandler(this.computeInParallelCheckBox_CheckedChanged);
335      //
336      // jobStatusGroupBox
337      //
338      this.jobStatusGroupBox.Controls.Add(this.commandTextBox);
339      this.jobStatusGroupBox.Controls.Add(this.commandLabel);
340      this.jobStatusGroupBox.Controls.Add(this.stateTextBox);
341      this.jobStatusGroupBox.Controls.Add(this.dateCalculatedLabel);
342      this.jobStatusGroupBox.Controls.Add(this.stateLabel);
343      this.jobStatusGroupBox.Controls.Add(this.dateCalculatedText);
344      this.jobStatusGroupBox.Controls.Add(this.dateFinishedTextBox);
345      this.jobStatusGroupBox.Controls.Add(this.executionTimeTextBox);
346      this.jobStatusGroupBox.Controls.Add(this.dateCreatedTextBox);
347      this.jobStatusGroupBox.Controls.Add(this.executionTimeLabel);
348      this.jobStatusGroupBox.Controls.Add(this.exceptionLabel);
349      this.jobStatusGroupBox.Controls.Add(this.dateCreatedLabel);
350      this.jobStatusGroupBox.Controls.Add(this.dateFinishedLabel);
351      this.jobStatusGroupBox.Controls.Add(this.exceptionTextBox);
352      this.jobStatusGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
353      this.jobStatusGroupBox.Location = new System.Drawing.Point(0, 0);
354      this.jobStatusGroupBox.Name = "jobStatusGroupBox";
355      this.jobStatusGroupBox.Size = new System.Drawing.Size(272, 200);
356      this.jobStatusGroupBox.TabIndex = 24;
357      this.jobStatusGroupBox.TabStop = false;
358      this.jobStatusGroupBox.Text = "Task status";
359      //
360      // commandTextBox
361      //
362      this.commandTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
363                  | System.Windows.Forms.AnchorStyles.Right)));
[7104]364      this.commandTextBox.Location = new System.Drawing.Point(95, 39);
[6976]365      this.commandTextBox.Name = "commandTextBox";
366      this.commandTextBox.Size = new System.Drawing.Size(171, 20);
367      this.commandTextBox.TabIndex = 24;
368      //
369      // commandLabel
370      //
371      this.commandLabel.AutoSize = true;
[7104]372      this.commandLabel.Location = new System.Drawing.Point(7, 42);
[6976]373      this.commandLabel.Name = "commandLabel";
374      this.commandLabel.Size = new System.Drawing.Size(57, 13);
375      this.commandLabel.TabIndex = 25;
376      this.commandLabel.Text = "Command:";
377      //
378      // stateTextBox
379      //
380      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
381                  | System.Windows.Forms.AnchorStyles.Right)));
[7104]382      this.stateTextBox.Location = new System.Drawing.Point(95, 13);
[6976]383      this.stateTextBox.Name = "stateTextBox";
384      this.stateTextBox.Size = new System.Drawing.Size(171, 20);
385      this.stateTextBox.TabIndex = 2;
386      //
387      // dateCalculatedLabel
388      //
389      this.dateCalculatedLabel.AutoSize = true;
[7104]390      this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 120);
[6976]391      this.dateCalculatedLabel.Name = "dateCalculatedLabel";
392      this.dateCalculatedLabel.Size = new System.Drawing.Size(85, 13);
393      this.dateCalculatedLabel.TabIndex = 23;
394      this.dateCalculatedLabel.Text = "Date calculated:";
395      //
396      // stateLabel
397      //
398      this.stateLabel.AutoSize = true;
[7104]399      this.stateLabel.Location = new System.Drawing.Point(7, 16);
[6976]400      this.stateLabel.Name = "stateLabel";
401      this.stateLabel.Size = new System.Drawing.Size(35, 13);
402      this.stateLabel.TabIndex = 0;
403      this.stateLabel.Text = "State:";
404      //
405      // dateCalculatedText
406      //
407      this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
408                  | System.Windows.Forms.AnchorStyles.Right)));
[7104]409      this.dateCalculatedText.Location = new System.Drawing.Point(95, 117);
[6976]410      this.dateCalculatedText.Name = "dateCalculatedText";
411      this.dateCalculatedText.Size = new System.Drawing.Size(171, 20);
412      this.dateCalculatedText.TabIndex = 22;
413      //
414      // dateFinishedTextBox
415      //
416      this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
417                  | System.Windows.Forms.AnchorStyles.Right)));
[7104]418      this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 143);
[6976]419      this.dateFinishedTextBox.Name = "dateFinishedTextBox";
420      this.dateFinishedTextBox.Size = new System.Drawing.Size(171, 20);
421      this.dateFinishedTextBox.TabIndex = 6;
422      //
423      // executionTimeTextBox
424      //
425      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
426                  | System.Windows.Forms.AnchorStyles.Right)));
[7104]427      this.executionTimeTextBox.Location = new System.Drawing.Point(95, 65);
[6976]428      this.executionTimeTextBox.Name = "executionTimeTextBox";
429      this.executionTimeTextBox.Size = new System.Drawing.Size(171, 20);
430      this.executionTimeTextBox.TabIndex = 4;
431      //
432      // dateCreatedTextBox
433      //
434      this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
435                  | System.Windows.Forms.AnchorStyles.Right)));
[7104]436      this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 91);
[6976]437      this.dateCreatedTextBox.Name = "dateCreatedTextBox";
438      this.dateCreatedTextBox.Size = new System.Drawing.Size(171, 20);
439      this.dateCreatedTextBox.TabIndex = 5;
440      //
441      // executionTimeLabel
442      //
443      this.executionTimeLabel.AutoSize = true;
[7104]444      this.executionTimeLabel.Location = new System.Drawing.Point(7, 68);
[6976]445      this.executionTimeLabel.Name = "executionTimeLabel";
446      this.executionTimeLabel.Size = new System.Drawing.Size(79, 13);
447      this.executionTimeLabel.TabIndex = 13;
448      this.executionTimeLabel.Text = "Execution time:";
449      //
450      // exceptionLabel
451      //
452      this.exceptionLabel.AutoSize = true;
[7104]453      this.exceptionLabel.Location = new System.Drawing.Point(7, 172);
[6976]454      this.exceptionLabel.Name = "exceptionLabel";
455      this.exceptionLabel.Size = new System.Drawing.Size(57, 13);
456      this.exceptionLabel.TabIndex = 19;
457      this.exceptionLabel.Text = "Exception:";
458      //
459      // dateCreatedLabel
460      //
461      this.dateCreatedLabel.AutoSize = true;
[7104]462      this.dateCreatedLabel.Location = new System.Drawing.Point(7, 94);
[6976]463      this.dateCreatedLabel.Name = "dateCreatedLabel";
464      this.dateCreatedLabel.Size = new System.Drawing.Size(72, 13);
465      this.dateCreatedLabel.TabIndex = 14;
466      this.dateCreatedLabel.Text = "Date created:";
467      //
468      // dateFinishedLabel
469      //
470      this.dateFinishedLabel.AutoSize = true;
[7104]471      this.dateFinishedLabel.Location = new System.Drawing.Point(7, 146);
[6976]472      this.dateFinishedLabel.Name = "dateFinishedLabel";
473      this.dateFinishedLabel.Size = new System.Drawing.Size(72, 13);
474      this.dateFinishedLabel.TabIndex = 15;
475      this.dateFinishedLabel.Text = "Date finished:";
476      //
477      // exceptionTextBox
478      //
479      this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
480                  | System.Windows.Forms.AnchorStyles.Right)));
[7104]481      this.exceptionTextBox.Location = new System.Drawing.Point(95, 169);
[6976]482      this.exceptionTextBox.Name = "exceptionTextBox";
483      this.exceptionTextBox.Size = new System.Drawing.Size(171, 20);
484      this.exceptionTextBox.TabIndex = 10;
485      this.exceptionTextBox.DoubleClick += new System.EventHandler(this.exceptionTextBox_DoubleClick);
486      //
487      // modifyItemButton
488      //
489      this.modifyItemButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
490                  | System.Windows.Forms.AnchorStyles.Right)));
491      this.modifyItemButton.Location = new System.Drawing.Point(3, 224);
492      this.modifyItemButton.Name = "modifyItemButton";
493      this.modifyItemButton.Size = new System.Drawing.Size(551, 23);
494      this.modifyItemButton.TabIndex = 3;
495      this.modifyItemButton.Text = "Modify Item";
496      this.modifyItemButton.UseVisualStyleBackColor = true;
497      this.modifyItemButton.Click += new System.EventHandler(this.modifyItemButton_Click);
498      //
499      // tabControl
500      //
501      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
502                  | System.Windows.Forms.AnchorStyles.Left)
503                  | System.Windows.Forms.AnchorStyles.Right)));
504      this.tabControl.Controls.Add(this.detailsTabPage);
505      this.tabControl.Controls.Add(this.stateLogTabPage);
506      this.tabControl.Location = new System.Drawing.Point(3, 3);
507      this.tabControl.Name = "tabControl";
508      this.tabControl.SelectedIndex = 0;
509      this.tabControl.Size = new System.Drawing.Size(571, 401);
510      this.tabControl.TabIndex = 25;
511      //
512      // HiveTaskView
513      //
514      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
[7967]515      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
[6976]516      this.Controls.Add(this.tabControl);
517      this.Name = "HiveTaskView";
518      this.Size = new System.Drawing.Size(577, 407);
519      this.stateLogTabPage.ResumeLayout(false);
520      this.detailsTabPage.ResumeLayout(false);
521      this.splitContainer1.Panel1.ResumeLayout(false);
522      this.splitContainer1.Panel2.ResumeLayout(false);
523      ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
524      this.splitContainer1.ResumeLayout(false);
525      this.splitContainer2.Panel1.ResumeLayout(false);
526      this.splitContainer2.Panel2.ResumeLayout(false);
527      ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
528      this.splitContainer2.ResumeLayout(false);
529      this.groupBoxGenerel.ResumeLayout(false);
530      this.groupBoxGenerel.PerformLayout();
531      this.configurationGroupBox.ResumeLayout(false);
532      this.configurationGroupBox.PerformLayout();
533      this.jobStatusGroupBox.ResumeLayout(false);
534      this.jobStatusGroupBox.PerformLayout();
535      this.tabControl.ResumeLayout(false);
536      this.ResumeLayout(false);
537
538    }
539
540    #endregion
541
542    protected System.Windows.Forms.TabPage stateLogTabPage;
543    protected MainForm.WindowsForms.ViewHost stateLogViewHost;
544    protected System.Windows.Forms.TabPage detailsTabPage;
545    protected System.Windows.Forms.Label priorityLabel;
546    protected System.Windows.Forms.Label jobIdLabel;
547    protected System.Windows.Forms.TextBox jobIdTextBox;
548    protected System.Windows.Forms.GroupBox jobStatusGroupBox;
549    protected System.Windows.Forms.TextBox stateTextBox;
550    protected System.Windows.Forms.Label stateLabel;
551    protected System.Windows.Forms.TextBox dateFinishedTextBox;
552    protected System.Windows.Forms.TextBox executionTimeTextBox;
553    protected System.Windows.Forms.Label executionTimeLabel;
554    protected System.Windows.Forms.Label exceptionLabel;
555    protected System.Windows.Forms.Label dateFinishedLabel;
556    protected System.Windows.Forms.TextBox exceptionTextBox;
557    protected System.Windows.Forms.TabControl tabControl;
558    protected System.Windows.Forms.Label dateCalculatedLabel;
559    protected System.Windows.Forms.TextBox dateCalculatedText;
560    protected System.Windows.Forms.TextBox dateCreatedTextBox;
561    protected System.Windows.Forms.Label dateCreatedLabel;
562    protected System.Windows.Forms.TextBox commandTextBox;
563    protected System.Windows.Forms.Label commandLabel;
564    protected System.Windows.Forms.Button modifyItemButton;
565    protected System.Windows.Forms.TextBox lastUpdatedTextBox;
566    protected System.Windows.Forms.Label lastUpdatedLabel;
567    private System.Windows.Forms.GroupBox groupBoxGenerel;
568    protected System.Windows.Forms.GroupBox configurationGroupBox;
569    protected System.Windows.Forms.Label memoryNeededLabel;
570    protected System.Windows.Forms.Label coresNeededLabel;
571    protected System.Windows.Forms.Label computeInParallelLabel;
572    protected System.Windows.Forms.CheckBox computeInParallelCheckBox;
573    private System.Windows.Forms.SplitContainer splitContainer1;
574    private System.Windows.Forms.SplitContainer splitContainer2;
575    protected System.Windows.Forms.ComboBox priorityComboBox;
576    private System.Windows.Forms.ComboBox coresNeededComboBox;
577    protected System.Windows.Forms.ComboBox memoryNeededComboBox;
578
579  }
580}
Note: See TracBrowser for help on using the repository browser.