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

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

improved HiveExperiment GUI (HL3.3 look&feel, RunCollectionView, JobItem.ToString) (#1115)

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