[8955] | 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 |
|
---|
[13667] | 22 | namespace HeuristicLab.OptimizationExpertSystem {
|
---|
[12860] | 23 | partial class ExpertSystemView {
|
---|
[8955] | 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
[13713] | 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 |
|
---|
[8955] | 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() {
|
---|
[13561] | 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();
|
---|
[13718] | 51 | System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
[13668] | 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();
|
---|
[13718] | 55 | System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
[12804] | 56 | this.evaluationsLimitabel = new System.Windows.Forms.Label();
|
---|
| 57 | this.maxEvaluationsTextBox = new System.Windows.Forms.TextBox();
|
---|
[8955] | 58 | this.tabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[12847] | 59 | this.problemTabPage = new System.Windows.Forms.TabPage();
|
---|
| 60 | this.problemViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[13663] | 61 | this.solutionsTabPage = new System.Windows.Forms.TabPage();
|
---|
[13713] | 62 | this.solutionNameLabel = new System.Windows.Forms.Label();
|
---|
[13663] | 63 | this.solutionDiversitySimilarityLabel = new System.Windows.Forms.Label();
|
---|
[13713] | 64 | this.solutionNameComboBox = new System.Windows.Forms.ComboBox();
|
---|
[13663] | 65 | this.similarityComboBox = new System.Windows.Forms.ComboBox();
|
---|
[13713] | 66 | this.solutionsTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[13663] | 67 | this.solutionsQualityTabPage = new System.Windows.Forms.TabPage();
|
---|
| 68 | this.solutionsQualityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[13718] | 69 | this.solutionsLengthScaleTabPage = new System.Windows.Forms.TabPage();
|
---|
| 70 | this.solutionsLengthScaleViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[13663] | 71 | this.solutionsDiversityTabPage = new System.Windows.Forms.TabPage();
|
---|
| 72 | this.solutionsDiversityViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[13668] | 73 | this.solutionsFdcTabPage = new System.Windows.Forms.TabPage();
|
---|
[13718] | 74 | this.fdcBetweenBestCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[13668] | 75 | this.solutionsFdcViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[13663] | 76 | this.solutionsNetworkTabPage = new System.Windows.Forms.TabPage();
|
---|
[13668] | 77 | this.solutionsNetworkChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
[13713] | 78 | this.solversTabPage = new System.Windows.Forms.TabPage();
|
---|
[13718] | 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();
|
---|
[13713] | 85 | this.solverParametersView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
[13718] | 86 | this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
|
---|
| 87 | this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[13713] | 88 | this.algorithmCloneButton = new System.Windows.Forms.Button();
|
---|
| 89 | this.algorithmStartButton = new System.Windows.Forms.Button();
|
---|
[13718] | 90 | this.label1 = new System.Windows.Forms.Label();
|
---|
[13713] | 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();
|
---|
[12847] | 95 | this.okbTabPage = new System.Windows.Forms.TabPage();
|
---|
[13551] | 96 | this.kbViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[12957] | 97 | this.problemInstancesTabPage = new System.Windows.Forms.TabPage();
|
---|
[13713] | 98 | this.projectionLabel = new System.Windows.Forms.Label();
|
---|
[13561] | 99 | this.projectionComboBox = new System.Windows.Forms.ComboBox();
|
---|
[13713] | 100 | this.problemInstancesTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
[13561] | 101 | this.instancesTabPage = new System.Windows.Forms.TabPage();
|
---|
[13475] | 102 | this.problemInstancesView = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[13561] | 103 | this.mapTabPage = new System.Windows.Forms.TabPage();
|
---|
| 104 | this.instanceMapChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
[13475] | 105 | this.refreshMapButton = new System.Windows.Forms.Button();
|
---|
[13551] | 106 | this.progressPanel = new System.Windows.Forms.Panel();
|
---|
| 107 | this.okbDownloadButton = new System.Windows.Forms.Button();
|
---|
[8955] | 108 | this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
|
---|
| 109 | this.tabControl.SuspendLayout();
|
---|
[12847] | 110 | this.problemTabPage.SuspendLayout();
|
---|
[13663] | 111 | this.solutionsTabPage.SuspendLayout();
|
---|
| 112 | this.solutionsTabControl.SuspendLayout();
|
---|
| 113 | this.solutionsQualityTabPage.SuspendLayout();
|
---|
[13718] | 114 | this.solutionsLengthScaleTabPage.SuspendLayout();
|
---|
[13663] | 115 | this.solutionsDiversityTabPage.SuspendLayout();
|
---|
[13668] | 116 | this.solutionsFdcTabPage.SuspendLayout();
|
---|
[13663] | 117 | this.solutionsNetworkTabPage.SuspendLayout();
|
---|
[13668] | 118 | ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).BeginInit();
|
---|
[13713] | 119 | this.solversTabPage.SuspendLayout();
|
---|
[13718] | 120 | this.solverTabControl.SuspendLayout();
|
---|
| 121 | this.resultsTabPage.SuspendLayout();
|
---|
| 122 | this.parametersTabPage.SuspendLayout();
|
---|
| 123 | this.operatorGraphTabPage.SuspendLayout();
|
---|
[13713] | 124 | this.runsTabPage.SuspendLayout();
|
---|
[12847] | 125 | this.okbTabPage.SuspendLayout();
|
---|
[12957] | 126 | this.problemInstancesTabPage.SuspendLayout();
|
---|
[13561] | 127 | this.problemInstancesTabControl.SuspendLayout();
|
---|
| 128 | this.instancesTabPage.SuspendLayout();
|
---|
| 129 | this.mapTabPage.SuspendLayout();
|
---|
| 130 | ((System.ComponentModel.ISupportInitialize)(this.instanceMapChart)).BeginInit();
|
---|
[8955] | 131 | this.SuspendLayout();
|
---|
| 132 | //
|
---|
[12804] | 133 | // evaluationsLimitabel
|
---|
[8955] | 134 | //
|
---|
[12804] | 135 | this.evaluationsLimitabel.AutoSize = true;
|
---|
[13718] | 136 | this.evaluationsLimitabel.Location = new System.Drawing.Point(5, 9);
|
---|
[12804] | 137 | this.evaluationsLimitabel.Name = "evaluationsLimitabel";
|
---|
[12847] | 138 | this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
|
---|
[12804] | 139 | this.evaluationsLimitabel.TabIndex = 5;
|
---|
[12847] | 140 | this.evaluationsLimitabel.Text = "Budget (FE):";
|
---|
[8955] | 141 | //
|
---|
[12804] | 142 | // maxEvaluationsTextBox
|
---|
[8955] | 143 | //
|
---|
[13561] | 144 | this.maxEvaluationsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[12847] | 145 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[13718] | 146 | this.maxEvaluationsTextBox.Location = new System.Drawing.Point(110, 6);
|
---|
[12804] | 147 | this.maxEvaluationsTextBox.Name = "maxEvaluationsTextBox";
|
---|
[13718] | 148 | this.maxEvaluationsTextBox.Size = new System.Drawing.Size(564, 20);
|
---|
[12804] | 149 | this.maxEvaluationsTextBox.TabIndex = 6;
|
---|
[13561] | 150 | this.maxEvaluationsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.MaxEvaluationsTextBoxOnValidating);
|
---|
[8955] | 151 | //
|
---|
| 152 | // tabControl
|
---|
| 153 | //
|
---|
| 154 | this.tabControl.AllowDrop = true;
|
---|
[13561] | 155 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 156 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[8955] | 157 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[12847] | 158 | this.tabControl.Controls.Add(this.problemTabPage);
|
---|
[13713] | 159 | this.tabControl.Controls.Add(this.solutionsTabPage);
|
---|
| 160 | this.tabControl.Controls.Add(this.solversTabPage);
|
---|
[8955] | 161 | this.tabControl.Controls.Add(this.runsTabPage);
|
---|
[12847] | 162 | this.tabControl.Controls.Add(this.okbTabPage);
|
---|
[12957] | 163 | this.tabControl.Controls.Add(this.problemInstancesTabPage);
|
---|
[13718] | 164 | this.tabControl.Location = new System.Drawing.Point(0, 32);
|
---|
[8955] | 165 | this.tabControl.Name = "tabControl";
|
---|
| 166 | this.tabControl.SelectedIndex = 0;
|
---|
[13718] | 167 | this.tabControl.Size = new System.Drawing.Size(689, 503);
|
---|
[12825] | 168 | this.tabControl.TabIndex = 17;
|
---|
[8955] | 169 | //
|
---|
[12847] | 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);
|
---|
[13718] | 177 | this.problemTabPage.Size = new System.Drawing.Size(681, 477);
|
---|
[12847] | 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;
|
---|
[13551] | 186 | this.problemViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[12847] | 187 | this.problemViewHost.Enabled = false;
|
---|
[13551] | 188 | this.problemViewHost.Location = new System.Drawing.Point(3, 3);
|
---|
[12847] | 189 | this.problemViewHost.Name = "problemViewHost";
|
---|
| 190 | this.problemViewHost.ReadOnly = false;
|
---|
[13718] | 191 | this.problemViewHost.Size = new System.Drawing.Size(675, 471);
|
---|
[12847] | 192 | this.problemViewHost.TabIndex = 2;
|
---|
[13551] | 193 | this.problemViewHost.ViewsLabelVisible = false;
|
---|
[12847] | 194 | this.problemViewHost.ViewType = null;
|
---|
| 195 | //
|
---|
[13663] | 196 | // solutionsTabPage
|
---|
| 197 | //
|
---|
[13713] | 198 | this.solutionsTabPage.Controls.Add(this.solutionNameLabel);
|
---|
[13663] | 199 | this.solutionsTabPage.Controls.Add(this.solutionDiversitySimilarityLabel);
|
---|
[13713] | 200 | this.solutionsTabPage.Controls.Add(this.solutionNameComboBox);
|
---|
[13663] | 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);
|
---|
[13718] | 206 | this.solutionsTabPage.Size = new System.Drawing.Size(681, 477);
|
---|
[13663] | 207 | this.solutionsTabPage.TabIndex = 7;
|
---|
| 208 | this.solutionsTabPage.Text = "Solutions";
|
---|
| 209 | this.solutionsTabPage.UseVisualStyleBackColor = true;
|
---|
| 210 | //
|
---|
[13713] | 211 | // solutionNameLabel
|
---|
[13663] | 212 | //
|
---|
[13713] | 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:";
|
---|
[13663] | 219 | //
|
---|
| 220 | // solutionDiversitySimilarityLabel
|
---|
| 221 | //
|
---|
| 222 | this.solutionDiversitySimilarityLabel.AutoSize = true;
|
---|
[13713] | 223 | this.solutionDiversitySimilarityLabel.Location = new System.Drawing.Point(5, 9);
|
---|
[13663] | 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 | //
|
---|
[13713] | 229 | // solutionNameComboBox
|
---|
[13663] | 230 | //
|
---|
[13713] | 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);
|
---|
[13663] | 239 | //
|
---|
| 240 | // similarityComboBox
|
---|
| 241 | //
|
---|
| 242 | this.similarityComboBox.DisplayMember = "ItemName";
|
---|
| 243 | this.similarityComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 244 | this.similarityComboBox.FormattingEnabled = true;
|
---|
[13713] | 245 | this.similarityComboBox.Location = new System.Drawing.Point(61, 6);
|
---|
[13663] | 246 | this.similarityComboBox.Name = "similarityComboBox";
|
---|
| 247 | this.similarityComboBox.Size = new System.Drawing.Size(150, 21);
|
---|
| 248 | this.similarityComboBox.TabIndex = 1;
|
---|
[13713] | 249 | this.similarityComboBox.SelectedIndexChanged += new System.EventHandler(this.SimilarityComboBoxOnSelectedIndexChanged);
|
---|
[13663] | 250 | //
|
---|
| 251 | // solutionsTabControl
|
---|
| 252 | //
|
---|
[13713] | 253 | this.solutionsTabControl.AllowDrop = true;
|
---|
[13663] | 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);
|
---|
[13718] | 258 | this.solutionsTabControl.Controls.Add(this.solutionsLengthScaleTabPage);
|
---|
[13663] | 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;
|
---|
[13718] | 265 | this.solutionsTabControl.Size = new System.Drawing.Size(675, 441);
|
---|
[13663] | 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);
|
---|
[13718] | 274 | this.solutionsQualityTabPage.Size = new System.Drawing.Size(667, 415);
|
---|
[13663] | 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;
|
---|
[13718] | 288 | this.solutionsQualityViewHost.Size = new System.Drawing.Size(661, 409);
|
---|
[13663] | 289 | this.solutionsQualityViewHost.TabIndex = 0;
|
---|
| 290 | this.solutionsQualityViewHost.ViewsLabelVisible = true;
|
---|
| 291 | this.solutionsQualityViewHost.ViewType = null;
|
---|
| 292 | //
|
---|
[13718] | 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 | //
|
---|
[13663] | 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);
|
---|
[13718] | 324 | this.solutionsDiversityTabPage.Size = new System.Drawing.Size(667, 415);
|
---|
[13663] | 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;
|
---|
[13718] | 338 | this.solutionsDiversityViewHost.Size = new System.Drawing.Size(661, 409);
|
---|
[13663] | 339 | this.solutionsDiversityViewHost.TabIndex = 1;
|
---|
| 340 | this.solutionsDiversityViewHost.ViewsLabelVisible = true;
|
---|
| 341 | this.solutionsDiversityViewHost.ViewType = null;
|
---|
| 342 | //
|
---|
[13668] | 343 | // solutionsFdcTabPage
|
---|
| 344 | //
|
---|
[13718] | 345 | this.solutionsFdcTabPage.Controls.Add(this.fdcBetweenBestCheckBox);
|
---|
[13668] | 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);
|
---|
[13718] | 350 | this.solutionsFdcTabPage.Size = new System.Drawing.Size(667, 415);
|
---|
[13668] | 351 | this.solutionsFdcTabPage.TabIndex = 5;
|
---|
| 352 | this.solutionsFdcTabPage.Text = "Fitness-Distance Analysis";
|
---|
| 353 | this.solutionsFdcTabPage.UseVisualStyleBackColor = true;
|
---|
| 354 | //
|
---|
[13718] | 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 | //
|
---|
[13668] | 366 | // solutionsFdcViewHost
|
---|
| 367 | //
|
---|
[13718] | 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)));
|
---|
[13668] | 371 | this.solutionsFdcViewHost.Caption = "View";
|
---|
| 372 | this.solutionsFdcViewHost.Content = null;
|
---|
| 373 | this.solutionsFdcViewHost.Enabled = false;
|
---|
[13718] | 374 | this.solutionsFdcViewHost.Location = new System.Drawing.Point(3, 29);
|
---|
[13668] | 375 | this.solutionsFdcViewHost.Name = "solutionsFdcViewHost";
|
---|
| 376 | this.solutionsFdcViewHost.ReadOnly = false;
|
---|
[13718] | 377 | this.solutionsFdcViewHost.Size = new System.Drawing.Size(661, 386);
|
---|
[13668] | 378 | this.solutionsFdcViewHost.TabIndex = 0;
|
---|
| 379 | this.solutionsFdcViewHost.ViewsLabelVisible = true;
|
---|
| 380 | this.solutionsFdcViewHost.ViewType = null;
|
---|
| 381 | //
|
---|
[13663] | 382 | // solutionsNetworkTabPage
|
---|
| 383 | //
|
---|
[13668] | 384 | this.solutionsNetworkTabPage.Controls.Add(this.solutionsNetworkChart);
|
---|
[13663] | 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);
|
---|
[13718] | 388 | this.solutionsNetworkTabPage.Size = new System.Drawing.Size(667, 415);
|
---|
[13663] | 389 | this.solutionsNetworkTabPage.TabIndex = 4;
|
---|
| 390 | this.solutionsNetworkTabPage.Text = "Network Analysis";
|
---|
| 391 | this.solutionsNetworkTabPage.UseVisualStyleBackColor = true;
|
---|
| 392 | //
|
---|
[13668] | 393 | // solutionsNetworkChart
|
---|
[13663] | 394 | //
|
---|
[13713] | 395 | chartArea1.AxisX.IsStartedFromZero = false;
|
---|
[13668] | 396 | chartArea1.AxisX.LabelStyle.Enabled = false;
|
---|
| 397 | chartArea1.AxisX.LineWidth = 0;
|
---|
| 398 | chartArea1.AxisX.MajorGrid.Enabled = false;
|
---|
| 399 | chartArea1.AxisX.MajorTickMark.Enabled = false;
|
---|
[13713] | 400 | chartArea1.AxisY.IsStartedFromZero = false;
|
---|
[13668] | 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;
|
---|
[13718] | 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;
|
---|
[13668] | 429 | this.solutionsNetworkChart.Series.Add(series1);
|
---|
[13718] | 430 | this.solutionsNetworkChart.Series.Add(series2);
|
---|
| 431 | this.solutionsNetworkChart.Size = new System.Drawing.Size(661, 409);
|
---|
[13668] | 432 | this.solutionsNetworkChart.TabIndex = 0;
|
---|
| 433 | this.solutionsNetworkChart.Text = "enhancedChart1";
|
---|
[13718] | 434 | this.solutionsNetworkChart.MouseClick += new System.Windows.Forms.MouseEventHandler(this.SolutionsNetworkChartOnMouseClick);
|
---|
[13663] | 435 | //
|
---|
[13713] | 436 | // solversTabPage
|
---|
| 437 | //
|
---|
[13718] | 438 | this.solversTabPage.Controls.Add(this.seedingStrategyPanel);
|
---|
| 439 | this.solversTabPage.Controls.Add(this.solverTabControl);
|
---|
[13713] | 440 | this.solversTabPage.Controls.Add(this.algorithmCloneButton);
|
---|
| 441 | this.solversTabPage.Controls.Add(this.algorithmStartButton);
|
---|
[13718] | 442 | this.solversTabPage.Controls.Add(this.label1);
|
---|
| 443 | this.solversTabPage.Controls.Add(this.evaluationsLimitabel);
|
---|
[13713] | 444 | this.solversTabPage.Controls.Add(this.algorithmSuggestionLabel);
|
---|
[13718] | 445 | this.solversTabPage.Controls.Add(this.maxEvaluationsTextBox);
|
---|
[13713] | 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);
|
---|
[13718] | 450 | this.solversTabPage.Size = new System.Drawing.Size(681, 477);
|
---|
[13713] | 451 | this.solversTabPage.TabIndex = 4;
|
---|
| 452 | this.solversTabPage.Text = "Solvers";
|
---|
| 453 | this.solversTabPage.UseVisualStyleBackColor = true;
|
---|
| 454 | //
|
---|
[13718] | 455 | // seedingStrategyPanel
|
---|
[13713] | 456 | //
|
---|
[13718] | 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)
|
---|
[13713] | 468 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 469 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[13718] | 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;
|
---|
[13713] | 479 | //
|
---|
[13718] | 480 | // resultsTabPage
|
---|
[13713] | 481 | //
|
---|
[13718] | 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;
|
---|
[13713] | 490 | //
|
---|
[13718] | 491 | // solverResultsView
|
---|
[13713] | 492 | //
|
---|
[13718] | 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;
|
---|
[13713] | 502 | //
|
---|
[13718] | 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 | //
|
---|
[13713] | 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;
|
---|
[13718] | 530 | this.solverParametersView.Location = new System.Drawing.Point(3, 3);
|
---|
[13713] | 531 | this.solverParametersView.Name = "solverParametersView";
|
---|
| 532 | this.solverParametersView.ReadOnly = true;
|
---|
[13718] | 533 | this.solverParametersView.ShowDetails = true;
|
---|
| 534 | this.solverParametersView.Size = new System.Drawing.Size(662, 355);
|
---|
[13713] | 535 | this.solverParametersView.TabIndex = 0;
|
---|
| 536 | //
|
---|
[13718] | 537 | // operatorGraphTabPage
|
---|
[13713] | 538 | //
|
---|
[13718] | 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;
|
---|
[13713] | 547 | //
|
---|
[13718] | 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 | //
|
---|
[13713] | 562 | // algorithmCloneButton
|
---|
| 563 | //
|
---|
| 564 | this.algorithmCloneButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[13718] | 565 | this.algorithmCloneButton.Location = new System.Drawing.Point(648, 58);
|
---|
[13713] | 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)));
|
---|
[13718] | 576 | this.algorithmStartButton.Location = new System.Drawing.Point(616, 58);
|
---|
[13713] | 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 | //
|
---|
[13718] | 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 | //
|
---|
[13713] | 593 | // algorithmSuggestionLabel
|
---|
| 594 | //
|
---|
| 595 | this.algorithmSuggestionLabel.AutoSize = true;
|
---|
[13718] | 596 | this.algorithmSuggestionLabel.Location = new System.Drawing.Point(5, 62);
|
---|
[13713] | 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;
|
---|
[13718] | 608 | this.suggestedInstancesComboBox.Location = new System.Drawing.Point(110, 59);
|
---|
[13713] | 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);
|
---|
[13718] | 620 | this.runsTabPage.Size = new System.Drawing.Size(681, 477);
|
---|
[13713] | 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;
|
---|
[13718] | 633 | this.runsView.Size = new System.Drawing.Size(675, 471);
|
---|
[13713] | 634 | this.runsView.TabIndex = 1;
|
---|
| 635 | //
|
---|
[12847] | 636 | // okbTabPage
|
---|
| 637 | //
|
---|
[13551] | 638 | this.okbTabPage.Controls.Add(this.kbViewHost);
|
---|
[12847] | 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);
|
---|
[13718] | 642 | this.okbTabPage.Size = new System.Drawing.Size(681, 477);
|
---|
[12847] | 643 | this.okbTabPage.TabIndex = 5;
|
---|
| 644 | this.okbTabPage.Text = "Knowledge Base";
|
---|
| 645 | this.okbTabPage.UseVisualStyleBackColor = true;
|
---|
| 646 | //
|
---|
[13551] | 647 | // kbViewHost
|
---|
[12860] | 648 | //
|
---|
[13551] | 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;
|
---|
[13718] | 656 | this.kbViewHost.Size = new System.Drawing.Size(675, 471);
|
---|
[13551] | 657 | this.kbViewHost.TabIndex = 3;
|
---|
| 658 | this.kbViewHost.ViewsLabelVisible = true;
|
---|
| 659 | this.kbViewHost.ViewType = null;
|
---|
[12860] | 660 | //
|
---|
[12957] | 661 | // problemInstancesTabPage
|
---|
[8956] | 662 | //
|
---|
[13713] | 663 | this.problemInstancesTabPage.Controls.Add(this.projectionLabel);
|
---|
[13561] | 664 | this.problemInstancesTabPage.Controls.Add(this.projectionComboBox);
|
---|
| 665 | this.problemInstancesTabPage.Controls.Add(this.problemInstancesTabControl);
|
---|
[13475] | 666 | this.problemInstancesTabPage.Controls.Add(this.refreshMapButton);
|
---|
[12957] | 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);
|
---|
[13718] | 670 | this.problemInstancesTabPage.Size = new System.Drawing.Size(681, 477);
|
---|
[12957] | 671 | this.problemInstancesTabPage.TabIndex = 6;
|
---|
| 672 | this.problemInstancesTabPage.Text = "Problem Instances";
|
---|
| 673 | this.problemInstancesTabPage.UseVisualStyleBackColor = true;
|
---|
| 674 | //
|
---|
[13713] | 675 | // projectionLabel
|
---|
[13561] | 676 | //
|
---|
[13713] | 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:";
|
---|
[13561] | 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 | //
|
---|
[13713] | 696 | this.problemInstancesTabControl.AllowDrop = true;
|
---|
[13561] | 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;
|
---|
[13718] | 705 | this.problemInstancesTabControl.Size = new System.Drawing.Size(675, 439);
|
---|
[13561] | 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);
|
---|
[13718] | 714 | this.instancesTabPage.Size = new System.Drawing.Size(667, 413);
|
---|
[13561] | 715 | this.instancesTabPage.TabIndex = 0;
|
---|
| 716 | this.instancesTabPage.Text = "Instances";
|
---|
| 717 | this.instancesTabPage.UseVisualStyleBackColor = true;
|
---|
| 718 | //
|
---|
[12957] | 719 | // problemInstancesView
|
---|
| 720 | //
|
---|
[13475] | 721 | this.problemInstancesView.Caption = "View";
|
---|
[12957] | 722 | this.problemInstancesView.Content = null;
|
---|
[13561] | 723 | this.problemInstancesView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[13475] | 724 | this.problemInstancesView.Enabled = false;
|
---|
[13561] | 725 | this.problemInstancesView.Location = new System.Drawing.Point(3, 3);
|
---|
[12957] | 726 | this.problemInstancesView.Name = "problemInstancesView";
|
---|
| 727 | this.problemInstancesView.ReadOnly = false;
|
---|
[13718] | 728 | this.problemInstancesView.Size = new System.Drawing.Size(661, 407);
|
---|
[13561] | 729 | this.problemInstancesView.TabIndex = 0;
|
---|
[13475] | 730 | this.problemInstancesView.ViewsLabelVisible = true;
|
---|
| 731 | this.problemInstancesView.ViewType = null;
|
---|
[12957] | 732 | //
|
---|
[13561] | 733 | // mapTabPage
|
---|
[13475] | 734 | //
|
---|
[13561] | 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);
|
---|
[13718] | 739 | this.mapTabPage.Size = new System.Drawing.Size(667, 413);
|
---|
[13561] | 740 | this.mapTabPage.TabIndex = 1;
|
---|
| 741 | this.mapTabPage.Text = "Map";
|
---|
| 742 | this.mapTabPage.UseVisualStyleBackColor = true;
|
---|
[13475] | 743 | //
|
---|
[13561] | 744 | // instanceMapChart
|
---|
[13475] | 745 | //
|
---|
[13668] | 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);
|
---|
[13561] | 752 | this.instanceMapChart.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
[13668] | 753 | legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
---|
| 754 | legend2.Enabled = false;
|
---|
| 755 | legend2.Name = "Legend";
|
---|
| 756 | this.instanceMapChart.Legends.Add(legend2);
|
---|
[13561] | 757 | this.instanceMapChart.Location = new System.Drawing.Point(3, 3);
|
---|
| 758 | this.instanceMapChart.Name = "instanceMapChart";
|
---|
[13668] | 759 | series3.ChartArea = "Default";
|
---|
| 760 | series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Point;
|
---|
| 761 | series3.Legend = "Legend";
|
---|
[13718] | 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";
|
---|
[13668] | 771 | this.instanceMapChart.Series.Add(series3);
|
---|
[13718] | 772 | this.instanceMapChart.Series.Add(series4);
|
---|
| 773 | this.instanceMapChart.Size = new System.Drawing.Size(661, 407);
|
---|
[13561] | 774 | this.instanceMapChart.TabIndex = 0;
|
---|
[13475] | 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;
|
---|
[13561] | 784 | this.refreshMapButton.Click += new System.EventHandler(this.RefreshMapButtonOnClick);
|
---|
[13475] | 785 | //
|
---|
[13551] | 786 | // progressPanel
|
---|
[12957] | 787 | //
|
---|
[13561] | 788 | this.progressPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 789 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
[13551] | 790 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[13718] | 791 | this.progressPanel.Location = new System.Drawing.Point(0, 32);
|
---|
[13551] | 792 | this.progressPanel.Name = "progressPanel";
|
---|
[13718] | 793 | this.progressPanel.Size = new System.Drawing.Size(692, 503);
|
---|
[13551] | 794 | this.progressPanel.TabIndex = 2;
|
---|
| 795 | this.progressPanel.Visible = false;
|
---|
[12957] | 796 | //
|
---|
[13475] | 797 | // okbDownloadButton
|
---|
| 798 | //
|
---|
[13561] | 799 | this.okbDownloadButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[13551] | 800 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[13718] | 801 | this.okbDownloadButton.Location = new System.Drawing.Point(3, 3);
|
---|
[13475] | 802 | this.okbDownloadButton.Name = "okbDownloadButton";
|
---|
[13718] | 803 | this.okbDownloadButton.Size = new System.Drawing.Size(686, 23);
|
---|
[13475] | 804 | this.okbDownloadButton.TabIndex = 1;
|
---|
| 805 | this.okbDownloadButton.Text = "Download from OKB";
|
---|
| 806 | this.okbDownloadButton.UseVisualStyleBackColor = true;
|
---|
[13561] | 807 | this.okbDownloadButton.Click += new System.EventHandler(this.OkbDownloadButtonOnClick);
|
---|
[13475] | 808 | //
|
---|
[13551] | 809 | // openFileDialog
|
---|
[13485] | 810 | //
|
---|
[13551] | 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";
|
---|
[13485] | 815 | //
|
---|
[12957] | 816 | // ExpertSystemView
|
---|
| 817 | //
|
---|
[8956] | 818 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[13551] | 819 | this.Controls.Add(this.okbDownloadButton);
|
---|
[8955] | 820 | this.Controls.Add(this.tabControl);
|
---|
[13551] | 821 | this.Controls.Add(this.progressPanel);
|
---|
[12957] | 822 | this.Name = "ExpertSystemView";
|
---|
[13663] | 823 | this.Size = new System.Drawing.Size(692, 535);
|
---|
[8955] | 824 | this.tabControl.ResumeLayout(false);
|
---|
[12847] | 825 | this.problemTabPage.ResumeLayout(false);
|
---|
[13663] | 826 | this.solutionsTabPage.ResumeLayout(false);
|
---|
| 827 | this.solutionsTabPage.PerformLayout();
|
---|
| 828 | this.solutionsTabControl.ResumeLayout(false);
|
---|
| 829 | this.solutionsQualityTabPage.ResumeLayout(false);
|
---|
[13718] | 830 | this.solutionsLengthScaleTabPage.ResumeLayout(false);
|
---|
[13663] | 831 | this.solutionsDiversityTabPage.ResumeLayout(false);
|
---|
[13668] | 832 | this.solutionsFdcTabPage.ResumeLayout(false);
|
---|
[13718] | 833 | this.solutionsFdcTabPage.PerformLayout();
|
---|
[13663] | 834 | this.solutionsNetworkTabPage.ResumeLayout(false);
|
---|
[13668] | 835 | ((System.ComponentModel.ISupportInitialize)(this.solutionsNetworkChart)).EndInit();
|
---|
[13713] | 836 | this.solversTabPage.ResumeLayout(false);
|
---|
| 837 | this.solversTabPage.PerformLayout();
|
---|
[13718] | 838 | this.solverTabControl.ResumeLayout(false);
|
---|
| 839 | this.resultsTabPage.ResumeLayout(false);
|
---|
| 840 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 841 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
[13713] | 842 | this.runsTabPage.ResumeLayout(false);
|
---|
[12847] | 843 | this.okbTabPage.ResumeLayout(false);
|
---|
[12957] | 844 | this.problemInstancesTabPage.ResumeLayout(false);
|
---|
[13561] | 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();
|
---|
[8955] | 850 | this.ResumeLayout(false);
|
---|
| 851 |
|
---|
| 852 | }
|
---|
| 853 |
|
---|
| 854 | #endregion
|
---|
| 855 |
|
---|
[12804] | 856 | private System.Windows.Forms.Label evaluationsLimitabel;
|
---|
| 857 | private System.Windows.Forms.TextBox maxEvaluationsTextBox;
|
---|
[8955] | 858 | private MainForm.WindowsForms.DragOverTabControl tabControl;
|
---|
[12804] | 859 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
[12847] | 860 | private HeuristicLab.Optimization.Views.RunCollectionView runsView;
|
---|
[12804] | 861 | private System.Windows.Forms.OpenFileDialog openFileDialog;
|
---|
[12847] | 862 | private System.Windows.Forms.TabPage problemTabPage;
|
---|
| 863 | private MainForm.WindowsForms.ViewHost problemViewHost;
|
---|
[13713] | 864 | private System.Windows.Forms.TabPage solversTabPage;
|
---|
[12847] | 865 | private System.Windows.Forms.Label algorithmSuggestionLabel;
|
---|
| 866 | private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
|
---|
| 867 | private System.Windows.Forms.TabPage okbTabPage;
|
---|
[12957] | 868 | private System.Windows.Forms.TabPage problemInstancesTabPage;
|
---|
[13475] | 869 | private System.Windows.Forms.Button refreshMapButton;
|
---|
| 870 | private System.Windows.Forms.Button okbDownloadButton;
|
---|
[13485] | 871 | private System.Windows.Forms.Panel progressPanel;
|
---|
[13551] | 872 | private MainForm.WindowsForms.ViewHost kbViewHost;
|
---|
| 873 | private System.Windows.Forms.Button algorithmStartButton;
|
---|
[13713] | 874 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl problemInstancesTabControl;
|
---|
[13561] | 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;
|
---|
[13713] | 879 | private System.Windows.Forms.Label projectionLabel;
|
---|
[13561] | 880 | private System.Windows.Forms.ComboBox projectionComboBox;
|
---|
[13663] | 881 | private System.Windows.Forms.TabPage solutionsTabPage;
|
---|
[13713] | 882 | private HeuristicLab.MainForm.WindowsForms.DragOverTabControl solutionsTabControl;
|
---|
[13663] | 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;
|
---|
[13668] | 894 | private Visualization.ChartControlsExtensions.EnhancedChart solutionsNetworkChart;
|
---|
| 895 | private System.Windows.Forms.Button algorithmCloneButton;
|
---|
[13713] | 896 | private System.Windows.Forms.Label solutionNameLabel;
|
---|
| 897 | private System.Windows.Forms.ComboBox solutionNameComboBox;
|
---|
[13718] | 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;
|
---|
[8955] | 909 | }
|
---|
| 910 | }
|
---|