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.Analysis.Views {
|
---|
23 | partial class DataRowVisualPropertiesControl {
|
---|
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.chartTypeComboBox = new System.Windows.Forms.ComboBox();
|
---|
48 | this.colorDialog = new System.Windows.Forms.ColorDialog();
|
---|
49 | this.colorButton = new System.Windows.Forms.Button();
|
---|
50 | this.startIndexZeroCheckBox = new System.Windows.Forms.CheckBox();
|
---|
51 | this.binsNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
52 | this.label1 = new System.Windows.Forms.Label();
|
---|
53 | this.label2 = new System.Windows.Forms.Label();
|
---|
54 | this.label3 = new System.Windows.Forms.Label();
|
---|
55 | this.commonGroupBox = new System.Windows.Forms.GroupBox();
|
---|
56 | this.clearColorButton = new System.Windows.Forms.Button();
|
---|
57 | this.isVisibleInLegendCheckBox = new System.Windows.Forms.CheckBox();
|
---|
58 | this.label10 = new System.Windows.Forms.Label();
|
---|
59 | this.displayNameTextBox = new System.Windows.Forms.TextBox();
|
---|
60 | this.axisGroupBox = new System.Windows.Forms.GroupBox();
|
---|
61 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
62 | this.yAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
|
---|
63 | this.yAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
|
---|
64 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
65 | this.xAxisPrimaryRadioButton = new System.Windows.Forms.RadioButton();
|
---|
66 | this.xAxisSecondaryRadioButton = new System.Windows.Forms.RadioButton();
|
---|
67 | this.label5 = new System.Windows.Forms.Label();
|
---|
68 | this.label6 = new System.Windows.Forms.Label();
|
---|
69 | this.label9 = new System.Windows.Forms.Label();
|
---|
70 | this.histoGramGroupBox = new System.Windows.Forms.GroupBox();
|
---|
71 | this.binsExactRadioButton = new System.Windows.Forms.RadioButton();
|
---|
72 | this.binsApproximatelyRadioButton = new System.Windows.Forms.RadioButton();
|
---|
73 | this.label11 = new System.Windows.Forms.Label();
|
---|
74 | this.aggregationComboBox = new System.Windows.Forms.ComboBox();
|
---|
75 | this.lineChartGroupBox = new System.Windows.Forms.GroupBox();
|
---|
76 | this.lineWidthNumericUpDown = new System.Windows.Forms.NumericUpDown();
|
---|
77 | this.label4 = new System.Windows.Forms.Label();
|
---|
78 | this.label7 = new System.Windows.Forms.Label();
|
---|
79 | this.lineStyleComboBox = new System.Windows.Forms.ComboBox();
|
---|
80 | this.label8 = new System.Windows.Forms.Label();
|
---|
81 | ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).BeginInit();
|
---|
82 | this.commonGroupBox.SuspendLayout();
|
---|
83 | this.axisGroupBox.SuspendLayout();
|
---|
84 | this.panel2.SuspendLayout();
|
---|
85 | this.panel1.SuspendLayout();
|
---|
86 | this.histoGramGroupBox.SuspendLayout();
|
---|
87 | this.lineChartGroupBox.SuspendLayout();
|
---|
88 | ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).BeginInit();
|
---|
89 | this.SuspendLayout();
|
---|
90 | //
|
---|
91 | // chartTypeComboBox
|
---|
92 | //
|
---|
93 | this.chartTypeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
94 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
95 | this.chartTypeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
96 | this.chartTypeComboBox.FormattingEnabled = true;
|
---|
97 | this.chartTypeComboBox.Location = new System.Drawing.Point(102, 45);
|
---|
98 | this.chartTypeComboBox.Name = "chartTypeComboBox";
|
---|
99 | this.chartTypeComboBox.Size = new System.Drawing.Size(219, 21);
|
---|
100 | this.chartTypeComboBox.TabIndex = 3;
|
---|
101 | this.chartTypeComboBox.SelectedValueChanged += new System.EventHandler(this.chartTypeComboBox_SelectedValueChanged);
|
---|
102 | //
|
---|
103 | // colorDialog
|
---|
104 | //
|
---|
105 | this.colorDialog.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
---|
106 | //
|
---|
107 | // colorButton
|
---|
108 | //
|
---|
109 | this.colorButton.BackColor = System.Drawing.SystemColors.Control;
|
---|
110 | this.colorButton.Location = new System.Drawing.Point(102, 72);
|
---|
111 | this.colorButton.Name = "colorButton";
|
---|
112 | this.colorButton.Size = new System.Drawing.Size(23, 23);
|
---|
113 | this.colorButton.TabIndex = 5;
|
---|
114 | this.colorButton.UseVisualStyleBackColor = false;
|
---|
115 | this.colorButton.Click += new System.EventHandler(this.colorButton_Click);
|
---|
116 | //
|
---|
117 | // startIndexZeroCheckBox
|
---|
118 | //
|
---|
119 | this.startIndexZeroCheckBox.AutoSize = true;
|
---|
120 | this.startIndexZeroCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
121 | this.startIndexZeroCheckBox.Location = new System.Drawing.Point(81, 46);
|
---|
122 | this.startIndexZeroCheckBox.Name = "startIndexZeroCheckBox";
|
---|
123 | this.startIndexZeroCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
124 | this.startIndexZeroCheckBox.TabIndex = 3;
|
---|
125 | this.startIndexZeroCheckBox.UseVisualStyleBackColor = true;
|
---|
126 | this.startIndexZeroCheckBox.CheckedChanged += new System.EventHandler(this.startIndexZeroCheckBox_CheckedChanged);
|
---|
127 | //
|
---|
128 | // binsNumericUpDown
|
---|
129 | //
|
---|
130 | this.binsNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
131 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
132 | this.binsNumericUpDown.Location = new System.Drawing.Point(82, 19);
|
---|
133 | this.binsNumericUpDown.Minimum = new decimal(new int[] {
|
---|
134 | 1,
|
---|
135 | 0,
|
---|
136 | 0,
|
---|
137 | 0});
|
---|
138 | this.binsNumericUpDown.Name = "binsNumericUpDown";
|
---|
139 | this.binsNumericUpDown.Size = new System.Drawing.Size(72, 20);
|
---|
140 | this.binsNumericUpDown.TabIndex = 1;
|
---|
141 | this.binsNumericUpDown.Value = new decimal(new int[] {
|
---|
142 | 1,
|
---|
143 | 0,
|
---|
144 | 0,
|
---|
145 | 0});
|
---|
146 | this.binsNumericUpDown.ValueChanged += new System.EventHandler(this.binsNumericUpDown_ValueChanged);
|
---|
147 | //
|
---|
148 | // label1
|
---|
149 | //
|
---|
150 | this.label1.AutoSize = true;
|
---|
151 | this.label1.Location = new System.Drawing.Point(6, 48);
|
---|
152 | this.label1.Name = "label1";
|
---|
153 | this.label1.Size = new System.Drawing.Size(34, 13);
|
---|
154 | this.label1.TabIndex = 2;
|
---|
155 | this.label1.Text = "&Type:";
|
---|
156 | //
|
---|
157 | // label2
|
---|
158 | //
|
---|
159 | this.label2.AutoSize = true;
|
---|
160 | this.label2.Location = new System.Drawing.Point(6, 77);
|
---|
161 | this.label2.Name = "label2";
|
---|
162 | this.label2.Size = new System.Drawing.Size(34, 13);
|
---|
163 | this.label2.TabIndex = 4;
|
---|
164 | this.label2.Text = "&Color:";
|
---|
165 | //
|
---|
166 | // label3
|
---|
167 | //
|
---|
168 | this.label3.AutoSize = true;
|
---|
169 | this.label3.Location = new System.Drawing.Point(6, 21);
|
---|
170 | this.label3.Name = "label3";
|
---|
171 | this.label3.Size = new System.Drawing.Size(30, 13);
|
---|
172 | this.label3.TabIndex = 0;
|
---|
173 | this.label3.Text = "&Bins:";
|
---|
174 | //
|
---|
175 | // commonGroupBox
|
---|
176 | //
|
---|
177 | this.commonGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
178 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
179 | this.commonGroupBox.Controls.Add(this.clearColorButton);
|
---|
180 | this.commonGroupBox.Controls.Add(this.isVisibleInLegendCheckBox);
|
---|
181 | this.commonGroupBox.Controls.Add(this.label10);
|
---|
182 | this.commonGroupBox.Controls.Add(this.displayNameTextBox);
|
---|
183 | this.commonGroupBox.Controls.Add(this.axisGroupBox);
|
---|
184 | this.commonGroupBox.Controls.Add(this.colorButton);
|
---|
185 | this.commonGroupBox.Controls.Add(this.label9);
|
---|
186 | this.commonGroupBox.Controls.Add(this.label1);
|
---|
187 | this.commonGroupBox.Controls.Add(this.label2);
|
---|
188 | this.commonGroupBox.Controls.Add(this.chartTypeComboBox);
|
---|
189 | this.commonGroupBox.Location = new System.Drawing.Point(0, 0);
|
---|
190 | this.commonGroupBox.Name = "commonGroupBox";
|
---|
191 | this.commonGroupBox.Size = new System.Drawing.Size(327, 199);
|
---|
192 | this.commonGroupBox.TabIndex = 0;
|
---|
193 | this.commonGroupBox.TabStop = false;
|
---|
194 | this.commonGroupBox.Text = "Common";
|
---|
195 | //
|
---|
196 | // clearColorButton
|
---|
197 | //
|
---|
198 | this.clearColorButton.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
---|
199 | this.clearColorButton.Cursor = System.Windows.Forms.Cursors.Default;
|
---|
200 | this.clearColorButton.FlatAppearance.BorderSize = 0;
|
---|
201 | this.clearColorButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
---|
202 | this.clearColorButton.ForeColor = System.Drawing.Color.Transparent;
|
---|
203 | this.clearColorButton.Location = new System.Drawing.Point(128, 76);
|
---|
204 | this.clearColorButton.Margin = new System.Windows.Forms.Padding(0);
|
---|
205 | this.clearColorButton.Name = "clearColorButton";
|
---|
206 | this.clearColorButton.Size = new System.Drawing.Size(15, 16);
|
---|
207 | this.clearColorButton.TabIndex = 10;
|
---|
208 | this.clearColorButton.TabStop = false;
|
---|
209 | this.clearColorButton.UseVisualStyleBackColor = false;
|
---|
210 | this.clearColorButton.Click += new System.EventHandler(this.clearColorButton_Click);
|
---|
211 | //
|
---|
212 | // isVisibleInLegendCheckBox
|
---|
213 | //
|
---|
214 | this.isVisibleInLegendCheckBox.AutoSize = true;
|
---|
215 | this.isVisibleInLegendCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
216 | this.isVisibleInLegendCheckBox.Location = new System.Drawing.Point(102, 104);
|
---|
217 | this.isVisibleInLegendCheckBox.Name = "isVisibleInLegendCheckBox";
|
---|
218 | this.isVisibleInLegendCheckBox.Size = new System.Drawing.Size(15, 14);
|
---|
219 | this.isVisibleInLegendCheckBox.TabIndex = 8;
|
---|
220 | this.isVisibleInLegendCheckBox.UseVisualStyleBackColor = true;
|
---|
221 | this.isVisibleInLegendCheckBox.CheckedChanged += new System.EventHandler(this.isVisibleInLegendCheckBox_CheckedChanged);
|
---|
222 | //
|
---|
223 | // label10
|
---|
224 | //
|
---|
225 | this.label10.AutoSize = true;
|
---|
226 | this.label10.Location = new System.Drawing.Point(6, 104);
|
---|
227 | this.label10.Name = "label10";
|
---|
228 | this.label10.Size = new System.Drawing.Size(90, 13);
|
---|
229 | this.label10.TabIndex = 7;
|
---|
230 | this.label10.Text = "&Visible in Legend:";
|
---|
231 | //
|
---|
232 | // displayNameTextBox
|
---|
233 | //
|
---|
234 | this.displayNameTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
235 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
236 | this.displayNameTextBox.Location = new System.Drawing.Point(102, 19);
|
---|
237 | this.displayNameTextBox.Name = "displayNameTextBox";
|
---|
238 | this.displayNameTextBox.Size = new System.Drawing.Size(219, 20);
|
---|
239 | this.displayNameTextBox.TabIndex = 1;
|
---|
240 | this.displayNameTextBox.Validated += new System.EventHandler(this.displayNameTextBox_Validated);
|
---|
241 | //
|
---|
242 | // axisGroupBox
|
---|
243 | //
|
---|
244 | this.axisGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
245 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
246 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
247 | this.axisGroupBox.Controls.Add(this.panel2);
|
---|
248 | this.axisGroupBox.Controls.Add(this.panel1);
|
---|
249 | this.axisGroupBox.Controls.Add(this.label5);
|
---|
250 | this.axisGroupBox.Controls.Add(this.label6);
|
---|
251 | this.axisGroupBox.Location = new System.Drawing.Point(6, 126);
|
---|
252 | this.axisGroupBox.Name = "axisGroupBox";
|
---|
253 | this.axisGroupBox.Size = new System.Drawing.Size(315, 67);
|
---|
254 | this.axisGroupBox.TabIndex = 6;
|
---|
255 | this.axisGroupBox.TabStop = false;
|
---|
256 | this.axisGroupBox.Text = "Axes";
|
---|
257 | //
|
---|
258 | // panel2
|
---|
259 | //
|
---|
260 | this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
261 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
262 | this.panel2.Controls.Add(this.yAxisSecondaryRadioButton);
|
---|
263 | this.panel2.Controls.Add(this.yAxisPrimaryRadioButton);
|
---|
264 | this.panel2.Location = new System.Drawing.Point(51, 42);
|
---|
265 | this.panel2.Name = "panel2";
|
---|
266 | this.panel2.Size = new System.Drawing.Size(258, 17);
|
---|
267 | this.panel2.TabIndex = 7;
|
---|
268 | //
|
---|
269 | // yAxisSecondaryRadioButton
|
---|
270 | //
|
---|
271 | this.yAxisSecondaryRadioButton.AutoSize = true;
|
---|
272 | this.yAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
|
---|
273 | this.yAxisSecondaryRadioButton.Name = "yAxisSecondaryRadioButton";
|
---|
274 | this.yAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
|
---|
275 | this.yAxisSecondaryRadioButton.TabIndex = 5;
|
---|
276 | this.yAxisSecondaryRadioButton.TabStop = true;
|
---|
277 | this.yAxisSecondaryRadioButton.Text = "&Secondary";
|
---|
278 | this.yAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
|
---|
279 | this.yAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
|
---|
280 | //
|
---|
281 | // yAxisPrimaryRadioButton
|
---|
282 | //
|
---|
283 | this.yAxisPrimaryRadioButton.AutoSize = true;
|
---|
284 | this.yAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
|
---|
285 | this.yAxisPrimaryRadioButton.Name = "yAxisPrimaryRadioButton";
|
---|
286 | this.yAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
|
---|
287 | this.yAxisPrimaryRadioButton.TabIndex = 4;
|
---|
288 | this.yAxisPrimaryRadioButton.TabStop = true;
|
---|
289 | this.yAxisPrimaryRadioButton.Text = "&Primary";
|
---|
290 | this.yAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
|
---|
291 | this.yAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.yAxisRadioButton_CheckedChanged);
|
---|
292 | //
|
---|
293 | // panel1
|
---|
294 | //
|
---|
295 | this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
296 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
297 | this.panel1.Controls.Add(this.xAxisPrimaryRadioButton);
|
---|
298 | this.panel1.Controls.Add(this.xAxisSecondaryRadioButton);
|
---|
299 | this.panel1.Location = new System.Drawing.Point(51, 19);
|
---|
300 | this.panel1.Name = "panel1";
|
---|
301 | this.panel1.Size = new System.Drawing.Size(258, 17);
|
---|
302 | this.panel1.TabIndex = 6;
|
---|
303 | //
|
---|
304 | // xAxisPrimaryRadioButton
|
---|
305 | //
|
---|
306 | this.xAxisPrimaryRadioButton.AutoSize = true;
|
---|
307 | this.xAxisPrimaryRadioButton.Location = new System.Drawing.Point(0, 0);
|
---|
308 | this.xAxisPrimaryRadioButton.Name = "xAxisPrimaryRadioButton";
|
---|
309 | this.xAxisPrimaryRadioButton.Size = new System.Drawing.Size(59, 17);
|
---|
310 | this.xAxisPrimaryRadioButton.TabIndex = 1;
|
---|
311 | this.xAxisPrimaryRadioButton.TabStop = true;
|
---|
312 | this.xAxisPrimaryRadioButton.Text = "&Primary";
|
---|
313 | this.xAxisPrimaryRadioButton.UseVisualStyleBackColor = true;
|
---|
314 | this.xAxisPrimaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
|
---|
315 | //
|
---|
316 | // xAxisSecondaryRadioButton
|
---|
317 | //
|
---|
318 | this.xAxisSecondaryRadioButton.AutoSize = true;
|
---|
319 | this.xAxisSecondaryRadioButton.Location = new System.Drawing.Point(65, 0);
|
---|
320 | this.xAxisSecondaryRadioButton.Name = "xAxisSecondaryRadioButton";
|
---|
321 | this.xAxisSecondaryRadioButton.Size = new System.Drawing.Size(76, 17);
|
---|
322 | this.xAxisSecondaryRadioButton.TabIndex = 2;
|
---|
323 | this.xAxisSecondaryRadioButton.TabStop = true;
|
---|
324 | this.xAxisSecondaryRadioButton.Text = "&Secondary";
|
---|
325 | this.xAxisSecondaryRadioButton.UseVisualStyleBackColor = true;
|
---|
326 | this.xAxisSecondaryRadioButton.CheckedChanged += new System.EventHandler(this.xAxisRadioButton_CheckedChanged);
|
---|
327 | //
|
---|
328 | // label5
|
---|
329 | //
|
---|
330 | this.label5.AutoSize = true;
|
---|
331 | this.label5.Location = new System.Drawing.Point(6, 44);
|
---|
332 | this.label5.Name = "label5";
|
---|
333 | this.label5.Size = new System.Drawing.Size(39, 13);
|
---|
334 | this.label5.TabIndex = 3;
|
---|
335 | this.label5.Text = "&Y-Axis:";
|
---|
336 | //
|
---|
337 | // label6
|
---|
338 | //
|
---|
339 | this.label6.AutoSize = true;
|
---|
340 | this.label6.Location = new System.Drawing.Point(6, 21);
|
---|
341 | this.label6.Name = "label6";
|
---|
342 | this.label6.Size = new System.Drawing.Size(39, 13);
|
---|
343 | this.label6.TabIndex = 0;
|
---|
344 | this.label6.Text = "&X-Axis:";
|
---|
345 | //
|
---|
346 | // label9
|
---|
347 | //
|
---|
348 | this.label9.AutoSize = true;
|
---|
349 | this.label9.Location = new System.Drawing.Point(6, 22);
|
---|
350 | this.label9.Name = "label9";
|
---|
351 | this.label9.Size = new System.Drawing.Size(38, 13);
|
---|
352 | this.label9.TabIndex = 0;
|
---|
353 | this.label9.Text = "&Name:";
|
---|
354 | //
|
---|
355 | // histoGramGroupBox
|
---|
356 | //
|
---|
357 | this.histoGramGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
358 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
359 | this.histoGramGroupBox.Controls.Add(this.binsExactRadioButton);
|
---|
360 | this.histoGramGroupBox.Controls.Add(this.binsApproximatelyRadioButton);
|
---|
361 | this.histoGramGroupBox.Controls.Add(this.binsNumericUpDown);
|
---|
362 | this.histoGramGroupBox.Controls.Add(this.label11);
|
---|
363 | this.histoGramGroupBox.Controls.Add(this.label3);
|
---|
364 | this.histoGramGroupBox.Controls.Add(this.aggregationComboBox);
|
---|
365 | this.histoGramGroupBox.Location = new System.Drawing.Point(0, 305);
|
---|
366 | this.histoGramGroupBox.Name = "histoGramGroupBox";
|
---|
367 | this.histoGramGroupBox.Size = new System.Drawing.Size(327, 75);
|
---|
368 | this.histoGramGroupBox.TabIndex = 2;
|
---|
369 | this.histoGramGroupBox.TabStop = false;
|
---|
370 | this.histoGramGroupBox.Text = "Histogram Properties";
|
---|
371 | //
|
---|
372 | // binsExactRadioButton
|
---|
373 | //
|
---|
374 | this.binsExactRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
375 | this.binsExactRadioButton.AutoSize = true;
|
---|
376 | this.binsExactRadioButton.Location = new System.Drawing.Point(269, 19);
|
---|
377 | this.binsExactRadioButton.Name = "binsExactRadioButton";
|
---|
378 | this.binsExactRadioButton.Size = new System.Drawing.Size(52, 17);
|
---|
379 | this.binsExactRadioButton.TabIndex = 3;
|
---|
380 | this.binsExactRadioButton.TabStop = true;
|
---|
381 | this.binsExactRadioButton.Text = "&Exact";
|
---|
382 | this.binsExactRadioButton.UseVisualStyleBackColor = true;
|
---|
383 | this.binsExactRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
|
---|
384 | //
|
---|
385 | // binsApproximatelyRadioButton
|
---|
386 | //
|
---|
387 | this.binsApproximatelyRadioButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
---|
388 | this.binsApproximatelyRadioButton.AutoSize = true;
|
---|
389 | this.binsApproximatelyRadioButton.Location = new System.Drawing.Point(173, 19);
|
---|
390 | this.binsApproximatelyRadioButton.Name = "binsApproximatelyRadioButton";
|
---|
391 | this.binsApproximatelyRadioButton.Size = new System.Drawing.Size(90, 17);
|
---|
392 | this.binsApproximatelyRadioButton.TabIndex = 2;
|
---|
393 | this.binsApproximatelyRadioButton.TabStop = true;
|
---|
394 | this.binsApproximatelyRadioButton.Text = "&Approximately";
|
---|
395 | this.binsApproximatelyRadioButton.UseVisualStyleBackColor = true;
|
---|
396 | this.binsApproximatelyRadioButton.CheckedChanged += new System.EventHandler(this.binNumberRadioButton_CheckedChanged);
|
---|
397 | //
|
---|
398 | // label11
|
---|
399 | //
|
---|
400 | this.label11.AutoSize = true;
|
---|
401 | this.label11.Location = new System.Drawing.Point(6, 49);
|
---|
402 | this.label11.Name = "label11";
|
---|
403 | this.label11.Size = new System.Drawing.Size(67, 13);
|
---|
404 | this.label11.TabIndex = 0;
|
---|
405 | this.label11.Text = "Aggregation:";
|
---|
406 | //
|
---|
407 | // aggregationComboBox
|
---|
408 | //
|
---|
409 | this.aggregationComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
410 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
411 | this.aggregationComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
412 | this.aggregationComboBox.FormattingEnabled = true;
|
---|
413 | this.aggregationComboBox.Location = new System.Drawing.Point(82, 45);
|
---|
414 | this.aggregationComboBox.Name = "aggregationComboBox";
|
---|
415 | this.aggregationComboBox.Size = new System.Drawing.Size(239, 21);
|
---|
416 | this.aggregationComboBox.TabIndex = 3;
|
---|
417 | this.aggregationComboBox.SelectedValueChanged += new System.EventHandler(this.aggregationComboBox_SelectedValueChanged);
|
---|
418 | //
|
---|
419 | // lineChartGroupBox
|
---|
420 | //
|
---|
421 | this.lineChartGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
422 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
423 | this.lineChartGroupBox.Controls.Add(this.lineWidthNumericUpDown);
|
---|
424 | this.lineChartGroupBox.Controls.Add(this.label4);
|
---|
425 | this.lineChartGroupBox.Controls.Add(this.startIndexZeroCheckBox);
|
---|
426 | this.lineChartGroupBox.Controls.Add(this.label7);
|
---|
427 | this.lineChartGroupBox.Controls.Add(this.lineStyleComboBox);
|
---|
428 | this.lineChartGroupBox.Controls.Add(this.label8);
|
---|
429 | this.lineChartGroupBox.Location = new System.Drawing.Point(0, 205);
|
---|
430 | this.lineChartGroupBox.Name = "lineChartGroupBox";
|
---|
431 | this.lineChartGroupBox.Size = new System.Drawing.Size(327, 94);
|
---|
432 | this.lineChartGroupBox.TabIndex = 1;
|
---|
433 | this.lineChartGroupBox.TabStop = false;
|
---|
434 | this.lineChartGroupBox.Text = "Line Properties";
|
---|
435 | //
|
---|
436 | // lineWidthNumericUpDown
|
---|
437 | //
|
---|
438 | this.lineWidthNumericUpDown.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
439 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
440 | this.lineWidthNumericUpDown.Location = new System.Drawing.Point(82, 66);
|
---|
441 | this.lineWidthNumericUpDown.Minimum = new decimal(new int[] {
|
---|
442 | 1,
|
---|
443 | 0,
|
---|
444 | 0,
|
---|
445 | 0});
|
---|
446 | this.lineWidthNumericUpDown.Name = "lineWidthNumericUpDown";
|
---|
447 | this.lineWidthNumericUpDown.Size = new System.Drawing.Size(239, 20);
|
---|
448 | this.lineWidthNumericUpDown.TabIndex = 5;
|
---|
449 | this.lineWidthNumericUpDown.Value = new decimal(new int[] {
|
---|
450 | 1,
|
---|
451 | 0,
|
---|
452 | 0,
|
---|
453 | 0});
|
---|
454 | this.lineWidthNumericUpDown.ValueChanged += new System.EventHandler(this.lineWidthNumericUpDown_ValueChanged);
|
---|
455 | //
|
---|
456 | // label4
|
---|
457 | //
|
---|
458 | this.label4.AutoSize = true;
|
---|
459 | this.label4.Location = new System.Drawing.Point(6, 68);
|
---|
460 | this.label4.Name = "label4";
|
---|
461 | this.label4.Size = new System.Drawing.Size(38, 13);
|
---|
462 | this.label4.TabIndex = 4;
|
---|
463 | this.label4.Text = "&Width:";
|
---|
464 | //
|
---|
465 | // label7
|
---|
466 | //
|
---|
467 | this.label7.AutoSize = true;
|
---|
468 | this.label7.Location = new System.Drawing.Point(6, 46);
|
---|
469 | this.label7.Name = "label7";
|
---|
470 | this.label7.Size = new System.Drawing.Size(70, 13);
|
---|
471 | this.label7.TabIndex = 2;
|
---|
472 | this.label7.Text = "Start &Index 0:";
|
---|
473 | //
|
---|
474 | // lineStyleComboBox
|
---|
475 | //
|
---|
476 | this.lineStyleComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
477 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
478 | this.lineStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
---|
479 | this.lineStyleComboBox.FormattingEnabled = true;
|
---|
480 | this.lineStyleComboBox.Location = new System.Drawing.Point(82, 19);
|
---|
481 | this.lineStyleComboBox.Name = "lineStyleComboBox";
|
---|
482 | this.lineStyleComboBox.Size = new System.Drawing.Size(239, 21);
|
---|
483 | this.lineStyleComboBox.TabIndex = 1;
|
---|
484 | this.lineStyleComboBox.SelectedValueChanged += new System.EventHandler(this.lineStyleComboBox_SelectedValueChanged);
|
---|
485 | //
|
---|
486 | // label8
|
---|
487 | //
|
---|
488 | this.label8.AutoSize = true;
|
---|
489 | this.label8.Location = new System.Drawing.Point(6, 22);
|
---|
490 | this.label8.Name = "label8";
|
---|
491 | this.label8.Size = new System.Drawing.Size(33, 13);
|
---|
492 | this.label8.TabIndex = 0;
|
---|
493 | this.label8.Text = "&Style:";
|
---|
494 | //
|
---|
495 | // DataRowVisualPropertiesControl
|
---|
496 | //
|
---|
497 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
498 | this.Controls.Add(this.lineChartGroupBox);
|
---|
499 | this.Controls.Add(this.histoGramGroupBox);
|
---|
500 | this.Controls.Add(this.commonGroupBox);
|
---|
501 | this.Name = "DataRowVisualPropertiesControl";
|
---|
502 | this.Size = new System.Drawing.Size(327, 382);
|
---|
503 | ((System.ComponentModel.ISupportInitialize)(this.binsNumericUpDown)).EndInit();
|
---|
504 | this.commonGroupBox.ResumeLayout(false);
|
---|
505 | this.commonGroupBox.PerformLayout();
|
---|
506 | this.axisGroupBox.ResumeLayout(false);
|
---|
507 | this.axisGroupBox.PerformLayout();
|
---|
508 | this.panel2.ResumeLayout(false);
|
---|
509 | this.panel2.PerformLayout();
|
---|
510 | this.panel1.ResumeLayout(false);
|
---|
511 | this.panel1.PerformLayout();
|
---|
512 | this.histoGramGroupBox.ResumeLayout(false);
|
---|
513 | this.histoGramGroupBox.PerformLayout();
|
---|
514 | this.lineChartGroupBox.ResumeLayout(false);
|
---|
515 | this.lineChartGroupBox.PerformLayout();
|
---|
516 | ((System.ComponentModel.ISupportInitialize)(this.lineWidthNumericUpDown)).EndInit();
|
---|
517 | this.ResumeLayout(false);
|
---|
518 |
|
---|
519 | }
|
---|
520 |
|
---|
521 | #endregion
|
---|
522 |
|
---|
523 | private System.Windows.Forms.ComboBox chartTypeComboBox;
|
---|
524 | private System.Windows.Forms.ColorDialog colorDialog;
|
---|
525 | private System.Windows.Forms.Button colorButton;
|
---|
526 | private System.Windows.Forms.CheckBox startIndexZeroCheckBox;
|
---|
527 | private System.Windows.Forms.NumericUpDown binsNumericUpDown;
|
---|
528 | private System.Windows.Forms.Label label1;
|
---|
529 | private System.Windows.Forms.Label label2;
|
---|
530 | private System.Windows.Forms.Label label3;
|
---|
531 | private System.Windows.Forms.GroupBox commonGroupBox;
|
---|
532 | private System.Windows.Forms.GroupBox histoGramGroupBox;
|
---|
533 | private System.Windows.Forms.RadioButton xAxisSecondaryRadioButton;
|
---|
534 | private System.Windows.Forms.RadioButton yAxisSecondaryRadioButton;
|
---|
535 | private System.Windows.Forms.RadioButton xAxisPrimaryRadioButton;
|
---|
536 | private System.Windows.Forms.RadioButton yAxisPrimaryRadioButton;
|
---|
537 | private System.Windows.Forms.Label label6;
|
---|
538 | private System.Windows.Forms.GroupBox lineChartGroupBox;
|
---|
539 | private System.Windows.Forms.NumericUpDown lineWidthNumericUpDown;
|
---|
540 | private System.Windows.Forms.Label label4;
|
---|
541 | private System.Windows.Forms.Label label7;
|
---|
542 | private System.Windows.Forms.RadioButton binsExactRadioButton;
|
---|
543 | private System.Windows.Forms.RadioButton binsApproximatelyRadioButton;
|
---|
544 | private System.Windows.Forms.ComboBox lineStyleComboBox;
|
---|
545 | private System.Windows.Forms.Label label8;
|
---|
546 | private System.Windows.Forms.Label label5;
|
---|
547 | private System.Windows.Forms.GroupBox axisGroupBox;
|
---|
548 | private System.Windows.Forms.TextBox displayNameTextBox;
|
---|
549 | private System.Windows.Forms.Label label9;
|
---|
550 | private System.Windows.Forms.Panel panel2;
|
---|
551 | private System.Windows.Forms.Panel panel1;
|
---|
552 | private System.Windows.Forms.Label label10;
|
---|
553 | private System.Windows.Forms.CheckBox isVisibleInLegendCheckBox;
|
---|
554 | private System.Windows.Forms.Label label11;
|
---|
555 | private System.Windows.Forms.ComboBox aggregationComboBox;
|
---|
556 | private System.Windows.Forms.Button clearColorButton;
|
---|
557 | }
|
---|
558 | }
|
---|