Free cookie consent management tool by TermsFeed Policy Generator

source: branches/histogram/HeuristicLab.Analysis.Views/3.3/DataTableVisualPropertiesControl.Designer.cs @ 6014

Last change on this file since 6014 was 6014, checked in by abeham, 13 years ago

#1465

  • added option to set fixed minimum and maximum for all four possible axis
  • added an icon to the properties context menu entry
    • added dependency from ChartControlsExtensions to Common.Resources
File size: 46.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.xAxisTabPage = new System.Windows.Forms.TabPage();
80      this.yAxisTabPage = new System.Windows.Forms.TabPage();
81      this.yAxisSecondaryGroupBox = new System.Windows.Forms.GroupBox();
82      this.label13 = new System.Windows.Forms.Label();
83      this.label14 = new System.Windows.Forms.Label();
84      this.yAxisSecondaryMaximumPanel = new System.Windows.Forms.Panel();
85      this.yAxisSecondaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
86      this.yAxisSecondaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
87      this.yAxisSecondaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
88      this.yAxisSecondaryMinimumPanel = new System.Windows.Forms.Panel();
89      this.yAxisSecondaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
90      this.yAxisSecondaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
91      this.yAxisSecondaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
92      this.yAxisPrimaryGroupBox = new System.Windows.Forms.GroupBox();
93      this.label7 = new System.Windows.Forms.Label();
94      this.label8 = new System.Windows.Forms.Label();
95      this.yAxisPrimaryMaximumPanel = new System.Windows.Forms.Panel();
96      this.yAxisPrimaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
97      this.yAxisPrimaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
98      this.yAxisPrimaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
99      this.yAxisPrimaryMinimumPanel = new System.Windows.Forms.Panel();
100      this.yAxisPrimaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
101      this.yAxisPrimaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
102      this.yAxisPrimaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
103      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
104      this.xAxisPrimaryGroupBox.SuspendLayout();
105      this.xAxisPrimaryMaximumPanel.SuspendLayout();
106      this.xAxisPrimaryMinimumPanel.SuspendLayout();
107      this.xAxisSecondaryGroupBox.SuspendLayout();
108      this.xAxisSecondaryMaximumPanel.SuspendLayout();
109      this.xAxisSecondaryMinimumPanel.SuspendLayout();
110      this.axisTabControl.SuspendLayout();
111      this.xAxisTabPage.SuspendLayout();
112      this.yAxisTabPage.SuspendLayout();
113      this.yAxisSecondaryGroupBox.SuspendLayout();
114      this.yAxisSecondaryMaximumPanel.SuspendLayout();
115      this.yAxisSecondaryMinimumPanel.SuspendLayout();
116      this.yAxisPrimaryGroupBox.SuspendLayout();
117      this.yAxisPrimaryMaximumPanel.SuspendLayout();
118      this.yAxisPrimaryMinimumPanel.SuspendLayout();
119      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
120      this.SuspendLayout();
121      //
122      // label1
123      //
124      this.label1.AutoSize = true;
125      this.label1.Location = new System.Drawing.Point(4, 26);
126      this.label1.Name = "label1";
127      this.label1.Size = new System.Drawing.Size(30, 13);
128      this.label1.TabIndex = 0;
129      this.label1.Text = "Title:";
130      //
131      // yAxisPrimaryTitleTextBox
132      //
133      this.yAxisPrimaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
134                  | System.Windows.Forms.AnchorStyles.Right)));
135      this.yAxisPrimaryTitleTextBox.Location = new System.Drawing.Point(63, 23);
136      this.yAxisPrimaryTitleTextBox.Name = "yAxisPrimaryTitleTextBox";
137      this.yAxisPrimaryTitleTextBox.Size = new System.Drawing.Size(243, 20);
138      this.yAxisPrimaryTitleTextBox.TabIndex = 1;
139      this.yAxisPrimaryTitleTextBox.Validated += new System.EventHandler(this.yPrimaryTitleTextBox_Validated);
140      //
141      // yAxisSecondaryTitleTextBox
142      //
143      this.yAxisSecondaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
144                  | System.Windows.Forms.AnchorStyles.Right)));
145      this.yAxisSecondaryTitleTextBox.Location = new System.Drawing.Point(63, 23);
146      this.yAxisSecondaryTitleTextBox.Name = "yAxisSecondaryTitleTextBox";
147      this.yAxisSecondaryTitleTextBox.Size = new System.Drawing.Size(243, 20);
148      this.yAxisSecondaryTitleTextBox.TabIndex = 1;
149      this.yAxisSecondaryTitleTextBox.Validated += new System.EventHandler(this.ySecondaryTitleTextBox_Validated);
150      //
151      // label4
152      //
153      this.label4.AutoSize = true;
154      this.label4.Location = new System.Drawing.Point(4, 26);
155      this.label4.Name = "label4";
156      this.label4.Size = new System.Drawing.Size(30, 13);
157      this.label4.TabIndex = 0;
158      this.label4.Text = "Title:";
159      //
160      // xAxisPrimaryGroupBox
161      //
162      this.xAxisPrimaryGroupBox.Controls.Add(this.label12);
163      this.xAxisPrimaryGroupBox.Controls.Add(this.label9);
164      this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryTitleTextBox);
165      this.xAxisPrimaryGroupBox.Controls.Add(this.label11);
166      this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryMaximumPanel);
167      this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryMinimumPanel);
168      this.xAxisPrimaryGroupBox.Location = new System.Drawing.Point(6, 6);
169      this.xAxisPrimaryGroupBox.Name = "xAxisPrimaryGroupBox";
170      this.xAxisPrimaryGroupBox.Size = new System.Drawing.Size(316, 107);
171      this.xAxisPrimaryGroupBox.TabIndex = 0;
172      this.xAxisPrimaryGroupBox.TabStop = false;
173      this.xAxisPrimaryGroupBox.Text = "Primary Axis";
174      //
175      // label12
176      //
177      this.label12.AutoSize = true;
178      this.label12.Location = new System.Drawing.Point(4, 77);
179      this.label12.Name = "label12";
180      this.label12.Size = new System.Drawing.Size(54, 13);
181      this.label12.TabIndex = 4;
182      this.label12.Text = "Maximum:";
183      //
184      // label9
185      //
186      this.label9.AutoSize = true;
187      this.label9.Location = new System.Drawing.Point(4, 26);
188      this.label9.Name = "label9";
189      this.label9.Size = new System.Drawing.Size(30, 13);
190      this.label9.TabIndex = 0;
191      this.label9.Text = "Title:";
192      //
193      // xAxisPrimaryTitleTextBox
194      //
195      this.xAxisPrimaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
196                  | System.Windows.Forms.AnchorStyles.Right)));
197      this.xAxisPrimaryTitleTextBox.Location = new System.Drawing.Point(63, 23);
198      this.xAxisPrimaryTitleTextBox.Name = "xAxisPrimaryTitleTextBox";
199      this.xAxisPrimaryTitleTextBox.Size = new System.Drawing.Size(245, 20);
200      this.xAxisPrimaryTitleTextBox.TabIndex = 1;
201      this.xAxisPrimaryTitleTextBox.Validated += new System.EventHandler(this.xPrimaryTitleTextBox_Validated);
202      //
203      // label11
204      //
205      this.label11.AutoSize = true;
206      this.label11.Location = new System.Drawing.Point(4, 53);
207      this.label11.Name = "label11";
208      this.label11.Size = new System.Drawing.Size(51, 13);
209      this.label11.TabIndex = 2;
210      this.label11.Text = "Minimum:";
211      //
212      // xAxisPrimaryMaximumPanel
213      //
214      this.xAxisPrimaryMaximumPanel.Controls.Add(this.xAxisPrimaryMaximumFixedTextBox);
215      this.xAxisPrimaryMaximumPanel.Controls.Add(this.xAxisPrimaryMaximumFixedRadioButton);
216      this.xAxisPrimaryMaximumPanel.Controls.Add(this.xAxisPrimaryMaximumAutoRadioButton);
217      this.xAxisPrimaryMaximumPanel.Location = new System.Drawing.Point(63, 71);
218      this.xAxisPrimaryMaximumPanel.Name = "xAxisPrimaryMaximumPanel";
219      this.xAxisPrimaryMaximumPanel.Size = new System.Drawing.Size(245, 25);
220      this.xAxisPrimaryMaximumPanel.TabIndex = 5;
221      //
222      // xAxisPrimaryMaximumFixedTextBox
223      //
224      this.xAxisPrimaryMaximumFixedTextBox.Location = new System.Drawing.Point(126, 2);
225      this.xAxisPrimaryMaximumFixedTextBox.Name = "xAxisPrimaryMaximumFixedTextBox";
226      this.xAxisPrimaryMaximumFixedTextBox.Size = new System.Drawing.Size(117, 20);
227      this.xAxisPrimaryMaximumFixedTextBox.TabIndex = 2;
228      this.xAxisPrimaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisPrimaryMaximumFixedTextBox_Validating);
229      //
230      // xAxisPrimaryMaximumFixedRadioButton
231      //
232      this.xAxisPrimaryMaximumFixedRadioButton.AutoSize = true;
233      this.xAxisPrimaryMaximumFixedRadioButton.Location = new System.Drawing.Point(70, 4);
234      this.xAxisPrimaryMaximumFixedRadioButton.Name = "xAxisPrimaryMaximumFixedRadioButton";
235      this.xAxisPrimaryMaximumFixedRadioButton.Size = new System.Drawing.Size(50, 17);
236      this.xAxisPrimaryMaximumFixedRadioButton.TabIndex = 1;
237      this.xAxisPrimaryMaximumFixedRadioButton.TabStop = true;
238      this.xAxisPrimaryMaximumFixedRadioButton.Text = "Fixed";
239      this.xAxisPrimaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
240      this.xAxisPrimaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMaximumRadioButton_CheckedChanged);
241      //
242      // xAxisPrimaryMaximumAutoRadioButton
243      //
244      this.xAxisPrimaryMaximumAutoRadioButton.AutoSize = true;
245      this.xAxisPrimaryMaximumAutoRadioButton.Location = new System.Drawing.Point(4, 4);
246      this.xAxisPrimaryMaximumAutoRadioButton.Name = "xAxisPrimaryMaximumAutoRadioButton";
247      this.xAxisPrimaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
248      this.xAxisPrimaryMaximumAutoRadioButton.TabIndex = 0;
249      this.xAxisPrimaryMaximumAutoRadioButton.TabStop = true;
250      this.xAxisPrimaryMaximumAutoRadioButton.Text = "Auto";
251      this.xAxisPrimaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
252      this.xAxisPrimaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMaximumRadioButton_CheckedChanged);
253      //
254      // xAxisPrimaryMinimumPanel
255      //
256      this.xAxisPrimaryMinimumPanel.Controls.Add(this.xAxisPrimaryMinimumFixedTextBox);
257      this.xAxisPrimaryMinimumPanel.Controls.Add(this.xAxisPrimaryMinimumFixedRadioButton);
258      this.xAxisPrimaryMinimumPanel.Controls.Add(this.xAxisPrimaryMinimumAutoRadioButton);
259      this.xAxisPrimaryMinimumPanel.Location = new System.Drawing.Point(63, 47);
260      this.xAxisPrimaryMinimumPanel.Name = "xAxisPrimaryMinimumPanel";
261      this.xAxisPrimaryMinimumPanel.Size = new System.Drawing.Size(245, 25);
262      this.xAxisPrimaryMinimumPanel.TabIndex = 3;
263      //
264      // xAxisPrimaryMinimumFixedTextBox
265      //
266      this.xAxisPrimaryMinimumFixedTextBox.Location = new System.Drawing.Point(126, 2);
267      this.xAxisPrimaryMinimumFixedTextBox.Name = "xAxisPrimaryMinimumFixedTextBox";
268      this.xAxisPrimaryMinimumFixedTextBox.Size = new System.Drawing.Size(117, 20);
269      this.xAxisPrimaryMinimumFixedTextBox.TabIndex = 2;
270      this.xAxisPrimaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisPrimaryMinimumFixedTextBox_Validating);
271      //
272      // xAxisPrimaryMinimumFixedRadioButton
273      //
274      this.xAxisPrimaryMinimumFixedRadioButton.AutoSize = true;
275      this.xAxisPrimaryMinimumFixedRadioButton.Location = new System.Drawing.Point(70, 3);
276      this.xAxisPrimaryMinimumFixedRadioButton.Name = "xAxisPrimaryMinimumFixedRadioButton";
277      this.xAxisPrimaryMinimumFixedRadioButton.Size = new System.Drawing.Size(50, 17);
278      this.xAxisPrimaryMinimumFixedRadioButton.TabIndex = 1;
279      this.xAxisPrimaryMinimumFixedRadioButton.TabStop = true;
280      this.xAxisPrimaryMinimumFixedRadioButton.Text = "Fixed";
281      this.xAxisPrimaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
282      this.xAxisPrimaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMinimumRadioButton_CheckedChanged);
283      //
284      // xAxisPrimaryMinimumAutoRadioButton
285      //
286      this.xAxisPrimaryMinimumAutoRadioButton.AutoSize = true;
287      this.xAxisPrimaryMinimumAutoRadioButton.Location = new System.Drawing.Point(4, 3);
288      this.xAxisPrimaryMinimumAutoRadioButton.Name = "xAxisPrimaryMinimumAutoRadioButton";
289      this.xAxisPrimaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
290      this.xAxisPrimaryMinimumAutoRadioButton.TabIndex = 0;
291      this.xAxisPrimaryMinimumAutoRadioButton.TabStop = true;
292      this.xAxisPrimaryMinimumAutoRadioButton.Text = "Auto";
293      this.xAxisPrimaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
294      this.xAxisPrimaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMinimumRadioButton_CheckedChanged);
295      //
296      // xAxisSecondaryGroupBox
297      //
298      this.xAxisSecondaryGroupBox.Controls.Add(this.label10);
299      this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryTitleTextBox);
300      this.xAxisSecondaryGroupBox.Controls.Add(this.label5);
301      this.xAxisSecondaryGroupBox.Controls.Add(this.label6);
302      this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryMaximumPanel);
303      this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryMinimumPanel);
304      this.xAxisSecondaryGroupBox.Location = new System.Drawing.Point(6, 119);
305      this.xAxisSecondaryGroupBox.Name = "xAxisSecondaryGroupBox";
306      this.xAxisSecondaryGroupBox.Size = new System.Drawing.Size(316, 106);
307      this.xAxisSecondaryGroupBox.TabIndex = 1;
308      this.xAxisSecondaryGroupBox.TabStop = false;
309      this.xAxisSecondaryGroupBox.Text = "Secondary Axis";
310      //
311      // label10
312      //
313      this.label10.AutoSize = true;
314      this.label10.Location = new System.Drawing.Point(4, 26);
315      this.label10.Name = "label10";
316      this.label10.Size = new System.Drawing.Size(30, 13);
317      this.label10.TabIndex = 0;
318      this.label10.Text = "Title:";
319      //
320      // xAxisSecondaryTitleTextBox
321      //
322      this.xAxisSecondaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
323                  | System.Windows.Forms.AnchorStyles.Right)));
324      this.xAxisSecondaryTitleTextBox.Location = new System.Drawing.Point(63, 23);
325      this.xAxisSecondaryTitleTextBox.Name = "xAxisSecondaryTitleTextBox";
326      this.xAxisSecondaryTitleTextBox.Size = new System.Drawing.Size(245, 20);
327      this.xAxisSecondaryTitleTextBox.TabIndex = 1;
328      this.xAxisSecondaryTitleTextBox.Validated += new System.EventHandler(this.xSecondaryTitleTextBox_Validated);
329      //
330      // label5
331      //
332      this.label5.AutoSize = true;
333      this.label5.Location = new System.Drawing.Point(4, 77);
334      this.label5.Name = "label5";
335      this.label5.Size = new System.Drawing.Size(54, 13);
336      this.label5.TabIndex = 4;
337      this.label5.Text = "Maximum:";
338      //
339      // label6
340      //
341      this.label6.AutoSize = true;
342      this.label6.Location = new System.Drawing.Point(4, 53);
343      this.label6.Name = "label6";
344      this.label6.Size = new System.Drawing.Size(51, 13);
345      this.label6.TabIndex = 2;
346      this.label6.Text = "Minimum:";
347      //
348      // xAxisSecondaryMaximumPanel
349      //
350      this.xAxisSecondaryMaximumPanel.Controls.Add(this.xAxisSecondaryMaximumFixedTextBox);
351      this.xAxisSecondaryMaximumPanel.Controls.Add(this.xAxisSecondaryMaximumFixedRadioButton);
352      this.xAxisSecondaryMaximumPanel.Controls.Add(this.xAxisSecondaryMaximumAutoRadioButton);
353      this.xAxisSecondaryMaximumPanel.Location = new System.Drawing.Point(63, 71);
354      this.xAxisSecondaryMaximumPanel.Name = "xAxisSecondaryMaximumPanel";
355      this.xAxisSecondaryMaximumPanel.Size = new System.Drawing.Size(245, 25);
356      this.xAxisSecondaryMaximumPanel.TabIndex = 5;
357      //
358      // xAxisSecondaryMaximumFixedTextBox
359      //
360      this.xAxisSecondaryMaximumFixedTextBox.Location = new System.Drawing.Point(126, 2);
361      this.xAxisSecondaryMaximumFixedTextBox.Name = "xAxisSecondaryMaximumFixedTextBox";
362      this.xAxisSecondaryMaximumFixedTextBox.Size = new System.Drawing.Size(117, 20);
363      this.xAxisSecondaryMaximumFixedTextBox.TabIndex = 2;
364      this.xAxisSecondaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisSecondaryMaximumFixedTextBox_Validating);
365      //
366      // xAxisSecondaryMaximumFixedRadioButton
367      //
368      this.xAxisSecondaryMaximumFixedRadioButton.AutoSize = true;
369      this.xAxisSecondaryMaximumFixedRadioButton.Location = new System.Drawing.Point(70, 4);
370      this.xAxisSecondaryMaximumFixedRadioButton.Name = "xAxisSecondaryMaximumFixedRadioButton";
371      this.xAxisSecondaryMaximumFixedRadioButton.Size = new System.Drawing.Size(50, 17);
372      this.xAxisSecondaryMaximumFixedRadioButton.TabIndex = 1;
373      this.xAxisSecondaryMaximumFixedRadioButton.TabStop = true;
374      this.xAxisSecondaryMaximumFixedRadioButton.Text = "Fixed";
375      this.xAxisSecondaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
376      this.xAxisSecondaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMaximumRadioButton_CheckedChanged);
377      //
378      // xAxisSecondaryMaximumAutoRadioButton
379      //
380      this.xAxisSecondaryMaximumAutoRadioButton.AutoSize = true;
381      this.xAxisSecondaryMaximumAutoRadioButton.Location = new System.Drawing.Point(4, 4);
382      this.xAxisSecondaryMaximumAutoRadioButton.Name = "xAxisSecondaryMaximumAutoRadioButton";
383      this.xAxisSecondaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
384      this.xAxisSecondaryMaximumAutoRadioButton.TabIndex = 0;
385      this.xAxisSecondaryMaximumAutoRadioButton.TabStop = true;
386      this.xAxisSecondaryMaximumAutoRadioButton.Text = "Auto";
387      this.xAxisSecondaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
388      this.xAxisSecondaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMaximumRadioButton_CheckedChanged);
389      //
390      // xAxisSecondaryMinimumPanel
391      //
392      this.xAxisSecondaryMinimumPanel.Controls.Add(this.xAxisSecondaryMinimumFixedTextBox);
393      this.xAxisSecondaryMinimumPanel.Controls.Add(this.xAxisSecondaryMinimumFixedRadioButton);
394      this.xAxisSecondaryMinimumPanel.Controls.Add(this.xAxisSecondaryMinimumAutoRadioButton);
395      this.xAxisSecondaryMinimumPanel.Location = new System.Drawing.Point(63, 47);
396      this.xAxisSecondaryMinimumPanel.Name = "xAxisSecondaryMinimumPanel";
397      this.xAxisSecondaryMinimumPanel.Size = new System.Drawing.Size(245, 25);
398      this.xAxisSecondaryMinimumPanel.TabIndex = 3;
399      //
400      // xAxisSecondaryMinimumFixedTextBox
401      //
402      this.xAxisSecondaryMinimumFixedTextBox.Location = new System.Drawing.Point(126, 2);
403      this.xAxisSecondaryMinimumFixedTextBox.Name = "xAxisSecondaryMinimumFixedTextBox";
404      this.xAxisSecondaryMinimumFixedTextBox.Size = new System.Drawing.Size(117, 20);
405      this.xAxisSecondaryMinimumFixedTextBox.TabIndex = 2;
406      this.xAxisSecondaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisSecondaryMinimumFixedTextBox_Validating);
407      //
408      // xAxisSecondaryMinimumFixedRadioButton
409      //
410      this.xAxisSecondaryMinimumFixedRadioButton.AutoSize = true;
411      this.xAxisSecondaryMinimumFixedRadioButton.Location = new System.Drawing.Point(70, 3);
412      this.xAxisSecondaryMinimumFixedRadioButton.Name = "xAxisSecondaryMinimumFixedRadioButton";
413      this.xAxisSecondaryMinimumFixedRadioButton.Size = new System.Drawing.Size(50, 17);
414      this.xAxisSecondaryMinimumFixedRadioButton.TabIndex = 1;
415      this.xAxisSecondaryMinimumFixedRadioButton.TabStop = true;
416      this.xAxisSecondaryMinimumFixedRadioButton.Text = "Fixed";
417      this.xAxisSecondaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
418      this.xAxisSecondaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMinimumRadioButton_CheckedChanged);
419      //
420      // xAxisSecondaryMinimumAutoRadioButton
421      //
422      this.xAxisSecondaryMinimumAutoRadioButton.AutoSize = true;
423      this.xAxisSecondaryMinimumAutoRadioButton.Location = new System.Drawing.Point(4, 3);
424      this.xAxisSecondaryMinimumAutoRadioButton.Name = "xAxisSecondaryMinimumAutoRadioButton";
425      this.xAxisSecondaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
426      this.xAxisSecondaryMinimumAutoRadioButton.TabIndex = 0;
427      this.xAxisSecondaryMinimumAutoRadioButton.TabStop = true;
428      this.xAxisSecondaryMinimumAutoRadioButton.Text = "Auto";
429      this.xAxisSecondaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
430      this.xAxisSecondaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMinimumRadioButton_CheckedChanged);
431      //
432      // axisTabControl
433      //
434      this.axisTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
435                  | System.Windows.Forms.AnchorStyles.Left)
436                  | System.Windows.Forms.AnchorStyles.Right)));
437      this.axisTabControl.Controls.Add(this.xAxisTabPage);
438      this.axisTabControl.Controls.Add(this.yAxisTabPage);
439      this.axisTabControl.Location = new System.Drawing.Point(0, 0);
440      this.axisTabControl.Name = "axisTabControl";
441      this.axisTabControl.SelectedIndex = 0;
442      this.axisTabControl.Size = new System.Drawing.Size(336, 257);
443      this.axisTabControl.TabIndex = 0;
444      //
445      // xAxisTabPage
446      //
447      this.xAxisTabPage.Controls.Add(this.xAxisSecondaryGroupBox);
448      this.xAxisTabPage.Controls.Add(this.xAxisPrimaryGroupBox);
449      this.xAxisTabPage.Location = new System.Drawing.Point(4, 22);
450      this.xAxisTabPage.Name = "xAxisTabPage";
451      this.xAxisTabPage.Padding = new System.Windows.Forms.Padding(3);
452      this.xAxisTabPage.Size = new System.Drawing.Size(328, 231);
453      this.xAxisTabPage.TabIndex = 0;
454      this.xAxisTabPage.Text = "X-Axis";
455      this.xAxisTabPage.UseVisualStyleBackColor = true;
456      //
457      // yAxisTabPage
458      //
459      this.yAxisTabPage.Controls.Add(this.yAxisSecondaryGroupBox);
460      this.yAxisTabPage.Controls.Add(this.yAxisPrimaryGroupBox);
461      this.yAxisTabPage.Location = new System.Drawing.Point(4, 22);
462      this.yAxisTabPage.Name = "yAxisTabPage";
463      this.yAxisTabPage.Padding = new System.Windows.Forms.Padding(3);
464      this.yAxisTabPage.Size = new System.Drawing.Size(328, 231);
465      this.yAxisTabPage.TabIndex = 1;
466      this.yAxisTabPage.Text = "Y-Axis";
467      this.yAxisTabPage.UseVisualStyleBackColor = true;
468      //
469      // yAxisSecondaryGroupBox
470      //
471      this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryTitleTextBox);
472      this.yAxisSecondaryGroupBox.Controls.Add(this.label4);
473      this.yAxisSecondaryGroupBox.Controls.Add(this.label13);
474      this.yAxisSecondaryGroupBox.Controls.Add(this.label14);
475      this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryMaximumPanel);
476      this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryMinimumPanel);
477      this.yAxisSecondaryGroupBox.Location = new System.Drawing.Point(6, 119);
478      this.yAxisSecondaryGroupBox.Name = "yAxisSecondaryGroupBox";
479      this.yAxisSecondaryGroupBox.Size = new System.Drawing.Size(316, 106);
480      this.yAxisSecondaryGroupBox.TabIndex = 1;
481      this.yAxisSecondaryGroupBox.TabStop = false;
482      this.yAxisSecondaryGroupBox.Text = "Secondary Axis";
483      //
484      // label13
485      //
486      this.label13.AutoSize = true;
487      this.label13.Location = new System.Drawing.Point(4, 77);
488      this.label13.Name = "label13";
489      this.label13.Size = new System.Drawing.Size(54, 13);
490      this.label13.TabIndex = 4;
491      this.label13.Text = "Maximum:";
492      //
493      // label14
494      //
495      this.label14.AutoSize = true;
496      this.label14.Location = new System.Drawing.Point(4, 53);
497      this.label14.Name = "label14";
498      this.label14.Size = new System.Drawing.Size(51, 13);
499      this.label14.TabIndex = 2;
500      this.label14.Text = "Minimum:";
501      //
502      // yAxisSecondaryMaximumPanel
503      //
504      this.yAxisSecondaryMaximumPanel.Controls.Add(this.yAxisSecondaryMaximumFixedTextBox);
505      this.yAxisSecondaryMaximumPanel.Controls.Add(this.yAxisSecondaryMaximumFixedRadioButton);
506      this.yAxisSecondaryMaximumPanel.Controls.Add(this.yAxisSecondaryMaximumAutoRadioButton);
507      this.yAxisSecondaryMaximumPanel.Location = new System.Drawing.Point(63, 71);
508      this.yAxisSecondaryMaximumPanel.Name = "yAxisSecondaryMaximumPanel";
509      this.yAxisSecondaryMaximumPanel.Size = new System.Drawing.Size(245, 25);
510      this.yAxisSecondaryMaximumPanel.TabIndex = 5;
511      //
512      // yAxisSecondaryMaximumFixedTextBox
513      //
514      this.yAxisSecondaryMaximumFixedTextBox.Location = new System.Drawing.Point(126, 2);
515      this.yAxisSecondaryMaximumFixedTextBox.Name = "yAxisSecondaryMaximumFixedTextBox";
516      this.yAxisSecondaryMaximumFixedTextBox.Size = new System.Drawing.Size(117, 20);
517      this.yAxisSecondaryMaximumFixedTextBox.TabIndex = 2;
518      this.yAxisSecondaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisSecondaryMaximumFixedTextBox_Validating);
519      //
520      // yAxisSecondaryMaximumFixedRadioButton
521      //
522      this.yAxisSecondaryMaximumFixedRadioButton.AutoSize = true;
523      this.yAxisSecondaryMaximumFixedRadioButton.Location = new System.Drawing.Point(70, 4);
524      this.yAxisSecondaryMaximumFixedRadioButton.Name = "yAxisSecondaryMaximumFixedRadioButton";
525      this.yAxisSecondaryMaximumFixedRadioButton.Size = new System.Drawing.Size(50, 17);
526      this.yAxisSecondaryMaximumFixedRadioButton.TabIndex = 1;
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(4, 4);
536      this.yAxisSecondaryMaximumAutoRadioButton.Name = "yAxisSecondaryMaximumAutoRadioButton";
537      this.yAxisSecondaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
538      this.yAxisSecondaryMaximumAutoRadioButton.TabIndex = 0;
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      // yAxisSecondaryMinimumPanel
545      //
546      this.yAxisSecondaryMinimumPanel.Controls.Add(this.yAxisSecondaryMinimumFixedTextBox);
547      this.yAxisSecondaryMinimumPanel.Controls.Add(this.yAxisSecondaryMinimumFixedRadioButton);
548      this.yAxisSecondaryMinimumPanel.Controls.Add(this.yAxisSecondaryMinimumAutoRadioButton);
549      this.yAxisSecondaryMinimumPanel.Location = new System.Drawing.Point(63, 47);
550      this.yAxisSecondaryMinimumPanel.Name = "yAxisSecondaryMinimumPanel";
551      this.yAxisSecondaryMinimumPanel.Size = new System.Drawing.Size(245, 25);
552      this.yAxisSecondaryMinimumPanel.TabIndex = 3;
553      //
554      // yAxisSecondaryMinimumFixedTextBox
555      //
556      this.yAxisSecondaryMinimumFixedTextBox.Location = new System.Drawing.Point(126, 2);
557      this.yAxisSecondaryMinimumFixedTextBox.Name = "yAxisSecondaryMinimumFixedTextBox";
558      this.yAxisSecondaryMinimumFixedTextBox.Size = new System.Drawing.Size(117, 20);
559      this.yAxisSecondaryMinimumFixedTextBox.TabIndex = 2;
560      this.yAxisSecondaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisSecondaryMinimumFixedTextBox_Validating);
561      //
562      // yAxisSecondaryMinimumFixedRadioButton
563      //
564      this.yAxisSecondaryMinimumFixedRadioButton.AutoSize = true;
565      this.yAxisSecondaryMinimumFixedRadioButton.Location = new System.Drawing.Point(70, 3);
566      this.yAxisSecondaryMinimumFixedRadioButton.Name = "yAxisSecondaryMinimumFixedRadioButton";
567      this.yAxisSecondaryMinimumFixedRadioButton.Size = new System.Drawing.Size(50, 17);
568      this.yAxisSecondaryMinimumFixedRadioButton.TabIndex = 1;
569      this.yAxisSecondaryMinimumFixedRadioButton.TabStop = true;
570      this.yAxisSecondaryMinimumFixedRadioButton.Text = "Fixed";
571      this.yAxisSecondaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
572      this.yAxisSecondaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMinimumRadioButton_CheckedChanged);
573      //
574      // yAxisSecondaryMinimumAutoRadioButton
575      //
576      this.yAxisSecondaryMinimumAutoRadioButton.AutoSize = true;
577      this.yAxisSecondaryMinimumAutoRadioButton.Location = new System.Drawing.Point(4, 3);
578      this.yAxisSecondaryMinimumAutoRadioButton.Name = "yAxisSecondaryMinimumAutoRadioButton";
579      this.yAxisSecondaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
580      this.yAxisSecondaryMinimumAutoRadioButton.TabIndex = 0;
581      this.yAxisSecondaryMinimumAutoRadioButton.TabStop = true;
582      this.yAxisSecondaryMinimumAutoRadioButton.Text = "Auto";
583      this.yAxisSecondaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
584      this.yAxisSecondaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMinimumRadioButton_CheckedChanged);
585      //
586      // yAxisPrimaryGroupBox
587      //
588      this.yAxisPrimaryGroupBox.Controls.Add(this.label7);
589      this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryTitleTextBox);
590      this.yAxisPrimaryGroupBox.Controls.Add(this.label8);
591      this.yAxisPrimaryGroupBox.Controls.Add(this.label1);
592      this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryMaximumPanel);
593      this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryMinimumPanel);
594      this.yAxisPrimaryGroupBox.Location = new System.Drawing.Point(6, 6);
595      this.yAxisPrimaryGroupBox.Name = "yAxisPrimaryGroupBox";
596      this.yAxisPrimaryGroupBox.Size = new System.Drawing.Size(316, 107);
597      this.yAxisPrimaryGroupBox.TabIndex = 0;
598      this.yAxisPrimaryGroupBox.TabStop = false;
599      this.yAxisPrimaryGroupBox.Text = "Primary Axis";
600      //
601      // label7
602      //
603      this.label7.AutoSize = true;
604      this.label7.Location = new System.Drawing.Point(4, 77);
605      this.label7.Name = "label7";
606      this.label7.Size = new System.Drawing.Size(54, 13);
607      this.label7.TabIndex = 4;
608      this.label7.Text = "Maximum:";
609      //
610      // label8
611      //
612      this.label8.AutoSize = true;
613      this.label8.Location = new System.Drawing.Point(4, 53);
614      this.label8.Name = "label8";
615      this.label8.Size = new System.Drawing.Size(51, 13);
616      this.label8.TabIndex = 2;
617      this.label8.Text = "Minimum:";
618      //
619      // yAxisPrimaryMaximumPanel
620      //
621      this.yAxisPrimaryMaximumPanel.Controls.Add(this.yAxisPrimaryMaximumFixedTextBox);
622      this.yAxisPrimaryMaximumPanel.Controls.Add(this.yAxisPrimaryMaximumFixedRadioButton);
623      this.yAxisPrimaryMaximumPanel.Controls.Add(this.yAxisPrimaryMaximumAutoRadioButton);
624      this.yAxisPrimaryMaximumPanel.Location = new System.Drawing.Point(63, 71);
625      this.yAxisPrimaryMaximumPanel.Name = "yAxisPrimaryMaximumPanel";
626      this.yAxisPrimaryMaximumPanel.Size = new System.Drawing.Size(245, 25);
627      this.yAxisPrimaryMaximumPanel.TabIndex = 5;
628      //
629      // yAxisPrimaryMaximumFixedTextBox
630      //
631      this.yAxisPrimaryMaximumFixedTextBox.Location = new System.Drawing.Point(126, 2);
632      this.yAxisPrimaryMaximumFixedTextBox.Name = "yAxisPrimaryMaximumFixedTextBox";
633      this.yAxisPrimaryMaximumFixedTextBox.Size = new System.Drawing.Size(117, 20);
634      this.yAxisPrimaryMaximumFixedTextBox.TabIndex = 2;
635      this.yAxisPrimaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisPrimaryMaximumFixedTextBox_Validating);
636      //
637      // yAxisPrimaryMaximumFixedRadioButton
638      //
639      this.yAxisPrimaryMaximumFixedRadioButton.AutoSize = true;
640      this.yAxisPrimaryMaximumFixedRadioButton.Location = new System.Drawing.Point(70, 4);
641      this.yAxisPrimaryMaximumFixedRadioButton.Name = "yAxisPrimaryMaximumFixedRadioButton";
642      this.yAxisPrimaryMaximumFixedRadioButton.Size = new System.Drawing.Size(50, 17);
643      this.yAxisPrimaryMaximumFixedRadioButton.TabIndex = 1;
644      this.yAxisPrimaryMaximumFixedRadioButton.TabStop = true;
645      this.yAxisPrimaryMaximumFixedRadioButton.Text = "Fixed";
646      this.yAxisPrimaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
647      this.yAxisPrimaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMaximumRadioButton_CheckedChanged);
648      //
649      // yAxisPrimaryMaximumAutoRadioButton
650      //
651      this.yAxisPrimaryMaximumAutoRadioButton.AutoSize = true;
652      this.yAxisPrimaryMaximumAutoRadioButton.Location = new System.Drawing.Point(4, 4);
653      this.yAxisPrimaryMaximumAutoRadioButton.Name = "yAxisPrimaryMaximumAutoRadioButton";
654      this.yAxisPrimaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
655      this.yAxisPrimaryMaximumAutoRadioButton.TabIndex = 0;
656      this.yAxisPrimaryMaximumAutoRadioButton.TabStop = true;
657      this.yAxisPrimaryMaximumAutoRadioButton.Text = "Auto";
658      this.yAxisPrimaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
659      this.yAxisPrimaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMaximumRadioButton_CheckedChanged);
660      //
661      // yAxisPrimaryMinimumPanel
662      //
663      this.yAxisPrimaryMinimumPanel.Controls.Add(this.yAxisPrimaryMinimumFixedTextBox);
664      this.yAxisPrimaryMinimumPanel.Controls.Add(this.yAxisPrimaryMinimumFixedRadioButton);
665      this.yAxisPrimaryMinimumPanel.Controls.Add(this.yAxisPrimaryMinimumAutoRadioButton);
666      this.yAxisPrimaryMinimumPanel.Location = new System.Drawing.Point(63, 47);
667      this.yAxisPrimaryMinimumPanel.Name = "yAxisPrimaryMinimumPanel";
668      this.yAxisPrimaryMinimumPanel.Size = new System.Drawing.Size(245, 25);
669      this.yAxisPrimaryMinimumPanel.TabIndex = 3;
670      //
671      // yAxisPrimaryMinimumFixedTextBox
672      //
673      this.yAxisPrimaryMinimumFixedTextBox.Location = new System.Drawing.Point(126, 2);
674      this.yAxisPrimaryMinimumFixedTextBox.Name = "yAxisPrimaryMinimumFixedTextBox";
675      this.yAxisPrimaryMinimumFixedTextBox.Size = new System.Drawing.Size(117, 20);
676      this.yAxisPrimaryMinimumFixedTextBox.TabIndex = 2;
677      this.yAxisPrimaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisPrimaryMinimumFixedTextBox_Validating);
678      //
679      // yAxisPrimaryMinimumFixedRadioButton
680      //
681      this.yAxisPrimaryMinimumFixedRadioButton.AutoSize = true;
682      this.yAxisPrimaryMinimumFixedRadioButton.Location = new System.Drawing.Point(70, 3);
683      this.yAxisPrimaryMinimumFixedRadioButton.Name = "yAxisPrimaryMinimumFixedRadioButton";
684      this.yAxisPrimaryMinimumFixedRadioButton.Size = new System.Drawing.Size(50, 17);
685      this.yAxisPrimaryMinimumFixedRadioButton.TabIndex = 1;
686      this.yAxisPrimaryMinimumFixedRadioButton.TabStop = true;
687      this.yAxisPrimaryMinimumFixedRadioButton.Text = "Fixed";
688      this.yAxisPrimaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
689      this.yAxisPrimaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMinimumRadioButton_CheckedChanged);
690      //
691      // yAxisPrimaryMinimumAutoRadioButton
692      //
693      this.yAxisPrimaryMinimumAutoRadioButton.AutoSize = true;
694      this.yAxisPrimaryMinimumAutoRadioButton.Location = new System.Drawing.Point(4, 3);
695      this.yAxisPrimaryMinimumAutoRadioButton.Name = "yAxisPrimaryMinimumAutoRadioButton";
696      this.yAxisPrimaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
697      this.yAxisPrimaryMinimumAutoRadioButton.TabIndex = 0;
698      this.yAxisPrimaryMinimumAutoRadioButton.TabStop = true;
699      this.yAxisPrimaryMinimumAutoRadioButton.Text = "Auto";
700      this.yAxisPrimaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
701      this.yAxisPrimaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMinimumRadioButton_CheckedChanged);
702      //
703      // errorProvider
704      //
705      this.errorProvider.ContainerControl = this;
706      //
707      // DataTableVisualPropertiesControl
708      //
709      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
710      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
711      this.Controls.Add(this.axisTabControl);
712      this.Name = "DataTableVisualPropertiesControl";
713      this.Size = new System.Drawing.Size(336, 257);
714      this.xAxisPrimaryGroupBox.ResumeLayout(false);
715      this.xAxisPrimaryGroupBox.PerformLayout();
716      this.xAxisPrimaryMaximumPanel.ResumeLayout(false);
717      this.xAxisPrimaryMaximumPanel.PerformLayout();
718      this.xAxisPrimaryMinimumPanel.ResumeLayout(false);
719      this.xAxisPrimaryMinimumPanel.PerformLayout();
720      this.xAxisSecondaryGroupBox.ResumeLayout(false);
721      this.xAxisSecondaryGroupBox.PerformLayout();
722      this.xAxisSecondaryMaximumPanel.ResumeLayout(false);
723      this.xAxisSecondaryMaximumPanel.PerformLayout();
724      this.xAxisSecondaryMinimumPanel.ResumeLayout(false);
725      this.xAxisSecondaryMinimumPanel.PerformLayout();
726      this.axisTabControl.ResumeLayout(false);
727      this.xAxisTabPage.ResumeLayout(false);
728      this.yAxisTabPage.ResumeLayout(false);
729      this.yAxisSecondaryGroupBox.ResumeLayout(false);
730      this.yAxisSecondaryGroupBox.PerformLayout();
731      this.yAxisSecondaryMaximumPanel.ResumeLayout(false);
732      this.yAxisSecondaryMaximumPanel.PerformLayout();
733      this.yAxisSecondaryMinimumPanel.ResumeLayout(false);
734      this.yAxisSecondaryMinimumPanel.PerformLayout();
735      this.yAxisPrimaryGroupBox.ResumeLayout(false);
736      this.yAxisPrimaryGroupBox.PerformLayout();
737      this.yAxisPrimaryMaximumPanel.ResumeLayout(false);
738      this.yAxisPrimaryMaximumPanel.PerformLayout();
739      this.yAxisPrimaryMinimumPanel.ResumeLayout(false);
740      this.yAxisPrimaryMinimumPanel.PerformLayout();
741      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
742      this.ResumeLayout(false);
743
744    }
745
746    #endregion
747
748    private System.Windows.Forms.Label label1;
749    private System.Windows.Forms.TextBox yAxisPrimaryTitleTextBox;
750    private System.Windows.Forms.TextBox yAxisSecondaryTitleTextBox;
751    private System.Windows.Forms.Label label4;
752    private System.Windows.Forms.GroupBox xAxisPrimaryGroupBox;
753    private System.Windows.Forms.Label label12;
754    private System.Windows.Forms.Label label9;
755    private System.Windows.Forms.TextBox xAxisPrimaryTitleTextBox;
756    private System.Windows.Forms.Label label11;
757    private System.Windows.Forms.Panel xAxisPrimaryMaximumPanel;
758    private System.Windows.Forms.TextBox xAxisPrimaryMaximumFixedTextBox;
759    private System.Windows.Forms.RadioButton xAxisPrimaryMaximumFixedRadioButton;
760    private System.Windows.Forms.RadioButton xAxisPrimaryMaximumAutoRadioButton;
761    private System.Windows.Forms.Panel xAxisPrimaryMinimumPanel;
762    private System.Windows.Forms.TextBox xAxisPrimaryMinimumFixedTextBox;
763    private System.Windows.Forms.RadioButton xAxisPrimaryMinimumFixedRadioButton;
764    private System.Windows.Forms.RadioButton xAxisPrimaryMinimumAutoRadioButton;
765    private System.Windows.Forms.GroupBox xAxisSecondaryGroupBox;
766    private System.Windows.Forms.Label label10;
767    private System.Windows.Forms.TextBox xAxisSecondaryTitleTextBox;
768    private System.Windows.Forms.Label label5;
769    private System.Windows.Forms.Label label6;
770    private System.Windows.Forms.Panel xAxisSecondaryMaximumPanel;
771    private System.Windows.Forms.TextBox xAxisSecondaryMaximumFixedTextBox;
772    private System.Windows.Forms.RadioButton xAxisSecondaryMaximumFixedRadioButton;
773    private System.Windows.Forms.RadioButton xAxisSecondaryMaximumAutoRadioButton;
774    private System.Windows.Forms.Panel xAxisSecondaryMinimumPanel;
775    private System.Windows.Forms.TextBox xAxisSecondaryMinimumFixedTextBox;
776    private System.Windows.Forms.RadioButton xAxisSecondaryMinimumFixedRadioButton;
777    private System.Windows.Forms.RadioButton xAxisSecondaryMinimumAutoRadioButton;
778    private System.Windows.Forms.TabControl axisTabControl;
779    private System.Windows.Forms.TabPage xAxisTabPage;
780    private System.Windows.Forms.TabPage yAxisTabPage;
781    private System.Windows.Forms.GroupBox yAxisSecondaryGroupBox;
782    private System.Windows.Forms.Label label13;
783    private System.Windows.Forms.Label label14;
784    private System.Windows.Forms.Panel yAxisSecondaryMaximumPanel;
785    private System.Windows.Forms.TextBox yAxisSecondaryMaximumFixedTextBox;
786    private System.Windows.Forms.RadioButton yAxisSecondaryMaximumFixedRadioButton;
787    private System.Windows.Forms.RadioButton yAxisSecondaryMaximumAutoRadioButton;
788    private System.Windows.Forms.Panel yAxisSecondaryMinimumPanel;
789    private System.Windows.Forms.TextBox yAxisSecondaryMinimumFixedTextBox;
790    private System.Windows.Forms.RadioButton yAxisSecondaryMinimumFixedRadioButton;
791    private System.Windows.Forms.RadioButton yAxisSecondaryMinimumAutoRadioButton;
792    private System.Windows.Forms.GroupBox yAxisPrimaryGroupBox;
793    private System.Windows.Forms.Label label7;
794    private System.Windows.Forms.Label label8;
795    private System.Windows.Forms.Panel yAxisPrimaryMaximumPanel;
796    private System.Windows.Forms.TextBox yAxisPrimaryMaximumFixedTextBox;
797    private System.Windows.Forms.RadioButton yAxisPrimaryMaximumFixedRadioButton;
798    private System.Windows.Forms.RadioButton yAxisPrimaryMaximumAutoRadioButton;
799    private System.Windows.Forms.Panel yAxisPrimaryMinimumPanel;
800    private System.Windows.Forms.TextBox yAxisPrimaryMinimumFixedTextBox;
801    private System.Windows.Forms.RadioButton yAxisPrimaryMinimumFixedRadioButton;
802    private System.Windows.Forms.RadioButton yAxisPrimaryMinimumAutoRadioButton;
803    private System.Windows.Forms.ErrorProvider errorProvider;
804  }
805}
Note: See TracBrowser for help on using the repository browser.