Free cookie consent management tool by TermsFeed Policy Generator

source: branches/PersistenceOverhaul/HeuristicLab.Visualization.ChartControlsExtensions/3.3/ImageExportDialog.Designer.cs @ 14712

Last change on this file since 14712 was 14712, checked in by gkronber, 7 years ago

#2520 added GUIDs for (almost) all interface types (probably still too many) also added newlines at end of all files

File size: 40.7 KB
Line 
1#region License Information
2/* HeuristicLab
3 * Copyright (C) 2002-2015 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.Visualization.ChartControlsExtensions {
23  partial class ImageExportDialog {
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 Windows Form 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.titleTextBox = new System.Windows.Forms.TextBox();
49      this.label1 = new System.Windows.Forms.Label();
50      this.okButton = new System.Windows.Forms.Button();
51      this.label2 = new System.Windows.Forms.Label();
52      this.secondaryXTextBox = new System.Windows.Forms.TextBox();
53      this.label3 = new System.Windows.Forms.Label();
54      this.secondaryYTextBox = new System.Windows.Forms.TextBox();
55      this.label4 = new System.Windows.Forms.Label();
56      this.resolutionComboBox = new System.Windows.Forms.ComboBox();
57      this.widthNumericUD = new System.Windows.Forms.NumericUpDown();
58      this.label5 = new System.Windows.Forms.Label();
59      this.label6 = new System.Windows.Forms.Label();
60      this.axisFontSizeComboBox = new System.Windows.Forms.ComboBox();
61      this.scalesFontSizeComboBox = new System.Windows.Forms.ComboBox();
62      this.cancelButton = new System.Windows.Forms.Button();
63      this.label9 = new System.Windows.Forms.Label();
64      this.label10 = new System.Windows.Forms.Label();
65      this.groupBox1 = new System.Windows.Forms.GroupBox();
66      this.showSecondaryYAxisCheckBox = new System.Windows.Forms.CheckBox();
67      this.showSecondaryXAxisCheckBox = new System.Windows.Forms.CheckBox();
68      this.groupBox2 = new System.Windows.Forms.GroupBox();
69      this.showPrimaryYAxisCheckBox = new System.Windows.Forms.CheckBox();
70      this.showPrimaryXAxisCheckBox = new System.Windows.Forms.CheckBox();
71      this.primaryXTextBox = new System.Windows.Forms.TextBox();
72      this.primaryYTextBox = new System.Windows.Forms.TextBox();
73      this.label14 = new System.Windows.Forms.Label();
74      this.label15 = new System.Windows.Forms.Label();
75      this.groupBox3 = new System.Windows.Forms.GroupBox();
76      this.label18 = new System.Windows.Forms.Label();
77      this.label12 = new System.Windows.Forms.Label();
78      this.label11 = new System.Windows.Forms.Label();
79      this.label7 = new System.Windows.Forms.Label();
80      this.legendFontSizeComboBox = new System.Windows.Forms.ComboBox();
81      this.label17 = new System.Windows.Forms.Label();
82      this.titleFontSizeComboBox = new System.Windows.Forms.ComboBox();
83      this.label16 = new System.Windows.Forms.Label();
84      this.heightNumericUD = new System.Windows.Forms.NumericUpDown();
85      this.splitContainer = new System.Windows.Forms.SplitContainer();
86      this.legendGroupBox = new System.Windows.Forms.GroupBox();
87      this.label20 = new System.Windows.Forms.Label();
88      this.legendPositionComboBox = new System.Windows.Forms.ComboBox();
89      this.chartAreaComboBox = new System.Windows.Forms.ComboBox();
90      this.togglePreviewCheckBox = new System.Windows.Forms.CheckBox();
91      this.lengthUnitComboBox = new System.Windows.Forms.ComboBox();
92      this.resolutionUnitComboBox = new System.Windows.Forms.ComboBox();
93      this.label8 = new System.Windows.Forms.Label();
94      this.previewPictureBox = new System.Windows.Forms.PictureBox();
95      this.label19 = new System.Windows.Forms.Label();
96      this.label13 = new System.Windows.Forms.Label();
97      this.rawImageSizeLabel = new System.Windows.Forms.Label();
98      this.previewZoomLabel = new System.Windows.Forms.Label();
99      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
100      this.toolTip = new System.Windows.Forms.ToolTip(this.components);
101      ((System.ComponentModel.ISupportInitialize)(this.widthNumericUD)).BeginInit();
102      this.groupBox1.SuspendLayout();
103      this.groupBox2.SuspendLayout();
104      this.groupBox3.SuspendLayout();
105      ((System.ComponentModel.ISupportInitialize)(this.heightNumericUD)).BeginInit();
106      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
107      this.splitContainer.Panel1.SuspendLayout();
108      this.splitContainer.Panel2.SuspendLayout();
109      this.splitContainer.SuspendLayout();
110      this.legendGroupBox.SuspendLayout();
111      ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).BeginInit();
112      this.SuspendLayout();
113      //
114      // titleTextBox
115      //
116      this.titleTextBox.Location = new System.Drawing.Point(84, 11);
117      this.titleTextBox.Name = "titleTextBox";
118      this.titleTextBox.Size = new System.Drawing.Size(159, 20);
119      this.titleTextBox.TabIndex = 1;
120      this.toolTip.SetToolTip(this.titleTextBox, "The title of the chart, will be removed if set to empty.");
121      this.titleTextBox.TextChanged += new System.EventHandler(this.titleTextBox_TextChanged);
122      //
123      // label1
124      //
125      this.label1.AutoSize = true;
126      this.label1.Location = new System.Drawing.Point(6, 22);
127      this.label1.Name = "label1";
128      this.label1.Size = new System.Drawing.Size(30, 13);
129      this.label1.TabIndex = 0;
130      this.label1.Text = "Title:";
131      //
132      // okButton
133      //
134      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
135      this.okButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
136      this.okButton.Location = new System.Drawing.Point(141, 552);
137      this.okButton.Name = "okButton";
138      this.okButton.Size = new System.Drawing.Size(75, 23);
139      this.okButton.TabIndex = 2;
140      this.okButton.Text = "Save";
141      this.okButton.UseVisualStyleBackColor = true;
142      this.okButton.Click += new System.EventHandler(this.okButton_Click);
143      //
144      // label2
145      //
146      this.label2.AutoSize = true;
147      this.label2.Location = new System.Drawing.Point(18, 14);
148      this.label2.Name = "label2";
149      this.label2.Size = new System.Drawing.Size(54, 13);
150      this.label2.TabIndex = 0;
151      this.label2.Text = "Title Text:";
152      //
153      // secondaryXTextBox
154      //
155      this.secondaryXTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
156            | System.Windows.Forms.AnchorStyles.Right)));
157      this.secondaryXTextBox.Location = new System.Drawing.Point(72, 27);
158      this.secondaryXTextBox.Name = "secondaryXTextBox";
159      this.secondaryXTextBox.Size = new System.Drawing.Size(159, 20);
160      this.secondaryXTextBox.TabIndex = 1;
161      this.toolTip.SetToolTip(this.secondaryXTextBox, "Label of the secondary x-axis");
162      this.secondaryXTextBox.TextChanged += new System.EventHandler(this.secondaryXTextBox_TextChanged);
163      //
164      // label3
165      //
166      this.label3.AutoSize = true;
167      this.label3.Location = new System.Drawing.Point(6, 30);
168      this.label3.Name = "label3";
169      this.label3.Size = new System.Drawing.Size(46, 13);
170      this.label3.TabIndex = 0;
171      this.label3.Text = "X Label:";
172      //
173      // secondaryYTextBox
174      //
175      this.secondaryYTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
176            | System.Windows.Forms.AnchorStyles.Right)));
177      this.secondaryYTextBox.Location = new System.Drawing.Point(72, 53);
178      this.secondaryYTextBox.Name = "secondaryYTextBox";
179      this.secondaryYTextBox.Size = new System.Drawing.Size(159, 20);
180      this.secondaryYTextBox.TabIndex = 4;
181      this.toolTip.SetToolTip(this.secondaryYTextBox, "Label of the secondary y-axis");
182      this.secondaryYTextBox.TextChanged += new System.EventHandler(this.secondaryYTextBox_TextChanged);
183      //
184      // label4
185      //
186      this.label4.AutoSize = true;
187      this.label4.Location = new System.Drawing.Point(6, 56);
188      this.label4.Name = "label4";
189      this.label4.Size = new System.Drawing.Size(46, 13);
190      this.label4.TabIndex = 3;
191      this.label4.Text = "Y Label:";
192      //
193      // resolutionComboBox
194      //
195      this.resolutionComboBox.FormattingEnabled = true;
196      this.resolutionComboBox.Items.AddRange(new object[] {
197            "72",
198            "96",
199            "150",
200            "300",
201            "600",
202            "800",
203            "1200"});
204      this.resolutionComboBox.Location = new System.Drawing.Point(84, 450);
205      this.resolutionComboBox.Name = "resolutionComboBox";
206      this.resolutionComboBox.Size = new System.Drawing.Size(83, 21);
207      this.resolutionComboBox.TabIndex = 8;
208      this.toolTip.SetToolTip(this.resolutionComboBox, "Specify the resolution of the output image, use a minimum of 300dpi if the image " +
209        "should appear in a publication.");
210      this.resolutionComboBox.TextChanged += new System.EventHandler(this.resolutionComboBox_TextChanged);
211      this.resolutionComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.resolutionComboBox_Validating);
212      //
213      // widthNumericUD
214      //
215      this.widthNumericUD.DecimalPlaces = 2;
216      this.widthNumericUD.Increment = new decimal(new int[] {
217            5,
218            0,
219            0,
220            65536});
221      this.widthNumericUD.Location = new System.Drawing.Point(84, 477);
222      this.widthNumericUD.Minimum = new decimal(new int[] {
223            1,
224            0,
225            0,
226            65536});
227      this.widthNumericUD.Name = "widthNumericUD";
228      this.widthNumericUD.Size = new System.Drawing.Size(83, 20);
229      this.widthNumericUD.TabIndex = 11;
230      this.widthNumericUD.Value = new decimal(new int[] {
231            8,
232            0,
233            0,
234            0});
235      this.widthNumericUD.ValueChanged += new System.EventHandler(this.widthNumericUD_ValueChanged);
236      //
237      // label5
238      //
239      this.label5.AutoSize = true;
240      this.label5.Location = new System.Drawing.Point(18, 453);
241      this.label5.Name = "label5";
242      this.label5.Size = new System.Drawing.Size(60, 13);
243      this.label5.TabIndex = 7;
244      this.label5.Text = "Resolution:";
245      //
246      // label6
247      //
248      this.label6.AutoSize = true;
249      this.label6.Location = new System.Drawing.Point(18, 479);
250      this.label6.Name = "label6";
251      this.label6.Size = new System.Drawing.Size(38, 13);
252      this.label6.TabIndex = 10;
253      this.label6.Text = "Width:";
254      //
255      // axisFontSizeComboBox
256      //
257      this.axisFontSizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
258            | System.Windows.Forms.AnchorStyles.Right)));
259      this.axisFontSizeComboBox.FormattingEnabled = true;
260      this.axisFontSizeComboBox.Items.AddRange(new object[] {
261            "6",
262            "8",
263            "10",
264            "11",
265            "12",
266            "14",
267            "16",
268            "18",
269            "24",
270            "36",
271            "72"});
272      this.axisFontSizeComboBox.Location = new System.Drawing.Point(72, 46);
273      this.axisFontSizeComboBox.Name = "axisFontSizeComboBox";
274      this.axisFontSizeComboBox.Size = new System.Drawing.Size(159, 21);
275      this.axisFontSizeComboBox.TabIndex = 4;
276      this.toolTip.SetToolTip(this.axisFontSizeComboBox, "The font size of the axis labels");
277      this.axisFontSizeComboBox.TextChanged += new System.EventHandler(this.axisFontSizeComboBox_TextChanged);
278      this.axisFontSizeComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.numericComboBox_Validating);
279      //
280      // scalesFontSizeComboBox
281      //
282      this.scalesFontSizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
283            | System.Windows.Forms.AnchorStyles.Right)));
284      this.scalesFontSizeComboBox.FormattingEnabled = true;
285      this.scalesFontSizeComboBox.Items.AddRange(new object[] {
286            "4",
287            "5",
288            "6",
289            "7",
290            "8",
291            "9",
292            "10",
293            "11",
294            "12",
295            "14",
296            "16",
297            "18",
298            "24",
299            "36",
300            "72"});
301      this.scalesFontSizeComboBox.Location = new System.Drawing.Point(72, 73);
302      this.scalesFontSizeComboBox.Name = "scalesFontSizeComboBox";
303      this.scalesFontSizeComboBox.Size = new System.Drawing.Size(159, 21);
304      this.scalesFontSizeComboBox.TabIndex = 7;
305      this.toolTip.SetToolTip(this.scalesFontSizeComboBox, "The font size of the scales");
306      this.scalesFontSizeComboBox.TextChanged += new System.EventHandler(this.scalesFontSizeComboBox_TextChanged);
307      this.scalesFontSizeComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.numericComboBox_Validating);
308      //
309      // cancelButton
310      //
311      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
312      this.cancelButton.Location = new System.Drawing.Point(222, 552);
313      this.cancelButton.Name = "cancelButton";
314      this.cancelButton.Size = new System.Drawing.Size(75, 23);
315      this.cancelButton.TabIndex = 0;
316      this.cancelButton.Text = "Cancel";
317      this.cancelButton.UseVisualStyleBackColor = true;
318      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
319      //
320      // label9
321      //
322      this.label9.AutoSize = true;
323      this.label9.Location = new System.Drawing.Point(6, 49);
324      this.label9.Name = "label9";
325      this.label9.Size = new System.Drawing.Size(29, 13);
326      this.label9.TabIndex = 3;
327      this.label9.Text = "Axis:";
328      //
329      // label10
330      //
331      this.label10.AutoSize = true;
332      this.label10.Location = new System.Drawing.Point(6, 78);
333      this.label10.Name = "label10";
334      this.label10.Size = new System.Drawing.Size(42, 13);
335      this.label10.TabIndex = 6;
336      this.label10.Text = "Scales:";
337      //
338      // groupBox1
339      //
340      this.groupBox1.Controls.Add(this.showSecondaryYAxisCheckBox);
341      this.groupBox1.Controls.Add(this.showSecondaryXAxisCheckBox);
342      this.groupBox1.Controls.Add(this.secondaryXTextBox);
343      this.groupBox1.Controls.Add(this.secondaryYTextBox);
344      this.groupBox1.Controls.Add(this.label4);
345      this.groupBox1.Controls.Add(this.label3);
346      this.groupBox1.Location = new System.Drawing.Point(12, 221);
347      this.groupBox1.Name = "groupBox1";
348      this.groupBox1.Size = new System.Drawing.Size(258, 82);
349      this.groupBox1.TabIndex = 5;
350      this.groupBox1.TabStop = false;
351      this.groupBox1.Text = "Secondary Axis";
352      //
353      // showSecondaryYAxisCheckBox
354      //
355      this.showSecondaryYAxisCheckBox.AutoSize = true;
356      this.showSecondaryYAxisCheckBox.Location = new System.Drawing.Point(237, 56);
357      this.showSecondaryYAxisCheckBox.Name = "showSecondaryYAxisCheckBox";
358      this.showSecondaryYAxisCheckBox.Size = new System.Drawing.Size(15, 14);
359      this.showSecondaryYAxisCheckBox.TabIndex = 5;
360      this.toolTip.SetToolTip(this.showSecondaryYAxisCheckBox, "Display");
361      this.showSecondaryYAxisCheckBox.UseVisualStyleBackColor = true;
362      this.showSecondaryYAxisCheckBox.CheckedChanged += new System.EventHandler(this.showSecondaryYAxisCheckBox_CheckedChanged);
363      //
364      // showSecondaryXAxisCheckBox
365      //
366      this.showSecondaryXAxisCheckBox.AutoSize = true;
367      this.showSecondaryXAxisCheckBox.Location = new System.Drawing.Point(237, 30);
368      this.showSecondaryXAxisCheckBox.Name = "showSecondaryXAxisCheckBox";
369      this.showSecondaryXAxisCheckBox.Size = new System.Drawing.Size(15, 14);
370      this.showSecondaryXAxisCheckBox.TabIndex = 2;
371      this.toolTip.SetToolTip(this.showSecondaryXAxisCheckBox, "Display");
372      this.showSecondaryXAxisCheckBox.UseVisualStyleBackColor = true;
373      this.showSecondaryXAxisCheckBox.CheckedChanged += new System.EventHandler(this.showSecondaryXAxisCheckBox_CheckedChanged);
374      //
375      // groupBox2
376      //
377      this.groupBox2.Controls.Add(this.showPrimaryYAxisCheckBox);
378      this.groupBox2.Controls.Add(this.showPrimaryXAxisCheckBox);
379      this.groupBox2.Controls.Add(this.primaryXTextBox);
380      this.groupBox2.Controls.Add(this.primaryYTextBox);
381      this.groupBox2.Controls.Add(this.label14);
382      this.groupBox2.Controls.Add(this.label15);
383      this.groupBox2.Location = new System.Drawing.Point(12, 131);
384      this.groupBox2.Name = "groupBox2";
385      this.groupBox2.Size = new System.Drawing.Size(258, 84);
386      this.groupBox2.TabIndex = 4;
387      this.groupBox2.TabStop = false;
388      this.groupBox2.Text = "Primary Axis";
389      //
390      // showPrimaryYAxisCheckBox
391      //
392      this.showPrimaryYAxisCheckBox.AutoSize = true;
393      this.showPrimaryYAxisCheckBox.Location = new System.Drawing.Point(237, 56);
394      this.showPrimaryYAxisCheckBox.Name = "showPrimaryYAxisCheckBox";
395      this.showPrimaryYAxisCheckBox.Size = new System.Drawing.Size(15, 14);
396      this.showPrimaryYAxisCheckBox.TabIndex = 5;
397      this.toolTip.SetToolTip(this.showPrimaryYAxisCheckBox, "Display");
398      this.showPrimaryYAxisCheckBox.UseVisualStyleBackColor = true;
399      this.showPrimaryYAxisCheckBox.CheckedChanged += new System.EventHandler(this.showPrimaryYAxisCheckBox_CheckedChanged);
400      //
401      // showPrimaryXAxisCheckBox
402      //
403      this.showPrimaryXAxisCheckBox.AutoSize = true;
404      this.showPrimaryXAxisCheckBox.Location = new System.Drawing.Point(237, 30);
405      this.showPrimaryXAxisCheckBox.Name = "showPrimaryXAxisCheckBox";
406      this.showPrimaryXAxisCheckBox.Size = new System.Drawing.Size(15, 14);
407      this.showPrimaryXAxisCheckBox.TabIndex = 2;
408      this.toolTip.SetToolTip(this.showPrimaryXAxisCheckBox, "Display");
409      this.showPrimaryXAxisCheckBox.UseVisualStyleBackColor = true;
410      this.showPrimaryXAxisCheckBox.CheckedChanged += new System.EventHandler(this.showPrimaryXAxisCheckBox_CheckedChanged);
411      //
412      // primaryXTextBox
413      //
414      this.primaryXTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
415            | System.Windows.Forms.AnchorStyles.Right)));
416      this.primaryXTextBox.Location = new System.Drawing.Point(72, 27);
417      this.primaryXTextBox.Name = "primaryXTextBox";
418      this.primaryXTextBox.Size = new System.Drawing.Size(159, 20);
419      this.primaryXTextBox.TabIndex = 1;
420      this.toolTip.SetToolTip(this.primaryXTextBox, "Label of the primary x-axis");
421      this.primaryXTextBox.TextChanged += new System.EventHandler(this.primaryXTextBox_TextChanged);
422      //
423      // primaryYTextBox
424      //
425      this.primaryYTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
426            | System.Windows.Forms.AnchorStyles.Right)));
427      this.primaryYTextBox.Location = new System.Drawing.Point(72, 53);
428      this.primaryYTextBox.Name = "primaryYTextBox";
429      this.primaryYTextBox.Size = new System.Drawing.Size(159, 20);
430      this.primaryYTextBox.TabIndex = 4;
431      this.toolTip.SetToolTip(this.primaryYTextBox, "Label of the primary y-axis");
432      this.primaryYTextBox.TextChanged += new System.EventHandler(this.primaryYTextBox_TextChanged);
433      //
434      // label14
435      //
436      this.label14.AutoSize = true;
437      this.label14.Location = new System.Drawing.Point(6, 56);
438      this.label14.Name = "label14";
439      this.label14.Size = new System.Drawing.Size(46, 13);
440      this.label14.TabIndex = 3;
441      this.label14.Text = "Y Label:";
442      //
443      // label15
444      //
445      this.label15.AutoSize = true;
446      this.label15.Location = new System.Drawing.Point(6, 30);
447      this.label15.Name = "label15";
448      this.label15.Size = new System.Drawing.Size(46, 13);
449      this.label15.TabIndex = 0;
450      this.label15.Text = "X Label:";
451      //
452      // groupBox3
453      //
454      this.groupBox3.Controls.Add(this.label18);
455      this.groupBox3.Controls.Add(this.label12);
456      this.groupBox3.Controls.Add(this.label11);
457      this.groupBox3.Controls.Add(this.label7);
458      this.groupBox3.Controls.Add(this.label1);
459      this.groupBox3.Controls.Add(this.label9);
460      this.groupBox3.Controls.Add(this.legendFontSizeComboBox);
461      this.groupBox3.Controls.Add(this.label17);
462      this.groupBox3.Controls.Add(this.scalesFontSizeComboBox);
463      this.groupBox3.Controls.Add(this.label10);
464      this.groupBox3.Controls.Add(this.axisFontSizeComboBox);
465      this.groupBox3.Controls.Add(this.titleFontSizeComboBox);
466      this.groupBox3.Location = new System.Drawing.Point(12, 309);
467      this.groupBox3.Name = "groupBox3";
468      this.groupBox3.Size = new System.Drawing.Size(258, 131);
469      this.groupBox3.TabIndex = 6;
470      this.groupBox3.TabStop = false;
471      this.groupBox3.Text = "Font Size";
472      //
473      // label18
474      //
475      this.label18.AutoSize = true;
476      this.label18.Location = new System.Drawing.Point(234, 105);
477      this.label18.Name = "label18";
478      this.label18.Size = new System.Drawing.Size(16, 13);
479      this.label18.TabIndex = 11;
480      this.label18.Text = "pt";
481      //
482      // label12
483      //
484      this.label12.AutoSize = true;
485      this.label12.Location = new System.Drawing.Point(234, 78);
486      this.label12.Name = "label12";
487      this.label12.Size = new System.Drawing.Size(16, 13);
488      this.label12.TabIndex = 8;
489      this.label12.Text = "pt";
490      //
491      // label11
492      //
493      this.label11.AutoSize = true;
494      this.label11.Location = new System.Drawing.Point(234, 49);
495      this.label11.Name = "label11";
496      this.label11.Size = new System.Drawing.Size(16, 13);
497      this.label11.TabIndex = 5;
498      this.label11.Text = "pt";
499      //
500      // label7
501      //
502      this.label7.AutoSize = true;
503      this.label7.Location = new System.Drawing.Point(234, 22);
504      this.label7.Name = "label7";
505      this.label7.Size = new System.Drawing.Size(16, 13);
506      this.label7.TabIndex = 2;
507      this.label7.Text = "pt";
508      //
509      // legendFontSizeComboBox
510      //
511      this.legendFontSizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
512            | System.Windows.Forms.AnchorStyles.Right)));
513      this.legendFontSizeComboBox.FormattingEnabled = true;
514      this.legendFontSizeComboBox.Items.AddRange(new object[] {
515            "4",
516            "5",
517            "6",
518            "7",
519            "8",
520            "9",
521            "10",
522            "11",
523            "12",
524            "14",
525            "16",
526            "18",
527            "24",
528            "36",
529            "72"});
530      this.legendFontSizeComboBox.Location = new System.Drawing.Point(72, 100);
531      this.legendFontSizeComboBox.Name = "legendFontSizeComboBox";
532      this.legendFontSizeComboBox.Size = new System.Drawing.Size(159, 21);
533      this.legendFontSizeComboBox.TabIndex = 10;
534      this.toolTip.SetToolTip(this.legendFontSizeComboBox, "The font size of the legend text");
535      this.legendFontSizeComboBox.TextChanged += new System.EventHandler(this.legendFontSizeComboBox_TextChanged);
536      this.legendFontSizeComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.numericComboBox_Validating);
537      //
538      // label17
539      //
540      this.label17.AutoSize = true;
541      this.label17.Location = new System.Drawing.Point(6, 105);
542      this.label17.Name = "label17";
543      this.label17.Size = new System.Drawing.Size(46, 13);
544      this.label17.TabIndex = 9;
545      this.label17.Text = "Legend:";
546      //
547      // titleFontSizeComboBox
548      //
549      this.titleFontSizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
550            | System.Windows.Forms.AnchorStyles.Right)));
551      this.titleFontSizeComboBox.FormattingEnabled = true;
552      this.titleFontSizeComboBox.Items.AddRange(new object[] {
553            "6",
554            "8",
555            "10",
556            "11",
557            "12",
558            "14",
559            "16",
560            "18",
561            "24",
562            "36",
563            "72"});
564      this.titleFontSizeComboBox.Location = new System.Drawing.Point(72, 19);
565      this.titleFontSizeComboBox.Name = "titleFontSizeComboBox";
566      this.titleFontSizeComboBox.Size = new System.Drawing.Size(159, 21);
567      this.titleFontSizeComboBox.TabIndex = 1;
568      this.toolTip.SetToolTip(this.titleFontSizeComboBox, "The font size of the title text");
569      this.titleFontSizeComboBox.TextChanged += new System.EventHandler(this.titleFontSizeComboBox_TextChanged);
570      this.titleFontSizeComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.numericComboBox_Validating);
571      //
572      // label16
573      //
574      this.label16.AutoSize = true;
575      this.label16.Location = new System.Drawing.Point(18, 505);
576      this.label16.Name = "label16";
577      this.label16.Size = new System.Drawing.Size(41, 13);
578      this.label16.TabIndex = 12;
579      this.label16.Text = "Height:";
580      //
581      // heightNumericUD
582      //
583      this.heightNumericUD.DecimalPlaces = 2;
584      this.heightNumericUD.Increment = new decimal(new int[] {
585            5,
586            0,
587            0,
588            65536});
589      this.heightNumericUD.Location = new System.Drawing.Point(84, 503);
590      this.heightNumericUD.Minimum = new decimal(new int[] {
591            1,
592            0,
593            0,
594            65536});
595      this.heightNumericUD.Name = "heightNumericUD";
596      this.heightNumericUD.Size = new System.Drawing.Size(83, 20);
597      this.heightNumericUD.TabIndex = 13;
598      this.heightNumericUD.Value = new decimal(new int[] {
599            6,
600            0,
601            0,
602            0});
603      this.heightNumericUD.ValueChanged += new System.EventHandler(this.heightNumericUD_ValueChanged);
604      //
605      // splitContainer
606      //
607      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
608      this.splitContainer.IsSplitterFixed = true;
609      this.splitContainer.Location = new System.Drawing.Point(0, 1);
610      this.splitContainer.Name = "splitContainer";
611      //
612      // splitContainer.Panel1
613      //
614      this.splitContainer.Panel1.Controls.Add(this.legendGroupBox);
615      this.splitContainer.Panel1.Controls.Add(this.chartAreaComboBox);
616      this.splitContainer.Panel1.Controls.Add(this.togglePreviewCheckBox);
617      this.splitContainer.Panel1.Controls.Add(this.titleTextBox);
618      this.splitContainer.Panel1.Controls.Add(this.groupBox3);
619      this.splitContainer.Panel1.Controls.Add(this.label6);
620      this.splitContainer.Panel1.Controls.Add(this.groupBox2);
621      this.splitContainer.Panel1.Controls.Add(this.groupBox1);
622      this.splitContainer.Panel1.Controls.Add(this.label16);
623      this.splitContainer.Panel1.Controls.Add(this.heightNumericUD);
624      this.splitContainer.Panel1.Controls.Add(this.widthNumericUD);
625      this.splitContainer.Panel1.Controls.Add(this.label5);
626      this.splitContainer.Panel1.Controls.Add(this.lengthUnitComboBox);
627      this.splitContainer.Panel1.Controls.Add(this.resolutionUnitComboBox);
628      this.splitContainer.Panel1.Controls.Add(this.resolutionComboBox);
629      this.splitContainer.Panel1.Controls.Add(this.label8);
630      this.splitContainer.Panel1.Controls.Add(this.label2);
631      //
632      // splitContainer.Panel2
633      //
634      this.splitContainer.Panel2.Controls.Add(this.previewPictureBox);
635      this.splitContainer.Panel2.Controls.Add(this.label19);
636      this.splitContainer.Panel2.Controls.Add(this.label13);
637      this.splitContainer.Panel2.Controls.Add(this.rawImageSizeLabel);
638      this.splitContainer.Panel2.Controls.Add(this.previewZoomLabel);
639      this.splitContainer.Size = new System.Drawing.Size(793, 542);
640      this.splitContainer.SplitterDistance = 300;
641      this.splitContainer.SplitterWidth = 1;
642      this.splitContainer.TabIndex = 1;
643      //
644      // legendGroupBox
645      //
646      this.legendGroupBox.Controls.Add(this.label20);
647      this.legendGroupBox.Controls.Add(this.legendPositionComboBox);
648      this.legendGroupBox.Location = new System.Drawing.Point(12, 64);
649      this.legendGroupBox.Name = "legendGroupBox";
650      this.legendGroupBox.Size = new System.Drawing.Size(258, 61);
651      this.legendGroupBox.TabIndex = 17;
652      this.legendGroupBox.TabStop = false;
653      this.legendGroupBox.Text = "Legend";
654      //
655      // label20
656      //
657      this.label20.AutoSize = true;
658      this.label20.Location = new System.Drawing.Point(6, 27);
659      this.label20.Name = "label20";
660      this.label20.Size = new System.Drawing.Size(47, 13);
661      this.label20.TabIndex = 0;
662      this.label20.Text = "Position:";
663      //
664      // legendPositionComboBox
665      //
666      this.legendPositionComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
667      this.legendPositionComboBox.FormattingEnabled = true;
668      this.legendPositionComboBox.Items.AddRange(new object[] {
669            "Top",
670            "Right",
671            "Bottom",
672            "Left",
673            "Hidden"});
674      this.legendPositionComboBox.Location = new System.Drawing.Point(72, 24);
675      this.legendPositionComboBox.Name = "legendPositionComboBox";
676      this.legendPositionComboBox.Size = new System.Drawing.Size(159, 21);
677      this.legendPositionComboBox.TabIndex = 3;
678      this.legendPositionComboBox.SelectedIndexChanged += new System.EventHandler(this.legendPositionComboBox_SelectedIndexChanged);
679      //
680      // chartAreaComboBox
681      //
682      this.chartAreaComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
683      this.chartAreaComboBox.FormattingEnabled = true;
684      this.chartAreaComboBox.Location = new System.Drawing.Point(84, 37);
685      this.chartAreaComboBox.Name = "chartAreaComboBox";
686      this.chartAreaComboBox.Size = new System.Drawing.Size(159, 21);
687      this.chartAreaComboBox.TabIndex = 3;
688      this.toolTip.SetToolTip(this.chartAreaComboBox, "Select the chart area in case there are multiple.");
689      this.chartAreaComboBox.SelectedIndexChanged += new System.EventHandler(this.chartAreaComboBox_SelectedIndexChanged);
690      //
691      // togglePreviewCheckBox
692      //
693      this.togglePreviewCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
694            | System.Windows.Forms.AnchorStyles.Left)));
695      this.togglePreviewCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
696      this.togglePreviewCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
697      this.togglePreviewCheckBox.Location = new System.Drawing.Point(277, 3);
698      this.togglePreviewCheckBox.Name = "togglePreviewCheckBox";
699      this.togglePreviewCheckBox.Size = new System.Drawing.Size(20, 536);
700      this.togglePreviewCheckBox.TabIndex = 16;
701      this.togglePreviewCheckBox.Text = ">";
702      this.toolTip.SetToolTip(this.togglePreviewCheckBox, "Show or hide the preview pane");
703      this.togglePreviewCheckBox.UseVisualStyleBackColor = true;
704      this.togglePreviewCheckBox.CheckedChanged += new System.EventHandler(this.togglePreviewCheckBox_CheckedChanged);
705      //
706      // lengthUnitComboBox
707      //
708      this.lengthUnitComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
709      this.lengthUnitComboBox.FormattingEnabled = true;
710      this.lengthUnitComboBox.Location = new System.Drawing.Point(173, 489);
711      this.lengthUnitComboBox.Name = "lengthUnitComboBox";
712      this.lengthUnitComboBox.Size = new System.Drawing.Size(70, 21);
713      this.lengthUnitComboBox.TabIndex = 14;
714      this.lengthUnitComboBox.SelectedIndexChanged += new System.EventHandler(this.lengthUnitComboBox_SelectedIndexChanged);
715      //
716      // resolutionUnitComboBox
717      //
718      this.resolutionUnitComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
719      this.resolutionUnitComboBox.FormattingEnabled = true;
720      this.resolutionUnitComboBox.Location = new System.Drawing.Point(173, 450);
721      this.resolutionUnitComboBox.Name = "resolutionUnitComboBox";
722      this.resolutionUnitComboBox.Size = new System.Drawing.Size(70, 21);
723      this.resolutionUnitComboBox.TabIndex = 9;
724      this.resolutionUnitComboBox.SelectedIndexChanged += new System.EventHandler(this.resolutionUnitComboBox_SelectedIndexChanged);
725      //
726      // label8
727      //
728      this.label8.AutoSize = true;
729      this.label8.Location = new System.Drawing.Point(18, 40);
730      this.label8.Name = "label8";
731      this.label8.Size = new System.Drawing.Size(32, 13);
732      this.label8.TabIndex = 2;
733      this.label8.Text = "Area:";
734      //
735      // previewPictureBox
736      //
737      this.previewPictureBox.Location = new System.Drawing.Point(0, 3);
738      this.previewPictureBox.Name = "previewPictureBox";
739      this.previewPictureBox.Size = new System.Drawing.Size(492, 520);
740      this.previewPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
741      this.previewPictureBox.TabIndex = 0;
742      this.previewPictureBox.TabStop = false;
743      //
744      // label19
745      //
746      this.label19.AutoSize = true;
747      this.label19.Location = new System.Drawing.Point(84, 526);
748      this.label19.Name = "label19";
749      this.label19.Size = new System.Drawing.Size(84, 13);
750      this.label19.TabIndex = 10;
751      this.label19.Text = "Raw image size:";
752      //
753      // label13
754      //
755      this.label13.AutoSize = true;
756      this.label13.Location = new System.Drawing.Point(2, 526);
757      this.label13.Name = "label13";
758      this.label13.Size = new System.Drawing.Size(37, 13);
759      this.label13.TabIndex = 10;
760      this.label13.Text = "Zoom:";
761      //
762      // rawImageSizeLabel
763      //
764      this.rawImageSizeLabel.AutoSize = true;
765      this.rawImageSizeLabel.Location = new System.Drawing.Point(174, 526);
766      this.rawImageSizeLabel.Name = "rawImageSizeLabel";
767      this.rawImageSizeLabel.Size = new System.Drawing.Size(37, 13);
768      this.rawImageSizeLabel.TabIndex = 10;
769      this.rawImageSizeLabel.Text = "0.00M";
770      //
771      // previewZoomLabel
772      //
773      this.previewZoomLabel.AutoSize = true;
774      this.previewZoomLabel.Location = new System.Drawing.Point(45, 526);
775      this.previewZoomLabel.Name = "previewZoomLabel";
776      this.previewZoomLabel.Size = new System.Drawing.Size(33, 13);
777      this.previewZoomLabel.TabIndex = 10;
778      this.previewZoomLabel.Text = "100%";
779      //
780      // saveFileDialog
781      //
782      this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|JPEG (*.jpg)|*.jpg|EMF (*.emf)|*.emf|PNG (*.png)|*.png|GIF (" +
783    "*.gif)|*.gif|TIFF (*.tif)|*.tif\"";
784      this.saveFileDialog.FilterIndex = 2;
785      //
786      // ImageExportDialog
787      //
788      this.AcceptButton = this.okButton;
789      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
790      this.CancelButton = this.cancelButton;
791      this.ClientSize = new System.Drawing.Size(794, 587);
792      this.ControlBox = false;
793      this.Controls.Add(this.splitContainer);
794      this.Controls.Add(this.cancelButton);
795      this.Controls.Add(this.okButton);
796      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
797      this.Name = "ImageExportDialog";
798      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
799      this.Text = "Export Image";
800      this.TopMost = true;
801      ((System.ComponentModel.ISupportInitialize)(this.widthNumericUD)).EndInit();
802      this.groupBox1.ResumeLayout(false);
803      this.groupBox1.PerformLayout();
804      this.groupBox2.ResumeLayout(false);
805      this.groupBox2.PerformLayout();
806      this.groupBox3.ResumeLayout(false);
807      this.groupBox3.PerformLayout();
808      ((System.ComponentModel.ISupportInitialize)(this.heightNumericUD)).EndInit();
809      this.splitContainer.Panel1.ResumeLayout(false);
810      this.splitContainer.Panel1.PerformLayout();
811      this.splitContainer.Panel2.ResumeLayout(false);
812      this.splitContainer.Panel2.PerformLayout();
813      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
814      this.splitContainer.ResumeLayout(false);
815      this.legendGroupBox.ResumeLayout(false);
816      this.legendGroupBox.PerformLayout();
817      ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).EndInit();
818      this.ResumeLayout(false);
819
820    }
821
822    #endregion
823
824    private System.Windows.Forms.TextBox titleTextBox;
825    private System.Windows.Forms.Label label1;
826    private System.Windows.Forms.Button okButton;
827    private System.Windows.Forms.Label label2;
828    private System.Windows.Forms.TextBox secondaryXTextBox;
829    private System.Windows.Forms.Label label3;
830    private System.Windows.Forms.TextBox secondaryYTextBox;
831    private System.Windows.Forms.Label label4;
832    private System.Windows.Forms.ComboBox resolutionComboBox;
833    private System.Windows.Forms.NumericUpDown widthNumericUD;
834    private System.Windows.Forms.Label label5;
835    private System.Windows.Forms.Label label6;
836    private System.Windows.Forms.ComboBox axisFontSizeComboBox;
837    private System.Windows.Forms.ComboBox scalesFontSizeComboBox;
838    private System.Windows.Forms.Button cancelButton;
839    private System.Windows.Forms.Label label9;
840    private System.Windows.Forms.Label label10;
841    private System.Windows.Forms.GroupBox groupBox1;
842    private System.Windows.Forms.GroupBox groupBox2;
843    private System.Windows.Forms.TextBox primaryXTextBox;
844    private System.Windows.Forms.TextBox primaryYTextBox;
845    private System.Windows.Forms.Label label14;
846    private System.Windows.Forms.Label label15;
847    private System.Windows.Forms.GroupBox groupBox3;
848    private System.Windows.Forms.Label label16;
849    private System.Windows.Forms.NumericUpDown heightNumericUD;
850    private System.Windows.Forms.SplitContainer splitContainer;
851    private System.Windows.Forms.CheckBox togglePreviewCheckBox;
852    private System.Windows.Forms.PictureBox previewPictureBox;
853    private System.Windows.Forms.Label label12;
854    private System.Windows.Forms.Label label11;
855    private System.Windows.Forms.Label label7;
856    private System.Windows.Forms.ComboBox titleFontSizeComboBox;
857    private System.Windows.Forms.ComboBox lengthUnitComboBox;
858    private System.Windows.Forms.ComboBox resolutionUnitComboBox;
859    private System.Windows.Forms.ComboBox chartAreaComboBox;
860    private System.Windows.Forms.Label label8;
861    private System.Windows.Forms.SaveFileDialog saveFileDialog;
862    private System.Windows.Forms.Label label13;
863    private System.Windows.Forms.Label previewZoomLabel;
864    private System.Windows.Forms.Label label18;
865    private System.Windows.Forms.ComboBox legendFontSizeComboBox;
866    private System.Windows.Forms.Label label17;
867    private System.Windows.Forms.Label label19;
868    private System.Windows.Forms.Label rawImageSizeLabel;
869    private System.Windows.Forms.CheckBox showSecondaryYAxisCheckBox;
870    private System.Windows.Forms.CheckBox showSecondaryXAxisCheckBox;
871    private System.Windows.Forms.CheckBox showPrimaryYAxisCheckBox;
872    private System.Windows.Forms.CheckBox showPrimaryXAxisCheckBox;
873    private System.Windows.Forms.ToolTip toolTip;
874    private System.Windows.Forms.GroupBox legendGroupBox;
875    private System.Windows.Forms.Label label20;
876    private System.Windows.Forms.ComboBox legendPositionComboBox;
877  }
878}
Note: See TracBrowser for help on using the repository browser.