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