Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization.ChartControlsExtensions/3.3/ImageExportDialog.Designer.cs @ 7225

Last change on this file since 7225 was 7216, checked in by abeham, 12 years ago

#1603

  • Made display name change transparent
  • Changed ok button

#1611

  • added warning and added label to show image size
  • fixed controls resizing
File size: 32.9 KB
Line 
1namespace HeuristicLab.Visualization.ChartControlsExtensions {
2  partial class ImageExportDialog {
3    /// <summary>
4    /// Required designer variable.
5    /// </summary>
6    private System.ComponentModel.IContainer components = null;
7
8    /// <summary>
9    /// Clean up any resources being used.
10    /// </summary>
11    /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
12    protected override void Dispose(bool disposing) {
13      if (disposing && (components != null)) {
14        components.Dispose();
15      }
16      base.Dispose(disposing);
17    }
18
19    #region Windows Form Designer generated code
20
21    /// <summary>
22    /// Required method for Designer support - do not modify
23    /// the contents of this method with the code editor.
24    /// </summary>
25    private void InitializeComponent() {
26      this.titleTextBox = new System.Windows.Forms.TextBox();
27      this.label1 = new System.Windows.Forms.Label();
28      this.okButton = new System.Windows.Forms.Button();
29      this.label2 = new System.Windows.Forms.Label();
30      this.secondaryXTextBox = new System.Windows.Forms.TextBox();
31      this.label3 = new System.Windows.Forms.Label();
32      this.secondaryYTextBox = new System.Windows.Forms.TextBox();
33      this.label4 = new System.Windows.Forms.Label();
34      this.resolutionComboBox = new System.Windows.Forms.ComboBox();
35      this.widthNumericUD = new System.Windows.Forms.NumericUpDown();
36      this.label5 = new System.Windows.Forms.Label();
37      this.label6 = new System.Windows.Forms.Label();
38      this.axisFontSizeComboBox = new System.Windows.Forms.ComboBox();
39      this.scalesFontSizeComboBox = new System.Windows.Forms.ComboBox();
40      this.cancelButton = new System.Windows.Forms.Button();
41      this.label9 = new System.Windows.Forms.Label();
42      this.label10 = new System.Windows.Forms.Label();
43      this.groupBox1 = new System.Windows.Forms.GroupBox();
44      this.groupBox2 = new System.Windows.Forms.GroupBox();
45      this.primaryXTextBox = new System.Windows.Forms.TextBox();
46      this.primaryYTextBox = new System.Windows.Forms.TextBox();
47      this.label14 = new System.Windows.Forms.Label();
48      this.label15 = new System.Windows.Forms.Label();
49      this.groupBox3 = new System.Windows.Forms.GroupBox();
50      this.label18 = new System.Windows.Forms.Label();
51      this.label12 = new System.Windows.Forms.Label();
52      this.label11 = new System.Windows.Forms.Label();
53      this.label7 = new System.Windows.Forms.Label();
54      this.legendFontSizeComboBox = new System.Windows.Forms.ComboBox();
55      this.label17 = new System.Windows.Forms.Label();
56      this.titleFontSizeComboBox = new System.Windows.Forms.ComboBox();
57      this.label16 = new System.Windows.Forms.Label();
58      this.heightNumericUD = new System.Windows.Forms.NumericUpDown();
59      this.splitContainer = new System.Windows.Forms.SplitContainer();
60      this.chartAreaComboBox = new System.Windows.Forms.ComboBox();
61      this.togglePreviewCheckBox = new System.Windows.Forms.CheckBox();
62      this.lengthUnitComboBox = new System.Windows.Forms.ComboBox();
63      this.resolutionUnitComboBox = new System.Windows.Forms.ComboBox();
64      this.label8 = new System.Windows.Forms.Label();
65      this.previewPictureBox = new System.Windows.Forms.PictureBox();
66      this.label13 = new System.Windows.Forms.Label();
67      this.previewZoomLabel = new System.Windows.Forms.Label();
68      this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
69      this.label19 = new System.Windows.Forms.Label();
70      this.rawImageSizeLabel = new System.Windows.Forms.Label();
71      ((System.ComponentModel.ISupportInitialize)(this.widthNumericUD)).BeginInit();
72      this.groupBox1.SuspendLayout();
73      this.groupBox2.SuspendLayout();
74      this.groupBox3.SuspendLayout();
75      ((System.ComponentModel.ISupportInitialize)(this.heightNumericUD)).BeginInit();
76      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
77      this.splitContainer.Panel1.SuspendLayout();
78      this.splitContainer.Panel2.SuspendLayout();
79      this.splitContainer.SuspendLayout();
80      ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).BeginInit();
81      this.SuspendLayout();
82      //
83      // titleTextBox
84      //
85      this.titleTextBox.Location = new System.Drawing.Point(62, 11);
86      this.titleTextBox.Name = "titleTextBox";
87      this.titleTextBox.Size = new System.Drawing.Size(203, 20);
88      this.titleTextBox.TabIndex = 1;
89      this.titleTextBox.TextChanged += new System.EventHandler(this.titleTextBox_TextChanged);
90      //
91      // label1
92      //
93      this.label1.AutoSize = true;
94      this.label1.Location = new System.Drawing.Point(6, 22);
95      this.label1.Name = "label1";
96      this.label1.Size = new System.Drawing.Size(30, 13);
97      this.label1.TabIndex = 0;
98      this.label1.Text = "Title:";
99      //
100      // okButton
101      //
102      this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
103      this.okButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
104      this.okButton.Location = new System.Drawing.Point(141, 487);
105      this.okButton.Name = "okButton";
106      this.okButton.Size = new System.Drawing.Size(75, 23);
107      this.okButton.TabIndex = 13;
108      this.okButton.Text = "Save";
109      this.okButton.UseVisualStyleBackColor = true;
110      this.okButton.Click += new System.EventHandler(this.okButton_Click);
111      //
112      // label2
113      //
114      this.label2.AutoSize = true;
115      this.label2.Location = new System.Drawing.Point(10, 14);
116      this.label2.Name = "label2";
117      this.label2.Size = new System.Drawing.Size(30, 13);
118      this.label2.TabIndex = 0;
119      this.label2.Text = "Title:";
120      //
121      // secondaryXTextBox
122      //
123      this.secondaryXTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
124                  | System.Windows.Forms.AnchorStyles.Right)));
125      this.secondaryXTextBox.Location = new System.Drawing.Point(49, 27);
126      this.secondaryXTextBox.Name = "secondaryXTextBox";
127      this.secondaryXTextBox.Size = new System.Drawing.Size(203, 20);
128      this.secondaryXTextBox.TabIndex = 1;
129      this.secondaryXTextBox.TextChanged += new System.EventHandler(this.secondaryXTextBox_TextChanged);
130      //
131      // label3
132      //
133      this.label3.AutoSize = true;
134      this.label3.Location = new System.Drawing.Point(6, 30);
135      this.label3.Name = "label3";
136      this.label3.Size = new System.Drawing.Size(23, 13);
137      this.label3.TabIndex = 0;
138      this.label3.Text = "X2:";
139      //
140      // secondaryYTextBox
141      //
142      this.secondaryYTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
143                  | System.Windows.Forms.AnchorStyles.Right)));
144      this.secondaryYTextBox.Location = new System.Drawing.Point(49, 53);
145      this.secondaryYTextBox.Name = "secondaryYTextBox";
146      this.secondaryYTextBox.Size = new System.Drawing.Size(203, 20);
147      this.secondaryYTextBox.TabIndex = 3;
148      this.secondaryYTextBox.TextChanged += new System.EventHandler(this.secondaryYTextBox_TextChanged);
149      //
150      // label4
151      //
152      this.label4.AutoSize = true;
153      this.label4.Location = new System.Drawing.Point(6, 56);
154      this.label4.Name = "label4";
155      this.label4.Size = new System.Drawing.Size(23, 13);
156      this.label4.TabIndex = 2;
157      this.label4.Text = "Y2:";
158      //
159      // resolutionComboBox
160      //
161      this.resolutionComboBox.FormattingEnabled = true;
162      this.resolutionComboBox.Items.AddRange(new object[] {
163            "72",
164            "96",
165            "150",
166            "300"});
167      this.resolutionComboBox.Location = new System.Drawing.Point(76, 383);
168      this.resolutionComboBox.Name = "resolutionComboBox";
169      this.resolutionComboBox.Size = new System.Drawing.Size(75, 21);
170      this.resolutionComboBox.TabIndex = 6;
171      this.resolutionComboBox.TextChanged += new System.EventHandler(this.resolutionComboBox_TextChanged);
172      this.resolutionComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.resolutionComboBox_Validating);
173      //
174      // widthNumericUD
175      //
176      this.widthNumericUD.DecimalPlaces = 2;
177      this.widthNumericUD.Increment = new decimal(new int[] {
178            5,
179            0,
180            0,
181            65536});
182      this.widthNumericUD.Location = new System.Drawing.Point(76, 410);
183      this.widthNumericUD.Minimum = new decimal(new int[] {
184            1,
185            0,
186            0,
187            65536});
188      this.widthNumericUD.Name = "widthNumericUD";
189      this.widthNumericUD.Size = new System.Drawing.Size(75, 20);
190      this.widthNumericUD.TabIndex = 8;
191      this.widthNumericUD.Value = new decimal(new int[] {
192            8,
193            0,
194            0,
195            0});
196      this.widthNumericUD.ValueChanged += new System.EventHandler(this.widthNumericUD_ValueChanged);
197      //
198      // label5
199      //
200      this.label5.AutoSize = true;
201      this.label5.Location = new System.Drawing.Point(10, 386);
202      this.label5.Name = "label5";
203      this.label5.Size = new System.Drawing.Size(60, 13);
204      this.label5.TabIndex = 5;
205      this.label5.Text = "Resolution:";
206      //
207      // label6
208      //
209      this.label6.AutoSize = true;
210      this.label6.Location = new System.Drawing.Point(10, 412);
211      this.label6.Name = "label6";
212      this.label6.Size = new System.Drawing.Size(38, 13);
213      this.label6.TabIndex = 7;
214      this.label6.Text = "Width:";
215      //
216      // axisFontSizeComboBox
217      //
218      this.axisFontSizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
219                  | System.Windows.Forms.AnchorStyles.Right)));
220      this.axisFontSizeComboBox.FormattingEnabled = true;
221      this.axisFontSizeComboBox.Items.AddRange(new object[] {
222            "6",
223            "8",
224            "10",
225            "11",
226            "12",
227            "14",
228            "16",
229            "18",
230            "24",
231            "36",
232            "72"});
233      this.axisFontSizeComboBox.Location = new System.Drawing.Point(54, 46);
234      this.axisFontSizeComboBox.Name = "axisFontSizeComboBox";
235      this.axisFontSizeComboBox.Size = new System.Drawing.Size(84, 21);
236      this.axisFontSizeComboBox.TabIndex = 3;
237      this.axisFontSizeComboBox.TextChanged += new System.EventHandler(this.axisFontSizeComboBox_TextChanged);
238      this.axisFontSizeComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.numericComboBox_Validating);
239      //
240      // scalesFontSizeComboBox
241      //
242      this.scalesFontSizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
243                  | System.Windows.Forms.AnchorStyles.Right)));
244      this.scalesFontSizeComboBox.FormattingEnabled = true;
245      this.scalesFontSizeComboBox.Items.AddRange(new object[] {
246            "4",
247            "5",
248            "6",
249            "7",
250            "8",
251            "9",
252            "10",
253            "11",
254            "12",
255            "14",
256            "16",
257            "18",
258            "24",
259            "36",
260            "72"});
261      this.scalesFontSizeComboBox.Location = new System.Drawing.Point(54, 73);
262      this.scalesFontSizeComboBox.Name = "scalesFontSizeComboBox";
263      this.scalesFontSizeComboBox.Size = new System.Drawing.Size(84, 21);
264      this.scalesFontSizeComboBox.TabIndex = 5;
265      this.scalesFontSizeComboBox.TextChanged += new System.EventHandler(this.scalesFontSizeComboBox_TextChanged);
266      this.scalesFontSizeComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.numericComboBox_Validating);
267      //
268      // cancelButton
269      //
270      this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
271      this.cancelButton.Location = new System.Drawing.Point(222, 487);
272      this.cancelButton.Name = "cancelButton";
273      this.cancelButton.Size = new System.Drawing.Size(75, 23);
274      this.cancelButton.TabIndex = 14;
275      this.cancelButton.Text = "Cancel";
276      this.cancelButton.UseVisualStyleBackColor = true;
277      this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
278      //
279      // label9
280      //
281      this.label9.AutoSize = true;
282      this.label9.Location = new System.Drawing.Point(6, 51);
283      this.label9.Name = "label9";
284      this.label9.Size = new System.Drawing.Size(29, 13);
285      this.label9.TabIndex = 2;
286      this.label9.Text = "Axis:";
287      //
288      // label10
289      //
290      this.label10.AutoSize = true;
291      this.label10.Location = new System.Drawing.Point(6, 78);
292      this.label10.Name = "label10";
293      this.label10.Size = new System.Drawing.Size(42, 13);
294      this.label10.TabIndex = 4;
295      this.label10.Text = "Scales:";
296      //
297      // groupBox1
298      //
299      this.groupBox1.Controls.Add(this.secondaryXTextBox);
300      this.groupBox1.Controls.Add(this.secondaryYTextBox);
301      this.groupBox1.Controls.Add(this.label4);
302      this.groupBox1.Controls.Add(this.label3);
303      this.groupBox1.Location = new System.Drawing.Point(12, 154);
304      this.groupBox1.Name = "groupBox1";
305      this.groupBox1.Size = new System.Drawing.Size(258, 82);
306      this.groupBox1.TabIndex = 3;
307      this.groupBox1.TabStop = false;
308      this.groupBox1.Text = "Secondary Axis";
309      //
310      // groupBox2
311      //
312      this.groupBox2.Controls.Add(this.primaryXTextBox);
313      this.groupBox2.Controls.Add(this.primaryYTextBox);
314      this.groupBox2.Controls.Add(this.label14);
315      this.groupBox2.Controls.Add(this.label15);
316      this.groupBox2.Location = new System.Drawing.Point(12, 64);
317      this.groupBox2.Name = "groupBox2";
318      this.groupBox2.Size = new System.Drawing.Size(258, 84);
319      this.groupBox2.TabIndex = 2;
320      this.groupBox2.TabStop = false;
321      this.groupBox2.Text = "Primary Axis";
322      //
323      // primaryXTextBox
324      //
325      this.primaryXTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
326                  | System.Windows.Forms.AnchorStyles.Right)));
327      this.primaryXTextBox.Location = new System.Drawing.Point(49, 27);
328      this.primaryXTextBox.Name = "primaryXTextBox";
329      this.primaryXTextBox.Size = new System.Drawing.Size(203, 20);
330      this.primaryXTextBox.TabIndex = 1;
331      this.primaryXTextBox.TextChanged += new System.EventHandler(this.primaryXTextBox_TextChanged);
332      //
333      // primaryYTextBox
334      //
335      this.primaryYTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
336                  | System.Windows.Forms.AnchorStyles.Right)));
337      this.primaryYTextBox.Location = new System.Drawing.Point(49, 53);
338      this.primaryYTextBox.Name = "primaryYTextBox";
339      this.primaryYTextBox.Size = new System.Drawing.Size(203, 20);
340      this.primaryYTextBox.TabIndex = 3;
341      this.primaryYTextBox.TextChanged += new System.EventHandler(this.primaryYTextBox_TextChanged);
342      //
343      // label14
344      //
345      this.label14.AutoSize = true;
346      this.label14.Location = new System.Drawing.Point(6, 56);
347      this.label14.Name = "label14";
348      this.label14.Size = new System.Drawing.Size(17, 13);
349      this.label14.TabIndex = 2;
350      this.label14.Text = "Y:";
351      //
352      // label15
353      //
354      this.label15.AutoSize = true;
355      this.label15.Location = new System.Drawing.Point(6, 30);
356      this.label15.Name = "label15";
357      this.label15.Size = new System.Drawing.Size(17, 13);
358      this.label15.TabIndex = 0;
359      this.label15.Text = "X:";
360      //
361      // groupBox3
362      //
363      this.groupBox3.Controls.Add(this.label18);
364      this.groupBox3.Controls.Add(this.label12);
365      this.groupBox3.Controls.Add(this.label11);
366      this.groupBox3.Controls.Add(this.label7);
367      this.groupBox3.Controls.Add(this.label1);
368      this.groupBox3.Controls.Add(this.label9);
369      this.groupBox3.Controls.Add(this.legendFontSizeComboBox);
370      this.groupBox3.Controls.Add(this.label17);
371      this.groupBox3.Controls.Add(this.scalesFontSizeComboBox);
372      this.groupBox3.Controls.Add(this.label10);
373      this.groupBox3.Controls.Add(this.axisFontSizeComboBox);
374      this.groupBox3.Controls.Add(this.titleFontSizeComboBox);
375      this.groupBox3.Location = new System.Drawing.Point(12, 242);
376      this.groupBox3.Name = "groupBox3";
377      this.groupBox3.Size = new System.Drawing.Size(258, 131);
378      this.groupBox3.TabIndex = 4;
379      this.groupBox3.TabStop = false;
380      this.groupBox3.Text = "Font Size";
381      //
382      // label18
383      //
384      this.label18.AutoSize = true;
385      this.label18.Location = new System.Drawing.Point(144, 105);
386      this.label18.Name = "label18";
387      this.label18.Size = new System.Drawing.Size(16, 13);
388      this.label18.TabIndex = 0;
389      this.label18.Text = "pt";
390      //
391      // label12
392      //
393      this.label12.AutoSize = true;
394      this.label12.Location = new System.Drawing.Point(144, 78);
395      this.label12.Name = "label12";
396      this.label12.Size = new System.Drawing.Size(16, 13);
397      this.label12.TabIndex = 0;
398      this.label12.Text = "pt";
399      //
400      // label11
401      //
402      this.label11.AutoSize = true;
403      this.label11.Location = new System.Drawing.Point(144, 51);
404      this.label11.Name = "label11";
405      this.label11.Size = new System.Drawing.Size(16, 13);
406      this.label11.TabIndex = 0;
407      this.label11.Text = "pt";
408      //
409      // label7
410      //
411      this.label7.AutoSize = true;
412      this.label7.Location = new System.Drawing.Point(144, 22);
413      this.label7.Name = "label7";
414      this.label7.Size = new System.Drawing.Size(16, 13);
415      this.label7.TabIndex = 0;
416      this.label7.Text = "pt";
417      //
418      // legendFontSizeComboBox
419      //
420      this.legendFontSizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
421                  | System.Windows.Forms.AnchorStyles.Right)));
422      this.legendFontSizeComboBox.FormattingEnabled = true;
423      this.legendFontSizeComboBox.Items.AddRange(new object[] {
424            "4",
425            "5",
426            "6",
427            "7",
428            "8",
429            "9",
430            "10",
431            "11",
432            "12",
433            "14",
434            "16",
435            "18",
436            "24",
437            "36",
438            "72"});
439      this.legendFontSizeComboBox.Location = new System.Drawing.Point(54, 100);
440      this.legendFontSizeComboBox.Name = "legendFontSizeComboBox";
441      this.legendFontSizeComboBox.Size = new System.Drawing.Size(84, 21);
442      this.legendFontSizeComboBox.TabIndex = 5;
443      this.legendFontSizeComboBox.TextChanged += new System.EventHandler(this.legendFontSizeComboBox_TextChanged);
444      this.legendFontSizeComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.numericComboBox_Validating);
445      //
446      // label17
447      //
448      this.label17.AutoSize = true;
449      this.label17.Location = new System.Drawing.Point(6, 105);
450      this.label17.Name = "label17";
451      this.label17.Size = new System.Drawing.Size(46, 13);
452      this.label17.TabIndex = 4;
453      this.label17.Text = "Legend:";
454      //
455      // titleFontSizeComboBox
456      //
457      this.titleFontSizeComboBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
458                  | System.Windows.Forms.AnchorStyles.Right)));
459      this.titleFontSizeComboBox.FormattingEnabled = true;
460      this.titleFontSizeComboBox.Items.AddRange(new object[] {
461            "6",
462            "8",
463            "10",
464            "11",
465            "12",
466            "14",
467            "16",
468            "18",
469            "24",
470            "36",
471            "72"});
472      this.titleFontSizeComboBox.Location = new System.Drawing.Point(54, 19);
473      this.titleFontSizeComboBox.Name = "titleFontSizeComboBox";
474      this.titleFontSizeComboBox.Size = new System.Drawing.Size(84, 21);
475      this.titleFontSizeComboBox.TabIndex = 1;
476      this.titleFontSizeComboBox.TextChanged += new System.EventHandler(this.titleFontSizeComboBox_TextChanged);
477      this.titleFontSizeComboBox.Validating += new System.ComponentModel.CancelEventHandler(this.numericComboBox_Validating);
478      //
479      // label16
480      //
481      this.label16.AutoSize = true;
482      this.label16.Location = new System.Drawing.Point(10, 438);
483      this.label16.Name = "label16";
484      this.label16.Size = new System.Drawing.Size(41, 13);
485      this.label16.TabIndex = 10;
486      this.label16.Text = "Height:";
487      //
488      // heightNumericUD
489      //
490      this.heightNumericUD.DecimalPlaces = 2;
491      this.heightNumericUD.Increment = new decimal(new int[] {
492            5,
493            0,
494            0,
495            65536});
496      this.heightNumericUD.Location = new System.Drawing.Point(76, 436);
497      this.heightNumericUD.Minimum = new decimal(new int[] {
498            1,
499            0,
500            0,
501            65536});
502      this.heightNumericUD.Name = "heightNumericUD";
503      this.heightNumericUD.Size = new System.Drawing.Size(75, 20);
504      this.heightNumericUD.TabIndex = 11;
505      this.heightNumericUD.Value = new decimal(new int[] {
506            8,
507            0,
508            0,
509            0});
510      this.heightNumericUD.ValueChanged += new System.EventHandler(this.heightNumericUD_ValueChanged);
511      //
512      // splitContainer
513      //
514      this.splitContainer.FixedPanel = System.Windows.Forms.FixedPanel.Panel1;
515      this.splitContainer.IsSplitterFixed = true;
516      this.splitContainer.Location = new System.Drawing.Point(0, 1);
517      this.splitContainer.Name = "splitContainer";
518      //
519      // splitContainer.Panel1
520      //
521      this.splitContainer.Panel1.Controls.Add(this.chartAreaComboBox);
522      this.splitContainer.Panel1.Controls.Add(this.togglePreviewCheckBox);
523      this.splitContainer.Panel1.Controls.Add(this.titleTextBox);
524      this.splitContainer.Panel1.Controls.Add(this.groupBox3);
525      this.splitContainer.Panel1.Controls.Add(this.label6);
526      this.splitContainer.Panel1.Controls.Add(this.groupBox2);
527      this.splitContainer.Panel1.Controls.Add(this.groupBox1);
528      this.splitContainer.Panel1.Controls.Add(this.label16);
529      this.splitContainer.Panel1.Controls.Add(this.heightNumericUD);
530      this.splitContainer.Panel1.Controls.Add(this.widthNumericUD);
531      this.splitContainer.Panel1.Controls.Add(this.label5);
532      this.splitContainer.Panel1.Controls.Add(this.lengthUnitComboBox);
533      this.splitContainer.Panel1.Controls.Add(this.resolutionUnitComboBox);
534      this.splitContainer.Panel1.Controls.Add(this.resolutionComboBox);
535      this.splitContainer.Panel1.Controls.Add(this.label8);
536      this.splitContainer.Panel1.Controls.Add(this.label2);
537      //
538      // splitContainer.Panel2
539      //
540      this.splitContainer.Panel2.Controls.Add(this.previewPictureBox);
541      this.splitContainer.Panel2.Controls.Add(this.label19);
542      this.splitContainer.Panel2.Controls.Add(this.label13);
543      this.splitContainer.Panel2.Controls.Add(this.rawImageSizeLabel);
544      this.splitContainer.Panel2.Controls.Add(this.previewZoomLabel);
545      this.splitContainer.Size = new System.Drawing.Size(793, 478);
546      this.splitContainer.SplitterDistance = 300;
547      this.splitContainer.SplitterWidth = 1;
548      this.splitContainer.TabIndex = 15;
549      //
550      // chartAreaComboBox
551      //
552      this.chartAreaComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
553      this.chartAreaComboBox.FormattingEnabled = true;
554      this.chartAreaComboBox.Location = new System.Drawing.Point(76, 37);
555      this.chartAreaComboBox.Name = "chartAreaComboBox";
556      this.chartAreaComboBox.Size = new System.Drawing.Size(189, 21);
557      this.chartAreaComboBox.TabIndex = 17;
558      this.chartAreaComboBox.SelectedIndexChanged += new System.EventHandler(this.chartAreaComboBox_SelectedIndexChanged);
559      //
560      // togglePreviewCheckBox
561      //
562      this.togglePreviewCheckBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
563                  | System.Windows.Forms.AnchorStyles.Left)));
564      this.togglePreviewCheckBox.Appearance = System.Windows.Forms.Appearance.Button;
565      this.togglePreviewCheckBox.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
566      this.togglePreviewCheckBox.Location = new System.Drawing.Point(277, 3);
567      this.togglePreviewCheckBox.Name = "togglePreviewCheckBox";
568      this.togglePreviewCheckBox.Size = new System.Drawing.Size(20, 472);
569      this.togglePreviewCheckBox.TabIndex = 16;
570      this.togglePreviewCheckBox.Text = ">";
571      this.togglePreviewCheckBox.UseVisualStyleBackColor = true;
572      this.togglePreviewCheckBox.CheckedChanged += new System.EventHandler(this.togglePreviewCheckBox_CheckedChanged);
573      //
574      // lengthUnitComboBox
575      //
576      this.lengthUnitComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
577      this.lengthUnitComboBox.FormattingEnabled = true;
578      this.lengthUnitComboBox.Location = new System.Drawing.Point(157, 422);
579      this.lengthUnitComboBox.Name = "lengthUnitComboBox";
580      this.lengthUnitComboBox.Size = new System.Drawing.Size(108, 21);
581      this.lengthUnitComboBox.TabIndex = 6;
582      this.lengthUnitComboBox.SelectedIndexChanged += new System.EventHandler(this.lengthUnitComboBox_SelectedIndexChanged);
583      //
584      // resolutionUnitComboBox
585      //
586      this.resolutionUnitComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
587      this.resolutionUnitComboBox.FormattingEnabled = true;
588      this.resolutionUnitComboBox.Location = new System.Drawing.Point(157, 383);
589      this.resolutionUnitComboBox.Name = "resolutionUnitComboBox";
590      this.resolutionUnitComboBox.Size = new System.Drawing.Size(108, 21);
591      this.resolutionUnitComboBox.TabIndex = 6;
592      this.resolutionUnitComboBox.SelectedIndexChanged += new System.EventHandler(this.resolutionUnitComboBox_SelectedIndexChanged);
593      //
594      // label8
595      //
596      this.label8.AutoSize = true;
597      this.label8.Location = new System.Drawing.Point(10, 40);
598      this.label8.Name = "label8";
599      this.label8.Size = new System.Drawing.Size(60, 13);
600      this.label8.TabIndex = 0;
601      this.label8.Text = "Chart Area:";
602      //
603      // previewPictureBox
604      //
605      this.previewPictureBox.Location = new System.Drawing.Point(0, 3);
606      this.previewPictureBox.Name = "previewPictureBox";
607      this.previewPictureBox.Size = new System.Drawing.Size(492, 453);
608      this.previewPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
609      this.previewPictureBox.TabIndex = 0;
610      this.previewPictureBox.TabStop = false;
611      //
612      // label13
613      //
614      this.label13.AutoSize = true;
615      this.label13.Location = new System.Drawing.Point(3, 459);
616      this.label13.Name = "label13";
617      this.label13.Size = new System.Drawing.Size(37, 13);
618      this.label13.TabIndex = 10;
619      this.label13.Text = "Zoom:";
620      //
621      // previewZoomLabel
622      //
623      this.previewZoomLabel.AutoSize = true;
624      this.previewZoomLabel.Location = new System.Drawing.Point(46, 459);
625      this.previewZoomLabel.Name = "previewZoomLabel";
626      this.previewZoomLabel.Size = new System.Drawing.Size(33, 13);
627      this.previewZoomLabel.TabIndex = 10;
628      this.previewZoomLabel.Text = "100%";
629      //
630      // saveFileDialog
631      //
632      this.saveFileDialog.Filter = "Bitmap (*.bmp)|*.bmp|JPEG (*.jpg)|*.jpg|EMF (*.emf)|*.emf|PNG (*.png)|*.png|GIF (" +
633          "*.gif)|*.gif|TIFF (*.tif)|*.tif\"";
634      this.saveFileDialog.FilterIndex = 2;
635      //
636      // label19
637      //
638      this.label19.AutoSize = true;
639      this.label19.Location = new System.Drawing.Point(85, 459);
640      this.label19.Name = "label19";
641      this.label19.Size = new System.Drawing.Size(84, 13);
642      this.label19.TabIndex = 10;
643      this.label19.Text = "Raw image size:";
644      //
645      // rawImageSizeLabel
646      //
647      this.rawImageSizeLabel.AutoSize = true;
648      this.rawImageSizeLabel.Location = new System.Drawing.Point(175, 459);
649      this.rawImageSizeLabel.Name = "rawImageSizeLabel";
650      this.rawImageSizeLabel.Size = new System.Drawing.Size(37, 13);
651      this.rawImageSizeLabel.TabIndex = 10;
652      this.rawImageSizeLabel.Text = "0.00M";
653      //
654      // ImageExportDialog
655      //
656      this.AcceptButton = this.okButton;
657      this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
658      this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
659      this.CancelButton = this.cancelButton;
660      this.ClientSize = new System.Drawing.Size(794, 522);
661      this.ControlBox = false;
662      this.Controls.Add(this.splitContainer);
663      this.Controls.Add(this.cancelButton);
664      this.Controls.Add(this.okButton);
665      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
666      this.Name = "ImageExportDialog";
667      this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
668      this.Text = "Export Image";
669      this.TopMost = true;
670      ((System.ComponentModel.ISupportInitialize)(this.widthNumericUD)).EndInit();
671      this.groupBox1.ResumeLayout(false);
672      this.groupBox1.PerformLayout();
673      this.groupBox2.ResumeLayout(false);
674      this.groupBox2.PerformLayout();
675      this.groupBox3.ResumeLayout(false);
676      this.groupBox3.PerformLayout();
677      ((System.ComponentModel.ISupportInitialize)(this.heightNumericUD)).EndInit();
678      this.splitContainer.Panel1.ResumeLayout(false);
679      this.splitContainer.Panel1.PerformLayout();
680      this.splitContainer.Panel2.ResumeLayout(false);
681      this.splitContainer.Panel2.PerformLayout();
682      ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).EndInit();
683      this.splitContainer.ResumeLayout(false);
684      ((System.ComponentModel.ISupportInitialize)(this.previewPictureBox)).EndInit();
685      this.ResumeLayout(false);
686
687    }
688
689    #endregion
690
691    private System.Windows.Forms.TextBox titleTextBox;
692    private System.Windows.Forms.Label label1;
693    private System.Windows.Forms.Button okButton;
694    private System.Windows.Forms.Label label2;
695    private System.Windows.Forms.TextBox secondaryXTextBox;
696    private System.Windows.Forms.Label label3;
697    private System.Windows.Forms.TextBox secondaryYTextBox;
698    private System.Windows.Forms.Label label4;
699    private System.Windows.Forms.ComboBox resolutionComboBox;
700    private System.Windows.Forms.NumericUpDown widthNumericUD;
701    private System.Windows.Forms.Label label5;
702    private System.Windows.Forms.Label label6;
703    private System.Windows.Forms.ComboBox axisFontSizeComboBox;
704    private System.Windows.Forms.ComboBox scalesFontSizeComboBox;
705    private System.Windows.Forms.Button cancelButton;
706    private System.Windows.Forms.Label label9;
707    private System.Windows.Forms.Label label10;
708    private System.Windows.Forms.GroupBox groupBox1;
709    private System.Windows.Forms.GroupBox groupBox2;
710    private System.Windows.Forms.TextBox primaryXTextBox;
711    private System.Windows.Forms.TextBox primaryYTextBox;
712    private System.Windows.Forms.Label label14;
713    private System.Windows.Forms.Label label15;
714    private System.Windows.Forms.GroupBox groupBox3;
715    private System.Windows.Forms.Label label16;
716    private System.Windows.Forms.NumericUpDown heightNumericUD;
717    private System.Windows.Forms.SplitContainer splitContainer;
718    private System.Windows.Forms.CheckBox togglePreviewCheckBox;
719    private System.Windows.Forms.PictureBox previewPictureBox;
720    private System.Windows.Forms.Label label12;
721    private System.Windows.Forms.Label label11;
722    private System.Windows.Forms.Label label7;
723    private System.Windows.Forms.ComboBox titleFontSizeComboBox;
724    private System.Windows.Forms.ComboBox lengthUnitComboBox;
725    private System.Windows.Forms.ComboBox resolutionUnitComboBox;
726    private System.Windows.Forms.ComboBox chartAreaComboBox;
727    private System.Windows.Forms.Label label8;
728    private System.Windows.Forms.SaveFileDialog saveFileDialog;
729    private System.Windows.Forms.Label label13;
730    private System.Windows.Forms.Label previewZoomLabel;
731    private System.Windows.Forms.Label label18;
732    private System.Windows.Forms.ComboBox legendFontSizeComboBox;
733    private System.Windows.Forms.Label label17;
734    private System.Windows.Forms.Label label19;
735    private System.Windows.Forms.Label rawImageSizeLabel;
736  }
737}
Note: See TracBrowser for help on using the repository browser.