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