Free cookie consent management tool by TermsFeed Policy Generator

source: branches/UnloadJobs/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs @ 9168

Last change on this file since 9168 was 9107, checked in by ascheibe, 11 years ago

#1950 fixed handling of IsAllowedPrivileged in the Hive Job Manager

File size: 28.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Clients.Hive.JobManager.Views {
23  partial class RefreshableHiveJobView {
24    /// <summary>
25    /// Required designer variable.
26    /// </summary>
27    private System.ComponentModel.IContainer components = null;
28
29    /// <summary>
30    /// Clean up any resources being used.
31    /// </summary>
32    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
33    protected override void Dispose(bool disposing) {
34      if (disposing) {
35        if (components != null) components.Dispose();
36      }
37      base.Dispose(disposing);
38    }
39
40    #region Component Designer generated code
41
42    /// <summary>
43    /// Required method for Designer support - do not modify
44    /// the contents of this method with the code editor.
45    /// </summary>
46    private void InitializeComponent() {
47      this.components = new System.ComponentModel.Container();
48      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
49      this.tasksTabPage = new System.Windows.Forms.TabPage();
50      this.jobsTreeView = new HeuristicLab.Clients.Hive.Views.HiveTaskItemTreeView();
51      this.permissionTabPage = new System.Windows.Forms.TabPage();
52      this.refreshPermissionsButton = new System.Windows.Forms.Button();
53      this.hiveExperimentPermissionListView = new HeuristicLab.Clients.Hive.JobManager.Views.HiveJobPermissionListView();
54      this.runsTabPage = new System.Windows.Forms.TabPage();
55      this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
56      this.stateTabPage = new System.Windows.Forms.TabPage();
57      this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
58      this.logTabPage = new System.Windows.Forms.TabPage();
59      this.logView = new HeuristicLab.Core.Views.LogView();
60      this.startButton = new System.Windows.Forms.Button();
61      this.stopButton = new System.Windows.Forms.Button();
62      this.resetButton = new System.Windows.Forms.Button();
63      this.executionTimeLabel = new System.Windows.Forms.Label();
64      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
65      this.pauseButton = new System.Windows.Forms.Button();
66      this.resourceIdsLabel = new System.Windows.Forms.Label();
67      this.resourceNamesTextBox = new System.Windows.Forms.TextBox();
68      this.nameLabel = new System.Windows.Forms.Label();
69      this.nameTextBox = new System.Windows.Forms.TextBox();
70      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
71      this.refreshButton = new System.Windows.Forms.Button();
72      this.isPrivilegedCheckBox = new System.Windows.Forms.CheckBox();
73      this.refreshAutomaticallyCheckBox = new System.Windows.Forms.CheckBox();
74      this.infoGroupBox = new System.Windows.Forms.GroupBox();
75      this.finishedTextBox = new System.Windows.Forms.TextBox();
76      this.calculatingTextBox = new System.Windows.Forms.TextBox();
77      this.jobsTextBox = new System.Windows.Forms.TextBox();
78      this.finishedLabel = new System.Windows.Forms.Label();
79      this.calculatingLabel = new System.Windows.Forms.Label();
80      this.jobsLabel = new System.Windows.Forms.Label();
81      this.searchButton = new System.Windows.Forms.Button();
82      this.tabControl.SuspendLayout();
83      this.tasksTabPage.SuspendLayout();
84      this.permissionTabPage.SuspendLayout();
85      this.runsTabPage.SuspendLayout();
86      this.stateTabPage.SuspendLayout();
87      this.logTabPage.SuspendLayout();
88      this.infoGroupBox.SuspendLayout();
89      this.SuspendLayout();
90      //
91      // tabControl
92      //
93      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
94            | System.Windows.Forms.AnchorStyles.Left)
95            | System.Windows.Forms.AnchorStyles.Right)));
96      this.tabControl.Controls.Add(this.tasksTabPage);
97      this.tabControl.Controls.Add(this.permissionTabPage);
98      this.tabControl.Controls.Add(this.runsTabPage);
99      this.tabControl.Controls.Add(this.stateTabPage);
100      this.tabControl.Controls.Add(this.logTabPage);
101      this.tabControl.Location = new System.Drawing.Point(0, 78);
102      this.tabControl.Name = "tabControl";
103      this.tabControl.SelectedIndex = 0;
104      this.tabControl.Size = new System.Drawing.Size(717, 452);
105      this.tabControl.TabIndex = 4;
106      this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
107      //
108      // tasksTabPage
109      //
110      this.tasksTabPage.Controls.Add(this.jobsTreeView);
111      this.tasksTabPage.Location = new System.Drawing.Point(4, 22);
112      this.tasksTabPage.Name = "tasksTabPage";
113      this.tasksTabPage.Size = new System.Drawing.Size(709, 426);
114      this.tasksTabPage.TabIndex = 5;
115      this.tasksTabPage.Text = "Tasks";
116      this.tasksTabPage.UseVisualStyleBackColor = true;
117      //
118      // jobsTreeView
119      //
120      this.jobsTreeView.AllowDrop = true;
121      this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
122            | System.Windows.Forms.AnchorStyles.Left)
123            | System.Windows.Forms.AnchorStyles.Right)));
124      this.jobsTreeView.Caption = "ItemTree View";
125      this.jobsTreeView.Content = null;
126      this.jobsTreeView.Location = new System.Drawing.Point(2, 3);
127      this.jobsTreeView.Name = "jobsTreeView";
128      this.jobsTreeView.ReadOnly = false;
129      this.jobsTreeView.Size = new System.Drawing.Size(704, 420);
130      this.jobsTreeView.TabIndex = 4;
131      this.jobsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragDrop);
132      this.jobsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragEnter);
133      this.jobsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragOver);
134      //
135      // permissionTabPage
136      //
137      this.permissionTabPage.Controls.Add(this.refreshPermissionsButton);
138      this.permissionTabPage.Controls.Add(this.hiveExperimentPermissionListView);
139      this.permissionTabPage.Location = new System.Drawing.Point(4, 22);
140      this.permissionTabPage.Name = "permissionTabPage";
141      this.permissionTabPage.Size = new System.Drawing.Size(709, 426);
142      this.permissionTabPage.TabIndex = 7;
143      this.permissionTabPage.Text = "Permissions";
144      this.permissionTabPage.UseVisualStyleBackColor = true;
145      //
146      // refreshPermissionsButton
147      //
148      this.refreshPermissionsButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
149      this.refreshPermissionsButton.Location = new System.Drawing.Point(3, 3);
150      this.refreshPermissionsButton.Name = "refreshPermissionsButton";
151      this.refreshPermissionsButton.Size = new System.Drawing.Size(24, 24);
152      this.refreshPermissionsButton.TabIndex = 23;
153      this.toolTip.SetToolTip(this.refreshPermissionsButton, "Refresh Data");
154      this.refreshPermissionsButton.UseVisualStyleBackColor = true;
155      this.refreshPermissionsButton.Click += new System.EventHandler(this.refreshPermissionsButton_Click);
156      //
157      // hiveExperimentPermissionListView
158      //
159      this.hiveExperimentPermissionListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
160            | System.Windows.Forms.AnchorStyles.Left)
161            | System.Windows.Forms.AnchorStyles.Right)));
162      this.hiveExperimentPermissionListView.Caption = "HiveExperimentPermissionList View";
163      this.hiveExperimentPermissionListView.Content = null;
164      this.hiveExperimentPermissionListView.HiveExperimentId = new System.Guid("00000000-0000-0000-0000-000000000000");
165      this.hiveExperimentPermissionListView.Location = new System.Drawing.Point(3, 33);
166      this.hiveExperimentPermissionListView.Name = "hiveExperimentPermissionListView";
167      this.hiveExperimentPermissionListView.ReadOnly = false;
168      this.hiveExperimentPermissionListView.ShowDetails = true;
169      this.hiveExperimentPermissionListView.Size = new System.Drawing.Size(703, 390);
170      this.hiveExperimentPermissionListView.TabIndex = 0;
171      //
172      // runsTabPage
173      //
174      this.runsTabPage.Controls.Add(this.runCollectionViewHost);
175      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
176      this.runsTabPage.Name = "runsTabPage";
177      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
178      this.runsTabPage.Size = new System.Drawing.Size(709, 426);
179      this.runsTabPage.TabIndex = 8;
180      this.runsTabPage.Text = "Runs";
181      this.runsTabPage.UseVisualStyleBackColor = true;
182      //
183      // runCollectionViewHost
184      //
185      this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
186            | System.Windows.Forms.AnchorStyles.Left)
187            | System.Windows.Forms.AnchorStyles.Right)));
188      this.runCollectionViewHost.Caption = "View";
189      this.runCollectionViewHost.Content = null;
190      this.runCollectionViewHost.Enabled = false;
191      this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3);
192      this.runCollectionViewHost.Name = "runCollectionViewHost";
193      this.runCollectionViewHost.ReadOnly = false;
194      this.runCollectionViewHost.Size = new System.Drawing.Size(703, 420);
195      this.runCollectionViewHost.TabIndex = 2;
196      this.runCollectionViewHost.ViewsLabelVisible = true;
197      this.runCollectionViewHost.ViewType = null;
198      //
199      // stateTabPage
200      //
201      this.stateTabPage.Controls.Add(this.stateLogViewHost);
202      this.stateTabPage.Location = new System.Drawing.Point(4, 22);
203      this.stateTabPage.Name = "stateTabPage";
204      this.stateTabPage.Size = new System.Drawing.Size(709, 426);
205      this.stateTabPage.TabIndex = 6;
206      this.stateTabPage.Text = "Execution History";
207      this.stateTabPage.UseVisualStyleBackColor = true;
208      //
209      // stateLogViewHost
210      //
211      this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
212            | System.Windows.Forms.AnchorStyles.Left)
213            | System.Windows.Forms.AnchorStyles.Right)));
214      this.stateLogViewHost.Caption = "StateLog View";
215      this.stateLogViewHost.Content = null;
216      this.stateLogViewHost.Enabled = false;
217      this.stateLogViewHost.Location = new System.Drawing.Point(3, 3);
218      this.stateLogViewHost.Name = "stateLogViewHost";
219      this.stateLogViewHost.ReadOnly = false;
220      this.stateLogViewHost.Size = new System.Drawing.Size(703, 420);
221      this.stateLogViewHost.TabIndex = 0;
222      this.stateLogViewHost.ViewsLabelVisible = true;
223      this.stateLogViewHost.ViewType = null;
224      //
225      // logTabPage
226      //
227      this.logTabPage.Controls.Add(this.logView);
228      this.logTabPage.Location = new System.Drawing.Point(4, 22);
229      this.logTabPage.Name = "logTabPage";
230      this.logTabPage.Size = new System.Drawing.Size(709, 426);
231      this.logTabPage.TabIndex = 3;
232      this.logTabPage.Text = "Log";
233      this.logTabPage.UseVisualStyleBackColor = true;
234      //
235      // logView
236      //
237      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
238            | System.Windows.Forms.AnchorStyles.Left)
239            | System.Windows.Forms.AnchorStyles.Right)));
240      this.logView.Caption = "Log View";
241      this.logView.Content = null;
242      this.logView.Location = new System.Drawing.Point(3, 3);
243      this.logView.Name = "logView";
244      this.logView.ReadOnly = false;
245      this.logView.Size = new System.Drawing.Size(703, 420);
246      this.logView.TabIndex = 0;
247      //
248      // startButton
249      //
250      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
251      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
252      this.startButton.Location = new System.Drawing.Point(0, 536);
253      this.startButton.Name = "startButton";
254      this.startButton.Size = new System.Drawing.Size(24, 24);
255      this.startButton.TabIndex = 5;
256      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
257      this.startButton.UseVisualStyleBackColor = true;
258      this.startButton.Click += new System.EventHandler(this.startButton_Click);
259      //
260      // stopButton
261      //
262      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
263      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
264      this.stopButton.Location = new System.Drawing.Point(60, 536);
265      this.stopButton.Name = "stopButton";
266      this.stopButton.Size = new System.Drawing.Size(24, 24);
267      this.stopButton.TabIndex = 7;
268      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
269      this.stopButton.UseVisualStyleBackColor = true;
270      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
271      //
272      // resetButton
273      //
274      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
275      this.resetButton.Enabled = false;
276      this.resetButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Restart;
277      this.resetButton.Location = new System.Drawing.Point(90, 536);
278      this.resetButton.Name = "resetButton";
279      this.resetButton.Size = new System.Drawing.Size(24, 24);
280      this.resetButton.TabIndex = 8;
281      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
282      this.resetButton.UseVisualStyleBackColor = true;
283      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
284      //
285      // executionTimeLabel
286      //
287      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
288      this.executionTimeLabel.AutoSize = true;
289      this.executionTimeLabel.Location = new System.Drawing.Point(491, 543);
290      this.executionTimeLabel.Name = "executionTimeLabel";
291      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
292      this.executionTimeLabel.TabIndex = 9;
293      this.executionTimeLabel.Text = "&Execution Time:";
294      //
295      // executionTimeTextBox
296      //
297      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
298      this.executionTimeTextBox.Location = new System.Drawing.Point(580, 540);
299      this.executionTimeTextBox.Name = "executionTimeTextBox";
300      this.executionTimeTextBox.ReadOnly = true;
301      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
302      this.executionTimeTextBox.TabIndex = 10;
303      //
304      // pauseButton
305      //
306      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
307      this.pauseButton.Enabled = false;
308      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
309      this.pauseButton.Location = new System.Drawing.Point(30, 536);
310      this.pauseButton.Name = "pauseButton";
311      this.pauseButton.Size = new System.Drawing.Size(24, 24);
312      this.pauseButton.TabIndex = 6;
313      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
314      this.pauseButton.UseVisualStyleBackColor = true;
315      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
316      //
317      // resourceIdsLabel
318      //
319      this.resourceIdsLabel.AutoSize = true;
320      this.resourceIdsLabel.Location = new System.Drawing.Point(3, 56);
321      this.resourceIdsLabel.Name = "resourceIdsLabel";
322      this.resourceIdsLabel.Size = new System.Drawing.Size(61, 13);
323      this.resourceIdsLabel.TabIndex = 12;
324      this.resourceIdsLabel.Text = "Resources:";
325      //
326      // resourceNamesTextBox
327      //
328      this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
329            | System.Windows.Forms.AnchorStyles.Right)));
330      this.resourceNamesTextBox.Location = new System.Drawing.Point(70, 52);
331      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
332      this.resourceNamesTextBox.Size = new System.Drawing.Size(385, 20);
333      this.resourceNamesTextBox.TabIndex = 2;
334      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
335      //
336      // nameLabel
337      //
338      this.nameLabel.AutoSize = true;
339      this.nameLabel.Location = new System.Drawing.Point(3, 30);
340      this.nameLabel.Name = "nameLabel";
341      this.nameLabel.Size = new System.Drawing.Size(38, 13);
342      this.nameLabel.TabIndex = 20;
343      this.nameLabel.Text = "Name:";
344      //
345      // nameTextBox
346      //
347      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
348            | System.Windows.Forms.AnchorStyles.Right)));
349      this.nameTextBox.Location = new System.Drawing.Point(70, 27);
350      this.nameTextBox.Name = "nameTextBox";
351      this.nameTextBox.Size = new System.Drawing.Size(501, 20);
352      this.nameTextBox.TabIndex = 1;
353      this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated);
354      //
355      // refreshButton
356      //
357      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
358      this.refreshButton.Location = new System.Drawing.Point(3, 0);
359      this.refreshButton.Name = "refreshButton";
360      this.refreshButton.Size = new System.Drawing.Size(24, 24);
361      this.refreshButton.TabIndex = 22;
362      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
363      this.refreshButton.UseVisualStyleBackColor = true;
364      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
365      //
366      // isPrivilegedCheckBox
367      //
368      this.isPrivilegedCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
369      this.isPrivilegedCheckBox.AutoSize = true;
370      this.isPrivilegedCheckBox.Location = new System.Drawing.Point(491, 54);
371      this.isPrivilegedCheckBox.Name = "isPrivilegedCheckBox";
372      this.isPrivilegedCheckBox.Size = new System.Drawing.Size(72, 17);
373      this.isPrivilegedCheckBox.TabIndex = 3;
374      this.isPrivilegedCheckBox.Text = "Privileged";
375      this.toolTip.SetToolTip(this.isPrivilegedCheckBox, "If checked, the task will be executed in a privileged sandbox on the slave.");
376      this.isPrivilegedCheckBox.UseVisualStyleBackColor = true;
377      this.isPrivilegedCheckBox.CheckedChanged += new System.EventHandler(this.isPrivilegedCheckBox_CheckChanged);
378      //
379      // refreshAutomaticallyCheckBox
380      //
381      this.refreshAutomaticallyCheckBox.AutoSize = true;
382      this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point(30, 5);
383      this.refreshAutomaticallyCheckBox.Name = "refreshAutomaticallyCheckBox";
384      this.refreshAutomaticallyCheckBox.Size = new System.Drawing.Size(127, 17);
385      this.refreshAutomaticallyCheckBox.TabIndex = 24;
386      this.refreshAutomaticallyCheckBox.Text = "&Refresh automatically";
387      this.refreshAutomaticallyCheckBox.UseVisualStyleBackColor = true;
388      this.refreshAutomaticallyCheckBox.CheckedChanged += new System.EventHandler(this.refreshAutomaticallyCheckBox_CheckedChanged);
389      //
390      // infoGroupBox
391      //
392      this.infoGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
393      this.infoGroupBox.Controls.Add(this.finishedTextBox);
394      this.infoGroupBox.Controls.Add(this.calculatingTextBox);
395      this.infoGroupBox.Controls.Add(this.jobsTextBox);
396      this.infoGroupBox.Controls.Add(this.finishedLabel);
397      this.infoGroupBox.Controls.Add(this.calculatingLabel);
398      this.infoGroupBox.Controls.Add(this.jobsLabel);
399      this.infoGroupBox.Location = new System.Drawing.Point(580, 5);
400      this.infoGroupBox.Name = "infoGroupBox";
401      this.infoGroupBox.Size = new System.Drawing.Size(133, 89);
402      this.infoGroupBox.TabIndex = 25;
403      this.infoGroupBox.TabStop = false;
404      this.infoGroupBox.Text = "Tasks";
405      //
406      // finishedTextBox
407      //
408      this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
409            | System.Windows.Forms.AnchorStyles.Right)));
410      this.finishedTextBox.Location = new System.Drawing.Point(74, 64);
411      this.finishedTextBox.Name = "finishedTextBox";
412      this.finishedTextBox.Size = new System.Drawing.Size(53, 20);
413      this.finishedTextBox.TabIndex = 5;
414      //
415      // calculatingTextBox
416      //
417      this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
418            | System.Windows.Forms.AnchorStyles.Right)));
419      this.calculatingTextBox.Location = new System.Drawing.Point(74, 40);
420      this.calculatingTextBox.Name = "calculatingTextBox";
421      this.calculatingTextBox.Size = new System.Drawing.Size(53, 20);
422      this.calculatingTextBox.TabIndex = 4;
423      //
424      // jobsTextBox
425      //
426      this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
427            | System.Windows.Forms.AnchorStyles.Right)));
428      this.jobsTextBox.Location = new System.Drawing.Point(74, 16);
429      this.jobsTextBox.Name = "jobsTextBox";
430      this.jobsTextBox.Size = new System.Drawing.Size(53, 20);
431      this.jobsTextBox.TabIndex = 3;
432      //
433      // finishedLabel
434      //
435      this.finishedLabel.AutoSize = true;
436      this.finishedLabel.Location = new System.Drawing.Point(6, 67);
437      this.finishedLabel.Name = "finishedLabel";
438      this.finishedLabel.Size = new System.Drawing.Size(49, 13);
439      this.finishedLabel.TabIndex = 2;
440      this.finishedLabel.Text = "Finished:";
441      //
442      // calculatingLabel
443      //
444      this.calculatingLabel.AutoSize = true;
445      this.calculatingLabel.Location = new System.Drawing.Point(6, 43);
446      this.calculatingLabel.Name = "calculatingLabel";
447      this.calculatingLabel.Size = new System.Drawing.Size(62, 13);
448      this.calculatingLabel.TabIndex = 1;
449      this.calculatingLabel.Text = "Calculating:";
450      //
451      // jobsLabel
452      //
453      this.jobsLabel.AutoSize = true;
454      this.jobsLabel.Location = new System.Drawing.Point(6, 19);
455      this.jobsLabel.Name = "jobsLabel";
456      this.jobsLabel.Size = new System.Drawing.Size(46, 13);
457      this.jobsLabel.TabIndex = 0;
458      this.jobsLabel.Text = "Waiting:";
459      //
460      // searchButton
461      //
462      this.searchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
463      this.searchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
464      this.searchButton.Location = new System.Drawing.Point(461, 50);
465      this.searchButton.Name = "searchButton";
466      this.searchButton.Size = new System.Drawing.Size(24, 24);
467      this.searchButton.TabIndex = 26;
468      this.searchButton.UseVisualStyleBackColor = true;
469      this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
470      //
471      // RefreshableHiveJobView
472      //
473      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
474      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
475      this.Controls.Add(this.searchButton);
476      this.Controls.Add(this.isPrivilegedCheckBox);
477      this.Controls.Add(this.infoGroupBox);
478      this.Controls.Add(this.refreshAutomaticallyCheckBox);
479      this.Controls.Add(this.refreshButton);
480      this.Controls.Add(this.nameTextBox);
481      this.Controls.Add(this.nameLabel);
482      this.Controls.Add(this.tabControl);
483      this.Controls.Add(this.startButton);
484      this.Controls.Add(this.executionTimeTextBox);
485      this.Controls.Add(this.executionTimeLabel);
486      this.Controls.Add(this.resourceNamesTextBox);
487      this.Controls.Add(this.pauseButton);
488      this.Controls.Add(this.resourceIdsLabel);
489      this.Controls.Add(this.stopButton);
490      this.Controls.Add(this.resetButton);
491      this.Name = "RefreshableHiveJobView";
492      this.Size = new System.Drawing.Size(717, 560);
493      this.tabControl.ResumeLayout(false);
494      this.tasksTabPage.ResumeLayout(false);
495      this.permissionTabPage.ResumeLayout(false);
496      this.runsTabPage.ResumeLayout(false);
497      this.stateTabPage.ResumeLayout(false);
498      this.logTabPage.ResumeLayout(false);
499      this.infoGroupBox.ResumeLayout(false);
500      this.infoGroupBox.PerformLayout();
501      this.ResumeLayout(false);
502      this.PerformLayout();
503
504    }
505    #endregion
506
507    private System.Windows.Forms.TabControl tabControl;
508    private System.Windows.Forms.Button startButton;
509    private System.Windows.Forms.Button stopButton;
510    private System.Windows.Forms.Button resetButton;
511    private System.Windows.Forms.Label executionTimeLabel;
512    private System.Windows.Forms.TextBox executionTimeTextBox;
513    private System.Windows.Forms.Button pauseButton;
514    private System.Windows.Forms.Label resourceIdsLabel;
515    private System.Windows.Forms.TextBox resourceNamesTextBox;
516    private System.Windows.Forms.TabPage logTabPage;
517    private Core.Views.LogView logView;
518    private System.Windows.Forms.TabPage tasksTabPage;
519    private HeuristicLab.Clients.Hive.Views.HiveTaskItemTreeView jobsTreeView;
520    private System.Windows.Forms.Label nameLabel;
521    private System.Windows.Forms.TextBox nameTextBox;
522    private System.Windows.Forms.ToolTip toolTip;
523    private System.Windows.Forms.Button refreshButton;
524    private System.Windows.Forms.CheckBox refreshAutomaticallyCheckBox;
525    private System.Windows.Forms.GroupBox infoGroupBox;
526    private System.Windows.Forms.TextBox finishedTextBox;
527    private System.Windows.Forms.TextBox calculatingTextBox;
528    private System.Windows.Forms.TextBox jobsTextBox;
529    private System.Windows.Forms.Label finishedLabel;
530    private System.Windows.Forms.Label calculatingLabel;
531    private System.Windows.Forms.Label jobsLabel;
532    private System.Windows.Forms.CheckBox isPrivilegedCheckBox;
533    private System.Windows.Forms.TabPage stateTabPage;
534    private HeuristicLab.MainForm.WindowsForms.ViewHost stateLogViewHost;
535    private System.Windows.Forms.TabPage permissionTabPage;
536    private HiveJobPermissionListView hiveExperimentPermissionListView;
537    private System.Windows.Forms.Button refreshPermissionsButton;
538    private System.Windows.Forms.TabPage runsTabPage;
539    private MainForm.WindowsForms.ViewHost runCollectionViewHost;
540    private System.Windows.Forms.Button searchButton;
541
542  }
543}
Note: See TracBrowser for help on using the repository browser.