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