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 @ 5793

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

#1233

  • implemented pause, stop for single jobs
  • introduced Command property for jobs (to distinguish between state and command (abort vs. aborted))
  • improved behaviour of ItemTreeView (double click opens new window, selected item stays marked)
  • fixed bugs in StateLogGanttChartListView and HiveJobView
  • fixed cloning of client-side dtos
File size: 22.7 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.jobsTreeView = new HeuristicLab.Clients.Hive.Views.ItemTreeView();
56      this.logTabPage = new System.Windows.Forms.TabPage();
57      this.logView = new HeuristicLab.Core.Views.LogView();
58      this.downloadExperimentButton = new System.Windows.Forms.Button();
59      this.startButton = new System.Windows.Forms.Button();
60      this.stopButton = new System.Windows.Forms.Button();
61      this.resetButton = 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.disconnectButton = new System.Windows.Forms.Button();
68      this.reconnectButton = new System.Windows.Forms.Button();
69      this.downloadExperimentPanel = new System.Windows.Forms.Panel();
70      this.useLocalPluginsCheckBox = new System.Windows.Forms.CheckBox();
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(727, 20);
84      //
85      // descriptionTextBox
86      //
87      this.descriptionTextBox.Size = new System.Drawing.Size(727, 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(799, 520);
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(791, 494);
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.jobsTreeView);
166      this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
167      this.jobsTabPage.Name = "jobsTabPage";
168      this.jobsTabPage.Size = new System.Drawing.Size(791, 494);
169      this.jobsTabPage.TabIndex = 5;
170      this.jobsTabPage.Text = "Jobs";
171      this.jobsTabPage.UseVisualStyleBackColor = true;
172      //
173      // jobsTreeView
174      //
175      this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
176                  | System.Windows.Forms.AnchorStyles.Left)
177                  | System.Windows.Forms.AnchorStyles.Right)));
178      this.jobsTreeView.Caption = "ItemTree View";
179      this.jobsTreeView.Content = null;
180      this.jobsTreeView.Location = new System.Drawing.Point(2, 3);
181      this.jobsTreeView.Name = "jobsTreeView";
182      this.jobsTreeView.ReadOnly = false;
183      this.jobsTreeView.Size = new System.Drawing.Size(786, 488);
184      this.jobsTreeView.TabIndex = 0;
185      //
186      // logTabPage
187      //
188      this.logTabPage.Controls.Add(this.logView);
189      this.logTabPage.Location = new System.Drawing.Point(4, 22);
190      this.logTabPage.Name = "logTabPage";
191      this.logTabPage.Size = new System.Drawing.Size(791, 494);
192      this.logTabPage.TabIndex = 3;
193      this.logTabPage.Text = "Log";
194      this.logTabPage.UseVisualStyleBackColor = true;
195      //
196      // logView
197      //
198      this.logView.Caption = "Log View";
199      this.logView.Content = null;
200      this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
201      this.logView.Location = new System.Drawing.Point(0, 0);
202      this.logView.Name = "logView";
203      this.logView.ReadOnly = false;
204      this.logView.Size = new System.Drawing.Size(791, 494);
205      this.logView.TabIndex = 0;
206      //
207      // downloadExperimentButton
208      //
209      this.downloadExperimentButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
210                  | System.Windows.Forms.AnchorStyles.Right)));
211      this.downloadExperimentButton.Image = ((System.Drawing.Image)(resources.GetObject("downloadExperimentButton.Image")));
212      this.downloadExperimentButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
213      this.downloadExperimentButton.Location = new System.Drawing.Point(44, 22);
214      this.downloadExperimentButton.Name = "downloadExperimentButton";
215      this.downloadExperimentButton.Size = new System.Drawing.Size(164, 54);
216      this.downloadExperimentButton.TabIndex = 17;
217      this.downloadExperimentButton.Text = "Download Experiment";
218      this.toolTip.SetToolTip(this.downloadExperimentButton, "Reconnect to Hive");
219      this.downloadExperimentButton.UseVisualStyleBackColor = true;
220      this.downloadExperimentButton.Click += new System.EventHandler(this.downloadExperimentButton_Click);
221      //
222      // startButton
223      //
224      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
225      this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
226      this.startButton.Location = new System.Drawing.Point(0, 604);
227      this.startButton.Name = "startButton";
228      this.startButton.Size = new System.Drawing.Size(24, 24);
229      this.startButton.TabIndex = 5;
230      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
231      this.startButton.UseVisualStyleBackColor = true;
232      this.startButton.Click += new System.EventHandler(this.startButton_Click);
233      //
234      // stopButton
235      //
236      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
237      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
238      this.stopButton.Location = new System.Drawing.Point(60, 604);
239      this.stopButton.Name = "stopButton";
240      this.stopButton.Size = new System.Drawing.Size(24, 24);
241      this.stopButton.TabIndex = 7;
242      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
243      this.stopButton.UseVisualStyleBackColor = true;
244      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
245      //
246      // resetButton
247      //
248      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
249      this.resetButton.Enabled = false;
250      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
251      this.resetButton.Location = new System.Drawing.Point(90, 604);
252      this.resetButton.Name = "resetButton";
253      this.resetButton.Size = new System.Drawing.Size(24, 24);
254      this.resetButton.TabIndex = 8;
255      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
256      this.resetButton.UseVisualStyleBackColor = true;
257      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
258      //
259      // executionTimeLabel
260      //
261      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
262      this.executionTimeLabel.AutoSize = true;
263      this.executionTimeLabel.Location = new System.Drawing.Point(573, 611);
264      this.executionTimeLabel.Name = "executionTimeLabel";
265      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
266      this.executionTimeLabel.TabIndex = 9;
267      this.executionTimeLabel.Text = "&Execution Time:";
268      //
269      // executionTimeTextBox
270      //
271      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
272      this.executionTimeTextBox.Location = new System.Drawing.Point(662, 608);
273      this.executionTimeTextBox.Name = "executionTimeTextBox";
274      this.executionTimeTextBox.ReadOnly = true;
275      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
276      this.executionTimeTextBox.TabIndex = 10;
277      //
278      // pauseButton
279      //
280      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
281      this.pauseButton.Enabled = false;
282      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
283      this.pauseButton.Location = new System.Drawing.Point(30, 604);
284      this.pauseButton.Name = "pauseButton";
285      this.pauseButton.Size = new System.Drawing.Size(24, 24);
286      this.pauseButton.TabIndex = 6;
287      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
288      this.pauseButton.UseVisualStyleBackColor = true;
289      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
290      //
291      // resourceIdsLabel
292      //
293      this.resourceIdsLabel.AutoSize = true;
294      this.resourceIdsLabel.Location = new System.Drawing.Point(3, 55);
295      this.resourceIdsLabel.Name = "resourceIdsLabel";
296      this.resourceIdsLabel.Size = new System.Drawing.Size(67, 13);
297      this.resourceIdsLabel.TabIndex = 12;
298      this.resourceIdsLabel.Text = "ResourceIds";
299      //
300      // resourceNamesTextBox
301      //
302      this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
303                  | System.Windows.Forms.AnchorStyles.Right)));
304      this.resourceNamesTextBox.Location = new System.Drawing.Point(72, 52);
305      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
306      this.resourceNamesTextBox.Size = new System.Drawing.Size(616, 20);
307      this.resourceNamesTextBox.TabIndex = 14;
308      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
309      //
310      // disconnectButton
311      //
312      this.disconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
313      this.disconnectButton.Enabled = false;
314      this.disconnectButton.Location = new System.Drawing.Point(234, 604);
315      this.disconnectButton.Name = "disconnectButton";
316      this.disconnectButton.Size = new System.Drawing.Size(120, 24);
317      this.disconnectButton.TabIndex = 15;
318      this.disconnectButton.Text = "Stop Result Polling";
319      this.toolTip.SetToolTip(this.disconnectButton, "Disconnect from Hive (Jobs will be continue to be calculated)");
320      this.disconnectButton.UseVisualStyleBackColor = true;
321      this.disconnectButton.Click += new System.EventHandler(this.disconnectButton_Click);
322      //
323      // reconnectButton
324      //
325      this.reconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
326      this.reconnectButton.Enabled = false;
327      this.reconnectButton.Location = new System.Drawing.Point(120, 604);
328      this.reconnectButton.Name = "reconnectButton";
329      this.reconnectButton.Size = new System.Drawing.Size(108, 24);
330      this.reconnectButton.TabIndex = 16;
331      this.reconnectButton.Text = "Start Result Polling";
332      this.toolTip.SetToolTip(this.reconnectButton, "Reconnect to Hive");
333      this.reconnectButton.UseVisualStyleBackColor = true;
334      this.reconnectButton.Click += new System.EventHandler(this.reconnectButton_Click);
335      //
336      // downloadExperimentPanel
337      //
338      this.downloadExperimentPanel.Controls.Add(this.downloadExperimentButton);
339      this.downloadExperimentPanel.Location = new System.Drawing.Point(331, 3);
340      this.downloadExperimentPanel.Name = "downloadExperimentPanel";
341      this.downloadExperimentPanel.Size = new System.Drawing.Size(250, 80);
342      this.downloadExperimentPanel.TabIndex = 18;
343      //
344      // useLocalPluginsCheckBox
345      //
346      this.useLocalPluginsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
347      this.useLocalPluginsCheckBox.AutoSize = true;
348      this.useLocalPluginsCheckBox.Location = new System.Drawing.Point(694, 54);
349      this.useLocalPluginsCheckBox.Name = "useLocalPluginsCheckBox";
350      this.useLocalPluginsCheckBox.Size = new System.Drawing.Size(105, 17);
351      this.useLocalPluginsCheckBox.TabIndex = 19;
352      this.useLocalPluginsCheckBox.Text = "UseLocalPlugins";
353      this.useLocalPluginsCheckBox.UseVisualStyleBackColor = true;
354      this.useLocalPluginsCheckBox.CheckedChanged += new System.EventHandler(this.useLocalPluginsCheckBox_CheckedChanged);
355      //
356      // HiveExperimentView
357      //
358      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
359      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
360      this.Controls.Add(this.downloadExperimentPanel);
361      this.Controls.Add(this.tabControl);
362      this.Controls.Add(this.disconnectButton);
363      this.Controls.Add(this.startButton);
364      this.Controls.Add(this.resourceNamesTextBox);
365      this.Controls.Add(this.executionTimeTextBox);
366      this.Controls.Add(this.resourceIdsLabel);
367      this.Controls.Add(this.executionTimeLabel);
368      this.Controls.Add(this.useLocalPluginsCheckBox);
369      this.Controls.Add(this.pauseButton);
370      this.Controls.Add(this.stopButton);
371      this.Controls.Add(this.resetButton);
372      this.Controls.Add(this.reconnectButton);
373      this.Name = "HiveExperimentView";
374      this.Size = new System.Drawing.Size(799, 628);
375      this.Controls.SetChildIndex(this.nameTextBox, 0);
376      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
377      this.Controls.SetChildIndex(this.reconnectButton, 0);
378      this.Controls.SetChildIndex(this.resetButton, 0);
379      this.Controls.SetChildIndex(this.stopButton, 0);
380      this.Controls.SetChildIndex(this.pauseButton, 0);
381      this.Controls.SetChildIndex(this.useLocalPluginsCheckBox, 0);
382      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
383      this.Controls.SetChildIndex(this.resourceIdsLabel, 0);
384      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
385      this.Controls.SetChildIndex(this.resourceNamesTextBox, 0);
386      this.Controls.SetChildIndex(this.startButton, 0);
387      this.Controls.SetChildIndex(this.disconnectButton, 0);
388      this.Controls.SetChildIndex(this.tabControl, 0);
389      this.Controls.SetChildIndex(this.nameLabel, 0);
390      this.Controls.SetChildIndex(this.descriptionLabel, 0);
391      this.Controls.SetChildIndex(this.downloadExperimentPanel, 0);
392      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
393      this.tabControl.ResumeLayout(false);
394      this.experimentTabPage.ResumeLayout(false);
395      this.jobsTabPage.ResumeLayout(false);
396      this.logTabPage.ResumeLayout(false);
397      this.downloadExperimentPanel.ResumeLayout(false);
398      this.ResumeLayout(false);
399      this.PerformLayout();
400
401    }
402    #endregion
403
404    private System.Windows.Forms.TabControl tabControl;
405    private System.Windows.Forms.TabPage experimentTabPage;
406    private System.Windows.Forms.Button startButton;
407    private System.Windows.Forms.Button stopButton;
408    private System.Windows.Forms.Button resetButton;
409    private System.Windows.Forms.Label executionTimeLabel;
410    private System.Windows.Forms.TextBox executionTimeTextBox;
411    private System.Windows.Forms.Button pauseButton;
412    private System.Windows.Forms.Label resourceIdsLabel;
413    private System.Windows.Forms.TextBox resourceNamesTextBox;
414    private System.Windows.Forms.Button viewExperimentButton;
415    private Core.Views.NamedItemView experimentNamedItemView;
416    private System.Windows.Forms.TabPage logTabPage;
417    private Core.Views.LogView logView;
418    private System.Windows.Forms.Button disconnectButton;
419    private System.Windows.Forms.Button reconnectButton;
420    private System.Windows.Forms.Button openExperimentButton;
421    private System.Windows.Forms.Button newExperimentButton;
422    private System.Windows.Forms.Button downloadExperimentButton;
423    private System.Windows.Forms.Panel downloadExperimentPanel;
424    private System.Windows.Forms.CheckBox useLocalPluginsCheckBox;
425    private System.Windows.Forms.TabPage jobsTabPage;
426    private ItemTreeView jobsTreeView;
427
428  }
429}
Note: See TracBrowser for help on using the repository browser.