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