Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.ExperimentManager.Views/3.3/HiveExperimentView.Designer.cs @ 5874

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

#1260

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