Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HiveExperimentView.Designer.cs @ 4144

Last change on this file since 4144 was 4144, checked in by cneumuel, 14 years ago

improved HiveExperiment GUI (HL3.3 look&feel, RunCollectionView, JobItem.ToString) (#1115)

File size: 23.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2010 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.Hive.Experiment.Views {
23  partial class HiveExperimentView {
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      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HiveExperimentView));
48      this.tabControl = new System.Windows.Forms.TabControl();
49      this.experimentTabPage = new System.Windows.Forms.TabPage();
50      this.openExperimentButton = new System.Windows.Forms.Button();
51      this.newExperimentButton = new System.Windows.Forms.Button();
52      this.experimentNamedItemView = new HeuristicLab.Core.Views.NamedItemView();
53      this.viewExperimentButton = new System.Windows.Forms.Button();
54      this.hiveStatusTabPage = new System.Windows.Forms.TabPage();
55      this.jobListView = new HeuristicLab.Hive.Experiment.Views.JobItemListView();
56      this.logTabPage = new System.Windows.Forms.TabPage();
57      this.logView = new HeuristicLab.Core.Views.LogView();
58      this.startButton = new System.Windows.Forms.Button();
59      this.stopButton = new System.Windows.Forms.Button();
60      this.resetButton = 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.ServerUrlLabel = new System.Windows.Forms.Label();
65      this.resourceIdsLabel = new System.Windows.Forms.Label();
66      this.serverUrlTextBox = new System.Windows.Forms.TextBox();
67      this.resourceIdsTextBox = new System.Windows.Forms.TextBox();
68      this.disconnectButton = new System.Windows.Forms.Button();
69      this.reconnectButton = new System.Windows.Forms.Button();
70      this.runsTabPage = new System.Windows.Forms.TabPage();
71      this.runCollectionView = new HeuristicLab.Optimization.Views.RunCollectionView();
72      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
73      this.tabControl.SuspendLayout();
74      this.experimentTabPage.SuspendLayout();
75      this.hiveStatusTabPage.SuspendLayout();
76      this.logTabPage.SuspendLayout();
77      this.runsTabPage.SuspendLayout();
78      this.SuspendLayout();
79      //
80      // nameTextBox
81      //
82      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
83      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
84      this.nameTextBox.Size = new System.Drawing.Size(663, 20);
85      //
86      // descriptionTextBox
87      //
88      this.descriptionTextBox.Size = new System.Drawing.Size(663, 20);
89      //
90      // tabControl
91      //
92      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
93                  | System.Windows.Forms.AnchorStyles.Left)
94                  | System.Windows.Forms.AnchorStyles.Right)));
95      this.tabControl.Controls.Add(this.experimentTabPage);
96      this.tabControl.Controls.Add(this.hiveStatusTabPage);
97      this.tabControl.Controls.Add(this.runsTabPage);
98      this.tabControl.Controls.Add(this.logTabPage);
99      this.tabControl.Location = new System.Drawing.Point(0, 99);
100      this.tabControl.Name = "tabControl";
101      this.tabControl.SelectedIndex = 0;
102      this.tabControl.Size = new System.Drawing.Size(735, 395);
103      this.tabControl.TabIndex = 4;
104      //
105      // experimentTabPage
106      //
107      this.experimentTabPage.Controls.Add(this.openExperimentButton);
108      this.experimentTabPage.Controls.Add(this.newExperimentButton);
109      this.experimentTabPage.Controls.Add(this.experimentNamedItemView);
110      this.experimentTabPage.Controls.Add(this.viewExperimentButton);
111      this.experimentTabPage.Location = new System.Drawing.Point(4, 22);
112      this.experimentTabPage.Name = "experimentTabPage";
113      this.experimentTabPage.Padding = new System.Windows.Forms.Padding(3);
114      this.experimentTabPage.Size = new System.Drawing.Size(727, 369);
115      this.experimentTabPage.TabIndex = 1;
116      this.experimentTabPage.Text = "Experiment";
117      this.experimentTabPage.UseVisualStyleBackColor = true;
118      //
119      // openExperimentButton
120      //
121      this.openExperimentButton.Image = ((System.Drawing.Image)(resources.GetObject("openExperimentButton.Image")));
122      this.openExperimentButton.Location = new System.Drawing.Point(36, 6);
123      this.openExperimentButton.Name = "openExperimentButton";
124      this.openExperimentButton.Size = new System.Drawing.Size(24, 24);
125      this.openExperimentButton.TabIndex = 5;
126      this.toolTip.SetToolTip(this.openExperimentButton, "Open Experiment");
127      this.openExperimentButton.UseVisualStyleBackColor = true;
128      this.openExperimentButton.Click += new System.EventHandler(this.openExperimentButton_Click);
129      //
130      // newExperimentButton
131      //
132      this.newExperimentButton.Image = ((System.Drawing.Image)(resources.GetObject("newExperimentButton.Image")));
133      this.newExperimentButton.Location = new System.Drawing.Point(6, 6);
134      this.newExperimentButton.Name = "newExperimentButton";
135      this.newExperimentButton.Size = new System.Drawing.Size(24, 24);
136      this.newExperimentButton.TabIndex = 4;
137      this.toolTip.SetToolTip(this.newExperimentButton, "New Experiment");
138      this.newExperimentButton.UseVisualStyleBackColor = true;
139      this.newExperimentButton.Click += new System.EventHandler(this.newExperimentButton_Click);
140      //
141      // experimentNamedItemView
142      //
143      this.experimentNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
144                  | System.Windows.Forms.AnchorStyles.Right)));
145      this.experimentNamedItemView.Caption = "NamedItem View";
146      this.experimentNamedItemView.Content = null;
147      this.experimentNamedItemView.Location = new System.Drawing.Point(3, 36);
148      this.experimentNamedItemView.Name = "experimentNamedItemView";
149      this.experimentNamedItemView.ReadOnly = false;
150      this.experimentNamedItemView.Size = new System.Drawing.Size(721, 52);
151      this.experimentNamedItemView.TabIndex = 3;
152      //
153      // viewExperimentButton
154      //
155      this.viewExperimentButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
156                  | System.Windows.Forms.AnchorStyles.Right)));
157      this.viewExperimentButton.Location = new System.Drawing.Point(0, 94);
158      this.viewExperimentButton.Name = "viewExperimentButton";
159      this.viewExperimentButton.Size = new System.Drawing.Size(727, 23);
160      this.viewExperimentButton.TabIndex = 1;
161      this.viewExperimentButton.Text = "&Show Experiment";
162      this.viewExperimentButton.UseVisualStyleBackColor = true;
163      this.viewExperimentButton.Click += new System.EventHandler(this.showExperimentButton_Click);
164      //
165      // hiveStatusTabPage
166      //
167      this.hiveStatusTabPage.Controls.Add(this.jobListView);
168      this.hiveStatusTabPage.Location = new System.Drawing.Point(4, 22);
169      this.hiveStatusTabPage.Name = "hiveStatusTabPage";
170      this.hiveStatusTabPage.Padding = new System.Windows.Forms.Padding(3);
171      this.hiveStatusTabPage.Size = new System.Drawing.Size(727, 369);
172      this.hiveStatusTabPage.TabIndex = 2;
173      this.hiveStatusTabPage.Text = "HiveStatus";
174      this.hiveStatusTabPage.UseVisualStyleBackColor = true;
175      //
176      // jobListView
177      //
178      this.jobListView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
179                  | System.Windows.Forms.AnchorStyles.Left)
180                  | System.Windows.Forms.AnchorStyles.Right)));
181      this.jobListView.Caption = "JobList View";
182      this.jobListView.Content = null;
183      this.jobListView.Location = new System.Drawing.Point(3, 6);
184      this.jobListView.Name = "jobListView";
185      this.jobListView.ReadOnly = false;
186      this.jobListView.Size = new System.Drawing.Size(721, 360);
187      this.jobListView.TabIndex = 0;
188      //
189      // logTabPage
190      //
191      this.logTabPage.Controls.Add(this.logView);
192      this.logTabPage.Location = new System.Drawing.Point(4, 22);
193      this.logTabPage.Name = "logTabPage";
194      this.logTabPage.Size = new System.Drawing.Size(727, 369);
195      this.logTabPage.TabIndex = 3;
196      this.logTabPage.Text = "Log";
197      this.logTabPage.UseVisualStyleBackColor = true;
198      //
199      // logView
200      //
201      this.logView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
202                  | System.Windows.Forms.AnchorStyles.Left)
203                  | System.Windows.Forms.AnchorStyles.Right)));
204      this.logView.Caption = "Log View";
205      this.logView.Content = null;
206      this.logView.Location = new System.Drawing.Point(3, 4);
207      this.logView.Name = "logView";
208      this.logView.ReadOnly = false;
209      this.logView.Size = new System.Drawing.Size(721, 362);
210      this.logView.TabIndex = 0;
211      //
212      // startButton
213      //
214      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
215      this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
216      this.startButton.Location = new System.Drawing.Point(0, 500);
217      this.startButton.Name = "startButton";
218      this.startButton.Size = new System.Drawing.Size(24, 24);
219      this.startButton.TabIndex = 5;
220      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
221      this.startButton.UseVisualStyleBackColor = true;
222      this.startButton.Click += new System.EventHandler(this.startButton_Click);
223      //
224      // stopButton
225      //
226      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
227      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
228      this.stopButton.Location = new System.Drawing.Point(60, 500);
229      this.stopButton.Name = "stopButton";
230      this.stopButton.Size = new System.Drawing.Size(24, 24);
231      this.stopButton.TabIndex = 7;
232      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
233      this.stopButton.UseVisualStyleBackColor = true;
234      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
235      //
236      // resetButton
237      //
238      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
239      this.resetButton.Enabled = false;
240      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
241      this.resetButton.Location = new System.Drawing.Point(90, 500);
242      this.resetButton.Name = "resetButton";
243      this.resetButton.Size = new System.Drawing.Size(24, 24);
244      this.resetButton.TabIndex = 8;
245      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
246      this.resetButton.UseVisualStyleBackColor = true;
247      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
248      //
249      // executionTimeLabel
250      //
251      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
252      this.executionTimeLabel.AutoSize = true;
253      this.executionTimeLabel.Location = new System.Drawing.Point(509, 507);
254      this.executionTimeLabel.Name = "executionTimeLabel";
255      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
256      this.executionTimeLabel.TabIndex = 9;
257      this.executionTimeLabel.Text = "&Execution Time:";
258      //
259      // executionTimeTextBox
260      //
261      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
262      this.executionTimeTextBox.Location = new System.Drawing.Point(598, 504);
263      this.executionTimeTextBox.Name = "executionTimeTextBox";
264      this.executionTimeTextBox.ReadOnly = true;
265      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
266      this.executionTimeTextBox.TabIndex = 10;
267      //
268      // pauseButton
269      //
270      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
271      this.pauseButton.Enabled = false;
272      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
273      this.pauseButton.Location = new System.Drawing.Point(30, 500);
274      this.pauseButton.Name = "pauseButton";
275      this.pauseButton.Size = new System.Drawing.Size(24, 24);
276      this.pauseButton.TabIndex = 6;
277      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
278      this.pauseButton.UseVisualStyleBackColor = true;
279      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
280      //
281      // ServerUrlLabel
282      //
283      this.ServerUrlLabel.AutoSize = true;
284      this.ServerUrlLabel.Location = new System.Drawing.Point(1, 53);
285      this.ServerUrlLabel.Name = "ServerUrlLabel";
286      this.ServerUrlLabel.Size = new System.Drawing.Size(51, 13);
287      this.ServerUrlLabel.TabIndex = 11;
288      this.ServerUrlLabel.Text = "ServerUrl";
289      //
290      // resourceIdsLabel
291      //
292      this.resourceIdsLabel.AutoSize = true;
293      this.resourceIdsLabel.Location = new System.Drawing.Point(3, 76);
294      this.resourceIdsLabel.Name = "resourceIdsLabel";
295      this.resourceIdsLabel.Size = new System.Drawing.Size(67, 13);
296      this.resourceIdsLabel.TabIndex = 12;
297      this.resourceIdsLabel.Text = "ResourceIds";
298      //
299      // serverUrlTextBox
300      //
301      this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
302                  | System.Windows.Forms.AnchorStyles.Right)));
303      this.serverUrlTextBox.Location = new System.Drawing.Point(72, 50);
304      this.serverUrlTextBox.Name = "serverUrlTextBox";
305      this.serverUrlTextBox.Size = new System.Drawing.Size(663, 20);
306      this.serverUrlTextBox.TabIndex = 13;
307      this.serverUrlTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.serverUrlTextBox_Validating);
308      this.serverUrlTextBox.Validated += new System.EventHandler(this.serverUrlTextBox_Validated);
309      //
310      // resourceIdsTextBox
311      //
312      this.resourceIdsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
313                  | System.Windows.Forms.AnchorStyles.Right)));
314      this.resourceIdsTextBox.Location = new System.Drawing.Point(72, 73);
315      this.resourceIdsTextBox.Name = "resourceIdsTextBox";
316      this.resourceIdsTextBox.Size = new System.Drawing.Size(663, 20);
317      this.resourceIdsTextBox.TabIndex = 14;
318      this.resourceIdsTextBox.Validated += new System.EventHandler(this.resourceIdsTextBox_Validated);
319      //
320      // disconnectButton
321      //
322      this.disconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
323      this.disconnectButton.Enabled = false;
324      this.disconnectButton.Image = ((System.Drawing.Image)(resources.GetObject("disconnectButton.Image")));
325      this.disconnectButton.Location = new System.Drawing.Point(120, 500);
326      this.disconnectButton.Name = "disconnectButton";
327      this.disconnectButton.Size = new System.Drawing.Size(24, 24);
328      this.disconnectButton.TabIndex = 15;
329      this.toolTip.SetToolTip(this.disconnectButton, "Disconnect from Hive (Jobs will be continue to be calculated)");
330      this.disconnectButton.UseVisualStyleBackColor = true;
331      this.disconnectButton.Click += new System.EventHandler(this.disconnectButton_Click);
332      //
333      // reconnectButton
334      //
335      this.reconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
336      this.reconnectButton.Enabled = false;
337      this.reconnectButton.Image = ((System.Drawing.Image)(resources.GetObject("reconnectButton.Image")));
338      this.reconnectButton.Location = new System.Drawing.Point(150, 500);
339      this.reconnectButton.Name = "reconnectButton";
340      this.reconnectButton.Size = new System.Drawing.Size(24, 24);
341      this.reconnectButton.TabIndex = 16;
342      this.toolTip.SetToolTip(this.reconnectButton, "Reconnect to Hive");
343      this.reconnectButton.UseVisualStyleBackColor = true;
344      this.reconnectButton.Click += new System.EventHandler(this.reconnectButton_Click);
345      //
346      // runsTabPage
347      //
348      this.runsTabPage.Controls.Add(this.runCollectionView);
349      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
350      this.runsTabPage.Name = "runsTabPage";
351      this.runsTabPage.Size = new System.Drawing.Size(727, 369);
352      this.runsTabPage.TabIndex = 4;
353      this.runsTabPage.Text = "Runs";
354      this.runsTabPage.UseVisualStyleBackColor = true;
355      //
356      // runCollectionView
357      //
358      this.runCollectionView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
359                  | System.Windows.Forms.AnchorStyles.Left)
360                  | System.Windows.Forms.AnchorStyles.Right)));
361      this.runCollectionView.Caption = "RunCollection View";
362      this.runCollectionView.Content = null;
363      this.runCollectionView.Location = new System.Drawing.Point(0, 3);
364      this.runCollectionView.Name = "runCollectionView";
365      this.runCollectionView.ReadOnly = false;
366      this.runCollectionView.Size = new System.Drawing.Size(727, 366);
367      this.runCollectionView.TabIndex = 0;
368      //
369      // HiveExperimentView
370      //
371      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
372      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
373      this.Controls.Add(this.reconnectButton);
374      this.Controls.Add(this.disconnectButton);
375      this.Controls.Add(this.resourceIdsTextBox);
376      this.Controls.Add(this.serverUrlTextBox);
377      this.Controls.Add(this.resourceIdsLabel);
378      this.Controls.Add(this.tabControl);
379      this.Controls.Add(this.startButton);
380      this.Controls.Add(this.executionTimeTextBox);
381      this.Controls.Add(this.executionTimeLabel);
382      this.Controls.Add(this.ServerUrlLabel);
383      this.Controls.Add(this.pauseButton);
384      this.Controls.Add(this.stopButton);
385      this.Controls.Add(this.resetButton);
386      this.Name = "HiveExperimentView";
387      this.Size = new System.Drawing.Size(735, 524);
388      this.Controls.SetChildIndex(this.resetButton, 0);
389      this.Controls.SetChildIndex(this.stopButton, 0);
390      this.Controls.SetChildIndex(this.pauseButton, 0);
391      this.Controls.SetChildIndex(this.ServerUrlLabel, 0);
392      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
393      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
394      this.Controls.SetChildIndex(this.startButton, 0);
395      this.Controls.SetChildIndex(this.tabControl, 0);
396      this.Controls.SetChildIndex(this.resourceIdsLabel, 0);
397      this.Controls.SetChildIndex(this.serverUrlTextBox, 0);
398      this.Controls.SetChildIndex(this.resourceIdsTextBox, 0);
399      this.Controls.SetChildIndex(this.disconnectButton, 0);
400      this.Controls.SetChildIndex(this.reconnectButton, 0);
401      this.Controls.SetChildIndex(this.nameLabel, 0);
402      this.Controls.SetChildIndex(this.descriptionLabel, 0);
403      this.Controls.SetChildIndex(this.nameTextBox, 0);
404      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
405      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
406      this.tabControl.ResumeLayout(false);
407      this.experimentTabPage.ResumeLayout(false);
408      this.hiveStatusTabPage.ResumeLayout(false);
409      this.logTabPage.ResumeLayout(false);
410      this.runsTabPage.ResumeLayout(false);
411      this.ResumeLayout(false);
412      this.PerformLayout();
413
414    }
415    #endregion
416
417    private System.Windows.Forms.TabControl tabControl;
418    private System.Windows.Forms.TabPage experimentTabPage;
419    private System.Windows.Forms.Button startButton;
420    private System.Windows.Forms.Button stopButton;
421    private System.Windows.Forms.Button resetButton;
422    private System.Windows.Forms.Label executionTimeLabel;
423    private System.Windows.Forms.TextBox executionTimeTextBox;
424    private System.Windows.Forms.Button pauseButton;
425    private System.Windows.Forms.TabPage hiveStatusTabPage;
426    private System.Windows.Forms.Label ServerUrlLabel;
427    private System.Windows.Forms.Label resourceIdsLabel;
428    private System.Windows.Forms.TextBox serverUrlTextBox;
429    private System.Windows.Forms.TextBox resourceIdsTextBox;
430    private System.Windows.Forms.Button viewExperimentButton;
431    private Core.Views.NamedItemView experimentNamedItemView;
432    private System.Windows.Forms.TabPage logTabPage;
433    private Core.Views.LogView logView;
434    private JobItemListView jobListView;
435    private System.Windows.Forms.Button disconnectButton;
436    private System.Windows.Forms.Button reconnectButton;
437    protected System.Windows.Forms.Button openExperimentButton;
438    protected System.Windows.Forms.Button newExperimentButton;
439    private System.Windows.Forms.TabPage runsTabPage;
440    private Optimization.Views.RunCollectionView runCollectionView;
441
442  }
443}
Note: See TracBrowser for help on using the repository browser.