Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Experiment.Views/3.3/HiveExperimentView.Designer.cs @ 4119

Last change on this file since 4119 was 4116, checked in by cneumuel, 14 years ago

worked on HiveExperiment (#1115)

File size: 16.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.Hive.Experiment.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.experimentNamedItemView = new HeuristicLab.Core.Views.NamedItemView();
51      this.newExperimentButton = new System.Windows.Forms.Button();
52      this.openExperimentButton = new System.Windows.Forms.Button();
53      this.loadExperimentButton = new System.Windows.Forms.Button();
54      this.hiveStatusTabPage = new System.Windows.Forms.TabPage();
55      this.startButton = new System.Windows.Forms.Button();
56      this.stopButton = new System.Windows.Forms.Button();
57      this.resetButton = new System.Windows.Forms.Button();
58      this.executionTimeLabel = new System.Windows.Forms.Label();
59      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
60      this.pauseButton = new System.Windows.Forms.Button();
61      this.ServerUrlLabel = new System.Windows.Forms.Label();
62      this.resourceIdsLabel = new System.Windows.Forms.Label();
63      this.serverUrlTextBox = new System.Windows.Forms.TextBox();
64      this.resourceIdsTextBox = new System.Windows.Forms.TextBox();
65      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
66      this.tabControl.SuspendLayout();
67      this.experimentTabPage.SuspendLayout();
68      this.SuspendLayout();
69      //
70      // nameTextBox
71      //
72      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
73      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
74      this.nameTextBox.Size = new System.Drawing.Size(663, 20);
75      //
76      // descriptionTextBox
77      //
78      this.descriptionTextBox.Size = new System.Drawing.Size(663, 20);
79      //
80      // tabControl
81      //
82      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
83                  | System.Windows.Forms.AnchorStyles.Left)
84                  | System.Windows.Forms.AnchorStyles.Right)));
85      this.tabControl.Controls.Add(this.experimentTabPage);
86      this.tabControl.Controls.Add(this.hiveStatusTabPage);
87      this.tabControl.Location = new System.Drawing.Point(0, 135);
88      this.tabControl.Name = "tabControl";
89      this.tabControl.SelectedIndex = 0;
90      this.tabControl.Size = new System.Drawing.Size(735, 359);
91      this.tabControl.TabIndex = 4;
92      //
93      // experimentTabPage
94      //
95      this.experimentTabPage.Controls.Add(this.experimentNamedItemView);
96      this.experimentTabPage.Controls.Add(this.newExperimentButton);
97      this.experimentTabPage.Controls.Add(this.openExperimentButton);
98      this.experimentTabPage.Controls.Add(this.loadExperimentButton);
99      this.experimentTabPage.Location = new System.Drawing.Point(4, 22);
100      this.experimentTabPage.Name = "experimentTabPage";
101      this.experimentTabPage.Padding = new System.Windows.Forms.Padding(3);
102      this.experimentTabPage.Size = new System.Drawing.Size(727, 333);
103      this.experimentTabPage.TabIndex = 1;
104      this.experimentTabPage.Text = "Experiment";
105      this.experimentTabPage.UseVisualStyleBackColor = true;
106      //
107      // experimentNamedItemView
108      //
109      this.experimentNamedItemView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
110                  | System.Windows.Forms.AnchorStyles.Right)));
111      this.experimentNamedItemView.Caption = "NamedItem View";
112      this.experimentNamedItemView.Content = null;
113      this.experimentNamedItemView.Location = new System.Drawing.Point(144, 7);
114      this.experimentNamedItemView.Name = "experimentNamedItemView";
115      this.experimentNamedItemView.ReadOnly = false;
116      this.experimentNamedItemView.Size = new System.Drawing.Size(577, 52);
117      this.experimentNamedItemView.TabIndex = 3;
118      //
119      // newExperimentButton
120      //
121      this.newExperimentButton.Location = new System.Drawing.Point(6, 6);
122      this.newExperimentButton.Name = "newExperimentButton";
123      this.newExperimentButton.Size = new System.Drawing.Size(131, 32);
124      this.newExperimentButton.TabIndex = 2;
125      this.newExperimentButton.Text = "New Experiment";
126      this.newExperimentButton.UseVisualStyleBackColor = true;
127      this.newExperimentButton.Click += new System.EventHandler(this.newExperimentButton_Click);
128      //
129      // openExperimentButton
130      //
131      this.openExperimentButton.Location = new System.Drawing.Point(6, 82);
132      this.openExperimentButton.Name = "openExperimentButton";
133      this.openExperimentButton.Size = new System.Drawing.Size(131, 32);
134      this.openExperimentButton.TabIndex = 1;
135      this.openExperimentButton.Text = "Open Experiment";
136      this.openExperimentButton.UseVisualStyleBackColor = true;
137      this.openExperimentButton.Click += new System.EventHandler(this.openExperimentButton_Click);
138      //
139      // loadExperimentButton
140      //
141      this.loadExperimentButton.Location = new System.Drawing.Point(6, 44);
142      this.loadExperimentButton.Name = "loadExperimentButton";
143      this.loadExperimentButton.Size = new System.Drawing.Size(131, 32);
144      this.loadExperimentButton.TabIndex = 0;
145      this.loadExperimentButton.Text = "Load Experiment";
146      this.loadExperimentButton.UseVisualStyleBackColor = true;
147      this.loadExperimentButton.Click += new System.EventHandler(this.loadExperimentButton_Click);
148      //
149      // hiveStatusTabPage
150      //
151      this.hiveStatusTabPage.Location = new System.Drawing.Point(4, 22);
152      this.hiveStatusTabPage.Name = "hiveStatusTabPage";
153      this.hiveStatusTabPage.Padding = new System.Windows.Forms.Padding(3);
154      this.hiveStatusTabPage.Size = new System.Drawing.Size(727, 333);
155      this.hiveStatusTabPage.TabIndex = 2;
156      this.hiveStatusTabPage.Text = "HiveStatus";
157      this.hiveStatusTabPage.UseVisualStyleBackColor = true;
158      //
159      // startButton
160      //
161      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
162      this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
163      this.startButton.Location = new System.Drawing.Point(0, 500);
164      this.startButton.Name = "startButton";
165      this.startButton.Size = new System.Drawing.Size(24, 24);
166      this.startButton.TabIndex = 5;
167      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
168      this.startButton.UseVisualStyleBackColor = true;
169      this.startButton.Click += new System.EventHandler(this.startButton_Click);
170      //
171      // stopButton
172      //
173      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
174      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
175      this.stopButton.Location = new System.Drawing.Point(60, 500);
176      this.stopButton.Name = "stopButton";
177      this.stopButton.Size = new System.Drawing.Size(24, 24);
178      this.stopButton.TabIndex = 7;
179      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
180      this.stopButton.UseVisualStyleBackColor = true;
181      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
182      //
183      // resetButton
184      //
185      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
186      this.resetButton.Enabled = false;
187      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
188      this.resetButton.Location = new System.Drawing.Point(90, 500);
189      this.resetButton.Name = "resetButton";
190      this.resetButton.Size = new System.Drawing.Size(24, 24);
191      this.resetButton.TabIndex = 8;
192      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
193      this.resetButton.UseVisualStyleBackColor = true;
194      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
195      //
196      // executionTimeLabel
197      //
198      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
199      this.executionTimeLabel.AutoSize = true;
200      this.executionTimeLabel.Location = new System.Drawing.Point(509, 507);
201      this.executionTimeLabel.Name = "executionTimeLabel";
202      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
203      this.executionTimeLabel.TabIndex = 9;
204      this.executionTimeLabel.Text = "&Execution Time:";
205      //
206      // executionTimeTextBox
207      //
208      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
209      this.executionTimeTextBox.Location = new System.Drawing.Point(598, 504);
210      this.executionTimeTextBox.Name = "executionTimeTextBox";
211      this.executionTimeTextBox.ReadOnly = true;
212      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
213      this.executionTimeTextBox.TabIndex = 10;
214      //
215      // pauseButton
216      //
217      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
218      this.pauseButton.Enabled = false;
219      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
220      this.pauseButton.Location = new System.Drawing.Point(30, 500);
221      this.pauseButton.Name = "pauseButton";
222      this.pauseButton.Size = new System.Drawing.Size(24, 24);
223      this.pauseButton.TabIndex = 6;
224      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
225      this.pauseButton.UseVisualStyleBackColor = true;
226      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
227      //
228      // ServerUrlLabel
229      //
230      this.ServerUrlLabel.AutoSize = true;
231      this.ServerUrlLabel.Location = new System.Drawing.Point(1, 53);
232      this.ServerUrlLabel.Name = "ServerUrlLabel";
233      this.ServerUrlLabel.Size = new System.Drawing.Size(51, 13);
234      this.ServerUrlLabel.TabIndex = 11;
235      this.ServerUrlLabel.Text = "ServerUrl";
236      //
237      // resourceIdsLabel
238      //
239      this.resourceIdsLabel.AutoSize = true;
240      this.resourceIdsLabel.Location = new System.Drawing.Point(3, 76);
241      this.resourceIdsLabel.Name = "resourceIdsLabel";
242      this.resourceIdsLabel.Size = new System.Drawing.Size(67, 13);
243      this.resourceIdsLabel.TabIndex = 12;
244      this.resourceIdsLabel.Text = "ResourceIds";
245      //
246      // serverUrlTextBox
247      //
248      this.serverUrlTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
249                  | System.Windows.Forms.AnchorStyles.Right)));
250      this.serverUrlTextBox.Location = new System.Drawing.Point(72, 50);
251      this.serverUrlTextBox.Name = "serverUrlTextBox";
252      this.serverUrlTextBox.Size = new System.Drawing.Size(663, 20);
253      this.serverUrlTextBox.TabIndex = 13;
254      this.serverUrlTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.serverUrlTextBox_Validating);
255      this.serverUrlTextBox.Validated += new System.EventHandler(this.serverUrlTextBox_Validated);
256      //
257      // resourceIdsTextBox
258      //
259      this.resourceIdsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
260                  | System.Windows.Forms.AnchorStyles.Right)));
261      this.resourceIdsTextBox.Location = new System.Drawing.Point(72, 73);
262      this.resourceIdsTextBox.Name = "resourceIdsTextBox";
263      this.resourceIdsTextBox.Size = new System.Drawing.Size(663, 20);
264      this.resourceIdsTextBox.TabIndex = 14;
265      this.resourceIdsTextBox.Validated += new System.EventHandler(this.resourceIdsTextBox_Validated);
266      //
267      // HiveExperimentView
268      //
269      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
270      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
271      this.Controls.Add(this.resourceIdsTextBox);
272      this.Controls.Add(this.serverUrlTextBox);
273      this.Controls.Add(this.resourceIdsLabel);
274      this.Controls.Add(this.tabControl);
275      this.Controls.Add(this.startButton);
276      this.Controls.Add(this.executionTimeTextBox);
277      this.Controls.Add(this.executionTimeLabel);
278      this.Controls.Add(this.ServerUrlLabel);
279      this.Controls.Add(this.pauseButton);
280      this.Controls.Add(this.stopButton);
281      this.Controls.Add(this.resetButton);
282      this.Name = "HiveExperimentView";
283      this.Size = new System.Drawing.Size(735, 524);
284      this.Controls.SetChildIndex(this.resetButton, 0);
285      this.Controls.SetChildIndex(this.stopButton, 0);
286      this.Controls.SetChildIndex(this.pauseButton, 0);
287      this.Controls.SetChildIndex(this.ServerUrlLabel, 0);
288      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
289      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
290      this.Controls.SetChildIndex(this.startButton, 0);
291      this.Controls.SetChildIndex(this.tabControl, 0);
292      this.Controls.SetChildIndex(this.nameLabel, 0);
293      this.Controls.SetChildIndex(this.descriptionLabel, 0);
294      this.Controls.SetChildIndex(this.nameTextBox, 0);
295      this.Controls.SetChildIndex(this.descriptionTextBox, 0);
296      this.Controls.SetChildIndex(this.resourceIdsLabel, 0);
297      this.Controls.SetChildIndex(this.serverUrlTextBox, 0);
298      this.Controls.SetChildIndex(this.resourceIdsTextBox, 0);
299      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
300      this.tabControl.ResumeLayout(false);
301      this.experimentTabPage.ResumeLayout(false);
302      this.ResumeLayout(false);
303      this.PerformLayout();
304
305    }
306    #endregion
307
308    private System.Windows.Forms.TabControl tabControl;
309    private System.Windows.Forms.TabPage experimentTabPage;
310    private System.Windows.Forms.Button startButton;
311    private System.Windows.Forms.Button stopButton;
312    private System.Windows.Forms.Button resetButton;
313    private System.Windows.Forms.Label executionTimeLabel;
314    private System.Windows.Forms.TextBox executionTimeTextBox;
315    private System.Windows.Forms.Button pauseButton;
316    private System.Windows.Forms.TabPage hiveStatusTabPage;
317    private System.Windows.Forms.Label ServerUrlLabel;
318    private System.Windows.Forms.Label resourceIdsLabel;
319    private System.Windows.Forms.TextBox serverUrlTextBox;
320    private System.Windows.Forms.TextBox resourceIdsTextBox;
321    private System.Windows.Forms.Button newExperimentButton;
322    private System.Windows.Forms.Button openExperimentButton;
323    private System.Windows.Forms.Button loadExperimentButton;
324    private Core.Views.NamedItemView experimentNamedItemView;
325
326  }
327}
Note: See TracBrowser for help on using the repository browser.