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

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

further improvement and stabilisation of HiveExperiment (#1115)

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