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

Last change on this file since 4141 was 4141, checked in by cneumuel, 14 years ago

merged with changes from Hive-3.2

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