Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem/3.3/Views/SolverView.Designer.cs @ 13759

Last change on this file since 13759 was 13759, checked in by abeham, 8 years ago

#2457: worked on suggestion algorithm

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