Free cookie consent management tool by TermsFeed Policy Generator

source: branches/1614_GeneralizedQAP/HeuristicLab.OptimizationExpertSystem/3.3/Views/SolverView.Designer.cs @ 17178

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

#2457: working on recommendation algorithms

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