Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesControl.Designer.cs @ 7240

Last change on this file since 7240 was 7221, checked in by ascheibe, 13 years ago

#1611

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