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