[6012] | 1 | #region License Information
|
---|
| 2 | /* HeuristicLab
|
---|
[9456] | 3 | * Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
|
---|
[6012] | 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.Analysis.Views {
|
---|
| 23 | partial class DataTableVisualPropertiesControl {
|
---|
| 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 Component 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() {
|
---|
[6014] | 47 | this.components = new System.ComponentModel.Container();
|
---|
[6012] | 48 | this.label1 = new System.Windows.Forms.Label();
|
---|
[6014] | 49 | this.yAxisPrimaryTitleTextBox = new System.Windows.Forms.TextBox();
|
---|
| 50 | this.yAxisSecondaryTitleTextBox = new System.Windows.Forms.TextBox();
|
---|
[6012] | 51 | this.label4 = new System.Windows.Forms.Label();
|
---|
[6014] | 52 | this.xAxisPrimaryGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[9258] | 53 | this.xAxisPrimaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[7244] | 54 | this.panel2 = new System.Windows.Forms.Panel();
|
---|
| 55 | this.xAxisPrimaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 56 | this.xAxisPrimaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 57 | this.panel1 = new System.Windows.Forms.Panel();
|
---|
| 58 | this.xAxisPrimaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 59 | this.xAxisPrimaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 60 | this.xAxisPrimaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
| 61 | this.xAxisPrimaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
[6014] | 62 | this.label12 = new System.Windows.Forms.Label();
|
---|
| 63 | this.label9 = new System.Windows.Forms.Label();
|
---|
| 64 | this.xAxisPrimaryTitleTextBox = new System.Windows.Forms.TextBox();
|
---|
| 65 | this.label11 = new System.Windows.Forms.Label();
|
---|
| 66 | this.xAxisSecondaryGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[9258] | 67 | this.xAxisSecondaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[7244] | 68 | this.panel4 = new System.Windows.Forms.Panel();
|
---|
| 69 | this.xAxisSecondaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 70 | this.xAxisSecondaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 71 | this.panel3 = new System.Windows.Forms.Panel();
|
---|
| 72 | this.xAxisSecondaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 73 | this.xAxisSecondaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 74 | this.xAxisSecondaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
| 75 | this.xAxisSecondaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
[6014] | 76 | this.label10 = new System.Windows.Forms.Label();
|
---|
| 77 | this.xAxisSecondaryTitleTextBox = new System.Windows.Forms.TextBox();
|
---|
| 78 | this.label5 = new System.Windows.Forms.Label();
|
---|
| 79 | this.label6 = new System.Windows.Forms.Label();
|
---|
| 80 | this.axisTabControl = new System.Windows.Forms.TabControl();
|
---|
| 81 | this.xAxisTabPage = new System.Windows.Forms.TabPage();
|
---|
| 82 | this.yAxisTabPage = new System.Windows.Forms.TabPage();
|
---|
| 83 | this.yAxisSecondaryGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[9258] | 84 | this.yAxisSecondaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[7244] | 85 | this.panel8 = new System.Windows.Forms.Panel();
|
---|
[6014] | 86 | this.yAxisSecondaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 87 | this.yAxisSecondaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[7244] | 88 | this.panel7 = new System.Windows.Forms.Panel();
|
---|
[6014] | 89 | this.yAxisSecondaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 90 | this.yAxisSecondaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[7244] | 91 | this.yAxisSecondaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
| 92 | this.yAxisSecondaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
| 93 | this.label13 = new System.Windows.Forms.Label();
|
---|
| 94 | this.label14 = new System.Windows.Forms.Label();
|
---|
[6014] | 95 | this.yAxisPrimaryGroupBox = new System.Windows.Forms.GroupBox();
|
---|
[9258] | 96 | this.yAxisPrimaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
|
---|
[7244] | 97 | this.panel6 = new System.Windows.Forms.Panel();
|
---|
[6014] | 98 | this.yAxisPrimaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 99 | this.yAxisPrimaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[7244] | 100 | this.panel5 = new System.Windows.Forms.Panel();
|
---|
| 101 | this.yAxisPrimaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
|
---|
| 102 | this.yAxisPrimaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
|
---|
[6014] | 103 | this.yAxisPrimaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
[7244] | 104 | this.yAxisPrimaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
|
---|
| 105 | this.label7 = new System.Windows.Forms.Label();
|
---|
| 106 | this.label8 = new System.Windows.Forms.Label();
|
---|
| 107 | this.titleTextBox = new System.Windows.Forms.TextBox();
|
---|
| 108 | this.label15 = new System.Windows.Forms.Label();
|
---|
| 109 | this.axisFontLabel = new System.Windows.Forms.Label();
|
---|
| 110 | this.titleFontLabel = new System.Windows.Forms.Label();
|
---|
| 111 | this.axisFontButton = new System.Windows.Forms.Button();
|
---|
| 112 | this.label3 = new System.Windows.Forms.Label();
|
---|
| 113 | this.titleFontButton = new System.Windows.Forms.Button();
|
---|
| 114 | this.label2 = new System.Windows.Forms.Label();
|
---|
[6014] | 115 | this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
---|
[6020] | 116 | this.titleFontDialog = new System.Windows.Forms.FontDialog();
|
---|
| 117 | this.axisFontDialog = new System.Windows.Forms.FontDialog();
|
---|
[6014] | 118 | this.xAxisPrimaryGroupBox.SuspendLayout();
|
---|
[7244] | 119 | this.panel2.SuspendLayout();
|
---|
| 120 | this.panel1.SuspendLayout();
|
---|
[6014] | 121 | this.xAxisSecondaryGroupBox.SuspendLayout();
|
---|
[7244] | 122 | this.panel4.SuspendLayout();
|
---|
| 123 | this.panel3.SuspendLayout();
|
---|
[6014] | 124 | this.axisTabControl.SuspendLayout();
|
---|
| 125 | this.xAxisTabPage.SuspendLayout();
|
---|
| 126 | this.yAxisTabPage.SuspendLayout();
|
---|
| 127 | this.yAxisSecondaryGroupBox.SuspendLayout();
|
---|
[7244] | 128 | this.panel8.SuspendLayout();
|
---|
| 129 | this.panel7.SuspendLayout();
|
---|
[6014] | 130 | this.yAxisPrimaryGroupBox.SuspendLayout();
|
---|
[7244] | 131 | this.panel6.SuspendLayout();
|
---|
| 132 | this.panel5.SuspendLayout();
|
---|
[6014] | 133 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
---|
[6012] | 134 | this.SuspendLayout();
|
---|
| 135 | //
|
---|
| 136 | // label1
|
---|
| 137 | //
|
---|
| 138 | this.label1.AutoSize = true;
|
---|
[7244] | 139 | this.label1.Location = new System.Drawing.Point(6, 22);
|
---|
[6012] | 140 | this.label1.Name = "label1";
|
---|
[6014] | 141 | this.label1.Size = new System.Drawing.Size(30, 13);
|
---|
[6012] | 142 | this.label1.TabIndex = 0;
|
---|
[7244] | 143 | this.label1.Text = "&Title:";
|
---|
[6012] | 144 | //
|
---|
[6014] | 145 | // yAxisPrimaryTitleTextBox
|
---|
[6012] | 146 | //
|
---|
[9258] | 147 | this.yAxisPrimaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 148 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 149 | this.yAxisPrimaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
|
---|
[6014] | 150 | this.yAxisPrimaryTitleTextBox.Name = "yAxisPrimaryTitleTextBox";
|
---|
[9258] | 151 | this.yAxisPrimaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
|
---|
[6014] | 152 | this.yAxisPrimaryTitleTextBox.TabIndex = 1;
|
---|
| 153 | this.yAxisPrimaryTitleTextBox.Validated += new System.EventHandler(this.yPrimaryTitleTextBox_Validated);
|
---|
[6012] | 154 | //
|
---|
[6014] | 155 | // yAxisSecondaryTitleTextBox
|
---|
[6012] | 156 | //
|
---|
[9258] | 157 | this.yAxisSecondaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 158 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 159 | this.yAxisSecondaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
|
---|
[6014] | 160 | this.yAxisSecondaryTitleTextBox.Name = "yAxisSecondaryTitleTextBox";
|
---|
[9258] | 161 | this.yAxisSecondaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
|
---|
[6014] | 162 | this.yAxisSecondaryTitleTextBox.TabIndex = 1;
|
---|
| 163 | this.yAxisSecondaryTitleTextBox.Validated += new System.EventHandler(this.ySecondaryTitleTextBox_Validated);
|
---|
[6012] | 164 | //
|
---|
[6014] | 165 | // label4
|
---|
[6012] | 166 | //
|
---|
[6014] | 167 | this.label4.AutoSize = true;
|
---|
[7244] | 168 | this.label4.Location = new System.Drawing.Point(6, 22);
|
---|
[6014] | 169 | this.label4.Name = "label4";
|
---|
| 170 | this.label4.Size = new System.Drawing.Size(30, 13);
|
---|
| 171 | this.label4.TabIndex = 0;
|
---|
[7244] | 172 | this.label4.Text = "&Title:";
|
---|
[6014] | 173 | //
|
---|
| 174 | // xAxisPrimaryGroupBox
|
---|
| 175 | //
|
---|
[9258] | 176 | this.xAxisPrimaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 177 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 178 | this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryLogScaleCheckBox);
|
---|
[7244] | 179 | this.xAxisPrimaryGroupBox.Controls.Add(this.panel2);
|
---|
| 180 | this.xAxisPrimaryGroupBox.Controls.Add(this.panel1);
|
---|
| 181 | this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryMinimumFixedTextBox);
|
---|
| 182 | this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryMaximumFixedTextBox);
|
---|
[6014] | 183 | this.xAxisPrimaryGroupBox.Controls.Add(this.label12);
|
---|
| 184 | this.xAxisPrimaryGroupBox.Controls.Add(this.label9);
|
---|
| 185 | this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryTitleTextBox);
|
---|
| 186 | this.xAxisPrimaryGroupBox.Controls.Add(this.label11);
|
---|
[7244] | 187 | this.xAxisPrimaryGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
[6014] | 188 | this.xAxisPrimaryGroupBox.Name = "xAxisPrimaryGroupBox";
|
---|
[9258] | 189 | this.xAxisPrimaryGroupBox.Size = new System.Drawing.Size(441, 126);
|
---|
[6014] | 190 | this.xAxisPrimaryGroupBox.TabIndex = 0;
|
---|
| 191 | this.xAxisPrimaryGroupBox.TabStop = false;
|
---|
| 192 | this.xAxisPrimaryGroupBox.Text = "Primary Axis";
|
---|
| 193 | //
|
---|
[9258] | 194 | // xAxisPrimaryLogScaleCheckBox
|
---|
| 195 | //
|
---|
| 196 | this.xAxisPrimaryLogScaleCheckBox.AutoSize = true;
|
---|
| 197 | this.xAxisPrimaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 198 | this.xAxisPrimaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
|
---|
| 199 | this.xAxisPrimaryLogScaleCheckBox.Name = "xAxisPrimaryLogScaleCheckBox";
|
---|
| 200 | this.xAxisPrimaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
|
---|
| 201 | this.xAxisPrimaryLogScaleCheckBox.TabIndex = 8;
|
---|
| 202 | this.xAxisPrimaryLogScaleCheckBox.Text = "Logarithmic:";
|
---|
| 203 | this.xAxisPrimaryLogScaleCheckBox.UseVisualStyleBackColor = true;
|
---|
| 204 | this.xAxisPrimaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.xAxisPrimaryLogScaleCheckBox_CheckedChanged);
|
---|
| 205 | //
|
---|
[7244] | 206 | // panel2
|
---|
[6014] | 207 | //
|
---|
[7244] | 208 | this.panel2.Controls.Add(this.xAxisPrimaryMaximumFixedRadioButton);
|
---|
| 209 | this.panel2.Controls.Add(this.xAxisPrimaryMaximumAutoRadioButton);
|
---|
[9258] | 210 | this.panel2.Location = new System.Drawing.Point(74, 71);
|
---|
[7244] | 211 | this.panel2.Name = "panel2";
|
---|
| 212 | this.panel2.Size = new System.Drawing.Size(106, 20);
|
---|
[8015] | 213 | this.panel2.TabIndex = 6;
|
---|
[6014] | 214 | //
|
---|
| 215 | // xAxisPrimaryMaximumFixedRadioButton
|
---|
| 216 | //
|
---|
| 217 | this.xAxisPrimaryMaximumFixedRadioButton.AutoSize = true;
|
---|
[7244] | 218 | this.xAxisPrimaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
[6014] | 219 | this.xAxisPrimaryMaximumFixedRadioButton.Name = "xAxisPrimaryMaximumFixedRadioButton";
|
---|
[7244] | 220 | this.xAxisPrimaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
[8015] | 221 | this.xAxisPrimaryMaximumFixedRadioButton.TabIndex = 1;
|
---|
[6014] | 222 | this.xAxisPrimaryMaximumFixedRadioButton.TabStop = true;
|
---|
[7244] | 223 | this.xAxisPrimaryMaximumFixedRadioButton.Text = "&Fixed:";
|
---|
[6014] | 224 | this.xAxisPrimaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
| 225 | this.xAxisPrimaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMaximumRadioButton_CheckedChanged);
|
---|
| 226 | //
|
---|
| 227 | // xAxisPrimaryMaximumAutoRadioButton
|
---|
| 228 | //
|
---|
| 229 | this.xAxisPrimaryMaximumAutoRadioButton.AutoSize = true;
|
---|
[7244] | 230 | this.xAxisPrimaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
[6014] | 231 | this.xAxisPrimaryMaximumAutoRadioButton.Name = "xAxisPrimaryMaximumAutoRadioButton";
|
---|
| 232 | this.xAxisPrimaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
[8015] | 233 | this.xAxisPrimaryMaximumAutoRadioButton.TabIndex = 0;
|
---|
[6014] | 234 | this.xAxisPrimaryMaximumAutoRadioButton.TabStop = true;
|
---|
[7244] | 235 | this.xAxisPrimaryMaximumAutoRadioButton.Text = "&Auto";
|
---|
[6014] | 236 | this.xAxisPrimaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
| 237 | this.xAxisPrimaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMaximumRadioButton_CheckedChanged);
|
---|
| 238 | //
|
---|
[7244] | 239 | // panel1
|
---|
[6014] | 240 | //
|
---|
[7244] | 241 | this.panel1.Controls.Add(this.xAxisPrimaryMinimumFixedRadioButton);
|
---|
| 242 | this.panel1.Controls.Add(this.xAxisPrimaryMinimumAutoRadioButton);
|
---|
[9258] | 243 | this.panel1.Location = new System.Drawing.Point(74, 45);
|
---|
[7244] | 244 | this.panel1.Name = "panel1";
|
---|
| 245 | this.panel1.Size = new System.Drawing.Size(106, 20);
|
---|
[8015] | 246 | this.panel1.TabIndex = 3;
|
---|
[6014] | 247 | //
|
---|
| 248 | // xAxisPrimaryMinimumFixedRadioButton
|
---|
| 249 | //
|
---|
| 250 | this.xAxisPrimaryMinimumFixedRadioButton.AutoSize = true;
|
---|
[7244] | 251 | this.xAxisPrimaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
[6014] | 252 | this.xAxisPrimaryMinimumFixedRadioButton.Name = "xAxisPrimaryMinimumFixedRadioButton";
|
---|
[7244] | 253 | this.xAxisPrimaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
[8015] | 254 | this.xAxisPrimaryMinimumFixedRadioButton.TabIndex = 1;
|
---|
[6014] | 255 | this.xAxisPrimaryMinimumFixedRadioButton.TabStop = true;
|
---|
[7244] | 256 | this.xAxisPrimaryMinimumFixedRadioButton.Text = "&Fixed:";
|
---|
[6014] | 257 | this.xAxisPrimaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
| 258 | this.xAxisPrimaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMinimumRadioButton_CheckedChanged);
|
---|
| 259 | //
|
---|
| 260 | // xAxisPrimaryMinimumAutoRadioButton
|
---|
| 261 | //
|
---|
| 262 | this.xAxisPrimaryMinimumAutoRadioButton.AutoSize = true;
|
---|
[7244] | 263 | this.xAxisPrimaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
[6014] | 264 | this.xAxisPrimaryMinimumAutoRadioButton.Name = "xAxisPrimaryMinimumAutoRadioButton";
|
---|
| 265 | this.xAxisPrimaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
[8015] | 266 | this.xAxisPrimaryMinimumAutoRadioButton.TabIndex = 0;
|
---|
[6014] | 267 | this.xAxisPrimaryMinimumAutoRadioButton.TabStop = true;
|
---|
[7244] | 268 | this.xAxisPrimaryMinimumAutoRadioButton.Text = "&Auto";
|
---|
[6014] | 269 | this.xAxisPrimaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
| 270 | this.xAxisPrimaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMinimumRadioButton_CheckedChanged);
|
---|
| 271 | //
|
---|
[7244] | 272 | // xAxisPrimaryMinimumFixedTextBox
|
---|
[6014] | 273 | //
|
---|
[9258] | 274 | this.xAxisPrimaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 275 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 276 | this.xAxisPrimaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
|
---|
| 277 | this.xAxisPrimaryMinimumFixedTextBox.Name = "xAxisPrimaryMinimumFixedTextBox";
|
---|
| 278 | this.xAxisPrimaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
[8015] | 279 | this.xAxisPrimaryMinimumFixedTextBox.TabIndex = 4;
|
---|
[7244] | 280 | this.xAxisPrimaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisPrimaryMinimumFixedTextBox_Validating);
|
---|
[6014] | 281 | //
|
---|
[7244] | 282 | // xAxisPrimaryMaximumFixedTextBox
|
---|
[6014] | 283 | //
|
---|
[9258] | 284 | this.xAxisPrimaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 285 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 286 | this.xAxisPrimaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
|
---|
| 287 | this.xAxisPrimaryMaximumFixedTextBox.Name = "xAxisPrimaryMaximumFixedTextBox";
|
---|
| 288 | this.xAxisPrimaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
[8015] | 289 | this.xAxisPrimaryMaximumFixedTextBox.TabIndex = 7;
|
---|
[7244] | 290 | this.xAxisPrimaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisPrimaryMaximumFixedTextBox_Validating);
|
---|
[6014] | 291 | //
|
---|
[7244] | 292 | // label12
|
---|
[6014] | 293 | //
|
---|
[7244] | 294 | this.label12.AutoSize = true;
|
---|
| 295 | this.label12.Location = new System.Drawing.Point(6, 74);
|
---|
| 296 | this.label12.Name = "label12";
|
---|
| 297 | this.label12.Size = new System.Drawing.Size(54, 13);
|
---|
[8015] | 298 | this.label12.TabIndex = 5;
|
---|
[7244] | 299 | this.label12.Text = "&Maximum:";
|
---|
[6012] | 300 | //
|
---|
[7244] | 301 | // label9
|
---|
[6012] | 302 | //
|
---|
[7244] | 303 | this.label9.AutoSize = true;
|
---|
| 304 | this.label9.Location = new System.Drawing.Point(6, 22);
|
---|
| 305 | this.label9.Name = "label9";
|
---|
| 306 | this.label9.Size = new System.Drawing.Size(30, 13);
|
---|
| 307 | this.label9.TabIndex = 0;
|
---|
| 308 | this.label9.Text = "&Title:";
|
---|
[6014] | 309 | //
|
---|
[7244] | 310 | // xAxisPrimaryTitleTextBox
|
---|
[6014] | 311 | //
|
---|
[9258] | 312 | this.xAxisPrimaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 313 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 314 | this.xAxisPrimaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
|
---|
[7244] | 315 | this.xAxisPrimaryTitleTextBox.Name = "xAxisPrimaryTitleTextBox";
|
---|
[9258] | 316 | this.xAxisPrimaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
|
---|
[7244] | 317 | this.xAxisPrimaryTitleTextBox.TabIndex = 1;
|
---|
| 318 | this.xAxisPrimaryTitleTextBox.Validated += new System.EventHandler(this.xPrimaryTitleTextBox_Validated);
|
---|
[6014] | 319 | //
|
---|
[7244] | 320 | // label11
|
---|
[6014] | 321 | //
|
---|
[7244] | 322 | this.label11.AutoSize = true;
|
---|
| 323 | this.label11.Location = new System.Drawing.Point(6, 48);
|
---|
| 324 | this.label11.Name = "label11";
|
---|
| 325 | this.label11.Size = new System.Drawing.Size(51, 13);
|
---|
| 326 | this.label11.TabIndex = 2;
|
---|
| 327 | this.label11.Text = "&Minimum:";
|
---|
[6014] | 328 | //
|
---|
[7244] | 329 | // xAxisSecondaryGroupBox
|
---|
[6014] | 330 | //
|
---|
[9258] | 331 | this.xAxisSecondaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 332 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 333 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 334 | this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryLogScaleCheckBox);
|
---|
[7244] | 335 | this.xAxisSecondaryGroupBox.Controls.Add(this.panel4);
|
---|
| 336 | this.xAxisSecondaryGroupBox.Controls.Add(this.panel3);
|
---|
| 337 | this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryMinimumFixedTextBox);
|
---|
| 338 | this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryMaximumFixedTextBox);
|
---|
| 339 | this.xAxisSecondaryGroupBox.Controls.Add(this.label10);
|
---|
| 340 | this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryTitleTextBox);
|
---|
| 341 | this.xAxisSecondaryGroupBox.Controls.Add(this.label5);
|
---|
| 342 | this.xAxisSecondaryGroupBox.Controls.Add(this.label6);
|
---|
[9258] | 343 | this.xAxisSecondaryGroupBox.Location = new System.Drawing.Point(3, 135);
|
---|
[7244] | 344 | this.xAxisSecondaryGroupBox.Name = "xAxisSecondaryGroupBox";
|
---|
[9258] | 345 | this.xAxisSecondaryGroupBox.Size = new System.Drawing.Size(441, 125);
|
---|
[7244] | 346 | this.xAxisSecondaryGroupBox.TabIndex = 1;
|
---|
| 347 | this.xAxisSecondaryGroupBox.TabStop = false;
|
---|
| 348 | this.xAxisSecondaryGroupBox.Text = "Secondary Axis";
|
---|
[6014] | 349 | //
|
---|
[9258] | 350 | // xAxisSecondaryLogScaleCheckBox
|
---|
| 351 | //
|
---|
| 352 | this.xAxisSecondaryLogScaleCheckBox.AutoSize = true;
|
---|
| 353 | this.xAxisSecondaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 354 | this.xAxisSecondaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
|
---|
| 355 | this.xAxisSecondaryLogScaleCheckBox.Name = "xAxisSecondaryLogScaleCheckBox";
|
---|
| 356 | this.xAxisSecondaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
|
---|
| 357 | this.xAxisSecondaryLogScaleCheckBox.TabIndex = 8;
|
---|
| 358 | this.xAxisSecondaryLogScaleCheckBox.Text = "Logarithmic:";
|
---|
| 359 | this.xAxisSecondaryLogScaleCheckBox.UseVisualStyleBackColor = true;
|
---|
| 360 | this.xAxisSecondaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.xAxisSecondaryLogScaleCheckBox_CheckedChanged);
|
---|
| 361 | //
|
---|
[7244] | 362 | // panel4
|
---|
| 363 | //
|
---|
| 364 | this.panel4.Controls.Add(this.xAxisSecondaryMaximumFixedRadioButton);
|
---|
| 365 | this.panel4.Controls.Add(this.xAxisSecondaryMaximumAutoRadioButton);
|
---|
[9258] | 366 | this.panel4.Location = new System.Drawing.Point(74, 71);
|
---|
[7244] | 367 | this.panel4.Name = "panel4";
|
---|
| 368 | this.panel4.Size = new System.Drawing.Size(106, 20);
|
---|
[8015] | 369 | this.panel4.TabIndex = 6;
|
---|
[7244] | 370 | //
|
---|
[6014] | 371 | // xAxisSecondaryMaximumFixedRadioButton
|
---|
| 372 | //
|
---|
| 373 | this.xAxisSecondaryMaximumFixedRadioButton.AutoSize = true;
|
---|
[7244] | 374 | this.xAxisSecondaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
[6014] | 375 | this.xAxisSecondaryMaximumFixedRadioButton.Name = "xAxisSecondaryMaximumFixedRadioButton";
|
---|
[7244] | 376 | this.xAxisSecondaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
[8015] | 377 | this.xAxisSecondaryMaximumFixedRadioButton.TabIndex = 1;
|
---|
[6014] | 378 | this.xAxisSecondaryMaximumFixedRadioButton.TabStop = true;
|
---|
[7244] | 379 | this.xAxisSecondaryMaximumFixedRadioButton.Text = "&Fixed:";
|
---|
[6014] | 380 | this.xAxisSecondaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
| 381 | this.xAxisSecondaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMaximumRadioButton_CheckedChanged);
|
---|
| 382 | //
|
---|
| 383 | // xAxisSecondaryMaximumAutoRadioButton
|
---|
| 384 | //
|
---|
| 385 | this.xAxisSecondaryMaximumAutoRadioButton.AutoSize = true;
|
---|
[7244] | 386 | this.xAxisSecondaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
[6014] | 387 | this.xAxisSecondaryMaximumAutoRadioButton.Name = "xAxisSecondaryMaximumAutoRadioButton";
|
---|
| 388 | this.xAxisSecondaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
[8015] | 389 | this.xAxisSecondaryMaximumAutoRadioButton.TabIndex = 0;
|
---|
[6014] | 390 | this.xAxisSecondaryMaximumAutoRadioButton.TabStop = true;
|
---|
[7244] | 391 | this.xAxisSecondaryMaximumAutoRadioButton.Text = "&Auto";
|
---|
[6014] | 392 | this.xAxisSecondaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
| 393 | this.xAxisSecondaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMaximumRadioButton_CheckedChanged);
|
---|
| 394 | //
|
---|
[7244] | 395 | // panel3
|
---|
[6014] | 396 | //
|
---|
[7244] | 397 | this.panel3.Controls.Add(this.xAxisSecondaryMinimumFixedRadioButton);
|
---|
| 398 | this.panel3.Controls.Add(this.xAxisSecondaryMinimumAutoRadioButton);
|
---|
[9258] | 399 | this.panel3.Location = new System.Drawing.Point(74, 45);
|
---|
[7244] | 400 | this.panel3.Name = "panel3";
|
---|
| 401 | this.panel3.Size = new System.Drawing.Size(106, 20);
|
---|
[8015] | 402 | this.panel3.TabIndex = 3;
|
---|
[6014] | 403 | //
|
---|
| 404 | // xAxisSecondaryMinimumFixedRadioButton
|
---|
| 405 | //
|
---|
| 406 | this.xAxisSecondaryMinimumFixedRadioButton.AutoSize = true;
|
---|
[7244] | 407 | this.xAxisSecondaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
[6014] | 408 | this.xAxisSecondaryMinimumFixedRadioButton.Name = "xAxisSecondaryMinimumFixedRadioButton";
|
---|
[7244] | 409 | this.xAxisSecondaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
[8015] | 410 | this.xAxisSecondaryMinimumFixedRadioButton.TabIndex = 1;
|
---|
[6014] | 411 | this.xAxisSecondaryMinimumFixedRadioButton.TabStop = true;
|
---|
[7244] | 412 | this.xAxisSecondaryMinimumFixedRadioButton.Text = "&Fixed:";
|
---|
[6014] | 413 | this.xAxisSecondaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
| 414 | this.xAxisSecondaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMinimumRadioButton_CheckedChanged);
|
---|
| 415 | //
|
---|
| 416 | // xAxisSecondaryMinimumAutoRadioButton
|
---|
| 417 | //
|
---|
| 418 | this.xAxisSecondaryMinimumAutoRadioButton.AutoSize = true;
|
---|
[7244] | 419 | this.xAxisSecondaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
[6014] | 420 | this.xAxisSecondaryMinimumAutoRadioButton.Name = "xAxisSecondaryMinimumAutoRadioButton";
|
---|
| 421 | this.xAxisSecondaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
[8015] | 422 | this.xAxisSecondaryMinimumAutoRadioButton.TabIndex = 0;
|
---|
[6014] | 423 | this.xAxisSecondaryMinimumAutoRadioButton.TabStop = true;
|
---|
[7244] | 424 | this.xAxisSecondaryMinimumAutoRadioButton.Text = "&Auto";
|
---|
[6014] | 425 | this.xAxisSecondaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
| 426 | this.xAxisSecondaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMinimumRadioButton_CheckedChanged);
|
---|
| 427 | //
|
---|
[7244] | 428 | // xAxisSecondaryMinimumFixedTextBox
|
---|
[6014] | 429 | //
|
---|
[9258] | 430 | this.xAxisSecondaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 431 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 432 | this.xAxisSecondaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
|
---|
| 433 | this.xAxisSecondaryMinimumFixedTextBox.Name = "xAxisSecondaryMinimumFixedTextBox";
|
---|
| 434 | this.xAxisSecondaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
[8015] | 435 | this.xAxisSecondaryMinimumFixedTextBox.TabIndex = 4;
|
---|
[7244] | 436 | this.xAxisSecondaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisSecondaryMinimumFixedTextBox_Validating);
|
---|
[6012] | 437 | //
|
---|
[7244] | 438 | // xAxisSecondaryMaximumFixedTextBox
|
---|
[6020] | 439 | //
|
---|
[9258] | 440 | this.xAxisSecondaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 441 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 442 | this.xAxisSecondaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
|
---|
| 443 | this.xAxisSecondaryMaximumFixedTextBox.Name = "xAxisSecondaryMaximumFixedTextBox";
|
---|
| 444 | this.xAxisSecondaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
[8015] | 445 | this.xAxisSecondaryMaximumFixedTextBox.TabIndex = 7;
|
---|
[7244] | 446 | this.xAxisSecondaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisSecondaryMaximumFixedTextBox_Validating);
|
---|
[6020] | 447 | //
|
---|
[7244] | 448 | // label10
|
---|
[7221] | 449 | //
|
---|
[7244] | 450 | this.label10.AutoSize = true;
|
---|
| 451 | this.label10.Location = new System.Drawing.Point(6, 22);
|
---|
| 452 | this.label10.Name = "label10";
|
---|
| 453 | this.label10.Size = new System.Drawing.Size(30, 13);
|
---|
| 454 | this.label10.TabIndex = 0;
|
---|
| 455 | this.label10.Text = "&Title:";
|
---|
[7221] | 456 | //
|
---|
[7244] | 457 | // xAxisSecondaryTitleTextBox
|
---|
[7221] | 458 | //
|
---|
[9258] | 459 | this.xAxisSecondaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 460 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 461 | this.xAxisSecondaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
|
---|
[7244] | 462 | this.xAxisSecondaryTitleTextBox.Name = "xAxisSecondaryTitleTextBox";
|
---|
[9258] | 463 | this.xAxisSecondaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
|
---|
[7244] | 464 | this.xAxisSecondaryTitleTextBox.TabIndex = 1;
|
---|
| 465 | this.xAxisSecondaryTitleTextBox.Validated += new System.EventHandler(this.xSecondaryTitleTextBox_Validated);
|
---|
[7221] | 466 | //
|
---|
[7244] | 467 | // label5
|
---|
[6020] | 468 | //
|
---|
[7244] | 469 | this.label5.AutoSize = true;
|
---|
| 470 | this.label5.Location = new System.Drawing.Point(6, 74);
|
---|
| 471 | this.label5.Name = "label5";
|
---|
| 472 | this.label5.Size = new System.Drawing.Size(54, 13);
|
---|
[8015] | 473 | this.label5.TabIndex = 5;
|
---|
[7244] | 474 | this.label5.Text = "&Maximum:";
|
---|
[6020] | 475 | //
|
---|
[7244] | 476 | // label6
|
---|
[6020] | 477 | //
|
---|
[7244] | 478 | this.label6.AutoSize = true;
|
---|
| 479 | this.label6.Location = new System.Drawing.Point(6, 48);
|
---|
| 480 | this.label6.Name = "label6";
|
---|
| 481 | this.label6.Size = new System.Drawing.Size(51, 13);
|
---|
| 482 | this.label6.TabIndex = 2;
|
---|
| 483 | this.label6.Text = "&Minimum:";
|
---|
[6020] | 484 | //
|
---|
[7244] | 485 | // axisTabControl
|
---|
[6020] | 486 | //
|
---|
[9258] | 487 | this.axisTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 488 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 489 | this.axisTabControl.Controls.Add(this.xAxisTabPage);
|
---|
| 490 | this.axisTabControl.Controls.Add(this.yAxisTabPage);
|
---|
| 491 | this.axisTabControl.Location = new System.Drawing.Point(0, 84);
|
---|
| 492 | this.axisTabControl.Name = "axisTabControl";
|
---|
| 493 | this.axisTabControl.SelectedIndex = 0;
|
---|
[9258] | 494 | this.axisTabControl.Size = new System.Drawing.Size(455, 289);
|
---|
[7244] | 495 | this.axisTabControl.TabIndex = 8;
|
---|
[6020] | 496 | //
|
---|
[6014] | 497 | // xAxisTabPage
|
---|
[6012] | 498 | //
|
---|
[6014] | 499 | this.xAxisTabPage.Controls.Add(this.xAxisSecondaryGroupBox);
|
---|
| 500 | this.xAxisTabPage.Controls.Add(this.xAxisPrimaryGroupBox);
|
---|
| 501 | this.xAxisTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 502 | this.xAxisTabPage.Name = "xAxisTabPage";
|
---|
| 503 | this.xAxisTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[9258] | 504 | this.xAxisTabPage.Size = new System.Drawing.Size(447, 263);
|
---|
[6014] | 505 | this.xAxisTabPage.TabIndex = 0;
|
---|
| 506 | this.xAxisTabPage.Text = "X-Axis";
|
---|
| 507 | this.xAxisTabPage.UseVisualStyleBackColor = true;
|
---|
[6012] | 508 | //
|
---|
[6014] | 509 | // yAxisTabPage
|
---|
[6012] | 510 | //
|
---|
[6014] | 511 | this.yAxisTabPage.Controls.Add(this.yAxisSecondaryGroupBox);
|
---|
| 512 | this.yAxisTabPage.Controls.Add(this.yAxisPrimaryGroupBox);
|
---|
| 513 | this.yAxisTabPage.Location = new System.Drawing.Point(4, 22);
|
---|
| 514 | this.yAxisTabPage.Name = "yAxisTabPage";
|
---|
| 515 | this.yAxisTabPage.Padding = new System.Windows.Forms.Padding(3);
|
---|
[9258] | 516 | this.yAxisTabPage.Size = new System.Drawing.Size(447, 263);
|
---|
[6014] | 517 | this.yAxisTabPage.TabIndex = 1;
|
---|
| 518 | this.yAxisTabPage.Text = "Y-Axis";
|
---|
| 519 | this.yAxisTabPage.UseVisualStyleBackColor = true;
|
---|
[6012] | 520 | //
|
---|
[6014] | 521 | // yAxisSecondaryGroupBox
|
---|
[6012] | 522 | //
|
---|
[9258] | 523 | this.yAxisSecondaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
---|
| 524 | | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 525 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 526 | this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryLogScaleCheckBox);
|
---|
[7244] | 527 | this.yAxisSecondaryGroupBox.Controls.Add(this.panel8);
|
---|
| 528 | this.yAxisSecondaryGroupBox.Controls.Add(this.panel7);
|
---|
| 529 | this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryMinimumFixedTextBox);
|
---|
| 530 | this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryMaximumFixedTextBox);
|
---|
[6014] | 531 | this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryTitleTextBox);
|
---|
| 532 | this.yAxisSecondaryGroupBox.Controls.Add(this.label4);
|
---|
| 533 | this.yAxisSecondaryGroupBox.Controls.Add(this.label13);
|
---|
| 534 | this.yAxisSecondaryGroupBox.Controls.Add(this.label14);
|
---|
[9258] | 535 | this.yAxisSecondaryGroupBox.Location = new System.Drawing.Point(3, 135);
|
---|
[6014] | 536 | this.yAxisSecondaryGroupBox.Name = "yAxisSecondaryGroupBox";
|
---|
[9258] | 537 | this.yAxisSecondaryGroupBox.Size = new System.Drawing.Size(441, 125);
|
---|
[6014] | 538 | this.yAxisSecondaryGroupBox.TabIndex = 1;
|
---|
| 539 | this.yAxisSecondaryGroupBox.TabStop = false;
|
---|
| 540 | this.yAxisSecondaryGroupBox.Text = "Secondary Axis";
|
---|
[6012] | 541 | //
|
---|
[9258] | 542 | // yAxisSecondaryLogScaleCheckBox
|
---|
| 543 | //
|
---|
| 544 | this.yAxisSecondaryLogScaleCheckBox.AutoSize = true;
|
---|
| 545 | this.yAxisSecondaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 546 | this.yAxisSecondaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
|
---|
| 547 | this.yAxisSecondaryLogScaleCheckBox.Name = "yAxisSecondaryLogScaleCheckBox";
|
---|
| 548 | this.yAxisSecondaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
|
---|
| 549 | this.yAxisSecondaryLogScaleCheckBox.TabIndex = 9;
|
---|
| 550 | this.yAxisSecondaryLogScaleCheckBox.Text = "Logarithmic:";
|
---|
| 551 | this.yAxisSecondaryLogScaleCheckBox.UseVisualStyleBackColor = true;
|
---|
| 552 | this.yAxisSecondaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.yAxisSecondaryLogScaleCheckBox_CheckedChanged);
|
---|
| 553 | //
|
---|
[7244] | 554 | // panel8
|
---|
[6014] | 555 | //
|
---|
[7244] | 556 | this.panel8.Controls.Add(this.yAxisSecondaryMaximumFixedRadioButton);
|
---|
| 557 | this.panel8.Controls.Add(this.yAxisSecondaryMaximumAutoRadioButton);
|
---|
[9258] | 558 | this.panel8.Location = new System.Drawing.Point(74, 71);
|
---|
[7244] | 559 | this.panel8.Name = "panel8";
|
---|
| 560 | this.panel8.Size = new System.Drawing.Size(106, 20);
|
---|
[8015] | 561 | this.panel8.TabIndex = 6;
|
---|
[6014] | 562 | //
|
---|
| 563 | // yAxisSecondaryMaximumFixedRadioButton
|
---|
| 564 | //
|
---|
| 565 | this.yAxisSecondaryMaximumFixedRadioButton.AutoSize = true;
|
---|
[7244] | 566 | this.yAxisSecondaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
[6014] | 567 | this.yAxisSecondaryMaximumFixedRadioButton.Name = "yAxisSecondaryMaximumFixedRadioButton";
|
---|
[7244] | 568 | this.yAxisSecondaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
[8015] | 569 | this.yAxisSecondaryMaximumFixedRadioButton.TabIndex = 1;
|
---|
[6014] | 570 | this.yAxisSecondaryMaximumFixedRadioButton.TabStop = true;
|
---|
[7244] | 571 | this.yAxisSecondaryMaximumFixedRadioButton.Text = "&Fixed:";
|
---|
[6014] | 572 | this.yAxisSecondaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
| 573 | this.yAxisSecondaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMaximumRadioButton_CheckedChanged);
|
---|
| 574 | //
|
---|
| 575 | // yAxisSecondaryMaximumAutoRadioButton
|
---|
| 576 | //
|
---|
| 577 | this.yAxisSecondaryMaximumAutoRadioButton.AutoSize = true;
|
---|
[7244] | 578 | this.yAxisSecondaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
[6014] | 579 | this.yAxisSecondaryMaximumAutoRadioButton.Name = "yAxisSecondaryMaximumAutoRadioButton";
|
---|
| 580 | this.yAxisSecondaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
[8015] | 581 | this.yAxisSecondaryMaximumAutoRadioButton.TabIndex = 0;
|
---|
[6014] | 582 | this.yAxisSecondaryMaximumAutoRadioButton.TabStop = true;
|
---|
[7244] | 583 | this.yAxisSecondaryMaximumAutoRadioButton.Text = "&Auto";
|
---|
[6014] | 584 | this.yAxisSecondaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
| 585 | this.yAxisSecondaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMaximumRadioButton_CheckedChanged);
|
---|
| 586 | //
|
---|
[7244] | 587 | // panel7
|
---|
[6014] | 588 | //
|
---|
[7244] | 589 | this.panel7.Controls.Add(this.yAxisSecondaryMinimumFixedRadioButton);
|
---|
| 590 | this.panel7.Controls.Add(this.yAxisSecondaryMinimumAutoRadioButton);
|
---|
[9258] | 591 | this.panel7.Location = new System.Drawing.Point(74, 45);
|
---|
[7244] | 592 | this.panel7.Name = "panel7";
|
---|
| 593 | this.panel7.Size = new System.Drawing.Size(106, 20);
|
---|
[8015] | 594 | this.panel7.TabIndex = 3;
|
---|
[6014] | 595 | //
|
---|
| 596 | // yAxisSecondaryMinimumFixedRadioButton
|
---|
| 597 | //
|
---|
| 598 | this.yAxisSecondaryMinimumFixedRadioButton.AutoSize = true;
|
---|
[7244] | 599 | this.yAxisSecondaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
[6014] | 600 | this.yAxisSecondaryMinimumFixedRadioButton.Name = "yAxisSecondaryMinimumFixedRadioButton";
|
---|
[7244] | 601 | this.yAxisSecondaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
[8015] | 602 | this.yAxisSecondaryMinimumFixedRadioButton.TabIndex = 1;
|
---|
[6014] | 603 | this.yAxisSecondaryMinimumFixedRadioButton.TabStop = true;
|
---|
[7244] | 604 | this.yAxisSecondaryMinimumFixedRadioButton.Text = "&Fixed:";
|
---|
[6014] | 605 | this.yAxisSecondaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
| 606 | this.yAxisSecondaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMinimumRadioButton_CheckedChanged);
|
---|
| 607 | //
|
---|
| 608 | // yAxisSecondaryMinimumAutoRadioButton
|
---|
| 609 | //
|
---|
| 610 | this.yAxisSecondaryMinimumAutoRadioButton.AutoSize = true;
|
---|
[7244] | 611 | this.yAxisSecondaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
[6014] | 612 | this.yAxisSecondaryMinimumAutoRadioButton.Name = "yAxisSecondaryMinimumAutoRadioButton";
|
---|
| 613 | this.yAxisSecondaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
[8015] | 614 | this.yAxisSecondaryMinimumAutoRadioButton.TabIndex = 0;
|
---|
[6014] | 615 | this.yAxisSecondaryMinimumAutoRadioButton.TabStop = true;
|
---|
[7244] | 616 | this.yAxisSecondaryMinimumAutoRadioButton.Text = "&Auto";
|
---|
[6014] | 617 | this.yAxisSecondaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
| 618 | this.yAxisSecondaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMinimumRadioButton_CheckedChanged);
|
---|
| 619 | //
|
---|
[7244] | 620 | // yAxisSecondaryMinimumFixedTextBox
|
---|
| 621 | //
|
---|
[9258] | 622 | this.yAxisSecondaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 623 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 624 | this.yAxisSecondaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
|
---|
| 625 | this.yAxisSecondaryMinimumFixedTextBox.Name = "yAxisSecondaryMinimumFixedTextBox";
|
---|
| 626 | this.yAxisSecondaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
[8015] | 627 | this.yAxisSecondaryMinimumFixedTextBox.TabIndex = 4;
|
---|
[7244] | 628 | this.yAxisSecondaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisSecondaryMinimumFixedTextBox_Validating);
|
---|
| 629 | //
|
---|
| 630 | // yAxisSecondaryMaximumFixedTextBox
|
---|
| 631 | //
|
---|
[9258] | 632 | this.yAxisSecondaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 633 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 634 | this.yAxisSecondaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
|
---|
| 635 | this.yAxisSecondaryMaximumFixedTextBox.Name = "yAxisSecondaryMaximumFixedTextBox";
|
---|
| 636 | this.yAxisSecondaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
[8015] | 637 | this.yAxisSecondaryMaximumFixedTextBox.TabIndex = 7;
|
---|
[7244] | 638 | this.yAxisSecondaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisSecondaryMaximumFixedTextBox_Validating);
|
---|
| 639 | //
|
---|
| 640 | // label13
|
---|
| 641 | //
|
---|
| 642 | this.label13.AutoSize = true;
|
---|
| 643 | this.label13.Location = new System.Drawing.Point(6, 74);
|
---|
| 644 | this.label13.Name = "label13";
|
---|
| 645 | this.label13.Size = new System.Drawing.Size(54, 13);
|
---|
[8015] | 646 | this.label13.TabIndex = 5;
|
---|
[7244] | 647 | this.label13.Text = "&Maximum:";
|
---|
| 648 | //
|
---|
| 649 | // label14
|
---|
| 650 | //
|
---|
| 651 | this.label14.AutoSize = true;
|
---|
| 652 | this.label14.Location = new System.Drawing.Point(6, 48);
|
---|
| 653 | this.label14.Name = "label14";
|
---|
| 654 | this.label14.Size = new System.Drawing.Size(51, 13);
|
---|
| 655 | this.label14.TabIndex = 2;
|
---|
| 656 | this.label14.Text = "&Minimum:";
|
---|
| 657 | //
|
---|
[6014] | 658 | // yAxisPrimaryGroupBox
|
---|
| 659 | //
|
---|
[9258] | 660 | this.yAxisPrimaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 661 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
| 662 | this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryLogScaleCheckBox);
|
---|
[7244] | 663 | this.yAxisPrimaryGroupBox.Controls.Add(this.panel6);
|
---|
| 664 | this.yAxisPrimaryGroupBox.Controls.Add(this.panel5);
|
---|
| 665 | this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryMinimumFixedTextBox);
|
---|
| 666 | this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryMaximumFixedTextBox);
|
---|
[6014] | 667 | this.yAxisPrimaryGroupBox.Controls.Add(this.label7);
|
---|
| 668 | this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryTitleTextBox);
|
---|
| 669 | this.yAxisPrimaryGroupBox.Controls.Add(this.label8);
|
---|
| 670 | this.yAxisPrimaryGroupBox.Controls.Add(this.label1);
|
---|
[7244] | 671 | this.yAxisPrimaryGroupBox.Location = new System.Drawing.Point(3, 3);
|
---|
[6014] | 672 | this.yAxisPrimaryGroupBox.Name = "yAxisPrimaryGroupBox";
|
---|
[9258] | 673 | this.yAxisPrimaryGroupBox.Size = new System.Drawing.Size(441, 126);
|
---|
[6014] | 674 | this.yAxisPrimaryGroupBox.TabIndex = 0;
|
---|
| 675 | this.yAxisPrimaryGroupBox.TabStop = false;
|
---|
| 676 | this.yAxisPrimaryGroupBox.Text = "Primary Axis";
|
---|
| 677 | //
|
---|
[9258] | 678 | // yAxisPrimaryLogScaleCheckBox
|
---|
| 679 | //
|
---|
| 680 | this.yAxisPrimaryLogScaleCheckBox.AutoSize = true;
|
---|
| 681 | this.yAxisPrimaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
|
---|
| 682 | this.yAxisPrimaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
|
---|
| 683 | this.yAxisPrimaryLogScaleCheckBox.Name = "yAxisPrimaryLogScaleCheckBox";
|
---|
| 684 | this.yAxisPrimaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
|
---|
| 685 | this.yAxisPrimaryLogScaleCheckBox.TabIndex = 10;
|
---|
| 686 | this.yAxisPrimaryLogScaleCheckBox.Text = "Logarithmic:";
|
---|
| 687 | this.yAxisPrimaryLogScaleCheckBox.UseVisualStyleBackColor = true;
|
---|
| 688 | this.yAxisPrimaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.yAxisPrimaryLogScaleCheckBox_CheckedChanged);
|
---|
| 689 | //
|
---|
[7244] | 690 | // panel6
|
---|
[6014] | 691 | //
|
---|
[7244] | 692 | this.panel6.Controls.Add(this.yAxisPrimaryMaximumFixedRadioButton);
|
---|
| 693 | this.panel6.Controls.Add(this.yAxisPrimaryMaximumAutoRadioButton);
|
---|
[9258] | 694 | this.panel6.Location = new System.Drawing.Point(74, 71);
|
---|
[7244] | 695 | this.panel6.Name = "panel6";
|
---|
| 696 | this.panel6.Size = new System.Drawing.Size(106, 20);
|
---|
[8015] | 697 | this.panel6.TabIndex = 6;
|
---|
[6014] | 698 | //
|
---|
| 699 | // yAxisPrimaryMaximumFixedRadioButton
|
---|
| 700 | //
|
---|
| 701 | this.yAxisPrimaryMaximumFixedRadioButton.AutoSize = true;
|
---|
[7244] | 702 | this.yAxisPrimaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
[6014] | 703 | this.yAxisPrimaryMaximumFixedRadioButton.Name = "yAxisPrimaryMaximumFixedRadioButton";
|
---|
[7244] | 704 | this.yAxisPrimaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
[8015] | 705 | this.yAxisPrimaryMaximumFixedRadioButton.TabIndex = 1;
|
---|
[6014] | 706 | this.yAxisPrimaryMaximumFixedRadioButton.TabStop = true;
|
---|
[7244] | 707 | this.yAxisPrimaryMaximumFixedRadioButton.Text = "&Fixed:";
|
---|
[6014] | 708 | this.yAxisPrimaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
| 709 | this.yAxisPrimaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMaximumRadioButton_CheckedChanged);
|
---|
| 710 | //
|
---|
| 711 | // yAxisPrimaryMaximumAutoRadioButton
|
---|
| 712 | //
|
---|
| 713 | this.yAxisPrimaryMaximumAutoRadioButton.AutoSize = true;
|
---|
[7244] | 714 | this.yAxisPrimaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
[6014] | 715 | this.yAxisPrimaryMaximumAutoRadioButton.Name = "yAxisPrimaryMaximumAutoRadioButton";
|
---|
| 716 | this.yAxisPrimaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
[8015] | 717 | this.yAxisPrimaryMaximumAutoRadioButton.TabIndex = 0;
|
---|
[6014] | 718 | this.yAxisPrimaryMaximumAutoRadioButton.TabStop = true;
|
---|
[7244] | 719 | this.yAxisPrimaryMaximumAutoRadioButton.Text = "&Auto";
|
---|
[6014] | 720 | this.yAxisPrimaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
| 721 | this.yAxisPrimaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMaximumRadioButton_CheckedChanged);
|
---|
| 722 | //
|
---|
[7244] | 723 | // panel5
|
---|
[6014] | 724 | //
|
---|
[7244] | 725 | this.panel5.Controls.Add(this.yAxisPrimaryMinimumAutoRadioButton);
|
---|
| 726 | this.panel5.Controls.Add(this.yAxisPrimaryMinimumFixedRadioButton);
|
---|
[9258] | 727 | this.panel5.Location = new System.Drawing.Point(74, 45);
|
---|
[7244] | 728 | this.panel5.Name = "panel5";
|
---|
| 729 | this.panel5.Size = new System.Drawing.Size(106, 20);
|
---|
[8015] | 730 | this.panel5.TabIndex = 3;
|
---|
[6014] | 731 | //
|
---|
[7244] | 732 | // yAxisPrimaryMinimumAutoRadioButton
|
---|
[6014] | 733 | //
|
---|
[7244] | 734 | this.yAxisPrimaryMinimumAutoRadioButton.AutoSize = true;
|
---|
| 735 | this.yAxisPrimaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
|
---|
| 736 | this.yAxisPrimaryMinimumAutoRadioButton.Name = "yAxisPrimaryMinimumAutoRadioButton";
|
---|
| 737 | this.yAxisPrimaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
|
---|
[8015] | 738 | this.yAxisPrimaryMinimumAutoRadioButton.TabIndex = 0;
|
---|
[7244] | 739 | this.yAxisPrimaryMinimumAutoRadioButton.TabStop = true;
|
---|
| 740 | this.yAxisPrimaryMinimumAutoRadioButton.Text = "&Auto";
|
---|
| 741 | this.yAxisPrimaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
|
---|
| 742 | this.yAxisPrimaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMinimumRadioButton_CheckedChanged);
|
---|
[6014] | 743 | //
|
---|
| 744 | // yAxisPrimaryMinimumFixedRadioButton
|
---|
| 745 | //
|
---|
| 746 | this.yAxisPrimaryMinimumFixedRadioButton.AutoSize = true;
|
---|
[7244] | 747 | this.yAxisPrimaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
|
---|
[6014] | 748 | this.yAxisPrimaryMinimumFixedRadioButton.Name = "yAxisPrimaryMinimumFixedRadioButton";
|
---|
[7244] | 749 | this.yAxisPrimaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
|
---|
[8015] | 750 | this.yAxisPrimaryMinimumFixedRadioButton.TabIndex = 1;
|
---|
[6014] | 751 | this.yAxisPrimaryMinimumFixedRadioButton.TabStop = true;
|
---|
[7244] | 752 | this.yAxisPrimaryMinimumFixedRadioButton.Text = "&Fixed:";
|
---|
[6014] | 753 | this.yAxisPrimaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
|
---|
| 754 | this.yAxisPrimaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMinimumRadioButton_CheckedChanged);
|
---|
| 755 | //
|
---|
[7244] | 756 | // yAxisPrimaryMinimumFixedTextBox
|
---|
[6014] | 757 | //
|
---|
[9258] | 758 | this.yAxisPrimaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 759 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 760 | this.yAxisPrimaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
|
---|
| 761 | this.yAxisPrimaryMinimumFixedTextBox.Name = "yAxisPrimaryMinimumFixedTextBox";
|
---|
| 762 | this.yAxisPrimaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
[8015] | 763 | this.yAxisPrimaryMinimumFixedTextBox.TabIndex = 4;
|
---|
[7244] | 764 | this.yAxisPrimaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisPrimaryMinimumFixedTextBox_Validating);
|
---|
[6014] | 765 | //
|
---|
[7244] | 766 | // yAxisPrimaryMaximumFixedTextBox
|
---|
| 767 | //
|
---|
[9258] | 768 | this.yAxisPrimaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 769 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 770 | this.yAxisPrimaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
|
---|
| 771 | this.yAxisPrimaryMaximumFixedTextBox.Name = "yAxisPrimaryMaximumFixedTextBox";
|
---|
| 772 | this.yAxisPrimaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
|
---|
[8015] | 773 | this.yAxisPrimaryMaximumFixedTextBox.TabIndex = 7;
|
---|
[7244] | 774 | this.yAxisPrimaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisPrimaryMaximumFixedTextBox_Validating);
|
---|
| 775 | //
|
---|
| 776 | // label7
|
---|
| 777 | //
|
---|
| 778 | this.label7.AutoSize = true;
|
---|
| 779 | this.label7.Location = new System.Drawing.Point(6, 74);
|
---|
| 780 | this.label7.Name = "label7";
|
---|
| 781 | this.label7.Size = new System.Drawing.Size(54, 13);
|
---|
[8015] | 782 | this.label7.TabIndex = 5;
|
---|
[7244] | 783 | this.label7.Text = "&Maximum:";
|
---|
| 784 | //
|
---|
| 785 | // label8
|
---|
| 786 | //
|
---|
| 787 | this.label8.AutoSize = true;
|
---|
| 788 | this.label8.Location = new System.Drawing.Point(6, 48);
|
---|
| 789 | this.label8.Name = "label8";
|
---|
| 790 | this.label8.Size = new System.Drawing.Size(51, 13);
|
---|
| 791 | this.label8.TabIndex = 2;
|
---|
| 792 | this.label8.Text = "&Minimum:";
|
---|
| 793 | //
|
---|
| 794 | // titleTextBox
|
---|
| 795 | //
|
---|
[9258] | 796 | this.titleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 797 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 798 | this.titleTextBox.Location = new System.Drawing.Point(66, 0);
|
---|
| 799 | this.titleTextBox.Name = "titleTextBox";
|
---|
| 800 | this.titleTextBox.Size = new System.Drawing.Size(389, 20);
|
---|
| 801 | this.titleTextBox.TabIndex = 1;
|
---|
| 802 | this.titleTextBox.Validated += new System.EventHandler(this.titleTextBox_Validated);
|
---|
| 803 | //
|
---|
| 804 | // label15
|
---|
| 805 | //
|
---|
| 806 | this.label15.AutoSize = true;
|
---|
| 807 | this.label15.Location = new System.Drawing.Point(3, 3);
|
---|
| 808 | this.label15.Name = "label15";
|
---|
| 809 | this.label15.Size = new System.Drawing.Size(30, 13);
|
---|
| 810 | this.label15.TabIndex = 0;
|
---|
| 811 | this.label15.Text = "&Title:";
|
---|
| 812 | //
|
---|
| 813 | // axisFontLabel
|
---|
| 814 | //
|
---|
[9258] | 815 | this.axisFontLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 816 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 817 | this.axisFontLabel.AutoSize = true;
|
---|
| 818 | this.axisFontLabel.Location = new System.Drawing.Point(98, 60);
|
---|
| 819 | this.axisFontLabel.Name = "axisFontLabel";
|
---|
| 820 | this.axisFontLabel.Size = new System.Drawing.Size(43, 13);
|
---|
| 821 | this.axisFontLabel.TabIndex = 7;
|
---|
| 822 | this.axisFontLabel.Text = "( none )";
|
---|
| 823 | //
|
---|
| 824 | // titleFontLabel
|
---|
| 825 | //
|
---|
[9258] | 826 | this.titleFontLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
---|
| 827 | | System.Windows.Forms.AnchorStyles.Right)));
|
---|
[7244] | 828 | this.titleFontLabel.AutoSize = true;
|
---|
| 829 | this.titleFontLabel.Location = new System.Drawing.Point(98, 31);
|
---|
| 830 | this.titleFontLabel.Name = "titleFontLabel";
|
---|
| 831 | this.titleFontLabel.Size = new System.Drawing.Size(43, 13);
|
---|
| 832 | this.titleFontLabel.TabIndex = 4;
|
---|
| 833 | this.titleFontLabel.Text = "( none )";
|
---|
| 834 | //
|
---|
| 835 | // axisFontButton
|
---|
| 836 | //
|
---|
| 837 | this.axisFontButton.Location = new System.Drawing.Point(66, 55);
|
---|
| 838 | this.axisFontButton.Name = "axisFontButton";
|
---|
| 839 | this.axisFontButton.Size = new System.Drawing.Size(26, 23);
|
---|
| 840 | this.axisFontButton.TabIndex = 6;
|
---|
| 841 | this.axisFontButton.Text = "...";
|
---|
| 842 | this.axisFontButton.UseVisualStyleBackColor = true;
|
---|
| 843 | this.axisFontButton.Click += new System.EventHandler(this.axisFontButton_Click);
|
---|
| 844 | //
|
---|
| 845 | // label3
|
---|
| 846 | //
|
---|
| 847 | this.label3.AutoSize = true;
|
---|
| 848 | this.label3.Location = new System.Drawing.Point(3, 60);
|
---|
| 849 | this.label3.Name = "label3";
|
---|
| 850 | this.label3.Size = new System.Drawing.Size(57, 13);
|
---|
| 851 | this.label3.TabIndex = 5;
|
---|
| 852 | this.label3.Text = "&Axes Font:";
|
---|
| 853 | //
|
---|
| 854 | // titleFontButton
|
---|
| 855 | //
|
---|
| 856 | this.titleFontButton.Location = new System.Drawing.Point(66, 26);
|
---|
| 857 | this.titleFontButton.Name = "titleFontButton";
|
---|
| 858 | this.titleFontButton.Size = new System.Drawing.Size(26, 23);
|
---|
| 859 | this.titleFontButton.TabIndex = 3;
|
---|
| 860 | this.titleFontButton.Text = "...";
|
---|
| 861 | this.titleFontButton.UseVisualStyleBackColor = true;
|
---|
| 862 | this.titleFontButton.Click += new System.EventHandler(this.titleFontButton_Click);
|
---|
| 863 | //
|
---|
| 864 | // label2
|
---|
| 865 | //
|
---|
| 866 | this.label2.AutoSize = true;
|
---|
| 867 | this.label2.Location = new System.Drawing.Point(3, 31);
|
---|
| 868 | this.label2.Name = "label2";
|
---|
| 869 | this.label2.Size = new System.Drawing.Size(54, 13);
|
---|
| 870 | this.label2.TabIndex = 2;
|
---|
| 871 | this.label2.Text = "&Title Font:";
|
---|
| 872 | //
|
---|
[6014] | 873 | // errorProvider
|
---|
| 874 | //
|
---|
[7244] | 875 | this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
---|
[6014] | 876 | this.errorProvider.ContainerControl = this;
|
---|
| 877 | //
|
---|
[6020] | 878 | // titleFontDialog
|
---|
| 879 | //
|
---|
[9258] | 880 | this.titleFontDialog.Color = System.Drawing.SystemColors.ControlText;
|
---|
[6020] | 881 | this.titleFontDialog.FontMustExist = true;
|
---|
| 882 | this.titleFontDialog.ShowColor = true;
|
---|
| 883 | //
|
---|
[9258] | 884 | // axisFontDialog
|
---|
| 885 | //
|
---|
| 886 | this.axisFontDialog.Color = System.Drawing.SystemColors.ControlText;
|
---|
| 887 | //
|
---|
[6012] | 888 | // DataTableVisualPropertiesControl
|
---|
| 889 | //
|
---|
[7967] | 890 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
---|
[7244] | 891 | this.Controls.Add(this.axisFontLabel);
|
---|
| 892 | this.Controls.Add(this.label15);
|
---|
| 893 | this.Controls.Add(this.axisFontButton);
|
---|
| 894 | this.Controls.Add(this.titleFontLabel);
|
---|
| 895 | this.Controls.Add(this.label3);
|
---|
| 896 | this.Controls.Add(this.titleTextBox);
|
---|
[6014] | 897 | this.Controls.Add(this.axisTabControl);
|
---|
[7244] | 898 | this.Controls.Add(this.label2);
|
---|
| 899 | this.Controls.Add(this.titleFontButton);
|
---|
[6012] | 900 | this.Name = "DataTableVisualPropertiesControl";
|
---|
[9258] | 901 | this.Size = new System.Drawing.Size(455, 373);
|
---|
[6014] | 902 | this.xAxisPrimaryGroupBox.ResumeLayout(false);
|
---|
| 903 | this.xAxisPrimaryGroupBox.PerformLayout();
|
---|
[7244] | 904 | this.panel2.ResumeLayout(false);
|
---|
| 905 | this.panel2.PerformLayout();
|
---|
| 906 | this.panel1.ResumeLayout(false);
|
---|
| 907 | this.panel1.PerformLayout();
|
---|
[6014] | 908 | this.xAxisSecondaryGroupBox.ResumeLayout(false);
|
---|
| 909 | this.xAxisSecondaryGroupBox.PerformLayout();
|
---|
[7244] | 910 | this.panel4.ResumeLayout(false);
|
---|
| 911 | this.panel4.PerformLayout();
|
---|
| 912 | this.panel3.ResumeLayout(false);
|
---|
| 913 | this.panel3.PerformLayout();
|
---|
[6014] | 914 | this.axisTabControl.ResumeLayout(false);
|
---|
| 915 | this.xAxisTabPage.ResumeLayout(false);
|
---|
| 916 | this.yAxisTabPage.ResumeLayout(false);
|
---|
| 917 | this.yAxisSecondaryGroupBox.ResumeLayout(false);
|
---|
| 918 | this.yAxisSecondaryGroupBox.PerformLayout();
|
---|
[7244] | 919 | this.panel8.ResumeLayout(false);
|
---|
| 920 | this.panel8.PerformLayout();
|
---|
| 921 | this.panel7.ResumeLayout(false);
|
---|
| 922 | this.panel7.PerformLayout();
|
---|
[6014] | 923 | this.yAxisPrimaryGroupBox.ResumeLayout(false);
|
---|
| 924 | this.yAxisPrimaryGroupBox.PerformLayout();
|
---|
[7244] | 925 | this.panel6.ResumeLayout(false);
|
---|
| 926 | this.panel6.PerformLayout();
|
---|
| 927 | this.panel5.ResumeLayout(false);
|
---|
| 928 | this.panel5.PerformLayout();
|
---|
[6014] | 929 | ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
---|
[6012] | 930 | this.ResumeLayout(false);
|
---|
[7244] | 931 | this.PerformLayout();
|
---|
[6012] | 932 |
|
---|
| 933 | }
|
---|
| 934 |
|
---|
| 935 | #endregion
|
---|
| 936 |
|
---|
| 937 | private System.Windows.Forms.Label label1;
|
---|
[6014] | 938 | private System.Windows.Forms.TextBox yAxisPrimaryTitleTextBox;
|
---|
| 939 | private System.Windows.Forms.TextBox yAxisSecondaryTitleTextBox;
|
---|
[6012] | 940 | private System.Windows.Forms.Label label4;
|
---|
[6014] | 941 | private System.Windows.Forms.GroupBox xAxisPrimaryGroupBox;
|
---|
| 942 | private System.Windows.Forms.Label label12;
|
---|
| 943 | private System.Windows.Forms.Label label9;
|
---|
| 944 | private System.Windows.Forms.TextBox xAxisPrimaryTitleTextBox;
|
---|
| 945 | private System.Windows.Forms.Label label11;
|
---|
| 946 | private System.Windows.Forms.TextBox xAxisPrimaryMaximumFixedTextBox;
|
---|
| 947 | private System.Windows.Forms.RadioButton xAxisPrimaryMaximumFixedRadioButton;
|
---|
| 948 | private System.Windows.Forms.RadioButton xAxisPrimaryMaximumAutoRadioButton;
|
---|
| 949 | private System.Windows.Forms.TextBox xAxisPrimaryMinimumFixedTextBox;
|
---|
| 950 | private System.Windows.Forms.RadioButton xAxisPrimaryMinimumFixedRadioButton;
|
---|
| 951 | private System.Windows.Forms.RadioButton xAxisPrimaryMinimumAutoRadioButton;
|
---|
| 952 | private System.Windows.Forms.GroupBox xAxisSecondaryGroupBox;
|
---|
| 953 | private System.Windows.Forms.Label label10;
|
---|
| 954 | private System.Windows.Forms.TextBox xAxisSecondaryTitleTextBox;
|
---|
| 955 | private System.Windows.Forms.Label label5;
|
---|
| 956 | private System.Windows.Forms.Label label6;
|
---|
| 957 | private System.Windows.Forms.TextBox xAxisSecondaryMaximumFixedTextBox;
|
---|
| 958 | private System.Windows.Forms.RadioButton xAxisSecondaryMaximumFixedRadioButton;
|
---|
| 959 | private System.Windows.Forms.RadioButton xAxisSecondaryMaximumAutoRadioButton;
|
---|
| 960 | private System.Windows.Forms.TextBox xAxisSecondaryMinimumFixedTextBox;
|
---|
| 961 | private System.Windows.Forms.RadioButton xAxisSecondaryMinimumFixedRadioButton;
|
---|
| 962 | private System.Windows.Forms.RadioButton xAxisSecondaryMinimumAutoRadioButton;
|
---|
| 963 | private System.Windows.Forms.TabControl axisTabControl;
|
---|
| 964 | private System.Windows.Forms.TabPage xAxisTabPage;
|
---|
| 965 | private System.Windows.Forms.TabPage yAxisTabPage;
|
---|
| 966 | private System.Windows.Forms.GroupBox yAxisSecondaryGroupBox;
|
---|
| 967 | private System.Windows.Forms.Label label13;
|
---|
| 968 | private System.Windows.Forms.Label label14;
|
---|
| 969 | private System.Windows.Forms.TextBox yAxisSecondaryMaximumFixedTextBox;
|
---|
| 970 | private System.Windows.Forms.RadioButton yAxisSecondaryMaximumFixedRadioButton;
|
---|
| 971 | private System.Windows.Forms.RadioButton yAxisSecondaryMaximumAutoRadioButton;
|
---|
| 972 | private System.Windows.Forms.TextBox yAxisSecondaryMinimumFixedTextBox;
|
---|
| 973 | private System.Windows.Forms.RadioButton yAxisSecondaryMinimumFixedRadioButton;
|
---|
| 974 | private System.Windows.Forms.RadioButton yAxisSecondaryMinimumAutoRadioButton;
|
---|
| 975 | private System.Windows.Forms.GroupBox yAxisPrimaryGroupBox;
|
---|
| 976 | private System.Windows.Forms.Label label7;
|
---|
| 977 | private System.Windows.Forms.Label label8;
|
---|
| 978 | private System.Windows.Forms.TextBox yAxisPrimaryMaximumFixedTextBox;
|
---|
| 979 | private System.Windows.Forms.RadioButton yAxisPrimaryMaximumFixedRadioButton;
|
---|
| 980 | private System.Windows.Forms.RadioButton yAxisPrimaryMaximumAutoRadioButton;
|
---|
| 981 | private System.Windows.Forms.TextBox yAxisPrimaryMinimumFixedTextBox;
|
---|
| 982 | private System.Windows.Forms.RadioButton yAxisPrimaryMinimumFixedRadioButton;
|
---|
| 983 | private System.Windows.Forms.RadioButton yAxisPrimaryMinimumAutoRadioButton;
|
---|
| 984 | private System.Windows.Forms.ErrorProvider errorProvider;
|
---|
[6020] | 985 | private System.Windows.Forms.FontDialog titleFontDialog;
|
---|
| 986 | private System.Windows.Forms.Button titleFontButton;
|
---|
| 987 | private System.Windows.Forms.Label label2;
|
---|
| 988 | private System.Windows.Forms.Button axisFontButton;
|
---|
| 989 | private System.Windows.Forms.Label label3;
|
---|
| 990 | private System.Windows.Forms.Label axisFontLabel;
|
---|
| 991 | private System.Windows.Forms.Label titleFontLabel;
|
---|
| 992 | private System.Windows.Forms.FontDialog axisFontDialog;
|
---|
[7221] | 993 | private System.Windows.Forms.Label label15;
|
---|
| 994 | private System.Windows.Forms.TextBox titleTextBox;
|
---|
[7244] | 995 | private System.Windows.Forms.Panel panel1;
|
---|
| 996 | private System.Windows.Forms.Panel panel2;
|
---|
| 997 | private System.Windows.Forms.Panel panel4;
|
---|
| 998 | private System.Windows.Forms.Panel panel3;
|
---|
| 999 | private System.Windows.Forms.Panel panel6;
|
---|
| 1000 | private System.Windows.Forms.Panel panel5;
|
---|
| 1001 | private System.Windows.Forms.Panel panel7;
|
---|
| 1002 | private System.Windows.Forms.Panel panel8;
|
---|
[9258] | 1003 | private System.Windows.Forms.CheckBox xAxisPrimaryLogScaleCheckBox;
|
---|
| 1004 | private System.Windows.Forms.CheckBox xAxisSecondaryLogScaleCheckBox;
|
---|
| 1005 | private System.Windows.Forms.CheckBox yAxisSecondaryLogScaleCheckBox;
|
---|
| 1006 | private System.Windows.Forms.CheckBox yAxisPrimaryLogScaleCheckBox;
|
---|
[6012] | 1007 | }
|
---|
| 1008 | }
|
---|