Free cookie consent management tool by TermsFeed Policy Generator

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

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

#2457:

  • Renamed remaining files from ExpertSystem to KnowledgeCenter
  • Added ability to scatter plot to display a regression line
  • Allowed to execute multiple instances at once and displaying either only final result or tracking result
  • Split runs in seeded runs and instance runs
File size: 49.2 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2012 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 KnowledgeCenterAllinOneView {
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      this.components = new System.ComponentModel.Container();
48      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
49      System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
50      System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
51      System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
52      System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
53      System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
54      System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
55      System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
56      this.evaluationsLimitabel = new System.Windows.Forms.Label();
57      this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox();
58      this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
59      this.problemTabPage = new System.Windows.Forms.TabPage();
60      this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
61      this.solutionsTabPage = new System.Windows.Forms.TabPage();
62      this.solutionNameLabel = new System.Windows.Forms.Label();
63      this.solutionDiversitySimilarityLabel = new System.Windows.Forms.Label();
64      this.solutionNameComboBox = new System.Windows.Forms.ComboBox();
65      this.similarityComboBox = new System.Windows.Forms.ComboBox();
66      this.solutionsTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
67      this.solutionsQualityTabPage = new System.Windows.Forms.TabPage();
68      this.solutionsQualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
69      this.solutionsLengthScaleTabPage = new System.Windows.Forms.TabPage();
70      this.solutionsLengthScaleViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
71      this.solutionsDiversityTabPage = new System.Windows.Forms.TabPage();
72      this.solutionsDiversityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
73      this.solutionsFdcTabPage = new System.Windows.Forms.TabPage();
74      this.fdcBetweenBestCheckBox = new System.Windows.Forms.CheckBox();
75      this.solutionsFdcViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
76      this.solutionsNetworkTabPage = new System.Windows.Forms.TabPage();
77      this.solutionsNetworkChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
78      this.solversTabPage = new System.Windows.Forms.TabPage();
79      this.seedingStrategyPanel = new System.Windows.Forms.Panel();
80      this.solverTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
81      this.resultsTabPage = new System.Windows.Forms.TabPage();
82      this.solverResultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
83      this.solutionSeedingTabPage = new System.Windows.Forms.TabPage();
84      this.parametersTabPage = new System.Windows.Forms.TabPage();
85      this.solverParametersView = new HeuristicLab.Core.Views.ParameterCollectionView();
86      this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
87      this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
88      this.algorithmCloneButton = new System.Windows.Forms.Button();
89      this.algorithmStartButton = new System.Windows.Forms.Button();
90      this.label1 = new System.Windows.Forms.Label();
91      this.algorithmSuggestionLabel = new System.Windows.Forms.Label();
92      this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
93      this.runsTabPage = new System.Windows.Forms.TabPage();
94      this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
95      this.okbTabPage = new System.Windows.Forms.TabPage();
96      this.kbViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
97      this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
98      this.projectionLabel = new System.Windows.Forms.Label();
99      this.projectionComboBox = new System.Windows.Forms.ComboBox();
100      this.problemInstancesTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
101      this.instancesTabPage = new System.Windows.Forms.TabPage();
102      this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
103      this.mapTabPage = new System.Windows.Forms.TabPage();
104      this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
105      this.refreshMapButton = new System.Windows.Forms.Button();
106      this.progressPanel = new System.Windows.Forms.Panel();
107      this.okbDownloadButton = new System.Windows.Forms.Button();
108      this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
109      this.tabControl.SuspendLayout();
110      this.problemTabPage.SuspendLayout();
111      this.solutionsTabPage.SuspendLayout();
112      this.solutionsTabControl.SuspendLayout();
113      this.solutionsQualityTabPage.SuspendLayout();
114      this.solutionsLengthScaleTabPage.SuspendLayout();
115      this.solutionsDiversityTabPage.SuspendLayout();
116      this.solutionsFdcTabPage.SuspendLayout();
117      this.solutionsNetworkTabPage.SuspendLayout();
118      ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).BeginInit();
119      this.solversTabPage.SuspendLayout();
120      this.solverTabControl.SuspendLayout();
121      this.resultsTabPage.SuspendLayout();
122      this.parametersTabPage.SuspendLayout();
123      this.operatorGraphTabPage.SuspendLayout();
124      this.runsTabPage.SuspendLayout();
125      this.okbTabPage.SuspendLayout();
126      this.problemInstancesTabPage.SuspendLayout();
127      this.problemInstancesTabControl.SuspendLayout();
128      this.instancesTabPage.SuspendLayout();
129      this.mapTabPage.SuspendLayout();
130      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
131      this.SuspendLayout();
132      //
133      // evaluationsLimitabel
134      //
135      this.evaluationsLimitabel.AutoSize = true;
136      this.evaluationsLimitabel.Location = new System.Drawing.Point(5, 9);
137      this.evaluationsLimitabel.Name = "evaluationsLimitabel";
138      this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
139      this.evaluationsLimitabel.TabIndex = 5;
140      this.evaluationsLimitabel.Text = "Budget (FE):";
141      //
142      // maxEvaluationsTextBox
143      //
144      this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
145            | System.Windows.Forms.AnchorStyles.Right)));
146      this.maxEvaluationsTextBox.Location = new System.Drawing.Point(110, 6);
147      this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
148      this.maxEvaluationsTextBox.Size = new System.Drawing.Size(564, 20);
149      this.maxEvaluationsTextBox.TabIndex = 6;
150      this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.MaxEvaluationsTextBoxOnValidating);
151      //
152      // tabControl
153      //
154      this.tabControl.AllowDrop = true;
155      this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
156            | System.Windows.Forms.AnchorStyles.Left)
157            | System.Windows.Forms.AnchorStyles.Right)));
158      this.tabControl.Controls.Add(this.problemTabPage);
159      this.tabControl.Controls.Add(this.solutionsTabPage);
160      this.tabControl.Controls.Add(this.solversTabPage);
161      this.tabControl.Controls.Add(this.runsTabPage);
162      this.tabControl.Controls.Add(this.okbTabPage);
163      this.tabControl.Controls.Add(this.problemInstancesTabPage);
164      this.tabControl.Location = new System.Drawing.Point(0, 32);
165      this.tabControl.Name = "tabControl";
166      this.tabControl.SelectedIndex = 0;
167      this.tabControl.Size = new System.Drawing.Size(689, 503);
168      this.tabControl.TabIndex = 17;
169      //
170      // problemTabPage
171      //
172      this.problemTabPage.AllowDrop = true;
173      this.problemTabPage.Controls.Add(this.problemViewHost);
174      this.problemTabPage.Location = new System.Drawing.Point(4, 22);
175      this.problemTabPage.Name = "problemTabPage";
176      this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
177      this.problemTabPage.Size = new System.Drawing.Size(681, 477);
178      this.problemTabPage.TabIndex = 1;
179      this.problemTabPage.Text = "Problem";
180      this.problemTabPage.UseVisualStyleBackColor = true;
181      //
182      // problemViewHost
183      //
184      this.problemViewHost.Caption = "View";
185      this.problemViewHost.Content = null;
186      this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
187      this.problemViewHost.Enabled = false;
188      this.problemViewHost.Location = new System.Drawing.Point(3, 3);
189      this.problemViewHost.Name = "problemViewHost";
190      this.problemViewHost.ReadOnly = false;
191      this.problemViewHost.Size = new System.Drawing.Size(675, 471);
192      this.problemViewHost.TabIndex = 2;
193      this.problemViewHost.ViewsLabelVisible = false;
194      this.problemViewHost.ViewType = null;
195      //
196      // solutionsTabPage
197      //
198      this.solutionsTabPage.Controls.Add(this.solutionNameLabel);
199      this.solutionsTabPage.Controls.Add(this.solutionDiversitySimilarityLabel);
200      this.solutionsTabPage.Controls.Add(this.solutionNameComboBox);
201      this.solutionsTabPage.Controls.Add(this.similarityComboBox);
202      this.solutionsTabPage.Controls.Add(this.solutionsTabControl);
203      this.solutionsTabPage.Location = new System.Drawing.Point(4, 22);
204      this.solutionsTabPage.Name = "solutionsTabPage";
205      this.solutionsTabPage.Padding = new System.Windows.Forms.Padding(3);
206      this.solutionsTabPage.Size = new System.Drawing.Size(681, 477);
207      this.solutionsTabPage.TabIndex = 7;
208      this.solutionsTabPage.Text = "Solutions";
209      this.solutionsTabPage.UseVisualStyleBackColor = true;
210      //
211      // solutionNameLabel
212      //
213      this.solutionNameLabel.AutoSize = true;
214      this.solutionNameLabel.Location = new System.Drawing.Point(235, 9);
215      this.solutionNameLabel.Name = "solutionNameLabel";
216      this.solutionNameLabel.Size = new System.Drawing.Size(48, 13);
217      this.solutionNameLabel.TabIndex = 2;
218      this.solutionNameLabel.Text = "Solution:";
219      //
220      // solutionDiversitySimilarityLabel
221      //
222      this.solutionDiversitySimilarityLabel.AutoSize = true;
223      this.solutionDiversitySimilarityLabel.Location = new System.Drawing.Point(5, 9);
224      this.solutionDiversitySimilarityLabel.Name = "solutionDiversitySimilarityLabel";
225      this.solutionDiversitySimilarityLabel.Size = new System.Drawing.Size(50, 13);
226      this.solutionDiversitySimilarityLabel.TabIndex = 2;
227      this.solutionDiversitySimilarityLabel.Text = "Similarity:";
228      //
229      // solutionNameComboBox
230      //
231      this.solutionNameComboBox.DisplayMember = "ItemName";
232      this.solutionNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
233      this.solutionNameComboBox.FormattingEnabled = true;
234      this.solutionNameComboBox.Location = new System.Drawing.Point(291, 6);
235      this.solutionNameComboBox.Name = "solutionNameComboBox";
236      this.solutionNameComboBox.Size = new System.Drawing.Size(150, 21);
237      this.solutionNameComboBox.TabIndex = 1;
238      this.solutionNameComboBox.SelectedIndexChanged += new System.EventHandler(this.SimilarityComboBoxOnSelectedIndexChanged);
239      //
240      // similarityComboBox
241      //
242      this.similarityComboBox.DisplayMember = "ItemName";
243      this.similarityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
244      this.similarityComboBox.FormattingEnabled = true;
245      this.similarityComboBox.Location = new System.Drawing.Point(61, 6);
246      this.similarityComboBox.Name = "similarityComboBox";
247      this.similarityComboBox.Size = new System.Drawing.Size(150, 21);
248      this.similarityComboBox.TabIndex = 1;
249      this.similarityComboBox.SelectedIndexChanged += new System.EventHandler(this.SimilarityComboBoxOnSelectedIndexChanged);
250      //
251      // solutionsTabControl
252      //
253      this.solutionsTabControl.AllowDrop = true;
254      this.solutionsTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
255            | System.Windows.Forms.AnchorStyles.Left)
256            | System.Windows.Forms.AnchorStyles.Right)));
257      this.solutionsTabControl.Controls.Add(this.solutionsQualityTabPage);
258      this.solutionsTabControl.Controls.Add(this.solutionsLengthScaleTabPage);
259      this.solutionsTabControl.Controls.Add(this.solutionsDiversityTabPage);
260      this.solutionsTabControl.Controls.Add(this.solutionsFdcTabPage);
261      this.solutionsTabControl.Controls.Add(this.solutionsNetworkTabPage);
262      this.solutionsTabControl.Location = new System.Drawing.Point(3, 33);
263      this.solutionsTabControl.Name = "solutionsTabControl";
264      this.solutionsTabControl.SelectedIndex = 0;
265      this.solutionsTabControl.Size = new System.Drawing.Size(675, 441);
266      this.solutionsTabControl.TabIndex = 0;
267      //
268      // solutionsQualityTabPage
269      //
270      this.solutionsQualityTabPage.Controls.Add(this.solutionsQualityViewHost);
271      this.solutionsQualityTabPage.Location = new System.Drawing.Point(4, 22);
272      this.solutionsQualityTabPage.Name = "solutionsQualityTabPage";
273      this.solutionsQualityTabPage.Padding = new System.Windows.Forms.Padding(3);
274      this.solutionsQualityTabPage.Size = new System.Drawing.Size(667, 415);
275      this.solutionsQualityTabPage.TabIndex = 1;
276      this.solutionsQualityTabPage.Text = "Quality Analysis";
277      this.solutionsQualityTabPage.UseVisualStyleBackColor = true;
278      //
279      // solutionsQualityViewHost
280      //
281      this.solutionsQualityViewHost.Caption = "View";
282      this.solutionsQualityViewHost.Content = null;
283      this.solutionsQualityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
284      this.solutionsQualityViewHost.Enabled = false;
285      this.solutionsQualityViewHost.Location = new System.Drawing.Point(3, 3);
286      this.solutionsQualityViewHost.Name = "solutionsQualityViewHost";
287      this.solutionsQualityViewHost.ReadOnly = false;
288      this.solutionsQualityViewHost.Size = new System.Drawing.Size(661, 409);
289      this.solutionsQualityViewHost.TabIndex = 0;
290      this.solutionsQualityViewHost.ViewsLabelVisible = true;
291      this.solutionsQualityViewHost.ViewType = null;
292      //
293      // solutionsLengthScaleTabPage
294      //
295      this.solutionsLengthScaleTabPage.Controls.Add(this.solutionsLengthScaleViewHost);
296      this.solutionsLengthScaleTabPage.Location = new System.Drawing.Point(4, 22);
297      this.solutionsLengthScaleTabPage.Name = "solutionsLengthScaleTabPage";
298      this.solutionsLengthScaleTabPage.Padding = new System.Windows.Forms.Padding(3);
299      this.solutionsLengthScaleTabPage.Size = new System.Drawing.Size(667, 415);
300      this.solutionsLengthScaleTabPage.TabIndex = 3;
301      this.solutionsLengthScaleTabPage.Text = "Length-Scale Analysis";
302      this.solutionsLengthScaleTabPage.UseVisualStyleBackColor = true;
303      //
304      // solutionsLengthScaleViewHost
305      //
306      this.solutionsLengthScaleViewHost.Caption = "View";
307      this.solutionsLengthScaleViewHost.Content = null;
308      this.solutionsLengthScaleViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
309      this.solutionsLengthScaleViewHost.Enabled = false;
310      this.solutionsLengthScaleViewHost.Location = new System.Drawing.Point(3, 3);
311      this.solutionsLengthScaleViewHost.Name = "solutionsLengthScaleViewHost";
312      this.solutionsLengthScaleViewHost.ReadOnly = false;
313      this.solutionsLengthScaleViewHost.Size = new System.Drawing.Size(661, 409);
314      this.solutionsLengthScaleViewHost.TabIndex = 0;
315      this.solutionsLengthScaleViewHost.ViewsLabelVisible = true;
316      this.solutionsLengthScaleViewHost.ViewType = null;
317      //
318      // solutionsDiversityTabPage
319      //
320      this.solutionsDiversityTabPage.Controls.Add(this.solutionsDiversityViewHost);
321      this.solutionsDiversityTabPage.Location = new System.Drawing.Point(4, 22);
322      this.solutionsDiversityTabPage.Name = "solutionsDiversityTabPage";
323      this.solutionsDiversityTabPage.Padding = new System.Windows.Forms.Padding(3);
324      this.solutionsDiversityTabPage.Size = new System.Drawing.Size(667, 415);
325      this.solutionsDiversityTabPage.TabIndex = 2;
326      this.solutionsDiversityTabPage.Text = "Diversity Analysis";
327      this.solutionsDiversityTabPage.UseVisualStyleBackColor = true;
328      //
329      // solutionsDiversityViewHost
330      //
331      this.solutionsDiversityViewHost.Caption = "View";
332      this.solutionsDiversityViewHost.Content = null;
333      this.solutionsDiversityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
334      this.solutionsDiversityViewHost.Enabled = false;
335      this.solutionsDiversityViewHost.Location = new System.Drawing.Point(3, 3);
336      this.solutionsDiversityViewHost.Name = "solutionsDiversityViewHost";
337      this.solutionsDiversityViewHost.ReadOnly = false;
338      this.solutionsDiversityViewHost.Size = new System.Drawing.Size(661, 409);
339      this.solutionsDiversityViewHost.TabIndex = 1;
340      this.solutionsDiversityViewHost.ViewsLabelVisible = true;
341      this.solutionsDiversityViewHost.ViewType = null;
342      //
343      // solutionsFdcTabPage
344      //
345      this.solutionsFdcTabPage.Controls.Add(this.fdcBetweenBestCheckBox);
346      this.solutionsFdcTabPage.Controls.Add(this.solutionsFdcViewHost);
347      this.solutionsFdcTabPage.Location = new System.Drawing.Point(4, 22);
348      this.solutionsFdcTabPage.Name = "solutionsFdcTabPage";
349      this.solutionsFdcTabPage.Padding = new System.Windows.Forms.Padding(3);
350      this.solutionsFdcTabPage.Size = new System.Drawing.Size(667, 415);
351      this.solutionsFdcTabPage.TabIndex = 5;
352      this.solutionsFdcTabPage.Text = "Fitness-Distance Analysis";
353      this.solutionsFdcTabPage.UseVisualStyleBackColor = true;
354      //
355      // fdcBetweenBestCheckBox
356      //
357      this.fdcBetweenBestCheckBox.AutoSize = true;
358      this.fdcBetweenBestCheckBox.Location = new System.Drawing.Point(6, 6);
359      this.fdcBetweenBestCheckBox.Name = "fdcBetweenBestCheckBox";
360      this.fdcBetweenBestCheckBox.Size = new System.Drawing.Size(233, 17);
361      this.fdcBetweenBestCheckBox.TabIndex = 2;
362      this.fdcBetweenBestCheckBox.Text = "Calculate FDC between best solution(s) only";
363      this.fdcBetweenBestCheckBox.UseVisualStyleBackColor = true;
364      this.fdcBetweenBestCheckBox.CheckedChanged += new System.EventHandler(this.FdcBetweenBestCheckBoxOnCheckedChanged);
365      //
366      // solutionsFdcViewHost
367      //
368      this.solutionsFdcViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
369            | System.Windows.Forms.AnchorStyles.Left)
370            | System.Windows.Forms.AnchorStyles.Right)));
371      this.solutionsFdcViewHost.Caption = "View";
372      this.solutionsFdcViewHost.Content = null;
373      this.solutionsFdcViewHost.Enabled = false;
374      this.solutionsFdcViewHost.Location = new System.Drawing.Point(3, 29);
375      this.solutionsFdcViewHost.Name = "solutionsFdcViewHost";
376      this.solutionsFdcViewHost.ReadOnly = false;
377      this.solutionsFdcViewHost.Size = new System.Drawing.Size(661, 386);
378      this.solutionsFdcViewHost.TabIndex = 0;
379      this.solutionsFdcViewHost.ViewsLabelVisible = true;
380      this.solutionsFdcViewHost.ViewType = null;
381      //
382      // solutionsNetworkTabPage
383      //
384      this.solutionsNetworkTabPage.Controls.Add(this.solutionsNetworkChart);
385      this.solutionsNetworkTabPage.Location = new System.Drawing.Point(4, 22);
386      this.solutionsNetworkTabPage.Name = "solutionsNetworkTabPage";
387      this.solutionsNetworkTabPage.Padding = new System.Windows.Forms.Padding(3);
388      this.solutionsNetworkTabPage.Size = new System.Drawing.Size(667, 415);
389      this.solutionsNetworkTabPage.TabIndex = 4;
390      this.solutionsNetworkTabPage.Text = "Network Analysis";
391      this.solutionsNetworkTabPage.UseVisualStyleBackColor = true;
392      //
393      // solutionsNetworkChart
394      //
395      chartArea1.AxisX.IsStartedFromZero = false;
396      chartArea1.AxisX.LabelStyle.Enabled = false;
397      chartArea1.AxisX.LineWidth = 0;
398      chartArea1.AxisX.MajorGrid.Enabled = false;
399      chartArea1.AxisX.MajorTickMark.Enabled = false;
400      chartArea1.AxisY.IsStartedFromZero = false;
401      chartArea1.AxisY.LabelStyle.Enabled = false;
402      chartArea1.AxisY.LineWidth = 0;
403      chartArea1.AxisY.MajorGrid.Enabled = false;
404      chartArea1.AxisY.MajorTickMark.Enabled = false;
405      chartArea1.Name = "SolutionsNetworkChartArea";
406      this.solutionsNetworkChart.ChartAreas.Add(chartArea1);
407      this.solutionsNetworkChart.Dock = System.Windows.Forms.DockStyle.Fill;
408      legend1.Enabled = false;
409      legend1.Name = "Legend1";
410      this.solutionsNetworkChart.Legends.Add(legend1);
411      this.solutionsNetworkChart.Location = new System.Drawing.Point(3, 3);
412      this.solutionsNetworkChart.Name = "solutionsNetworkChart";
413      series1.ChartArea = "SolutionsNetworkChartArea";
414      series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
415      series1.IsValueShownAsLabel = true;
416      series1.Label = "#LABEL";
417      series1.Legend = "Legend1";
418      series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
419      series1.Name = "SolutionSeries";
420      series1.YValuesPerPoint = 2;
421      series2.ChartArea = "SolutionsNetworkChartArea";
422      series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
423      series2.IsValueShownAsLabel = true;
424      series2.Label = "#LABEL";
425      series2.Legend = "Legend1";
426      series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
427      series2.Name = "SeedingSolutionSeries";
428      series2.YValuesPerPoint = 2;
429      this.solutionsNetworkChart.Series.Add(series1);
430      this.solutionsNetworkChart.Series.Add(series2);
431      this.solutionsNetworkChart.Size = new System.Drawing.Size(661, 409);
432      this.solutionsNetworkChart.TabIndex = 0;
433      this.solutionsNetworkChart.Text = "enhancedChart1";
434      this.solutionsNetworkChart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseClick);
435      //
436      // solversTabPage
437      //
438      this.solversTabPage.Controls.Add(this.seedingStrategyPanel);
439      this.solversTabPage.Controls.Add(this.solverTabControl);
440      this.solversTabPage.Controls.Add(this.algorithmCloneButton);
441      this.solversTabPage.Controls.Add(this.algorithmStartButton);
442      this.solversTabPage.Controls.Add(this.label1);
443      this.solversTabPage.Controls.Add(this.evaluationsLimitabel);
444      this.solversTabPage.Controls.Add(this.algorithmSuggestionLabel);
445      this.solversTabPage.Controls.Add(this.maxEvaluationsTextBox);
446      this.solversTabPage.Controls.Add(this.suggestedInstancesComboBox);
447      this.solversTabPage.Location = new System.Drawing.Point(4, 22);
448      this.solversTabPage.Name = "solversTabPage";
449      this.solversTabPage.Padding = new System.Windows.Forms.Padding(3);
450      this.solversTabPage.Size = new System.Drawing.Size(681, 477);
451      this.solversTabPage.TabIndex = 4;
452      this.solversTabPage.Text = "Solvers";
453      this.solversTabPage.UseVisualStyleBackColor = true;
454      //
455      // seedingStrategyPanel
456      //
457      this.seedingStrategyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
458            | System.Windows.Forms.AnchorStyles.Right)));
459      this.seedingStrategyPanel.Location = new System.Drawing.Point(110, 32);
460      this.seedingStrategyPanel.Name = "seedingStrategyPanel";
461      this.seedingStrategyPanel.Size = new System.Drawing.Size(564, 21);
462      this.seedingStrategyPanel.TabIndex = 5;
463      //
464      // solverTabControl
465      //
466      this.solverTabControl.AllowDrop = true;
467      this.solverTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
468            | System.Windows.Forms.AnchorStyles.Left)
469            | System.Windows.Forms.AnchorStyles.Right)));
470      this.solverTabControl.Controls.Add(this.resultsTabPage);
471      this.solverTabControl.Controls.Add(this.solutionSeedingTabPage);
472      this.solverTabControl.Controls.Add(this.parametersTabPage);
473      this.solverTabControl.Controls.Add(this.operatorGraphTabPage);
474      this.solverTabControl.Location = new System.Drawing.Point(2, 87);
475      this.solverTabControl.Name = "solverTabControl";
476      this.solverTabControl.SelectedIndex = 0;
477      this.solverTabControl.Size = new System.Drawing.Size(676, 387);
478      this.solverTabControl.TabIndex = 4;
479      //
480      // resultsTabPage
481      //
482      this.resultsTabPage.Controls.Add(this.solverResultsView);
483      this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
484      this.resultsTabPage.Name = "resultsTabPage";
485      this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
486      this.resultsTabPage.Size = new System.Drawing.Size(668, 361);
487      this.resultsTabPage.TabIndex = 2;
488      this.resultsTabPage.Text = "Results";
489      this.resultsTabPage.UseVisualStyleBackColor = true;
490      //
491      // solverResultsView
492      //
493      this.solverResultsView.Caption = "ResultCollection View";
494      this.solverResultsView.Content = null;
495      this.solverResultsView.Dock = System.Windows.Forms.DockStyle.Fill;
496      this.solverResultsView.Location = new System.Drawing.Point(3, 3);
497      this.solverResultsView.Name = "solverResultsView";
498      this.solverResultsView.ReadOnly = true;
499      this.solverResultsView.ShowDetails = true;
500      this.solverResultsView.Size = new System.Drawing.Size(662, 355);
501      this.solverResultsView.TabIndex = 1;
502      //
503      // solutionSeedingTabPage
504      //
505      this.solutionSeedingTabPage.Location = new System.Drawing.Point(4, 22);
506      this.solutionSeedingTabPage.Name = "solutionSeedingTabPage";
507      this.solutionSeedingTabPage.Padding = new System.Windows.Forms.Padding(3);
508      this.solutionSeedingTabPage.Size = new System.Drawing.Size(668, 361);
509      this.solutionSeedingTabPage.TabIndex = 1;
510      this.solutionSeedingTabPage.Text = "Seeding Pool";
511      this.solutionSeedingTabPage.UseVisualStyleBackColor = true;
512      //
513      // parametersTabPage
514      //
515      this.parametersTabPage.Controls.Add(this.solverParametersView);
516      this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
517      this.parametersTabPage.Name = "parametersTabPage";
518      this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
519      this.parametersTabPage.Size = new System.Drawing.Size(668, 361);
520      this.parametersTabPage.TabIndex = 0;
521      this.parametersTabPage.Text = "Parameters";
522      this.parametersTabPage.UseVisualStyleBackColor = true;
523      //
524      // solverParametersView
525      //
526      this.solverParametersView.AllowEditingOfHiddenParameters = true;
527      this.solverParametersView.Caption = "ParameterCollection View";
528      this.solverParametersView.Content = null;
529      this.solverParametersView.Dock = System.Windows.Forms.DockStyle.Fill;
530      this.solverParametersView.Location = new System.Drawing.Point(3, 3);
531      this.solverParametersView.Name = "solverParametersView";
532      this.solverParametersView.ReadOnly = true;
533      this.solverParametersView.ShowDetails = true;
534      this.solverParametersView.Size = new System.Drawing.Size(662, 355);
535      this.solverParametersView.TabIndex = 0;
536      //
537      // operatorGraphTabPage
538      //
539      this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
540      this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
541      this.operatorGraphTabPage.Name = "operatorGraphTabPage";
542      this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
543      this.operatorGraphTabPage.Size = new System.Drawing.Size(668, 361);
544      this.operatorGraphTabPage.TabIndex = 3;
545      this.operatorGraphTabPage.Text = "Operator Graph";
546      this.operatorGraphTabPage.UseVisualStyleBackColor = true;
547      //
548      // operatorGraphViewHost
549      //
550      this.operatorGraphViewHost.Caption = "View";
551      this.operatorGraphViewHost.Content = null;
552      this.operatorGraphViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
553      this.operatorGraphViewHost.Enabled = false;
554      this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 3);
555      this.operatorGraphViewHost.Name = "operatorGraphViewHost";
556      this.operatorGraphViewHost.ReadOnly = true;
557      this.operatorGraphViewHost.Size = new System.Drawing.Size(662, 355);
558      this.operatorGraphViewHost.TabIndex = 0;
559      this.operatorGraphViewHost.ViewsLabelVisible = true;
560      this.operatorGraphViewHost.ViewType = null;
561      //
562      // algorithmCloneButton
563      //
564      this.algorithmCloneButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
565      this.algorithmCloneButton.Location = new System.Drawing.Point(648, 58);
566      this.algorithmCloneButton.Name = "algorithmCloneButton";
567      this.algorithmCloneButton.Size = new System.Drawing.Size(26, 23);
568      this.algorithmCloneButton.TabIndex = 3;
569      this.algorithmCloneButton.Text = "Clone";
570      this.algorithmCloneButton.UseVisualStyleBackColor = true;
571      this.algorithmCloneButton.Click += new System.EventHandler(this.AlgorithmCloneButtonOnClick);
572      //
573      // algorithmStartButton
574      //
575      this.algorithmStartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
576      this.algorithmStartButton.Location = new System.Drawing.Point(616, 58);
577      this.algorithmStartButton.Name = "algorithmStartButton";
578      this.algorithmStartButton.Size = new System.Drawing.Size(26, 23);
579      this.algorithmStartButton.TabIndex = 3;
580      this.algorithmStartButton.Text = "Start";
581      this.algorithmStartButton.UseVisualStyleBackColor = true;
582      this.algorithmStartButton.Click += new System.EventHandler(this.AlgorithmStartButtonOnClick);
583      //
584      // label1
585      //
586      this.label1.AutoSize = true;
587      this.label1.Location = new System.Drawing.Point(5, 36);
588      this.label1.Name = "label1";
589      this.label1.Size = new System.Drawing.Size(91, 13);
590      this.label1.TabIndex = 1;
591      this.label1.Text = "Seeding Strategy:";
592      //
593      // algorithmSuggestionLabel
594      //
595      this.algorithmSuggestionLabel.AutoSize = true;
596      this.algorithmSuggestionLabel.Location = new System.Drawing.Point(5, 62);
597      this.algorithmSuggestionLabel.Name = "algorithmSuggestionLabel";
598      this.algorithmSuggestionLabel.Size = new System.Drawing.Size(99, 13);
599      this.algorithmSuggestionLabel.TabIndex = 1;
600      this.algorithmSuggestionLabel.Text = "Suggested Solvers:";
601      //
602      // suggestedInstancesComboBox
603      //
604      this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
605            | System.Windows.Forms.AnchorStyles.Right)));
606      this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
607      this.suggestedInstancesComboBox.FormattingEnabled = true;
608      this.suggestedInstancesComboBox.Location = new System.Drawing.Point(110, 59);
609      this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox";
610      this.suggestedInstancesComboBox.Size = new System.Drawing.Size(500, 21);
611      this.suggestedInstancesComboBox.TabIndex = 0;
612      this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged);
613      //
614      // runsTabPage
615      //
616      this.runsTabPage.Controls.Add(this.runsView);
617      this.runsTabPage.Location = new System.Drawing.Point(4, 22);
618      this.runsTabPage.Name = "runsTabPage";
619      this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
620      this.runsTabPage.Size = new System.Drawing.Size(681, 477);
621      this.runsTabPage.TabIndex = 3;
622      this.runsTabPage.Text = "Runs";
623      this.runsTabPage.UseVisualStyleBackColor = true;
624      //
625      // runsView
626      //
627      this.runsView.Caption = "RunCollection View";
628      this.runsView.Content = null;
629      this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
630      this.runsView.Location = new System.Drawing.Point(3, 3);
631      this.runsView.Name = "runsView";
632      this.runsView.ReadOnly = false;
633      this.runsView.Size = new System.Drawing.Size(675, 471);
634      this.runsView.TabIndex = 1;
635      //
636      // okbTabPage
637      //
638      this.okbTabPage.Controls.Add(this.kbViewHost);
639      this.okbTabPage.Location = new System.Drawing.Point(4, 22);
640      this.okbTabPage.Name = "okbTabPage";
641      this.okbTabPage.Padding = new System.Windows.Forms.Padding(3);
642      this.okbTabPage.Size = new System.Drawing.Size(681, 477);
643      this.okbTabPage.TabIndex = 5;
644      this.okbTabPage.Text = "Knowledge Base";
645      this.okbTabPage.UseVisualStyleBackColor = true;
646      //
647      // kbViewHost
648      //
649      this.kbViewHost.Caption = "View";
650      this.kbViewHost.Content = null;
651      this.kbViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
652      this.kbViewHost.Enabled = false;
653      this.kbViewHost.Location = new System.Drawing.Point(3, 3);
654      this.kbViewHost.Name = "kbViewHost";
655      this.kbViewHost.ReadOnly = true;
656      this.kbViewHost.Size = new System.Drawing.Size(675, 471);
657      this.kbViewHost.TabIndex = 3;
658      this.kbViewHost.ViewsLabelVisible = true;
659      this.kbViewHost.ViewType = null;
660      //
661      // problemInstancesTabPage
662      //
663      this.problemInstancesTabPage.Controls.Add(this.projectionLabel);
664      this.problemInstancesTabPage.Controls.Add(this.projectionComboBox);
665      this.problemInstancesTabPage.Controls.Add(this.problemInstancesTabControl);
666      this.problemInstancesTabPage.Controls.Add(this.refreshMapButton);
667      this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22);
668      this.problemInstancesTabPage.Name = "problemInstancesTabPage";
669      this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3);
670      this.problemInstancesTabPage.Size = new System.Drawing.Size(681, 477);
671      this.problemInstancesTabPage.TabIndex = 6;
672      this.problemInstancesTabPage.Text = "Problem Instances";
673      this.problemInstancesTabPage.UseVisualStyleBackColor = true;
674      //
675      // projectionLabel
676      //
677      this.projectionLabel.AutoSize = true;
678      this.projectionLabel.Location = new System.Drawing.Point(35, 11);
679      this.projectionLabel.Name = "projectionLabel";
680      this.projectionLabel.Size = new System.Drawing.Size(57, 13);
681      this.projectionLabel.TabIndex = 6;
682      this.projectionLabel.Text = "Projection:";
683      //
684      // projectionComboBox
685      //
686      this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
687      this.projectionComboBox.FormattingEnabled = true;
688      this.projectionComboBox.Location = new System.Drawing.Point(98, 8);
689      this.projectionComboBox.Name = "projectionComboBox";
690      this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
691      this.projectionComboBox.TabIndex = 5;
692      this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged);
693      //
694      // problemInstancesTabControl
695      //
696      this.problemInstancesTabControl.AllowDrop = true;
697      this.problemInstancesTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
698            | System.Windows.Forms.AnchorStyles.Left)
699            | System.Windows.Forms.AnchorStyles.Right)));
700      this.problemInstancesTabControl.Controls.Add(this.instancesTabPage);
701      this.problemInstancesTabControl.Controls.Add(this.mapTabPage);
702      this.problemInstancesTabControl.Location = new System.Drawing.Point(3, 35);
703      this.problemInstancesTabControl.Name = "problemInstancesTabControl";
704      this.problemInstancesTabControl.SelectedIndex = 0;
705      this.problemInstancesTabControl.Size = new System.Drawing.Size(675, 439);
706      this.problemInstancesTabControl.TabIndex = 4;
707      //
708      // instancesTabPage
709      //
710      this.instancesTabPage.Controls.Add(this.problemInstancesView);
711      this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
712      this.instancesTabPage.Name = "instancesTabPage";
713      this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
714      this.instancesTabPage.Size = new System.Drawing.Size(667, 413);
715      this.instancesTabPage.TabIndex = 0;
716      this.instancesTabPage.Text = "Instances";
717      this.instancesTabPage.UseVisualStyleBackColor = true;
718      //
719      // problemInstancesView
720      //
721      this.problemInstancesView.Caption = "View";
722      this.problemInstancesView.Content = null;
723      this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
724      this.problemInstancesView.Enabled = false;
725      this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
726      this.problemInstancesView.Name = "problemInstancesView";
727      this.problemInstancesView.ReadOnly = false;
728      this.problemInstancesView.Size = new System.Drawing.Size(661, 407);
729      this.problemInstancesView.TabIndex = 0;
730      this.problemInstancesView.ViewsLabelVisible = true;
731      this.problemInstancesView.ViewType = null;
732      //
733      // mapTabPage
734      //
735      this.mapTabPage.Controls.Add(this.instanceMapChart);
736      this.mapTabPage.Location = new System.Drawing.Point(4, 22);
737      this.mapTabPage.Name = "mapTabPage";
738      this.mapTabPage.Padding = new System.Windows.Forms.Padding(3);
739      this.mapTabPage.Size = new System.Drawing.Size(667, 413);
740      this.mapTabPage.TabIndex = 1;
741      this.mapTabPage.Text = "Map";
742      this.mapTabPage.UseVisualStyleBackColor = true;
743      //
744      // instanceMapChart
745      //
746      chartArea2.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
747      chartArea2.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
748      chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
749      chartArea2.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
750      chartArea2.Name = "Default";
751      this.instanceMapChart.ChartAreas.Add(chartArea2);
752      this.instanceMapChart.Dock = System.Windows.Forms.DockStyle.Fill;
753      legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
754      legend2.Enabled = false;
755      legend2.Name = "Legend";
756      this.instanceMapChart.Legends.Add(legend2);
757      this.instanceMapChart.Location = new System.Drawing.Point(3, 3);
758      this.instanceMapChart.Name = "instanceMapChart";
759      series3.ChartArea = "Default";
760      series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
761      series3.Legend = "Legend";
762      series3.MarkerSize = 10;
763      series3.Name = "InstancesSeries";
764      series4.ChartArea = "Default";
765      series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
766      series4.Legend = "Legend";
767      series4.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
768      series4.MarkerSize = 15;
769      series4.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
770      series4.Name = "CurrentInstanceSeries";
771      this.instanceMapChart.Series.Add(series3);
772      this.instanceMapChart.Series.Add(series4);
773      this.instanceMapChart.Size = new System.Drawing.Size(661, 407);
774      this.instanceMapChart.TabIndex = 0;
775      //
776      // refreshMapButton
777      //
778      this.refreshMapButton.Location = new System.Drawing.Point(3, 6);
779      this.refreshMapButton.Name = "refreshMapButton";
780      this.refreshMapButton.Size = new System.Drawing.Size(26, 23);
781      this.refreshMapButton.TabIndex = 1;
782      this.refreshMapButton.Text = "Refresh";
783      this.refreshMapButton.UseVisualStyleBackColor = true;
784      this.refreshMapButton.Click += new System.EventHandler(this.RefreshMapButtonOnClick);
785      //
786      // progressPanel
787      //
788      this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
789            | System.Windows.Forms.AnchorStyles.Left)
790            | System.Windows.Forms.AnchorStyles.Right)));
791      this.progressPanel.Location = new System.Drawing.Point(0, 32);
792      this.progressPanel.Name = "progressPanel";
793      this.progressPanel.Size = new System.Drawing.Size(692, 503);
794      this.progressPanel.TabIndex = 2;
795      this.progressPanel.Visible = false;
796      //
797      // okbDownloadButton
798      //
799      this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
800            | System.Windows.Forms.AnchorStyles.Right)));
801      this.okbDownloadButton.Location = new System.Drawing.Point(3, 3);
802      this.okbDownloadButton.Name = "okbDownloadButton";
803      this.okbDownloadButton.Size = new System.Drawing.Size(686, 23);
804      this.okbDownloadButton.TabIndex = 1;
805      this.okbDownloadButton.Text = "Download from OKB";
806      this.okbDownloadButton.UseVisualStyleBackColor = true;
807      this.okbDownloadButton.Click += new System.EventHandler(this.OkbDownloadButtonOnClick);
808      //
809      // openFileDialog
810      //
811      this.openFileDialog.DefaultExt = "hl";
812      this.openFileDialog.FileName = "Optimizer";
813      this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
814      this.openFileDialog.Title = "Open Optimizer";
815      //
816      // ExpertSystemView
817      //
818      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
819      this.Controls.Add(this.okbDownloadButton);
820      this.Controls.Add(this.tabControl);
821      this.Controls.Add(this.progressPanel);
822      this.Name = "ExpertSystemView";
823      this.Size = new System.Drawing.Size(692, 535);
824      this.tabControl.ResumeLayout(false);
825      this.problemTabPage.ResumeLayout(false);
826      this.solutionsTabPage.ResumeLayout(false);
827      this.solutionsTabPage.PerformLayout();
828      this.solutionsTabControl.ResumeLayout(false);
829      this.solutionsQualityTabPage.ResumeLayout(false);
830      this.solutionsLengthScaleTabPage.ResumeLayout(false);
831      this.solutionsDiversityTabPage.ResumeLayout(false);
832      this.solutionsFdcTabPage.ResumeLayout(false);
833      this.solutionsFdcTabPage.PerformLayout();
834      this.solutionsNetworkTabPage.ResumeLayout(false);
835      ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).EndInit();
836      this.solversTabPage.ResumeLayout(false);
837      this.solversTabPage.PerformLayout();
838      this.solverTabControl.ResumeLayout(false);
839      this.resultsTabPage.ResumeLayout(false);
840      this.parametersTabPage.ResumeLayout(false);
841      this.operatorGraphTabPage.ResumeLayout(false);
842      this.runsTabPage.ResumeLayout(false);
843      this.okbTabPage.ResumeLayout(false);
844      this.problemInstancesTabPage.ResumeLayout(false);
845      this.problemInstancesTabPage.PerformLayout();
846      this.problemInstancesTabControl.ResumeLayout(false);
847      this.instancesTabPage.ResumeLayout(false);
848      this.mapTabPage.ResumeLayout(false);
849      ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit();
850      this.ResumeLayout(false);
851
852    }
853
854    #endregion
855
856    private System.Windows.Forms.Label evaluationsLimitabel;
857    private System.Windows.Forms.TextBox maxEvaluationsTextBox;
858    private MainForm.WindowsForms.DragOverTabControl tabControl;
859    private System.Windows.Forms.TabPage runsTabPage;
860    private HeuristicLab.Optimization.Views.RunCollectionView runsView;
861    private System.Windows.Forms.OpenFileDialog openFileDialog;
862    private System.Windows.Forms.TabPage problemTabPage;
863    private MainForm.WindowsForms.ViewHost problemViewHost;
864    private System.Windows.Forms.TabPage solversTabPage;
865    private System.Windows.Forms.Label algorithmSuggestionLabel;
866    private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
867    private System.Windows.Forms.TabPage okbTabPage;
868    private System.Windows.Forms.TabPage problemInstancesTabPage;
869    private System.Windows.Forms.Button refreshMapButton;
870    private System.Windows.Forms.Button okbDownloadButton;
871    private System.Windows.Forms.Panel progressPanel;
872    private MainForm.WindowsForms.ViewHost kbViewHost;
873    private System.Windows.Forms.Button algorithmStartButton;
874    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl problemInstancesTabControl;
875    private System.Windows.Forms.TabPage instancesTabPage;
876    private MainForm.WindowsForms.ViewHost problemInstancesView;
877    private System.Windows.Forms.TabPage mapTabPage;
878    private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
879    private System.Windows.Forms.Label projectionLabel;
880    private System.Windows.Forms.ComboBox projectionComboBox;
881    private System.Windows.Forms.TabPage solutionsTabPage;
882    private HeuristicLab.MainForm.WindowsForms.DragOverTabControl solutionsTabControl;
883    private System.Windows.Forms.TabPage solutionsQualityTabPage;
884    private System.Windows.Forms.TabPage solutionsDiversityTabPage;
885    private MainForm.WindowsForms.ViewHost solutionsQualityViewHost;
886    private MainForm.WindowsForms.ViewHost solutionsDiversityViewHost;
887    private System.Windows.Forms.Label solutionDiversitySimilarityLabel;
888    private System.Windows.Forms.ComboBox similarityComboBox;
889    private System.Windows.Forms.TabPage solutionsLengthScaleTabPage;
890    private System.Windows.Forms.TabPage solutionsNetworkTabPage;
891    private MainForm.WindowsForms.ViewHost solutionsLengthScaleViewHost;
892    private System.Windows.Forms.TabPage solutionsFdcTabPage;
893    private MainForm.WindowsForms.ViewHost solutionsFdcViewHost;
894    private Visualization.ChartControlsExtensions.EnhancedChart solutionsNetworkChart;
895    private System.Windows.Forms.Button algorithmCloneButton;
896    private System.Windows.Forms.Label solutionNameLabel;
897    private System.Windows.Forms.ComboBox solutionNameComboBox;
898    private MainForm.WindowsForms.DragOverTabControl solverTabControl;
899    private System.Windows.Forms.TabPage resultsTabPage;
900    private Optimization.Views.ResultCollectionView solverResultsView;
901    private System.Windows.Forms.TabPage solutionSeedingTabPage;
902    private System.Windows.Forms.TabPage parametersTabPage;
903    private Core.Views.ParameterCollectionView solverParametersView;
904    private System.Windows.Forms.Panel seedingStrategyPanel;
905    private System.Windows.Forms.Label label1;
906    private System.Windows.Forms.TabPage operatorGraphTabPage;
907    private MainForm.WindowsForms.ViewHost operatorGraphViewHost;
908    private System.Windows.Forms.CheckBox fdcBetweenBestCheckBox;
909  }
910}
Note: See TracBrowser for help on using the repository browser.