Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2457: worked on performance modeling

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