Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveProjectManagement/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs @ 15412

Last change on this file since 15412 was 15412, checked in by jkarder, 7 years ago

#2839:

  • worked on resources and projects views
  • changed resource selector to be able to select projects and assigned resources
  • updated service clients
File size: 26.6 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 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.runsTabPage = new System.Windows.Forms.TabPage();
54      this.runCollectionViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
55      this.stateTabPage = new System.Windows.Forms.TabPage();
56      this.stateLogViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
57      this.logTabPage = new System.Windows.Forms.TabPage();
58      this.logView = new HeuristicLab.Core.Views.LogView();
59      this.startButton = new System.Windows.Forms.Button();
60      this.stopButton = new System.Windows.Forms.Button();
61      this.executionTimeLabel = new System.Windows.Forms.Label();
62      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
63      this.pauseButton = new System.Windows.Forms.Button();
64      this.projectLabel = new System.Windows.Forms.Label();
65      this.projectNameTextBox = new System.Windows.Forms.TextBox();
66      this.nameLabel = new System.Windows.Forms.Label();
67      this.nameTextBox = new System.Windows.Forms.TextBox();
68      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
69      this.refreshButton = new System.Windows.Forms.Button();
70      this.UnloadButton = new System.Windows.Forms.Button();
71      this.refreshAutomaticallyCheckBox = new System.Windows.Forms.CheckBox();
72      this.infoGroupBox = new System.Windows.Forms.GroupBox();
73      this.finishedTextBox = new System.Windows.Forms.TextBox();
74      this.calculatingTextBox = new System.Windows.Forms.TextBox();
75      this.jobsTextBox = new System.Windows.Forms.TextBox();
76      this.finishedLabel = new System.Windows.Forms.Label();
77      this.calculatingLabel = new System.Windows.Forms.Label();
78      this.jobsLabel = new System.Windows.Forms.Label();
79      this.searchButton = new System.Windows.Forms.Button();
80      this.hiveExperimentPermissionListView = new HeuristicLab.Clients.Hive.JobManager.Views.HiveJobPermissionListView();
81      this.tabControl.SuspendLayout();
82      this.tasksTabPage.SuspendLayout();
83      this.permissionTabPage.SuspendLayout();
84      this.runsTabPage.SuspendLayout();
85      this.stateTabPage.SuspendLayout();
86      this.logTabPage.SuspendLayout();
87      this.infoGroupBox.SuspendLayout();
88      this.SuspendLayout();
89      //
90      // tabControl
91      //
92      this.tabControl.AllowDrop = true;
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      // runsTabPage
158      //
159      this.runsTabPage.Controls.Add(this.runCollectionViewHost);
160      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
161      this.runsTabPage.Name = "runsTabPage";
162      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
163      this.runsTabPage.Size = new System.Drawing.Size(709, 426);
164      this.runsTabPage.TabIndex = 8;
165      this.runsTabPage.Text = "Runs";
166      this.runsTabPage.UseVisualStyleBackColor = true;
167      //
168      // runCollectionViewHost
169      //
170      this.runCollectionViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
171            | System.Windows.Forms.AnchorStyles.Left)
172            | System.Windows.Forms.AnchorStyles.Right)));
173      this.runCollectionViewHost.Caption = "View";
174      this.runCollectionViewHost.Content = null;
175      this.runCollectionViewHost.Enabled = false;
176      this.runCollectionViewHost.Location = new System.Drawing.Point(3, 3);
177      this.runCollectionViewHost.Name = "runCollectionViewHost";
178      this.runCollectionViewHost.ReadOnly = false;
179      this.runCollectionViewHost.Size = new System.Drawing.Size(703, 420);
180      this.runCollectionViewHost.TabIndex = 2;
181      this.runCollectionViewHost.ViewsLabelVisible = true;
182      this.runCollectionViewHost.ViewType = null;
183      //
184      // stateTabPage
185      //
186      this.stateTabPage.Controls.Add(this.stateLogViewHost);
187      this.stateTabPage.Location = new System.Drawing.Point(4, 22);
188      this.stateTabPage.Name = "stateTabPage";
189      this.stateTabPage.Size = new System.Drawing.Size(709, 426);
190      this.stateTabPage.TabIndex = 6;
191      this.stateTabPage.Text = "Execution History";
192      this.stateTabPage.UseVisualStyleBackColor = true;
193      //
194      // stateLogViewHost
195      //
196      this.stateLogViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
197            | System.Windows.Forms.AnchorStyles.Left)
198            | System.Windows.Forms.AnchorStyles.Right)));
199      this.stateLogViewHost.Caption = "StateLog View";
200      this.stateLogViewHost.Content = null;
201      this.stateLogViewHost.Enabled = false;
202      this.stateLogViewHost.Location = new System.Drawing.Point(3, 3);
203      this.stateLogViewHost.Name = "stateLogViewHost";
204      this.stateLogViewHost.ReadOnly = false;
205      this.stateLogViewHost.Size = new System.Drawing.Size(703, 420);
206      this.stateLogViewHost.TabIndex = 0;
207      this.stateLogViewHost.ViewsLabelVisible = true;
208      this.stateLogViewHost.ViewType = null;
209      //
210      // logTabPage
211      //
212      this.logTabPage.Controls.Add(this.logView);
213      this.logTabPage.Location = new System.Drawing.Point(4, 22);
214      this.logTabPage.Name = "logTabPage";
215      this.logTabPage.Size = new System.Drawing.Size(709, 426);
216      this.logTabPage.TabIndex = 3;
217      this.logTabPage.Text = "Log";
218      this.logTabPage.UseVisualStyleBackColor = true;
219      //
220      // logView
221      //
222      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
223            | System.Windows.Forms.AnchorStyles.Left)
224            | System.Windows.Forms.AnchorStyles.Right)));
225      this.logView.Caption = "Log View";
226      this.logView.Content = null;
227      this.logView.Location = new System.Drawing.Point(3, 3);
228      this.logView.Name = "logView";
229      this.logView.ReadOnly = false;
230      this.logView.Size = new System.Drawing.Size(703, 420);
231      this.logView.TabIndex = 0;
232      //
233      // startButton
234      //
235      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
236      this.startButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Play;
237      this.startButton.Location = new System.Drawing.Point(0, 536);
238      this.startButton.Name = "startButton";
239      this.startButton.Size = new System.Drawing.Size(24, 24);
240      this.startButton.TabIndex = 5;
241      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
242      this.startButton.UseVisualStyleBackColor = true;
243      this.startButton.Click += new System.EventHandler(this.startButton_Click);
244      //
245      // stopButton
246      //
247      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
248      this.stopButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Stop;
249      this.stopButton.Location = new System.Drawing.Point(60, 536);
250      this.stopButton.Name = "stopButton";
251      this.stopButton.Size = new System.Drawing.Size(24, 24);
252      this.stopButton.TabIndex = 7;
253      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
254      this.stopButton.UseVisualStyleBackColor = true;
255      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
256      //
257      // executionTimeLabel
258      //
259      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
260      this.executionTimeLabel.AutoSize = true;
261      this.executionTimeLabel.Location = new System.Drawing.Point(491, 543);
262      this.executionTimeLabel.Name = "executionTimeLabel";
263      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
264      this.executionTimeLabel.TabIndex = 9;
265      this.executionTimeLabel.Text = "&Execution Time:";
266      //
267      // executionTimeTextBox
268      //
269      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
270      this.executionTimeTextBox.Location = new System.Drawing.Point(580, 540);
271      this.executionTimeTextBox.Name = "executionTimeTextBox";
272      this.executionTimeTextBox.ReadOnly = true;
273      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
274      this.executionTimeTextBox.TabIndex = 10;
275      //
276      // pauseButton
277      //
278      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
279      this.pauseButton.Enabled = false;
280      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
281      this.pauseButton.Location = new System.Drawing.Point(30, 536);
282      this.pauseButton.Name = "pauseButton";
283      this.pauseButton.Size = new System.Drawing.Size(24, 24);
284      this.pauseButton.TabIndex = 6;
285      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
286      this.pauseButton.UseVisualStyleBackColor = true;
287      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
288      //
289      // projectLabel
290      //
291      this.projectLabel.AutoSize = true;
292      this.projectLabel.Location = new System.Drawing.Point(3, 56);
293      this.projectLabel.Name = "projectLabel";
294      this.projectLabel.Size = new System.Drawing.Size(43, 13);
295      this.projectLabel.TabIndex = 12;
296      this.projectLabel.Text = "Project:";
297      //
298      // projectNameTextBox
299      //
300      this.projectNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
301            | System.Windows.Forms.AnchorStyles.Right)));
302      this.projectNameTextBox.Location = new System.Drawing.Point(82, 52);
303      this.projectNameTextBox.Name = "projectNameTextBox";
304      this.projectNameTextBox.ReadOnly = true;
305      this.projectNameTextBox.Size = new System.Drawing.Size(489, 20);
306      this.projectNameTextBox.TabIndex = 2;
307      this.projectNameTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
308      //
309      // nameLabel
310      //
311      this.nameLabel.AutoSize = true;
312      this.nameLabel.Location = new System.Drawing.Point(3, 30);
313      this.nameLabel.Name = "nameLabel";
314      this.nameLabel.Size = new System.Drawing.Size(38, 13);
315      this.nameLabel.TabIndex = 20;
316      this.nameLabel.Text = "Name:";
317      //
318      // nameTextBox
319      //
320      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
321            | System.Windows.Forms.AnchorStyles.Right)));
322      this.nameTextBox.Location = new System.Drawing.Point(52, 27);
323      this.nameTextBox.Name = "nameTextBox";
324      this.nameTextBox.Size = new System.Drawing.Size(519, 20);
325      this.nameTextBox.TabIndex = 1;
326      this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated);
327      //
328      // refreshButton
329      //
330      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
331      this.refreshButton.Location = new System.Drawing.Point(3, 0);
332      this.refreshButton.Name = "refreshButton";
333      this.refreshButton.Size = new System.Drawing.Size(24, 24);
334      this.refreshButton.TabIndex = 22;
335      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
336      this.refreshButton.UseVisualStyleBackColor = true;
337      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
338      //
339      // UnloadButton
340      //
341      this.UnloadButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Disconnect;
342      this.UnloadButton.Location = new System.Drawing.Point(30, 0);
343      this.UnloadButton.Name = "UnloadButton";
344      this.UnloadButton.Size = new System.Drawing.Size(24, 24);
345      this.UnloadButton.TabIndex = 27;
346      this.toolTip.SetToolTip(this.UnloadButton, "Unload Job");
347      this.UnloadButton.UseVisualStyleBackColor = true;
348      this.UnloadButton.Click += new System.EventHandler(this.UnloadButton_Click);
349      //
350      // refreshAutomaticallyCheckBox
351      //
352      this.refreshAutomaticallyCheckBox.AutoSize = true;
353      this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point(70, 3);
354      this.refreshAutomaticallyCheckBox.Name = "refreshAutomaticallyCheckBox";
355      this.refreshAutomaticallyCheckBox.Size = new System.Drawing.Size(127, 17);
356      this.refreshAutomaticallyCheckBox.TabIndex = 24;
357      this.refreshAutomaticallyCheckBox.Text = "&Refresh automatically";
358      this.refreshAutomaticallyCheckBox.UseVisualStyleBackColor = true;
359      this.refreshAutomaticallyCheckBox.CheckedChanged += new System.EventHandler(this.refreshAutomaticallyCheckBox_CheckedChanged);
360      //
361      // infoGroupBox
362      //
363      this.infoGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
364      this.infoGroupBox.Controls.Add(this.finishedTextBox);
365      this.infoGroupBox.Controls.Add(this.calculatingTextBox);
366      this.infoGroupBox.Controls.Add(this.jobsTextBox);
367      this.infoGroupBox.Controls.Add(this.finishedLabel);
368      this.infoGroupBox.Controls.Add(this.calculatingLabel);
369      this.infoGroupBox.Controls.Add(this.jobsLabel);
370      this.infoGroupBox.Location = new System.Drawing.Point(580, 5);
371      this.infoGroupBox.Name = "infoGroupBox";
372      this.infoGroupBox.Size = new System.Drawing.Size(133, 89);
373      this.infoGroupBox.TabIndex = 25;
374      this.infoGroupBox.TabStop = false;
375      this.infoGroupBox.Text = "Tasks";
376      //
377      // finishedTextBox
378      //
379      this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
380            | System.Windows.Forms.AnchorStyles.Right)));
381      this.finishedTextBox.Location = new System.Drawing.Point(74, 64);
382      this.finishedTextBox.Name = "finishedTextBox";
383      this.finishedTextBox.Size = new System.Drawing.Size(53, 20);
384      this.finishedTextBox.TabIndex = 5;
385      //
386      // calculatingTextBox
387      //
388      this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
389            | System.Windows.Forms.AnchorStyles.Right)));
390      this.calculatingTextBox.Location = new System.Drawing.Point(74, 40);
391      this.calculatingTextBox.Name = "calculatingTextBox";
392      this.calculatingTextBox.Size = new System.Drawing.Size(53, 20);
393      this.calculatingTextBox.TabIndex = 4;
394      //
395      // jobsTextBox
396      //
397      this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
398            | System.Windows.Forms.AnchorStyles.Right)));
399      this.jobsTextBox.Location = new System.Drawing.Point(74, 16);
400      this.jobsTextBox.Name = "jobsTextBox";
401      this.jobsTextBox.Size = new System.Drawing.Size(53, 20);
402      this.jobsTextBox.TabIndex = 3;
403      //
404      // finishedLabel
405      //
406      this.finishedLabel.AutoSize = true;
407      this.finishedLabel.Location = new System.Drawing.Point(6, 67);
408      this.finishedLabel.Name = "finishedLabel";
409      this.finishedLabel.Size = new System.Drawing.Size(49, 13);
410      this.finishedLabel.TabIndex = 2;
411      this.finishedLabel.Text = "Finished:";
412      //
413      // calculatingLabel
414      //
415      this.calculatingLabel.AutoSize = true;
416      this.calculatingLabel.Location = new System.Drawing.Point(6, 43);
417      this.calculatingLabel.Name = "calculatingLabel";
418      this.calculatingLabel.Size = new System.Drawing.Size(62, 13);
419      this.calculatingLabel.TabIndex = 1;
420      this.calculatingLabel.Text = "Calculating:";
421      //
422      // jobsLabel
423      //
424      this.jobsLabel.AutoSize = true;
425      this.jobsLabel.Location = new System.Drawing.Point(6, 19);
426      this.jobsLabel.Name = "jobsLabel";
427      this.jobsLabel.Size = new System.Drawing.Size(46, 13);
428      this.jobsLabel.TabIndex = 0;
429      this.jobsLabel.Text = "Waiting:";
430      //
431      // searchButton
432      //
433      this.searchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
434      this.searchButton.Location = new System.Drawing.Point(52, 50);
435      this.searchButton.Name = "searchButton";
436      this.searchButton.Size = new System.Drawing.Size(24, 24);
437      this.searchButton.TabIndex = 26;
438      this.searchButton.UseVisualStyleBackColor = true;
439      this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
440      //
441      // hiveExperimentPermissionListView
442      //
443      this.hiveExperimentPermissionListView.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.hiveExperimentPermissionListView.Caption = "HiveExperimentPermissionList View";
447      this.hiveExperimentPermissionListView.Content = null;
448      this.hiveExperimentPermissionListView.HiveExperimentId = new System.Guid("00000000-0000-0000-0000-000000000000");
449      this.hiveExperimentPermissionListView.Location = new System.Drawing.Point(3, 33);
450      this.hiveExperimentPermissionListView.Name = "hiveExperimentPermissionListView";
451      this.hiveExperimentPermissionListView.ReadOnly = false;
452      this.hiveExperimentPermissionListView.ShowDetails = true;
453      this.hiveExperimentPermissionListView.Size = new System.Drawing.Size(703, 390);
454      this.hiveExperimentPermissionListView.TabIndex = 0;
455      //
456      // RefreshableHiveJobView
457      //
458      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
459      this.Controls.Add(this.UnloadButton);
460      this.Controls.Add(this.searchButton);
461      this.Controls.Add(this.infoGroupBox);
462      this.Controls.Add(this.refreshAutomaticallyCheckBox);
463      this.Controls.Add(this.refreshButton);
464      this.Controls.Add(this.nameTextBox);
465      this.Controls.Add(this.nameLabel);
466      this.Controls.Add(this.tabControl);
467      this.Controls.Add(this.startButton);
468      this.Controls.Add(this.executionTimeTextBox);
469      this.Controls.Add(this.executionTimeLabel);
470      this.Controls.Add(this.projectNameTextBox);
471      this.Controls.Add(this.pauseButton);
472      this.Controls.Add(this.projectLabel);
473      this.Controls.Add(this.stopButton);
474      this.Name = "RefreshableHiveJobView";
475      this.Size = new System.Drawing.Size(717, 560);
476      this.tabControl.ResumeLayout(false);
477      this.tasksTabPage.ResumeLayout(false);
478      this.permissionTabPage.ResumeLayout(false);
479      this.runsTabPage.ResumeLayout(false);
480      this.stateTabPage.ResumeLayout(false);
481      this.logTabPage.ResumeLayout(false);
482      this.infoGroupBox.ResumeLayout(false);
483      this.infoGroupBox.PerformLayout();
484      this.ResumeLayout(false);
485      this.PerformLayout();
486
487    }
488    #endregion
489
490    private System.Windows.Forms.Button startButton;
491    private System.Windows.Forms.Button stopButton;
492    private System.Windows.Forms.Label executionTimeLabel;
493    private System.Windows.Forms.TextBox executionTimeTextBox;
494    private System.Windows.Forms.Button pauseButton;
495    private System.Windows.Forms.Label projectLabel;
496    private System.Windows.Forms.TextBox projectNameTextBox;
497    private System.Windows.Forms.TabPage logTabPage;
498    private Core.Views.LogView logView;
499    private System.Windows.Forms.TabPage tasksTabPage;
500    private HeuristicLab.Clients.Hive.Views.HiveTaskItemTreeView jobsTreeView;
501    private System.Windows.Forms.Label nameLabel;
502    private System.Windows.Forms.TextBox nameTextBox;
503    private System.Windows.Forms.ToolTip toolTip;
504    private System.Windows.Forms.Button refreshButton;
505    private System.Windows.Forms.CheckBox refreshAutomaticallyCheckBox;
506    private System.Windows.Forms.GroupBox infoGroupBox;
507    private System.Windows.Forms.TextBox finishedTextBox;
508    private System.Windows.Forms.TextBox calculatingTextBox;
509    private System.Windows.Forms.TextBox jobsTextBox;
510    private System.Windows.Forms.Label finishedLabel;
511    private System.Windows.Forms.Label calculatingLabel;
512    private System.Windows.Forms.Label jobsLabel;
513    private System.Windows.Forms.TabPage stateTabPage;
514    private HeuristicLab.MainForm.WindowsForms.ViewHost stateLogViewHost;
515    private System.Windows.Forms.TabPage permissionTabPage;
516    private HiveJobPermissionListView hiveExperimentPermissionListView;
517    private System.Windows.Forms.Button refreshPermissionsButton;
518    private System.Windows.Forms.TabPage runsTabPage;
519    private MainForm.WindowsForms.ViewHost runCollectionViewHost;
520    private System.Windows.Forms.Button searchButton;
521    private MainForm.WindowsForms.DragOverTabControl tabControl;
522    private System.Windows.Forms.Button UnloadButton;
523
524  }
525}
Note: See TracBrowser for help on using the repository browser.