Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.ExperimentManager/3.4/Views/RefreshableHiveExperimentView.Designer.cs @ 6373

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

#1233

  • moved ExperimentManager into separate plugin
  • moved Administration into separate plugin
File size: 20.8 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2011 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
22using HeuristicLab.Clients.Hive.Views.ExperimentManager;
23namespace HeuristicLab.Clients.Hive.ExperimentManager.Views {
24  partial class RefreshableHiveExperimentView {
25    /// <summary>
26    /// Required designer variable.
27    /// </summary>
28    private System.ComponentModel.IContainer components = null;
29
30    /// <summary>
31    /// Clean up any resources being used.
32    /// </summary>
33    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
34    protected override void Dispose(bool disposing) {
35      if (disposing) {
36        if (components != null) components.Dispose();
37      }
38      base.Dispose(disposing);
39    }
40
41    #region Component Designer generated code
42
43    /// <summary>
44    /// Required method for Designer support - do not modify
45    /// the contents of this method with the code editor.
46    /// </summary>
47    private void InitializeComponent() {
48      this.components = new System.ComponentModel.Container();
49      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RefreshableHiveExperimentView));
50      this.tabControl = new System.Windows.Forms.TabControl();
51      this.jobsTabPage = new System.Windows.Forms.TabPage();
52      this.logTabPage = new System.Windows.Forms.TabPage();
53      this.logView = new HeuristicLab.Core.Views.LogView();
54      this.startButton = new System.Windows.Forms.Button();
55      this.stopButton = new System.Windows.Forms.Button();
56      this.resetButton = new System.Windows.Forms.Button();
57      this.executionTimeLabel = new System.Windows.Forms.Label();
58      this.executionTimeTextBox = new System.Windows.Forms.TextBox();
59      this.pauseButton = new System.Windows.Forms.Button();
60      this.resourceIdsLabel = new System.Windows.Forms.Label();
61      this.resourceNamesTextBox = new System.Windows.Forms.TextBox();
62      this.useLocalPluginsCheckBox = new System.Windows.Forms.CheckBox();
63      this.nameLabel = new System.Windows.Forms.Label();
64      this.nameTextBox = new System.Windows.Forms.TextBox();
65      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
66      this.refreshButton = new System.Windows.Forms.Button();
67      this.refreshAutomaticallyCheckBox = new System.Windows.Forms.CheckBox();
68      this.infoGroupBox = new System.Windows.Forms.GroupBox();
69      this.finishedTextBox = new System.Windows.Forms.TextBox();
70      this.calculatingTextBox = new System.Windows.Forms.TextBox();
71      this.jobsTextBox = new System.Windows.Forms.TextBox();
72      this.finishedLabel = new System.Windows.Forms.Label();
73      this.calculatingLabel = new System.Windows.Forms.Label();
74      this.jobsLabel = new System.Windows.Forms.Label();
75      this.jobsTreeView = new HeuristicLab.Clients.Hive.Views.ExperimentManager.HiveJobItemTreeView();
76      this.tabControl.SuspendLayout();
77      this.jobsTabPage.SuspendLayout();
78      this.logTabPage.SuspendLayout();
79      this.infoGroupBox.SuspendLayout();
80      this.SuspendLayout();
81      //
82      // tabControl
83      //
84      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
85                  | System.Windows.Forms.AnchorStyles.Left)
86                  | System.Windows.Forms.AnchorStyles.Right)));
87      this.tabControl.Controls.Add(this.jobsTabPage);
88      this.tabControl.Controls.Add(this.logTabPage);
89      this.tabControl.Location = new System.Drawing.Point(0, 78);
90      this.tabControl.Name = "tabControl";
91      this.tabControl.SelectedIndex = 0;
92      this.tabControl.Size = new System.Drawing.Size(821, 520);
93      this.tabControl.TabIndex = 4;
94      //
95      // jobsTabPage
96      //
97      this.jobsTabPage.Controls.Add(this.jobsTreeView);
98      this.jobsTabPage.Location = new System.Drawing.Point(4, 22);
99      this.jobsTabPage.Name = "jobsTabPage";
100      this.jobsTabPage.Size = new System.Drawing.Size(813, 494);
101      this.jobsTabPage.TabIndex = 5;
102      this.jobsTabPage.Text = "Jobs";
103      this.jobsTabPage.UseVisualStyleBackColor = true;
104      //
105      // logTabPage
106      //
107      this.logTabPage.Controls.Add(this.logView);
108      this.logTabPage.Location = new System.Drawing.Point(4, 22);
109      this.logTabPage.Name = "logTabPage";
110      this.logTabPage.Size = new System.Drawing.Size(813, 494);
111      this.logTabPage.TabIndex = 3;
112      this.logTabPage.Text = "Log";
113      this.logTabPage.UseVisualStyleBackColor = true;
114      //
115      // logView
116      //
117      this.logView.Caption = "Log View";
118      this.logView.Content = null;
119      this.logView.Dock = System.Windows.Forms.DockStyle.Fill;
120      this.logView.Location = new System.Drawing.Point(0, 0);
121      this.logView.Name = "logView";
122      this.logView.ReadOnly = false;
123      this.logView.Size = new System.Drawing.Size(813, 494);
124      this.logView.TabIndex = 0;
125      //
126      // startButton
127      //
128      this.startButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
129      this.startButton.Image = ((System.Drawing.Image)(resources.GetObject("startButton.Image")));
130      this.startButton.Location = new System.Drawing.Point(0, 604);
131      this.startButton.Name = "startButton";
132      this.startButton.Size = new System.Drawing.Size(24, 24);
133      this.startButton.TabIndex = 5;
134      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
135      this.startButton.UseVisualStyleBackColor = true;
136      this.startButton.Click += new System.EventHandler(this.startButton_Click);
137      //
138      // stopButton
139      //
140      this.stopButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
141      this.stopButton.Image = ((System.Drawing.Image)(resources.GetObject("stopButton.Image")));
142      this.stopButton.Location = new System.Drawing.Point(60, 604);
143      this.stopButton.Name = "stopButton";
144      this.stopButton.Size = new System.Drawing.Size(24, 24);
145      this.stopButton.TabIndex = 7;
146      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
147      this.stopButton.UseVisualStyleBackColor = true;
148      this.stopButton.Click += new System.EventHandler(this.stopButton_Click);
149      //
150      // resetButton
151      //
152      this.resetButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
153      this.resetButton.Enabled = false;
154      this.resetButton.Image = ((System.Drawing.Image)(resources.GetObject("resetButton.Image")));
155      this.resetButton.Location = new System.Drawing.Point(90, 604);
156      this.resetButton.Name = "resetButton";
157      this.resetButton.Size = new System.Drawing.Size(24, 24);
158      this.resetButton.TabIndex = 8;
159      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
160      this.resetButton.UseVisualStyleBackColor = true;
161      this.resetButton.Click += new System.EventHandler(this.resetButton_Click);
162      //
163      // executionTimeLabel
164      //
165      this.executionTimeLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
166      this.executionTimeLabel.AutoSize = true;
167      this.executionTimeLabel.Location = new System.Drawing.Point(595, 611);
168      this.executionTimeLabel.Name = "executionTimeLabel";
169      this.executionTimeLabel.Size = new System.Drawing.Size(83, 13);
170      this.executionTimeLabel.TabIndex = 9;
171      this.executionTimeLabel.Text = "&Execution Time:";
172      //
173      // executionTimeTextBox
174      //
175      this.executionTimeTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
176      this.executionTimeTextBox.Location = new System.Drawing.Point(684, 608);
177      this.executionTimeTextBox.Name = "executionTimeTextBox";
178      this.executionTimeTextBox.ReadOnly = true;
179      this.executionTimeTextBox.Size = new System.Drawing.Size(137, 20);
180      this.executionTimeTextBox.TabIndex = 10;
181      //
182      // pauseButton
183      //
184      this.pauseButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
185      this.pauseButton.Enabled = false;
186      this.pauseButton.Image = ((System.Drawing.Image)(resources.GetObject("pauseButton.Image")));
187      this.pauseButton.Location = new System.Drawing.Point(30, 604);
188      this.pauseButton.Name = "pauseButton";
189      this.pauseButton.Size = new System.Drawing.Size(24, 24);
190      this.pauseButton.TabIndex = 6;
191      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
192      this.pauseButton.UseVisualStyleBackColor = true;
193      this.pauseButton.Click += new System.EventHandler(this.pauseButton_Click);
194      //
195      // resourceIdsLabel
196      //
197      this.resourceIdsLabel.AutoSize = true;
198      this.resourceIdsLabel.Location = new System.Drawing.Point(4, 56);
199      this.resourceIdsLabel.Name = "resourceIdsLabel";
200      this.resourceIdsLabel.Size = new System.Drawing.Size(70, 13);
201      this.resourceIdsLabel.TabIndex = 12;
202      this.resourceIdsLabel.Text = "ResourceIds:";
203      //
204      // resourceNamesTextBox
205      //
206      this.resourceNamesTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
207                  | System.Windows.Forms.AnchorStyles.Right)));
208      this.resourceNamesTextBox.Location = new System.Drawing.Point(73, 53);
209      this.resourceNamesTextBox.Name = "resourceNamesTextBox";
210      this.resourceNamesTextBox.Size = new System.Drawing.Size(494, 20);
211      this.resourceNamesTextBox.TabIndex = 14;
212      this.resourceNamesTextBox.Validated += new System.EventHandler(this.resourceNamesTextBox_Validated);
213      //
214      // useLocalPluginsCheckBox
215      //
216      this.useLocalPluginsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
217      this.useLocalPluginsCheckBox.AutoSize = true;
218      this.useLocalPluginsCheckBox.Location = new System.Drawing.Point(573, 56);
219      this.useLocalPluginsCheckBox.Name = "useLocalPluginsCheckBox";
220      this.useLocalPluginsCheckBox.Size = new System.Drawing.Size(105, 17);
221      this.useLocalPluginsCheckBox.TabIndex = 19;
222      this.useLocalPluginsCheckBox.Text = "UseLocalPlugins";
223      this.useLocalPluginsCheckBox.UseVisualStyleBackColor = true;
224      this.useLocalPluginsCheckBox.CheckedChanged += new System.EventHandler(this.useLocalPluginsCheckBox_CheckedChanged);
225      //
226      // nameLabel
227      //
228      this.nameLabel.AutoSize = true;
229      this.nameLabel.Location = new System.Drawing.Point(1, 27);
230      this.nameLabel.Name = "nameLabel";
231      this.nameLabel.Size = new System.Drawing.Size(38, 13);
232      this.nameLabel.TabIndex = 20;
233      this.nameLabel.Text = "Name:";
234      //
235      // nameTextBox
236      //
237      this.nameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
238                  | System.Windows.Forms.AnchorStyles.Right)));
239      this.nameTextBox.Location = new System.Drawing.Point(73, 27);
240      this.nameTextBox.Name = "nameTextBox";
241      this.nameTextBox.Size = new System.Drawing.Size(605, 20);
242      this.nameTextBox.TabIndex = 21;
243      this.nameTextBox.Validated += new System.EventHandler(this.nameTextBox_Validated);
244      //
245      // refreshButton
246      //
247      this.refreshButton.Image = ((System.Drawing.Image)(resources.GetObject("refreshButton.Image")));
248      this.refreshButton.Location = new System.Drawing.Point(3, 0);
249      this.refreshButton.Name = "refreshButton";
250      this.refreshButton.Size = new System.Drawing.Size(24, 24);
251      this.refreshButton.TabIndex = 22;
252      this.toolTip.SetToolTip(this.refreshButton, "Refresh Data");
253      this.refreshButton.UseVisualStyleBackColor = true;
254      this.refreshButton.Click += new System.EventHandler(this.refreshButton_Click);
255      //
256      // refreshAutomaticallyCheckBox
257      //
258      this.refreshAutomaticallyCheckBox.AutoSize = true;
259      this.refreshAutomaticallyCheckBox.Location = new System.Drawing.Point(30, 5);
260      this.refreshAutomaticallyCheckBox.Name = "refreshAutomaticallyCheckBox";
261      this.refreshAutomaticallyCheckBox.Size = new System.Drawing.Size(128, 17);
262      this.refreshAutomaticallyCheckBox.TabIndex = 24;
263      this.refreshAutomaticallyCheckBox.Text = "&Refresh Automatically";
264      this.refreshAutomaticallyCheckBox.UseVisualStyleBackColor = true;
265      this.refreshAutomaticallyCheckBox.CheckedChanged += new System.EventHandler(this.refreshAutomaticallyCheckBox_CheckedChanged);
266      //
267      // infoGroupBox
268      //
269      this.infoGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
270      this.infoGroupBox.Controls.Add(this.finishedTextBox);
271      this.infoGroupBox.Controls.Add(this.calculatingTextBox);
272      this.infoGroupBox.Controls.Add(this.jobsTextBox);
273      this.infoGroupBox.Controls.Add(this.finishedLabel);
274      this.infoGroupBox.Controls.Add(this.calculatingLabel);
275      this.infoGroupBox.Controls.Add(this.jobsLabel);
276      this.infoGroupBox.Location = new System.Drawing.Point(684, 5);
277      this.infoGroupBox.Name = "infoGroupBox";
278      this.infoGroupBox.Size = new System.Drawing.Size(133, 89);
279      this.infoGroupBox.TabIndex = 25;
280      this.infoGroupBox.TabStop = false;
281      this.infoGroupBox.Text = "Info";
282      //
283      // finishedTextBox
284      //
285      this.finishedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
286                  | System.Windows.Forms.AnchorStyles.Right)));
287      this.finishedTextBox.Location = new System.Drawing.Point(74, 64);
288      this.finishedTextBox.Name = "finishedTextBox";
289      this.finishedTextBox.Size = new System.Drawing.Size(53, 20);
290      this.finishedTextBox.TabIndex = 5;
291      //
292      // calculatingTextBox
293      //
294      this.calculatingTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
295                  | System.Windows.Forms.AnchorStyles.Right)));
296      this.calculatingTextBox.Location = new System.Drawing.Point(74, 40);
297      this.calculatingTextBox.Name = "calculatingTextBox";
298      this.calculatingTextBox.Size = new System.Drawing.Size(53, 20);
299      this.calculatingTextBox.TabIndex = 4;
300      //
301      // jobsTextBox
302      //
303      this.jobsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
304                  | System.Windows.Forms.AnchorStyles.Right)));
305      this.jobsTextBox.Location = new System.Drawing.Point(74, 16);
306      this.jobsTextBox.Name = "jobsTextBox";
307      this.jobsTextBox.Size = new System.Drawing.Size(53, 20);
308      this.jobsTextBox.TabIndex = 3;
309      //
310      // finishedLabel
311      //
312      this.finishedLabel.AutoSize = true;
313      this.finishedLabel.Location = new System.Drawing.Point(6, 67);
314      this.finishedLabel.Name = "finishedLabel";
315      this.finishedLabel.Size = new System.Drawing.Size(49, 13);
316      this.finishedLabel.TabIndex = 2;
317      this.finishedLabel.Text = "Finished:";
318      //
319      // calculatingLabel
320      //
321      this.calculatingLabel.AutoSize = true;
322      this.calculatingLabel.Location = new System.Drawing.Point(6, 43);
323      this.calculatingLabel.Name = "calculatingLabel";
324      this.calculatingLabel.Size = new System.Drawing.Size(62, 13);
325      this.calculatingLabel.TabIndex = 1;
326      this.calculatingLabel.Text = "Calculating:";
327      //
328      // jobsLabel
329      //
330      this.jobsLabel.AutoSize = true;
331      this.jobsLabel.Location = new System.Drawing.Point(6, 19);
332      this.jobsLabel.Name = "jobsLabel";
333      this.jobsLabel.Size = new System.Drawing.Size(32, 13);
334      this.jobsLabel.TabIndex = 0;
335      this.jobsLabel.Text = "Jobs:";
336      //
337      // jobsTreeView
338      //
339      this.jobsTreeView.AllowDrop = true;
340      this.jobsTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
341                  | System.Windows.Forms.AnchorStyles.Left)
342                  | System.Windows.Forms.AnchorStyles.Right)));
343      this.jobsTreeView.Caption = "ItemTree View";
344      this.jobsTreeView.Content = null;
345      this.jobsTreeView.Location = new System.Drawing.Point(2, 3);
346      this.jobsTreeView.Name = "jobsTreeView";
347      this.jobsTreeView.ReadOnly = false;
348      this.jobsTreeView.Size = new System.Drawing.Size(808, 488);
349      this.jobsTreeView.TabIndex = 0;
350      this.jobsTreeView.DragDrop += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragDrop);
351      this.jobsTreeView.DragEnter += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragEnter);
352      this.jobsTreeView.DragOver += new System.Windows.Forms.DragEventHandler(this.jobsTreeView_DragOver);
353      //
354      // RefreshableHiveExperimentView
355      //
356      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
357      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
358      this.Controls.Add(this.infoGroupBox);
359      this.Controls.Add(this.refreshAutomaticallyCheckBox);
360      this.Controls.Add(this.refreshButton);
361      this.Controls.Add(this.nameTextBox);
362      this.Controls.Add(this.nameLabel);
363      this.Controls.Add(this.tabControl);
364      this.Controls.Add(this.startButton);
365      this.Controls.Add(this.executionTimeTextBox);
366      this.Controls.Add(this.executionTimeLabel);
367      this.Controls.Add(this.resourceNamesTextBox);
368      this.Controls.Add(this.pauseButton);
369      this.Controls.Add(this.resourceIdsLabel);
370      this.Controls.Add(this.stopButton);
371      this.Controls.Add(this.useLocalPluginsCheckBox);
372      this.Controls.Add(this.resetButton);
373      this.Name = "RefreshableHiveExperimentView";
374      this.Size = new System.Drawing.Size(821, 628);
375      this.tabControl.ResumeLayout(false);
376      this.jobsTabPage.ResumeLayout(false);
377      this.logTabPage.ResumeLayout(false);
378      this.infoGroupBox.ResumeLayout(false);
379      this.infoGroupBox.PerformLayout();
380      this.ResumeLayout(false);
381      this.PerformLayout();
382
383    }
384    #endregion
385
386    private System.Windows.Forms.TabControl tabControl;
387    private System.Windows.Forms.Button startButton;
388    private System.Windows.Forms.Button stopButton;
389    private System.Windows.Forms.Button resetButton;
390    private System.Windows.Forms.Label executionTimeLabel;
391    private System.Windows.Forms.TextBox executionTimeTextBox;
392    private System.Windows.Forms.Button pauseButton;
393    private System.Windows.Forms.Label resourceIdsLabel;
394    private System.Windows.Forms.TextBox resourceNamesTextBox;
395    private System.Windows.Forms.TabPage logTabPage;
396    private Core.Views.LogView logView;
397    private System.Windows.Forms.CheckBox useLocalPluginsCheckBox;
398    private System.Windows.Forms.TabPage jobsTabPage;
399    private HiveJobItemTreeView jobsTreeView;
400    private System.Windows.Forms.Label nameLabel;
401    private System.Windows.Forms.TextBox nameTextBox;
402    private System.Windows.Forms.ToolTip toolTip;
403    private System.Windows.Forms.Button refreshButton;
404    private System.Windows.Forms.CheckBox refreshAutomaticallyCheckBox;
405    private System.Windows.Forms.GroupBox infoGroupBox;
406    private System.Windows.Forms.TextBox finishedTextBox;
407    private System.Windows.Forms.TextBox calculatingTextBox;
408    private System.Windows.Forms.TextBox jobsTextBox;
409    private System.Windows.Forms.Label finishedLabel;
410    private System.Windows.Forms.Label calculatingLabel;
411    private System.Windows.Forms.Label jobsLabel;
412
413  }
414}
Note: See TracBrowser for help on using the repository browser.