#region License Information
/* HeuristicLab
* Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.OptimizationExpertSystem {
partial class KnowledgeCenterAllinOneView {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series();
System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
this.evaluationsLimitabel = new System.Windows.Forms.Label();
this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox();
this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
this.problemTabPage = new System.Windows.Forms.TabPage();
this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.solutionsTabPage = new System.Windows.Forms.TabPage();
this.solutionNameLabel = new System.Windows.Forms.Label();
this.solutionDiversitySimilarityLabel = new System.Windows.Forms.Label();
this.solutionNameComboBox = new System.Windows.Forms.ComboBox();
this.similarityComboBox = new System.Windows.Forms.ComboBox();
this.solutionsTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
this.solutionsQualityTabPage = new System.Windows.Forms.TabPage();
this.solutionsQualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.solutionsLengthScaleTabPage = new System.Windows.Forms.TabPage();
this.solutionsLengthScaleViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.solutionsDiversityTabPage = new System.Windows.Forms.TabPage();
this.solutionsDiversityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.solutionsFdcTabPage = new System.Windows.Forms.TabPage();
this.fdcBetweenBestCheckBox = new System.Windows.Forms.CheckBox();
this.solutionsFdcViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.solutionsNetworkTabPage = new System.Windows.Forms.TabPage();
this.solutionsNetworkChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
this.solversTabPage = new System.Windows.Forms.TabPage();
this.seedingStrategyPanel = new System.Windows.Forms.Panel();
this.solverTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
this.resultsTabPage = new System.Windows.Forms.TabPage();
this.solverResultsView = new HeuristicLab.Optimization.Views.ResultCollectionView();
this.solutionSeedingTabPage = new System.Windows.Forms.TabPage();
this.parametersTabPage = new System.Windows.Forms.TabPage();
this.solverParametersView = new HeuristicLab.Core.Views.ParameterCollectionView();
this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.algorithmCloneButton = new System.Windows.Forms.Button();
this.algorithmStartButton = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.algorithmSuggestionLabel = new System.Windows.Forms.Label();
this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
this.runsTabPage = new System.Windows.Forms.TabPage();
this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
this.okbTabPage = new System.Windows.Forms.TabPage();
this.kbViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
this.projectionLabel = new System.Windows.Forms.Label();
this.projectionComboBox = new System.Windows.Forms.ComboBox();
this.problemInstancesTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
this.instancesTabPage = new System.Windows.Forms.TabPage();
this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
this.mapTabPage = new System.Windows.Forms.TabPage();
this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
this.refreshMapButton = new System.Windows.Forms.Button();
this.progressPanel = new System.Windows.Forms.Panel();
this.okbDownloadButton = new System.Windows.Forms.Button();
this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
this.tabControl.SuspendLayout();
this.problemTabPage.SuspendLayout();
this.solutionsTabPage.SuspendLayout();
this.solutionsTabControl.SuspendLayout();
this.solutionsQualityTabPage.SuspendLayout();
this.solutionsLengthScaleTabPage.SuspendLayout();
this.solutionsDiversityTabPage.SuspendLayout();
this.solutionsFdcTabPage.SuspendLayout();
this.solutionsNetworkTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).BeginInit();
this.solversTabPage.SuspendLayout();
this.solverTabControl.SuspendLayout();
this.resultsTabPage.SuspendLayout();
this.parametersTabPage.SuspendLayout();
this.operatorGraphTabPage.SuspendLayout();
this.runsTabPage.SuspendLayout();
this.okbTabPage.SuspendLayout();
this.problemInstancesTabPage.SuspendLayout();
this.problemInstancesTabControl.SuspendLayout();
this.instancesTabPage.SuspendLayout();
this.mapTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
this.SuspendLayout();
//
// evaluationsLimitabel
//
this.evaluationsLimitabel.AutoSize = true;
this.evaluationsLimitabel.Location = new System.Drawing.Point(5, 9);
this.evaluationsLimitabel.Name = "evaluationsLimitabel";
this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
this.evaluationsLimitabel.TabIndex = 5;
this.evaluationsLimitabel.Text = "Budget (FE):";
//
// maxEvaluationsTextBox
//
this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.maxEvaluationsTextBox.Location = new System.Drawing.Point(110, 6);
this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
this.maxEvaluationsTextBox.Size = new System.Drawing.Size(564, 20);
this.maxEvaluationsTextBox.TabIndex = 6;
this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.MaxEvaluationsTextBoxOnValidating);
//
// tabControl
//
this.tabControl.AllowDrop = true;
this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl.Controls.Add(this.problemTabPage);
this.tabControl.Controls.Add(this.solutionsTabPage);
this.tabControl.Controls.Add(this.solversTabPage);
this.tabControl.Controls.Add(this.runsTabPage);
this.tabControl.Controls.Add(this.okbTabPage);
this.tabControl.Controls.Add(this.problemInstancesTabPage);
this.tabControl.Location = new System.Drawing.Point(0, 32);
this.tabControl.Name = "tabControl";
this.tabControl.SelectedIndex = 0;
this.tabControl.Size = new System.Drawing.Size(689, 503);
this.tabControl.TabIndex = 17;
//
// problemTabPage
//
this.problemTabPage.AllowDrop = true;
this.problemTabPage.Controls.Add(this.problemViewHost);
this.problemTabPage.Location = new System.Drawing.Point(4, 22);
this.problemTabPage.Name = "problemTabPage";
this.problemTabPage.Padding = new System.Windows.Forms.Padding(3);
this.problemTabPage.Size = new System.Drawing.Size(681, 477);
this.problemTabPage.TabIndex = 1;
this.problemTabPage.Text = "Problem";
this.problemTabPage.UseVisualStyleBackColor = true;
//
// problemViewHost
//
this.problemViewHost.Caption = "View";
this.problemViewHost.Content = null;
this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.problemViewHost.Enabled = false;
this.problemViewHost.Location = new System.Drawing.Point(3, 3);
this.problemViewHost.Name = "problemViewHost";
this.problemViewHost.ReadOnly = false;
this.problemViewHost.Size = new System.Drawing.Size(675, 471);
this.problemViewHost.TabIndex = 2;
this.problemViewHost.ViewsLabelVisible = false;
this.problemViewHost.ViewType = null;
//
// solutionsTabPage
//
this.solutionsTabPage.Controls.Add(this.solutionNameLabel);
this.solutionsTabPage.Controls.Add(this.solutionDiversitySimilarityLabel);
this.solutionsTabPage.Controls.Add(this.solutionNameComboBox);
this.solutionsTabPage.Controls.Add(this.similarityComboBox);
this.solutionsTabPage.Controls.Add(this.solutionsTabControl);
this.solutionsTabPage.Location = new System.Drawing.Point(4, 22);
this.solutionsTabPage.Name = "solutionsTabPage";
this.solutionsTabPage.Padding = new System.Windows.Forms.Padding(3);
this.solutionsTabPage.Size = new System.Drawing.Size(681, 477);
this.solutionsTabPage.TabIndex = 7;
this.solutionsTabPage.Text = "Solutions";
this.solutionsTabPage.UseVisualStyleBackColor = true;
//
// solutionNameLabel
//
this.solutionNameLabel.AutoSize = true;
this.solutionNameLabel.Location = new System.Drawing.Point(235, 9);
this.solutionNameLabel.Name = "solutionNameLabel";
this.solutionNameLabel.Size = new System.Drawing.Size(48, 13);
this.solutionNameLabel.TabIndex = 2;
this.solutionNameLabel.Text = "Solution:";
//
// solutionDiversitySimilarityLabel
//
this.solutionDiversitySimilarityLabel.AutoSize = true;
this.solutionDiversitySimilarityLabel.Location = new System.Drawing.Point(5, 9);
this.solutionDiversitySimilarityLabel.Name = "solutionDiversitySimilarityLabel";
this.solutionDiversitySimilarityLabel.Size = new System.Drawing.Size(50, 13);
this.solutionDiversitySimilarityLabel.TabIndex = 2;
this.solutionDiversitySimilarityLabel.Text = "Similarity:";
//
// solutionNameComboBox
//
this.solutionNameComboBox.DisplayMember = "ItemName";
this.solutionNameComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.solutionNameComboBox.FormattingEnabled = true;
this.solutionNameComboBox.Location = new System.Drawing.Point(291, 6);
this.solutionNameComboBox.Name = "solutionNameComboBox";
this.solutionNameComboBox.Size = new System.Drawing.Size(150, 21);
this.solutionNameComboBox.TabIndex = 1;
this.solutionNameComboBox.SelectedIndexChanged += new System.EventHandler(this.SimilarityComboBoxOnSelectedIndexChanged);
//
// similarityComboBox
//
this.similarityComboBox.DisplayMember = "ItemName";
this.similarityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.similarityComboBox.FormattingEnabled = true;
this.similarityComboBox.Location = new System.Drawing.Point(61, 6);
this.similarityComboBox.Name = "similarityComboBox";
this.similarityComboBox.Size = new System.Drawing.Size(150, 21);
this.similarityComboBox.TabIndex = 1;
this.similarityComboBox.SelectedIndexChanged += new System.EventHandler(this.SimilarityComboBoxOnSelectedIndexChanged);
//
// solutionsTabControl
//
this.solutionsTabControl.AllowDrop = true;
this.solutionsTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.solutionsTabControl.Controls.Add(this.solutionsQualityTabPage);
this.solutionsTabControl.Controls.Add(this.solutionsLengthScaleTabPage);
this.solutionsTabControl.Controls.Add(this.solutionsDiversityTabPage);
this.solutionsTabControl.Controls.Add(this.solutionsFdcTabPage);
this.solutionsTabControl.Controls.Add(this.solutionsNetworkTabPage);
this.solutionsTabControl.Location = new System.Drawing.Point(3, 33);
this.solutionsTabControl.Name = "solutionsTabControl";
this.solutionsTabControl.SelectedIndex = 0;
this.solutionsTabControl.Size = new System.Drawing.Size(675, 441);
this.solutionsTabControl.TabIndex = 0;
//
// solutionsQualityTabPage
//
this.solutionsQualityTabPage.Controls.Add(this.solutionsQualityViewHost);
this.solutionsQualityTabPage.Location = new System.Drawing.Point(4, 22);
this.solutionsQualityTabPage.Name = "solutionsQualityTabPage";
this.solutionsQualityTabPage.Padding = new System.Windows.Forms.Padding(3);
this.solutionsQualityTabPage.Size = new System.Drawing.Size(667, 415);
this.solutionsQualityTabPage.TabIndex = 1;
this.solutionsQualityTabPage.Text = "Quality Analysis";
this.solutionsQualityTabPage.UseVisualStyleBackColor = true;
//
// solutionsQualityViewHost
//
this.solutionsQualityViewHost.Caption = "View";
this.solutionsQualityViewHost.Content = null;
this.solutionsQualityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.solutionsQualityViewHost.Enabled = false;
this.solutionsQualityViewHost.Location = new System.Drawing.Point(3, 3);
this.solutionsQualityViewHost.Name = "solutionsQualityViewHost";
this.solutionsQualityViewHost.ReadOnly = false;
this.solutionsQualityViewHost.Size = new System.Drawing.Size(661, 409);
this.solutionsQualityViewHost.TabIndex = 0;
this.solutionsQualityViewHost.ViewsLabelVisible = true;
this.solutionsQualityViewHost.ViewType = null;
//
// solutionsLengthScaleTabPage
//
this.solutionsLengthScaleTabPage.Controls.Add(this.solutionsLengthScaleViewHost);
this.solutionsLengthScaleTabPage.Location = new System.Drawing.Point(4, 22);
this.solutionsLengthScaleTabPage.Name = "solutionsLengthScaleTabPage";
this.solutionsLengthScaleTabPage.Padding = new System.Windows.Forms.Padding(3);
this.solutionsLengthScaleTabPage.Size = new System.Drawing.Size(667, 415);
this.solutionsLengthScaleTabPage.TabIndex = 3;
this.solutionsLengthScaleTabPage.Text = "Length-Scale Analysis";
this.solutionsLengthScaleTabPage.UseVisualStyleBackColor = true;
//
// solutionsLengthScaleViewHost
//
this.solutionsLengthScaleViewHost.Caption = "View";
this.solutionsLengthScaleViewHost.Content = null;
this.solutionsLengthScaleViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.solutionsLengthScaleViewHost.Enabled = false;
this.solutionsLengthScaleViewHost.Location = new System.Drawing.Point(3, 3);
this.solutionsLengthScaleViewHost.Name = "solutionsLengthScaleViewHost";
this.solutionsLengthScaleViewHost.ReadOnly = false;
this.solutionsLengthScaleViewHost.Size = new System.Drawing.Size(661, 409);
this.solutionsLengthScaleViewHost.TabIndex = 0;
this.solutionsLengthScaleViewHost.ViewsLabelVisible = true;
this.solutionsLengthScaleViewHost.ViewType = null;
//
// solutionsDiversityTabPage
//
this.solutionsDiversityTabPage.Controls.Add(this.solutionsDiversityViewHost);
this.solutionsDiversityTabPage.Location = new System.Drawing.Point(4, 22);
this.solutionsDiversityTabPage.Name = "solutionsDiversityTabPage";
this.solutionsDiversityTabPage.Padding = new System.Windows.Forms.Padding(3);
this.solutionsDiversityTabPage.Size = new System.Drawing.Size(667, 415);
this.solutionsDiversityTabPage.TabIndex = 2;
this.solutionsDiversityTabPage.Text = "Diversity Analysis";
this.solutionsDiversityTabPage.UseVisualStyleBackColor = true;
//
// solutionsDiversityViewHost
//
this.solutionsDiversityViewHost.Caption = "View";
this.solutionsDiversityViewHost.Content = null;
this.solutionsDiversityViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.solutionsDiversityViewHost.Enabled = false;
this.solutionsDiversityViewHost.Location = new System.Drawing.Point(3, 3);
this.solutionsDiversityViewHost.Name = "solutionsDiversityViewHost";
this.solutionsDiversityViewHost.ReadOnly = false;
this.solutionsDiversityViewHost.Size = new System.Drawing.Size(661, 409);
this.solutionsDiversityViewHost.TabIndex = 1;
this.solutionsDiversityViewHost.ViewsLabelVisible = true;
this.solutionsDiversityViewHost.ViewType = null;
//
// solutionsFdcTabPage
//
this.solutionsFdcTabPage.Controls.Add(this.fdcBetweenBestCheckBox);
this.solutionsFdcTabPage.Controls.Add(this.solutionsFdcViewHost);
this.solutionsFdcTabPage.Location = new System.Drawing.Point(4, 22);
this.solutionsFdcTabPage.Name = "solutionsFdcTabPage";
this.solutionsFdcTabPage.Padding = new System.Windows.Forms.Padding(3);
this.solutionsFdcTabPage.Size = new System.Drawing.Size(667, 415);
this.solutionsFdcTabPage.TabIndex = 5;
this.solutionsFdcTabPage.Text = "Fitness-Distance Analysis";
this.solutionsFdcTabPage.UseVisualStyleBackColor = true;
//
// fdcBetweenBestCheckBox
//
this.fdcBetweenBestCheckBox.AutoSize = true;
this.fdcBetweenBestCheckBox.Location = new System.Drawing.Point(6, 6);
this.fdcBetweenBestCheckBox.Name = "fdcBetweenBestCheckBox";
this.fdcBetweenBestCheckBox.Size = new System.Drawing.Size(233, 17);
this.fdcBetweenBestCheckBox.TabIndex = 2;
this.fdcBetweenBestCheckBox.Text = "Calculate FDC between best solution(s) only";
this.fdcBetweenBestCheckBox.UseVisualStyleBackColor = true;
this.fdcBetweenBestCheckBox.CheckedChanged += new System.EventHandler(this.FdcBetweenBestCheckBoxOnCheckedChanged);
//
// solutionsFdcViewHost
//
this.solutionsFdcViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.solutionsFdcViewHost.Caption = "View";
this.solutionsFdcViewHost.Content = null;
this.solutionsFdcViewHost.Enabled = false;
this.solutionsFdcViewHost.Location = new System.Drawing.Point(3, 29);
this.solutionsFdcViewHost.Name = "solutionsFdcViewHost";
this.solutionsFdcViewHost.ReadOnly = false;
this.solutionsFdcViewHost.Size = new System.Drawing.Size(661, 386);
this.solutionsFdcViewHost.TabIndex = 0;
this.solutionsFdcViewHost.ViewsLabelVisible = true;
this.solutionsFdcViewHost.ViewType = null;
//
// solutionsNetworkTabPage
//
this.solutionsNetworkTabPage.Controls.Add(this.solutionsNetworkChart);
this.solutionsNetworkTabPage.Location = new System.Drawing.Point(4, 22);
this.solutionsNetworkTabPage.Name = "solutionsNetworkTabPage";
this.solutionsNetworkTabPage.Padding = new System.Windows.Forms.Padding(3);
this.solutionsNetworkTabPage.Size = new System.Drawing.Size(667, 415);
this.solutionsNetworkTabPage.TabIndex = 4;
this.solutionsNetworkTabPage.Text = "Network Analysis";
this.solutionsNetworkTabPage.UseVisualStyleBackColor = true;
//
// solutionsNetworkChart
//
chartArea1.AxisX.IsStartedFromZero = false;
chartArea1.AxisX.LabelStyle.Enabled = false;
chartArea1.AxisX.LineWidth = 0;
chartArea1.AxisX.MajorGrid.Enabled = false;
chartArea1.AxisX.MajorTickMark.Enabled = false;
chartArea1.AxisY.IsStartedFromZero = false;
chartArea1.AxisY.LabelStyle.Enabled = false;
chartArea1.AxisY.LineWidth = 0;
chartArea1.AxisY.MajorGrid.Enabled = false;
chartArea1.AxisY.MajorTickMark.Enabled = false;
chartArea1.Name = "SolutionsNetworkChartArea";
this.solutionsNetworkChart.ChartAreas.Add(chartArea1);
this.solutionsNetworkChart.Dock = System.Windows.Forms.DockStyle.Fill;
legend1.Enabled = false;
legend1.Name = "Legend1";
this.solutionsNetworkChart.Legends.Add(legend1);
this.solutionsNetworkChart.Location = new System.Drawing.Point(3, 3);
this.solutionsNetworkChart.Name = "solutionsNetworkChart";
series1.ChartArea = "SolutionsNetworkChartArea";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
series1.IsValueShownAsLabel = true;
series1.Label = "#LABEL";
series1.Legend = "Legend1";
series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
series1.Name = "SolutionSeries";
series1.YValuesPerPoint = 2;
series2.ChartArea = "SolutionsNetworkChartArea";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Bubble;
series2.IsValueShownAsLabel = true;
series2.Label = "#LABEL";
series2.Legend = "Legend1";
series2.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
series2.Name = "SeedingSolutionSeries";
series2.YValuesPerPoint = 2;
this.solutionsNetworkChart.Series.Add(series1);
this.solutionsNetworkChart.Series.Add(series2);
this.solutionsNetworkChart.Size = new System.Drawing.Size(661, 409);
this.solutionsNetworkChart.TabIndex = 0;
this.solutionsNetworkChart.Text = "enhancedChart1";
this.solutionsNetworkChart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseClick);
//
// solversTabPage
//
this.solversTabPage.Controls.Add(this.seedingStrategyPanel);
this.solversTabPage.Controls.Add(this.solverTabControl);
this.solversTabPage.Controls.Add(this.algorithmCloneButton);
this.solversTabPage.Controls.Add(this.algorithmStartButton);
this.solversTabPage.Controls.Add(this.label1);
this.solversTabPage.Controls.Add(this.evaluationsLimitabel);
this.solversTabPage.Controls.Add(this.algorithmSuggestionLabel);
this.solversTabPage.Controls.Add(this.maxEvaluationsTextBox);
this.solversTabPage.Controls.Add(this.suggestedInstancesComboBox);
this.solversTabPage.Location = new System.Drawing.Point(4, 22);
this.solversTabPage.Name = "solversTabPage";
this.solversTabPage.Padding = new System.Windows.Forms.Padding(3);
this.solversTabPage.Size = new System.Drawing.Size(681, 477);
this.solversTabPage.TabIndex = 4;
this.solversTabPage.Text = "Solvers";
this.solversTabPage.UseVisualStyleBackColor = true;
//
// seedingStrategyPanel
//
this.seedingStrategyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.seedingStrategyPanel.Location = new System.Drawing.Point(110, 32);
this.seedingStrategyPanel.Name = "seedingStrategyPanel";
this.seedingStrategyPanel.Size = new System.Drawing.Size(564, 21);
this.seedingStrategyPanel.TabIndex = 5;
//
// solverTabControl
//
this.solverTabControl.AllowDrop = true;
this.solverTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.solverTabControl.Controls.Add(this.resultsTabPage);
this.solverTabControl.Controls.Add(this.solutionSeedingTabPage);
this.solverTabControl.Controls.Add(this.parametersTabPage);
this.solverTabControl.Controls.Add(this.operatorGraphTabPage);
this.solverTabControl.Location = new System.Drawing.Point(2, 87);
this.solverTabControl.Name = "solverTabControl";
this.solverTabControl.SelectedIndex = 0;
this.solverTabControl.Size = new System.Drawing.Size(676, 387);
this.solverTabControl.TabIndex = 4;
//
// resultsTabPage
//
this.resultsTabPage.Controls.Add(this.solverResultsView);
this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
this.resultsTabPage.Name = "resultsTabPage";
this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
this.resultsTabPage.Size = new System.Drawing.Size(668, 361);
this.resultsTabPage.TabIndex = 2;
this.resultsTabPage.Text = "Results";
this.resultsTabPage.UseVisualStyleBackColor = true;
//
// solverResultsView
//
this.solverResultsView.Caption = "ResultCollection View";
this.solverResultsView.Content = null;
this.solverResultsView.Dock = System.Windows.Forms.DockStyle.Fill;
this.solverResultsView.Location = new System.Drawing.Point(3, 3);
this.solverResultsView.Name = "solverResultsView";
this.solverResultsView.ReadOnly = true;
this.solverResultsView.ShowDetails = true;
this.solverResultsView.Size = new System.Drawing.Size(662, 355);
this.solverResultsView.TabIndex = 1;
//
// solutionSeedingTabPage
//
this.solutionSeedingTabPage.Location = new System.Drawing.Point(4, 22);
this.solutionSeedingTabPage.Name = "solutionSeedingTabPage";
this.solutionSeedingTabPage.Padding = new System.Windows.Forms.Padding(3);
this.solutionSeedingTabPage.Size = new System.Drawing.Size(668, 361);
this.solutionSeedingTabPage.TabIndex = 1;
this.solutionSeedingTabPage.Text = "Seeding Pool";
this.solutionSeedingTabPage.UseVisualStyleBackColor = true;
//
// parametersTabPage
//
this.parametersTabPage.Controls.Add(this.solverParametersView);
this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
this.parametersTabPage.Name = "parametersTabPage";
this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
this.parametersTabPage.Size = new System.Drawing.Size(668, 361);
this.parametersTabPage.TabIndex = 0;
this.parametersTabPage.Text = "Parameters";
this.parametersTabPage.UseVisualStyleBackColor = true;
//
// solverParametersView
//
this.solverParametersView.AllowEditingOfHiddenParameters = true;
this.solverParametersView.Caption = "ParameterCollection View";
this.solverParametersView.Content = null;
this.solverParametersView.Dock = System.Windows.Forms.DockStyle.Fill;
this.solverParametersView.Location = new System.Drawing.Point(3, 3);
this.solverParametersView.Name = "solverParametersView";
this.solverParametersView.ReadOnly = true;
this.solverParametersView.ShowDetails = true;
this.solverParametersView.Size = new System.Drawing.Size(662, 355);
this.solverParametersView.TabIndex = 0;
//
// operatorGraphTabPage
//
this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
this.operatorGraphTabPage.Name = "operatorGraphTabPage";
this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
this.operatorGraphTabPage.Size = new System.Drawing.Size(668, 361);
this.operatorGraphTabPage.TabIndex = 3;
this.operatorGraphTabPage.Text = "Operator Graph";
this.operatorGraphTabPage.UseVisualStyleBackColor = true;
//
// operatorGraphViewHost
//
this.operatorGraphViewHost.Caption = "View";
this.operatorGraphViewHost.Content = null;
this.operatorGraphViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.operatorGraphViewHost.Enabled = false;
this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 3);
this.operatorGraphViewHost.Name = "operatorGraphViewHost";
this.operatorGraphViewHost.ReadOnly = true;
this.operatorGraphViewHost.Size = new System.Drawing.Size(662, 355);
this.operatorGraphViewHost.TabIndex = 0;
this.operatorGraphViewHost.ViewsLabelVisible = true;
this.operatorGraphViewHost.ViewType = null;
//
// algorithmCloneButton
//
this.algorithmCloneButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.algorithmCloneButton.Location = new System.Drawing.Point(648, 58);
this.algorithmCloneButton.Name = "algorithmCloneButton";
this.algorithmCloneButton.Size = new System.Drawing.Size(26, 23);
this.algorithmCloneButton.TabIndex = 3;
this.algorithmCloneButton.Text = "Clone";
this.algorithmCloneButton.UseVisualStyleBackColor = true;
this.algorithmCloneButton.Click += new System.EventHandler(this.AlgorithmCloneButtonOnClick);
//
// algorithmStartButton
//
this.algorithmStartButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.algorithmStartButton.Location = new System.Drawing.Point(616, 58);
this.algorithmStartButton.Name = "algorithmStartButton";
this.algorithmStartButton.Size = new System.Drawing.Size(26, 23);
this.algorithmStartButton.TabIndex = 3;
this.algorithmStartButton.Text = "Start";
this.algorithmStartButton.UseVisualStyleBackColor = true;
this.algorithmStartButton.Click += new System.EventHandler(this.AlgorithmStartButtonOnClick);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(5, 36);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(91, 13);
this.label1.TabIndex = 1;
this.label1.Text = "Seeding Strategy:";
//
// algorithmSuggestionLabel
//
this.algorithmSuggestionLabel.AutoSize = true;
this.algorithmSuggestionLabel.Location = new System.Drawing.Point(5, 62);
this.algorithmSuggestionLabel.Name = "algorithmSuggestionLabel";
this.algorithmSuggestionLabel.Size = new System.Drawing.Size(99, 13);
this.algorithmSuggestionLabel.TabIndex = 1;
this.algorithmSuggestionLabel.Text = "Suggested Solvers:";
//
// suggestedInstancesComboBox
//
this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.suggestedInstancesComboBox.FormattingEnabled = true;
this.suggestedInstancesComboBox.Location = new System.Drawing.Point(110, 59);
this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox";
this.suggestedInstancesComboBox.Size = new System.Drawing.Size(500, 21);
this.suggestedInstancesComboBox.TabIndex = 0;
this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged);
//
// runsTabPage
//
this.runsTabPage.Controls.Add(this.runsView);
this.runsTabPage.Location = new System.Drawing.Point(4, 22);
this.runsTabPage.Name = "runsTabPage";
this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
this.runsTabPage.Size = new System.Drawing.Size(681, 477);
this.runsTabPage.TabIndex = 3;
this.runsTabPage.Text = "Runs";
this.runsTabPage.UseVisualStyleBackColor = true;
//
// runsView
//
this.runsView.Caption = "RunCollection View";
this.runsView.Content = null;
this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
this.runsView.Location = new System.Drawing.Point(3, 3);
this.runsView.Name = "runsView";
this.runsView.ReadOnly = false;
this.runsView.Size = new System.Drawing.Size(675, 471);
this.runsView.TabIndex = 1;
//
// okbTabPage
//
this.okbTabPage.Controls.Add(this.kbViewHost);
this.okbTabPage.Location = new System.Drawing.Point(4, 22);
this.okbTabPage.Name = "okbTabPage";
this.okbTabPage.Padding = new System.Windows.Forms.Padding(3);
this.okbTabPage.Size = new System.Drawing.Size(681, 477);
this.okbTabPage.TabIndex = 5;
this.okbTabPage.Text = "Knowledge Base";
this.okbTabPage.UseVisualStyleBackColor = true;
//
// kbViewHost
//
this.kbViewHost.Caption = "View";
this.kbViewHost.Content = null;
this.kbViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
this.kbViewHost.Enabled = false;
this.kbViewHost.Location = new System.Drawing.Point(3, 3);
this.kbViewHost.Name = "kbViewHost";
this.kbViewHost.ReadOnly = true;
this.kbViewHost.Size = new System.Drawing.Size(675, 471);
this.kbViewHost.TabIndex = 3;
this.kbViewHost.ViewsLabelVisible = true;
this.kbViewHost.ViewType = null;
//
// problemInstancesTabPage
//
this.problemInstancesTabPage.Controls.Add(this.projectionLabel);
this.problemInstancesTabPage.Controls.Add(this.projectionComboBox);
this.problemInstancesTabPage.Controls.Add(this.problemInstancesTabControl);
this.problemInstancesTabPage.Controls.Add(this.refreshMapButton);
this.problemInstancesTabPage.Location = new System.Drawing.Point(4, 22);
this.problemInstancesTabPage.Name = "problemInstancesTabPage";
this.problemInstancesTabPage.Padding = new System.Windows.Forms.Padding(3);
this.problemInstancesTabPage.Size = new System.Drawing.Size(681, 477);
this.problemInstancesTabPage.TabIndex = 6;
this.problemInstancesTabPage.Text = "Problem Instances";
this.problemInstancesTabPage.UseVisualStyleBackColor = true;
//
// projectionLabel
//
this.projectionLabel.AutoSize = true;
this.projectionLabel.Location = new System.Drawing.Point(35, 11);
this.projectionLabel.Name = "projectionLabel";
this.projectionLabel.Size = new System.Drawing.Size(57, 13);
this.projectionLabel.TabIndex = 6;
this.projectionLabel.Text = "Projection:";
//
// projectionComboBox
//
this.projectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.projectionComboBox.FormattingEnabled = true;
this.projectionComboBox.Location = new System.Drawing.Point(98, 8);
this.projectionComboBox.Name = "projectionComboBox";
this.projectionComboBox.Size = new System.Drawing.Size(158, 21);
this.projectionComboBox.TabIndex = 5;
this.projectionComboBox.SelectedIndexChanged += new System.EventHandler(this.ProjectionComboBoxOnSelectedIndexChanged);
//
// problemInstancesTabControl
//
this.problemInstancesTabControl.AllowDrop = true;
this.problemInstancesTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.problemInstancesTabControl.Controls.Add(this.instancesTabPage);
this.problemInstancesTabControl.Controls.Add(this.mapTabPage);
this.problemInstancesTabControl.Location = new System.Drawing.Point(3, 35);
this.problemInstancesTabControl.Name = "problemInstancesTabControl";
this.problemInstancesTabControl.SelectedIndex = 0;
this.problemInstancesTabControl.Size = new System.Drawing.Size(675, 439);
this.problemInstancesTabControl.TabIndex = 4;
//
// instancesTabPage
//
this.instancesTabPage.Controls.Add(this.problemInstancesView);
this.instancesTabPage.Location = new System.Drawing.Point(4, 22);
this.instancesTabPage.Name = "instancesTabPage";
this.instancesTabPage.Padding = new System.Windows.Forms.Padding(3);
this.instancesTabPage.Size = new System.Drawing.Size(667, 413);
this.instancesTabPage.TabIndex = 0;
this.instancesTabPage.Text = "Instances";
this.instancesTabPage.UseVisualStyleBackColor = true;
//
// problemInstancesView
//
this.problemInstancesView.Caption = "View";
this.problemInstancesView.Content = null;
this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
this.problemInstancesView.Enabled = false;
this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
this.problemInstancesView.Name = "problemInstancesView";
this.problemInstancesView.ReadOnly = false;
this.problemInstancesView.Size = new System.Drawing.Size(661, 407);
this.problemInstancesView.TabIndex = 0;
this.problemInstancesView.ViewsLabelVisible = true;
this.problemInstancesView.ViewType = null;
//
// mapTabPage
//
this.mapTabPage.Controls.Add(this.instanceMapChart);
this.mapTabPage.Location = new System.Drawing.Point(4, 22);
this.mapTabPage.Name = "mapTabPage";
this.mapTabPage.Padding = new System.Windows.Forms.Padding(3);
this.mapTabPage.Size = new System.Drawing.Size(667, 413);
this.mapTabPage.TabIndex = 1;
this.mapTabPage.Text = "Map";
this.mapTabPage.UseVisualStyleBackColor = true;
//
// instanceMapChart
//
chartArea2.AxisX.MajorGrid.LineColor = System.Drawing.Color.LightGray;
chartArea2.AxisX.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
chartArea2.AxisY.MajorGrid.LineColor = System.Drawing.Color.LightGray;
chartArea2.AxisY.MajorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
chartArea2.Name = "Default";
this.instanceMapChart.ChartAreas.Add(chartArea2);
this.instanceMapChart.Dock = System.Windows.Forms.DockStyle.Fill;
legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
legend2.Enabled = false;
legend2.Name = "Legend";
this.instanceMapChart.Legends.Add(legend2);
this.instanceMapChart.Location = new System.Drawing.Point(3, 3);
this.instanceMapChart.Name = "instanceMapChart";
series3.ChartArea = "Default";
series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
series3.Legend = "Legend";
series3.MarkerSize = 10;
series3.Name = "InstancesSeries";
series4.ChartArea = "Default";
series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
series4.Legend = "Legend";
series4.MarkerColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
series4.MarkerSize = 15;
series4.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Cross;
series4.Name = "CurrentInstanceSeries";
this.instanceMapChart.Series.Add(series3);
this.instanceMapChart.Series.Add(series4);
this.instanceMapChart.Size = new System.Drawing.Size(661, 407);
this.instanceMapChart.TabIndex = 0;
//
// refreshMapButton
//
this.refreshMapButton.Location = new System.Drawing.Point(3, 6);
this.refreshMapButton.Name = "refreshMapButton";
this.refreshMapButton.Size = new System.Drawing.Size(26, 23);
this.refreshMapButton.TabIndex = 1;
this.refreshMapButton.Text = "Refresh";
this.refreshMapButton.UseVisualStyleBackColor = true;
this.refreshMapButton.Click += new System.EventHandler(this.RefreshMapButtonOnClick);
//
// progressPanel
//
this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.progressPanel.Location = new System.Drawing.Point(0, 32);
this.progressPanel.Name = "progressPanel";
this.progressPanel.Size = new System.Drawing.Size(692, 503);
this.progressPanel.TabIndex = 2;
this.progressPanel.Visible = false;
//
// okbDownloadButton
//
this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.okbDownloadButton.Location = new System.Drawing.Point(3, 3);
this.okbDownloadButton.Name = "okbDownloadButton";
this.okbDownloadButton.Size = new System.Drawing.Size(686, 23);
this.okbDownloadButton.TabIndex = 1;
this.okbDownloadButton.Text = "Download from OKB";
this.okbDownloadButton.UseVisualStyleBackColor = true;
this.okbDownloadButton.Click += new System.EventHandler(this.OkbDownloadButtonOnClick);
//
// openFileDialog
//
this.openFileDialog.DefaultExt = "hl";
this.openFileDialog.FileName = "Optimizer";
this.openFileDialog.Filter = "HeuristicLab Files|*.hl|All Files|*.*";
this.openFileDialog.Title = "Open Optimizer";
//
// ExpertSystemView
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.okbDownloadButton);
this.Controls.Add(this.tabControl);
this.Controls.Add(this.progressPanel);
this.Name = "ExpertSystemView";
this.Size = new System.Drawing.Size(692, 535);
this.tabControl.ResumeLayout(false);
this.problemTabPage.ResumeLayout(false);
this.solutionsTabPage.ResumeLayout(false);
this.solutionsTabPage.PerformLayout();
this.solutionsTabControl.ResumeLayout(false);
this.solutionsQualityTabPage.ResumeLayout(false);
this.solutionsLengthScaleTabPage.ResumeLayout(false);
this.solutionsDiversityTabPage.ResumeLayout(false);
this.solutionsFdcTabPage.ResumeLayout(false);
this.solutionsFdcTabPage.PerformLayout();
this.solutionsNetworkTabPage.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).EndInit();
this.solversTabPage.ResumeLayout(false);
this.solversTabPage.PerformLayout();
this.solverTabControl.ResumeLayout(false);
this.resultsTabPage.ResumeLayout(false);
this.parametersTabPage.ResumeLayout(false);
this.operatorGraphTabPage.ResumeLayout(false);
this.runsTabPage.ResumeLayout(false);
this.okbTabPage.ResumeLayout(false);
this.problemInstancesTabPage.ResumeLayout(false);
this.problemInstancesTabPage.PerformLayout();
this.problemInstancesTabControl.ResumeLayout(false);
this.instancesTabPage.ResumeLayout(false);
this.mapTabPage.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label evaluationsLimitabel;
private System.Windows.Forms.TextBox maxEvaluationsTextBox;
private MainForm.WindowsForms.DragOverTabControl tabControl;
private System.Windows.Forms.TabPage runsTabPage;
private HeuristicLab.Optimization.Views.RunCollectionView runsView;
private System.Windows.Forms.OpenFileDialog openFileDialog;
private System.Windows.Forms.TabPage problemTabPage;
private MainForm.WindowsForms.ViewHost problemViewHost;
private System.Windows.Forms.TabPage solversTabPage;
private System.Windows.Forms.Label algorithmSuggestionLabel;
private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
private System.Windows.Forms.TabPage okbTabPage;
private System.Windows.Forms.TabPage problemInstancesTabPage;
private System.Windows.Forms.Button refreshMapButton;
private System.Windows.Forms.Button okbDownloadButton;
private System.Windows.Forms.Panel progressPanel;
private MainForm.WindowsForms.ViewHost kbViewHost;
private System.Windows.Forms.Button algorithmStartButton;
private HeuristicLab.MainForm.WindowsForms.DragOverTabControl problemInstancesTabControl;
private System.Windows.Forms.TabPage instancesTabPage;
private MainForm.WindowsForms.ViewHost problemInstancesView;
private System.Windows.Forms.TabPage mapTabPage;
private Visualization.ChartControlsExtensions.EnhancedChart instanceMapChart;
private System.Windows.Forms.Label projectionLabel;
private System.Windows.Forms.ComboBox projectionComboBox;
private System.Windows.Forms.TabPage solutionsTabPage;
private HeuristicLab.MainForm.WindowsForms.DragOverTabControl solutionsTabControl;
private System.Windows.Forms.TabPage solutionsQualityTabPage;
private System.Windows.Forms.TabPage solutionsDiversityTabPage;
private MainForm.WindowsForms.ViewHost solutionsQualityViewHost;
private MainForm.WindowsForms.ViewHost solutionsDiversityViewHost;
private System.Windows.Forms.Label solutionDiversitySimilarityLabel;
private System.Windows.Forms.ComboBox similarityComboBox;
private System.Windows.Forms.TabPage solutionsLengthScaleTabPage;
private System.Windows.Forms.TabPage solutionsNetworkTabPage;
private MainForm.WindowsForms.ViewHost solutionsLengthScaleViewHost;
private System.Windows.Forms.TabPage solutionsFdcTabPage;
private MainForm.WindowsForms.ViewHost solutionsFdcViewHost;
private Visualization.ChartControlsExtensions.EnhancedChart solutionsNetworkChart;
private System.Windows.Forms.Button algorithmCloneButton;
private System.Windows.Forms.Label solutionNameLabel;
private System.Windows.Forms.ComboBox solutionNameComboBox;
private MainForm.WindowsForms.DragOverTabControl solverTabControl;
private System.Windows.Forms.TabPage resultsTabPage;
private Optimization.Views.ResultCollectionView solverResultsView;
private System.Windows.Forms.TabPage solutionSeedingTabPage;
private System.Windows.Forms.TabPage parametersTabPage;
private Core.Views.ParameterCollectionView solverParametersView;
private System.Windows.Forms.Panel seedingStrategyPanel;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TabPage operatorGraphTabPage;
private MainForm.WindowsForms.ViewHost operatorGraphViewHost;
private System.Windows.Forms.CheckBox fdcBetweenBestCheckBox;
}
}