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

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

Stabilization of Hive, Improvement HiveExperiment GUI (#1115)

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