Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1260

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