[13720] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
| 3 | * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
| 4 | *
|
---|
| 5 | * This file is part of HeuristicLab.
|
---|
| 6 | *
|
---|
| 7 | * HeuristicLab is free software: you can redistribute it and/or modify
|
---|
| 8 | * it under the terms of the GNU General Public License as published by
|
---|
| 9 | * the Free Software Foundation, either version 3 of the License, or
|
---|
| 10 | * (at your option) any later version.
|
---|
| 11 | *
|
---|
| 12 | * HeuristicLab is distributed in the hope that it will be useful,
|
---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 15 | * GNU General Public License for more details.
|
---|
| 16 | *
|
---|
| 17 | * You should have received a copy of the GNU General Public License
|
---|
| 18 | * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 19 | */
|
---|
| 20 | #endregion
|
---|
| 21 |
|
---|
| 22 | namespace HeuristicLab.OptimizationExpertSystem {
|
---|
| 23 | partial class SolverView {
|
---|
| 24 | /// <summary>
|
---|
| 25 | /// Required designer variable.
|
---|
| 26 | /// </summary>
|
---|
| 27 | private System.ComponentModel.IContainer components = null;
|
---|
| 28 |
|
---|
| 29 | /// <summary>
|
---|
| 30 | /// Clean up any resources being used.
|
---|
| 31 | /// </summary>
|
---|
| 32 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 33 | protected override void Dispose(bool disposing) {
|
---|
| 34 | if (disposing && (components != null)) {
|
---|
| 35 | components.Dispose();
|
---|
| 36 | }
|
---|
| 37 | base.Dispose(disposing);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | #region Component Designer generated code
|
---|
| 41 |
|
---|
| 42 | /// <summary>
|
---|
| 43 | /// Required method for Designer support - do not modify
|
---|
| 44 | /// the contents of this method with the code editor.
|
---|
| 45 | /// </summary>
|
---|
| 46 | private void InitializeComponent() {
|
---|
[13774] | 47 | WeifenLuo.WinFormsUI.Docking.DockPanelSkin dockPanelSkin2 = new WeifenLuo.WinFormsUI.Docking.DockPanelSkin();
|
---|
| 48 | WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin autoHideStripSkin2 = new WeifenLuo.WinFormsUI.Docking.AutoHideStripSkin();
|
---|
| 49 | WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient4 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
|
---|
| 50 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient8 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
| 51 | WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin dockPaneStripSkin2 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripSkin();
|
---|
| 52 | WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient dockPaneStripGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripGradient();
|
---|
| 53 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient9 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
| 54 | WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient5 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
|
---|
| 55 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient10 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
| 56 | WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient dockPaneStripToolWindowGradient2 = new WeifenLuo.WinFormsUI.Docking.DockPaneStripToolWindowGradient();
|
---|
| 57 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient11 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
| 58 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient12 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
| 59 | WeifenLuo.WinFormsUI.Docking.DockPanelGradient dockPanelGradient6 = new WeifenLuo.WinFormsUI.Docking.DockPanelGradient();
|
---|
| 60 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient13 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
| 61 | WeifenLuo.WinFormsUI.Docking.TabGradient tabGradient14 = new WeifenLuo.WinFormsUI.Docking.TabGradient();
|
---|
[13759] | 62 | this.minTargetView = new HeuristicLab.Data.Views.StringConvertibleValueView();
|
---|
| 63 | this.maxEvaluationsView = new HeuristicLab.Data.Views.StringConvertibleValueView();
|
---|
| 64 | this.algorithmCloneButton = new System.Windows.Forms.Button();
|
---|
[13720] | 65 | this.seedingStrategyPanel = new System.Windows.Forms.Panel();
|
---|
| 66 | this.solverTabControl = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
|
---|
| 67 | this.resultsTabPage = new System.Windows.Forms.TabPage();
|
---|
[13722] | 68 | this.showOnlyFinalResultCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 69 | this.resultsDockPanel = new WeifenLuo.WinFormsUI.Docking.DockPanel();
|
---|
| 70 | this.runsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 71 | this.runsView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
[13759] | 72 | this.seededRunsTabPage = new System.Windows.Forms.TabPage();
|
---|
| 73 | this.seededRunsView = new HeuristicLab.Optimization.Views.RunCollectionView();
|
---|
[13720] | 74 | this.solutionSeedingTabPage = new System.Windows.Forms.TabPage();
|
---|
| 75 | this.parametersTabPage = new System.Windows.Forms.TabPage();
|
---|
| 76 | this.solverParametersView = new HeuristicLab.Core.Views.ParameterCollectionView();
|
---|
| 77 | this.operatorGraphTabPage = new System.Windows.Forms.TabPage();
|
---|
| 78 | this.operatorGraphViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 79 | this.algorithmStartButton = new System.Windows.Forms.Button();
|
---|
[13759] | 80 | this.minimumTargetLabel = new System.Windows.Forms.Label();
|
---|
| 81 | this.seedingStrategyLabel = new System.Windows.Forms.Label();
|
---|
[13720] | 82 | this.evaluationsLimitabel = new System.Windows.Forms.Label();
|
---|
[13774] | 83 | this.recommenderLabel = new System.Windows.Forms.Label();
|
---|
[13720] | 84 | this.suggestedInstancesComboBox = new System.Windows.Forms.ComboBox();
|
---|
[13774] | 85 | this.recommenderComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 86 | this.solverSplitContainer = new System.Windows.Forms.SplitContainer();
|
---|
| 87 | this.recommenderViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
| 88 | this.instanceLabel = new System.Windows.Forms.Label();
|
---|
| 89 | this.recommendRefreshButton = new System.Windows.Forms.Button();
|
---|
[13720] | 90 | this.solverTabControl.SuspendLayout();
|
---|
| 91 | this.resultsTabPage.SuspendLayout();
|
---|
[13722] | 92 | this.runsTabPage.SuspendLayout();
|
---|
[13759] | 93 | this.seededRunsTabPage.SuspendLayout();
|
---|
[13720] | 94 | this.parametersTabPage.SuspendLayout();
|
---|
| 95 | this.operatorGraphTabPage.SuspendLayout();
|
---|
[13774] | 96 | ((System.ComponentModel.ISupportInitialize)(this.solverSplitContainer)).BeginInit();
|
---|
| 97 | this.solverSplitContainer.Panel1.SuspendLayout();
|
---|
| 98 | this.solverSplitContainer.Panel2.SuspendLayout();
|
---|
| 99 | this.solverSplitContainer.SuspendLayout();
|
---|
[13720] | 100 | this.SuspendLayout();
|
---|
| 101 | //
|
---|
[13759] | 102 | // minTargetView
|
---|
| 103 | //
|
---|
| 104 | this.minTargetView.Caption = "StringConvertibleValue View";
|
---|
| 105 | this.minTargetView.Content = null;
|
---|
| 106 | this.minTargetView.LabelVisible = false;
|
---|
| 107 | this.minTargetView.Location = new System.Drawing.Point(431, 3);
|
---|
| 108 | this.minTargetView.Name = "minTargetView";
|
---|
| 109 | this.minTargetView.ReadOnly = false;
|
---|
| 110 | this.minTargetView.Size = new System.Drawing.Size(255, 21);
|
---|
| 111 | this.minTargetView.TabIndex = 16;
|
---|
| 112 | //
|
---|
| 113 | // maxEvaluationsView
|
---|
| 114 | //
|
---|
| 115 | this.maxEvaluationsView.Caption = "StringConvertibleValue View";
|
---|
| 116 | this.maxEvaluationsView.Content = null;
|
---|
| 117 | this.maxEvaluationsView.LabelVisible = false;
|
---|
| 118 | this.maxEvaluationsView.Location = new System.Drawing.Point(91, 3);
|
---|
| 119 | this.maxEvaluationsView.Name = "maxEvaluationsView";
|
---|
| 120 | this.maxEvaluationsView.ReadOnly = false;
|
---|
| 121 | this.maxEvaluationsView.Size = new System.Drawing.Size(255, 21);
|
---|
| 122 | this.maxEvaluationsView.TabIndex = 16;
|
---|
| 123 | //
|
---|
| 124 | // algorithmCloneButton
|
---|
| 125 | //
|
---|
[13774] | 126 | this.algorithmCloneButton.Location = new System.Drawing.Point(123, 60);
|
---|
[13759] | 127 | this.algorithmCloneButton.Name = "algorithmCloneButton";
|
---|
| 128 | this.algorithmCloneButton.Size = new System.Drawing.Size(26, 23);
|
---|
| 129 | this.algorithmCloneButton.TabIndex = 15;
|
---|
| 130 | this.algorithmCloneButton.Text = "Clone";
|
---|
| 131 | this.algorithmCloneButton.UseVisualStyleBackColor = true;
|
---|
| 132 | this.algorithmCloneButton.Click += new System.EventHandler(this.AlgorithmCloneButtonOnClick);
|
---|
| 133 | //
|
---|
[13720] | 134 | // seedingStrategyPanel
|
---|
| 135 | //
|
---|
| 136 | this.seedingStrategyPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 137 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 138 | this.seedingStrategyPanel.Location = new System.Drawing.Point(108, 29);
|
---|
| 139 | this.seedingStrategyPanel.Name = "seedingStrategyPanel";
|
---|
| 140 | this.seedingStrategyPanel.Size = new System.Drawing.Size(741, 21);
|
---|
| 141 | this.seedingStrategyPanel.TabIndex = 12;
|
---|
| 142 | //
|
---|
| 143 | // solverTabControl
|
---|
| 144 | //
|
---|
| 145 | this.solverTabControl.AllowDrop = true;
|
---|
| 146 | this.solverTabControl.Controls.Add(this.resultsTabPage);
|
---|
| 147 | this.solverTabControl.Controls.Add(this.runsTabPage);
|
---|
[13722] | 148 | this.solverTabControl.Controls.Add(this.seededRunsTabPage);
|
---|
[13720] | 149 | this.solverTabControl.Controls.Add(this.solutionSeedingTabPage);
|
---|
| 150 | this.solverTabControl.Controls.Add(this.parametersTabPage);
|
---|
| 151 | this.solverTabControl.Controls.Add(this.operatorGraphTabPage);
|
---|
[13774] | 152 | this.solverTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 153 | this.solverTabControl.Location = new System.Drawing.Point(3, 3);
|
---|
[13720] | 154 | this.solverTabControl.Name = "solverTabControl";
|
---|
| 155 | this.solverTabControl.SelectedIndex = 0;
|
---|
[13774] | 156 | this.solverTabControl.Size = new System.Drawing.Size(556, 502);
|
---|
[13720] | 157 | this.solverTabControl.TabIndex = 11;
|
---|
| 158 | //
|
---|
| 159 | // resultsTabPage
|
---|
| 160 | //
|
---|
[13722] | 161 | this.resultsTabPage.Controls.Add(this.showOnlyFinalResultCheckBox);
|
---|
| 162 | this.resultsTabPage.Controls.Add(this.resultsDockPanel);
|
---|
[13720] | 163 | this.resultsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 164 | this.resultsTabPage.Name = "resultsTabPage";
|
---|
| 165 | this.resultsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[13774] | 166 | this.resultsTabPage.Size = new System.Drawing.Size(548, 476);
|
---|
[13720] | 167 | this.resultsTabPage.TabIndex = 2;
|
---|
| 168 | this.resultsTabPage.Text = "Results";
|
---|
| 169 | this.resultsTabPage.UseVisualStyleBackColor = true;
|
---|
| 170 | //
|
---|
[13722] | 171 | // showOnlyFinalResultCheckBox
|
---|
[13720] | 172 | //
|
---|
[13722] | 173 | this.showOnlyFinalResultCheckBox.AutoSize = true;
|
---|
[13774] | 174 | this.showOnlyFinalResultCheckBox.Checked = true;
|
---|
| 175 | this.showOnlyFinalResultCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
[13722] | 176 | this.showOnlyFinalResultCheckBox.Location = new System.Drawing.Point(6, 6);
|
---|
| 177 | this.showOnlyFinalResultCheckBox.Name = "showOnlyFinalResultCheckBox";
|
---|
| 178 | this.showOnlyFinalResultCheckBox.Size = new System.Drawing.Size(158, 17);
|
---|
| 179 | this.showOnlyFinalResultCheckBox.TabIndex = 1;
|
---|
| 180 | this.showOnlyFinalResultCheckBox.Text = "show only final result (faster)";
|
---|
| 181 | this.showOnlyFinalResultCheckBox.UseVisualStyleBackColor = true;
|
---|
[13720] | 182 | //
|
---|
[13722] | 183 | // resultsDockPanel
|
---|
| 184 | //
|
---|
| 185 | this.resultsDockPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 186 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 187 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 188 | this.resultsDockPanel.DocumentStyle = WeifenLuo.WinFormsUI.Docking.DocumentStyle.DockingWindow;
|
---|
| 189 | this.resultsDockPanel.Location = new System.Drawing.Point(3, 29);
|
---|
| 190 | this.resultsDockPanel.Name = "resultsDockPanel";
|
---|
[13774] | 191 | this.resultsDockPanel.Size = new System.Drawing.Size(542, 444);
|
---|
| 192 | dockPanelGradient4.EndColor = System.Drawing.SystemColors.ControlLight;
|
---|
| 193 | dockPanelGradient4.StartColor = System.Drawing.SystemColors.ControlLight;
|
---|
| 194 | autoHideStripSkin2.DockStripGradient = dockPanelGradient4;
|
---|
| 195 | tabGradient8.EndColor = System.Drawing.SystemColors.Control;
|
---|
| 196 | tabGradient8.StartColor = System.Drawing.SystemColors.Control;
|
---|
| 197 | tabGradient8.TextColor = System.Drawing.SystemColors.ControlDarkDark;
|
---|
| 198 | autoHideStripSkin2.TabGradient = tabGradient8;
|
---|
| 199 | autoHideStripSkin2.TextFont = new System.Drawing.Font("Segoe UI", 9F);
|
---|
| 200 | dockPanelSkin2.AutoHideStripSkin = autoHideStripSkin2;
|
---|
| 201 | tabGradient9.EndColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
| 202 | tabGradient9.StartColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
| 203 | tabGradient9.TextColor = System.Drawing.SystemColors.ControlText;
|
---|
| 204 | dockPaneStripGradient2.ActiveTabGradient = tabGradient9;
|
---|
| 205 | dockPanelGradient5.EndColor = System.Drawing.SystemColors.Control;
|
---|
| 206 | dockPanelGradient5.StartColor = System.Drawing.SystemColors.Control;
|
---|
| 207 | dockPaneStripGradient2.DockStripGradient = dockPanelGradient5;
|
---|
| 208 | tabGradient10.EndColor = System.Drawing.SystemColors.ControlLight;
|
---|
| 209 | tabGradient10.StartColor = System.Drawing.SystemColors.ControlLight;
|
---|
| 210 | tabGradient10.TextColor = System.Drawing.SystemColors.ControlText;
|
---|
| 211 | dockPaneStripGradient2.InactiveTabGradient = tabGradient10;
|
---|
| 212 | dockPaneStripSkin2.DocumentGradient = dockPaneStripGradient2;
|
---|
| 213 | dockPaneStripSkin2.TextFont = new System.Drawing.Font("Segoe UI", 9F);
|
---|
| 214 | tabGradient11.EndColor = System.Drawing.SystemColors.ActiveCaption;
|
---|
| 215 | tabGradient11.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
---|
| 216 | tabGradient11.StartColor = System.Drawing.SystemColors.GradientActiveCaption;
|
---|
| 217 | tabGradient11.TextColor = System.Drawing.SystemColors.ActiveCaptionText;
|
---|
| 218 | dockPaneStripToolWindowGradient2.ActiveCaptionGradient = tabGradient11;
|
---|
| 219 | tabGradient12.EndColor = System.Drawing.SystemColors.Control;
|
---|
| 220 | tabGradient12.StartColor = System.Drawing.SystemColors.Control;
|
---|
| 221 | tabGradient12.TextColor = System.Drawing.SystemColors.ControlText;
|
---|
| 222 | dockPaneStripToolWindowGradient2.ActiveTabGradient = tabGradient12;
|
---|
| 223 | dockPanelGradient6.EndColor = System.Drawing.SystemColors.ControlLight;
|
---|
| 224 | dockPanelGradient6.StartColor = System.Drawing.SystemColors.ControlLight;
|
---|
| 225 | dockPaneStripToolWindowGradient2.DockStripGradient = dockPanelGradient6;
|
---|
| 226 | tabGradient13.EndColor = System.Drawing.SystemColors.InactiveCaption;
|
---|
| 227 | tabGradient13.LinearGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
|
---|
| 228 | tabGradient13.StartColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
---|
| 229 | tabGradient13.TextColor = System.Drawing.SystemColors.InactiveCaptionText;
|
---|
| 230 | dockPaneStripToolWindowGradient2.InactiveCaptionGradient = tabGradient13;
|
---|
| 231 | tabGradient14.EndColor = System.Drawing.Color.Transparent;
|
---|
| 232 | tabGradient14.StartColor = System.Drawing.Color.Transparent;
|
---|
| 233 | tabGradient14.TextColor = System.Drawing.SystemColors.ControlDarkDark;
|
---|
| 234 | dockPaneStripToolWindowGradient2.InactiveTabGradient = tabGradient14;
|
---|
| 235 | dockPaneStripSkin2.ToolWindowGradient = dockPaneStripToolWindowGradient2;
|
---|
| 236 | dockPanelSkin2.DockPaneStripSkin = dockPaneStripSkin2;
|
---|
| 237 | this.resultsDockPanel.Skin = dockPanelSkin2;
|
---|
[13722] | 238 | this.resultsDockPanel.TabIndex = 0;
|
---|
| 239 | //
|
---|
| 240 | // runsTabPage
|
---|
| 241 | //
|
---|
| 242 | this.runsTabPage.Controls.Add(this.runsView);
|
---|
| 243 | this.runsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 244 | this.runsTabPage.Name = "runsTabPage";
|
---|
| 245 | this.runsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[13774] | 246 | this.runsTabPage.Size = new System.Drawing.Size(548, 476);
|
---|
[13722] | 247 | this.runsTabPage.TabIndex = 4;
|
---|
| 248 | this.runsTabPage.Text = "Runs";
|
---|
| 249 | this.runsTabPage.UseVisualStyleBackColor = true;
|
---|
| 250 | //
|
---|
| 251 | // runsView
|
---|
| 252 | //
|
---|
| 253 | this.runsView.Caption = "RunCollection View";
|
---|
| 254 | this.runsView.Content = null;
|
---|
| 255 | this.runsView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 256 | this.runsView.Location = new System.Drawing.Point(3, 3);
|
---|
| 257 | this.runsView.Name = "runsView";
|
---|
| 258 | this.runsView.ReadOnly = false;
|
---|
[13774] | 259 | this.runsView.Size = new System.Drawing.Size(542, 470);
|
---|
[13722] | 260 | this.runsView.TabIndex = 0;
|
---|
| 261 | //
|
---|
[13759] | 262 | // seededRunsTabPage
|
---|
| 263 | //
|
---|
| 264 | this.seededRunsTabPage.Controls.Add(this.seededRunsView);
|
---|
| 265 | this.seededRunsTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 266 | this.seededRunsTabPage.Name = "seededRunsTabPage";
|
---|
| 267 | this.seededRunsTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[13774] | 268 | this.seededRunsTabPage.Size = new System.Drawing.Size(548, 476);
|
---|
[13759] | 269 | this.seededRunsTabPage.TabIndex = 5;
|
---|
| 270 | this.seededRunsTabPage.Text = "Seeded Runs";
|
---|
| 271 | this.seededRunsTabPage.UseVisualStyleBackColor = true;
|
---|
| 272 | //
|
---|
| 273 | // seededRunsView
|
---|
| 274 | //
|
---|
| 275 | this.seededRunsView.Caption = "RunCollection View";
|
---|
| 276 | this.seededRunsView.Content = null;
|
---|
| 277 | this.seededRunsView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 278 | this.seededRunsView.Location = new System.Drawing.Point(3, 3);
|
---|
| 279 | this.seededRunsView.Name = "seededRunsView";
|
---|
| 280 | this.seededRunsView.ReadOnly = false;
|
---|
[13774] | 281 | this.seededRunsView.Size = new System.Drawing.Size(542, 470);
|
---|
[13759] | 282 | this.seededRunsView.TabIndex = 1;
|
---|
| 283 | //
|
---|
[13720] | 284 | // solutionSeedingTabPage
|
---|
| 285 | //
|
---|
| 286 | this.solutionSeedingTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 287 | this.solutionSeedingTabPage.Name = "solutionSeedingTabPage";
|
---|
| 288 | this.solutionSeedingTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[13774] | 289 | this.solutionSeedingTabPage.Size = new System.Drawing.Size(548, 476);
|
---|
[13720] | 290 | this.solutionSeedingTabPage.TabIndex = 1;
|
---|
| 291 | this.solutionSeedingTabPage.Text = "Seeding Pool";
|
---|
| 292 | this.solutionSeedingTabPage.UseVisualStyleBackColor = true;
|
---|
| 293 | //
|
---|
| 294 | // parametersTabPage
|
---|
| 295 | //
|
---|
| 296 | this.parametersTabPage.Controls.Add(this.solverParametersView);
|
---|
| 297 | this.parametersTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 298 | this.parametersTabPage.Name = "parametersTabPage";
|
---|
| 299 | this.parametersTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[13774] | 300 | this.parametersTabPage.Size = new System.Drawing.Size(548, 476);
|
---|
[13720] | 301 | this.parametersTabPage.TabIndex = 0;
|
---|
| 302 | this.parametersTabPage.Text = "Parameters";
|
---|
| 303 | this.parametersTabPage.UseVisualStyleBackColor = true;
|
---|
| 304 | //
|
---|
| 305 | // solverParametersView
|
---|
| 306 | //
|
---|
| 307 | this.solverParametersView.AllowEditingOfHiddenParameters = true;
|
---|
| 308 | this.solverParametersView.Caption = "ParameterCollection View";
|
---|
| 309 | this.solverParametersView.Content = null;
|
---|
| 310 | this.solverParametersView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 311 | this.solverParametersView.Location = new System.Drawing.Point(3, 3);
|
---|
| 312 | this.solverParametersView.Name = "solverParametersView";
|
---|
| 313 | this.solverParametersView.ReadOnly = true;
|
---|
| 314 | this.solverParametersView.ShowDetails = true;
|
---|
[13774] | 315 | this.solverParametersView.Size = new System.Drawing.Size(542, 470);
|
---|
[13720] | 316 | this.solverParametersView.TabIndex = 0;
|
---|
| 317 | //
|
---|
| 318 | // operatorGraphTabPage
|
---|
| 319 | //
|
---|
| 320 | this.operatorGraphTabPage.Controls.Add(this.operatorGraphViewHost);
|
---|
| 321 | this.operatorGraphTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 322 | this.operatorGraphTabPage.Name = "operatorGraphTabPage";
|
---|
| 323 | this.operatorGraphTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[13774] | 324 | this.operatorGraphTabPage.Size = new System.Drawing.Size(548, 476);
|
---|
[13720] | 325 | this.operatorGraphTabPage.TabIndex = 3;
|
---|
| 326 | this.operatorGraphTabPage.Text = "Operator Graph";
|
---|
| 327 | this.operatorGraphTabPage.UseVisualStyleBackColor = true;
|
---|
| 328 | //
|
---|
| 329 | // operatorGraphViewHost
|
---|
| 330 | //
|
---|
| 331 | this.operatorGraphViewHost.Caption = "View";
|
---|
| 332 | this.operatorGraphViewHost.Content = null;
|
---|
| 333 | this.operatorGraphViewHost.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 334 | this.operatorGraphViewHost.Enabled = false;
|
---|
| 335 | this.operatorGraphViewHost.Location = new System.Drawing.Point(3, 3);
|
---|
| 336 | this.operatorGraphViewHost.Name = "operatorGraphViewHost";
|
---|
| 337 | this.operatorGraphViewHost.ReadOnly = true;
|
---|
[13774] | 338 | this.operatorGraphViewHost.Size = new System.Drawing.Size(542, 470);
|
---|
[13720] | 339 | this.operatorGraphViewHost.TabIndex = 0;
|
---|
| 340 | this.operatorGraphViewHost.ViewsLabelVisible = true;
|
---|
| 341 | this.operatorGraphViewHost.ViewType = null;
|
---|
| 342 | //
|
---|
| 343 | // algorithmStartButton
|
---|
| 344 | //
|
---|
[13774] | 345 | this.algorithmStartButton.Location = new System.Drawing.Point(91, 60);
|
---|
[13720] | 346 | this.algorithmStartButton.Name = "algorithmStartButton";
|
---|
| 347 | this.algorithmStartButton.Size = new System.Drawing.Size(26, 23);
|
---|
| 348 | this.algorithmStartButton.TabIndex = 10;
|
---|
| 349 | this.algorithmStartButton.Text = "Start";
|
---|
| 350 | this.algorithmStartButton.UseVisualStyleBackColor = true;
|
---|
| 351 | this.algorithmStartButton.Click += new System.EventHandler(this.AlgorithmStartButtonOnClick);
|
---|
| 352 | //
|
---|
[13759] | 353 | // minimumTargetLabel
|
---|
[13720] | 354 | //
|
---|
[13759] | 355 | this.minimumTargetLabel.AutoSize = true;
|
---|
| 356 | this.minimumTargetLabel.Location = new System.Drawing.Point(384, 6);
|
---|
| 357 | this.minimumTargetLabel.Name = "minimumTargetLabel";
|
---|
| 358 | this.minimumTargetLabel.Size = new System.Drawing.Size(41, 13);
|
---|
| 359 | this.minimumTargetLabel.TabIndex = 13;
|
---|
| 360 | this.minimumTargetLabel.Text = "Target:";
|
---|
[13720] | 361 | //
|
---|
[13759] | 362 | // seedingStrategyLabel
|
---|
| 363 | //
|
---|
| 364 | this.seedingStrategyLabel.AutoSize = true;
|
---|
| 365 | this.seedingStrategyLabel.Location = new System.Drawing.Point(3, 33);
|
---|
| 366 | this.seedingStrategyLabel.Name = "seedingStrategyLabel";
|
---|
| 367 | this.seedingStrategyLabel.Size = new System.Drawing.Size(91, 13);
|
---|
| 368 | this.seedingStrategyLabel.TabIndex = 8;
|
---|
| 369 | this.seedingStrategyLabel.Text = "Seeding Strategy:";
|
---|
| 370 | //
|
---|
[13720] | 371 | // evaluationsLimitabel
|
---|
| 372 | //
|
---|
| 373 | this.evaluationsLimitabel.AutoSize = true;
|
---|
| 374 | this.evaluationsLimitabel.Location = new System.Drawing.Point(3, 6);
|
---|
| 375 | this.evaluationsLimitabel.Name = "evaluationsLimitabel";
|
---|
| 376 | this.evaluationsLimitabel.Size = new System.Drawing.Size(66, 13);
|
---|
| 377 | this.evaluationsLimitabel.TabIndex = 13;
|
---|
| 378 | this.evaluationsLimitabel.Text = "Budget (FE):";
|
---|
| 379 | //
|
---|
[13774] | 380 | // recommenderLabel
|
---|
[13720] | 381 | //
|
---|
[13774] | 382 | this.recommenderLabel.AutoSize = true;
|
---|
| 383 | this.recommenderLabel.Location = new System.Drawing.Point(6, 9);
|
---|
| 384 | this.recommenderLabel.Name = "recommenderLabel";
|
---|
| 385 | this.recommenderLabel.Size = new System.Drawing.Size(79, 13);
|
---|
| 386 | this.recommenderLabel.TabIndex = 9;
|
---|
| 387 | this.recommenderLabel.Text = "Recommender:";
|
---|
[13720] | 388 | //
|
---|
| 389 | // suggestedInstancesComboBox
|
---|
| 390 | //
|
---|
| 391 | this.suggestedInstancesComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 392 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 393 | this.suggestedInstancesComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 394 | this.suggestedInstancesComboBox.FormattingEnabled = true;
|
---|
[13774] | 395 | this.suggestedInstancesComboBox.Location = new System.Drawing.Point(91, 33);
|
---|
[13720] | 396 | this.suggestedInstancesComboBox.Name = "suggestedInstancesComboBox";
|
---|
[13774] | 397 | this.suggestedInstancesComboBox.Size = new System.Drawing.Size(186, 21);
|
---|
[13720] | 398 | this.suggestedInstancesComboBox.TabIndex = 7;
|
---|
| 399 | this.suggestedInstancesComboBox.SelectedIndexChanged += new System.EventHandler(this.SuggestedInstancesComboBoxOnSelectedIndexChanged);
|
---|
| 400 | //
|
---|
[13774] | 401 | // recommenderComboBox
|
---|
| 402 | //
|
---|
| 403 | this.recommenderComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 404 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 405 | this.recommenderComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 406 | this.recommenderComboBox.FormattingEnabled = true;
|
---|
| 407 | this.recommenderComboBox.Location = new System.Drawing.Point(91, 6);
|
---|
| 408 | this.recommenderComboBox.Name = "recommenderComboBox";
|
---|
| 409 | this.recommenderComboBox.Size = new System.Drawing.Size(154, 21);
|
---|
| 410 | this.recommenderComboBox.TabIndex = 7;
|
---|
| 411 | this.recommenderComboBox.SelectedIndexChanged += new System.EventHandler(this.RecommenderComboBoxOnSelectedIndexChanged);
|
---|
| 412 | //
|
---|
| 413 | // solverSplitContainer
|
---|
| 414 | //
|
---|
| 415 | this.solverSplitContainer.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 416 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 417 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 418 | this.solverSplitContainer.Location = new System.Drawing.Point(0, 56);
|
---|
| 419 | this.solverSplitContainer.Name = "solverSplitContainer";
|
---|
| 420 | //
|
---|
| 421 | // solverSplitContainer.Panel1
|
---|
| 422 | //
|
---|
| 423 | this.solverSplitContainer.Panel1.Controls.Add(this.recommenderViewHost);
|
---|
| 424 | this.solverSplitContainer.Panel1.Controls.Add(this.instanceLabel);
|
---|
| 425 | this.solverSplitContainer.Panel1.Controls.Add(this.recommenderLabel);
|
---|
| 426 | this.solverSplitContainer.Panel1.Controls.Add(this.recommenderComboBox);
|
---|
| 427 | this.solverSplitContainer.Panel1.Controls.Add(this.algorithmCloneButton);
|
---|
| 428 | this.solverSplitContainer.Panel1.Controls.Add(this.suggestedInstancesComboBox);
|
---|
| 429 | this.solverSplitContainer.Panel1.Controls.Add(this.recommendRefreshButton);
|
---|
| 430 | this.solverSplitContainer.Panel1.Controls.Add(this.algorithmStartButton);
|
---|
| 431 | this.solverSplitContainer.Panel1.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 432 | //
|
---|
| 433 | // solverSplitContainer.Panel2
|
---|
| 434 | //
|
---|
| 435 | this.solverSplitContainer.Panel2.Controls.Add(this.solverTabControl);
|
---|
| 436 | this.solverSplitContainer.Panel2.Padding = new System.Windows.Forms.Padding(3);
|
---|
| 437 | this.solverSplitContainer.Size = new System.Drawing.Size(849, 508);
|
---|
| 438 | this.solverSplitContainer.SplitterDistance = 283;
|
---|
| 439 | this.solverSplitContainer.TabIndex = 17;
|
---|
| 440 | //
|
---|
| 441 | // recommenderViewHost
|
---|
| 442 | //
|
---|
| 443 | this.recommenderViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 444 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 445 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 446 | this.recommenderViewHost.Caption = "View";
|
---|
| 447 | this.recommenderViewHost.Content = null;
|
---|
| 448 | this.recommenderViewHost.Enabled = false;
|
---|
| 449 | this.recommenderViewHost.Location = new System.Drawing.Point(6, 89);
|
---|
| 450 | this.recommenderViewHost.Name = "recommenderViewHost";
|
---|
| 451 | this.recommenderViewHost.ReadOnly = false;
|
---|
| 452 | this.recommenderViewHost.Size = new System.Drawing.Size(271, 412);
|
---|
| 453 | this.recommenderViewHost.TabIndex = 16;
|
---|
| 454 | this.recommenderViewHost.ViewsLabelVisible = true;
|
---|
| 455 | this.recommenderViewHost.ViewType = null;
|
---|
| 456 | //
|
---|
| 457 | // instanceLabel
|
---|
| 458 | //
|
---|
| 459 | this.instanceLabel.AutoSize = true;
|
---|
| 460 | this.instanceLabel.Location = new System.Drawing.Point(6, 36);
|
---|
| 461 | this.instanceLabel.Name = "instanceLabel";
|
---|
| 462 | this.instanceLabel.Size = new System.Drawing.Size(51, 13);
|
---|
| 463 | this.instanceLabel.TabIndex = 9;
|
---|
| 464 | this.instanceLabel.Text = "Instance:";
|
---|
| 465 | //
|
---|
| 466 | // recommendRefreshButton
|
---|
| 467 | //
|
---|
| 468 | this.recommendRefreshButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 469 | this.recommendRefreshButton.Location = new System.Drawing.Point(251, 6);
|
---|
| 470 | this.recommendRefreshButton.Name = "recommendRefreshButton";
|
---|
| 471 | this.recommendRefreshButton.Size = new System.Drawing.Size(26, 23);
|
---|
| 472 | this.recommendRefreshButton.TabIndex = 10;
|
---|
| 473 | this.recommendRefreshButton.Text = "Start";
|
---|
| 474 | this.recommendRefreshButton.UseVisualStyleBackColor = true;
|
---|
| 475 | this.recommendRefreshButton.Click += new System.EventHandler(this.button1_Click);
|
---|
| 476 | //
|
---|
[13720] | 477 | // SolverView
|
---|
| 478 | //
|
---|
| 479 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
---|
| 480 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
---|
[13774] | 481 | this.Controls.Add(this.solverSplitContainer);
|
---|
[13759] | 482 | this.Controls.Add(this.minTargetView);
|
---|
[13722] | 483 | this.Controls.Add(this.maxEvaluationsView);
|
---|
[13720] | 484 | this.Controls.Add(this.seedingStrategyPanel);
|
---|
[13759] | 485 | this.Controls.Add(this.minimumTargetLabel);
|
---|
| 486 | this.Controls.Add(this.seedingStrategyLabel);
|
---|
[13720] | 487 | this.Controls.Add(this.evaluationsLimitabel);
|
---|
| 488 | this.Name = "SolverView";
|
---|
| 489 | this.Size = new System.Drawing.Size(849, 564);
|
---|
| 490 | this.solverTabControl.ResumeLayout(false);
|
---|
| 491 | this.resultsTabPage.ResumeLayout(false);
|
---|
[13722] | 492 | this.resultsTabPage.PerformLayout();
|
---|
| 493 | this.runsTabPage.ResumeLayout(false);
|
---|
[13759] | 494 | this.seededRunsTabPage.ResumeLayout(false);
|
---|
[13720] | 495 | this.parametersTabPage.ResumeLayout(false);
|
---|
| 496 | this.operatorGraphTabPage.ResumeLayout(false);
|
---|
[13774] | 497 | this.solverSplitContainer.Panel1.ResumeLayout(false);
|
---|
| 498 | this.solverSplitContainer.Panel1.PerformLayout();
|
---|
| 499 | this.solverSplitContainer.Panel2.ResumeLayout(false);
|
---|
| 500 | ((System.ComponentModel.ISupportInitialize)(this.solverSplitContainer)).EndInit();
|
---|
| 501 | this.solverSplitContainer.ResumeLayout(false);
|
---|
[13720] | 502 | this.ResumeLayout(false);
|
---|
| 503 | this.PerformLayout();
|
---|
| 504 |
|
---|
| 505 | }
|
---|
| 506 |
|
---|
| 507 | #endregion
|
---|
| 508 |
|
---|
| 509 | private System.Windows.Forms.Panel seedingStrategyPanel;
|
---|
| 510 | private MainForm.WindowsForms.DragOverTabControl solverTabControl;
|
---|
| 511 | private System.Windows.Forms.TabPage resultsTabPage;
|
---|
| 512 | private System.Windows.Forms.TabPage solutionSeedingTabPage;
|
---|
| 513 | private System.Windows.Forms.TabPage parametersTabPage;
|
---|
| 514 | private Core.Views.ParameterCollectionView solverParametersView;
|
---|
| 515 | private System.Windows.Forms.TabPage operatorGraphTabPage;
|
---|
| 516 | private MainForm.WindowsForms.ViewHost operatorGraphViewHost;
|
---|
| 517 | private System.Windows.Forms.Button algorithmStartButton;
|
---|
[13759] | 518 | private System.Windows.Forms.Label seedingStrategyLabel;
|
---|
[13720] | 519 | private System.Windows.Forms.Label evaluationsLimitabel;
|
---|
[13774] | 520 | private System.Windows.Forms.Label recommenderLabel;
|
---|
[13720] | 521 | private System.Windows.Forms.ComboBox suggestedInstancesComboBox;
|
---|
| 522 | private System.Windows.Forms.Button algorithmCloneButton;
|
---|
| 523 | private System.Windows.Forms.TabPage runsTabPage;
|
---|
| 524 | private Optimization.Views.RunCollectionView runsView;
|
---|
[13722] | 525 | private Data.Views.StringConvertibleValueView maxEvaluationsView;
|
---|
| 526 | private WeifenLuo.WinFormsUI.Docking.DockPanel resultsDockPanel;
|
---|
| 527 | private System.Windows.Forms.CheckBox showOnlyFinalResultCheckBox;
|
---|
| 528 | private System.Windows.Forms.TabPage seededRunsTabPage;
|
---|
| 529 | private Optimization.Views.RunCollectionView seededRunsView;
|
---|
[13759] | 530 | private System.Windows.Forms.Label minimumTargetLabel;
|
---|
| 531 | private Data.Views.StringConvertibleValueView minTargetView;
|
---|
[13774] | 532 | private System.Windows.Forms.ComboBox recommenderComboBox;
|
---|
| 533 | private System.Windows.Forms.SplitContainer solverSplitContainer;
|
---|
| 534 | private MainForm.WindowsForms.ViewHost recommenderViewHost;
|
---|
| 535 | private System.Windows.Forms.Label instanceLabel;
|
---|
| 536 | private System.Windows.Forms.Button recommendRefreshButton;
|
---|
[13720] | 537 | }
|
---|
| 538 | }
|
---|