Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesControl.Designer.cs @ 7270

Last change on this file since 7270 was 7270, checked in by spimming, 12 years ago

#1680:

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