1 | namespace 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.exceptionTextBox = 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.exceptionLabel = new System.Windows.Forms.Label();
|
---|
45 | this.projectLabel = new System.Windows.Forms.Label();
|
---|
46 | this.snapshotGroupBox = new System.Windows.Forms.GroupBox();
|
---|
47 | this.requestSnapshotButton = new System.Windows.Forms.Button();
|
---|
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();
|
---|
55 | this.jobStatusGroupBox = new System.Windows.Forms.GroupBox();
|
---|
56 | this.percentageProgressBar = new System.Windows.Forms.ProgressBar();
|
---|
57 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
58 | this.detailsTabPage = new System.Windows.Forms.TabPage();
|
---|
59 | this.jobIdLabel = new System.Windows.Forms.Label();
|
---|
60 | this.jobIdTextBox = new System.Windows.Forms.TextBox();
|
---|
61 | this.logTabPage = new System.Windows.Forms.TabPage();
|
---|
62 | this.logView = new HeuristicLab.Core.Views.LogView();
|
---|
63 | this.snapshotGroupBox.SuspendLayout();
|
---|
64 | this.jobStatusGroupBox.SuspendLayout();
|
---|
65 | this.tabControl.SuspendLayout();
|
---|
66 | this.detailsTabPage.SuspendLayout();
|
---|
67 | this.logTabPage.SuspendLayout();
|
---|
68 | this.SuspendLayout();
|
---|
69 | //
|
---|
70 | // stateLabel
|
---|
71 | //
|
---|
72 | this.stateLabel.AutoSize = true;
|
---|
73 | this.stateLabel.Location = new System.Drawing.Point(7, 19);
|
---|
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;
|
---|
82 | this.userIdLabel.Location = new System.Drawing.Point(3, 28);
|
---|
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)));
|
---|
92 | this.stateTextBox.Location = new System.Drawing.Point(95, 19);
|
---|
93 | this.stateTextBox.Name = "stateTextBox";
|
---|
94 | this.stateTextBox.Size = new System.Drawing.Size(509, 20);
|
---|
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)));
|
---|
101 | this.userIdTextBox.Location = new System.Drawing.Point(91, 28);
|
---|
102 | this.userIdTextBox.Name = "userIdTextBox";
|
---|
103 | this.userIdTextBox.Size = new System.Drawing.Size(525, 20);
|
---|
104 | this.userIdTextBox.TabIndex = 3;
|
---|
105 | //
|
---|
106 | // percentageTextBox
|
---|
107 | //
|
---|
108 | this.percentageTextBox.Location = new System.Drawing.Point(95, 41);
|
---|
109 | this.percentageTextBox.Name = "percentageTextBox";
|
---|
110 | this.percentageTextBox.Size = new System.Drawing.Size(52, 20);
|
---|
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)));
|
---|
117 | this.dateCreatedTextBox.Location = new System.Drawing.Point(95, 63);
|
---|
118 | this.dateCreatedTextBox.Name = "dateCreatedTextBox";
|
---|
119 | this.dateCreatedTextBox.Size = new System.Drawing.Size(509, 20);
|
---|
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)));
|
---|
126 | this.dateFinishedTextBox.Location = new System.Drawing.Point(95, 107);
|
---|
127 | this.dateFinishedTextBox.Name = "dateFinishedTextBox";
|
---|
128 | this.dateFinishedTextBox.Size = new System.Drawing.Size(509, 20);
|
---|
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)));
|
---|
135 | this.priorityTextBox.Location = new System.Drawing.Point(91, 50);
|
---|
136 | this.priorityTextBox.Name = "priorityTextBox";
|
---|
137 | this.priorityTextBox.Size = new System.Drawing.Size(525, 20);
|
---|
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)));
|
---|
144 | this.coresNeededTextBox.Location = new System.Drawing.Point(91, 72);
|
---|
145 | this.coresNeededTextBox.Name = "coresNeededTextBox";
|
---|
146 | this.coresNeededTextBox.Size = new System.Drawing.Size(525, 20);
|
---|
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)));
|
---|
153 | this.memoryNeededTextBox.Location = new System.Drawing.Point(91, 94);
|
---|
154 | this.memoryNeededTextBox.Name = "memoryNeededTextBox";
|
---|
155 | this.memoryNeededTextBox.Size = new System.Drawing.Size(525, 20);
|
---|
156 | this.memoryNeededTextBox.TabIndex = 9;
|
---|
157 | //
|
---|
158 | // exceptionTextBox
|
---|
159 | //
|
---|
160 | this.exceptionTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
161 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
162 | this.exceptionTextBox.Location = new System.Drawing.Point(95, 129);
|
---|
163 | this.exceptionTextBox.Name = "exceptionTextBox";
|
---|
164 | this.exceptionTextBox.Size = new System.Drawing.Size(509, 20);
|
---|
165 | this.exceptionTextBox.TabIndex = 10;
|
---|
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)));
|
---|
171 | this.projectTextBox.Location = new System.Drawing.Point(91, 116);
|
---|
172 | this.projectTextBox.Name = "projectTextBox";
|
---|
173 | this.projectTextBox.Size = new System.Drawing.Size(525, 20);
|
---|
174 | this.projectTextBox.TabIndex = 11;
|
---|
175 | //
|
---|
176 | // percentageLabel
|
---|
177 | //
|
---|
178 | this.percentageLabel.AutoSize = true;
|
---|
179 | this.percentageLabel.Location = new System.Drawing.Point(7, 41);
|
---|
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;
|
---|
188 | this.dateCreatedLabel.Location = new System.Drawing.Point(7, 63);
|
---|
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;
|
---|
197 | this.dateFinishedLabel.Location = new System.Drawing.Point(7, 107);
|
---|
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;
|
---|
206 | this.priorityLabel.Location = new System.Drawing.Point(3, 50);
|
---|
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;
|
---|
215 | this.coresNeededLabel.Location = new System.Drawing.Point(3, 72);
|
---|
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;
|
---|
224 | this.memoryNeededLabel.Location = new System.Drawing.Point(3, 94);
|
---|
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 | //
|
---|
230 | // exceptionLabel
|
---|
231 | //
|
---|
232 | this.exceptionLabel.AutoSize = true;
|
---|
233 | this.exceptionLabel.Location = new System.Drawing.Point(7, 129);
|
---|
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:";
|
---|
238 | //
|
---|
239 | // projectLabel
|
---|
240 | //
|
---|
241 | this.projectLabel.AutoSize = true;
|
---|
242 | this.projectLabel.Location = new System.Drawing.Point(3, 116);
|
---|
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)));
|
---|
252 | this.snapshotGroupBox.Controls.Add(this.requestSnapshotButton);
|
---|
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);
|
---|
258 | this.snapshotGroupBox.Location = new System.Drawing.Point(6, 310);
|
---|
259 | this.snapshotGroupBox.Name = "snapshotGroupBox";
|
---|
260 | this.snapshotGroupBox.Size = new System.Drawing.Size(610, 100);
|
---|
261 | this.snapshotGroupBox.TabIndex = 21;
|
---|
262 | this.snapshotGroupBox.TabStop = false;
|
---|
263 | this.snapshotGroupBox.Text = "Latest Snapshot";
|
---|
264 | this.snapshotGroupBox.Visible = false;
|
---|
265 | //
|
---|
266 | // requestSnapshotButton
|
---|
267 | //
|
---|
268 | this.requestSnapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
269 | this.requestSnapshotButton.Location = new System.Drawing.Point(384, 67);
|
---|
270 | this.requestSnapshotButton.Name = "requestSnapshotButton";
|
---|
271 | this.requestSnapshotButton.Size = new System.Drawing.Size(107, 26);
|
---|
272 | this.requestSnapshotButton.TabIndex = 26;
|
---|
273 | this.requestSnapshotButton.Text = "Request Snapshot";
|
---|
274 | this.requestSnapshotButton.UseVisualStyleBackColor = true;
|
---|
275 | this.requestSnapshotButton.Click += new System.EventHandler(this.requestSnapshotButton_Click);
|
---|
276 | //
|
---|
277 | // openSnapshotButton
|
---|
278 | //
|
---|
279 | this.openSnapshotButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
280 | this.openSnapshotButton.Location = new System.Drawing.Point(497, 67);
|
---|
281 | this.openSnapshotButton.Name = "openSnapshotButton";
|
---|
282 | this.openSnapshotButton.Size = new System.Drawing.Size(107, 26);
|
---|
283 | this.openSnapshotButton.TabIndex = 25;
|
---|
284 | this.openSnapshotButton.Text = "Open Snapshot";
|
---|
285 | this.openSnapshotButton.UseVisualStyleBackColor = true;
|
---|
286 | this.openSnapshotButton.Click += new System.EventHandler(this.openSnapshotButton_Click);
|
---|
287 | //
|
---|
288 | // snapshotTimeText
|
---|
289 | //
|
---|
290 | this.snapshotTimeText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
291 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
292 | this.snapshotTimeText.Location = new System.Drawing.Point(45, 41);
|
---|
293 | this.snapshotTimeText.Name = "snapshotTimeText";
|
---|
294 | this.snapshotTimeText.Size = new System.Drawing.Size(559, 20);
|
---|
295 | this.snapshotTimeText.TabIndex = 24;
|
---|
296 | //
|
---|
297 | // snapshotStatusText
|
---|
298 | //
|
---|
299 | this.snapshotStatusText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
300 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
301 | this.snapshotStatusText.Location = new System.Drawing.Point(45, 19);
|
---|
302 | this.snapshotStatusText.Name = "snapshotStatusText";
|
---|
303 | this.snapshotStatusText.Size = new System.Drawing.Size(559, 20);
|
---|
304 | this.snapshotStatusText.TabIndex = 23;
|
---|
305 | //
|
---|
306 | // snapshotTimeLabel
|
---|
307 | //
|
---|
308 | this.snapshotTimeLabel.AutoSize = true;
|
---|
309 | this.snapshotTimeLabel.Location = new System.Drawing.Point(6, 41);
|
---|
310 | this.snapshotTimeLabel.Name = "snapshotTimeLabel";
|
---|
311 | this.snapshotTimeLabel.Size = new System.Drawing.Size(33, 13);
|
---|
312 | this.snapshotTimeLabel.TabIndex = 22;
|
---|
313 | this.snapshotTimeLabel.Text = "Time:";
|
---|
314 | //
|
---|
315 | // snapshotStatusLabel
|
---|
316 | //
|
---|
317 | this.snapshotStatusLabel.AutoSize = true;
|
---|
318 | this.snapshotStatusLabel.Location = new System.Drawing.Point(6, 19);
|
---|
319 | this.snapshotStatusLabel.Name = "snapshotStatusLabel";
|
---|
320 | this.snapshotStatusLabel.Size = new System.Drawing.Size(40, 13);
|
---|
321 | this.snapshotStatusLabel.TabIndex = 21;
|
---|
322 | this.snapshotStatusLabel.Text = "Status:";
|
---|
323 | //
|
---|
324 | // dateCalculatedText
|
---|
325 | //
|
---|
326 | this.dateCalculatedText.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
327 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
328 | this.dateCalculatedText.Location = new System.Drawing.Point(95, 85);
|
---|
329 | this.dateCalculatedText.Name = "dateCalculatedText";
|
---|
330 | this.dateCalculatedText.Size = new System.Drawing.Size(509, 20);
|
---|
331 | this.dateCalculatedText.TabIndex = 22;
|
---|
332 | //
|
---|
333 | // dateCalculatedLabel
|
---|
334 | //
|
---|
335 | this.dateCalculatedLabel.AutoSize = true;
|
---|
336 | this.dateCalculatedLabel.Location = new System.Drawing.Point(7, 85);
|
---|
337 | this.dateCalculatedLabel.Name = "dateCalculatedLabel";
|
---|
338 | this.dateCalculatedLabel.Size = new System.Drawing.Size(83, 13);
|
---|
339 | this.dateCalculatedLabel.TabIndex = 23;
|
---|
340 | this.dateCalculatedLabel.Text = "DateCalculated:";
|
---|
341 | //
|
---|
342 | // jobStatusGroupBox
|
---|
343 | //
|
---|
344 | this.jobStatusGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
345 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
346 | this.jobStatusGroupBox.Controls.Add(this.percentageProgressBar);
|
---|
347 | this.jobStatusGroupBox.Controls.Add(this.stateTextBox);
|
---|
348 | this.jobStatusGroupBox.Controls.Add(this.dateCalculatedLabel);
|
---|
349 | this.jobStatusGroupBox.Controls.Add(this.stateLabel);
|
---|
350 | this.jobStatusGroupBox.Controls.Add(this.dateCalculatedText);
|
---|
351 | this.jobStatusGroupBox.Controls.Add(this.dateFinishedTextBox);
|
---|
352 | this.jobStatusGroupBox.Controls.Add(this.percentageTextBox);
|
---|
353 | this.jobStatusGroupBox.Controls.Add(this.dateCreatedTextBox);
|
---|
354 | this.jobStatusGroupBox.Controls.Add(this.percentageLabel);
|
---|
355 | this.jobStatusGroupBox.Controls.Add(this.exceptionLabel);
|
---|
356 | this.jobStatusGroupBox.Controls.Add(this.dateCreatedLabel);
|
---|
357 | this.jobStatusGroupBox.Controls.Add(this.dateFinishedLabel);
|
---|
358 | this.jobStatusGroupBox.Controls.Add(this.exceptionTextBox);
|
---|
359 | this.jobStatusGroupBox.Location = new System.Drawing.Point(6, 142);
|
---|
360 | this.jobStatusGroupBox.Name = "jobStatusGroupBox";
|
---|
361 | this.jobStatusGroupBox.Size = new System.Drawing.Size(610, 162);
|
---|
362 | this.jobStatusGroupBox.TabIndex = 24;
|
---|
363 | this.jobStatusGroupBox.TabStop = false;
|
---|
364 | this.jobStatusGroupBox.Text = "Job Status";
|
---|
365 | //
|
---|
366 | // percentageProgressBar
|
---|
367 | //
|
---|
368 | this.percentageProgressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
369 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
370 | this.percentageProgressBar.Location = new System.Drawing.Point(153, 41);
|
---|
371 | this.percentageProgressBar.Name = "percentageProgressBar";
|
---|
372 | this.percentageProgressBar.Size = new System.Drawing.Size(451, 20);
|
---|
373 | this.percentageProgressBar.TabIndex = 25;
|
---|
374 | //
|
---|
375 | // tabControl
|
---|
376 | //
|
---|
377 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
378 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
379 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
380 | this.tabControl.Controls.Add(this.detailsTabPage);
|
---|
381 | this.tabControl.Controls.Add(this.logTabPage);
|
---|
382 | this.tabControl.Location = new System.Drawing.Point(3, 3);
|
---|
383 | this.tabControl.Name = "tabControl";
|
---|
384 | this.tabControl.SelectedIndex = 0;
|
---|
385 | this.tabControl.Size = new System.Drawing.Size(627, 518);
|
---|
386 | this.tabControl.TabIndex = 25;
|
---|
387 | //
|
---|
388 | // detailsTabPage
|
---|
389 | //
|
---|
390 | this.detailsTabPage.Controls.Add(this.jobIdLabel);
|
---|
391 | this.detailsTabPage.Controls.Add(this.jobIdTextBox);
|
---|
392 | this.detailsTabPage.Controls.Add(this.userIdLabel);
|
---|
393 | this.detailsTabPage.Controls.Add(this.jobStatusGroupBox);
|
---|
394 | this.detailsTabPage.Controls.Add(this.userIdTextBox);
|
---|
395 | this.detailsTabPage.Controls.Add(this.snapshotGroupBox);
|
---|
396 | this.detailsTabPage.Controls.Add(this.priorityTextBox);
|
---|
397 | this.detailsTabPage.Controls.Add(this.projectLabel);
|
---|
398 | this.detailsTabPage.Controls.Add(this.coresNeededTextBox);
|
---|
399 | this.detailsTabPage.Controls.Add(this.memoryNeededTextBox);
|
---|
400 | this.detailsTabPage.Controls.Add(this.memoryNeededLabel);
|
---|
401 | this.detailsTabPage.Controls.Add(this.coresNeededLabel);
|
---|
402 | this.detailsTabPage.Controls.Add(this.projectTextBox);
|
---|
403 | this.detailsTabPage.Controls.Add(this.priorityLabel);
|
---|
404 | this.detailsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
405 | this.detailsTabPage.Name = "detailsTabPage";
|
---|
406 | this.detailsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
407 | this.detailsTabPage.Size = new System.Drawing.Size(619, 492);
|
---|
408 | this.detailsTabPage.TabIndex = 0;
|
---|
409 | this.detailsTabPage.Text = "Details";
|
---|
410 | this.detailsTabPage.UseVisualStyleBackColor = true;
|
---|
411 | //
|
---|
412 | // jobIdLabel
|
---|
413 | //
|
---|
414 | this.jobIdLabel.AutoSize = true;
|
---|
415 | this.jobIdLabel.Location = new System.Drawing.Point(3, 6);
|
---|
416 | this.jobIdLabel.Name = "jobIdLabel";
|
---|
417 | this.jobIdLabel.Size = new System.Drawing.Size(36, 13);
|
---|
418 | this.jobIdLabel.TabIndex = 25;
|
---|
419 | this.jobIdLabel.Text = "JobId:";
|
---|
420 | //
|
---|
421 | // jobIdTextBox
|
---|
422 | //
|
---|
423 | this.jobIdTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
424 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
425 | this.jobIdTextBox.Location = new System.Drawing.Point(91, 6);
|
---|
426 | this.jobIdTextBox.Name = "jobIdTextBox";
|
---|
427 | this.jobIdTextBox.Size = new System.Drawing.Size(525, 20);
|
---|
428 | this.jobIdTextBox.TabIndex = 26;
|
---|
429 | //
|
---|
430 | // logTabPage
|
---|
431 | //
|
---|
432 | this.logTabPage.Controls.Add(this.logView);
|
---|
433 | this.logTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
434 | this.logTabPage.Name = "logTabPage";
|
---|
435 | this.logTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
436 | this.logTabPage.Size = new System.Drawing.Size(619, 492);
|
---|
437 | this.logTabPage.TabIndex = 1;
|
---|
438 | this.logTabPage.Text = "Log";
|
---|
439 | this.logTabPage.UseVisualStyleBackColor = true;
|
---|
440 | //
|
---|
441 | // logView
|
---|
442 | //
|
---|
443 | this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
444 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
445 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
446 | this.logView.Caption = "Log View";
|
---|
447 | this.logView.Content = null;
|
---|
448 | this.logView.Location = new System.Drawing.Point(3, 3);
|
---|
449 | this.logView.Name = "logView";
|
---|
450 | this.logView.ReadOnly = false;
|
---|
451 | this.logView.Size = new System.Drawing.Size(536, 447);
|
---|
452 | this.logView.TabIndex = 0;
|
---|
453 | //
|
---|
454 | // JobItemView
|
---|
455 | //
|
---|
456 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
457 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
458 | this.Controls.Add(this.tabControl);
|
---|
459 | this.Name = "JobItemView";
|
---|
460 | this.Size = new System.Drawing.Size(633, 524);
|
---|
461 | this.snapshotGroupBox.ResumeLayout(false);
|
---|
462 | this.snapshotGroupBox.PerformLayout();
|
---|
463 | this.jobStatusGroupBox.ResumeLayout(false);
|
---|
464 | this.jobStatusGroupBox.PerformLayout();
|
---|
465 | this.tabControl.ResumeLayout(false);
|
---|
466 | this.detailsTabPage.ResumeLayout(false);
|
---|
467 | this.detailsTabPage.PerformLayout();
|
---|
468 | this.logTabPage.ResumeLayout(false);
|
---|
469 | this.ResumeLayout(false);
|
---|
470 |
|
---|
471 | }
|
---|
472 |
|
---|
473 | #endregion
|
---|
474 |
|
---|
475 | private System.Windows.Forms.Label stateLabel;
|
---|
476 | private System.Windows.Forms.Label userIdLabel;
|
---|
477 | private System.Windows.Forms.TextBox stateTextBox;
|
---|
478 | private System.Windows.Forms.TextBox userIdTextBox;
|
---|
479 | private System.Windows.Forms.TextBox percentageTextBox;
|
---|
480 | private System.Windows.Forms.TextBox dateCreatedTextBox;
|
---|
481 | private System.Windows.Forms.TextBox dateFinishedTextBox;
|
---|
482 | private System.Windows.Forms.TextBox priorityTextBox;
|
---|
483 | private System.Windows.Forms.TextBox coresNeededTextBox;
|
---|
484 | private System.Windows.Forms.TextBox memoryNeededTextBox;
|
---|
485 | private System.Windows.Forms.TextBox exceptionTextBox;
|
---|
486 | private System.Windows.Forms.TextBox projectTextBox;
|
---|
487 | private System.Windows.Forms.Label percentageLabel;
|
---|
488 | private System.Windows.Forms.Label dateCreatedLabel;
|
---|
489 | private System.Windows.Forms.Label dateFinishedLabel;
|
---|
490 | private System.Windows.Forms.Label priorityLabel;
|
---|
491 | private System.Windows.Forms.Label coresNeededLabel;
|
---|
492 | private System.Windows.Forms.Label memoryNeededLabel;
|
---|
493 | private System.Windows.Forms.Label exceptionLabel;
|
---|
494 | private System.Windows.Forms.Label projectLabel;
|
---|
495 | private System.Windows.Forms.GroupBox snapshotGroupBox;
|
---|
496 | private System.Windows.Forms.Button openSnapshotButton;
|
---|
497 | private System.Windows.Forms.TextBox snapshotTimeText;
|
---|
498 | private System.Windows.Forms.TextBox snapshotStatusText;
|
---|
499 | private System.Windows.Forms.Label snapshotTimeLabel;
|
---|
500 | private System.Windows.Forms.Label snapshotStatusLabel;
|
---|
501 | private System.Windows.Forms.TextBox dateCalculatedText;
|
---|
502 | private System.Windows.Forms.Label dateCalculatedLabel;
|
---|
503 | private System.Windows.Forms.GroupBox jobStatusGroupBox;
|
---|
504 | private System.Windows.Forms.ProgressBar percentageProgressBar;
|
---|
505 | private System.Windows.Forms.TabControl tabControl;
|
---|
506 | private System.Windows.Forms.TabPage detailsTabPage;
|
---|
507 | private System.Windows.Forms.TabPage logTabPage;
|
---|
508 | private Core.Views.LogView logView;
|
---|
509 | private System.Windows.Forms.Button requestSnapshotButton;
|
---|
510 | private System.Windows.Forms.Label jobIdLabel;
|
---|
511 | private System.Windows.Forms.TextBox jobIdTextBox;
|
---|
512 | }
|
---|
513 | }
|
---|