#region License Information
/* HeuristicLab
* Copyright (C) 2002-2016 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 UnderstandingSolutionsView {
///
/// 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();
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.fdcSpearmanLabel = new System.Windows.Forms.Label();
this.fdcPearsonLabel = new System.Windows.Forms.Label();
this.spearmansRankLabel = new System.Windows.Forms.Label();
this.pearsonsRSquaredLabel = new System.Windows.Forms.Label();
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.linesCheckBox = new System.Windows.Forms.CheckBox();
this.solutionNetworkProjectionLabel = new System.Windows.Forms.Label();
this.solutionNetworkProjectionComboBox = new System.Windows.Forms.ComboBox();
this.contrastTrackBar = new System.Windows.Forms.TrackBar();
this.minimumTrackBar = new System.Windows.Forms.TrackBar();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.solutionsTabControl.SuspendLayout();
this.solutionsQualityTabPage.SuspendLayout();
this.solutionsLengthScaleTabPage.SuspendLayout();
this.solutionsDiversityTabPage.SuspendLayout();
this.solutionsFdcTabPage.SuspendLayout();
this.solutionsNetworkTabPage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.contrastTrackBar)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.minimumTrackBar)).BeginInit();
this.SuspendLayout();
//
// solutionNameLabel
//
this.solutionNameLabel.AutoSize = true;
this.solutionNameLabel.Location = new System.Drawing.Point(232, 3);
this.solutionNameLabel.Name = "solutionNameLabel";
this.solutionNameLabel.Size = new System.Drawing.Size(48, 13);
this.solutionNameLabel.TabIndex = 6;
this.solutionNameLabel.Text = "Solution:";
//
// solutionDiversitySimilarityLabel
//
this.solutionDiversitySimilarityLabel.AutoSize = true;
this.solutionDiversitySimilarityLabel.Location = new System.Drawing.Point(2, 3);
this.solutionDiversitySimilarityLabel.Name = "solutionDiversitySimilarityLabel";
this.solutionDiversitySimilarityLabel.Size = new System.Drawing.Size(50, 13);
this.solutionDiversitySimilarityLabel.TabIndex = 7;
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(288, 0);
this.solutionNameComboBox.Name = "solutionNameComboBox";
this.solutionNameComboBox.Size = new System.Drawing.Size(150, 21);
this.solutionNameComboBox.TabIndex = 4;
this.solutionNameComboBox.SelectedIndexChanged += new System.EventHandler(this.SolutionNameComboBoxOnSelectedIndexChanged);
//
// similarityComboBox
//
this.similarityComboBox.DisplayMember = "ItemName";
this.similarityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.similarityComboBox.FormattingEnabled = true;
this.similarityComboBox.Location = new System.Drawing.Point(58, 0);
this.similarityComboBox.Name = "similarityComboBox";
this.similarityComboBox.Size = new System.Drawing.Size(150, 21);
this.similarityComboBox.TabIndex = 5;
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(0, 27);
this.solutionsTabControl.Name = "solutionsTabControl";
this.solutionsTabControl.SelectedIndex = 0;
this.solutionsTabControl.Size = new System.Drawing.Size(732, 478);
this.solutionsTabControl.TabIndex = 3;
//
// 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(724, 452);
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(718, 446);
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(724, 452);
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(718, 446);
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(724, 452);
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(718, 446);
this.solutionsDiversityViewHost.TabIndex = 1;
this.solutionsDiversityViewHost.ViewsLabelVisible = true;
this.solutionsDiversityViewHost.ViewType = null;
//
// solutionsFdcTabPage
//
this.solutionsFdcTabPage.Controls.Add(this.fdcSpearmanLabel);
this.solutionsFdcTabPage.Controls.Add(this.fdcPearsonLabel);
this.solutionsFdcTabPage.Controls.Add(this.spearmansRankLabel);
this.solutionsFdcTabPage.Controls.Add(this.pearsonsRSquaredLabel);
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(724, 452);
this.solutionsFdcTabPage.TabIndex = 5;
this.solutionsFdcTabPage.Text = "Fitness-Distance Analysis";
this.solutionsFdcTabPage.UseVisualStyleBackColor = true;
//
// fdcSpearmanLabel
//
this.fdcSpearmanLabel.AutoSize = true;
this.fdcSpearmanLabel.Location = new System.Drawing.Point(357, 7);
this.fdcSpearmanLabel.Name = "fdcSpearmanLabel";
this.fdcSpearmanLabel.Size = new System.Drawing.Size(10, 13);
this.fdcSpearmanLabel.TabIndex = 4;
this.fdcSpearmanLabel.Text = "-";
//
// fdcPearsonLabel
//
this.fdcPearsonLabel.AutoSize = true;
this.fdcPearsonLabel.Location = new System.Drawing.Point(512, 7);
this.fdcPearsonLabel.Name = "fdcPearsonLabel";
this.fdcPearsonLabel.Size = new System.Drawing.Size(10, 13);
this.fdcPearsonLabel.TabIndex = 4;
this.fdcPearsonLabel.Text = "-";
//
// spearmansRankLabel
//
this.spearmansRankLabel.AutoSize = true;
this.spearmansRankLabel.Location = new System.Drawing.Point(281, 7);
this.spearmansRankLabel.Name = "spearmansRankLabel";
this.spearmansRankLabel.Size = new System.Drawing.Size(74, 13);
this.spearmansRankLabel.TabIndex = 3;
this.spearmansRankLabel.Text = "Spearman\'s ρ:";
//
// pearsonsRSquaredLabel
//
this.pearsonsRSquaredLabel.AutoSize = true;
this.pearsonsRSquaredLabel.Location = new System.Drawing.Point(436, 7);
this.pearsonsRSquaredLabel.Name = "pearsonsRSquaredLabel";
this.pearsonsRSquaredLabel.Size = new System.Drawing.Size(65, 13);
this.pearsonsRSquaredLabel.TabIndex = 3;
this.pearsonsRSquaredLabel.Text = "Pearson\'s r²:";
//
// 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(718, 423);
this.solutionsFdcViewHost.TabIndex = 0;
this.solutionsFdcViewHost.ViewsLabelVisible = true;
this.solutionsFdcViewHost.ViewType = null;
//
// solutionsNetworkTabPage
//
this.solutionsNetworkTabPage.Controls.Add(this.solutionsNetworkChart);
this.solutionsNetworkTabPage.Controls.Add(this.linesCheckBox);
this.solutionsNetworkTabPage.Controls.Add(this.solutionNetworkProjectionLabel);
this.solutionsNetworkTabPage.Controls.Add(this.solutionNetworkProjectionComboBox);
this.solutionsNetworkTabPage.Controls.Add(this.contrastTrackBar);
this.solutionsNetworkTabPage.Controls.Add(this.minimumTrackBar);
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(724, 452);
this.solutionsNetworkTabPage.TabIndex = 4;
this.solutionsNetworkTabPage.Text = "Network Analysis";
this.solutionsNetworkTabPage.UseVisualStyleBackColor = true;
//
// solutionsNetworkChart
//
this.solutionsNetworkChart.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)));
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);
legend1.Enabled = false;
legend1.Name = "Legend1";
this.solutionsNetworkChart.Legends.Add(legend1);
this.solutionsNetworkChart.Location = new System.Drawing.Point(3, 33);
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(718, 416);
this.solutionsNetworkChart.TabIndex = 0;
this.solutionsNetworkChart.Text = "enhancedChart1";
this.solutionsNetworkChart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseClick);
this.solutionsNetworkChart.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseDoubleClick);
//
// linesCheckBox
//
this.linesCheckBox.AutoSize = true;
this.linesCheckBox.Location = new System.Drawing.Point(263, 8);
this.linesCheckBox.Name = "linesCheckBox";
this.linesCheckBox.Size = new System.Drawing.Size(54, 17);
this.linesCheckBox.TabIndex = 6;
this.linesCheckBox.Text = "Lines:";
this.linesCheckBox.UseVisualStyleBackColor = true;
this.linesCheckBox.CheckedChanged += new System.EventHandler(this.LinesCheckBoxOnCheckedChanged);
//
// solutionNetworkProjectionLabel
//
this.solutionNetworkProjectionLabel.AutoSize = true;
this.solutionNetworkProjectionLabel.Location = new System.Drawing.Point(6, 9);
this.solutionNetworkProjectionLabel.Name = "solutionNetworkProjectionLabel";
this.solutionNetworkProjectionLabel.Size = new System.Drawing.Size(57, 13);
this.solutionNetworkProjectionLabel.TabIndex = 4;
this.solutionNetworkProjectionLabel.Text = "Projection:";
//
// solutionNetworkProjectionComboBox
//
this.solutionNetworkProjectionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.solutionNetworkProjectionComboBox.FormattingEnabled = true;
this.solutionNetworkProjectionComboBox.Items.AddRange(new object[] {
"SOM",
"MDS"});
this.solutionNetworkProjectionComboBox.Location = new System.Drawing.Point(69, 6);
this.solutionNetworkProjectionComboBox.Name = "solutionNetworkProjectionComboBox";
this.solutionNetworkProjectionComboBox.Size = new System.Drawing.Size(180, 21);
this.solutionNetworkProjectionComboBox.TabIndex = 3;
this.solutionNetworkProjectionComboBox.SelectedIndexChanged += new System.EventHandler(this.SolutionNetworkProjectionComboBoxOnSelectedIndexChanged);
//
// contrastTrackBar
//
this.contrastTrackBar.LargeChange = 3;
this.contrastTrackBar.Location = new System.Drawing.Point(323, 6);
this.contrastTrackBar.Maximum = 17;
this.contrastTrackBar.Minimum = 3;
this.contrastTrackBar.Name = "contrastTrackBar";
this.contrastTrackBar.Size = new System.Drawing.Size(148, 45);
this.contrastTrackBar.TabIndex = 5;
this.contrastTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.toolTip.SetToolTip(this.contrastTrackBar, "Adjusts the contrast of the lines");
this.contrastTrackBar.Value = 10;
this.contrastTrackBar.Scroll += new System.EventHandler(this.ContrastTrackBarOnScroll);
//
// minimumTrackBar
//
this.minimumTrackBar.LargeChange = 10;
this.minimumTrackBar.Location = new System.Drawing.Point(477, 6);
this.minimumTrackBar.Maximum = 100;
this.minimumTrackBar.Minimum = 1;
this.minimumTrackBar.Name = "minimumTrackBar";
this.minimumTrackBar.Size = new System.Drawing.Size(148, 45);
this.minimumTrackBar.TabIndex = 5;
this.minimumTrackBar.TickStyle = System.Windows.Forms.TickStyle.None;
this.toolTip.SetToolTip(this.minimumTrackBar, "Adjusts the minimum");
this.minimumTrackBar.Value = 50;
this.minimumTrackBar.Scroll += new System.EventHandler(this.MinimumTrackBarOnScroll);
//
// UnderstandingSolutionsView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.solutionNameLabel);
this.Controls.Add(this.solutionDiversitySimilarityLabel);
this.Controls.Add(this.solutionNameComboBox);
this.Controls.Add(this.similarityComboBox);
this.Controls.Add(this.solutionsTabControl);
this.Name = "UnderstandingSolutionsView";
this.Size = new System.Drawing.Size(732, 505);
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);
this.solutionsNetworkTabPage.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.contrastTrackBar)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.minimumTrackBar)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label solutionNameLabel;
private System.Windows.Forms.Label solutionDiversitySimilarityLabel;
private System.Windows.Forms.ComboBox solutionNameComboBox;
private System.Windows.Forms.ComboBox similarityComboBox;
private MainForm.WindowsForms.DragOverTabControl solutionsTabControl;
private System.Windows.Forms.TabPage solutionsQualityTabPage;
private MainForm.WindowsForms.ViewHost solutionsQualityViewHost;
private System.Windows.Forms.TabPage solutionsLengthScaleTabPage;
private MainForm.WindowsForms.ViewHost solutionsLengthScaleViewHost;
private System.Windows.Forms.TabPage solutionsDiversityTabPage;
private MainForm.WindowsForms.ViewHost solutionsDiversityViewHost;
private System.Windows.Forms.TabPage solutionsFdcTabPage;
private System.Windows.Forms.CheckBox fdcBetweenBestCheckBox;
private MainForm.WindowsForms.ViewHost solutionsFdcViewHost;
private System.Windows.Forms.TabPage solutionsNetworkTabPage;
private Visualization.ChartControlsExtensions.EnhancedChart solutionsNetworkChart;
private System.Windows.Forms.Label fdcPearsonLabel;
private System.Windows.Forms.Label pearsonsRSquaredLabel;
private System.Windows.Forms.Label fdcSpearmanLabel;
private System.Windows.Forms.Label spearmansRankLabel;
private System.Windows.Forms.Label solutionNetworkProjectionLabel;
private System.Windows.Forms.ComboBox solutionNetworkProjectionComboBox;
private System.Windows.Forms.TrackBar contrastTrackBar;
private System.Windows.Forms.CheckBox linesCheckBox;
private System.Windows.Forms.TrackBar minimumTrackBar;
private System.Windows.Forms.ToolTip toolTip;
}
}