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

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

#1233

  • improved treeview for hive jobs
File size: 22.7 KB
RevLine 
[4905]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.logTabPage = new System.Windows.Forms.TabPage();
55      this.logView = new HeuristicLab.Core.Views.LogView();
56      this.downloadExperimentButton = new System.Windows.Forms.Button();
57      this.startButton = new System.Windows.Forms.Button();
58      this.stopButton = new System.Windows.Forms.Button();
59      this.resetButton = new System.Windows.Forms.Button();
60      this.executionTimeLabel = new System.Windows.Forms.Label();
61      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
62      this.pauseButton = new System.Windows.Forms.Button();
63      this.resourceIdsLabel = new System.Windows.Forms.Label();
[5458]64      this.resourceNamesTextBox = new System.Windows.Forms.TextBox();
[4905]65      this.disconnectButton = new System.Windows.Forms.Button();
66      this.reconnectButton = new System.Windows.Forms.Button();
67      this.downloadExperimentPanel = new System.Windows.Forms.Panel();
[5402]68      this.useLocalPluginsCheckBox = new System.Windows.Forms.CheckBox();
[5675]69      this.jobsTabPage = new System.Windows.Forms.TabPage();
70      this.jobsTreeView = new HeuristicLab.Clients.Hive.Views.ItemTreeView();
[4905]71      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
72      this.tabControl.SuspendLayout();
73      this.experimentTabPage.SuspendLayout();
74      this.logTabPage.SuspendLayout();
75      this.downloadExperimentPanel.SuspendLayout();
[5675]76      this.jobsTabPage.SuspendLayout();
[4905]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);
[5637]83      this.nameTextBox.Size = new System.Drawing.Size(727, 20);
[4905]84      //
85      // descriptionTextBox
86      //
[5637]87      this.descriptionTextBox.Size = new System.Drawing.Size(727, 20);
[4905]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;
[5637]100      this.tabControl.Size = new System.Drawing.Size(799, 520);
[4905]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);
[5637]112      this.experimentTabPage.Size = new System.Drawing.Size(791, 494);
[4905]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;
[5402]148      this.experimentNamedItemView.Size = new System.Drawing.Size(728, 52);
[4905]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";
[5402]157      this.viewExperimentButton.Size = new System.Drawing.Size(734, 23);
[4905]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      // logTabPage
164      //
165      this.logTabPage.Controls.Add(this.logView);
166      this.logTabPage.Location = new System.Drawing.Point(4, 22);
167      this.logTabPage.Name = "logTabPage";
[5637]168      this.logTabPage.Size = new System.Drawing.Size(791, 494);
[4905]169      this.logTabPage.TabIndex = 3;
170      this.logTabPage.Text = "Log";
171      this.logTabPage.UseVisualStyleBackColor = true;
172      //
173      // logView
174      //
175      this.logView.Caption = "Log View";
176      this.logView.Content = null;
[5675]177      this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
178      this.logView.Location = new System.Drawing.Point(0, 0);
[4905]179      this.logView.Name = "logView";
180      this.logView.ReadOnly = false;
[5675]181      this.logView.Size = new System.Drawing.Size(791, 494);
[4905]182      this.logView.TabIndex = 0;
183      //
184      // downloadExperimentButton
185      //
186      this.downloadExperimentButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
187                  | System.Windows.Forms.AnchorStyles.Right)));
188      this.downloadExperimentButton.Image = ((System.Drawing.Image)(resources.GetObject("downloadExperimentButton.Image")));
189      this.downloadExperimentButton.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
190      this.downloadExperimentButton.Location = new System.Drawing.Point(44, 22);
191      this.downloadExperimentButton.Name = "downloadExperimentButton";
192      this.downloadExperimentButton.Size = new System.Drawing.Size(164, 54);
193      this.downloadExperimentButton.TabIndex = 17;
194      this.downloadExperimentButton.Text = "Download Experiment";
195      this.toolTip.SetToolTip(this.downloadExperimentButton, "Reconnect to Hive");
196      this.downloadExperimentButton.UseVisualStyleBackColor = true;
197      this.downloadExperimentButton.Click += new System.EventHandler(this.downloadExperimentButton_Click);
198      //
199      // startButton
200      //
201      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
202      this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
[5637]203      this.startButton.Location = new System.Drawing.Point(0, 604);
[4905]204      this.startButton.Name = "startButton";
205      this.startButton.Size = new System.Drawing.Size(24, 24);
206      this.startButton.TabIndex = 5;
207      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
208      this.startButton.UseVisualStyleBackColor = true;
209      this.startButton.Click += new System.EventHandler(this.startButton_Click);
210      //
211      // stopButton
212      //
213      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
214      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
[5637]215      this.stopButton.Location = new System.Drawing.Point(60, 604);
[4905]216      this.stopButton.Name = "stopButton";
217      this.stopButton.Size = new System.Drawing.Size(24, 24);
218      this.stopButton.TabIndex = 7;
219      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
220      this.stopButton.UseVisualStyleBackColor = true;
221      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
222      //
223      // resetButton
224      //
225      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
226      this.resetButton.Enabled = false;
227      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
[5637]228      this.resetButton.Location = new System.Drawing.Point(90, 604);
[4905]229      this.resetButton.Name = "resetButton";
230      this.resetButton.Size = new System.Drawing.Size(24, 24);
231      this.resetButton.TabIndex = 8;
232      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
233      this.resetButton.UseVisualStyleBackColor = true;
234      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
235      //
236      // executionTimeLabel
237      //
238      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
239      this.executionTimeLabel.AutoSize = true;
[5637]240      this.executionTimeLabel.Location = new System.Drawing.Point(573, 611);
[4905]241      this.executionTimeLabel.Name = "executionTimeLabel";
242      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
243      this.executionTimeLabel.TabIndex = 9;
244      this.executionTimeLabel.Text = "&Execution Time:";
245      //
246      // executionTimeTextBox
247      //
248      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
[5637]249      this.executionTimeTextBox.Location = new System.Drawing.Point(662, 608);
[4905]250      this.executionTimeTextBox.Name = "executionTimeTextBox";
251      this.executionTimeTextBox.ReadOnly = true;
252      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
253      this.executionTimeTextBox.TabIndex = 10;
254      //
255      // pauseButton
256      //
257      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
258      this.pauseButton.Enabled = false;
259      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
[5637]260      this.pauseButton.Location = new System.Drawing.Point(30, 604);
[4905]261      this.pauseButton.Name = "pauseButton";
262      this.pauseButton.Size = new System.Drawing.Size(24, 24);
263      this.pauseButton.TabIndex = 6;
264      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
265      this.pauseButton.UseVisualStyleBackColor = true;
266      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
267      //
268      // resourceIdsLabel
269      //
270      this.resourceIdsLabel.AutoSize = true;
271      this.resourceIdsLabel.Location = new System.Drawing.Point(3, 55);
272      this.resourceIdsLabel.Name = "resourceIdsLabel";
273      this.resourceIdsLabel.Size = new System.Drawing.Size(67, 13);
274      this.resourceIdsLabel.TabIndex = 12;
275      this.resourceIdsLabel.Text = "ResourceIds";
276      //
[5637]277      // resourceNamesTextBox
[4905]278      //
[5458]279      this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
[4905]280                  | System.Windows.Forms.AnchorStyles.Right)));
[5458]281      this.resourceNamesTextBox.Location = new System.Drawing.Point(72, 52);
[5637]282      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
283      this.resourceNamesTextBox.Size = new System.Drawing.Size(616, 20);
[5458]284      this.resourceNamesTextBox.TabIndex = 14;
285      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
[4905]286      //
287      // disconnectButton
288      //
289      this.disconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
290      this.disconnectButton.Enabled = false;
[5637]291      this.disconnectButton.Location = new System.Drawing.Point(234, 604);
[4905]292      this.disconnectButton.Name = "disconnectButton";
293      this.disconnectButton.Size = new System.Drawing.Size(120, 24);
294      this.disconnectButton.TabIndex = 15;
295      this.disconnectButton.Text = "Stop Result Polling";
296      this.toolTip.SetToolTip(this.disconnectButton, "Disconnect from Hive (Jobs will be continue to be calculated)");
297      this.disconnectButton.UseVisualStyleBackColor = true;
298      this.disconnectButton.Click += new System.EventHandler(this.disconnectButton_Click);
299      //
300      // reconnectButton
301      //
302      this.reconnectButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
303      this.reconnectButton.Enabled = false;
[5637]304      this.reconnectButton.Location = new System.Drawing.Point(120, 604);
[4905]305      this.reconnectButton.Name = "reconnectButton";
306      this.reconnectButton.Size = new System.Drawing.Size(108, 24);
307      this.reconnectButton.TabIndex = 16;
308      this.reconnectButton.Text = "Start Result Polling";
309      this.toolTip.SetToolTip(this.reconnectButton, "Reconnect to Hive");
310      this.reconnectButton.UseVisualStyleBackColor = true;
311      this.reconnectButton.Click += new System.EventHandler(this.reconnectButton_Click);
312      //
313      // downloadExperimentPanel
314      //
315      this.downloadExperimentPanel.Controls.Add(this.downloadExperimentButton);
316      this.downloadExperimentPanel.Location = new System.Drawing.Point(331, 3);
317      this.downloadExperimentPanel.Name = "downloadExperimentPanel";
318      this.downloadExperimentPanel.Size = new System.Drawing.Size(250, 80);
319      this.downloadExperimentPanel.TabIndex = 18;
320      //
[5402]321      // useLocalPluginsCheckBox
322      //
323      this.useLocalPluginsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
324      this.useLocalPluginsCheckBox.AutoSize = true;
[5637]325      this.useLocalPluginsCheckBox.Location = new System.Drawing.Point(694, 54);
[5402]326      this.useLocalPluginsCheckBox.Name = "useLocalPluginsCheckBox";
327      this.useLocalPluginsCheckBox.Size = new System.Drawing.Size(105, 17);
328      this.useLocalPluginsCheckBox.TabIndex = 19;
329      this.useLocalPluginsCheckBox.Text = "UseLocalPlugins";
330      this.useLocalPluginsCheckBox.UseVisualStyleBackColor = true;
331      this.useLocalPluginsCheckBox.CheckedChanged += new System.EventHandler(this.useLocalPluginsCheckBox_CheckedChanged);
332      //
[5675]333      // jobsTabPage
[5402]334      //
[5675]335      this.jobsTabPage.Controls.Add(this.jobsTreeView);
336      this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
337      this.jobsTabPage.Name = "jobsTabPage";
338      this.jobsTabPage.Size = new System.Drawing.Size(791, 494);
339      this.jobsTabPage.TabIndex = 5;
340      this.jobsTabPage.Text = "Jobs";
341      this.jobsTabPage.UseVisualStyleBackColor = true;
[5402]342      //
[5675]343      // jobsTreeView
344      //
345      this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
346                  | System.Windows.Forms.AnchorStyles.Left)
347                  | System.Windows.Forms.AnchorStyles.Right)));
348      this.jobsTreeView.Caption = "ItemTree View";
349      this.jobsTreeView.Content = null;
350      this.jobsTreeView.Location = new System.Drawing.Point(2, 3);
351      this.jobsTreeView.Name = "jobsTreeView";
352      this.jobsTreeView.ReadOnly = false;
353      this.jobsTreeView.Size = new System.Drawing.Size(786, 488);
354      this.jobsTreeView.TabIndex = 0;
355      //
[4905]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);
[5458]364      this.Controls.Add(this.resourceNamesTextBox);
[4905]365      this.Controls.Add(this.executionTimeTextBox);
366      this.Controls.Add(this.resourceIdsLabel);
367      this.Controls.Add(this.executionTimeLabel);
[5402]368      this.Controls.Add(this.useLocalPluginsCheckBox);
[4905]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";
[5637]374      this.Size = new System.Drawing.Size(799, 628);
[5402]375      this.Controls.SetChildIndex(this.nameTextBox, 0);
376      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
[4905]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);
[5402]381      this.Controls.SetChildIndex(this.useLocalPluginsCheckBox, 0);
[4905]382      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
383      this.Controls.SetChildIndex(this.resourceIdsLabel, 0);
384      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
[5458]385      this.Controls.SetChildIndex(this.resourceNamesTextBox, 0);
[4905]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.logTabPage.ResumeLayout(false);
396      this.downloadExperimentPanel.ResumeLayout(false);
[5675]397      this.jobsTabPage.ResumeLayout(false);
[4905]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;
[5458]413    private System.Windows.Forms.TextBox resourceNamesTextBox;
[4905]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;
[5402]424    private System.Windows.Forms.CheckBox useLocalPluginsCheckBox;
[5675]425    private System.Windows.Forms.TabPage jobsTabPage;
426    private ItemTreeView jobsTreeView;
[4905]427
428  }
429}
Note: See TracBrowser for help on using the repository browser.