Free cookie consent management tool by TermsFeed Policy Generator

source: stable/HeuristicLab.Optimization.Views/3.3/ExperimentView.Designer.cs @ 17097

Last change on this file since 17097 was 17097, checked in by mkommend, 5 years ago

#2520: Merged 16565 - 16579 into stable.

File size: 10.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2019 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.Optimization.Views {
23  partial class ExperimentView {
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      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
48      this.optimizersTabPage = new System.Windows.Forms.TabPage();
49      this.experimentTreeView = new HeuristicLab.Optimization.Views.ExperimentTreeView();
50      this.runsTabPage = new System.Windows.Forms.TabPage();
51      this.runsViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
52      this.workersNumericUpDown = new System.Windows.Forms.NumericUpDown();
53      this.workersLabel = new System.Windows.Forms.Label();
54      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
55      this.tabControl.SuspendLayout();
56      this.optimizersTabPage.SuspendLayout();
57      this.runsTabPage.SuspendLayout();
58      ((System.ComponentModel.ISupportInitialize)(this.workersNumericUpDown)).BeginInit();
59      this.SuspendLayout();
60      //
61      // startButton
62      //
63      this.startButton.Location = new System.Drawing.Point(0, 458);
64      this.toolTip.SetToolTip(this.startButton, "Start/Resume Experiment");
65      //
66      // executionTimeTextBox
67      //
68      this.executionTimeTextBox.Location = new System.Drawing.Point(542, 461);
69      //
70      // executionTimeLabel
71      //
72      this.executionTimeLabel.Location = new System.Drawing.Point(453, 464);
73      //
74      // pauseButton
75      //
76      this.pauseButton.Location = new System.Drawing.Point(30, 458);
77      this.toolTip.SetToolTip(this.pauseButton, "Pause Experiment");
78      //
79      // stopButton
80      //
81      this.stopButton.Location = new System.Drawing.Point(60, 458);
82      this.toolTip.SetToolTip(this.stopButton, "Stop Experiment");
83      //
84      // resetButton
85      //
86      this.resetButton.Location = new System.Drawing.Point(90, 458);
87      this.toolTip.SetToolTip(this.resetButton, "Reset Experiment");
88      //
89      // nameTextBox
90      //
91      this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
92      this.errorProvider.SetIconPadding(this.nameTextBox, 2);
93      this.nameTextBox.Location = new System.Drawing.Point(60, 0);
94      this.nameTextBox.Size = new System.Drawing.Size(594, 20);
95      //
96      // infoLabel
97      //
98      this.infoLabel.Location = new System.Drawing.Point(660, 3);
99      //
100      // tabControl
101      //
102      this.tabControl.AllowDrop = true;
103      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
104            | System.Windows.Forms.AnchorStyles.Left)
105            | System.Windows.Forms.AnchorStyles.Right)));
106      this.tabControl.Controls.Add(this.optimizersTabPage);
107      this.tabControl.Controls.Add(this.runsTabPage);
108      this.tabControl.Location = new System.Drawing.Point(0, 26);
109      this.tabControl.Name = "tabControl";
110      this.tabControl.SelectedIndex = 0;
111      this.tabControl.Size = new System.Drawing.Size(679, 427);
112      this.tabControl.TabIndex = 3;
113      //
114      // optimizersTabPage
115      //
116      this.optimizersTabPage.BackColor = System.Drawing.SystemColors.Window;
117      this.optimizersTabPage.Controls.Add(this.experimentTreeView);
118      this.optimizersTabPage.Location = new System.Drawing.Point(4, 22);
119      this.optimizersTabPage.Name = "optimizersTabPage";
120      this.optimizersTabPage.Padding = new System.Windows.Forms.Padding(3);
121      this.optimizersTabPage.Size = new System.Drawing.Size(671, 401);
122      this.optimizersTabPage.TabIndex = 1;
123      this.optimizersTabPage.Text = "Optimizers";
124      //
125      // experimentTreeView
126      //
127      this.experimentTreeView.Caption = "Experiment View";
128      this.experimentTreeView.Content = null;
129      this.experimentTreeView.Dock = System.Windows.Forms.DockStyle.Fill;
130      this.experimentTreeView.Location = new System.Drawing.Point(3, 3);
131      this.experimentTreeView.Name = "experimentTreeView";
132      this.experimentTreeView.ReadOnly = false;
133      this.experimentTreeView.Size = new System.Drawing.Size(665, 395);
134      this.experimentTreeView.TabIndex = 0;
135      //
136      // runsTabPage
137      //
138      this.runsTabPage.BackColor = System.Drawing.SystemColors.Window;
139      this.runsTabPage.Controls.Add(this.runsViewHost);
140      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
141      this.runsTabPage.Name = "runsTabPage";
142      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
143      this.runsTabPage.Size = new System.Drawing.Size(671, 401);
144      this.runsTabPage.TabIndex = 2;
145      this.runsTabPage.Text = "Runs";
146      //
147      // runsViewHost
148      //
149      this.runsViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
150            | System.Windows.Forms.AnchorStyles.Left)
151            | System.Windows.Forms.AnchorStyles.Right)));
152      this.runsViewHost.Caption = "View";
153      this.runsViewHost.Content = null;
154      this.runsViewHost.Enabled = false;
155      this.runsViewHost.Location = new System.Drawing.Point(2, 6);
156      this.runsViewHost.Name = "runsViewHost";
157      this.runsViewHost.ReadOnly = false;
158      this.runsViewHost.Size = new System.Drawing.Size(657, 389);
159      this.runsViewHost.TabIndex = 0;
160      this.runsViewHost.ViewsLabelVisible = true;
161      this.runsViewHost.ViewType = null;
162      //
163      // workersNumericUpDown
164      //
165      this.workersNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
166      this.workersNumericUpDown.Location = new System.Drawing.Point(193, 461);
167      this.workersNumericUpDown.Minimum = new decimal(new int[] {
168            1,
169            0,
170            0,
171            0});
172      this.workersNumericUpDown.Name = "workersNumericUpDown";
173      this.workersNumericUpDown.Size = new System.Drawing.Size(59, 20);
174      this.workersNumericUpDown.TabIndex = 16;
175      this.workersNumericUpDown.Value = new decimal(new int[] {
176            1,
177            0,
178            0,
179            0});
180      this.workersNumericUpDown.ValueChanged += new System.EventHandler(this.workersNumericUpDown_ValueChanged);
181      //
182      // workersLabel
183      //
184      this.workersLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
185      this.workersLabel.AutoSize = true;
186      this.workersLabel.Location = new System.Drawing.Point(140, 464);
187      this.workersLabel.Name = "workersLabel";
188      this.workersLabel.Size = new System.Drawing.Size(53, 13);
189      this.workersLabel.TabIndex = 17;
190      this.workersLabel.Text = "Workers: ";
191      //
192      // ExperimentView
193      //
194      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
195      this.Controls.Add(this.workersLabel);
196      this.Controls.Add(this.workersNumericUpDown);
197      this.Controls.Add(this.tabControl);
198      this.Name = "ExperimentView";
199      this.Size = new System.Drawing.Size(679, 482);
200      this.Controls.SetChildIndex(this.resetButton, 0);
201      this.Controls.SetChildIndex(this.stopButton, 0);
202      this.Controls.SetChildIndex(this.pauseButton, 0);
203      this.Controls.SetChildIndex(this.tabControl, 0);
204      this.Controls.SetChildIndex(this.executionTimeLabel, 0);
205      this.Controls.SetChildIndex(this.executionTimeTextBox, 0);
206      this.Controls.SetChildIndex(this.startButton, 0);
207      this.Controls.SetChildIndex(this.infoLabel, 0);
208      this.Controls.SetChildIndex(this.nameLabel, 0);
209      this.Controls.SetChildIndex(this.nameTextBox, 0);
210      this.Controls.SetChildIndex(this.workersNumericUpDown, 0);
211      this.Controls.SetChildIndex(this.workersLabel, 0);
212      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
213      this.tabControl.ResumeLayout(false);
214      this.optimizersTabPage.ResumeLayout(false);
215      this.runsTabPage.ResumeLayout(false);
216      ((System.ComponentModel.ISupportInitialize)(this.workersNumericUpDown)).EndInit();
217      this.ResumeLayout(false);
218      this.PerformLayout();
219
220    }
221    #endregion
222
223    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl tabControl;
224    private System.Windows.Forms.TabPage optimizersTabPage;
225    private System.Windows.Forms.TabPage runsTabPage;
226    private HeuristicLab.MainForm.WindowsForms.ViewHost runsViewHost;
227    private ExperimentTreeView experimentTreeView;
228    private System.Windows.Forms.NumericUpDown workersNumericUpDown;
229    private System.Windows.Forms.Label workersLabel;
230  }
231}
Note: See TracBrowser for help on using the repository browser.