Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.3/Views/RefreshableHiveJobView.Designer.cs @ 6792

Last change on this file since 6792 was 6792, checked in by ascheibe, 13 years ago

#1233 Hive Experiment Manager is now called Hive Job Manager

File size: 25.5 KB
Line 
1namespace HeuristicLab.Clients.Hive.JobManager.Views {
2  partial class RefreshableHiveJobView {
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) {
14        if (components != null) 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.components = new System.ComponentModel.Container();
27      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableHiveJobView));
28      this.tabControl = new System.Windows.Forms.TabControl();
29      this.tasksTabPage = new System.Windows.Forms.TabPage();
30      this.jobsTreeView = new HeuristicLab.Clients.Hive.Views.ExperimentManager.HiveTaskItemTreeView();
31      this.permissionTabPage = new System.Windows.Forms.TabPage();
32      this.refreshPermissionsButton = new System.Windows.Forms.Button();
33      this.hiveExperimentPermissionListView = new HeuristicLab.Clients.Hive.JobManager.Views.HiveJobPermissionListView();
34      this.runsTabPage = new System.Windows.Forms.TabPage();
35      this.stateTabPage = new System.Windows.Forms.TabPage();
36      this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
37      this.logTabPage = new System.Windows.Forms.TabPage();
38      this.logView = new HeuristicLab.Core.Views.LogView();
39      this.startButton = new System.Windows.Forms.Button();
40      this.stopButton = new System.Windows.Forms.Button();
41      this.resetButton = new System.Windows.Forms.Button();
42      this.executionTimeLabel = new System.Windows.Forms.Label();
43      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
44      this.pauseButton = new System.Windows.Forms.Button();
45      this.resourceIdsLabel = new System.Windows.Forms.Label();
46      this.resourceNamesTextBox = new System.Windows.Forms.TextBox();
47      this.nameLabel = new System.Windows.Forms.Label();
48      this.nameTextBox = new System.Windows.Forms.TextBox();
49      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
50      this.refreshButton = new System.Windows.Forms.Button();
51      this.isPrivilegedCheckBox = new System.Windows.Forms.CheckBox();
52      this.refreshAutomaticallyCheckBox = new System.Windows.Forms.CheckBox();
53      this.infoGroupBox = new System.Windows.Forms.GroupBox();
54      this.finishedTextBox = new System.Windows.Forms.TextBox();
55      this.calculatingTextBox = new System.Windows.Forms.TextBox();
56      this.jobsTextBox = new System.Windows.Forms.TextBox();
57      this.finishedLabel = new System.Windows.Forms.Label();
58      this.calculatingLabel = new System.Windows.Forms.Label();
59      this.jobsLabel = new System.Windows.Forms.Label();
60      this.tabControl.SuspendLayout();
61      this.tasksTabPage.SuspendLayout();
62      this.permissionTabPage.SuspendLayout();
63      this.stateTabPage.SuspendLayout();
64      this.logTabPage.SuspendLayout();
65      this.infoGroupBox.SuspendLayout();
66      this.SuspendLayout();
67      //
68      // tabControl
69      //
70      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
71                  | System.Windows.Forms.AnchorStyles.Left)
72                  | System.Windows.Forms.AnchorStyles.Right)));
73      this.tabControl.Controls.Add(this.tasksTabPage);
74      this.tabControl.Controls.Add(this.permissionTabPage);
75      this.tabControl.Controls.Add(this.runsTabPage);
76      this.tabControl.Controls.Add(this.stateTabPage);
77      this.tabControl.Controls.Add(this.logTabPage);
78      this.tabControl.Location = new System.Drawing.Point(0, 78);
79      this.tabControl.Name = "tabControl";
80      this.tabControl.SelectedIndex = 0;
81      this.tabControl.Size = new System.Drawing.Size(717, 452);
82      this.tabControl.TabIndex = 4;
83      this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
84      //
85      // tasksTabPage
86      //
87      this.tasksTabPage.Controls.Add(this.jobsTreeView);
88      this.tasksTabPage.Location = new System.Drawing.Point(4, 22);
89      this.tasksTabPage.Name = "tasksTabPage";
90      this.tasksTabPage.Size = new System.Drawing.Size(709, 426);
91      this.tasksTabPage.TabIndex = 5;
92      this.tasksTabPage.Text = "Tasks";
93      this.tasksTabPage.UseVisualStyleBackColor = true;
94      //
95      // jobsTreeView
96      //
97      this.jobsTreeView.AllowDrop = true;
98      this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
99                  | System.Windows.Forms.AnchorStyles.Left)
100                  | System.Windows.Forms.AnchorStyles.Right)));
101      this.jobsTreeView.Caption = "ItemTree View";
102      this.jobsTreeView.Content = null;
103      this.jobsTreeView.Location = new System.Drawing.Point(2, 3);
104      this.jobsTreeView.Name = "jobsTreeView";
105      this.jobsTreeView.ReadOnly = false;
106      this.jobsTreeView.Size = new System.Drawing.Size(704, 420);
107      this.jobsTreeView.TabIndex = 0;
108      this.jobsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragDrop);
109      this.jobsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragEnter);
110      this.jobsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragOver);
111      //
112      // permissionTabPage
113      //
114      this.permissionTabPage.Controls.Add(this.refreshPermissionsButton);
115      this.permissionTabPage.Controls.Add(this.hiveExperimentPermissionListView);
116      this.permissionTabPage.Location = new System.Drawing.Point(4, 22);
117      this.permissionTabPage.Name = "permissionTabPage";
118      this.permissionTabPage.Size = new System.Drawing.Size(709, 426);
119      this.permissionTabPage.TabIndex = 7;
120      this.permissionTabPage.Text = "Permissions";
121      this.permissionTabPage.UseVisualStyleBackColor = true;
122      //
123      // refreshPermissionsButton
124      //
125      this.refreshPermissionsButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshPermissionsButton.Image")));
126      this.refreshPermissionsButton.Location = new System.Drawing.Point(3, 3);
127      this.refreshPermissionsButton.Name = "refreshPermissionsButton";
128      this.refreshPermissionsButton.Size = new System.Drawing.Size(24, 24);
129      this.refreshPermissionsButton.TabIndex = 23;
130      this.toolTip.SetToolTip(this.refreshPermissionsButton, "Refresh Data");
131      this.refreshPermissionsButton.UseVisualStyleBackColor = true;
132      this.refreshPermissionsButton.Click += new System.EventHandler(this.refreshPermissionsButton_Click);
133      //
134      // hiveExperimentPermissionListView
135      //
136      this.hiveExperimentPermissionListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
137                  | System.Windows.Forms.AnchorStyles.Left)
138                  | System.Windows.Forms.AnchorStyles.Right)));
139      this.hiveExperimentPermissionListView.Caption = "HiveExperimentPermissionList View";
140      this.hiveExperimentPermissionListView.Content = null;
141      this.hiveExperimentPermissionListView.HiveExperimentId = new System.Guid("00000000-0000-0000-0000-000000000000");
142      this.hiveExperimentPermissionListView.Location = new System.Drawing.Point(3, 33);
143      this.hiveExperimentPermissionListView.Name = "hiveExperimentPermissionListView";
144      this.hiveExperimentPermissionListView.ReadOnly = false;
145      this.hiveExperimentPermissionListView.ShowDetails = true;
146      this.hiveExperimentPermissionListView.Size = new System.Drawing.Size(703, 390);
147      this.hiveExperimentPermissionListView.TabIndex = 0;
148      //
149      // runsTabPage
150      //
151      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
152      this.runsTabPage.Name = "runsTabPage";
153      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
154      this.runsTabPage.Size = new System.Drawing.Size(709, 426);
155      this.runsTabPage.TabIndex = 8;
156      this.runsTabPage.Text = "Runs";
157      this.runsTabPage.UseVisualStyleBackColor = true;
158      //
159      // stateTabPage
160      //
161      this.stateTabPage.Controls.Add(this.stateLogViewHost);
162      this.stateTabPage.Location = new System.Drawing.Point(4, 22);
163      this.stateTabPage.Name = "stateTabPage";
164      this.stateTabPage.Size = new System.Drawing.Size(709, 426);
165      this.stateTabPage.TabIndex = 6;
166      this.stateTabPage.Text = "Execution History";
167      this.stateTabPage.UseVisualStyleBackColor = true;
168      //
169      // stateLogViewHost
170      //
171      this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
172                  | System.Windows.Forms.AnchorStyles.Left)
173                  | System.Windows.Forms.AnchorStyles.Right)));
174      this.stateLogViewHost.Caption = "StateLog View";
175      this.stateLogViewHost.Content = null;
176      this.stateLogViewHost.Enabled = false;
177      this.stateLogViewHost.Location = new System.Drawing.Point(3, 3);
178      this.stateLogViewHost.Name = "stateLogViewHost";
179      this.stateLogViewHost.ReadOnly = false;
180      this.stateLogViewHost.Size = new System.Drawing.Size(703, 420);
181      this.stateLogViewHost.TabIndex = 0;
182      this.stateLogViewHost.ViewsLabelVisible = true;
183      this.stateLogViewHost.ViewType = null;
184      //
185      // logTabPage
186      //
187      this.logTabPage.Controls.Add(this.logView);
188      this.logTabPage.Location = new System.Drawing.Point(4, 22);
189      this.logTabPage.Name = "logTabPage";
190      this.logTabPage.Size = new System.Drawing.Size(709, 426);
191      this.logTabPage.TabIndex = 3;
192      this.logTabPage.Text = "Log";
193      this.logTabPage.UseVisualStyleBackColor = true;
194      //
195      // logView
196      //
197      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
198                  | System.Windows.Forms.AnchorStyles.Left)
199                  | System.Windows.Forms.AnchorStyles.Right)));
200      this.logView.Caption = "Log View";
201      this.logView.Content = null;
202      this.logView.Location = new System.Drawing.Point(3, 3);
203      this.logView.Name = "logView";
204      this.logView.ReadOnly = false;
205      this.logView.Size = new System.Drawing.Size(703, 420);
206      this.logView.TabIndex = 0;
207      //
208      // startButton
209      //
210      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
211      this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
212      this.startButton.Location = new System.Drawing.Point(0, 536);
213      this.startButton.Name = "startButton";
214      this.startButton.Size = new System.Drawing.Size(24, 24);
215      this.startButton.TabIndex = 5;
216      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
217      this.startButton.UseVisualStyleBackColor = true;
218      this.startButton.Click += new System.EventHandler(this.startButton_Click);
219      //
220      // stopButton
221      //
222      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
223      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
224      this.stopButton.Location = new System.Drawing.Point(60, 536);
225      this.stopButton.Name = "stopButton";
226      this.stopButton.Size = new System.Drawing.Size(24, 24);
227      this.stopButton.TabIndex = 7;
228      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
229      this.stopButton.UseVisualStyleBackColor = true;
230      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
231      //
232      // resetButton
233      //
234      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
235      this.resetButton.Enabled = false;
236      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
237      this.resetButton.Location = new System.Drawing.Point(90, 536);
238      this.resetButton.Name = "resetButton";
239      this.resetButton.Size = new System.Drawing.Size(24, 24);
240      this.resetButton.TabIndex = 8;
241      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
242      this.resetButton.UseVisualStyleBackColor = true;
243      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
244      //
245      // executionTimeLabel
246      //
247      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
248      this.executionTimeLabel.AutoSize = true;
249      this.executionTimeLabel.Location = new System.Drawing.Point(491, 543);
250      this.executionTimeLabel.Name = "executionTimeLabel";
251      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
252      this.executionTimeLabel.TabIndex = 9;
253      this.executionTimeLabel.Text = "&Execution Time:";
254      //
255      // executionTimeTextBox
256      //
257      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
258      this.executionTimeTextBox.Location = new System.Drawing.Point(580, 540);
259      this.executionTimeTextBox.Name = "executionTimeTextBox";
260      this.executionTimeTextBox.ReadOnly = true;
261      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
262      this.executionTimeTextBox.TabIndex = 10;
263      //
264      // pauseButton
265      //
266      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
267      this.pauseButton.Enabled = false;
268      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
269      this.pauseButton.Location = new System.Drawing.Point(30, 536);
270      this.pauseButton.Name = "pauseButton";
271      this.pauseButton.Size = new System.Drawing.Size(24, 24);
272      this.pauseButton.TabIndex = 6;
273      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
274      this.pauseButton.UseVisualStyleBackColor = true;
275      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
276      //
277      // resourceIdsLabel
278      //
279      this.resourceIdsLabel.AutoSize = true;
280      this.resourceIdsLabel.Location = new System.Drawing.Point(3, 56);
281      this.resourceIdsLabel.Name = "resourceIdsLabel";
282      this.resourceIdsLabel.Size = new System.Drawing.Size(61, 13);
283      this.resourceIdsLabel.TabIndex = 12;
284      this.resourceIdsLabel.Text = "Resources:";
285      //
286      // resourceNamesTextBox
287      //
288      this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
289                  | System.Windows.Forms.AnchorStyles.Right)));
290      this.resourceNamesTextBox.Location = new System.Drawing.Point(70, 52);
291      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
292      this.resourceNamesTextBox.Size = new System.Drawing.Size(415, 20);
293      this.resourceNamesTextBox.TabIndex = 14;
294      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
295      //
296      // nameLabel
297      //
298      this.nameLabel.AutoSize = true;
299      this.nameLabel.Location = new System.Drawing.Point(3, 30);
300      this.nameLabel.Name = "nameLabel";
301      this.nameLabel.Size = new System.Drawing.Size(38, 13);
302      this.nameLabel.TabIndex = 20;
303      this.nameLabel.Text = "Name:";
304      //
305      // nameTextBox
306      //
307      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
308                  | System.Windows.Forms.AnchorStyles.Right)));
309      this.nameTextBox.Location = new System.Drawing.Point(70, 27);
310      this.nameTextBox.Name = "nameTextBox";
311      this.nameTextBox.Size = new System.Drawing.Size(501, 20);
312      this.nameTextBox.TabIndex = 21;
313      this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated);
314      //
315      // refreshButton
316      //
317      this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
318      this.refreshButton.Location = new System.Drawing.Point(3, 0);
319      this.refreshButton.Name = "refreshButton";
320      this.refreshButton.Size = new System.Drawing.Size(24, 24);
321      this.refreshButton.TabIndex = 22;
322      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
323      this.refreshButton.UseVisualStyleBackColor = true;
324      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
325      //
326      // isPrivilegedCheckBox
327      //
328      this.isPrivilegedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
329      this.isPrivilegedCheckBox.AutoSize = true;
330      this.isPrivilegedCheckBox.Location = new System.Drawing.Point(491, 53);
331      this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox";
332      this.isPrivilegedCheckBox.Size = new System.Drawing.Size(72, 17);
333      this.isPrivilegedCheckBox.TabIndex = 26;
334      this.isPrivilegedCheckBox.Text = "Privileged";
335      this.toolTip.SetToolTip(this.isPrivilegedCheckBox, "If checked, the task will be executed in a privileged sandbox on the slave.");
336      this.isPrivilegedCheckBox.UseVisualStyleBackColor = true;
337      this.isPrivilegedCheckBox.Validated += new System.EventHandler(this.isPrivilegedCheckBox_Validated);
338      //
339      // refreshAutomaticallyCheckBox
340      //
341      this.refreshAutomaticallyCheckBox.AutoSize = true;
342      this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point(30, 5);
343      this.refreshAutomaticallyCheckBox.Name = "refreshAutomaticallyCheckBox";
344      this.refreshAutomaticallyCheckBox.Size = new System.Drawing.Size(127, 17);
345      this.refreshAutomaticallyCheckBox.TabIndex = 24;
346      this.refreshAutomaticallyCheckBox.Text = "&Refresh automatically";
347      this.refreshAutomaticallyCheckBox.UseVisualStyleBackColor = true;
348      this.refreshAutomaticallyCheckBox.Validated += new System.EventHandler(this.refreshAutomaticallyCheckBox_Validated);
349      //
350      // infoGroupBox
351      //
352      this.infoGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
353      this.infoGroupBox.Controls.Add(this.finishedTextBox);
354      this.infoGroupBox.Controls.Add(this.calculatingTextBox);
355      this.infoGroupBox.Controls.Add(this.jobsTextBox);
356      this.infoGroupBox.Controls.Add(this.finishedLabel);
357      this.infoGroupBox.Controls.Add(this.calculatingLabel);
358      this.infoGroupBox.Controls.Add(this.jobsLabel);
359      this.infoGroupBox.Location = new System.Drawing.Point(580, 5);
360      this.infoGroupBox.Name = "infoGroupBox";
361      this.infoGroupBox.Size = new System.Drawing.Size(133, 89);
362      this.infoGroupBox.TabIndex = 25;
363      this.infoGroupBox.TabStop = false;
364      this.infoGroupBox.Text = "Tasks";
365      //
366      // finishedTextBox
367      //
368      this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
369                  | System.Windows.Forms.AnchorStyles.Right)));
370      this.finishedTextBox.Location = new System.Drawing.Point(74, 64);
371      this.finishedTextBox.Name = "finishedTextBox";
372      this.finishedTextBox.Size = new System.Drawing.Size(53, 20);
373      this.finishedTextBox.TabIndex = 5;
374      //
375      // calculatingTextBox
376      //
377      this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
378                  | System.Windows.Forms.AnchorStyles.Right)));
379      this.calculatingTextBox.Location = new System.Drawing.Point(74, 40);
380      this.calculatingTextBox.Name = "calculatingTextBox";
381      this.calculatingTextBox.Size = new System.Drawing.Size(53, 20);
382      this.calculatingTextBox.TabIndex = 4;
383      //
384      // jobsTextBox
385      //
386      this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
387                  | System.Windows.Forms.AnchorStyles.Right)));
388      this.jobsTextBox.Location = new System.Drawing.Point(74, 16);
389      this.jobsTextBox.Name = "jobsTextBox";
390      this.jobsTextBox.Size = new System.Drawing.Size(53, 20);
391      this.jobsTextBox.TabIndex = 3;
392      //
393      // finishedLabel
394      //
395      this.finishedLabel.AutoSize = true;
396      this.finishedLabel.Location = new System.Drawing.Point(6, 67);
397      this.finishedLabel.Name = "finishedLabel";
398      this.finishedLabel.Size = new System.Drawing.Size(49, 13);
399      this.finishedLabel.TabIndex = 2;
400      this.finishedLabel.Text = "Finished:";
401      //
402      // calculatingLabel
403      //
404      this.calculatingLabel.AutoSize = true;
405      this.calculatingLabel.Location = new System.Drawing.Point(6, 43);
406      this.calculatingLabel.Name = "calculatingLabel";
407      this.calculatingLabel.Size = new System.Drawing.Size(62, 13);
408      this.calculatingLabel.TabIndex = 1;
409      this.calculatingLabel.Text = "Calculating:";
410      //
411      // jobsLabel
412      //
413      this.jobsLabel.AutoSize = true;
414      this.jobsLabel.Location = new System.Drawing.Point(6, 19);
415      this.jobsLabel.Name = "jobsLabel";
416      this.jobsLabel.Size = new System.Drawing.Size(46, 13);
417      this.jobsLabel.TabIndex = 0;
418      this.jobsLabel.Text = "Waiting:";
419      //
420      // RefreshableHiveExperimentView
421      //
422      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
423      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
424      this.Controls.Add(this.isPrivilegedCheckBox);
425      this.Controls.Add(this.infoGroupBox);
426      this.Controls.Add(this.refreshAutomaticallyCheckBox);
427      this.Controls.Add(this.refreshButton);
428      this.Controls.Add(this.nameTextBox);
429      this.Controls.Add(this.nameLabel);
430      this.Controls.Add(this.tabControl);
431      this.Controls.Add(this.startButton);
432      this.Controls.Add(this.executionTimeTextBox);
433      this.Controls.Add(this.executionTimeLabel);
434      this.Controls.Add(this.resourceNamesTextBox);
435      this.Controls.Add(this.pauseButton);
436      this.Controls.Add(this.resourceIdsLabel);
437      this.Controls.Add(this.stopButton);
438      this.Controls.Add(this.resetButton);
439      this.Name = "RefreshableHiveExperimentView";
440      this.Size = new System.Drawing.Size(717, 560);
441      this.tabControl.ResumeLayout(false);
442      this.tasksTabPage.ResumeLayout(false);
443      this.permissionTabPage.ResumeLayout(false);
444      this.stateTabPage.ResumeLayout(false);
445      this.logTabPage.ResumeLayout(false);
446      this.infoGroupBox.ResumeLayout(false);
447      this.infoGroupBox.PerformLayout();
448      this.ResumeLayout(false);
449      this.PerformLayout();
450
451    }
452    #endregion
453
454    private System.Windows.Forms.TabControl tabControl;
455    private System.Windows.Forms.Button startButton;
456    private System.Windows.Forms.Button stopButton;
457    private System.Windows.Forms.Button resetButton;
458    private System.Windows.Forms.Label executionTimeLabel;
459    private System.Windows.Forms.TextBox executionTimeTextBox;
460    private System.Windows.Forms.Button pauseButton;
461    private System.Windows.Forms.Label resourceIdsLabel;
462    private System.Windows.Forms.TextBox resourceNamesTextBox;
463    private System.Windows.Forms.TabPage logTabPage;
464    private Core.Views.LogView logView;
465    private System.Windows.Forms.TabPage tasksTabPage;
466    private HeuristicLab.Clients.Hive.Views.ExperimentManager.HiveTaskItemTreeView jobsTreeView;
467    private System.Windows.Forms.Label nameLabel;
468    private System.Windows.Forms.TextBox nameTextBox;
469    private System.Windows.Forms.ToolTip toolTip;
470    private System.Windows.Forms.Button refreshButton;
471    private System.Windows.Forms.CheckBox refreshAutomaticallyCheckBox;
472    private System.Windows.Forms.GroupBox infoGroupBox;
473    private System.Windows.Forms.TextBox finishedTextBox;
474    private System.Windows.Forms.TextBox calculatingTextBox;
475    private System.Windows.Forms.TextBox jobsTextBox;
476    private System.Windows.Forms.Label finishedLabel;
477    private System.Windows.Forms.Label calculatingLabel;
478    private System.Windows.Forms.Label jobsLabel;
479    private System.Windows.Forms.CheckBox isPrivilegedCheckBox;
480    private System.Windows.Forms.TabPage stateTabPage;
481    private HeuristicLab.MainForm.WindowsForms.ViewHost stateLogViewHost;
482    private System.Windows.Forms.TabPage permissionTabPage;
483    private HiveJobPermissionListView hiveExperimentPermissionListView;
484    private System.Windows.Forms.Button refreshPermissionsButton;
485    private System.Windows.Forms.TabPage runsTabPage;
486
487  }
488}
Note: See TracBrowser for help on using the repository browser.