Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2845_EnhancedProgress/HeuristicLab.Clients.Hive.JobManager/3.3/Views/RefreshableHiveJobView.Designer.cs @ 16307

Last change on this file since 16307 was 16307, checked in by pfleck, 5 years ago

#2845 Merged trunk changes before source move into branch

File size: 26.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2018 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.executionTimeLabel = new System.Windows.Forms.Label();
63      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
64      this.pauseButton = new System.Windows.Forms.Button();
65      this.resourceIdsLabel = new System.Windows.Forms.Label();
66      this.resourceNamesTextBox = new System.Windows.Forms.TextBox();
67      this.nameLabel = new System.Windows.Forms.Label();
68      this.nameTextBox = new System.Windows.Forms.TextBox();
69      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
70      this.refreshButton = new System.Windows.Forms.Button();
71      this.UnloadButton = new System.Windows.Forms.Button();
72      this.refreshAutomaticallyCheckBox = new System.Windows.Forms.CheckBox();
73      this.infoGroupBox = new System.Windows.Forms.GroupBox();
74      this.finishedTextBox = new System.Windows.Forms.TextBox();
75      this.calculatingTextBox = new System.Windows.Forms.TextBox();
76      this.jobsTextBox = new System.Windows.Forms.TextBox();
77      this.finishedLabel = new System.Windows.Forms.Label();
78      this.calculatingLabel = new System.Windows.Forms.Label();
79      this.jobsLabel = new System.Windows.Forms.Label();
80      this.searchButton = new System.Windows.Forms.Button();
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      // 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      // executionTimeLabel
273      //
274      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
275      this.executionTimeLabel.AutoSize = true;
276      this.executionTimeLabel.Location = new System.Drawing.Point(491, 543);
277      this.executionTimeLabel.Name = "executionTimeLabel";
278      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
279      this.executionTimeLabel.TabIndex = 9;
280      this.executionTimeLabel.Text = "&Execution Time:";
281      //
282      // executionTimeTextBox
283      //
284      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
285      this.executionTimeTextBox.Location = new System.Drawing.Point(580, 540);
286      this.executionTimeTextBox.Name = "executionTimeTextBox";
287      this.executionTimeTextBox.ReadOnly = true;
288      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
289      this.executionTimeTextBox.TabIndex = 10;
290      //
291      // pauseButton
292      //
293      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
294      this.pauseButton.Enabled = false;
295      this.pauseButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Pause;
296      this.pauseButton.Location = new System.Drawing.Point(30, 536);
297      this.pauseButton.Name = "pauseButton";
298      this.pauseButton.Size = new System.Drawing.Size(24, 24);
299      this.pauseButton.TabIndex = 6;
300      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
301      this.pauseButton.UseVisualStyleBackColor = true;
302      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
303      //
304      // resourceIdsLabel
305      //
306      this.resourceIdsLabel.AutoSize = true;
307      this.resourceIdsLabel.Location = new System.Drawing.Point(3, 56);
308      this.resourceIdsLabel.Name = "resourceIdsLabel";
309      this.resourceIdsLabel.Size = new System.Drawing.Size(61, 13);
310      this.resourceIdsLabel.TabIndex = 12;
311      this.resourceIdsLabel.Text = "Resources:";
312      //
313      // resourceNamesTextBox
314      //
315      this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
316            | System.Windows.Forms.AnchorStyles.Right)));
317      this.resourceNamesTextBox.Location = new System.Drawing.Point(70, 52);
318      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
319      this.resourceNamesTextBox.Size = new System.Drawing.Size(471, 20);
320      this.resourceNamesTextBox.TabIndex = 2;
321      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
322      //
323      // nameLabel
324      //
325      this.nameLabel.AutoSize = true;
326      this.nameLabel.Location = new System.Drawing.Point(3, 30);
327      this.nameLabel.Name = "nameLabel";
328      this.nameLabel.Size = new System.Drawing.Size(38, 13);
329      this.nameLabel.TabIndex = 20;
330      this.nameLabel.Text = "Name:";
331      //
332      // nameTextBox
333      //
334      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
335            | System.Windows.Forms.AnchorStyles.Right)));
336      this.nameTextBox.Location = new System.Drawing.Point(70, 27);
337      this.nameTextBox.Name = "nameTextBox";
338      this.nameTextBox.Size = new System.Drawing.Size(501, 20);
339      this.nameTextBox.TabIndex = 1;
340      this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated);
341      //
342      // refreshButton
343      //
344      this.refreshButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Refresh;
345      this.refreshButton.Location = new System.Drawing.Point(3, 0);
346      this.refreshButton.Name = "refreshButton";
347      this.refreshButton.Size = new System.Drawing.Size(24, 24);
348      this.refreshButton.TabIndex = 22;
349      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
350      this.refreshButton.UseVisualStyleBackColor = true;
351      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
352      //
353      // UnloadButton
354      //
355      this.UnloadButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Disconnect;
356      this.UnloadButton.Location = new System.Drawing.Point(30, 0);
357      this.UnloadButton.Name = "UnloadButton";
358      this.UnloadButton.Size = new System.Drawing.Size(24, 24);
359      this.UnloadButton.TabIndex = 27;
360      this.toolTip.SetToolTip(this.UnloadButton, "Unload Job");
361      this.UnloadButton.UseVisualStyleBackColor = true;
362      this.UnloadButton.Click += new System.EventHandler(this.UnloadButton_Click);
363      //
364      // refreshAutomaticallyCheckBox
365      //
366      this.refreshAutomaticallyCheckBox.AutoSize = true;
367      this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point(70, 3);
368      this.refreshAutomaticallyCheckBox.Name = "refreshAutomaticallyCheckBox";
369      this.refreshAutomaticallyCheckBox.Size = new System.Drawing.Size(127, 17);
370      this.refreshAutomaticallyCheckBox.TabIndex = 24;
371      this.refreshAutomaticallyCheckBox.Text = "&Refresh automatically";
372      this.refreshAutomaticallyCheckBox.UseVisualStyleBackColor = true;
373      this.refreshAutomaticallyCheckBox.CheckedChanged += new System.EventHandler(this.refreshAutomaticallyCheckBox_CheckedChanged);
374      //
375      // infoGroupBox
376      //
377      this.infoGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
378      this.infoGroupBox.Controls.Add(this.finishedTextBox);
379      this.infoGroupBox.Controls.Add(this.calculatingTextBox);
380      this.infoGroupBox.Controls.Add(this.jobsTextBox);
381      this.infoGroupBox.Controls.Add(this.finishedLabel);
382      this.infoGroupBox.Controls.Add(this.calculatingLabel);
383      this.infoGroupBox.Controls.Add(this.jobsLabel);
384      this.infoGroupBox.Location = new System.Drawing.Point(580, 5);
385      this.infoGroupBox.Name = "infoGroupBox";
386      this.infoGroupBox.Size = new System.Drawing.Size(133, 89);
387      this.infoGroupBox.TabIndex = 25;
388      this.infoGroupBox.TabStop = false;
389      this.infoGroupBox.Text = "Tasks";
390      //
391      // finishedTextBox
392      //
393      this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
394            | System.Windows.Forms.AnchorStyles.Right)));
395      this.finishedTextBox.Location = new System.Drawing.Point(74, 64);
396      this.finishedTextBox.Name = "finishedTextBox";
397      this.finishedTextBox.Size = new System.Drawing.Size(53, 20);
398      this.finishedTextBox.TabIndex = 5;
399      //
400      // calculatingTextBox
401      //
402      this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
403            | System.Windows.Forms.AnchorStyles.Right)));
404      this.calculatingTextBox.Location = new System.Drawing.Point(74, 40);
405      this.calculatingTextBox.Name = "calculatingTextBox";
406      this.calculatingTextBox.Size = new System.Drawing.Size(53, 20);
407      this.calculatingTextBox.TabIndex = 4;
408      //
409      // jobsTextBox
410      //
411      this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
412            | System.Windows.Forms.AnchorStyles.Right)));
413      this.jobsTextBox.Location = new System.Drawing.Point(74, 16);
414      this.jobsTextBox.Name = "jobsTextBox";
415      this.jobsTextBox.Size = new System.Drawing.Size(53, 20);
416      this.jobsTextBox.TabIndex = 3;
417      //
418      // finishedLabel
419      //
420      this.finishedLabel.AutoSize = true;
421      this.finishedLabel.Location = new System.Drawing.Point(6, 67);
422      this.finishedLabel.Name = "finishedLabel";
423      this.finishedLabel.Size = new System.Drawing.Size(49, 13);
424      this.finishedLabel.TabIndex = 2;
425      this.finishedLabel.Text = "Finished:";
426      //
427      // calculatingLabel
428      //
429      this.calculatingLabel.AutoSize = true;
430      this.calculatingLabel.Location = new System.Drawing.Point(6, 43);
431      this.calculatingLabel.Name = "calculatingLabel";
432      this.calculatingLabel.Size = new System.Drawing.Size(62, 13);
433      this.calculatingLabel.TabIndex = 1;
434      this.calculatingLabel.Text = "Calculating:";
435      //
436      // jobsLabel
437      //
438      this.jobsLabel.AutoSize = true;
439      this.jobsLabel.Location = new System.Drawing.Point(6, 19);
440      this.jobsLabel.Name = "jobsLabel";
441      this.jobsLabel.Size = new System.Drawing.Size(46, 13);
442      this.jobsLabel.TabIndex = 0;
443      this.jobsLabel.Text = "Waiting:";
444      //
445      // searchButton
446      //
447      this.searchButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
448      this.searchButton.Image = HeuristicLab.Common.Resources.VSImageLibrary.Zoom;
449      this.searchButton.Location = new System.Drawing.Point(547, 50);
450      this.searchButton.Name = "searchButton";
451      this.searchButton.Size = new System.Drawing.Size(24, 24);
452      this.searchButton.TabIndex = 26;
453      this.searchButton.UseVisualStyleBackColor = true;
454      this.searchButton.Click += new System.EventHandler(this.searchButton_Click);
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.resourceNamesTextBox);
471      this.Controls.Add(this.pauseButton);
472      this.Controls.Add(this.resourceIdsLabel);
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 resourceIdsLabel;
496    private System.Windows.Forms.TextBox resourceNamesTextBox;
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.