Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/JobItemView.Designer.cs @ 4135

Last change on this file since 4135 was 4133, checked in by cneumuel, 14 years ago
  • Made HiveExperiment storable, so that a running HiveExperiment can be disconnected, stored and later resumed. (#1115)
  • Added Log to each JobItem (#1115)
File size: 23.7 KB
Line 
1namespace HeuristicLab.Hive.Experiment.Views {
2  partial class JobItemView {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Component Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.stateLabel = new System.Windows.Forms.Label();
27      this.userIdLabel = new System.Windows.Forms.Label();
28      this.stateTextBox = new System.Windows.Forms.TextBox();
29      this.userIdTextBox = new System.Windows.Forms.TextBox();
30      this.percentageTextBox = new System.Windows.Forms.TextBox();
31      this.dateCreatedTextBox = new System.Windows.Forms.TextBox();
32      this.dateFinishedTextBox = new System.Windows.Forms.TextBox();
33      this.priorityTextBox = new System.Windows.Forms.TextBox();
34      this.coresNeededTextBox = new System.Windows.Forms.TextBox();
35      this.memoryNeededTextBox = new System.Windows.Forms.TextBox();
36      this.pluginsNeededTextBox = new System.Windows.Forms.TextBox();
37      this.projectTextBox = new System.Windows.Forms.TextBox();
38      this.percentageLabel = new System.Windows.Forms.Label();
39      this.dateCreatedLabel = new System.Windows.Forms.Label();
40      this.dateFinishedLabel = new System.Windows.Forms.Label();
41      this.priorityLabel = new System.Windows.Forms.Label();
42      this.coresNeededLabel = new System.Windows.Forms.Label();
43      this.memoryNeededLabel = new System.Windows.Forms.Label();
44      this.pluginsNeededLabel = new System.Windows.Forms.Label();
45      this.projectLabel = new System.Windows.Forms.Label();
46      this.snapshotGroupBox = new System.Windows.Forms.GroupBox();
47      this.openSnapshotButton = new System.Windows.Forms.Button();
48      this.snapshotTimeText = new System.Windows.Forms.TextBox();
49      this.snapshotStatusText = new System.Windows.Forms.TextBox();
50      this.snapshotTimeLabel = new System.Windows.Forms.Label();
51      this.snapshotStatusLabel = new System.Windows.Forms.Label();
52      this.dateCalculatedText = new System.Windows.Forms.TextBox();
53      this.dateCalculatedLabel = new System.Windows.Forms.Label();
54      this.jobStatusGroupBox = new System.Windows.Forms.GroupBox();
55      this.percentageProgressBar = new System.Windows.Forms.ProgressBar();
56      this.tabControl = new System.Windows.Forms.TabControl();
57      this.detailsTabPage = new System.Windows.Forms.TabPage();
58      this.logTabPage = new System.Windows.Forms.TabPage();
59      this.logView = new HeuristicLab.Core.Views.LogView();
60      this.snapshotGroupBox.SuspendLayout();
61      this.jobStatusGroupBox.SuspendLayout();
62      this.tabControl.SuspendLayout();
63      this.detailsTabPage.SuspendLayout();
64      this.logTabPage.SuspendLayout();
65      this.SuspendLayout();
66      //
67      // stateLabel
68      //
69      this.stateLabel.AutoSize = true;
70      this.stateLabel.Location = new System.Drawing.Point(7, 19);
71      this.stateLabel.Name = "stateLabel";
72      this.stateLabel.Size = new System.Drawing.Size(35, 13);
73      this.stateLabel.TabIndex = 0;
74      this.stateLabel.Text = "State:";
75      //
76      // userIdLabel
77      //
78      this.userIdLabel.AutoSize = true;
79      this.userIdLabel.Location = new System.Drawing.Point(3, 3);
80      this.userIdLabel.Name = "userIdLabel";
81      this.userIdLabel.Size = new System.Drawing.Size(41, 13);
82      this.userIdLabel.TabIndex = 1;
83      this.userIdLabel.Text = "UserId:";
84      //
85      // stateTextBox
86      //
87      this.stateTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
88                  | System.Windows.Forms.AnchorStyles.Right)));
89      this.stateTextBox.Location = new System.Drawing.Point(95, 19);
90      this.stateTextBox.Name = "stateTextBox";
91      this.stateTextBox.Size = new System.Drawing.Size(432, 20);
92      this.stateTextBox.TabIndex = 2;
93      //
94      // userIdTextBox
95      //
96      this.userIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
97                  | System.Windows.Forms.AnchorStyles.Right)));
98      this.userIdTextBox.Location = new System.Drawing.Point(91, 3);
99      this.userIdTextBox.Name = "userIdTextBox";
100      this.userIdTextBox.Size = new System.Drawing.Size(448, 20);
101      this.userIdTextBox.TabIndex = 3;
102      //
103      // percentageTextBox
104      //
105      this.percentageTextBox.Location = new System.Drawing.Point(95, 41);
106      this.percentageTextBox.Name = "percentageTextBox";
107      this.percentageTextBox.Size = new System.Drawing.Size(52, 20);
108      this.percentageTextBox.TabIndex = 4;
109      //
110      // dateCreatedTextBox
111      //
112      this.dateCreatedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
113                  | System.Windows.Forms.AnchorStyles.Right)));
114      this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 63);
115      this.dateCreatedTextBox.Name = "dateCreatedTextBox";
116      this.dateCreatedTextBox.Size = new System.Drawing.Size(432, 20);
117      this.dateCreatedTextBox.TabIndex = 5;
118      //
119      // dateFinishedTextBox
120      //
121      this.dateFinishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
122                  | System.Windows.Forms.AnchorStyles.Right)));
123      this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 107);
124      this.dateFinishedTextBox.Name = "dateFinishedTextBox";
125      this.dateFinishedTextBox.Size = new System.Drawing.Size(432, 20);
126      this.dateFinishedTextBox.TabIndex = 6;
127      //
128      // priorityTextBox
129      //
130      this.priorityTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
131                  | System.Windows.Forms.AnchorStyles.Right)));
132      this.priorityTextBox.Location = new System.Drawing.Point(91, 25);
133      this.priorityTextBox.Name = "priorityTextBox";
134      this.priorityTextBox.Size = new System.Drawing.Size(448, 20);
135      this.priorityTextBox.TabIndex = 7;
136      //
137      // coresNeededTextBox
138      //
139      this.coresNeededTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
140                  | System.Windows.Forms.AnchorStyles.Right)));
141      this.coresNeededTextBox.Location = new System.Drawing.Point(91, 47);
142      this.coresNeededTextBox.Name = "coresNeededTextBox";
143      this.coresNeededTextBox.Size = new System.Drawing.Size(448, 20);
144      this.coresNeededTextBox.TabIndex = 8;
145      //
146      // memoryNeededTextBox
147      //
148      this.memoryNeededTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
149                  | System.Windows.Forms.AnchorStyles.Right)));
150      this.memoryNeededTextBox.Location = new System.Drawing.Point(91, 69);
151      this.memoryNeededTextBox.Name = "memoryNeededTextBox";
152      this.memoryNeededTextBox.Size = new System.Drawing.Size(448, 20);
153      this.memoryNeededTextBox.TabIndex = 9;
154      //
155      // pluginsNeededTextBox
156      //
157      this.pluginsNeededTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
158                  | System.Windows.Forms.AnchorStyles.Right)));
159      this.pluginsNeededTextBox.Location = new System.Drawing.Point(91, 91);
160      this.pluginsNeededTextBox.Name = "pluginsNeededTextBox";
161      this.pluginsNeededTextBox.Size = new System.Drawing.Size(448, 20);
162      this.pluginsNeededTextBox.TabIndex = 10;
163      //
164      // projectTextBox
165      //
166      this.projectTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
167                  | System.Windows.Forms.AnchorStyles.Right)));
168      this.projectTextBox.Location = new System.Drawing.Point(91, 113);
169      this.projectTextBox.Name = "projectTextBox";
170      this.projectTextBox.Size = new System.Drawing.Size(448, 20);
171      this.projectTextBox.TabIndex = 11;
172      //
173      // percentageLabel
174      //
175      this.percentageLabel.AutoSize = true;
176      this.percentageLabel.Location = new System.Drawing.Point(7, 41);
177      this.percentageLabel.Name = "percentageLabel";
178      this.percentageLabel.Size = new System.Drawing.Size(65, 13);
179      this.percentageLabel.TabIndex = 13;
180      this.percentageLabel.Text = "Percentage:";
181      //
182      // dateCreatedLabel
183      //
184      this.dateCreatedLabel.AutoSize = true;
185      this.dateCreatedLabel.Location = new System.Drawing.Point(7, 63);
186      this.dateCreatedLabel.Name = "dateCreatedLabel";
187      this.dateCreatedLabel.Size = new System.Drawing.Size(70, 13);
188      this.dateCreatedLabel.TabIndex = 14;
189      this.dateCreatedLabel.Text = "DateCreated:";
190      //
191      // dateFinishedLabel
192      //
193      this.dateFinishedLabel.AutoSize = true;
194      this.dateFinishedLabel.Location = new System.Drawing.Point(7, 107);
195      this.dateFinishedLabel.Name = "dateFinishedLabel";
196      this.dateFinishedLabel.Size = new System.Drawing.Size(72, 13);
197      this.dateFinishedLabel.TabIndex = 15;
198      this.dateFinishedLabel.Text = "DateFinished:";
199      //
200      // priorityLabel
201      //
202      this.priorityLabel.AutoSize = true;
203      this.priorityLabel.Location = new System.Drawing.Point(3, 25);
204      this.priorityLabel.Name = "priorityLabel";
205      this.priorityLabel.Size = new System.Drawing.Size(41, 13);
206      this.priorityLabel.TabIndex = 16;
207      this.priorityLabel.Text = "Priority:";
208      //
209      // coresNeededLabel
210      //
211      this.coresNeededLabel.AutoSize = true;
212      this.coresNeededLabel.Location = new System.Drawing.Point(3, 47);
213      this.coresNeededLabel.Name = "coresNeededLabel";
214      this.coresNeededLabel.Size = new System.Drawing.Size(75, 13);
215      this.coresNeededLabel.TabIndex = 17;
216      this.coresNeededLabel.Text = "CoresNeeded:";
217      //
218      // memoryNeededLabel
219      //
220      this.memoryNeededLabel.AutoSize = true;
221      this.memoryNeededLabel.Location = new System.Drawing.Point(3, 69);
222      this.memoryNeededLabel.Name = "memoryNeededLabel";
223      this.memoryNeededLabel.Size = new System.Drawing.Size(85, 13);
224      this.memoryNeededLabel.TabIndex = 18;
225      this.memoryNeededLabel.Text = "MemoryNeeded:";
226      //
227      // pluginsNeededLabel
228      //
229      this.pluginsNeededLabel.AutoSize = true;
230      this.pluginsNeededLabel.Location = new System.Drawing.Point(3, 91);
231      this.pluginsNeededLabel.Name = "pluginsNeededLabel";
232      this.pluginsNeededLabel.Size = new System.Drawing.Size(82, 13);
233      this.pluginsNeededLabel.TabIndex = 19;
234      this.pluginsNeededLabel.Text = "PluginsNeeded:";
235      //
236      // projectLabel
237      //
238      this.projectLabel.AutoSize = true;
239      this.projectLabel.Location = new System.Drawing.Point(3, 113);
240      this.projectLabel.Name = "projectLabel";
241      this.projectLabel.Size = new System.Drawing.Size(43, 13);
242      this.projectLabel.TabIndex = 20;
243      this.projectLabel.Text = "Project:";
244      //
245      // snapshotGroupBox
246      //
247      this.snapshotGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
248                  | System.Windows.Forms.AnchorStyles.Right)));
249      this.snapshotGroupBox.Controls.Add(this.openSnapshotButton);
250      this.snapshotGroupBox.Controls.Add(this.snapshotTimeText);
251      this.snapshotGroupBox.Controls.Add(this.snapshotStatusText);
252      this.snapshotGroupBox.Controls.Add(this.snapshotTimeLabel);
253      this.snapshotGroupBox.Controls.Add(this.snapshotStatusLabel);
254      this.snapshotGroupBox.Location = new System.Drawing.Point(6, 279);
255      this.snapshotGroupBox.Name = "snapshotGroupBox";
256      this.snapshotGroupBox.Size = new System.Drawing.Size(533, 100);
257      this.snapshotGroupBox.TabIndex = 21;
258      this.snapshotGroupBox.TabStop = false;
259      this.snapshotGroupBox.Text = "Latest Snapshot";
260      //
261      // openSnapshotButton
262      //
263      this.openSnapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
264      this.openSnapshotButton.Location = new System.Drawing.Point(426, 67);
265      this.openSnapshotButton.Name = "openSnapshotButton";
266      this.openSnapshotButton.Size = new System.Drawing.Size(101, 26);
267      this.openSnapshotButton.TabIndex = 25;
268      this.openSnapshotButton.Text = "Open Snapshot";
269      this.openSnapshotButton.UseVisualStyleBackColor = true;
270      this.openSnapshotButton.Click += new System.EventHandler(this.openSnapshotButton_Click);
271      //
272      // snapshotTimeText
273      //
274      this.snapshotTimeText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
275                  | System.Windows.Forms.AnchorStyles.Right)));
276      this.snapshotTimeText.Location = new System.Drawing.Point(45, 41);
277      this.snapshotTimeText.Name = "snapshotTimeText";
278      this.snapshotTimeText.Size = new System.Drawing.Size(482, 20);
279      this.snapshotTimeText.TabIndex = 24;
280      //
281      // snapshotStatusText
282      //
283      this.snapshotStatusText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
284                  | System.Windows.Forms.AnchorStyles.Right)));
285      this.snapshotStatusText.Location = new System.Drawing.Point(45, 19);
286      this.snapshotStatusText.Name = "snapshotStatusText";
287      this.snapshotStatusText.Size = new System.Drawing.Size(482, 20);
288      this.snapshotStatusText.TabIndex = 23;
289      //
290      // snapshotTimeLabel
291      //
292      this.snapshotTimeLabel.AutoSize = true;
293      this.snapshotTimeLabel.Location = new System.Drawing.Point(6, 41);
294      this.snapshotTimeLabel.Name = "snapshotTimeLabel";
295      this.snapshotTimeLabel.Size = new System.Drawing.Size(33, 13);
296      this.snapshotTimeLabel.TabIndex = 22;
297      this.snapshotTimeLabel.Text = "Time:";
298      //
299      // snapshotStatusLabel
300      //
301      this.snapshotStatusLabel.AutoSize = true;
302      this.snapshotStatusLabel.Location = new System.Drawing.Point(6, 19);
303      this.snapshotStatusLabel.Name = "snapshotStatusLabel";
304      this.snapshotStatusLabel.Size = new System.Drawing.Size(40, 13);
305      this.snapshotStatusLabel.TabIndex = 21;
306      this.snapshotStatusLabel.Text = "Status:";
307      //
308      // dateCalculatedText
309      //
310      this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
311                  | System.Windows.Forms.AnchorStyles.Right)));
312      this.dateCalculatedText.Location = new System.Drawing.Point(95, 85);
313      this.dateCalculatedText.Name = "dateCalculatedText";
314      this.dateCalculatedText.Size = new System.Drawing.Size(432, 20);
315      this.dateCalculatedText.TabIndex = 22;
316      //
317      // dateCalculatedLabel
318      //
319      this.dateCalculatedLabel.AutoSize = true;
320      this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 85);
321      this.dateCalculatedLabel.Name = "dateCalculatedLabel";
322      this.dateCalculatedLabel.Size = new System.Drawing.Size(83, 13);
323      this.dateCalculatedLabel.TabIndex = 23;
324      this.dateCalculatedLabel.Text = "DateCalculated:";
325      //
326      // jobStatusGroupBox
327      //
328      this.jobStatusGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
329                  | System.Windows.Forms.AnchorStyles.Right)));
330      this.jobStatusGroupBox.Controls.Add(this.percentageProgressBar);
331      this.jobStatusGroupBox.Controls.Add(this.stateTextBox);
332      this.jobStatusGroupBox.Controls.Add(this.dateCalculatedLabel);
333      this.jobStatusGroupBox.Controls.Add(this.stateLabel);
334      this.jobStatusGroupBox.Controls.Add(this.dateCalculatedText);
335      this.jobStatusGroupBox.Controls.Add(this.dateFinishedTextBox);
336      this.jobStatusGroupBox.Controls.Add(this.percentageTextBox);
337      this.jobStatusGroupBox.Controls.Add(this.dateCreatedTextBox);
338      this.jobStatusGroupBox.Controls.Add(this.percentageLabel);
339      this.jobStatusGroupBox.Controls.Add(this.dateCreatedLabel);
340      this.jobStatusGroupBox.Controls.Add(this.dateFinishedLabel);
341      this.jobStatusGroupBox.Location = new System.Drawing.Point(6, 139);
342      this.jobStatusGroupBox.Name = "jobStatusGroupBox";
343      this.jobStatusGroupBox.Size = new System.Drawing.Size(533, 134);
344      this.jobStatusGroupBox.TabIndex = 24;
345      this.jobStatusGroupBox.TabStop = false;
346      this.jobStatusGroupBox.Text = "Job Status";
347      //
348      // percentageProgressBar
349      //
350      this.percentageProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
351                  | System.Windows.Forms.AnchorStyles.Right)));
352      this.percentageProgressBar.Location = new System.Drawing.Point(153, 41);
353      this.percentageProgressBar.Name = "percentageProgressBar";
354      this.percentageProgressBar.Size = new System.Drawing.Size(374, 20);
355      this.percentageProgressBar.TabIndex = 25;
356      //
357      // tabControl
358      //
359      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
360                  | System.Windows.Forms.AnchorStyles.Left)
361                  | System.Windows.Forms.AnchorStyles.Right)));
362      this.tabControl.Controls.Add(this.detailsTabPage);
363      this.tabControl.Controls.Add(this.logTabPage);
364      this.tabControl.Location = new System.Drawing.Point(3, 3);
365      this.tabControl.Name = "tabControl";
366      this.tabControl.SelectedIndex = 0;
367      this.tabControl.Size = new System.Drawing.Size(550, 479);
368      this.tabControl.TabIndex = 25;
369      //
370      // detailsTabPage
371      //
372      this.detailsTabPage.Controls.Add(this.userIdLabel);
373      this.detailsTabPage.Controls.Add(this.jobStatusGroupBox);
374      this.detailsTabPage.Controls.Add(this.userIdTextBox);
375      this.detailsTabPage.Controls.Add(this.snapshotGroupBox);
376      this.detailsTabPage.Controls.Add(this.priorityTextBox);
377      this.detailsTabPage.Controls.Add(this.projectLabel);
378      this.detailsTabPage.Controls.Add(this.coresNeededTextBox);
379      this.detailsTabPage.Controls.Add(this.pluginsNeededLabel);
380      this.detailsTabPage.Controls.Add(this.memoryNeededTextBox);
381      this.detailsTabPage.Controls.Add(this.memoryNeededLabel);
382      this.detailsTabPage.Controls.Add(this.pluginsNeededTextBox);
383      this.detailsTabPage.Controls.Add(this.coresNeededLabel);
384      this.detailsTabPage.Controls.Add(this.projectTextBox);
385      this.detailsTabPage.Controls.Add(this.priorityLabel);
386      this.detailsTabPage.Location = new System.Drawing.Point(4, 22);
387      this.detailsTabPage.Name = "detailsTabPage";
388      this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3);
389      this.detailsTabPage.Size = new System.Drawing.Size(542, 453);
390      this.detailsTabPage.TabIndex = 0;
391      this.detailsTabPage.Text = "Details";
392      this.detailsTabPage.UseVisualStyleBackColor = true;
393      //
394      // logTabPage
395      //
396      this.logTabPage.Controls.Add(this.logView);
397      this.logTabPage.Location = new System.Drawing.Point(4, 22);
398      this.logTabPage.Name = "logTabPage";
399      this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
400      this.logTabPage.Size = new System.Drawing.Size(542, 453);
401      this.logTabPage.TabIndex = 1;
402      this.logTabPage.Text = "Log";
403      this.logTabPage.UseVisualStyleBackColor = true;
404      //
405      // logView
406      //
407      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
408                  | System.Windows.Forms.AnchorStyles.Left)
409                  | System.Windows.Forms.AnchorStyles.Right)));
410      this.logView.Caption = "Log View";
411      this.logView.Content = null;
412      this.logView.Location = new System.Drawing.Point(3, 3);
413      this.logView.Name = "logView";
414      this.logView.ReadOnly = false;
415      this.logView.Size = new System.Drawing.Size(536, 447);
416      this.logView.TabIndex = 0;
417      //
418      // JobItemView
419      //
420      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
421      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
422      this.Controls.Add(this.tabControl);
423      this.Name = "JobItemView";
424      this.Size = new System.Drawing.Size(556, 485);
425      this.snapshotGroupBox.ResumeLayout(false);
426      this.snapshotGroupBox.PerformLayout();
427      this.jobStatusGroupBox.ResumeLayout(false);
428      this.jobStatusGroupBox.PerformLayout();
429      this.tabControl.ResumeLayout(false);
430      this.detailsTabPage.ResumeLayout(false);
431      this.detailsTabPage.PerformLayout();
432      this.logTabPage.ResumeLayout(false);
433      this.ResumeLayout(false);
434
435    }
436
437    #endregion
438
439    private System.Windows.Forms.Label stateLabel;
440    private System.Windows.Forms.Label userIdLabel;
441    private System.Windows.Forms.TextBox stateTextBox;
442    private System.Windows.Forms.TextBox userIdTextBox;
443    private System.Windows.Forms.TextBox percentageTextBox;
444    private System.Windows.Forms.TextBox dateCreatedTextBox;
445    private System.Windows.Forms.TextBox dateFinishedTextBox;
446    private System.Windows.Forms.TextBox priorityTextBox;
447    private System.Windows.Forms.TextBox coresNeededTextBox;
448    private System.Windows.Forms.TextBox memoryNeededTextBox;
449    private System.Windows.Forms.TextBox pluginsNeededTextBox;
450    private System.Windows.Forms.TextBox projectTextBox;
451    private System.Windows.Forms.Label percentageLabel;
452    private System.Windows.Forms.Label dateCreatedLabel;
453    private System.Windows.Forms.Label dateFinishedLabel;
454    private System.Windows.Forms.Label priorityLabel;
455    private System.Windows.Forms.Label coresNeededLabel;
456    private System.Windows.Forms.Label memoryNeededLabel;
457    private System.Windows.Forms.Label pluginsNeededLabel;
458    private System.Windows.Forms.Label projectLabel;
459    private System.Windows.Forms.GroupBox snapshotGroupBox;
460    private System.Windows.Forms.Button openSnapshotButton;
461    private System.Windows.Forms.TextBox snapshotTimeText;
462    private System.Windows.Forms.TextBox snapshotStatusText;
463    private System.Windows.Forms.Label snapshotTimeLabel;
464    private System.Windows.Forms.Label snapshotStatusLabel;
465    private System.Windows.Forms.TextBox dateCalculatedText;
466    private System.Windows.Forms.Label dateCalculatedLabel;
467    private System.Windows.Forms.GroupBox jobStatusGroupBox;
468    private System.Windows.Forms.ProgressBar percentageProgressBar;
469    private System.Windows.Forms.TabControl tabControl;
470    private System.Windows.Forms.TabPage detailsTabPage;
471    private System.Windows.Forms.TabPage logTabPage;
472    private Core.Views.LogView logView;
473  }
474}
Note: See TracBrowser for help on using the repository browser.