Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs @ 7103

Last change on this file since 7103 was 7103, checked in by ascheibe, 12 years ago

#1672 cleaned up namespaces of the jobmanager

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