[4094] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[14186] | 3 | * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[4094] | 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.Optimization.Views {
|
---|
| 23 | partial class RunCollectionBoxPlotView {
|
---|
| 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() {
|
---|
[4652] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[4721] | 48 | System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
|
---|
| 49 | System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
|
---|
| 50 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RunCollectionBoxPlotView));
|
---|
[4094] | 51 | this.xAxisLabel = new System.Windows.Forms.Label();
|
---|
| 52 | this.xAxisComboBox = new System.Windows.Forms.ComboBox();
|
---|
| 53 | this.yAxisLabel = new System.Windows.Forms.Label();
|
---|
| 54 | this.yAxisComboBox = new System.Windows.Forms.ComboBox();
|
---|
[4652] | 55 | this.chart = new HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart();
|
---|
[4094] | 56 | this.noRunsLabel = new System.Windows.Forms.Label();
|
---|
[4652] | 57 | this.splitContainer = new System.Windows.Forms.SplitContainer();
|
---|
[4721] | 58 | this.showStatisticsCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[4652] | 59 | this.statisticsGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[4721] | 60 | this.statisticsMatrixView = new HeuristicLab.Data.Views.StringConvertibleMatrixView();
|
---|
[4709] | 61 | this.tooltip = new System.Windows.Forms.ToolTip(this.components);
|
---|
[4094] | 62 | ((System.ComponentModel.ISupportInitialize)(this.chart)).BeginInit();
|
---|
[9476] | 63 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
|
---|
[4652] | 64 | this.splitContainer.Panel1.SuspendLayout();
|
---|
| 65 | this.splitContainer.Panel2.SuspendLayout();
|
---|
| 66 | this.splitContainer.SuspendLayout();
|
---|
| 67 | this.statisticsGroupBox.SuspendLayout();
|
---|
[4094] | 68 | this.SuspendLayout();
|
---|
| 69 | //
|
---|
| 70 | // xAxisLabel
|
---|
| 71 | //
|
---|
| 72 | this.xAxisLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 73 | this.xAxisLabel.AutoSize = true;
|
---|
[9476] | 74 | this.xAxisLabel.Location = new System.Drawing.Point(363, 345);
|
---|
[4094] | 75 | this.xAxisLabel.Name = "xAxisLabel";
|
---|
| 76 | this.xAxisLabel.Size = new System.Drawing.Size(15, 13);
|
---|
| 77 | this.xAxisLabel.TabIndex = 12;
|
---|
| 78 | this.xAxisLabel.Text = "x:";
|
---|
| 79 | //
|
---|
| 80 | // xAxisComboBox
|
---|
| 81 | //
|
---|
| 82 | this.xAxisComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 83 | this.xAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
| 84 | this.xAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 85 | this.xAxisComboBox.FormattingEnabled = true;
|
---|
[9476] | 86 | this.xAxisComboBox.Location = new System.Drawing.Point(384, 342);
|
---|
[4094] | 87 | this.xAxisComboBox.Name = "xAxisComboBox";
|
---|
[9476] | 88 | this.xAxisComboBox.Size = new System.Drawing.Size(600, 21);
|
---|
[4094] | 89 | this.xAxisComboBox.TabIndex = 11;
|
---|
| 90 | this.xAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
|
---|
| 91 | //
|
---|
| 92 | // yAxisLabel
|
---|
| 93 | //
|
---|
| 94 | this.yAxisLabel.AutoSize = true;
|
---|
[4652] | 95 | this.yAxisLabel.Location = new System.Drawing.Point(3, 6);
|
---|
[4094] | 96 | this.yAxisLabel.Name = "yAxisLabel";
|
---|
| 97 | this.yAxisLabel.Size = new System.Drawing.Size(15, 13);
|
---|
| 98 | this.yAxisLabel.TabIndex = 10;
|
---|
| 99 | this.yAxisLabel.Text = "y:";
|
---|
| 100 | //
|
---|
| 101 | // yAxisComboBox
|
---|
| 102 | //
|
---|
| 103 | this.yAxisComboBox.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
---|
| 104 | this.yAxisComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
| 105 | this.yAxisComboBox.FormattingEnabled = true;
|
---|
[4652] | 106 | this.yAxisComboBox.Location = new System.Drawing.Point(24, 3);
|
---|
[4094] | 107 | this.yAxisComboBox.Name = "yAxisComboBox";
|
---|
[9476] | 108 | this.yAxisComboBox.Size = new System.Drawing.Size(600, 21);
|
---|
[4094] | 109 | this.yAxisComboBox.TabIndex = 9;
|
---|
| 110 | this.yAxisComboBox.SelectedIndexChanged += new System.EventHandler(this.AxisComboBox_SelectedIndexChanged);
|
---|
| 111 | //
|
---|
| 112 | // chart
|
---|
| 113 | //
|
---|
[9476] | 114 | this.chart.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 115 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 116 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[4721] | 117 | chartArea1.Name = "ChartArea1";
|
---|
| 118 | this.chart.ChartAreas.Add(chartArea1);
|
---|
[9476] | 119 | this.chart.Location = new System.Drawing.Point(-1, 30);
|
---|
[4094] | 120 | this.chart.Name = "chart";
|
---|
[4721] | 121 | series1.ChartArea = "ChartArea1";
|
---|
| 122 | series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.BoxPlot;
|
---|
| 123 | series1.IsVisibleInLegend = false;
|
---|
| 124 | series1.MarkerStyle = System.Windows.Forms.DataVisualization.Charting.MarkerStyle.Circle;
|
---|
| 125 | series1.Name = "DataSeries";
|
---|
| 126 | series1.YValuesPerPoint = 6;
|
---|
| 127 | this.chart.Series.Add(series1);
|
---|
[9476] | 128 | this.chart.Size = new System.Drawing.Size(989, 306);
|
---|
[4094] | 129 | this.chart.TabIndex = 17;
|
---|
| 130 | this.chart.Text = "chart";
|
---|
| 131 | this.chart.AxisViewChanged += new System.EventHandler<System.Windows.Forms.DataVisualization.Charting.ViewEventArgs>(this.chart_AxisViewChanged);
|
---|
[4652] | 132 | this.chart.MouseMove += new System.Windows.Forms.MouseEventHandler(this.chart_MouseMove);
|
---|
[4094] | 133 | //
|
---|
| 134 | // noRunsLabel
|
---|
| 135 | //
|
---|
| 136 | this.noRunsLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
---|
| 137 | this.noRunsLabel.AutoSize = true;
|
---|
[9476] | 138 | this.noRunsLabel.Location = new System.Drawing.Point(434, 167);
|
---|
[4094] | 139 | this.noRunsLabel.Name = "noRunsLabel";
|
---|
| 140 | this.noRunsLabel.Size = new System.Drawing.Size(138, 13);
|
---|
| 141 | this.noRunsLabel.TabIndex = 22;
|
---|
| 142 | this.noRunsLabel.Text = "No runs could be displayed.";
|
---|
| 143 | //
|
---|
[4652] | 144 | // splitContainer
|
---|
| 145 | //
|
---|
| 146 | this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 147 | this.splitContainer.Location = new System.Drawing.Point(0, 0);
|
---|
| 148 | this.splitContainer.Name = "splitContainer";
|
---|
| 149 | this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
|
---|
| 150 | //
|
---|
| 151 | // splitContainer.Panel1
|
---|
| 152 | //
|
---|
[4721] | 153 | this.splitContainer.Panel1.Controls.Add(this.showStatisticsCheckBox);
|
---|
[4652] | 154 | this.splitContainer.Panel1.Controls.Add(this.xAxisLabel);
|
---|
| 155 | this.splitContainer.Panel1.Controls.Add(this.noRunsLabel);
|
---|
| 156 | this.splitContainer.Panel1.Controls.Add(this.yAxisLabel);
|
---|
| 157 | this.splitContainer.Panel1.Controls.Add(this.xAxisComboBox);
|
---|
| 158 | this.splitContainer.Panel1.Controls.Add(this.yAxisComboBox);
|
---|
| 159 | this.splitContainer.Panel1.Controls.Add(this.chart);
|
---|
| 160 | //
|
---|
| 161 | // splitContainer.Panel2
|
---|
| 162 | //
|
---|
| 163 | this.splitContainer.Panel2.Controls.Add(this.statisticsGroupBox);
|
---|
[9476] | 164 | this.splitContainer.Size = new System.Drawing.Size(987, 550);
|
---|
| 165 | this.splitContainer.SplitterDistance = 366;
|
---|
[4652] | 166 | this.splitContainer.TabIndex = 23;
|
---|
| 167 | //
|
---|
[4721] | 168 | // showStatisticsCheckBox
|
---|
| 169 | //
|
---|
| 170 | this.showStatisticsCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
---|
| 171 | this.showStatisticsCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
|
---|
| 172 | this.showStatisticsCheckBox.Checked = true;
|
---|
| 173 | this.showStatisticsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
---|
[5287] | 174 | this.showStatisticsCheckBox.Image = HeuristicLab.Common.Resources.VSImageLibrary.Properties;
|
---|
[9476] | 175 | this.showStatisticsCheckBox.Location = new System.Drawing.Point(3, 339);
|
---|
[4721] | 176 | this.showStatisticsCheckBox.Name = "showStatisticsCheckBox";
|
---|
| 177 | this.showStatisticsCheckBox.Size = new System.Drawing.Size(24, 24);
|
---|
| 178 | this.showStatisticsCheckBox.TabIndex = 23;
|
---|
| 179 | this.tooltip.SetToolTip(this.showStatisticsCheckBox, "Show/Hide Statistics");
|
---|
| 180 | this.showStatisticsCheckBox.UseVisualStyleBackColor = true;
|
---|
| 181 | this.showStatisticsCheckBox.CheckedChanged += new System.EventHandler(this.showStatisticsCheckBox_CheckedChanged);
|
---|
| 182 | //
|
---|
[4652] | 183 | // statisticsGroupBox
|
---|
| 184 | //
|
---|
[9476] | 185 | this.statisticsGroupBox.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)));
|
---|
[4652] | 188 | this.statisticsGroupBox.Controls.Add(this.statisticsMatrixView);
|
---|
| 189 | this.statisticsGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
| 190 | this.statisticsGroupBox.Name = "statisticsGroupBox";
|
---|
[9476] | 191 | this.statisticsGroupBox.Size = new System.Drawing.Size(981, 174);
|
---|
[4652] | 192 | this.statisticsGroupBox.TabIndex = 1;
|
---|
| 193 | this.statisticsGroupBox.TabStop = false;
|
---|
| 194 | this.statisticsGroupBox.Text = "Statistics";
|
---|
| 195 | //
|
---|
| 196 | // statisticsMatrixView
|
---|
| 197 | //
|
---|
| 198 | this.statisticsMatrixView.Caption = "StringConvertibleMatrix View";
|
---|
| 199 | this.statisticsMatrixView.Content = null;
|
---|
| 200 | this.statisticsMatrixView.Dock = System.Windows.Forms.DockStyle.Fill;
|
---|
| 201 | this.statisticsMatrixView.Location = new System.Drawing.Point(3, 16);
|
---|
| 202 | this.statisticsMatrixView.Name = "statisticsMatrixView";
|
---|
| 203 | this.statisticsMatrixView.ReadOnly = true;
|
---|
| 204 | this.statisticsMatrixView.ShowRowsAndColumnsTextBox = false;
|
---|
[4709] | 205 | this.statisticsMatrixView.ShowStatisticalInformation = false;
|
---|
[9476] | 206 | this.statisticsMatrixView.Size = new System.Drawing.Size(975, 155);
|
---|
[4652] | 207 | this.statisticsMatrixView.TabIndex = 0;
|
---|
| 208 | //
|
---|
[4094] | 209 | // RunCollectionBoxPlotView
|
---|
| 210 | //
|
---|
[7967] | 211 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[4094] | 212 | this.BackColor = System.Drawing.SystemColors.Window;
|
---|
| 213 | this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
---|
[4652] | 214 | this.Controls.Add(this.splitContainer);
|
---|
[4094] | 215 | this.Name = "RunCollectionBoxPlotView";
|
---|
[9476] | 216 | this.Size = new System.Drawing.Size(987, 550);
|
---|
[4094] | 217 | ((System.ComponentModel.ISupportInitialize)(this.chart)).EndInit();
|
---|
[4652] | 218 | this.splitContainer.Panel1.ResumeLayout(false);
|
---|
| 219 | this.splitContainer.Panel1.PerformLayout();
|
---|
| 220 | this.splitContainer.Panel2.ResumeLayout(false);
|
---|
[9476] | 221 | ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
|
---|
[4652] | 222 | this.splitContainer.ResumeLayout(false);
|
---|
| 223 | this.statisticsGroupBox.ResumeLayout(false);
|
---|
[4094] | 224 | this.ResumeLayout(false);
|
---|
| 225 |
|
---|
| 226 | }
|
---|
| 227 |
|
---|
| 228 | #endregion
|
---|
| 229 |
|
---|
| 230 | private System.Windows.Forms.Label xAxisLabel;
|
---|
[4653] | 231 | internal System.Windows.Forms.ComboBox xAxisComboBox;
|
---|
[4094] | 232 | private System.Windows.Forms.Label yAxisLabel;
|
---|
[4653] | 233 | internal System.Windows.Forms.ComboBox yAxisComboBox;
|
---|
[4652] | 234 | private HeuristicLab.Visualization.ChartControlsExtensions.EnhancedChart chart;
|
---|
[4094] | 235 | private System.Windows.Forms.Label noRunsLabel;
|
---|
[4652] | 236 | private System.Windows.Forms.SplitContainer splitContainer;
|
---|
| 237 | private Data.Views.StringConvertibleMatrixView statisticsMatrixView;
|
---|
| 238 | private System.Windows.Forms.GroupBox statisticsGroupBox;
|
---|
| 239 | private System.Windows.Forms.ToolTip tooltip;
|
---|
[4721] | 240 | protected System.Windows.Forms.CheckBox showStatisticsCheckBox;
|
---|
[4094] | 241 | }
|
---|
| 242 | }
|
---|