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