[7980] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[15584] | 3 | * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[7980] | 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 | namespace HeuristicLab.Optimization.Views {
|
---|
[12803] | 22 | partial class RunCollectionRLDView {
|
---|
[7980] | 23 | /// <summary>
|
---|
| 24 | /// Required designer variable.
|
---|
| 25 | /// </summary>
|
---|
| 26 | private System.ComponentModel.IContainer components = null;
|
---|
| 27 |
|
---|
| 28 | /// <summary>
|
---|
| 29 | /// Clean up any resources being used.
|
---|
| 30 | /// </summary>
|
---|
| 31 | /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
---|
| 32 | protected override void Dispose(bool disposing) {
|
---|
| 33 | if (disposing && (components != null)) {
|
---|
| 34 | components.Dispose();
|
---|
| 35 | }
|
---|
| 36 | base.Dispose(disposing);
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | #region Component Designer generated code
|
---|
| 40 |
|
---|
| 41 | /// <summary>
|
---|
| 42 | /// Required method for Designer support - do not modify
|
---|
| 43 | /// the contents of this method with the code editor.
|
---|
| 44 | /// </summary>
|
---|
| 45 | private void InitializeComponent() {
|
---|
[12804] | 46 | this.components = new System.ComponentModel.Container();
|
---|
[15220] | 47 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
| 48 | System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend();
|
---|
[7980] | 49 | this.dataTableComboBox = new System.Windows.Forms.ComboBox();
|
---|
[12806] | 50 | this.dataTableLabel = new System.Windows.Forms.Label();
|
---|
| 51 | this.groupLabel = new System.Windows.Forms.Label();
|
---|
[12771] | 52 | this.groupComboBox = new System.Windows.Forms.ComboBox();
|
---|
[12838] | 53 | this.targetLogScalingCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[12804] | 54 | this.targetsTextBox = new System.Windows.Forms.TextBox();
|
---|
[12806] | 55 | this.targetsLabel = new System.Windows.Forms.Label();
|
---|
[12804] | 56 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
[12838] | 57 | this.addTargetsAsResultButton = new System.Windows.Forms.Button();
|
---|
[12806] | 58 | this.generateTargetsButton = new System.Windows.Forms.Button();
|
---|
| 59 | this.toolTip = new System.Windows.Forms.ToolTip(this.components);
|
---|
| 60 | this.budgetsLabel = new System.Windows.Forms.Label();
|
---|
| 61 | this.budgetsTextBox = new System.Windows.Forms.TextBox();
|
---|
[12838] | 62 | this.addBudgetsAsResultButton = new System.Windows.Forms.Button();
|
---|
[14101] | 63 | this.aggregateTargetsCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[12838] | 64 | this.tabControl = new System.Windows.Forms.TabControl();
|
---|
| 65 | this.byTargetTabPage = new System.Windows.Forms.TabPage();
|
---|
[15220] | 66 | this.relativeOrAbsoluteComboBox = new System.Windows.Forms.ComboBox();
|
---|
[14101] | 67 | this.targetChart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
[15220] | 68 | this.showLabelsCheckBox = new System.Windows.Forms.CheckBox();
|
---|
| 69 | this.markerCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[14101] | 70 | this.boundShadingCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[12838] | 71 | this.byCostTabPage = new System.Windows.Forms.TabPage();
|
---|
[14101] | 72 | this.byCostViewHost = new HeuristicLab.MainForm.WindowsForms.ViewHost();
|
---|
[12841] | 73 | this.budgetLogScalingCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[12838] | 74 | this.generateBudgetsButton = new System.Windows.Forms.Button();
|
---|
| 75 | this.byTableTabPage = new System.Windows.Forms.TabPage();
|
---|
[14101] | 76 | this.ertTableView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
[12841] | 77 | this.problemComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 78 | this.problemLabel = new System.Windows.Forms.Label();
|
---|
[12804] | 79 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[12838] | 80 | this.tabControl.SuspendLayout();
|
---|
| 81 | this.byTargetTabPage.SuspendLayout();
|
---|
[14101] | 82 | ((System.ComponentModel.ISupportInitialize)(this.targetChart)).BeginInit();
|
---|
[12838] | 83 | this.byCostTabPage.SuspendLayout();
|
---|
| 84 | this.byTableTabPage.SuspendLayout();
|
---|
[7980] | 85 | this.SuspendLayout();
|
---|
| 86 | //
|
---|
| 87 | // dataTableComboBox
|
---|
| 88 | //
|
---|
[12771] | 89 | this.dataTableComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7980] | 90 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 91 | this.dataTableComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 92 | this.dataTableComboBox.FormattingEnabled = true;
|
---|
[12841] | 93 | this.dataTableComboBox.Location = new System.Drawing.Point(69, 57);
|
---|
[7980] | 94 | this.dataTableComboBox.Name = "dataTableComboBox";
|
---|
[12838] | 95 | this.dataTableComboBox.Size = new System.Drawing.Size(582, 21);
|
---|
[12841] | 96 | this.dataTableComboBox.TabIndex = 5;
|
---|
[7980] | 97 | this.dataTableComboBox.SelectedIndexChanged += new System.EventHandler(this.dataTableComboBox_SelectedIndexChanged);
|
---|
| 98 | //
|
---|
[12806] | 99 | // dataTableLabel
|
---|
[7980] | 100 | //
|
---|
[12806] | 101 | this.dataTableLabel.AutoSize = true;
|
---|
[12841] | 102 | this.dataTableLabel.Location = new System.Drawing.Point(3, 60);
|
---|
[12806] | 103 | this.dataTableLabel.Name = "dataTableLabel";
|
---|
| 104 | this.dataTableLabel.Size = new System.Drawing.Size(60, 13);
|
---|
[12841] | 105 | this.dataTableLabel.TabIndex = 4;
|
---|
[12806] | 106 | this.dataTableLabel.Text = "DataTable:";
|
---|
[7980] | 107 | //
|
---|
[12806] | 108 | // groupLabel
|
---|
[7980] | 109 | //
|
---|
[12806] | 110 | this.groupLabel.AutoSize = true;
|
---|
| 111 | this.groupLabel.Location = new System.Drawing.Point(3, 6);
|
---|
| 112 | this.groupLabel.Name = "groupLabel";
|
---|
| 113 | this.groupLabel.Size = new System.Drawing.Size(39, 13);
|
---|
[12841] | 114 | this.groupLabel.TabIndex = 0;
|
---|
[12806] | 115 | this.groupLabel.Text = "Group:";
|
---|
[7980] | 116 | //
|
---|
[12771] | 117 | // groupComboBox
|
---|
[7980] | 118 | //
|
---|
[12771] | 119 | this.groupComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[7980] | 120 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[12771] | 121 | this.groupComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 122 | this.groupComboBox.FormattingEnabled = true;
|
---|
| 123 | this.groupComboBox.Location = new System.Drawing.Point(69, 3);
|
---|
| 124 | this.groupComboBox.Name = "groupComboBox";
|
---|
[12838] | 125 | this.groupComboBox.Size = new System.Drawing.Size(582, 21);
|
---|
[12841] | 126 | this.groupComboBox.TabIndex = 1;
|
---|
[12771] | 127 | this.groupComboBox.SelectedIndexChanged += new System.EventHandler(this.groupComboBox_SelectedIndexChanged);
|
---|
[7980] | 128 | //
|
---|
[12838] | 129 | // targetLogScalingCheckBox
|
---|
[7980] | 130 | //
|
---|
[12838] | 131 | this.targetLogScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 132 | this.targetLogScalingCheckBox.AutoSize = true;
|
---|
[12841] | 133 | this.targetLogScalingCheckBox.Location = new System.Drawing.Point(9, 364);
|
---|
[12838] | 134 | this.targetLogScalingCheckBox.Name = "targetLogScalingCheckBox";
|
---|
| 135 | this.targetLogScalingCheckBox.Size = new System.Drawing.Size(112, 17);
|
---|
[12841] | 136 | this.targetLogScalingCheckBox.TabIndex = 6;
|
---|
[12838] | 137 | this.targetLogScalingCheckBox.Text = "logarithmic scaling";
|
---|
| 138 | this.targetLogScalingCheckBox.UseVisualStyleBackColor = true;
|
---|
| 139 | this.targetLogScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
|
---|
[12771] | 140 | //
|
---|
[12804] | 141 | // targetsTextBox
|
---|
[12771] | 142 | //
|
---|
[12804] | 143 | this.targetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 144 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[12888] | 145 | this.targetsTextBox.Location = new System.Drawing.Point(59, 8);
|
---|
[12804] | 146 | this.targetsTextBox.Name = "targetsTextBox";
|
---|
[15220] | 147 | this.targetsTextBox.Size = new System.Drawing.Size(204, 20);
|
---|
[12841] | 148 | this.targetsTextBox.TabIndex = 1;
|
---|
[12806] | 149 | this.toolTip.SetToolTip(this.targetsTextBox, "The order of the targets is important, first to-hit targets\r\nshould be given firs" +
|
---|
| 150 | "t. The sequence should be monotonous.\r\n\r\nTargets should be separated by semicolo" +
|
---|
| 151 | "n, tab or space.");
|
---|
[12804] | 152 | this.targetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.targetsTextBox_Validating);
|
---|
| 153 | //
|
---|
[12806] | 154 | // targetsLabel
|
---|
[12804] | 155 | //
|
---|
[12806] | 156 | this.targetsLabel.AutoSize = true;
|
---|
[12838] | 157 | this.targetsLabel.Location = new System.Drawing.Point(6, 11);
|
---|
[12806] | 158 | this.targetsLabel.Name = "targetsLabel";
|
---|
| 159 | this.targetsLabel.Size = new System.Drawing.Size(46, 13);
|
---|
[12841] | 160 | this.targetsLabel.TabIndex = 0;
|
---|
[12806] | 161 | this.targetsLabel.Text = "Targets:";
|
---|
[12804] | 162 | //
|
---|
| 163 | // errorProvider
|
---|
| 164 | //
|
---|
| 165 | this.errorProvider.ContainerControl = this;
|
---|
| 166 | //
|
---|
[12838] | 167 | // addTargetsAsResultButton
|
---|
[12806] | 168 | //
|
---|
[12838] | 169 | this.addTargetsAsResultButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 170 | this.addTargetsAsResultButton.Location = new System.Drawing.Point(551, 6);
|
---|
| 171 | this.addTargetsAsResultButton.Name = "addTargetsAsResultButton";
|
---|
| 172 | this.addTargetsAsResultButton.Size = new System.Drawing.Size(89, 23);
|
---|
[12841] | 173 | this.addTargetsAsResultButton.TabIndex = 4;
|
---|
[12838] | 174 | this.addTargetsAsResultButton.Text = "Add as Result";
|
---|
| 175 | this.addTargetsAsResultButton.UseVisualStyleBackColor = true;
|
---|
| 176 | this.addTargetsAsResultButton.Click += new System.EventHandler(this.addTargetsAsResultButton_Click);
|
---|
[12806] | 177 | //
|
---|
| 178 | // generateTargetsButton
|
---|
| 179 | //
|
---|
| 180 | this.generateTargetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[12838] | 181 | this.generateTargetsButton.Location = new System.Drawing.Point(456, 6);
|
---|
[12806] | 182 | this.generateTargetsButton.Name = "generateTargetsButton";
|
---|
| 183 | this.generateTargetsButton.Size = new System.Drawing.Size(89, 23);
|
---|
[12841] | 184 | this.generateTargetsButton.TabIndex = 3;
|
---|
[12806] | 185 | this.generateTargetsButton.Text = "Generate...";
|
---|
| 186 | this.generateTargetsButton.UseVisualStyleBackColor = true;
|
---|
| 187 | this.generateTargetsButton.Click += new System.EventHandler(this.generateTargetsButton_Click);
|
---|
| 188 | //
|
---|
| 189 | // budgetsLabel
|
---|
| 190 | //
|
---|
| 191 | this.budgetsLabel.AutoSize = true;
|
---|
[12838] | 192 | this.budgetsLabel.Location = new System.Drawing.Point(6, 11);
|
---|
[12806] | 193 | this.budgetsLabel.Name = "budgetsLabel";
|
---|
| 194 | this.budgetsLabel.Size = new System.Drawing.Size(49, 13);
|
---|
| 195 | this.budgetsLabel.TabIndex = 1;
|
---|
| 196 | this.budgetsLabel.Text = "Budgets:";
|
---|
| 197 | //
|
---|
| 198 | // budgetsTextBox
|
---|
| 199 | //
|
---|
[12838] | 200 | this.budgetsTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
[12806] | 201 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[12888] | 202 | this.budgetsTextBox.Location = new System.Drawing.Point(59, 8);
|
---|
[12806] | 203 | this.budgetsTextBox.Name = "budgetsTextBox";
|
---|
[15220] | 204 | this.budgetsTextBox.Size = new System.Drawing.Size(391, 20);
|
---|
[12806] | 205 | this.budgetsTextBox.TabIndex = 6;
|
---|
[12838] | 206 | this.budgetsTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.budgetsTextBox_Validating);
|
---|
[12806] | 207 | //
|
---|
[12838] | 208 | // addBudgetsAsResultButton
|
---|
[12806] | 209 | //
|
---|
[12838] | 210 | this.addBudgetsAsResultButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 211 | this.addBudgetsAsResultButton.Location = new System.Drawing.Point(551, 6);
|
---|
| 212 | this.addBudgetsAsResultButton.Name = "addBudgetsAsResultButton";
|
---|
| 213 | this.addBudgetsAsResultButton.Size = new System.Drawing.Size(89, 23);
|
---|
| 214 | this.addBudgetsAsResultButton.TabIndex = 7;
|
---|
| 215 | this.addBudgetsAsResultButton.Text = "Add as Result";
|
---|
| 216 | this.addBudgetsAsResultButton.UseVisualStyleBackColor = true;
|
---|
| 217 | this.addBudgetsAsResultButton.Click += new System.EventHandler(this.addBudgetsAsResultButton_Click);
|
---|
[12806] | 218 | //
|
---|
[14101] | 219 | // aggregateTargetsCheckBox
|
---|
[12808] | 220 | //
|
---|
[14101] | 221 | this.aggregateTargetsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 222 | this.aggregateTargetsCheckBox.AutoSize = true;
|
---|
| 223 | this.aggregateTargetsCheckBox.Checked = true;
|
---|
| 224 | this.aggregateTargetsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
[15220] | 225 | this.aggregateTargetsCheckBox.Location = new System.Drawing.Point(374, 10);
|
---|
[14101] | 226 | this.aggregateTargetsCheckBox.Name = "aggregateTargetsCheckBox";
|
---|
| 227 | this.aggregateTargetsCheckBox.Size = new System.Drawing.Size(74, 17);
|
---|
| 228 | this.aggregateTargetsCheckBox.TabIndex = 2;
|
---|
| 229 | this.aggregateTargetsCheckBox.Text = "aggregate";
|
---|
| 230 | this.aggregateTargetsCheckBox.UseVisualStyleBackColor = true;
|
---|
| 231 | this.aggregateTargetsCheckBox.CheckedChanged += new System.EventHandler(this.aggregateTargetsCheckBox_CheckedChanged);
|
---|
[12808] | 232 | //
|
---|
[12838] | 233 | // tabControl
|
---|
| 234 | //
|
---|
| 235 | this.tabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 236 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 237 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 238 | this.tabControl.Controls.Add(this.byTargetTabPage);
|
---|
| 239 | this.tabControl.Controls.Add(this.byCostTabPage);
|
---|
| 240 | this.tabControl.Controls.Add(this.byTableTabPage);
|
---|
[12841] | 241 | this.tabControl.Location = new System.Drawing.Point(0, 84);
|
---|
[12838] | 242 | this.tabControl.Name = "tabControl";
|
---|
| 243 | this.tabControl.SelectedIndex = 0;
|
---|
[12841] | 244 | this.tabControl.Size = new System.Drawing.Size(654, 413);
|
---|
| 245 | this.tabControl.TabIndex = 6;
|
---|
[12838] | 246 | //
|
---|
| 247 | // byTargetTabPage
|
---|
| 248 | //
|
---|
[15220] | 249 | this.byTargetTabPage.Controls.Add(this.relativeOrAbsoluteComboBox);
|
---|
[14101] | 250 | this.byTargetTabPage.Controls.Add(this.targetChart);
|
---|
[15220] | 251 | this.byTargetTabPage.Controls.Add(this.showLabelsCheckBox);
|
---|
| 252 | this.byTargetTabPage.Controls.Add(this.markerCheckBox);
|
---|
[14101] | 253 | this.byTargetTabPage.Controls.Add(this.boundShadingCheckBox);
|
---|
[12838] | 254 | this.byTargetTabPage.Controls.Add(this.targetLogScalingCheckBox);
|
---|
| 255 | this.byTargetTabPage.Controls.Add(this.targetsLabel);
|
---|
[14101] | 256 | this.byTargetTabPage.Controls.Add(this.aggregateTargetsCheckBox);
|
---|
[12838] | 257 | this.byTargetTabPage.Controls.Add(this.targetsTextBox);
|
---|
| 258 | this.byTargetTabPage.Controls.Add(this.generateTargetsButton);
|
---|
| 259 | this.byTargetTabPage.Controls.Add(this.addTargetsAsResultButton);
|
---|
| 260 | this.byTargetTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 261 | this.byTargetTabPage.Name = "byTargetTabPage";
|
---|
| 262 | this.byTargetTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[12841] | 263 | this.byTargetTabPage.Size = new System.Drawing.Size(646, 387);
|
---|
[12838] | 264 | this.byTargetTabPage.TabIndex = 0;
|
---|
| 265 | this.byTargetTabPage.Text = "Performance by Target";
|
---|
| 266 | this.byTargetTabPage.UseVisualStyleBackColor = true;
|
---|
| 267 | //
|
---|
[15220] | 268 | // relativeOrAbsoluteComboBox
|
---|
| 269 | //
|
---|
| 270 | this.relativeOrAbsoluteComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 271 | this.relativeOrAbsoluteComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 272 | this.relativeOrAbsoluteComboBox.FormattingEnabled = true;
|
---|
| 273 | this.relativeOrAbsoluteComboBox.Items.AddRange(new object[] {
|
---|
| 274 | "relative",
|
---|
| 275 | "absolute"});
|
---|
| 276 | this.relativeOrAbsoluteComboBox.Location = new System.Drawing.Point(269, 8);
|
---|
| 277 | this.relativeOrAbsoluteComboBox.Name = "relativeOrAbsoluteComboBox";
|
---|
| 278 | this.relativeOrAbsoluteComboBox.Size = new System.Drawing.Size(99, 21);
|
---|
| 279 | this.relativeOrAbsoluteComboBox.TabIndex = 8;
|
---|
| 280 | this.relativeOrAbsoluteComboBox.SelectedIndexChanged += new System.EventHandler(this.relativeOrAbsoluteComboBox_SelectedIndexChanged);
|
---|
| 281 | //
|
---|
[14101] | 282 | // targetChart
|
---|
[12838] | 283 | //
|
---|
[14101] | 284 | this.targetChart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
[12838] | 285 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 286 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[15220] | 287 | chartArea2.AxisX.IsStartedFromZero = false;
|
---|
| 288 | chartArea2.AxisX.MinorGrid.Enabled = true;
|
---|
| 289 | chartArea2.AxisX.MinorGrid.LineColor = System.Drawing.Color.WhiteSmoke;
|
---|
| 290 | chartArea2.AxisX.MinorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
|
---|
| 291 | chartArea2.AxisY.Maximum = 1D;
|
---|
| 292 | chartArea2.AxisY.Minimum = 0D;
|
---|
| 293 | chartArea2.AxisY.MinorGrid.Enabled = true;
|
---|
| 294 | chartArea2.AxisY.MinorGrid.LineColor = System.Drawing.Color.WhiteSmoke;
|
---|
| 295 | chartArea2.AxisY.MinorGrid.LineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Dash;
|
---|
| 296 | chartArea2.Name = "ChartArea1";
|
---|
| 297 | this.targetChart.ChartAreas.Add(chartArea2);
|
---|
| 298 | legend2.Alignment = System.Drawing.StringAlignment.Center;
|
---|
| 299 | legend2.Docking = System.Windows.Forms.DataVisualization.Charting.Docking.Top;
|
---|
| 300 | legend2.Name = "Legend1";
|
---|
| 301 | this.targetChart.Legends.Add(legend2);
|
---|
[14101] | 302 | this.targetChart.Location = new System.Drawing.Point(6, 34);
|
---|
| 303 | this.targetChart.Name = "targetChart";
|
---|
| 304 | this.targetChart.Size = new System.Drawing.Size(634, 324);
|
---|
| 305 | this.targetChart.SuppressExceptions = true;
|
---|
| 306 | this.targetChart.TabIndex = 7;
|
---|
| 307 | this.targetChart.Text = "enhancedChart1";
|
---|
| 308 | this.targetChart.CustomizeLegend += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>(this.chart_CustomizeLegend);
|
---|
| 309 | this.targetChart.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart_MouseDown);
|
---|
| 310 | this.targetChart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
|
---|
[12838] | 311 | //
|
---|
[15220] | 312 | // showLabelsCheckBox
|
---|
| 313 | //
|
---|
| 314 | this.showLabelsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 315 | this.showLabelsCheckBox.AutoSize = true;
|
---|
| 316 | this.showLabelsCheckBox.Checked = true;
|
---|
| 317 | this.showLabelsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 318 | this.showLabelsCheckBox.Location = new System.Drawing.Point(329, 364);
|
---|
| 319 | this.showLabelsCheckBox.Name = "showLabelsCheckBox";
|
---|
| 320 | this.showLabelsCheckBox.Size = new System.Drawing.Size(81, 17);
|
---|
| 321 | this.showLabelsCheckBox.TabIndex = 6;
|
---|
| 322 | this.showLabelsCheckBox.Text = "show labels";
|
---|
| 323 | this.showLabelsCheckBox.UseVisualStyleBackColor = true;
|
---|
| 324 | this.showLabelsCheckBox.CheckedChanged += new System.EventHandler(this.showLabelsCheckBox_CheckedChanged);
|
---|
| 325 | //
|
---|
| 326 | // markerCheckBox
|
---|
| 327 | //
|
---|
| 328 | this.markerCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 329 | this.markerCheckBox.AutoSize = true;
|
---|
| 330 | this.markerCheckBox.Location = new System.Drawing.Point(229, 364);
|
---|
| 331 | this.markerCheckBox.Name = "markerCheckBox";
|
---|
| 332 | this.markerCheckBox.Size = new System.Drawing.Size(91, 17);
|
---|
| 333 | this.markerCheckBox.TabIndex = 6;
|
---|
| 334 | this.markerCheckBox.Text = "show markers";
|
---|
| 335 | this.markerCheckBox.UseVisualStyleBackColor = true;
|
---|
| 336 | this.markerCheckBox.CheckedChanged += new System.EventHandler(this.markerCheckBox_CheckedChanged);
|
---|
| 337 | //
|
---|
[14101] | 338 | // boundShadingCheckBox
|
---|
| 339 | //
|
---|
| 340 | this.boundShadingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 341 | this.boundShadingCheckBox.AutoSize = true;
|
---|
| 342 | this.boundShadingCheckBox.Checked = true;
|
---|
| 343 | this.boundShadingCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
| 344 | this.boundShadingCheckBox.Location = new System.Drawing.Point(127, 364);
|
---|
| 345 | this.boundShadingCheckBox.Name = "boundShadingCheckBox";
|
---|
| 346 | this.boundShadingCheckBox.Size = new System.Drawing.Size(96, 17);
|
---|
| 347 | this.boundShadingCheckBox.TabIndex = 6;
|
---|
| 348 | this.boundShadingCheckBox.Text = "bound shading";
|
---|
| 349 | this.boundShadingCheckBox.UseVisualStyleBackColor = true;
|
---|
| 350 | this.boundShadingCheckBox.CheckedChanged += new System.EventHandler(this.boundShadingCheckBox_CheckedChanged);
|
---|
| 351 | //
|
---|
[12838] | 352 | // byCostTabPage
|
---|
| 353 | //
|
---|
[14101] | 354 | this.byCostTabPage.Controls.Add(this.byCostViewHost);
|
---|
[12838] | 355 | this.byCostTabPage.Controls.Add(this.budgetLogScalingCheckBox);
|
---|
| 356 | this.byCostTabPage.Controls.Add(this.generateBudgetsButton);
|
---|
| 357 | this.byCostTabPage.Controls.Add(this.budgetsLabel);
|
---|
| 358 | this.byCostTabPage.Controls.Add(this.addBudgetsAsResultButton);
|
---|
| 359 | this.byCostTabPage.Controls.Add(this.budgetsTextBox);
|
---|
| 360 | this.byCostTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 361 | this.byCostTabPage.Name = "byCostTabPage";
|
---|
| 362 | this.byCostTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[12841] | 363 | this.byCostTabPage.Size = new System.Drawing.Size(646, 387);
|
---|
[12838] | 364 | this.byCostTabPage.TabIndex = 1;
|
---|
| 365 | this.byCostTabPage.Text = "Performance by Cost";
|
---|
| 366 | this.byCostTabPage.UseVisualStyleBackColor = true;
|
---|
| 367 | //
|
---|
[14101] | 368 | // byCostViewHost
|
---|
| 369 | //
|
---|
| 370 | this.byCostViewHost.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 371 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 372 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 373 | this.byCostViewHost.Caption = "View";
|
---|
| 374 | this.byCostViewHost.Content = null;
|
---|
| 375 | this.byCostViewHost.Enabled = false;
|
---|
| 376 | this.byCostViewHost.Location = new System.Drawing.Point(6, 34);
|
---|
| 377 | this.byCostViewHost.Name = "byCostViewHost";
|
---|
| 378 | this.byCostViewHost.ReadOnly = false;
|
---|
| 379 | this.byCostViewHost.Size = new System.Drawing.Size(634, 324);
|
---|
| 380 | this.byCostViewHost.TabIndex = 12;
|
---|
| 381 | this.byCostViewHost.ViewsLabelVisible = true;
|
---|
| 382 | this.byCostViewHost.ViewType = null;
|
---|
| 383 | //
|
---|
[12841] | 384 | // budgetLogScalingCheckBox
|
---|
| 385 | //
|
---|
| 386 | this.budgetLogScalingCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 387 | this.budgetLogScalingCheckBox.AutoSize = true;
|
---|
| 388 | this.budgetLogScalingCheckBox.Location = new System.Drawing.Point(9, 364);
|
---|
| 389 | this.budgetLogScalingCheckBox.Name = "budgetLogScalingCheckBox";
|
---|
| 390 | this.budgetLogScalingCheckBox.Size = new System.Drawing.Size(112, 17);
|
---|
| 391 | this.budgetLogScalingCheckBox.TabIndex = 11;
|
---|
| 392 | this.budgetLogScalingCheckBox.Text = "logarithmic scaling";
|
---|
| 393 | this.budgetLogScalingCheckBox.UseVisualStyleBackColor = true;
|
---|
| 394 | this.budgetLogScalingCheckBox.CheckedChanged += new System.EventHandler(this.logScalingCheckBox_CheckedChanged);
|
---|
| 395 | //
|
---|
[12838] | 396 | // generateBudgetsButton
|
---|
| 397 | //
|
---|
| 398 | this.generateBudgetsButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 399 | this.generateBudgetsButton.Location = new System.Drawing.Point(456, 6);
|
---|
| 400 | this.generateBudgetsButton.Name = "generateBudgetsButton";
|
---|
| 401 | this.generateBudgetsButton.Size = new System.Drawing.Size(89, 23);
|
---|
| 402 | this.generateBudgetsButton.TabIndex = 9;
|
---|
| 403 | this.generateBudgetsButton.Text = "Generate...";
|
---|
| 404 | this.generateBudgetsButton.UseVisualStyleBackColor = true;
|
---|
| 405 | this.generateBudgetsButton.Click += new System.EventHandler(this.generateBudgetsButton_Click);
|
---|
| 406 | //
|
---|
| 407 | // byTableTabPage
|
---|
| 408 | //
|
---|
[12888] | 409 | this.byTableTabPage.Controls.Add(this.ertTableView);
|
---|
[12838] | 410 | this.byTableTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 411 | this.byTableTabPage.Name = "byTableTabPage";
|
---|
| 412 | this.byTableTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[12841] | 413 | this.byTableTabPage.Size = new System.Drawing.Size(646, 387);
|
---|
[12838] | 414 | this.byTableTabPage.TabIndex = 2;
|
---|
| 415 | this.byTableTabPage.Text = "Expected Runtime Tables";
|
---|
| 416 | this.byTableTabPage.UseVisualStyleBackColor = true;
|
---|
| 417 | //
|
---|
[14101] | 418 | // ertTableView
|
---|
| 419 | //
|
---|
| 420 | this.ertTableView.Caption = "StringConvertibleMatrix View";
|
---|
| 421 | this.ertTableView.Content = null;
|
---|
| 422 | this.ertTableView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 423 | this.ertTableView.Location = new System.Drawing.Point(3, 3);
|
---|
| 424 | this.ertTableView.Name = "ertTableView";
|
---|
| 425 | this.ertTableView.ReadOnly = false;
|
---|
| 426 | this.ertTableView.ShowRowsAndColumnsTextBox = false;
|
---|
| 427 | this.ertTableView.ShowStatisticalInformation = false;
|
---|
| 428 | this.ertTableView.Size = new System.Drawing.Size(640, 381);
|
---|
| 429 | this.ertTableView.TabIndex = 0;
|
---|
| 430 | //
|
---|
[12841] | 431 | // problemComboBox
|
---|
[12838] | 432 | //
|
---|
[12841] | 433 | this.problemComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 434 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 435 | this.problemComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 436 | this.problemComboBox.FormattingEnabled = true;
|
---|
| 437 | this.problemComboBox.Location = new System.Drawing.Point(69, 30);
|
---|
| 438 | this.problemComboBox.Name = "problemComboBox";
|
---|
| 439 | this.problemComboBox.Size = new System.Drawing.Size(582, 21);
|
---|
| 440 | this.problemComboBox.TabIndex = 3;
|
---|
| 441 | this.problemComboBox.SelectedIndexChanged += new System.EventHandler(this.problemComboBox_SelectedIndexChanged);
|
---|
[12838] | 442 | //
|
---|
[12841] | 443 | // problemLabel
|
---|
| 444 | //
|
---|
| 445 | this.problemLabel.AutoSize = true;
|
---|
| 446 | this.problemLabel.Location = new System.Drawing.Point(3, 33);
|
---|
| 447 | this.problemLabel.Name = "problemLabel";
|
---|
| 448 | this.problemLabel.Size = new System.Drawing.Size(48, 13);
|
---|
| 449 | this.problemLabel.TabIndex = 2;
|
---|
| 450 | this.problemLabel.Text = "Problem:";
|
---|
| 451 | //
|
---|
[12804] | 452 | // RunCollectionRLDView
|
---|
| 453 | //
|
---|
[7980] | 454 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[12838] | 455 | this.Controls.Add(this.tabControl);
|
---|
[12771] | 456 | this.Controls.Add(this.groupComboBox);
|
---|
[12806] | 457 | this.Controls.Add(this.groupLabel);
|
---|
[12841] | 458 | this.Controls.Add(this.problemLabel);
|
---|
[12806] | 459 | this.Controls.Add(this.dataTableLabel);
|
---|
[12841] | 460 | this.Controls.Add(this.problemComboBox);
|
---|
[7980] | 461 | this.Controls.Add(this.dataTableComboBox);
|
---|
[12804] | 462 | this.Name = "RunCollectionRLDView";
|
---|
[12838] | 463 | this.Size = new System.Drawing.Size(654, 497);
|
---|
[12804] | 464 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[12838] | 465 | this.tabControl.ResumeLayout(false);
|
---|
| 466 | this.byTargetTabPage.ResumeLayout(false);
|
---|
| 467 | this.byTargetTabPage.PerformLayout();
|
---|
[14101] | 468 | ((System.ComponentModel.ISupportInitialize)(this.targetChart)).EndInit();
|
---|
[12838] | 469 | this.byCostTabPage.ResumeLayout(false);
|
---|
| 470 | this.byCostTabPage.PerformLayout();
|
---|
| 471 | this.byTableTabPage.ResumeLayout(false);
|
---|
[7980] | 472 | this.ResumeLayout(false);
|
---|
| 473 | this.PerformLayout();
|
---|
| 474 |
|
---|
| 475 | }
|
---|
| 476 |
|
---|
| 477 | #endregion
|
---|
| 478 |
|
---|
| 479 | private System.Windows.Forms.ComboBox dataTableComboBox;
|
---|
[12806] | 480 | private System.Windows.Forms.Label dataTableLabel;
|
---|
| 481 | private System.Windows.Forms.Label groupLabel;
|
---|
[12771] | 482 | private System.Windows.Forms.ComboBox groupComboBox;
|
---|
[12838] | 483 | private System.Windows.Forms.CheckBox targetLogScalingCheckBox;
|
---|
[12804] | 484 | private System.Windows.Forms.TextBox targetsTextBox;
|
---|
[12806] | 485 | private System.Windows.Forms.Label targetsLabel;
|
---|
[12804] | 486 | protected System.Windows.Forms.ErrorProvider errorProvider;
|
---|
[12838] | 487 | private System.Windows.Forms.Button addTargetsAsResultButton;
|
---|
[12806] | 488 | private System.Windows.Forms.Button generateTargetsButton;
|
---|
| 489 | private System.Windows.Forms.ToolTip toolTip;
|
---|
[12838] | 490 | private System.Windows.Forms.Button addBudgetsAsResultButton;
|
---|
[12806] | 491 | private System.Windows.Forms.TextBox budgetsTextBox;
|
---|
| 492 | private System.Windows.Forms.Label budgetsLabel;
|
---|
[14101] | 493 | private System.Windows.Forms.CheckBox aggregateTargetsCheckBox;
|
---|
[12838] | 494 | private System.Windows.Forms.TabControl tabControl;
|
---|
| 495 | private System.Windows.Forms.TabPage byTargetTabPage;
|
---|
| 496 | private System.Windows.Forms.TabPage byCostTabPage;
|
---|
| 497 | private System.Windows.Forms.TabPage byTableTabPage;
|
---|
| 498 | private System.Windows.Forms.Button generateBudgetsButton;
|
---|
| 499 | private System.Windows.Forms.CheckBox budgetLogScalingCheckBox;
|
---|
[12841] | 500 | private System.Windows.Forms.Label problemLabel;
|
---|
| 501 | private System.Windows.Forms.ComboBox problemComboBox;
|
---|
[12888] | 502 | private Data.Views.StringConvertibleMatrixView ertTableView;
|
---|
[14101] | 503 | private Visualization.ChartControlsExtensions.EnhancedChart targetChart;
|
---|
| 504 | private MainForm.WindowsForms.ViewHost byCostViewHost;
|
---|
| 505 | private System.Windows.Forms.CheckBox boundShadingCheckBox;
|
---|
[15220] | 506 | private System.Windows.Forms.CheckBox markerCheckBox;
|
---|
| 507 | private System.Windows.Forms.ComboBox relativeOrAbsoluteComboBox;
|
---|
| 508 | private System.Windows.Forms.CheckBox showLabelsCheckBox;
|
---|
[7980] | 509 | }
|
---|
| 510 | }
|
---|