Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2845_EnhancedProgress/HeuristicLab.Analysis.Views/3.3/ScatterPlotVisualPropertiesControl.Designer.cs @ 16308

Last change on this file since 16308 was 16308, checked in by pfleck, 5 years ago

#2845 reverted the last merge (r16307) because some revisions were missing

File size: 30.0 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2016 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
4 *
5 * This file is part of HeuristicLab.
6 *
7 * HeuristicLab is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * HeuristicLab is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
19 */
20#endregion
21
22namespace HeuristicLab.Analysis.Views {
23  partial class ScatterPlotVisualPropertiesControl {
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.yAxisTitleTextBox = new System.Windows.Forms.TextBox();
50      this.panel2 = new System.Windows.Forms.Panel();
51      this.xAxisMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
52      this.xAxisMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
53      this.panel1 = new System.Windows.Forms.Panel();
54      this.xAxisMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
55      this.xAxisMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
56      this.xAxisMinimumFixedTextBox = new System.Windows.Forms.TextBox();
57      this.xAxisMaximumFixedTextBox = new System.Windows.Forms.TextBox();
58      this.label12 = new System.Windows.Forms.Label();
59      this.label9 = new System.Windows.Forms.Label();
60      this.xAxisTitleTextBox = new System.Windows.Forms.TextBox();
61      this.label11 = new System.Windows.Forms.Label();
62      this.axisTabControl = new System.Windows.Forms.TabControl();
63      this.xAxisTabPage = new System.Windows.Forms.TabPage();
64      this.xAxisGridCheckBox = new System.Windows.Forms.CheckBox();
65      this.label4 = new System.Windows.Forms.Label();
66      this.yAxisTabPage = new System.Windows.Forms.TabPage();
67      this.yAxisGridCheckBox = new System.Windows.Forms.CheckBox();
68      this.label5 = new System.Windows.Forms.Label();
69      this.panel6 = new System.Windows.Forms.Panel();
70      this.yAxisMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
71      this.yAxisMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
72      this.panel5 = new System.Windows.Forms.Panel();
73      this.yAxisMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
74      this.yAxisMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
75      this.yAxisMinimumFixedTextBox = new System.Windows.Forms.TextBox();
76      this.yAxisMaximumFixedTextBox = new System.Windows.Forms.TextBox();
77      this.label8 = new System.Windows.Forms.Label();
78      this.label7 = new System.Windows.Forms.Label();
79      this.titleTextBox = new System.Windows.Forms.TextBox();
80      this.label15 = new System.Windows.Forms.Label();
81      this.axisFontLabel = new System.Windows.Forms.Label();
82      this.titleFontLabel = new System.Windows.Forms.Label();
83      this.axisFontButton = new System.Windows.Forms.Button();
84      this.label3 = new System.Windows.Forms.Label();
85      this.titleFontButton = new System.Windows.Forms.Button();
86      this.label2 = new System.Windows.Forms.Label();
87      this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
88      this.titleFontDialog = new System.Windows.Forms.FontDialog();
89      this.axisFontDialog = new System.Windows.Forms.FontDialog();
90      this.panel2.SuspendLayout();
91      this.panel1.SuspendLayout();
92      this.axisTabControl.SuspendLayout();
93      this.xAxisTabPage.SuspendLayout();
94      this.yAxisTabPage.SuspendLayout();
95      this.panel6.SuspendLayout();
96      this.panel5.SuspendLayout();
97      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
98      this.SuspendLayout();
99      //
100      // label1
101      //
102      this.label1.AutoSize = true;
103      this.label1.Location = new System.Drawing.Point(6, 12);
104      this.label1.Name = "label1";
105      this.label1.Size = new System.Drawing.Size(30, 13);
106      this.label1.TabIndex = 0;
107      this.label1.Text = "&Title:";
108      //
109      // yAxisPrimaryTitleTextBox
110      //
111      this.yAxisTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
112            | System.Windows.Forms.AnchorStyles.Right)));
113      this.yAxisTitleTextBox.Location = new System.Drawing.Point(71, 9);
114      this.yAxisTitleTextBox.Name = "yAxisPrimaryTitleTextBox";
115      this.yAxisTitleTextBox.Size = new System.Drawing.Size(370, 20);
116      this.yAxisTitleTextBox.TabIndex = 1;
117      this.yAxisTitleTextBox.Validated += new System.EventHandler(this.yTitleTextBox_Validated);
118      //
119      // panel2
120      //
121      this.panel2.Controls.Add(this.xAxisMaximumFixedRadioButton);
122      this.panel2.Controls.Add(this.xAxisMaximumAutoRadioButton);
123      this.panel2.Location = new System.Drawing.Point(71, 61);
124      this.panel2.Name = "panel2";
125      this.panel2.Size = new System.Drawing.Size(106, 16);
126      this.panel2.TabIndex = 6;
127      //
128      // xAxisPrimaryMaximumFixedRadioButton
129      //
130      this.xAxisMaximumFixedRadioButton.AutoSize = true;
131      this.xAxisMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
132      this.xAxisMaximumFixedRadioButton.Name = "xAxisPrimaryMaximumFixedRadioButton";
133      this.xAxisMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
134      this.xAxisMaximumFixedRadioButton.TabIndex = 1;
135      this.xAxisMaximumFixedRadioButton.TabStop = true;
136      this.xAxisMaximumFixedRadioButton.Text = "&Fixed:";
137      this.xAxisMaximumFixedRadioButton.UseVisualStyleBackColor = true;
138      this.xAxisMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisMaximumRadioButton_CheckedChanged);
139      //
140      // xAxisPrimaryMaximumAutoRadioButton
141      //
142      this.xAxisMaximumAutoRadioButton.AutoSize = true;
143      this.xAxisMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
144      this.xAxisMaximumAutoRadioButton.Name = "xAxisPrimaryMaximumAutoRadioButton";
145      this.xAxisMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
146      this.xAxisMaximumAutoRadioButton.TabIndex = 0;
147      this.xAxisMaximumAutoRadioButton.TabStop = true;
148      this.xAxisMaximumAutoRadioButton.Text = "&Auto";
149      this.xAxisMaximumAutoRadioButton.UseVisualStyleBackColor = true;
150      this.xAxisMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisMaximumRadioButton_CheckedChanged);
151      //
152      // panel1
153      //
154      this.panel1.Controls.Add(this.xAxisMinimumFixedRadioButton);
155      this.panel1.Controls.Add(this.xAxisMinimumAutoRadioButton);
156      this.panel1.Location = new System.Drawing.Point(71, 35);
157      this.panel1.Name = "panel1";
158      this.panel1.Size = new System.Drawing.Size(106, 16);
159      this.panel1.TabIndex = 3;
160      //
161      // xAxisPrimaryMinimumFixedRadioButton
162      //
163      this.xAxisMinimumFixedRadioButton.AutoSize = true;
164      this.xAxisMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
165      this.xAxisMinimumFixedRadioButton.Name = "xAxisPrimaryMinimumFixedRadioButton";
166      this.xAxisMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
167      this.xAxisMinimumFixedRadioButton.TabIndex = 1;
168      this.xAxisMinimumFixedRadioButton.TabStop = true;
169      this.xAxisMinimumFixedRadioButton.Text = "&Fixed:";
170      this.xAxisMinimumFixedRadioButton.UseVisualStyleBackColor = true;
171      this.xAxisMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisMinimumRadioButton_CheckedChanged);
172      //
173      // xAxisPrimaryMinimumAutoRadioButton
174      //
175      this.xAxisMinimumAutoRadioButton.AutoSize = true;
176      this.xAxisMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
177      this.xAxisMinimumAutoRadioButton.Name = "xAxisPrimaryMinimumAutoRadioButton";
178      this.xAxisMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
179      this.xAxisMinimumAutoRadioButton.TabIndex = 0;
180      this.xAxisMinimumAutoRadioButton.TabStop = true;
181      this.xAxisMinimumAutoRadioButton.Text = "&Auto";
182      this.xAxisMinimumAutoRadioButton.UseVisualStyleBackColor = true;
183      this.xAxisMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisMinimumRadioButton_CheckedChanged);
184      //
185      // xAxisPrimaryMinimumFixedTextBox
186      //
187      this.xAxisMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
188            | System.Windows.Forms.AnchorStyles.Right)));
189      this.xAxisMinimumFixedTextBox.Location = new System.Drawing.Point(196, 35);
190      this.xAxisMinimumFixedTextBox.Name = "xAxisPrimaryMinimumFixedTextBox";
191      this.xAxisMinimumFixedTextBox.Size = new System.Drawing.Size(245, 20);
192      this.xAxisMinimumFixedTextBox.TabIndex = 4;
193      this.xAxisMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisMinimumFixedTextBox_Validating);
194      //
195      // xAxisPrimaryMaximumFixedTextBox
196      //
197      this.xAxisMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
198            | System.Windows.Forms.AnchorStyles.Right)));
199      this.xAxisMaximumFixedTextBox.Location = new System.Drawing.Point(196, 61);
200      this.xAxisMaximumFixedTextBox.Name = "xAxisPrimaryMaximumFixedTextBox";
201      this.xAxisMaximumFixedTextBox.Size = new System.Drawing.Size(245, 20);
202      this.xAxisMaximumFixedTextBox.TabIndex = 7;
203      this.xAxisMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisMaximumFixedTextBox_Validating);
204      //
205      // label12
206      //
207      this.label12.AutoSize = true;
208      this.label12.Location = new System.Drawing.Point(6, 64);
209      this.label12.Name = "label12";
210      this.label12.Size = new System.Drawing.Size(54, 13);
211      this.label12.TabIndex = 5;
212      this.label12.Text = "&Maximum:";
213      //
214      // label9
215      //
216      this.label9.AutoSize = true;
217      this.label9.Location = new System.Drawing.Point(6, 12);
218      this.label9.Name = "label9";
219      this.label9.Size = new System.Drawing.Size(30, 13);
220      this.label9.TabIndex = 0;
221      this.label9.Text = "&Title:";
222      //
223      // xAxisPrimaryTitleTextBox
224      //
225      this.xAxisTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
226            | System.Windows.Forms.AnchorStyles.Right)));
227      this.xAxisTitleTextBox.Location = new System.Drawing.Point(71, 9);
228      this.xAxisTitleTextBox.Name = "xAxisPrimaryTitleTextBox";
229      this.xAxisTitleTextBox.Size = new System.Drawing.Size(370, 20);
230      this.xAxisTitleTextBox.TabIndex = 1;
231      this.xAxisTitleTextBox.Validated += new System.EventHandler(this.xTitleTextBox_Validated);
232      //
233      // label11
234      //
235      this.label11.AutoSize = true;
236      this.label11.Location = new System.Drawing.Point(6, 38);
237      this.label11.Name = "label11";
238      this.label11.Size = new System.Drawing.Size(51, 13);
239      this.label11.TabIndex = 2;
240      this.label11.Text = "&Minimum:";
241      //
242      // axisTabControl
243      //
244      this.axisTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
245            | System.Windows.Forms.AnchorStyles.Left)
246            | System.Windows.Forms.AnchorStyles.Right)));
247      this.axisTabControl.Controls.Add(this.xAxisTabPage);
248      this.axisTabControl.Controls.Add(this.yAxisTabPage);
249      this.axisTabControl.Location = new System.Drawing.Point(0, 84);
250      this.axisTabControl.Name = "axisTabControl";
251      this.axisTabControl.SelectedIndex = 0;
252      this.axisTabControl.Size = new System.Drawing.Size(455, 134);
253      this.axisTabControl.TabIndex = 8;
254      //
255      // xAxisTabPage
256      //
257      this.xAxisTabPage.Controls.Add(this.xAxisGridCheckBox);
258      this.xAxisTabPage.Controls.Add(this.label4);
259      this.xAxisTabPage.Controls.Add(this.panel2);
260      this.xAxisTabPage.Controls.Add(this.panel1);
261      this.xAxisTabPage.Controls.Add(this.xAxisTitleTextBox);
262      this.xAxisTabPage.Controls.Add(this.xAxisMinimumFixedTextBox);
263      this.xAxisTabPage.Controls.Add(this.label11);
264      this.xAxisTabPage.Controls.Add(this.xAxisMaximumFixedTextBox);
265      this.xAxisTabPage.Controls.Add(this.label9);
266      this.xAxisTabPage.Controls.Add(this.label12);
267      this.xAxisTabPage.Location = new System.Drawing.Point(4, 22);
268      this.xAxisTabPage.Name = "xAxisTabPage";
269      this.xAxisTabPage.Padding = new System.Windows.Forms.Padding(3);
270      this.xAxisTabPage.Size = new System.Drawing.Size(447, 108);
271      this.xAxisTabPage.TabIndex = 0;
272      this.xAxisTabPage.Text = "X-Axis";
273      this.xAxisTabPage.UseVisualStyleBackColor = true;
274      //
275      // xAxisGridCheckBox
276      //
277      this.xAxisGridCheckBox.AutoSize = true;
278      this.xAxisGridCheckBox.Location = new System.Drawing.Point(71, 85);
279      this.xAxisGridCheckBox.Name = "xAxisGridCheckBox";
280      this.xAxisGridCheckBox.Size = new System.Drawing.Size(15, 14);
281      this.xAxisGridCheckBox.TabIndex = 9;
282      this.xAxisGridCheckBox.UseVisualStyleBackColor = true;
283      this.xAxisGridCheckBox.CheckedChanged += new System.EventHandler(this.xAxisGridCheckBox_CheckedChanged);
284      //
285      // label4
286      //
287      this.label4.AutoSize = true;
288      this.label4.Location = new System.Drawing.Point(6, 85);
289      this.label4.Name = "label4";
290      this.label4.Size = new System.Drawing.Size(59, 13);
291      this.label4.TabIndex = 8;
292      this.label4.Text = "Show &Grid:";
293      //
294      // yAxisTabPage
295      //
296      this.yAxisTabPage.Controls.Add(this.yAxisGridCheckBox);
297      this.yAxisTabPage.Controls.Add(this.label5);
298      this.yAxisTabPage.Controls.Add(this.panel6);
299      this.yAxisTabPage.Controls.Add(this.panel5);
300      this.yAxisTabPage.Controls.Add(this.yAxisTitleTextBox);
301      this.yAxisTabPage.Controls.Add(this.yAxisMinimumFixedTextBox);
302      this.yAxisTabPage.Controls.Add(this.label1);
303      this.yAxisTabPage.Controls.Add(this.yAxisMaximumFixedTextBox);
304      this.yAxisTabPage.Controls.Add(this.label8);
305      this.yAxisTabPage.Controls.Add(this.label7);
306      this.yAxisTabPage.Location = new System.Drawing.Point(4, 22);
307      this.yAxisTabPage.Name = "yAxisTabPage";
308      this.yAxisTabPage.Padding = new System.Windows.Forms.Padding(3);
309      this.yAxisTabPage.Size = new System.Drawing.Size(447, 108);
310      this.yAxisTabPage.TabIndex = 1;
311      this.yAxisTabPage.Text = "Y-Axis";
312      this.yAxisTabPage.UseVisualStyleBackColor = true;
313      //
314      // yAxisGridCheckBox
315      //
316      this.yAxisGridCheckBox.AutoSize = true;
317      this.yAxisGridCheckBox.Location = new System.Drawing.Point(71, 85);
318      this.yAxisGridCheckBox.Name = "yAxisGridCheckBox";
319      this.yAxisGridCheckBox.Size = new System.Drawing.Size(15, 14);
320      this.yAxisGridCheckBox.TabIndex = 10;
321      this.yAxisGridCheckBox.UseVisualStyleBackColor = true;
322      this.yAxisGridCheckBox.CheckedChanged += new System.EventHandler(this.yAxisGridCheckBox_CheckedChanged);
323      //
324      // label5
325      //
326      this.label5.AutoSize = true;
327      this.label5.Location = new System.Drawing.Point(6, 85);
328      this.label5.Name = "label5";
329      this.label5.Size = new System.Drawing.Size(59, 13);
330      this.label5.TabIndex = 9;
331      this.label5.Text = "Show &Grid:";
332      //
333      // panel6
334      //
335      this.panel6.Controls.Add(this.yAxisMaximumFixedRadioButton);
336      this.panel6.Controls.Add(this.yAxisMaximumAutoRadioButton);
337      this.panel6.Location = new System.Drawing.Point(71, 61);
338      this.panel6.Name = "panel6";
339      this.panel6.Size = new System.Drawing.Size(106, 20);
340      this.panel6.TabIndex = 6;
341      //
342      // yAxisPrimaryMaximumFixedRadioButton
343      //
344      this.yAxisMaximumFixedRadioButton.AutoSize = true;
345      this.yAxisMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
346      this.yAxisMaximumFixedRadioButton.Name = "yAxisPrimaryMaximumFixedRadioButton";
347      this.yAxisMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
348      this.yAxisMaximumFixedRadioButton.TabIndex = 1;
349      this.yAxisMaximumFixedRadioButton.TabStop = true;
350      this.yAxisMaximumFixedRadioButton.Text = "&Fixed:";
351      this.yAxisMaximumFixedRadioButton.UseVisualStyleBackColor = true;
352      this.yAxisMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisMaximumRadioButton_CheckedChanged);
353      //
354      // yAxisPrimaryMaximumAutoRadioButton
355      //
356      this.yAxisMaximumAutoRadioButton.AutoSize = true;
357      this.yAxisMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
358      this.yAxisMaximumAutoRadioButton.Name = "yAxisPrimaryMaximumAutoRadioButton";
359      this.yAxisMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
360      this.yAxisMaximumAutoRadioButton.TabIndex = 0;
361      this.yAxisMaximumAutoRadioButton.TabStop = true;
362      this.yAxisMaximumAutoRadioButton.Text = "&Auto";
363      this.yAxisMaximumAutoRadioButton.UseVisualStyleBackColor = true;
364      this.yAxisMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisMaximumRadioButton_CheckedChanged);
365      //
366      // panel5
367      //
368      this.panel5.Controls.Add(this.yAxisMinimumAutoRadioButton);
369      this.panel5.Controls.Add(this.yAxisMinimumFixedRadioButton);
370      this.panel5.Location = new System.Drawing.Point(71, 35);
371      this.panel5.Name = "panel5";
372      this.panel5.Size = new System.Drawing.Size(106, 20);
373      this.panel5.TabIndex = 3;
374      //
375      // yAxisPrimaryMinimumAutoRadioButton
376      //
377      this.yAxisMinimumAutoRadioButton.AutoSize = true;
378      this.yAxisMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
379      this.yAxisMinimumAutoRadioButton.Name = "yAxisPrimaryMinimumAutoRadioButton";
380      this.yAxisMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
381      this.yAxisMinimumAutoRadioButton.TabIndex = 0;
382      this.yAxisMinimumAutoRadioButton.TabStop = true;
383      this.yAxisMinimumAutoRadioButton.Text = "&Auto";
384      this.yAxisMinimumAutoRadioButton.UseVisualStyleBackColor = true;
385      this.yAxisMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisMinimumRadioButton_CheckedChanged);
386      //
387      // yAxisPrimaryMinimumFixedRadioButton
388      //
389      this.yAxisMinimumFixedRadioButton.AutoSize = true;
390      this.yAxisMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
391      this.yAxisMinimumFixedRadioButton.Name = "yAxisPrimaryMinimumFixedRadioButton";
392      this.yAxisMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
393      this.yAxisMinimumFixedRadioButton.TabIndex = 1;
394      this.yAxisMinimumFixedRadioButton.TabStop = true;
395      this.yAxisMinimumFixedRadioButton.Text = "&Fixed:";
396      this.yAxisMinimumFixedRadioButton.UseVisualStyleBackColor = true;
397      this.yAxisMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisMinimumRadioButton_CheckedChanged);
398      //
399      // yAxisPrimaryMinimumFixedTextBox
400      //
401      this.yAxisMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
402            | System.Windows.Forms.AnchorStyles.Right)));
403      this.yAxisMinimumFixedTextBox.Location = new System.Drawing.Point(196, 35);
404      this.yAxisMinimumFixedTextBox.Name = "yAxisPrimaryMinimumFixedTextBox";
405      this.yAxisMinimumFixedTextBox.Size = new System.Drawing.Size(245, 20);
406      this.yAxisMinimumFixedTextBox.TabIndex = 4;
407      this.yAxisMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisMinimumFixedTextBox_Validating);
408      //
409      // yAxisPrimaryMaximumFixedTextBox
410      //
411      this.yAxisMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
412            | System.Windows.Forms.AnchorStyles.Right)));
413      this.yAxisMaximumFixedTextBox.Location = new System.Drawing.Point(196, 61);
414      this.yAxisMaximumFixedTextBox.Name = "yAxisPrimaryMaximumFixedTextBox";
415      this.yAxisMaximumFixedTextBox.Size = new System.Drawing.Size(245, 20);
416      this.yAxisMaximumFixedTextBox.TabIndex = 7;
417      this.yAxisMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisMaximumFixedTextBox_Validating);
418      //
419      // label8
420      //
421      this.label8.AutoSize = true;
422      this.label8.Location = new System.Drawing.Point(6, 38);
423      this.label8.Name = "label8";
424      this.label8.Size = new System.Drawing.Size(51, 13);
425      this.label8.TabIndex = 2;
426      this.label8.Text = "&Minimum:";
427      //
428      // label7
429      //
430      this.label7.AutoSize = true;
431      this.label7.Location = new System.Drawing.Point(6, 64);
432      this.label7.Name = "label7";
433      this.label7.Size = new System.Drawing.Size(54, 13);
434      this.label7.TabIndex = 5;
435      this.label7.Text = "&Maximum:";
436      //
437      // titleTextBox
438      //
439      this.titleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
440            | System.Windows.Forms.AnchorStyles.Right)));
441      this.titleTextBox.Location = new System.Drawing.Point(66, 0);
442      this.titleTextBox.Name = "titleTextBox";
443      this.titleTextBox.Size = new System.Drawing.Size(389, 20);
444      this.titleTextBox.TabIndex = 1;
445      this.titleTextBox.Validated += new System.EventHandler(this.titleTextBox_Validated);
446      //
447      // label15
448      //
449      this.label15.AutoSize = true;
450      this.label15.Location = new System.Drawing.Point(3, 3);
451      this.label15.Name = "label15";
452      this.label15.Size = new System.Drawing.Size(30, 13);
453      this.label15.TabIndex = 0;
454      this.label15.Text = "&Title:";
455      //
456      // axisFontLabel
457      //
458      this.axisFontLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
459            | System.Windows.Forms.AnchorStyles.Right)));
460      this.axisFontLabel.AutoSize = true;
461      this.axisFontLabel.Location = new System.Drawing.Point(98, 60);
462      this.axisFontLabel.Name = "axisFontLabel";
463      this.axisFontLabel.Size = new System.Drawing.Size(43, 13);
464      this.axisFontLabel.TabIndex = 7;
465      this.axisFontLabel.Text = "( none )";
466      //
467      // titleFontLabel
468      //
469      this.titleFontLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
470            | System.Windows.Forms.AnchorStyles.Right)));
471      this.titleFontLabel.AutoSize = true;
472      this.titleFontLabel.Location = new System.Drawing.Point(98, 31);
473      this.titleFontLabel.Name = "titleFontLabel";
474      this.titleFontLabel.Size = new System.Drawing.Size(43, 13);
475      this.titleFontLabel.TabIndex = 4;
476      this.titleFontLabel.Text = "( none )";
477      //
478      // axisFontButton
479      //
480      this.axisFontButton.Location = new System.Drawing.Point(66, 55);
481      this.axisFontButton.Name = "axisFontButton";
482      this.axisFontButton.Size = new System.Drawing.Size(26, 23);
483      this.axisFontButton.TabIndex = 6;
484      this.axisFontButton.Text = "...";
485      this.axisFontButton.UseVisualStyleBackColor = true;
486      this.axisFontButton.Click += new System.EventHandler(this.axisFontButton_Click);
487      //
488      // label3
489      //
490      this.label3.AutoSize = true;
491      this.label3.Location = new System.Drawing.Point(3, 60);
492      this.label3.Name = "label3";
493      this.label3.Size = new System.Drawing.Size(57, 13);
494      this.label3.TabIndex = 5;
495      this.label3.Text = "&Axes Font:";
496      //
497      // titleFontButton
498      //
499      this.titleFontButton.Location = new System.Drawing.Point(66, 26);
500      this.titleFontButton.Name = "titleFontButton";
501      this.titleFontButton.Size = new System.Drawing.Size(26, 23);
502      this.titleFontButton.TabIndex = 3;
503      this.titleFontButton.Text = "...";
504      this.titleFontButton.UseVisualStyleBackColor = true;
505      this.titleFontButton.Click += new System.EventHandler(this.titleFontButton_Click);
506      //
507      // label2
508      //
509      this.label2.AutoSize = true;
510      this.label2.Location = new System.Drawing.Point(3, 31);
511      this.label2.Name = "label2";
512      this.label2.Size = new System.Drawing.Size(54, 13);
513      this.label2.TabIndex = 2;
514      this.label2.Text = "&Title Font:";
515      //
516      // errorProvider
517      //
518      this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
519      this.errorProvider.ContainerControl = this;
520      //
521      // titleFontDialog
522      //
523      this.titleFontDialog.Color = System.Drawing.SystemColors.ControlText;
524      this.titleFontDialog.FontMustExist = true;
525      this.titleFontDialog.ShowColor = true;
526      //
527      // axisFontDialog
528      //
529      this.axisFontDialog.Color = System.Drawing.SystemColors.ControlText;
530      //
531      // ScatterPlotVisualPropertiesControl
532      //
533      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
534      this.Controls.Add(this.axisFontLabel);
535      this.Controls.Add(this.label15);
536      this.Controls.Add(this.axisFontButton);
537      this.Controls.Add(this.titleFontLabel);
538      this.Controls.Add(this.label3);
539      this.Controls.Add(this.titleTextBox);
540      this.Controls.Add(this.axisTabControl);
541      this.Controls.Add(this.label2);
542      this.Controls.Add(this.titleFontButton);
543      this.Name = "ScatterPlotVisualPropertiesControl";
544      this.Size = new System.Drawing.Size(455, 220);
545      this.panel2.ResumeLayout(false);
546      this.panel2.PerformLayout();
547      this.panel1.ResumeLayout(false);
548      this.panel1.PerformLayout();
549      this.axisTabControl.ResumeLayout(false);
550      this.xAxisTabPage.ResumeLayout(false);
551      this.xAxisTabPage.PerformLayout();
552      this.yAxisTabPage.ResumeLayout(false);
553      this.yAxisTabPage.PerformLayout();
554      this.panel6.ResumeLayout(false);
555      this.panel6.PerformLayout();
556      this.panel5.ResumeLayout(false);
557      this.panel5.PerformLayout();
558      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
559      this.ResumeLayout(false);
560      this.PerformLayout();
561
562    }
563
564    #endregion
565
566    private System.Windows.Forms.Label label1;
567    private System.Windows.Forms.TextBox yAxisTitleTextBox;
568    private System.Windows.Forms.Label label12;
569    private System.Windows.Forms.Label label9;
570    private System.Windows.Forms.TextBox xAxisTitleTextBox;
571    private System.Windows.Forms.Label label11;
572    private System.Windows.Forms.TextBox xAxisMaximumFixedTextBox;
573    private System.Windows.Forms.RadioButton xAxisMaximumFixedRadioButton;
574    private System.Windows.Forms.RadioButton xAxisMaximumAutoRadioButton;
575    private System.Windows.Forms.TextBox xAxisMinimumFixedTextBox;
576    private System.Windows.Forms.RadioButton xAxisMinimumFixedRadioButton;
577    private System.Windows.Forms.RadioButton xAxisMinimumAutoRadioButton;
578    private System.Windows.Forms.TabControl axisTabControl;
579    private System.Windows.Forms.TabPage xAxisTabPage;
580    private System.Windows.Forms.TabPage yAxisTabPage;
581    private System.Windows.Forms.Label label7;
582    private System.Windows.Forms.Label label8;
583    private System.Windows.Forms.TextBox yAxisMaximumFixedTextBox;
584    private System.Windows.Forms.RadioButton yAxisMaximumFixedRadioButton;
585    private System.Windows.Forms.RadioButton yAxisMaximumAutoRadioButton;
586    private System.Windows.Forms.TextBox yAxisMinimumFixedTextBox;
587    private System.Windows.Forms.RadioButton yAxisMinimumFixedRadioButton;
588    private System.Windows.Forms.RadioButton yAxisMinimumAutoRadioButton;
589    private System.Windows.Forms.ErrorProvider errorProvider;
590    private System.Windows.Forms.FontDialog titleFontDialog;
591    private System.Windows.Forms.Button titleFontButton;
592    private System.Windows.Forms.Label label2;
593    private System.Windows.Forms.Button axisFontButton;
594    private System.Windows.Forms.Label label3;
595    private System.Windows.Forms.Label axisFontLabel;
596    private System.Windows.Forms.Label titleFontLabel;
597    private System.Windows.Forms.FontDialog axisFontDialog;
598    private System.Windows.Forms.Label label15;
599    private System.Windows.Forms.TextBox titleTextBox;
600    private System.Windows.Forms.Panel panel1;
601    private System.Windows.Forms.Panel panel2;
602    private System.Windows.Forms.Panel panel6;
603    private System.Windows.Forms.Panel panel5;
604    private System.Windows.Forms.CheckBox xAxisGridCheckBox;
605    private System.Windows.Forms.Label label4;
606    private System.Windows.Forms.CheckBox yAxisGridCheckBox;
607    private System.Windows.Forms.Label label5;
608  }
609}
Note: See TracBrowser for help on using the repository browser.