1 | #region License Information
|
---|
2 | /* HeuristicLab
|
---|
3 | * Copyright (C) 2002-2013 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 DataTableVisualPropertiesControl {
|
---|
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 | this.label1 = new System.Windows.Forms.Label();
|
---|
49 | this.yAxisPrimaryTitleTextBox = new System.Windows.Forms.TextBox();
|
---|
50 | this.yAxisSecondaryTitleTextBox = new System.Windows.Forms.TextBox();
|
---|
51 | this.label4 = new System.Windows.Forms.Label();
|
---|
52 | this.xAxisPrimaryGroupBox = new System.Windows.Forms.GroupBox();
|
---|
53 | this.xAxisPrimaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
|
---|
54 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
55 | this.xAxisPrimaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
56 | this.xAxisPrimaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
57 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
58 | this.xAxisPrimaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
59 | this.xAxisPrimaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
60 | this.xAxisPrimaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
61 | this.xAxisPrimaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
62 | this.label12 = new System.Windows.Forms.Label();
|
---|
63 | this.label9 = new System.Windows.Forms.Label();
|
---|
64 | this.xAxisPrimaryTitleTextBox = new System.Windows.Forms.TextBox();
|
---|
65 | this.label11 = new System.Windows.Forms.Label();
|
---|
66 | this.xAxisSecondaryGroupBox = new System.Windows.Forms.GroupBox();
|
---|
67 | this.xAxisSecondaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
|
---|
68 | this.panel4 = new System.Windows.Forms.Panel();
|
---|
69 | this.xAxisSecondaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
70 | this.xAxisSecondaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
71 | this.panel3 = new System.Windows.Forms.Panel();
|
---|
72 | this.xAxisSecondaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
73 | this.xAxisSecondaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
74 | this.xAxisSecondaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
75 | this.xAxisSecondaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
76 | this.label10 = new System.Windows.Forms.Label();
|
---|
77 | this.xAxisSecondaryTitleTextBox = new System.Windows.Forms.TextBox();
|
---|
78 | this.label5 = new System.Windows.Forms.Label();
|
---|
79 | this.label6 = new System.Windows.Forms.Label();
|
---|
80 | this.axisTabControl = new System.Windows.Forms.TabControl();
|
---|
81 | this.xAxisTabPage = new System.Windows.Forms.TabPage();
|
---|
82 | this.yAxisTabPage = new System.Windows.Forms.TabPage();
|
---|
83 | this.yAxisSecondaryGroupBox = new System.Windows.Forms.GroupBox();
|
---|
84 | this.yAxisSecondaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
|
---|
85 | this.panel8 = new System.Windows.Forms.Panel();
|
---|
86 | this.yAxisSecondaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
87 | this.yAxisSecondaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
88 | this.panel7 = new System.Windows.Forms.Panel();
|
---|
89 | this.yAxisSecondaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
90 | this.yAxisSecondaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
91 | this.yAxisSecondaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
92 | this.yAxisSecondaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
93 | this.label13 = new System.Windows.Forms.Label();
|
---|
94 | this.label14 = new System.Windows.Forms.Label();
|
---|
95 | this.yAxisPrimaryGroupBox = new System.Windows.Forms.GroupBox();
|
---|
96 | this.yAxisPrimaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
|
---|
97 | this.panel6 = new System.Windows.Forms.Panel();
|
---|
98 | this.yAxisPrimaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
99 | this.yAxisPrimaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
100 | this.panel5 = new System.Windows.Forms.Panel();
|
---|
101 | this.yAxisPrimaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
102 | this.yAxisPrimaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
103 | this.yAxisPrimaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
104 | this.yAxisPrimaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
105 | this.label7 = new System.Windows.Forms.Label();
|
---|
106 | this.label8 = new System.Windows.Forms.Label();
|
---|
107 | this.titleTextBox = new System.Windows.Forms.TextBox();
|
---|
108 | this.label15 = new System.Windows.Forms.Label();
|
---|
109 | this.axisFontLabel = new System.Windows.Forms.Label();
|
---|
110 | this.titleFontLabel = new System.Windows.Forms.Label();
|
---|
111 | this.axisFontButton = new System.Windows.Forms.Button();
|
---|
112 | this.label3 = new System.Windows.Forms.Label();
|
---|
113 | this.titleFontButton = new System.Windows.Forms.Button();
|
---|
114 | this.label2 = new System.Windows.Forms.Label();
|
---|
115 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
116 | this.titleFontDialog = new System.Windows.Forms.FontDialog();
|
---|
117 | this.axisFontDialog = new System.Windows.Forms.FontDialog();
|
---|
118 | this.xAxisPrimaryGroupBox.SuspendLayout();
|
---|
119 | this.panel2.SuspendLayout();
|
---|
120 | this.panel1.SuspendLayout();
|
---|
121 | this.xAxisSecondaryGroupBox.SuspendLayout();
|
---|
122 | this.panel4.SuspendLayout();
|
---|
123 | this.panel3.SuspendLayout();
|
---|
124 | this.axisTabControl.SuspendLayout();
|
---|
125 | this.xAxisTabPage.SuspendLayout();
|
---|
126 | this.yAxisTabPage.SuspendLayout();
|
---|
127 | this.yAxisSecondaryGroupBox.SuspendLayout();
|
---|
128 | this.panel8.SuspendLayout();
|
---|
129 | this.panel7.SuspendLayout();
|
---|
130 | this.yAxisPrimaryGroupBox.SuspendLayout();
|
---|
131 | this.panel6.SuspendLayout();
|
---|
132 | this.panel5.SuspendLayout();
|
---|
133 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
134 | this.SuspendLayout();
|
---|
135 | //
|
---|
136 | // label1
|
---|
137 | //
|
---|
138 | this.label1.AutoSize = true;
|
---|
139 | this.label1.Location = new System.Drawing.Point(6, 22);
|
---|
140 | this.label1.Name = "label1";
|
---|
141 | this.label1.Size = new System.Drawing.Size(30, 13);
|
---|
142 | this.label1.TabIndex = 0;
|
---|
143 | this.label1.Text = "&Title:";
|
---|
144 | //
|
---|
145 | // yAxisPrimaryTitleTextBox
|
---|
146 | //
|
---|
147 | this.yAxisPrimaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
148 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
149 | this.yAxisPrimaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
|
---|
150 | this.yAxisPrimaryTitleTextBox.Name = "yAxisPrimaryTitleTextBox";
|
---|
151 | this.yAxisPrimaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
|
---|
152 | this.yAxisPrimaryTitleTextBox.TabIndex = 1;
|
---|
153 | this.yAxisPrimaryTitleTextBox.Validated += new System.EventHandler(this.yPrimaryTitleTextBox_Validated);
|
---|
154 | //
|
---|
155 | // yAxisSecondaryTitleTextBox
|
---|
156 | //
|
---|
157 | this.yAxisSecondaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
158 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
159 | this.yAxisSecondaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
|
---|
160 | this.yAxisSecondaryTitleTextBox.Name = "yAxisSecondaryTitleTextBox";
|
---|
161 | this.yAxisSecondaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
|
---|
162 | this.yAxisSecondaryTitleTextBox.TabIndex = 1;
|
---|
163 | this.yAxisSecondaryTitleTextBox.Validated += new System.EventHandler(this.ySecondaryTitleTextBox_Validated);
|
---|
164 | //
|
---|
165 | // label4
|
---|
166 | //
|
---|
167 | this.label4.AutoSize = true;
|
---|
168 | this.label4.Location = new System.Drawing.Point(6, 22);
|
---|
169 | this.label4.Name = "label4";
|
---|
170 | this.label4.Size = new System.Drawing.Size(30, 13);
|
---|
171 | this.label4.TabIndex = 0;
|
---|
172 | this.label4.Text = "&Title:";
|
---|
173 | //
|
---|
174 | // xAxisPrimaryGroupBox
|
---|
175 | //
|
---|
176 | this.xAxisPrimaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
177 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
178 | this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryLogScaleCheckBox);
|
---|
179 | this.xAxisPrimaryGroupBox.Controls.Add(this.panel2);
|
---|
180 | this.xAxisPrimaryGroupBox.Controls.Add(this.panel1);
|
---|
181 | this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryMinimumFixedTextBox);
|
---|
182 | this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryMaximumFixedTextBox);
|
---|
183 | this.xAxisPrimaryGroupBox.Controls.Add(this.label12);
|
---|
184 | this.xAxisPrimaryGroupBox.Controls.Add(this.label9);
|
---|
185 | this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryTitleTextBox);
|
---|
186 | this.xAxisPrimaryGroupBox.Controls.Add(this.label11);
|
---|
187 | this.xAxisPrimaryGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
188 | this.xAxisPrimaryGroupBox.Name = "xAxisPrimaryGroupBox";
|
---|
189 | this.xAxisPrimaryGroupBox.Size = new System.Drawing.Size(441, 126);
|
---|
190 | this.xAxisPrimaryGroupBox.TabIndex = 0;
|
---|
191 | this.xAxisPrimaryGroupBox.TabStop = false;
|
---|
192 | this.xAxisPrimaryGroupBox.Text = "Primary Axis";
|
---|
193 | //
|
---|
194 | // xAxisPrimaryLogScaleCheckBox
|
---|
195 | //
|
---|
196 | this.xAxisPrimaryLogScaleCheckBox.AutoSize = true;
|
---|
197 | this.xAxisPrimaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
198 | this.xAxisPrimaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
|
---|
199 | this.xAxisPrimaryLogScaleCheckBox.Name = "xAxisPrimaryLogScaleCheckBox";
|
---|
200 | this.xAxisPrimaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
|
---|
201 | this.xAxisPrimaryLogScaleCheckBox.TabIndex = 8;
|
---|
202 | this.xAxisPrimaryLogScaleCheckBox.Text = "Logarithmic:";
|
---|
203 | this.xAxisPrimaryLogScaleCheckBox.UseVisualStyleBackColor = true;
|
---|
204 | this.xAxisPrimaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.xAxisPrimaryLogScaleCheckBox_CheckedChanged);
|
---|
205 | //
|
---|
206 | // panel2
|
---|
207 | //
|
---|
208 | this.panel2.Controls.Add(this.xAxisPrimaryMaximumFixedRadioButton);
|
---|
209 | this.panel2.Controls.Add(this.xAxisPrimaryMaximumAutoRadioButton);
|
---|
210 | this.panel2.Location = new System.Drawing.Point(74, 71);
|
---|
211 | this.panel2.Name = "panel2";
|
---|
212 | this.panel2.Size = new System.Drawing.Size(106, 20);
|
---|
213 | this.panel2.TabIndex = 6;
|
---|
214 | //
|
---|
215 | // xAxisPrimaryMaximumFixedRadioButton
|
---|
216 | //
|
---|
217 | this.xAxisPrimaryMaximumFixedRadioButton.AutoSize = true;
|
---|
218 | this.xAxisPrimaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
219 | this.xAxisPrimaryMaximumFixedRadioButton.Name = "xAxisPrimaryMaximumFixedRadioButton";
|
---|
220 | this.xAxisPrimaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
221 | this.xAxisPrimaryMaximumFixedRadioButton.TabIndex = 1;
|
---|
222 | this.xAxisPrimaryMaximumFixedRadioButton.TabStop = true;
|
---|
223 | this.xAxisPrimaryMaximumFixedRadioButton.Text = "&Fixed:";
|
---|
224 | this.xAxisPrimaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
225 | this.xAxisPrimaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMaximumRadioButton_CheckedChanged);
|
---|
226 | //
|
---|
227 | // xAxisPrimaryMaximumAutoRadioButton
|
---|
228 | //
|
---|
229 | this.xAxisPrimaryMaximumAutoRadioButton.AutoSize = true;
|
---|
230 | this.xAxisPrimaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
231 | this.xAxisPrimaryMaximumAutoRadioButton.Name = "xAxisPrimaryMaximumAutoRadioButton";
|
---|
232 | this.xAxisPrimaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
233 | this.xAxisPrimaryMaximumAutoRadioButton.TabIndex = 0;
|
---|
234 | this.xAxisPrimaryMaximumAutoRadioButton.TabStop = true;
|
---|
235 | this.xAxisPrimaryMaximumAutoRadioButton.Text = "&Auto";
|
---|
236 | this.xAxisPrimaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
237 | this.xAxisPrimaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMaximumRadioButton_CheckedChanged);
|
---|
238 | //
|
---|
239 | // panel1
|
---|
240 | //
|
---|
241 | this.panel1.Controls.Add(this.xAxisPrimaryMinimumFixedRadioButton);
|
---|
242 | this.panel1.Controls.Add(this.xAxisPrimaryMinimumAutoRadioButton);
|
---|
243 | this.panel1.Location = new System.Drawing.Point(74, 45);
|
---|
244 | this.panel1.Name = "panel1";
|
---|
245 | this.panel1.Size = new System.Drawing.Size(106, 20);
|
---|
246 | this.panel1.TabIndex = 3;
|
---|
247 | //
|
---|
248 | // xAxisPrimaryMinimumFixedRadioButton
|
---|
249 | //
|
---|
250 | this.xAxisPrimaryMinimumFixedRadioButton.AutoSize = true;
|
---|
251 | this.xAxisPrimaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
252 | this.xAxisPrimaryMinimumFixedRadioButton.Name = "xAxisPrimaryMinimumFixedRadioButton";
|
---|
253 | this.xAxisPrimaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
254 | this.xAxisPrimaryMinimumFixedRadioButton.TabIndex = 1;
|
---|
255 | this.xAxisPrimaryMinimumFixedRadioButton.TabStop = true;
|
---|
256 | this.xAxisPrimaryMinimumFixedRadioButton.Text = "&Fixed:";
|
---|
257 | this.xAxisPrimaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
258 | this.xAxisPrimaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMinimumRadioButton_CheckedChanged);
|
---|
259 | //
|
---|
260 | // xAxisPrimaryMinimumAutoRadioButton
|
---|
261 | //
|
---|
262 | this.xAxisPrimaryMinimumAutoRadioButton.AutoSize = true;
|
---|
263 | this.xAxisPrimaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
264 | this.xAxisPrimaryMinimumAutoRadioButton.Name = "xAxisPrimaryMinimumAutoRadioButton";
|
---|
265 | this.xAxisPrimaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
266 | this.xAxisPrimaryMinimumAutoRadioButton.TabIndex = 0;
|
---|
267 | this.xAxisPrimaryMinimumAutoRadioButton.TabStop = true;
|
---|
268 | this.xAxisPrimaryMinimumAutoRadioButton.Text = "&Auto";
|
---|
269 | this.xAxisPrimaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
270 | this.xAxisPrimaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMinimumRadioButton_CheckedChanged);
|
---|
271 | //
|
---|
272 | // xAxisPrimaryMinimumFixedTextBox
|
---|
273 | //
|
---|
274 | this.xAxisPrimaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
275 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
276 | this.xAxisPrimaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
|
---|
277 | this.xAxisPrimaryMinimumFixedTextBox.Name = "xAxisPrimaryMinimumFixedTextBox";
|
---|
278 | this.xAxisPrimaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
279 | this.xAxisPrimaryMinimumFixedTextBox.TabIndex = 4;
|
---|
280 | this.xAxisPrimaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisPrimaryMinimumFixedTextBox_Validating);
|
---|
281 | //
|
---|
282 | // xAxisPrimaryMaximumFixedTextBox
|
---|
283 | //
|
---|
284 | this.xAxisPrimaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
285 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
286 | this.xAxisPrimaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
|
---|
287 | this.xAxisPrimaryMaximumFixedTextBox.Name = "xAxisPrimaryMaximumFixedTextBox";
|
---|
288 | this.xAxisPrimaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
289 | this.xAxisPrimaryMaximumFixedTextBox.TabIndex = 7;
|
---|
290 | this.xAxisPrimaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisPrimaryMaximumFixedTextBox_Validating);
|
---|
291 | //
|
---|
292 | // label12
|
---|
293 | //
|
---|
294 | this.label12.AutoSize = true;
|
---|
295 | this.label12.Location = new System.Drawing.Point(6, 74);
|
---|
296 | this.label12.Name = "label12";
|
---|
297 | this.label12.Size = new System.Drawing.Size(54, 13);
|
---|
298 | this.label12.TabIndex = 5;
|
---|
299 | this.label12.Text = "&Maximum:";
|
---|
300 | //
|
---|
301 | // label9
|
---|
302 | //
|
---|
303 | this.label9.AutoSize = true;
|
---|
304 | this.label9.Location = new System.Drawing.Point(6, 22);
|
---|
305 | this.label9.Name = "label9";
|
---|
306 | this.label9.Size = new System.Drawing.Size(30, 13);
|
---|
307 | this.label9.TabIndex = 0;
|
---|
308 | this.label9.Text = "&Title:";
|
---|
309 | //
|
---|
310 | // xAxisPrimaryTitleTextBox
|
---|
311 | //
|
---|
312 | this.xAxisPrimaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
313 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
314 | this.xAxisPrimaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
|
---|
315 | this.xAxisPrimaryTitleTextBox.Name = "xAxisPrimaryTitleTextBox";
|
---|
316 | this.xAxisPrimaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
|
---|
317 | this.xAxisPrimaryTitleTextBox.TabIndex = 1;
|
---|
318 | this.xAxisPrimaryTitleTextBox.Validated += new System.EventHandler(this.xPrimaryTitleTextBox_Validated);
|
---|
319 | //
|
---|
320 | // label11
|
---|
321 | //
|
---|
322 | this.label11.AutoSize = true;
|
---|
323 | this.label11.Location = new System.Drawing.Point(6, 48);
|
---|
324 | this.label11.Name = "label11";
|
---|
325 | this.label11.Size = new System.Drawing.Size(51, 13);
|
---|
326 | this.label11.TabIndex = 2;
|
---|
327 | this.label11.Text = "&Minimum:";
|
---|
328 | //
|
---|
329 | // xAxisSecondaryGroupBox
|
---|
330 | //
|
---|
331 | this.xAxisSecondaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
332 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
333 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
334 | this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryLogScaleCheckBox);
|
---|
335 | this.xAxisSecondaryGroupBox.Controls.Add(this.panel4);
|
---|
336 | this.xAxisSecondaryGroupBox.Controls.Add(this.panel3);
|
---|
337 | this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryMinimumFixedTextBox);
|
---|
338 | this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryMaximumFixedTextBox);
|
---|
339 | this.xAxisSecondaryGroupBox.Controls.Add(this.label10);
|
---|
340 | this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryTitleTextBox);
|
---|
341 | this.xAxisSecondaryGroupBox.Controls.Add(this.label5);
|
---|
342 | this.xAxisSecondaryGroupBox.Controls.Add(this.label6);
|
---|
343 | this.xAxisSecondaryGroupBox.Location = new System.Drawing.Point(3, 135);
|
---|
344 | this.xAxisSecondaryGroupBox.Name = "xAxisSecondaryGroupBox";
|
---|
345 | this.xAxisSecondaryGroupBox.Size = new System.Drawing.Size(441, 125);
|
---|
346 | this.xAxisSecondaryGroupBox.TabIndex = 1;
|
---|
347 | this.xAxisSecondaryGroupBox.TabStop = false;
|
---|
348 | this.xAxisSecondaryGroupBox.Text = "Secondary Axis";
|
---|
349 | //
|
---|
350 | // xAxisSecondaryLogScaleCheckBox
|
---|
351 | //
|
---|
352 | this.xAxisSecondaryLogScaleCheckBox.AutoSize = true;
|
---|
353 | this.xAxisSecondaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
354 | this.xAxisSecondaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
|
---|
355 | this.xAxisSecondaryLogScaleCheckBox.Name = "xAxisSecondaryLogScaleCheckBox";
|
---|
356 | this.xAxisSecondaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
|
---|
357 | this.xAxisSecondaryLogScaleCheckBox.TabIndex = 8;
|
---|
358 | this.xAxisSecondaryLogScaleCheckBox.Text = "Logarithmic:";
|
---|
359 | this.xAxisSecondaryLogScaleCheckBox.UseVisualStyleBackColor = true;
|
---|
360 | this.xAxisSecondaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.xAxisSecondaryLogScaleCheckBox_CheckedChanged);
|
---|
361 | //
|
---|
362 | // panel4
|
---|
363 | //
|
---|
364 | this.panel4.Controls.Add(this.xAxisSecondaryMaximumFixedRadioButton);
|
---|
365 | this.panel4.Controls.Add(this.xAxisSecondaryMaximumAutoRadioButton);
|
---|
366 | this.panel4.Location = new System.Drawing.Point(74, 71);
|
---|
367 | this.panel4.Name = "panel4";
|
---|
368 | this.panel4.Size = new System.Drawing.Size(106, 20);
|
---|
369 | this.panel4.TabIndex = 6;
|
---|
370 | //
|
---|
371 | // xAxisSecondaryMaximumFixedRadioButton
|
---|
372 | //
|
---|
373 | this.xAxisSecondaryMaximumFixedRadioButton.AutoSize = true;
|
---|
374 | this.xAxisSecondaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
375 | this.xAxisSecondaryMaximumFixedRadioButton.Name = "xAxisSecondaryMaximumFixedRadioButton";
|
---|
376 | this.xAxisSecondaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
377 | this.xAxisSecondaryMaximumFixedRadioButton.TabIndex = 1;
|
---|
378 | this.xAxisSecondaryMaximumFixedRadioButton.TabStop = true;
|
---|
379 | this.xAxisSecondaryMaximumFixedRadioButton.Text = "&Fixed:";
|
---|
380 | this.xAxisSecondaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
381 | this.xAxisSecondaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMaximumRadioButton_CheckedChanged);
|
---|
382 | //
|
---|
383 | // xAxisSecondaryMaximumAutoRadioButton
|
---|
384 | //
|
---|
385 | this.xAxisSecondaryMaximumAutoRadioButton.AutoSize = true;
|
---|
386 | this.xAxisSecondaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
387 | this.xAxisSecondaryMaximumAutoRadioButton.Name = "xAxisSecondaryMaximumAutoRadioButton";
|
---|
388 | this.xAxisSecondaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
389 | this.xAxisSecondaryMaximumAutoRadioButton.TabIndex = 0;
|
---|
390 | this.xAxisSecondaryMaximumAutoRadioButton.TabStop = true;
|
---|
391 | this.xAxisSecondaryMaximumAutoRadioButton.Text = "&Auto";
|
---|
392 | this.xAxisSecondaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
393 | this.xAxisSecondaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMaximumRadioButton_CheckedChanged);
|
---|
394 | //
|
---|
395 | // panel3
|
---|
396 | //
|
---|
397 | this.panel3.Controls.Add(this.xAxisSecondaryMinimumFixedRadioButton);
|
---|
398 | this.panel3.Controls.Add(this.xAxisSecondaryMinimumAutoRadioButton);
|
---|
399 | this.panel3.Location = new System.Drawing.Point(74, 45);
|
---|
400 | this.panel3.Name = "panel3";
|
---|
401 | this.panel3.Size = new System.Drawing.Size(106, 20);
|
---|
402 | this.panel3.TabIndex = 3;
|
---|
403 | //
|
---|
404 | // xAxisSecondaryMinimumFixedRadioButton
|
---|
405 | //
|
---|
406 | this.xAxisSecondaryMinimumFixedRadioButton.AutoSize = true;
|
---|
407 | this.xAxisSecondaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
408 | this.xAxisSecondaryMinimumFixedRadioButton.Name = "xAxisSecondaryMinimumFixedRadioButton";
|
---|
409 | this.xAxisSecondaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
410 | this.xAxisSecondaryMinimumFixedRadioButton.TabIndex = 1;
|
---|
411 | this.xAxisSecondaryMinimumFixedRadioButton.TabStop = true;
|
---|
412 | this.xAxisSecondaryMinimumFixedRadioButton.Text = "&Fixed:";
|
---|
413 | this.xAxisSecondaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
414 | this.xAxisSecondaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMinimumRadioButton_CheckedChanged);
|
---|
415 | //
|
---|
416 | // xAxisSecondaryMinimumAutoRadioButton
|
---|
417 | //
|
---|
418 | this.xAxisSecondaryMinimumAutoRadioButton.AutoSize = true;
|
---|
419 | this.xAxisSecondaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
420 | this.xAxisSecondaryMinimumAutoRadioButton.Name = "xAxisSecondaryMinimumAutoRadioButton";
|
---|
421 | this.xAxisSecondaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
422 | this.xAxisSecondaryMinimumAutoRadioButton.TabIndex = 0;
|
---|
423 | this.xAxisSecondaryMinimumAutoRadioButton.TabStop = true;
|
---|
424 | this.xAxisSecondaryMinimumAutoRadioButton.Text = "&Auto";
|
---|
425 | this.xAxisSecondaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
426 | this.xAxisSecondaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMinimumRadioButton_CheckedChanged);
|
---|
427 | //
|
---|
428 | // xAxisSecondaryMinimumFixedTextBox
|
---|
429 | //
|
---|
430 | this.xAxisSecondaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
431 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
432 | this.xAxisSecondaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
|
---|
433 | this.xAxisSecondaryMinimumFixedTextBox.Name = "xAxisSecondaryMinimumFixedTextBox";
|
---|
434 | this.xAxisSecondaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
435 | this.xAxisSecondaryMinimumFixedTextBox.TabIndex = 4;
|
---|
436 | this.xAxisSecondaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisSecondaryMinimumFixedTextBox_Validating);
|
---|
437 | //
|
---|
438 | // xAxisSecondaryMaximumFixedTextBox
|
---|
439 | //
|
---|
440 | this.xAxisSecondaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
441 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
442 | this.xAxisSecondaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
|
---|
443 | this.xAxisSecondaryMaximumFixedTextBox.Name = "xAxisSecondaryMaximumFixedTextBox";
|
---|
444 | this.xAxisSecondaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
445 | this.xAxisSecondaryMaximumFixedTextBox.TabIndex = 7;
|
---|
446 | this.xAxisSecondaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisSecondaryMaximumFixedTextBox_Validating);
|
---|
447 | //
|
---|
448 | // label10
|
---|
449 | //
|
---|
450 | this.label10.AutoSize = true;
|
---|
451 | this.label10.Location = new System.Drawing.Point(6, 22);
|
---|
452 | this.label10.Name = "label10";
|
---|
453 | this.label10.Size = new System.Drawing.Size(30, 13);
|
---|
454 | this.label10.TabIndex = 0;
|
---|
455 | this.label10.Text = "&Title:";
|
---|
456 | //
|
---|
457 | // xAxisSecondaryTitleTextBox
|
---|
458 | //
|
---|
459 | this.xAxisSecondaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
460 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
461 | this.xAxisSecondaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
|
---|
462 | this.xAxisSecondaryTitleTextBox.Name = "xAxisSecondaryTitleTextBox";
|
---|
463 | this.xAxisSecondaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
|
---|
464 | this.xAxisSecondaryTitleTextBox.TabIndex = 1;
|
---|
465 | this.xAxisSecondaryTitleTextBox.Validated += new System.EventHandler(this.xSecondaryTitleTextBox_Validated);
|
---|
466 | //
|
---|
467 | // label5
|
---|
468 | //
|
---|
469 | this.label5.AutoSize = true;
|
---|
470 | this.label5.Location = new System.Drawing.Point(6, 74);
|
---|
471 | this.label5.Name = "label5";
|
---|
472 | this.label5.Size = new System.Drawing.Size(54, 13);
|
---|
473 | this.label5.TabIndex = 5;
|
---|
474 | this.label5.Text = "&Maximum:";
|
---|
475 | //
|
---|
476 | // label6
|
---|
477 | //
|
---|
478 | this.label6.AutoSize = true;
|
---|
479 | this.label6.Location = new System.Drawing.Point(6, 48);
|
---|
480 | this.label6.Name = "label6";
|
---|
481 | this.label6.Size = new System.Drawing.Size(51, 13);
|
---|
482 | this.label6.TabIndex = 2;
|
---|
483 | this.label6.Text = "&Minimum:";
|
---|
484 | //
|
---|
485 | // axisTabControl
|
---|
486 | //
|
---|
487 | this.axisTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
488 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
489 | this.axisTabControl.Controls.Add(this.xAxisTabPage);
|
---|
490 | this.axisTabControl.Controls.Add(this.yAxisTabPage);
|
---|
491 | this.axisTabControl.Location = new System.Drawing.Point(0, 84);
|
---|
492 | this.axisTabControl.Name = "axisTabControl";
|
---|
493 | this.axisTabControl.SelectedIndex = 0;
|
---|
494 | this.axisTabControl.Size = new System.Drawing.Size(455, 289);
|
---|
495 | this.axisTabControl.TabIndex = 8;
|
---|
496 | //
|
---|
497 | // xAxisTabPage
|
---|
498 | //
|
---|
499 | this.xAxisTabPage.Controls.Add(this.xAxisSecondaryGroupBox);
|
---|
500 | this.xAxisTabPage.Controls.Add(this.xAxisPrimaryGroupBox);
|
---|
501 | this.xAxisTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
502 | this.xAxisTabPage.Name = "xAxisTabPage";
|
---|
503 | this.xAxisTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
504 | this.xAxisTabPage.Size = new System.Drawing.Size(447, 263);
|
---|
505 | this.xAxisTabPage.TabIndex = 0;
|
---|
506 | this.xAxisTabPage.Text = "X-Axis";
|
---|
507 | this.xAxisTabPage.UseVisualStyleBackColor = true;
|
---|
508 | //
|
---|
509 | // yAxisTabPage
|
---|
510 | //
|
---|
511 | this.yAxisTabPage.Controls.Add(this.yAxisSecondaryGroupBox);
|
---|
512 | this.yAxisTabPage.Controls.Add(this.yAxisPrimaryGroupBox);
|
---|
513 | this.yAxisTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
514 | this.yAxisTabPage.Name = "yAxisTabPage";
|
---|
515 | this.yAxisTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
516 | this.yAxisTabPage.Size = new System.Drawing.Size(447, 263);
|
---|
517 | this.yAxisTabPage.TabIndex = 1;
|
---|
518 | this.yAxisTabPage.Text = "Y-Axis";
|
---|
519 | this.yAxisTabPage.UseVisualStyleBackColor = true;
|
---|
520 | //
|
---|
521 | // yAxisSecondaryGroupBox
|
---|
522 | //
|
---|
523 | this.yAxisSecondaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
524 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
525 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
526 | this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryLogScaleCheckBox);
|
---|
527 | this.yAxisSecondaryGroupBox.Controls.Add(this.panel8);
|
---|
528 | this.yAxisSecondaryGroupBox.Controls.Add(this.panel7);
|
---|
529 | this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryMinimumFixedTextBox);
|
---|
530 | this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryMaximumFixedTextBox);
|
---|
531 | this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryTitleTextBox);
|
---|
532 | this.yAxisSecondaryGroupBox.Controls.Add(this.label4);
|
---|
533 | this.yAxisSecondaryGroupBox.Controls.Add(this.label13);
|
---|
534 | this.yAxisSecondaryGroupBox.Controls.Add(this.label14);
|
---|
535 | this.yAxisSecondaryGroupBox.Location = new System.Drawing.Point(3, 135);
|
---|
536 | this.yAxisSecondaryGroupBox.Name = "yAxisSecondaryGroupBox";
|
---|
537 | this.yAxisSecondaryGroupBox.Size = new System.Drawing.Size(441, 125);
|
---|
538 | this.yAxisSecondaryGroupBox.TabIndex = 1;
|
---|
539 | this.yAxisSecondaryGroupBox.TabStop = false;
|
---|
540 | this.yAxisSecondaryGroupBox.Text = "Secondary Axis";
|
---|
541 | //
|
---|
542 | // yAxisSecondaryLogScaleCheckBox
|
---|
543 | //
|
---|
544 | this.yAxisSecondaryLogScaleCheckBox.AutoSize = true;
|
---|
545 | this.yAxisSecondaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
546 | this.yAxisSecondaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
|
---|
547 | this.yAxisSecondaryLogScaleCheckBox.Name = "yAxisSecondaryLogScaleCheckBox";
|
---|
548 | this.yAxisSecondaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
|
---|
549 | this.yAxisSecondaryLogScaleCheckBox.TabIndex = 9;
|
---|
550 | this.yAxisSecondaryLogScaleCheckBox.Text = "Logarithmic:";
|
---|
551 | this.yAxisSecondaryLogScaleCheckBox.UseVisualStyleBackColor = true;
|
---|
552 | this.yAxisSecondaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.yAxisSecondaryLogScaleCheckBox_CheckedChanged);
|
---|
553 | //
|
---|
554 | // panel8
|
---|
555 | //
|
---|
556 | this.panel8.Controls.Add(this.yAxisSecondaryMaximumFixedRadioButton);
|
---|
557 | this.panel8.Controls.Add(this.yAxisSecondaryMaximumAutoRadioButton);
|
---|
558 | this.panel8.Location = new System.Drawing.Point(74, 71);
|
---|
559 | this.panel8.Name = "panel8";
|
---|
560 | this.panel8.Size = new System.Drawing.Size(106, 20);
|
---|
561 | this.panel8.TabIndex = 6;
|
---|
562 | //
|
---|
563 | // yAxisSecondaryMaximumFixedRadioButton
|
---|
564 | //
|
---|
565 | this.yAxisSecondaryMaximumFixedRadioButton.AutoSize = true;
|
---|
566 | this.yAxisSecondaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
567 | this.yAxisSecondaryMaximumFixedRadioButton.Name = "yAxisSecondaryMaximumFixedRadioButton";
|
---|
568 | this.yAxisSecondaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
569 | this.yAxisSecondaryMaximumFixedRadioButton.TabIndex = 1;
|
---|
570 | this.yAxisSecondaryMaximumFixedRadioButton.TabStop = true;
|
---|
571 | this.yAxisSecondaryMaximumFixedRadioButton.Text = "&Fixed:";
|
---|
572 | this.yAxisSecondaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
573 | this.yAxisSecondaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMaximumRadioButton_CheckedChanged);
|
---|
574 | //
|
---|
575 | // yAxisSecondaryMaximumAutoRadioButton
|
---|
576 | //
|
---|
577 | this.yAxisSecondaryMaximumAutoRadioButton.AutoSize = true;
|
---|
578 | this.yAxisSecondaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
579 | this.yAxisSecondaryMaximumAutoRadioButton.Name = "yAxisSecondaryMaximumAutoRadioButton";
|
---|
580 | this.yAxisSecondaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
581 | this.yAxisSecondaryMaximumAutoRadioButton.TabIndex = 0;
|
---|
582 | this.yAxisSecondaryMaximumAutoRadioButton.TabStop = true;
|
---|
583 | this.yAxisSecondaryMaximumAutoRadioButton.Text = "&Auto";
|
---|
584 | this.yAxisSecondaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
585 | this.yAxisSecondaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMaximumRadioButton_CheckedChanged);
|
---|
586 | //
|
---|
587 | // panel7
|
---|
588 | //
|
---|
589 | this.panel7.Controls.Add(this.yAxisSecondaryMinimumFixedRadioButton);
|
---|
590 | this.panel7.Controls.Add(this.yAxisSecondaryMinimumAutoRadioButton);
|
---|
591 | this.panel7.Location = new System.Drawing.Point(74, 45);
|
---|
592 | this.panel7.Name = "panel7";
|
---|
593 | this.panel7.Size = new System.Drawing.Size(106, 20);
|
---|
594 | this.panel7.TabIndex = 3;
|
---|
595 | //
|
---|
596 | // yAxisSecondaryMinimumFixedRadioButton
|
---|
597 | //
|
---|
598 | this.yAxisSecondaryMinimumFixedRadioButton.AutoSize = true;
|
---|
599 | this.yAxisSecondaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
600 | this.yAxisSecondaryMinimumFixedRadioButton.Name = "yAxisSecondaryMinimumFixedRadioButton";
|
---|
601 | this.yAxisSecondaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
602 | this.yAxisSecondaryMinimumFixedRadioButton.TabIndex = 1;
|
---|
603 | this.yAxisSecondaryMinimumFixedRadioButton.TabStop = true;
|
---|
604 | this.yAxisSecondaryMinimumFixedRadioButton.Text = "&Fixed:";
|
---|
605 | this.yAxisSecondaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
606 | this.yAxisSecondaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMinimumRadioButton_CheckedChanged);
|
---|
607 | //
|
---|
608 | // yAxisSecondaryMinimumAutoRadioButton
|
---|
609 | //
|
---|
610 | this.yAxisSecondaryMinimumAutoRadioButton.AutoSize = true;
|
---|
611 | this.yAxisSecondaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
612 | this.yAxisSecondaryMinimumAutoRadioButton.Name = "yAxisSecondaryMinimumAutoRadioButton";
|
---|
613 | this.yAxisSecondaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
614 | this.yAxisSecondaryMinimumAutoRadioButton.TabIndex = 0;
|
---|
615 | this.yAxisSecondaryMinimumAutoRadioButton.TabStop = true;
|
---|
616 | this.yAxisSecondaryMinimumAutoRadioButton.Text = "&Auto";
|
---|
617 | this.yAxisSecondaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
618 | this.yAxisSecondaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMinimumRadioButton_CheckedChanged);
|
---|
619 | //
|
---|
620 | // yAxisSecondaryMinimumFixedTextBox
|
---|
621 | //
|
---|
622 | this.yAxisSecondaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
623 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
624 | this.yAxisSecondaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
|
---|
625 | this.yAxisSecondaryMinimumFixedTextBox.Name = "yAxisSecondaryMinimumFixedTextBox";
|
---|
626 | this.yAxisSecondaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
627 | this.yAxisSecondaryMinimumFixedTextBox.TabIndex = 4;
|
---|
628 | this.yAxisSecondaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisSecondaryMinimumFixedTextBox_Validating);
|
---|
629 | //
|
---|
630 | // yAxisSecondaryMaximumFixedTextBox
|
---|
631 | //
|
---|
632 | this.yAxisSecondaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
633 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
634 | this.yAxisSecondaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
|
---|
635 | this.yAxisSecondaryMaximumFixedTextBox.Name = "yAxisSecondaryMaximumFixedTextBox";
|
---|
636 | this.yAxisSecondaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
637 | this.yAxisSecondaryMaximumFixedTextBox.TabIndex = 7;
|
---|
638 | this.yAxisSecondaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisSecondaryMaximumFixedTextBox_Validating);
|
---|
639 | //
|
---|
640 | // label13
|
---|
641 | //
|
---|
642 | this.label13.AutoSize = true;
|
---|
643 | this.label13.Location = new System.Drawing.Point(6, 74);
|
---|
644 | this.label13.Name = "label13";
|
---|
645 | this.label13.Size = new System.Drawing.Size(54, 13);
|
---|
646 | this.label13.TabIndex = 5;
|
---|
647 | this.label13.Text = "&Maximum:";
|
---|
648 | //
|
---|
649 | // label14
|
---|
650 | //
|
---|
651 | this.label14.AutoSize = true;
|
---|
652 | this.label14.Location = new System.Drawing.Point(6, 48);
|
---|
653 | this.label14.Name = "label14";
|
---|
654 | this.label14.Size = new System.Drawing.Size(51, 13);
|
---|
655 | this.label14.TabIndex = 2;
|
---|
656 | this.label14.Text = "&Minimum:";
|
---|
657 | //
|
---|
658 | // yAxisPrimaryGroupBox
|
---|
659 | //
|
---|
660 | this.yAxisPrimaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
661 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
662 | this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryLogScaleCheckBox);
|
---|
663 | this.yAxisPrimaryGroupBox.Controls.Add(this.panel6);
|
---|
664 | this.yAxisPrimaryGroupBox.Controls.Add(this.panel5);
|
---|
665 | this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryMinimumFixedTextBox);
|
---|
666 | this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryMaximumFixedTextBox);
|
---|
667 | this.yAxisPrimaryGroupBox.Controls.Add(this.label7);
|
---|
668 | this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryTitleTextBox);
|
---|
669 | this.yAxisPrimaryGroupBox.Controls.Add(this.label8);
|
---|
670 | this.yAxisPrimaryGroupBox.Controls.Add(this.label1);
|
---|
671 | this.yAxisPrimaryGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
672 | this.yAxisPrimaryGroupBox.Name = "yAxisPrimaryGroupBox";
|
---|
673 | this.yAxisPrimaryGroupBox.Size = new System.Drawing.Size(441, 126);
|
---|
674 | this.yAxisPrimaryGroupBox.TabIndex = 0;
|
---|
675 | this.yAxisPrimaryGroupBox.TabStop = false;
|
---|
676 | this.yAxisPrimaryGroupBox.Text = "Primary Axis";
|
---|
677 | //
|
---|
678 | // yAxisPrimaryLogScaleCheckBox
|
---|
679 | //
|
---|
680 | this.yAxisPrimaryLogScaleCheckBox.AutoSize = true;
|
---|
681 | this.yAxisPrimaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
682 | this.yAxisPrimaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
|
---|
683 | this.yAxisPrimaryLogScaleCheckBox.Name = "yAxisPrimaryLogScaleCheckBox";
|
---|
684 | this.yAxisPrimaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
|
---|
685 | this.yAxisPrimaryLogScaleCheckBox.TabIndex = 10;
|
---|
686 | this.yAxisPrimaryLogScaleCheckBox.Text = "Logarithmic:";
|
---|
687 | this.yAxisPrimaryLogScaleCheckBox.UseVisualStyleBackColor = true;
|
---|
688 | this.yAxisPrimaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.yAxisPrimaryLogScaleCheckBox_CheckedChanged);
|
---|
689 | //
|
---|
690 | // panel6
|
---|
691 | //
|
---|
692 | this.panel6.Controls.Add(this.yAxisPrimaryMaximumFixedRadioButton);
|
---|
693 | this.panel6.Controls.Add(this.yAxisPrimaryMaximumAutoRadioButton);
|
---|
694 | this.panel6.Location = new System.Drawing.Point(74, 71);
|
---|
695 | this.panel6.Name = "panel6";
|
---|
696 | this.panel6.Size = new System.Drawing.Size(106, 20);
|
---|
697 | this.panel6.TabIndex = 6;
|
---|
698 | //
|
---|
699 | // yAxisPrimaryMaximumFixedRadioButton
|
---|
700 | //
|
---|
701 | this.yAxisPrimaryMaximumFixedRadioButton.AutoSize = true;
|
---|
702 | this.yAxisPrimaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
703 | this.yAxisPrimaryMaximumFixedRadioButton.Name = "yAxisPrimaryMaximumFixedRadioButton";
|
---|
704 | this.yAxisPrimaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
705 | this.yAxisPrimaryMaximumFixedRadioButton.TabIndex = 1;
|
---|
706 | this.yAxisPrimaryMaximumFixedRadioButton.TabStop = true;
|
---|
707 | this.yAxisPrimaryMaximumFixedRadioButton.Text = "&Fixed:";
|
---|
708 | this.yAxisPrimaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
709 | this.yAxisPrimaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMaximumRadioButton_CheckedChanged);
|
---|
710 | //
|
---|
711 | // yAxisPrimaryMaximumAutoRadioButton
|
---|
712 | //
|
---|
713 | this.yAxisPrimaryMaximumAutoRadioButton.AutoSize = true;
|
---|
714 | this.yAxisPrimaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
715 | this.yAxisPrimaryMaximumAutoRadioButton.Name = "yAxisPrimaryMaximumAutoRadioButton";
|
---|
716 | this.yAxisPrimaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
717 | this.yAxisPrimaryMaximumAutoRadioButton.TabIndex = 0;
|
---|
718 | this.yAxisPrimaryMaximumAutoRadioButton.TabStop = true;
|
---|
719 | this.yAxisPrimaryMaximumAutoRadioButton.Text = "&Auto";
|
---|
720 | this.yAxisPrimaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
721 | this.yAxisPrimaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMaximumRadioButton_CheckedChanged);
|
---|
722 | //
|
---|
723 | // panel5
|
---|
724 | //
|
---|
725 | this.panel5.Controls.Add(this.yAxisPrimaryMinimumAutoRadioButton);
|
---|
726 | this.panel5.Controls.Add(this.yAxisPrimaryMinimumFixedRadioButton);
|
---|
727 | this.panel5.Location = new System.Drawing.Point(74, 45);
|
---|
728 | this.panel5.Name = "panel5";
|
---|
729 | this.panel5.Size = new System.Drawing.Size(106, 20);
|
---|
730 | this.panel5.TabIndex = 3;
|
---|
731 | //
|
---|
732 | // yAxisPrimaryMinimumAutoRadioButton
|
---|
733 | //
|
---|
734 | this.yAxisPrimaryMinimumAutoRadioButton.AutoSize = true;
|
---|
735 | this.yAxisPrimaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
736 | this.yAxisPrimaryMinimumAutoRadioButton.Name = "yAxisPrimaryMinimumAutoRadioButton";
|
---|
737 | this.yAxisPrimaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
738 | this.yAxisPrimaryMinimumAutoRadioButton.TabIndex = 0;
|
---|
739 | this.yAxisPrimaryMinimumAutoRadioButton.TabStop = true;
|
---|
740 | this.yAxisPrimaryMinimumAutoRadioButton.Text = "&Auto";
|
---|
741 | this.yAxisPrimaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
742 | this.yAxisPrimaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMinimumRadioButton_CheckedChanged);
|
---|
743 | //
|
---|
744 | // yAxisPrimaryMinimumFixedRadioButton
|
---|
745 | //
|
---|
746 | this.yAxisPrimaryMinimumFixedRadioButton.AutoSize = true;
|
---|
747 | this.yAxisPrimaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
748 | this.yAxisPrimaryMinimumFixedRadioButton.Name = "yAxisPrimaryMinimumFixedRadioButton";
|
---|
749 | this.yAxisPrimaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
750 | this.yAxisPrimaryMinimumFixedRadioButton.TabIndex = 1;
|
---|
751 | this.yAxisPrimaryMinimumFixedRadioButton.TabStop = true;
|
---|
752 | this.yAxisPrimaryMinimumFixedRadioButton.Text = "&Fixed:";
|
---|
753 | this.yAxisPrimaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
754 | this.yAxisPrimaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMinimumRadioButton_CheckedChanged);
|
---|
755 | //
|
---|
756 | // yAxisPrimaryMinimumFixedTextBox
|
---|
757 | //
|
---|
758 | this.yAxisPrimaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
759 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
760 | this.yAxisPrimaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
|
---|
761 | this.yAxisPrimaryMinimumFixedTextBox.Name = "yAxisPrimaryMinimumFixedTextBox";
|
---|
762 | this.yAxisPrimaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
763 | this.yAxisPrimaryMinimumFixedTextBox.TabIndex = 4;
|
---|
764 | this.yAxisPrimaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisPrimaryMinimumFixedTextBox_Validating);
|
---|
765 | //
|
---|
766 | // yAxisPrimaryMaximumFixedTextBox
|
---|
767 | //
|
---|
768 | this.yAxisPrimaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
769 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
770 | this.yAxisPrimaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
|
---|
771 | this.yAxisPrimaryMaximumFixedTextBox.Name = "yAxisPrimaryMaximumFixedTextBox";
|
---|
772 | this.yAxisPrimaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
773 | this.yAxisPrimaryMaximumFixedTextBox.TabIndex = 7;
|
---|
774 | this.yAxisPrimaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisPrimaryMaximumFixedTextBox_Validating);
|
---|
775 | //
|
---|
776 | // label7
|
---|
777 | //
|
---|
778 | this.label7.AutoSize = true;
|
---|
779 | this.label7.Location = new System.Drawing.Point(6, 74);
|
---|
780 | this.label7.Name = "label7";
|
---|
781 | this.label7.Size = new System.Drawing.Size(54, 13);
|
---|
782 | this.label7.TabIndex = 5;
|
---|
783 | this.label7.Text = "&Maximum:";
|
---|
784 | //
|
---|
785 | // label8
|
---|
786 | //
|
---|
787 | this.label8.AutoSize = true;
|
---|
788 | this.label8.Location = new System.Drawing.Point(6, 48);
|
---|
789 | this.label8.Name = "label8";
|
---|
790 | this.label8.Size = new System.Drawing.Size(51, 13);
|
---|
791 | this.label8.TabIndex = 2;
|
---|
792 | this.label8.Text = "&Minimum:";
|
---|
793 | //
|
---|
794 | // titleTextBox
|
---|
795 | //
|
---|
796 | this.titleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
797 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
798 | this.titleTextBox.Location = new System.Drawing.Point(66, 0);
|
---|
799 | this.titleTextBox.Name = "titleTextBox";
|
---|
800 | this.titleTextBox.Size = new System.Drawing.Size(389, 20);
|
---|
801 | this.titleTextBox.TabIndex = 1;
|
---|
802 | this.titleTextBox.Validated += new System.EventHandler(this.titleTextBox_Validated);
|
---|
803 | //
|
---|
804 | // label15
|
---|
805 | //
|
---|
806 | this.label15.AutoSize = true;
|
---|
807 | this.label15.Location = new System.Drawing.Point(3, 3);
|
---|
808 | this.label15.Name = "label15";
|
---|
809 | this.label15.Size = new System.Drawing.Size(30, 13);
|
---|
810 | this.label15.TabIndex = 0;
|
---|
811 | this.label15.Text = "&Title:";
|
---|
812 | //
|
---|
813 | // axisFontLabel
|
---|
814 | //
|
---|
815 | this.axisFontLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
816 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
817 | this.axisFontLabel.AutoSize = true;
|
---|
818 | this.axisFontLabel.Location = new System.Drawing.Point(98, 60);
|
---|
819 | this.axisFontLabel.Name = "axisFontLabel";
|
---|
820 | this.axisFontLabel.Size = new System.Drawing.Size(43, 13);
|
---|
821 | this.axisFontLabel.TabIndex = 7;
|
---|
822 | this.axisFontLabel.Text = "( none )";
|
---|
823 | //
|
---|
824 | // titleFontLabel
|
---|
825 | //
|
---|
826 | this.titleFontLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
827 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
828 | this.titleFontLabel.AutoSize = true;
|
---|
829 | this.titleFontLabel.Location = new System.Drawing.Point(98, 31);
|
---|
830 | this.titleFontLabel.Name = "titleFontLabel";
|
---|
831 | this.titleFontLabel.Size = new System.Drawing.Size(43, 13);
|
---|
832 | this.titleFontLabel.TabIndex = 4;
|
---|
833 | this.titleFontLabel.Text = "( none )";
|
---|
834 | //
|
---|
835 | // axisFontButton
|
---|
836 | //
|
---|
837 | this.axisFontButton.Location = new System.Drawing.Point(66, 55);
|
---|
838 | this.axisFontButton.Name = "axisFontButton";
|
---|
839 | this.axisFontButton.Size = new System.Drawing.Size(26, 23);
|
---|
840 | this.axisFontButton.TabIndex = 6;
|
---|
841 | this.axisFontButton.Text = "...";
|
---|
842 | this.axisFontButton.UseVisualStyleBackColor = true;
|
---|
843 | this.axisFontButton.Click += new System.EventHandler(this.axisFontButton_Click);
|
---|
844 | //
|
---|
845 | // label3
|
---|
846 | //
|
---|
847 | this.label3.AutoSize = true;
|
---|
848 | this.label3.Location = new System.Drawing.Point(3, 60);
|
---|
849 | this.label3.Name = "label3";
|
---|
850 | this.label3.Size = new System.Drawing.Size(57, 13);
|
---|
851 | this.label3.TabIndex = 5;
|
---|
852 | this.label3.Text = "&Axes Font:";
|
---|
853 | //
|
---|
854 | // titleFontButton
|
---|
855 | //
|
---|
856 | this.titleFontButton.Location = new System.Drawing.Point(66, 26);
|
---|
857 | this.titleFontButton.Name = "titleFontButton";
|
---|
858 | this.titleFontButton.Size = new System.Drawing.Size(26, 23);
|
---|
859 | this.titleFontButton.TabIndex = 3;
|
---|
860 | this.titleFontButton.Text = "...";
|
---|
861 | this.titleFontButton.UseVisualStyleBackColor = true;
|
---|
862 | this.titleFontButton.Click += new System.EventHandler(this.titleFontButton_Click);
|
---|
863 | //
|
---|
864 | // label2
|
---|
865 | //
|
---|
866 | this.label2.AutoSize = true;
|
---|
867 | this.label2.Location = new System.Drawing.Point(3, 31);
|
---|
868 | this.label2.Name = "label2";
|
---|
869 | this.label2.Size = new System.Drawing.Size(54, 13);
|
---|
870 | this.label2.TabIndex = 2;
|
---|
871 | this.label2.Text = "&Title Font:";
|
---|
872 | //
|
---|
873 | // errorProvider
|
---|
874 | //
|
---|
875 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
876 | this.errorProvider.ContainerControl = this;
|
---|
877 | //
|
---|
878 | // titleFontDialog
|
---|
879 | //
|
---|
880 | this.titleFontDialog.Color = System.Drawing.SystemColors.ControlText;
|
---|
881 | this.titleFontDialog.FontMustExist = true;
|
---|
882 | this.titleFontDialog.ShowColor = true;
|
---|
883 | //
|
---|
884 | // axisFontDialog
|
---|
885 | //
|
---|
886 | this.axisFontDialog.Color = System.Drawing.SystemColors.ControlText;
|
---|
887 | //
|
---|
888 | // DataTableVisualPropertiesControl
|
---|
889 | //
|
---|
890 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
891 | this.Controls.Add(this.axisFontLabel);
|
---|
892 | this.Controls.Add(this.label15);
|
---|
893 | this.Controls.Add(this.axisFontButton);
|
---|
894 | this.Controls.Add(this.titleFontLabel);
|
---|
895 | this.Controls.Add(this.label3);
|
---|
896 | this.Controls.Add(this.titleTextBox);
|
---|
897 | this.Controls.Add(this.axisTabControl);
|
---|
898 | this.Controls.Add(this.label2);
|
---|
899 | this.Controls.Add(this.titleFontButton);
|
---|
900 | this.Name = "DataTableVisualPropertiesControl";
|
---|
901 | this.Size = new System.Drawing.Size(455, 373);
|
---|
902 | this.xAxisPrimaryGroupBox.ResumeLayout(false);
|
---|
903 | this.xAxisPrimaryGroupBox.PerformLayout();
|
---|
904 | this.panel2.ResumeLayout(false);
|
---|
905 | this.panel2.PerformLayout();
|
---|
906 | this.panel1.ResumeLayout(false);
|
---|
907 | this.panel1.PerformLayout();
|
---|
908 | this.xAxisSecondaryGroupBox.ResumeLayout(false);
|
---|
909 | this.xAxisSecondaryGroupBox.PerformLayout();
|
---|
910 | this.panel4.ResumeLayout(false);
|
---|
911 | this.panel4.PerformLayout();
|
---|
912 | this.panel3.ResumeLayout(false);
|
---|
913 | this.panel3.PerformLayout();
|
---|
914 | this.axisTabControl.ResumeLayout(false);
|
---|
915 | this.xAxisTabPage.ResumeLayout(false);
|
---|
916 | this.yAxisTabPage.ResumeLayout(false);
|
---|
917 | this.yAxisSecondaryGroupBox.ResumeLayout(false);
|
---|
918 | this.yAxisSecondaryGroupBox.PerformLayout();
|
---|
919 | this.panel8.ResumeLayout(false);
|
---|
920 | this.panel8.PerformLayout();
|
---|
921 | this.panel7.ResumeLayout(false);
|
---|
922 | this.panel7.PerformLayout();
|
---|
923 | this.yAxisPrimaryGroupBox.ResumeLayout(false);
|
---|
924 | this.yAxisPrimaryGroupBox.PerformLayout();
|
---|
925 | this.panel6.ResumeLayout(false);
|
---|
926 | this.panel6.PerformLayout();
|
---|
927 | this.panel5.ResumeLayout(false);
|
---|
928 | this.panel5.PerformLayout();
|
---|
929 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
930 | this.ResumeLayout(false);
|
---|
931 | this.PerformLayout();
|
---|
932 |
|
---|
933 | }
|
---|
934 |
|
---|
935 | #endregion
|
---|
936 |
|
---|
937 | private System.Windows.Forms.Label label1;
|
---|
938 | private System.Windows.Forms.TextBox yAxisPrimaryTitleTextBox;
|
---|
939 | private System.Windows.Forms.TextBox yAxisSecondaryTitleTextBox;
|
---|
940 | private System.Windows.Forms.Label label4;
|
---|
941 | private System.Windows.Forms.GroupBox xAxisPrimaryGroupBox;
|
---|
942 | private System.Windows.Forms.Label label12;
|
---|
943 | private System.Windows.Forms.Label label9;
|
---|
944 | private System.Windows.Forms.TextBox xAxisPrimaryTitleTextBox;
|
---|
945 | private System.Windows.Forms.Label label11;
|
---|
946 | private System.Windows.Forms.TextBox xAxisPrimaryMaximumFixedTextBox;
|
---|
947 | private System.Windows.Forms.RadioButton xAxisPrimaryMaximumFixedRadioButton;
|
---|
948 | private System.Windows.Forms.RadioButton xAxisPrimaryMaximumAutoRadioButton;
|
---|
949 | private System.Windows.Forms.TextBox xAxisPrimaryMinimumFixedTextBox;
|
---|
950 | private System.Windows.Forms.RadioButton xAxisPrimaryMinimumFixedRadioButton;
|
---|
951 | private System.Windows.Forms.RadioButton xAxisPrimaryMinimumAutoRadioButton;
|
---|
952 | private System.Windows.Forms.GroupBox xAxisSecondaryGroupBox;
|
---|
953 | private System.Windows.Forms.Label label10;
|
---|
954 | private System.Windows.Forms.TextBox xAxisSecondaryTitleTextBox;
|
---|
955 | private System.Windows.Forms.Label label5;
|
---|
956 | private System.Windows.Forms.Label label6;
|
---|
957 | private System.Windows.Forms.TextBox xAxisSecondaryMaximumFixedTextBox;
|
---|
958 | private System.Windows.Forms.RadioButton xAxisSecondaryMaximumFixedRadioButton;
|
---|
959 | private System.Windows.Forms.RadioButton xAxisSecondaryMaximumAutoRadioButton;
|
---|
960 | private System.Windows.Forms.TextBox xAxisSecondaryMinimumFixedTextBox;
|
---|
961 | private System.Windows.Forms.RadioButton xAxisSecondaryMinimumFixedRadioButton;
|
---|
962 | private System.Windows.Forms.RadioButton xAxisSecondaryMinimumAutoRadioButton;
|
---|
963 | private System.Windows.Forms.TabControl axisTabControl;
|
---|
964 | private System.Windows.Forms.TabPage xAxisTabPage;
|
---|
965 | private System.Windows.Forms.TabPage yAxisTabPage;
|
---|
966 | private System.Windows.Forms.GroupBox yAxisSecondaryGroupBox;
|
---|
967 | private System.Windows.Forms.Label label13;
|
---|
968 | private System.Windows.Forms.Label label14;
|
---|
969 | private System.Windows.Forms.TextBox yAxisSecondaryMaximumFixedTextBox;
|
---|
970 | private System.Windows.Forms.RadioButton yAxisSecondaryMaximumFixedRadioButton;
|
---|
971 | private System.Windows.Forms.RadioButton yAxisSecondaryMaximumAutoRadioButton;
|
---|
972 | private System.Windows.Forms.TextBox yAxisSecondaryMinimumFixedTextBox;
|
---|
973 | private System.Windows.Forms.RadioButton yAxisSecondaryMinimumFixedRadioButton;
|
---|
974 | private System.Windows.Forms.RadioButton yAxisSecondaryMinimumAutoRadioButton;
|
---|
975 | private System.Windows.Forms.GroupBox yAxisPrimaryGroupBox;
|
---|
976 | private System.Windows.Forms.Label label7;
|
---|
977 | private System.Windows.Forms.Label label8;
|
---|
978 | private System.Windows.Forms.TextBox yAxisPrimaryMaximumFixedTextBox;
|
---|
979 | private System.Windows.Forms.RadioButton yAxisPrimaryMaximumFixedRadioButton;
|
---|
980 | private System.Windows.Forms.RadioButton yAxisPrimaryMaximumAutoRadioButton;
|
---|
981 | private System.Windows.Forms.TextBox yAxisPrimaryMinimumFixedTextBox;
|
---|
982 | private System.Windows.Forms.RadioButton yAxisPrimaryMinimumFixedRadioButton;
|
---|
983 | private System.Windows.Forms.RadioButton yAxisPrimaryMinimumAutoRadioButton;
|
---|
984 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
985 | private System.Windows.Forms.FontDialog titleFontDialog;
|
---|
986 | private System.Windows.Forms.Button titleFontButton;
|
---|
987 | private System.Windows.Forms.Label label2;
|
---|
988 | private System.Windows.Forms.Button axisFontButton;
|
---|
989 | private System.Windows.Forms.Label label3;
|
---|
990 | private System.Windows.Forms.Label axisFontLabel;
|
---|
991 | private System.Windows.Forms.Label titleFontLabel;
|
---|
992 | private System.Windows.Forms.FontDialog axisFontDialog;
|
---|
993 | private System.Windows.Forms.Label label15;
|
---|
994 | private System.Windows.Forms.TextBox titleTextBox;
|
---|
995 | private System.Windows.Forms.Panel panel1;
|
---|
996 | private System.Windows.Forms.Panel panel2;
|
---|
997 | private System.Windows.Forms.Panel panel4;
|
---|
998 | private System.Windows.Forms.Panel panel3;
|
---|
999 | private System.Windows.Forms.Panel panel6;
|
---|
1000 | private System.Windows.Forms.Panel panel5;
|
---|
1001 | private System.Windows.Forms.Panel panel7;
|
---|
1002 | private System.Windows.Forms.Panel panel8;
|
---|
1003 | private System.Windows.Forms.CheckBox xAxisPrimaryLogScaleCheckBox;
|
---|
1004 | private System.Windows.Forms.CheckBox xAxisSecondaryLogScaleCheckBox;
|
---|
1005 | private System.Windows.Forms.CheckBox yAxisSecondaryLogScaleCheckBox;
|
---|
1006 | private System.Windows.Forms.CheckBox yAxisPrimaryLogScaleCheckBox;
|
---|
1007 | }
|
---|
1008 | }
|
---|