1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2016 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 |
|
---|
22 | namespace HeuristicLab.Optimization.Views {
|
---|
23 | partial class EngineAlgorithmView {
|
---|
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.engineLabel = new System.Windows.Forms.Label();
|
---|
48 | this.engineComboBox = new System.Windows.Forms.ComboBox();
|
---|
49 | this.engineTabPage = new System.Windows.Forms.TabPage();
|
---|
50 | this.engineViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
51 | this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
|
---|
52 | this.operatorGraphViewHost = new HeuristicLab.Core.Views.BreadcrumbViewHost();
|
---|
53 | this.tabControl.SuspendLayout();
|
---|
54 | this.parametersTabPage.SuspendLayout();
|
---|
55 | this.problemTabPage.SuspendLayout();
|
---|
56 | this.resultsTabPage.SuspendLayout();
|
---|
57 | this.runsTabPage.SuspendLayout();
|
---|
58 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
59 | this.engineTabPage.SuspendLayout();
|
---|
60 | this.operatorGraphTabPage.SuspendLayout();
|
---|
61 | this.SuspendLayout();
|
---|
62 | //
|
---|
63 | // tabControl
|
---|
64 | //
|
---|
65 | this.tabControl.Controls.Add(this.operatorGraphTabPage);
|
---|
66 | this.tabControl.Controls.Add(this.engineTabPage);
|
---|
67 | this.tabControl.Location = new System.Drawing.Point(0, 26);
|
---|
68 | this.tabControl.Size = new System.Drawing.Size(713, 493);
|
---|
69 | this.tabControl.TabIndex = 3;
|
---|
70 | this.tabControl.Controls.SetChildIndex(this.engineTabPage, 0);
|
---|
71 | this.tabControl.Controls.SetChildIndex(this.operatorGraphTabPage, 0);
|
---|
72 | this.tabControl.Controls.SetChildIndex(this.runsTabPage, 0);
|
---|
73 | this.tabControl.Controls.SetChildIndex(this.resultsTabPage, 0);
|
---|
74 | this.tabControl.Controls.SetChildIndex(this.parametersTabPage, 0);
|
---|
75 | this.tabControl.Controls.SetChildIndex(this.problemTabPage, 0);
|
---|
76 | //
|
---|
77 | // parametersTabPage
|
---|
78 | //
|
---|
79 | this.parametersTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
80 | //
|
---|
81 | // problemTabPage
|
---|
82 | //
|
---|
83 | this.problemTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
84 | //
|
---|
85 | // parameterCollectionView
|
---|
86 | //
|
---|
87 | this.parameterCollectionView.Size = new System.Drawing.Size(693, 455);
|
---|
88 | //
|
---|
89 | // problemViewHost
|
---|
90 | //
|
---|
91 | this.problemViewHost.Size = new System.Drawing.Size(693, 425);
|
---|
92 | //
|
---|
93 | // newProblemButton
|
---|
94 | //
|
---|
95 | this.toolTip.SetToolTip(this.newProblemButton, "New Problem");
|
---|
96 | //
|
---|
97 | // openProblemButton
|
---|
98 | //
|
---|
99 | this.toolTip.SetToolTip(this.openProblemButton, "Open Problem");
|
---|
100 | //
|
---|
101 | // startButton
|
---|
102 | //
|
---|
103 | this.startButton.Location = new System.Drawing.Point(0, 525);
|
---|
104 | this.startButton.TabIndex = 4;
|
---|
105 | this.toolTip.SetToolTip(this.startButton, "Start/Resume Algorithm");
|
---|
106 | //
|
---|
107 | // pauseButton
|
---|
108 | //
|
---|
109 | this.pauseButton.Location = new System.Drawing.Point(30, 525);
|
---|
110 | this.pauseButton.TabIndex = 5;
|
---|
111 | this.toolTip.SetToolTip(this.pauseButton, "Pause Algorithm");
|
---|
112 | //
|
---|
113 | // resetButton
|
---|
114 | //
|
---|
115 | this.resetButton.Location = new System.Drawing.Point(90, 525);
|
---|
116 | this.resetButton.TabIndex = 7;
|
---|
117 | this.toolTip.SetToolTip(this.resetButton, "Reset Algorithm");
|
---|
118 | //
|
---|
119 | // executionTimeLabel
|
---|
120 | //
|
---|
121 | this.executionTimeLabel.Location = new System.Drawing.Point(487, 532);
|
---|
122 | this.executionTimeLabel.TabIndex = 8;
|
---|
123 | //
|
---|
124 | // executionTimeTextBox
|
---|
125 | //
|
---|
126 | this.executionTimeTextBox.Location = new System.Drawing.Point(576, 529);
|
---|
127 | this.executionTimeTextBox.TabIndex = 9;
|
---|
128 | //
|
---|
129 | // resultsTabPage
|
---|
130 | //
|
---|
131 | this.resultsTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
132 | //
|
---|
133 | // resultsView
|
---|
134 | //
|
---|
135 | this.resultsView.Size = new System.Drawing.Size(693, 455);
|
---|
136 | //
|
---|
137 | // stopButton
|
---|
138 | //
|
---|
139 | this.stopButton.Location = new System.Drawing.Point(60, 525);
|
---|
140 | this.stopButton.TabIndex = 6;
|
---|
141 | this.toolTip.SetToolTip(this.stopButton, "Stop Algorithm");
|
---|
142 | //
|
---|
143 | // runsTabPage
|
---|
144 | //
|
---|
145 | this.runsTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
146 | //
|
---|
147 | // runsView
|
---|
148 | //
|
---|
149 | this.runsView.Size = new System.Drawing.Size(693, 455);
|
---|
150 | //
|
---|
151 | // storeAlgorithmInEachRunCheckBox
|
---|
152 | //
|
---|
153 | this.storeAlgorithmInEachRunCheckBox.Location = new System.Drawing.Point(530, 6);
|
---|
154 | this.toolTip.SetToolTip(this.storeAlgorithmInEachRunCheckBox, "Check to store a copy of the algorithm in each run.");
|
---|
155 | //
|
---|
156 | // nameTextBox
|
---|
157 | //
|
---|
158 | this.errorProvider.SetIconAlignment(this.nameTextBox, System.Windows.Forms.ErrorIconAlignment.MiddleLeft);
|
---|
159 | this.errorProvider.SetIconPadding(this.nameTextBox, 2);
|
---|
160 | this.nameTextBox.Location = new System.Drawing.Point(60, 0);
|
---|
161 | this.nameTextBox.Size = new System.Drawing.Size(628, 20);
|
---|
162 | //
|
---|
163 | // infoLabel
|
---|
164 | //
|
---|
165 | this.infoLabel.Location = new System.Drawing.Point(694, 3);
|
---|
166 | //
|
---|
167 | // engineLabel
|
---|
168 | //
|
---|
169 | this.engineLabel.AutoSize = true;
|
---|
170 | this.engineLabel.Location = new System.Drawing.Point(6, 9);
|
---|
171 | this.engineLabel.Name = "engineLabel";
|
---|
172 | this.engineLabel.Size = new System.Drawing.Size(43, 13);
|
---|
173 | this.engineLabel.TabIndex = 0;
|
---|
174 | this.engineLabel.Text = "&Engine:";
|
---|
175 | //
|
---|
176 | // engineComboBox
|
---|
177 | //
|
---|
178 | this.engineComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
179 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
180 | this.engineComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
181 | this.engineComboBox.FormattingEnabled = true;
|
---|
182 | this.engineComboBox.Location = new System.Drawing.Point(55, 6);
|
---|
183 | this.engineComboBox.Name = "engineComboBox";
|
---|
184 | this.engineComboBox.Size = new System.Drawing.Size(644, 21);
|
---|
185 | this.engineComboBox.TabIndex = 1;
|
---|
186 | this.engineComboBox.SelectedIndexChanged += new System.EventHandler(this.engineComboBox_SelectedIndexChanged);
|
---|
187 | //
|
---|
188 | // engineTabPage
|
---|
189 | //
|
---|
190 | this.engineTabPage.Controls.Add(this.engineViewHost);
|
---|
191 | this.engineTabPage.Controls.Add(this.engineComboBox);
|
---|
192 | this.engineTabPage.Controls.Add(this.engineLabel);
|
---|
193 | this.engineTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
194 | this.engineTabPage.Name = "engineTabPage";
|
---|
195 | this.engineTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
196 | this.engineTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
197 | this.engineTabPage.TabIndex = 5;
|
---|
198 | this.engineTabPage.Text = "Engine";
|
---|
199 | this.engineTabPage.UseVisualStyleBackColor = true;
|
---|
200 | //
|
---|
201 | // engineViewHost
|
---|
202 | //
|
---|
203 | this.engineViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
204 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
205 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
206 | this.engineViewHost.Caption = "View";
|
---|
207 | this.engineViewHost.Content = null;
|
---|
208 | this.engineViewHost.Enabled = false;
|
---|
209 | this.engineViewHost.Location = new System.Drawing.Point(6, 33);
|
---|
210 | this.engineViewHost.Name = "engineViewHost";
|
---|
211 | this.engineViewHost.ReadOnly = false;
|
---|
212 | this.engineViewHost.Size = new System.Drawing.Size(693, 428);
|
---|
213 | this.engineViewHost.TabIndex = 2;
|
---|
214 | this.engineViewHost.ViewsLabelVisible = true;
|
---|
215 | this.engineViewHost.ViewType = null;
|
---|
216 | //
|
---|
217 | // operatorGraphTabPage
|
---|
218 | //
|
---|
219 | this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
|
---|
220 | this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
221 | this.operatorGraphTabPage.Name = "operatorGraphTabPage";
|
---|
222 | this.operatorGraphTabPage.Size = new System.Drawing.Size(705, 467);
|
---|
223 | this.operatorGraphTabPage.TabIndex = 4;
|
---|
224 | this.operatorGraphTabPage.Text = "Operator Graph";
|
---|
225 | this.operatorGraphTabPage.UseVisualStyleBackColor = true;
|
---|
226 | //
|
---|
227 | // operatorGraphViewHost
|
---|
228 | //
|
---|
229 | this.operatorGraphViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
230 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
231 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
232 | this.operatorGraphViewHost.Caption = "View";
|
---|
233 | this.operatorGraphViewHost.Content = null;
|
---|
234 | this.operatorGraphViewHost.EnableBreadcrumbs = true;
|
---|
235 | this.operatorGraphViewHost.Enabled = false;
|
---|
236 | this.operatorGraphViewHost.Location = new System.Drawing.Point(6, 6);
|
---|
237 | this.operatorGraphViewHost.Name = "operatorGraphViewHost";
|
---|
238 | this.operatorGraphViewHost.ReadOnly = true;
|
---|
239 | this.operatorGraphViewHost.ShowSingle = true;
|
---|
240 | this.operatorGraphViewHost.Size = new System.Drawing.Size(693, 455);
|
---|
241 | this.operatorGraphViewHost.TabIndex = 0;
|
---|
242 | this.operatorGraphViewHost.ViewsLabelVisible = true;
|
---|
243 | this.operatorGraphViewHost.ViewType = null;
|
---|
244 | //
|
---|
245 | // EngineAlgorithmView
|
---|
246 | //
|
---|
247 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
248 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
249 | this.Name = "EngineAlgorithmView";
|
---|
250 | this.Size = new System.Drawing.Size(713, 549);
|
---|
251 | this.tabControl.ResumeLayout(false);
|
---|
252 | this.parametersTabPage.ResumeLayout(false);
|
---|
253 | this.problemTabPage.ResumeLayout(false);
|
---|
254 | this.resultsTabPage.ResumeLayout(false);
|
---|
255 | this.runsTabPage.ResumeLayout(false);
|
---|
256 | this.runsTabPage.PerformLayout();
|
---|
257 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
258 | this.engineTabPage.ResumeLayout(false);
|
---|
259 | this.engineTabPage.PerformLayout();
|
---|
260 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
261 | this.ResumeLayout(false);
|
---|
262 | this.PerformLayout();
|
---|
263 |
|
---|
264 | }
|
---|
265 |
|
---|
266 | #endregion
|
---|
267 |
|
---|
268 | protected System.Windows.Forms.Label engineLabel;
|
---|
269 | protected System.Windows.Forms.ComboBox engineComboBox;
|
---|
270 | protected System.Windows.Forms.TabPage engineTabPage;
|
---|
271 | protected HeuristicLab.MainForm.WindowsForms.ViewHost engineViewHost;
|
---|
272 | protected System.Windows.Forms.TabPage operatorGraphTabPage;
|
---|
273 | protected HeuristicLab.Core.Views.BreadcrumbViewHost operatorGraphViewHost;
|
---|
274 |
|
---|
275 | }
|
---|
276 | }
|
---|