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.OptimizationExpertSystem {
|
---|
23 | partial class SolverView {
|
---|
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 && (components != null)) {
|
---|
35 | 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 | WeifenLuo.WinFormsUI.Docking.DockPanelSkin dockPanelSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
|
---|
48 | WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin1 = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
|
---|
49 | WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
|
---|
50 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient1 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
51 | WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
|
---|
52 | WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
|
---|
53 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient2 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
54 | WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
|
---|
55 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient3 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
56 | WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient1 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
|
---|
57 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient4 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
58 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient5 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
59 | WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient3 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
|
---|
60 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient6 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
61 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient7 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
62 | this.seedingStrategyPanel = new System.Windows.Forms.Panel();
|
---|
63 | this.solverTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
64 | this.resultsTabPage = new System.Windows.Forms.TabPage();
|
---|
65 | this.showOnlyFinalResultCheckBox = new System.Windows.Forms.CheckBox();
|
---|
66 | this.resultsDockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
|
---|
67 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
68 | this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
69 | this.solutionSeedingTabPage = new System.Windows.Forms.TabPage();
|
---|
70 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
71 | this.solverParametersView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
72 | this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
|
---|
73 | this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
74 | this.algorithmStartButton = new System.Windows.Forms.Button();
|
---|
75 | this.label1 = new System.Windows.Forms.Label();
|
---|
76 | this.evaluationsLimitabel = new System.Windows.Forms.Label();
|
---|
77 | this.algorithmSuggestionLabel = new System.Windows.Forms.Label();
|
---|
78 | this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
|
---|
79 | this.algorithmCloneButton = new System.Windows.Forms.Button();
|
---|
80 | this.maxEvaluationsView = new HeuristicLab.Data.Views.StringConvertibleValueView();
|
---|
81 | this.seededRunsTabPage = new System.Windows.Forms.TabPage();
|
---|
82 | this.seededRunsView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
83 | this.solverTabControl.SuspendLayout();
|
---|
84 | this.resultsTabPage.SuspendLayout();
|
---|
85 | this.runsTabPage.SuspendLayout();
|
---|
86 | this.parametersTabPage.SuspendLayout();
|
---|
87 | this.operatorGraphTabPage.SuspendLayout();
|
---|
88 | this.seededRunsTabPage.SuspendLayout();
|
---|
89 | this.SuspendLayout();
|
---|
90 | //
|
---|
91 | // seedingStrategyPanel
|
---|
92 | //
|
---|
93 | this.seedingStrategyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
94 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
95 | this.seedingStrategyPanel.Location = new System.Drawing.Point(108, 29);
|
---|
96 | this.seedingStrategyPanel.Name = "seedingStrategyPanel";
|
---|
97 | this.seedingStrategyPanel.Size = new System.Drawing.Size(741, 21);
|
---|
98 | this.seedingStrategyPanel.TabIndex = 12;
|
---|
99 | //
|
---|
100 | // solverTabControl
|
---|
101 | //
|
---|
102 | this.solverTabControl.AllowDrop = true;
|
---|
103 | this.solverTabControl.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.solverTabControl.Controls.Add(this.resultsTabPage);
|
---|
107 | this.solverTabControl.Controls.Add(this.runsTabPage);
|
---|
108 | this.solverTabControl.Controls.Add(this.seededRunsTabPage);
|
---|
109 | this.solverTabControl.Controls.Add(this.solutionSeedingTabPage);
|
---|
110 | this.solverTabControl.Controls.Add(this.parametersTabPage);
|
---|
111 | this.solverTabControl.Controls.Add(this.operatorGraphTabPage);
|
---|
112 | this.solverTabControl.Location = new System.Drawing.Point(0, 84);
|
---|
113 | this.solverTabControl.Name = "solverTabControl";
|
---|
114 | this.solverTabControl.SelectedIndex = 0;
|
---|
115 | this.solverTabControl.Size = new System.Drawing.Size(849, 480);
|
---|
116 | this.solverTabControl.TabIndex = 11;
|
---|
117 | //
|
---|
118 | // resultsTabPage
|
---|
119 | //
|
---|
120 | this.resultsTabPage.Controls.Add(this.showOnlyFinalResultCheckBox);
|
---|
121 | this.resultsTabPage.Controls.Add(this.resultsDockPanel);
|
---|
122 | this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
123 | this.resultsTabPage.Name = "resultsTabPage";
|
---|
124 | this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
125 | this.resultsTabPage.Size = new System.Drawing.Size(841, 454);
|
---|
126 | this.resultsTabPage.TabIndex = 2;
|
---|
127 | this.resultsTabPage.Text = "Results";
|
---|
128 | this.resultsTabPage.UseVisualStyleBackColor = true;
|
---|
129 | //
|
---|
130 | // showOnlyFinalResultCheckBox
|
---|
131 | //
|
---|
132 | this.showOnlyFinalResultCheckBox.AutoSize = true;
|
---|
133 | this.showOnlyFinalResultCheckBox.Location = new System.Drawing.Point(6, 6);
|
---|
134 | this.showOnlyFinalResultCheckBox.Name = "showOnlyFinalResultCheckBox";
|
---|
135 | this.showOnlyFinalResultCheckBox.Size = new System.Drawing.Size(158, 17);
|
---|
136 | this.showOnlyFinalResultCheckBox.TabIndex = 1;
|
---|
137 | this.showOnlyFinalResultCheckBox.Text = "show only final result (faster)";
|
---|
138 | this.showOnlyFinalResultCheckBox.UseVisualStyleBackColor = true;
|
---|
139 | //
|
---|
140 | // resultsDockPanel
|
---|
141 | //
|
---|
142 | this.resultsDockPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
143 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
144 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
145 | this.resultsDockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
|
---|
146 | this.resultsDockPanel.Location = new System.Drawing.Point(3, 29);
|
---|
147 | this.resultsDockPanel.Name = "resultsDockPanel";
|
---|
148 | this.resultsDockPanel.Size = new System.Drawing.Size(835, 422);
|
---|
149 | dockPanelGradient1.EndColor = System.Drawing.SystemColors.ControlLight;
|
---|
150 | dockPanelGradient1.StartColor = System.Drawing.SystemColors.ControlLight;
|
---|
151 | autoHideStripSkin1.DockStripGradient = dockPanelGradient1;
|
---|
152 | tabGradient1.EndColor = System.Drawing.SystemColors.Control;
|
---|
153 | tabGradient1.StartColor = System.Drawing.SystemColors.Control;
|
---|
154 | tabGradient1.TextColor = System.Drawing.SystemColors.ControlDarkDark;
|
---|
155 | autoHideStripSkin1.TabGradient = tabGradient1;
|
---|
156 | autoHideStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F);
|
---|
157 | dockPanelSkin1.AutoHideStripSkin = autoHideStripSkin1;
|
---|
158 | tabGradient2.EndColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
159 | tabGradient2.StartColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
160 | tabGradient2.TextColor = System.Drawing.SystemColors.ControlText;
|
---|
161 | dockPaneStripGradient1.ActiveTabGradient = tabGradient2;
|
---|
162 | dockPanelGradient2.EndColor = System.Drawing.SystemColors.Control;
|
---|
163 | dockPanelGradient2.StartColor = System.Drawing.SystemColors.Control;
|
---|
164 | dockPaneStripGradient1.DockStripGradient = dockPanelGradient2;
|
---|
165 | tabGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
|
---|
166 | tabGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
|
---|
167 | tabGradient3.TextColor = System.Drawing.SystemColors.ControlText;
|
---|
168 | dockPaneStripGradient1.InactiveTabGradient = tabGradient3;
|
---|
169 | dockPaneStripSkin1.DocumentGradient = dockPaneStripGradient1;
|
---|
170 | dockPaneStripSkin1.TextFont = new System.Drawing.Font("Segoe UI", 9F);
|
---|
171 | tabGradient4.EndColor = System.Drawing.SystemColors.ActiveCaption;
|
---|
172 | tabGradient4.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
---|
173 | tabGradient4.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
|
---|
174 | tabGradient4.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
|
---|
175 | dockPaneStripToolWindowGradient1.ActiveCaptionGradient = tabGradient4;
|
---|
176 | tabGradient5.EndColor = System.Drawing.SystemColors.Control;
|
---|
177 | tabGradient5.StartColor = System.Drawing.SystemColors.Control;
|
---|
178 | tabGradient5.TextColor = System.Drawing.SystemColors.ControlText;
|
---|
179 | dockPaneStripToolWindowGradient1.ActiveTabGradient = tabGradient5;
|
---|
180 | dockPanelGradient3.EndColor = System.Drawing.SystemColors.ControlLight;
|
---|
181 | dockPanelGradient3.StartColor = System.Drawing.SystemColors.ControlLight;
|
---|
182 | dockPaneStripToolWindowGradient1.DockStripGradient = dockPanelGradient3;
|
---|
183 | tabGradient6.EndColor = System.Drawing.SystemColors.InactiveCaption;
|
---|
184 | tabGradient6.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
---|
185 | tabGradient6.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
---|
186 | tabGradient6.TextColor = System.Drawing.SystemColors.InactiveCaptionText;
|
---|
187 | dockPaneStripToolWindowGradient1.InactiveCaptionGradient = tabGradient6;
|
---|
188 | tabGradient7.EndColor = System.Drawing.Color.Transparent;
|
---|
189 | tabGradient7.StartColor = System.Drawing.Color.Transparent;
|
---|
190 | tabGradient7.TextColor = System.Drawing.SystemColors.ControlDarkDark;
|
---|
191 | dockPaneStripToolWindowGradient1.InactiveTabGradient = tabGradient7;
|
---|
192 | dockPaneStripSkin1.ToolWindowGradient = dockPaneStripToolWindowGradient1;
|
---|
193 | dockPanelSkin1.DockPaneStripSkin = dockPaneStripSkin1;
|
---|
194 | this.resultsDockPanel.Skin = dockPanelSkin1;
|
---|
195 | this.resultsDockPanel.TabIndex = 0;
|
---|
196 | //
|
---|
197 | // runsTabPage
|
---|
198 | //
|
---|
199 | this.runsTabPage.Controls.Add(this.runsView);
|
---|
200 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
201 | this.runsTabPage.Name = "runsTabPage";
|
---|
202 | this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
203 | this.runsTabPage.Size = new System.Drawing.Size(841, 454);
|
---|
204 | this.runsTabPage.TabIndex = 4;
|
---|
205 | this.runsTabPage.Text = "Runs";
|
---|
206 | this.runsTabPage.UseVisualStyleBackColor = true;
|
---|
207 | //
|
---|
208 | // runsView
|
---|
209 | //
|
---|
210 | this.runsView.Caption = "RunCollection View";
|
---|
211 | this.runsView.Content = null;
|
---|
212 | this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
213 | this.runsView.Location = new System.Drawing.Point(3, 3);
|
---|
214 | this.runsView.Name = "runsView";
|
---|
215 | this.runsView.ReadOnly = false;
|
---|
216 | this.runsView.Size = new System.Drawing.Size(835, 448);
|
---|
217 | this.runsView.TabIndex = 0;
|
---|
218 | //
|
---|
219 | // solutionSeedingTabPage
|
---|
220 | //
|
---|
221 | this.solutionSeedingTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
222 | this.solutionSeedingTabPage.Name = "solutionSeedingTabPage";
|
---|
223 | this.solutionSeedingTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
224 | this.solutionSeedingTabPage.Size = new System.Drawing.Size(841, 454);
|
---|
225 | this.solutionSeedingTabPage.TabIndex = 1;
|
---|
226 | this.solutionSeedingTabPage.Text = "Seeding Pool";
|
---|
227 | this.solutionSeedingTabPage.UseVisualStyleBackColor = true;
|
---|
228 | //
|
---|
229 | // parametersTabPage
|
---|
230 | //
|
---|
231 | this.parametersTabPage.Controls.Add(this.solverParametersView);
|
---|
232 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
233 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
234 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
235 | this.parametersTabPage.Size = new System.Drawing.Size(841, 454);
|
---|
236 | this.parametersTabPage.TabIndex = 0;
|
---|
237 | this.parametersTabPage.Text = "Parameters";
|
---|
238 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
239 | //
|
---|
240 | // solverParametersView
|
---|
241 | //
|
---|
242 | this.solverParametersView.AllowEditingOfHiddenParameters = true;
|
---|
243 | this.solverParametersView.Caption = "ParameterCollection View";
|
---|
244 | this.solverParametersView.Content = null;
|
---|
245 | this.solverParametersView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
246 | this.solverParametersView.Location = new System.Drawing.Point(3, 3);
|
---|
247 | this.solverParametersView.Name = "solverParametersView";
|
---|
248 | this.solverParametersView.ReadOnly = true;
|
---|
249 | this.solverParametersView.ShowDetails = true;
|
---|
250 | this.solverParametersView.Size = new System.Drawing.Size(835, 448);
|
---|
251 | this.solverParametersView.TabIndex = 0;
|
---|
252 | //
|
---|
253 | // operatorGraphTabPage
|
---|
254 | //
|
---|
255 | this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
|
---|
256 | this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
257 | this.operatorGraphTabPage.Name = "operatorGraphTabPage";
|
---|
258 | this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
259 | this.operatorGraphTabPage.Size = new System.Drawing.Size(841, 454);
|
---|
260 | this.operatorGraphTabPage.TabIndex = 3;
|
---|
261 | this.operatorGraphTabPage.Text = "Operator Graph";
|
---|
262 | this.operatorGraphTabPage.UseVisualStyleBackColor = true;
|
---|
263 | //
|
---|
264 | // operatorGraphViewHost
|
---|
265 | //
|
---|
266 | this.operatorGraphViewHost.Caption = "View";
|
---|
267 | this.operatorGraphViewHost.Content = null;
|
---|
268 | this.operatorGraphViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
269 | this.operatorGraphViewHost.Enabled = false;
|
---|
270 | this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 3);
|
---|
271 | this.operatorGraphViewHost.Name = "operatorGraphViewHost";
|
---|
272 | this.operatorGraphViewHost.ReadOnly = true;
|
---|
273 | this.operatorGraphViewHost.Size = new System.Drawing.Size(835, 448);
|
---|
274 | this.operatorGraphViewHost.TabIndex = 0;
|
---|
275 | this.operatorGraphViewHost.ViewsLabelVisible = true;
|
---|
276 | this.operatorGraphViewHost.ViewType = null;
|
---|
277 | //
|
---|
278 | // algorithmStartButton
|
---|
279 | //
|
---|
280 | this.algorithmStartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
281 | this.algorithmStartButton.Location = new System.Drawing.Point(791, 55);
|
---|
282 | this.algorithmStartButton.Name = "algorithmStartButton";
|
---|
283 | this.algorithmStartButton.Size = new System.Drawing.Size(26, 23);
|
---|
284 | this.algorithmStartButton.TabIndex = 10;
|
---|
285 | this.algorithmStartButton.Text = "Start";
|
---|
286 | this.algorithmStartButton.UseVisualStyleBackColor = true;
|
---|
287 | this.algorithmStartButton.Click += new System.EventHandler(this.AlgorithmStartButtonOnClick);
|
---|
288 | //
|
---|
289 | // label1
|
---|
290 | //
|
---|
291 | this.label1.AutoSize = true;
|
---|
292 | this.label1.Location = new System.Drawing.Point(3, 33);
|
---|
293 | this.label1.Name = "label1";
|
---|
294 | this.label1.Size = new System.Drawing.Size(91, 13);
|
---|
295 | this.label1.TabIndex = 8;
|
---|
296 | this.label1.Text = "Seeding Strategy:";
|
---|
297 | //
|
---|
298 | // evaluationsLimitabel
|
---|
299 | //
|
---|
300 | this.evaluationsLimitabel.AutoSize = true;
|
---|
301 | this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 6);
|
---|
302 | this.evaluationsLimitabel.Name = "evaluationsLimitabel";
|
---|
303 | this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
|
---|
304 | this.evaluationsLimitabel.TabIndex = 13;
|
---|
305 | this.evaluationsLimitabel.Text = "Budget (FE):";
|
---|
306 | //
|
---|
307 | // algorithmSuggestionLabel
|
---|
308 | //
|
---|
309 | this.algorithmSuggestionLabel.AutoSize = true;
|
---|
310 | this.algorithmSuggestionLabel.Location = new System.Drawing.Point(3, 59);
|
---|
311 | this.algorithmSuggestionLabel.Name = "algorithmSuggestionLabel";
|
---|
312 | this.algorithmSuggestionLabel.Size = new System.Drawing.Size(99, 13);
|
---|
313 | this.algorithmSuggestionLabel.TabIndex = 9;
|
---|
314 | this.algorithmSuggestionLabel.Text = "Suggested Solvers:";
|
---|
315 | //
|
---|
316 | // suggestedInstancesComboBox
|
---|
317 | //
|
---|
318 | this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
319 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
320 | this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
321 | this.suggestedInstancesComboBox.FormattingEnabled = true;
|
---|
322 | this.suggestedInstancesComboBox.Location = new System.Drawing.Point(108, 56);
|
---|
323 | this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox";
|
---|
324 | this.suggestedInstancesComboBox.Size = new System.Drawing.Size(677, 21);
|
---|
325 | this.suggestedInstancesComboBox.TabIndex = 7;
|
---|
326 | this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged);
|
---|
327 | //
|
---|
328 | // algorithmCloneButton
|
---|
329 | //
|
---|
330 | this.algorithmCloneButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
331 | this.algorithmCloneButton.Location = new System.Drawing.Point(823, 56);
|
---|
332 | this.algorithmCloneButton.Name = "algorithmCloneButton";
|
---|
333 | this.algorithmCloneButton.Size = new System.Drawing.Size(26, 23);
|
---|
334 | this.algorithmCloneButton.TabIndex = 15;
|
---|
335 | this.algorithmCloneButton.Text = "Clone";
|
---|
336 | this.algorithmCloneButton.UseVisualStyleBackColor = true;
|
---|
337 | this.algorithmCloneButton.Click += new System.EventHandler(this.AlgorithmCloneButtonOnClick);
|
---|
338 | //
|
---|
339 | // maxEvaluationsView
|
---|
340 | //
|
---|
341 | this.maxEvaluationsView.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
342 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
343 | this.maxEvaluationsView.Caption = "StringConvertibleValue View";
|
---|
344 | this.maxEvaluationsView.Content = null;
|
---|
345 | this.maxEvaluationsView.LabelVisible = false;
|
---|
346 | this.maxEvaluationsView.Location = new System.Drawing.Point(91, 3);
|
---|
347 | this.maxEvaluationsView.Name = "maxEvaluationsView";
|
---|
348 | this.maxEvaluationsView.ReadOnly = false;
|
---|
349 | this.maxEvaluationsView.Size = new System.Drawing.Size(758, 21);
|
---|
350 | this.maxEvaluationsView.TabIndex = 16;
|
---|
351 | //
|
---|
352 | // seededRunsTabPage
|
---|
353 | //
|
---|
354 | this.seededRunsTabPage.Controls.Add(this.seededRunsView);
|
---|
355 | this.seededRunsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
356 | this.seededRunsTabPage.Name = "seededRunsTabPage";
|
---|
357 | this.seededRunsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
358 | this.seededRunsTabPage.Size = new System.Drawing.Size(841, 454);
|
---|
359 | this.seededRunsTabPage.TabIndex = 5;
|
---|
360 | this.seededRunsTabPage.Text = "Seeded Runs";
|
---|
361 | this.seededRunsTabPage.UseVisualStyleBackColor = true;
|
---|
362 | //
|
---|
363 | // seededRunsView
|
---|
364 | //
|
---|
365 | this.seededRunsView.Caption = "RunCollection View";
|
---|
366 | this.seededRunsView.Content = null;
|
---|
367 | this.seededRunsView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
368 | this.seededRunsView.Location = new System.Drawing.Point(3, 3);
|
---|
369 | this.seededRunsView.Name = "seededRunsView";
|
---|
370 | this.seededRunsView.ReadOnly = false;
|
---|
371 | this.seededRunsView.Size = new System.Drawing.Size(835, 448);
|
---|
372 | this.seededRunsView.TabIndex = 1;
|
---|
373 | //
|
---|
374 | // SolverView
|
---|
375 | //
|
---|
376 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
377 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
378 | this.Controls.Add(this.maxEvaluationsView);
|
---|
379 | this.Controls.Add(this.algorithmCloneButton);
|
---|
380 | this.Controls.Add(this.seedingStrategyPanel);
|
---|
381 | this.Controls.Add(this.solverTabControl);
|
---|
382 | this.Controls.Add(this.algorithmStartButton);
|
---|
383 | this.Controls.Add(this.label1);
|
---|
384 | this.Controls.Add(this.evaluationsLimitabel);
|
---|
385 | this.Controls.Add(this.algorithmSuggestionLabel);
|
---|
386 | this.Controls.Add(this.suggestedInstancesComboBox);
|
---|
387 | this.Name = "SolverView";
|
---|
388 | this.Size = new System.Drawing.Size(849, 564);
|
---|
389 | this.solverTabControl.ResumeLayout(false);
|
---|
390 | this.resultsTabPage.ResumeLayout(false);
|
---|
391 | this.resultsTabPage.PerformLayout();
|
---|
392 | this.runsTabPage.ResumeLayout(false);
|
---|
393 | this.parametersTabPage.ResumeLayout(false);
|
---|
394 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
395 | this.seededRunsTabPage.ResumeLayout(false);
|
---|
396 | this.ResumeLayout(false);
|
---|
397 | this.PerformLayout();
|
---|
398 |
|
---|
399 | }
|
---|
400 |
|
---|
401 | #endregion
|
---|
402 |
|
---|
403 | private System.Windows.Forms.Panel seedingStrategyPanel;
|
---|
404 | private MainForm.WindowsForms.DragOverTabControl solverTabControl;
|
---|
405 | private System.Windows.Forms.TabPage resultsTabPage;
|
---|
406 | private System.Windows.Forms.TabPage solutionSeedingTabPage;
|
---|
407 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
408 | private Core.Views.ParameterCollectionView solverParametersView;
|
---|
409 | private System.Windows.Forms.TabPage operatorGraphTabPage;
|
---|
410 | private MainForm.WindowsForms.ViewHost operatorGraphViewHost;
|
---|
411 | private System.Windows.Forms.Button algorithmStartButton;
|
---|
412 | private System.Windows.Forms.Label label1;
|
---|
413 | private System.Windows.Forms.Label evaluationsLimitabel;
|
---|
414 | private System.Windows.Forms.Label algorithmSuggestionLabel;
|
---|
415 | private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
|
---|
416 | private System.Windows.Forms.Button algorithmCloneButton;
|
---|
417 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
418 | private Optimization.Views.RunCollectionView runsView;
|
---|
419 | private Data.Views.StringConvertibleValueView maxEvaluationsView;
|
---|
420 | private WeifenLuo.WinFormsUI.Docking.DockPanel resultsDockPanel;
|
---|
421 | private System.Windows.Forms.CheckBox showOnlyFinalResultCheckBox;
|
---|
422 | private System.Windows.Forms.TabPage seededRunsTabPage;
|
---|
423 | private Optimization.Views.RunCollectionView seededRunsView;
|
---|
424 | }
|
---|
425 | }
|
---|