Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Views/3.4/ExperimentManager/HiveExperimentView.Designer.cs @ 5458

Last change on this file since 5458 was 5458, checked in by cneumuel, 13 years ago

#1233

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