#region License Information
/* HeuristicLab
* Copyright (C) 2002-2013 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
*
* This file is part of HeuristicLab.
*
* HeuristicLab is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* HeuristicLab is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with HeuristicLab. If not, see .
*/
#endregion
namespace HeuristicLab.Analysis.Views {
partial class DataTableVisualPropertiesControl {
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
this.label1 = new System.Windows.Forms.Label();
this.yAxisPrimaryTitleTextBox = new System.Windows.Forms.TextBox();
this.yAxisSecondaryTitleTextBox = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.xAxisPrimaryGroupBox = new System.Windows.Forms.GroupBox();
this.xAxisPrimaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
this.panel2 = new System.Windows.Forms.Panel();
this.xAxisPrimaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
this.xAxisPrimaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
this.panel1 = new System.Windows.Forms.Panel();
this.xAxisPrimaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
this.xAxisPrimaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
this.xAxisPrimaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
this.xAxisPrimaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.label9 = new System.Windows.Forms.Label();
this.xAxisPrimaryTitleTextBox = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.xAxisSecondaryGroupBox = new System.Windows.Forms.GroupBox();
this.xAxisSecondaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
this.panel4 = new System.Windows.Forms.Panel();
this.xAxisSecondaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
this.xAxisSecondaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
this.panel3 = new System.Windows.Forms.Panel();
this.xAxisSecondaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
this.xAxisSecondaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
this.xAxisSecondaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
this.xAxisSecondaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.xAxisSecondaryTitleTextBox = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.axisTabControl = new System.Windows.Forms.TabControl();
this.xAxisTabPage = new System.Windows.Forms.TabPage();
this.yAxisTabPage = new System.Windows.Forms.TabPage();
this.yAxisSecondaryGroupBox = new System.Windows.Forms.GroupBox();
this.yAxisSecondaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
this.panel8 = new System.Windows.Forms.Panel();
this.yAxisSecondaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
this.yAxisSecondaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
this.panel7 = new System.Windows.Forms.Panel();
this.yAxisSecondaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
this.yAxisSecondaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
this.yAxisSecondaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
this.yAxisSecondaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.yAxisPrimaryGroupBox = new System.Windows.Forms.GroupBox();
this.yAxisPrimaryLogScaleCheckBox = new System.Windows.Forms.CheckBox();
this.panel6 = new System.Windows.Forms.Panel();
this.yAxisPrimaryMaximumFixedRadioButton = new System.Windows.Forms.RadioButton();
this.yAxisPrimaryMaximumAutoRadioButton = new System.Windows.Forms.RadioButton();
this.panel5 = new System.Windows.Forms.Panel();
this.yAxisPrimaryMinimumAutoRadioButton = new System.Windows.Forms.RadioButton();
this.yAxisPrimaryMinimumFixedRadioButton = new System.Windows.Forms.RadioButton();
this.yAxisPrimaryMinimumFixedTextBox = new System.Windows.Forms.TextBox();
this.yAxisPrimaryMaximumFixedTextBox = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.titleTextBox = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.axisFontLabel = new System.Windows.Forms.Label();
this.titleFontLabel = new System.Windows.Forms.Label();
this.axisFontButton = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.titleFontButton = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
this.titleFontDialog = new System.Windows.Forms.FontDialog();
this.axisFontDialog = new System.Windows.Forms.FontDialog();
this.xAxisPrimaryGroupBox.SuspendLayout();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.xAxisSecondaryGroupBox.SuspendLayout();
this.panel4.SuspendLayout();
this.panel3.SuspendLayout();
this.axisTabControl.SuspendLayout();
this.xAxisTabPage.SuspendLayout();
this.yAxisTabPage.SuspendLayout();
this.yAxisSecondaryGroupBox.SuspendLayout();
this.panel8.SuspendLayout();
this.panel7.SuspendLayout();
this.yAxisPrimaryGroupBox.SuspendLayout();
this.panel6.SuspendLayout();
this.panel5.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(30, 13);
this.label1.TabIndex = 0;
this.label1.Text = "&Title:";
//
// yAxisPrimaryTitleTextBox
//
this.yAxisPrimaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.yAxisPrimaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
this.yAxisPrimaryTitleTextBox.Name = "yAxisPrimaryTitleTextBox";
this.yAxisPrimaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
this.yAxisPrimaryTitleTextBox.TabIndex = 1;
this.yAxisPrimaryTitleTextBox.Validated += new System.EventHandler(this.yPrimaryTitleTextBox_Validated);
//
// yAxisSecondaryTitleTextBox
//
this.yAxisSecondaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.yAxisSecondaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
this.yAxisSecondaryTitleTextBox.Name = "yAxisSecondaryTitleTextBox";
this.yAxisSecondaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
this.yAxisSecondaryTitleTextBox.TabIndex = 1;
this.yAxisSecondaryTitleTextBox.Validated += new System.EventHandler(this.ySecondaryTitleTextBox_Validated);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 22);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(30, 13);
this.label4.TabIndex = 0;
this.label4.Text = "&Title:";
//
// xAxisPrimaryGroupBox
//
this.xAxisPrimaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryLogScaleCheckBox);
this.xAxisPrimaryGroupBox.Controls.Add(this.panel2);
this.xAxisPrimaryGroupBox.Controls.Add(this.panel1);
this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryMinimumFixedTextBox);
this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryMaximumFixedTextBox);
this.xAxisPrimaryGroupBox.Controls.Add(this.label12);
this.xAxisPrimaryGroupBox.Controls.Add(this.label9);
this.xAxisPrimaryGroupBox.Controls.Add(this.xAxisPrimaryTitleTextBox);
this.xAxisPrimaryGroupBox.Controls.Add(this.label11);
this.xAxisPrimaryGroupBox.Location = new System.Drawing.Point(3, 3);
this.xAxisPrimaryGroupBox.Name = "xAxisPrimaryGroupBox";
this.xAxisPrimaryGroupBox.Size = new System.Drawing.Size(441, 126);
this.xAxisPrimaryGroupBox.TabIndex = 0;
this.xAxisPrimaryGroupBox.TabStop = false;
this.xAxisPrimaryGroupBox.Text = "Primary Axis";
//
// xAxisPrimaryLogScaleCheckBox
//
this.xAxisPrimaryLogScaleCheckBox.AutoSize = true;
this.xAxisPrimaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.xAxisPrimaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
this.xAxisPrimaryLogScaleCheckBox.Name = "xAxisPrimaryLogScaleCheckBox";
this.xAxisPrimaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
this.xAxisPrimaryLogScaleCheckBox.TabIndex = 8;
this.xAxisPrimaryLogScaleCheckBox.Text = "Logarithmic:";
this.xAxisPrimaryLogScaleCheckBox.UseVisualStyleBackColor = true;
this.xAxisPrimaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.xAxisPrimaryLogScaleCheckBox_CheckedChanged);
//
// panel2
//
this.panel2.Controls.Add(this.xAxisPrimaryMaximumFixedRadioButton);
this.panel2.Controls.Add(this.xAxisPrimaryMaximumAutoRadioButton);
this.panel2.Location = new System.Drawing.Point(74, 71);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(106, 20);
this.panel2.TabIndex = 6;
//
// xAxisPrimaryMaximumFixedRadioButton
//
this.xAxisPrimaryMaximumFixedRadioButton.AutoSize = true;
this.xAxisPrimaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
this.xAxisPrimaryMaximumFixedRadioButton.Name = "xAxisPrimaryMaximumFixedRadioButton";
this.xAxisPrimaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
this.xAxisPrimaryMaximumFixedRadioButton.TabIndex = 1;
this.xAxisPrimaryMaximumFixedRadioButton.TabStop = true;
this.xAxisPrimaryMaximumFixedRadioButton.Text = "&Fixed:";
this.xAxisPrimaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
this.xAxisPrimaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMaximumRadioButton_CheckedChanged);
//
// xAxisPrimaryMaximumAutoRadioButton
//
this.xAxisPrimaryMaximumAutoRadioButton.AutoSize = true;
this.xAxisPrimaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
this.xAxisPrimaryMaximumAutoRadioButton.Name = "xAxisPrimaryMaximumAutoRadioButton";
this.xAxisPrimaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
this.xAxisPrimaryMaximumAutoRadioButton.TabIndex = 0;
this.xAxisPrimaryMaximumAutoRadioButton.TabStop = true;
this.xAxisPrimaryMaximumAutoRadioButton.Text = "&Auto";
this.xAxisPrimaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
this.xAxisPrimaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMaximumRadioButton_CheckedChanged);
//
// panel1
//
this.panel1.Controls.Add(this.xAxisPrimaryMinimumFixedRadioButton);
this.panel1.Controls.Add(this.xAxisPrimaryMinimumAutoRadioButton);
this.panel1.Location = new System.Drawing.Point(74, 45);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(106, 20);
this.panel1.TabIndex = 3;
//
// xAxisPrimaryMinimumFixedRadioButton
//
this.xAxisPrimaryMinimumFixedRadioButton.AutoSize = true;
this.xAxisPrimaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
this.xAxisPrimaryMinimumFixedRadioButton.Name = "xAxisPrimaryMinimumFixedRadioButton";
this.xAxisPrimaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
this.xAxisPrimaryMinimumFixedRadioButton.TabIndex = 1;
this.xAxisPrimaryMinimumFixedRadioButton.TabStop = true;
this.xAxisPrimaryMinimumFixedRadioButton.Text = "&Fixed:";
this.xAxisPrimaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
this.xAxisPrimaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMinimumRadioButton_CheckedChanged);
//
// xAxisPrimaryMinimumAutoRadioButton
//
this.xAxisPrimaryMinimumAutoRadioButton.AutoSize = true;
this.xAxisPrimaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
this.xAxisPrimaryMinimumAutoRadioButton.Name = "xAxisPrimaryMinimumAutoRadioButton";
this.xAxisPrimaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
this.xAxisPrimaryMinimumAutoRadioButton.TabIndex = 0;
this.xAxisPrimaryMinimumAutoRadioButton.TabStop = true;
this.xAxisPrimaryMinimumAutoRadioButton.Text = "&Auto";
this.xAxisPrimaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
this.xAxisPrimaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisPrimaryMinimumRadioButton_CheckedChanged);
//
// xAxisPrimaryMinimumFixedTextBox
//
this.xAxisPrimaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.xAxisPrimaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
this.xAxisPrimaryMinimumFixedTextBox.Name = "xAxisPrimaryMinimumFixedTextBox";
this.xAxisPrimaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
this.xAxisPrimaryMinimumFixedTextBox.TabIndex = 4;
this.xAxisPrimaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisPrimaryMinimumFixedTextBox_Validating);
//
// xAxisPrimaryMaximumFixedTextBox
//
this.xAxisPrimaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.xAxisPrimaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
this.xAxisPrimaryMaximumFixedTextBox.Name = "xAxisPrimaryMaximumFixedTextBox";
this.xAxisPrimaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
this.xAxisPrimaryMaximumFixedTextBox.TabIndex = 7;
this.xAxisPrimaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisPrimaryMaximumFixedTextBox_Validating);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(6, 74);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(54, 13);
this.label12.TabIndex = 5;
this.label12.Text = "&Maximum:";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(6, 22);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(30, 13);
this.label9.TabIndex = 0;
this.label9.Text = "&Title:";
//
// xAxisPrimaryTitleTextBox
//
this.xAxisPrimaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.xAxisPrimaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
this.xAxisPrimaryTitleTextBox.Name = "xAxisPrimaryTitleTextBox";
this.xAxisPrimaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
this.xAxisPrimaryTitleTextBox.TabIndex = 1;
this.xAxisPrimaryTitleTextBox.Validated += new System.EventHandler(this.xPrimaryTitleTextBox_Validated);
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(6, 48);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(51, 13);
this.label11.TabIndex = 2;
this.label11.Text = "&Minimum:";
//
// xAxisSecondaryGroupBox
//
this.xAxisSecondaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryLogScaleCheckBox);
this.xAxisSecondaryGroupBox.Controls.Add(this.panel4);
this.xAxisSecondaryGroupBox.Controls.Add(this.panel3);
this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryMinimumFixedTextBox);
this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryMaximumFixedTextBox);
this.xAxisSecondaryGroupBox.Controls.Add(this.label10);
this.xAxisSecondaryGroupBox.Controls.Add(this.xAxisSecondaryTitleTextBox);
this.xAxisSecondaryGroupBox.Controls.Add(this.label5);
this.xAxisSecondaryGroupBox.Controls.Add(this.label6);
this.xAxisSecondaryGroupBox.Location = new System.Drawing.Point(3, 135);
this.xAxisSecondaryGroupBox.Name = "xAxisSecondaryGroupBox";
this.xAxisSecondaryGroupBox.Size = new System.Drawing.Size(441, 125);
this.xAxisSecondaryGroupBox.TabIndex = 1;
this.xAxisSecondaryGroupBox.TabStop = false;
this.xAxisSecondaryGroupBox.Text = "Secondary Axis";
//
// xAxisSecondaryLogScaleCheckBox
//
this.xAxisSecondaryLogScaleCheckBox.AutoSize = true;
this.xAxisSecondaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.xAxisSecondaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
this.xAxisSecondaryLogScaleCheckBox.Name = "xAxisSecondaryLogScaleCheckBox";
this.xAxisSecondaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
this.xAxisSecondaryLogScaleCheckBox.TabIndex = 8;
this.xAxisSecondaryLogScaleCheckBox.Text = "Logarithmic:";
this.xAxisSecondaryLogScaleCheckBox.UseVisualStyleBackColor = true;
this.xAxisSecondaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.xAxisSecondaryLogScaleCheckBox_CheckedChanged);
//
// panel4
//
this.panel4.Controls.Add(this.xAxisSecondaryMaximumFixedRadioButton);
this.panel4.Controls.Add(this.xAxisSecondaryMaximumAutoRadioButton);
this.panel4.Location = new System.Drawing.Point(74, 71);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(106, 20);
this.panel4.TabIndex = 6;
//
// xAxisSecondaryMaximumFixedRadioButton
//
this.xAxisSecondaryMaximumFixedRadioButton.AutoSize = true;
this.xAxisSecondaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
this.xAxisSecondaryMaximumFixedRadioButton.Name = "xAxisSecondaryMaximumFixedRadioButton";
this.xAxisSecondaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
this.xAxisSecondaryMaximumFixedRadioButton.TabIndex = 1;
this.xAxisSecondaryMaximumFixedRadioButton.TabStop = true;
this.xAxisSecondaryMaximumFixedRadioButton.Text = "&Fixed:";
this.xAxisSecondaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
this.xAxisSecondaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMaximumRadioButton_CheckedChanged);
//
// xAxisSecondaryMaximumAutoRadioButton
//
this.xAxisSecondaryMaximumAutoRadioButton.AutoSize = true;
this.xAxisSecondaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
this.xAxisSecondaryMaximumAutoRadioButton.Name = "xAxisSecondaryMaximumAutoRadioButton";
this.xAxisSecondaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
this.xAxisSecondaryMaximumAutoRadioButton.TabIndex = 0;
this.xAxisSecondaryMaximumAutoRadioButton.TabStop = true;
this.xAxisSecondaryMaximumAutoRadioButton.Text = "&Auto";
this.xAxisSecondaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
this.xAxisSecondaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMaximumRadioButton_CheckedChanged);
//
// panel3
//
this.panel3.Controls.Add(this.xAxisSecondaryMinimumFixedRadioButton);
this.panel3.Controls.Add(this.xAxisSecondaryMinimumAutoRadioButton);
this.panel3.Location = new System.Drawing.Point(74, 45);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(106, 20);
this.panel3.TabIndex = 3;
//
// xAxisSecondaryMinimumFixedRadioButton
//
this.xAxisSecondaryMinimumFixedRadioButton.AutoSize = true;
this.xAxisSecondaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
this.xAxisSecondaryMinimumFixedRadioButton.Name = "xAxisSecondaryMinimumFixedRadioButton";
this.xAxisSecondaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
this.xAxisSecondaryMinimumFixedRadioButton.TabIndex = 1;
this.xAxisSecondaryMinimumFixedRadioButton.TabStop = true;
this.xAxisSecondaryMinimumFixedRadioButton.Text = "&Fixed:";
this.xAxisSecondaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
this.xAxisSecondaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMinimumRadioButton_CheckedChanged);
//
// xAxisSecondaryMinimumAutoRadioButton
//
this.xAxisSecondaryMinimumAutoRadioButton.AutoSize = true;
this.xAxisSecondaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
this.xAxisSecondaryMinimumAutoRadioButton.Name = "xAxisSecondaryMinimumAutoRadioButton";
this.xAxisSecondaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
this.xAxisSecondaryMinimumAutoRadioButton.TabIndex = 0;
this.xAxisSecondaryMinimumAutoRadioButton.TabStop = true;
this.xAxisSecondaryMinimumAutoRadioButton.Text = "&Auto";
this.xAxisSecondaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
this.xAxisSecondaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.xAxisSecondaryMinimumRadioButton_CheckedChanged);
//
// xAxisSecondaryMinimumFixedTextBox
//
this.xAxisSecondaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.xAxisSecondaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
this.xAxisSecondaryMinimumFixedTextBox.Name = "xAxisSecondaryMinimumFixedTextBox";
this.xAxisSecondaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
this.xAxisSecondaryMinimumFixedTextBox.TabIndex = 4;
this.xAxisSecondaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisSecondaryMinimumFixedTextBox_Validating);
//
// xAxisSecondaryMaximumFixedTextBox
//
this.xAxisSecondaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.xAxisSecondaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
this.xAxisSecondaryMaximumFixedTextBox.Name = "xAxisSecondaryMaximumFixedTextBox";
this.xAxisSecondaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
this.xAxisSecondaryMaximumFixedTextBox.TabIndex = 7;
this.xAxisSecondaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.xAxisSecondaryMaximumFixedTextBox_Validating);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(6, 22);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(30, 13);
this.label10.TabIndex = 0;
this.label10.Text = "&Title:";
//
// xAxisSecondaryTitleTextBox
//
this.xAxisSecondaryTitleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.xAxisSecondaryTitleTextBox.Location = new System.Drawing.Point(74, 19);
this.xAxisSecondaryTitleTextBox.Name = "xAxisSecondaryTitleTextBox";
this.xAxisSecondaryTitleTextBox.Size = new System.Drawing.Size(361, 20);
this.xAxisSecondaryTitleTextBox.TabIndex = 1;
this.xAxisSecondaryTitleTextBox.Validated += new System.EventHandler(this.xSecondaryTitleTextBox_Validated);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 74);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(54, 13);
this.label5.TabIndex = 5;
this.label5.Text = "&Maximum:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(6, 48);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(51, 13);
this.label6.TabIndex = 2;
this.label6.Text = "&Minimum:";
//
// axisTabControl
//
this.axisTabControl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.axisTabControl.Controls.Add(this.xAxisTabPage);
this.axisTabControl.Controls.Add(this.yAxisTabPage);
this.axisTabControl.Location = new System.Drawing.Point(0, 84);
this.axisTabControl.Name = "axisTabControl";
this.axisTabControl.SelectedIndex = 0;
this.axisTabControl.Size = new System.Drawing.Size(455, 289);
this.axisTabControl.TabIndex = 8;
//
// xAxisTabPage
//
this.xAxisTabPage.Controls.Add(this.xAxisSecondaryGroupBox);
this.xAxisTabPage.Controls.Add(this.xAxisPrimaryGroupBox);
this.xAxisTabPage.Location = new System.Drawing.Point(4, 22);
this.xAxisTabPage.Name = "xAxisTabPage";
this.xAxisTabPage.Padding = new System.Windows.Forms.Padding(3);
this.xAxisTabPage.Size = new System.Drawing.Size(447, 263);
this.xAxisTabPage.TabIndex = 0;
this.xAxisTabPage.Text = "X-Axis";
this.xAxisTabPage.UseVisualStyleBackColor = true;
//
// yAxisTabPage
//
this.yAxisTabPage.Controls.Add(this.yAxisSecondaryGroupBox);
this.yAxisTabPage.Controls.Add(this.yAxisPrimaryGroupBox);
this.yAxisTabPage.Location = new System.Drawing.Point(4, 22);
this.yAxisTabPage.Name = "yAxisTabPage";
this.yAxisTabPage.Padding = new System.Windows.Forms.Padding(3);
this.yAxisTabPage.Size = new System.Drawing.Size(447, 263);
this.yAxisTabPage.TabIndex = 1;
this.yAxisTabPage.Text = "Y-Axis";
this.yAxisTabPage.UseVisualStyleBackColor = true;
//
// yAxisSecondaryGroupBox
//
this.yAxisSecondaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryLogScaleCheckBox);
this.yAxisSecondaryGroupBox.Controls.Add(this.panel8);
this.yAxisSecondaryGroupBox.Controls.Add(this.panel7);
this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryMinimumFixedTextBox);
this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryMaximumFixedTextBox);
this.yAxisSecondaryGroupBox.Controls.Add(this.yAxisSecondaryTitleTextBox);
this.yAxisSecondaryGroupBox.Controls.Add(this.label4);
this.yAxisSecondaryGroupBox.Controls.Add(this.label13);
this.yAxisSecondaryGroupBox.Controls.Add(this.label14);
this.yAxisSecondaryGroupBox.Location = new System.Drawing.Point(3, 135);
this.yAxisSecondaryGroupBox.Name = "yAxisSecondaryGroupBox";
this.yAxisSecondaryGroupBox.Size = new System.Drawing.Size(441, 125);
this.yAxisSecondaryGroupBox.TabIndex = 1;
this.yAxisSecondaryGroupBox.TabStop = false;
this.yAxisSecondaryGroupBox.Text = "Secondary Axis";
//
// yAxisSecondaryLogScaleCheckBox
//
this.yAxisSecondaryLogScaleCheckBox.AutoSize = true;
this.yAxisSecondaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.yAxisSecondaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
this.yAxisSecondaryLogScaleCheckBox.Name = "yAxisSecondaryLogScaleCheckBox";
this.yAxisSecondaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
this.yAxisSecondaryLogScaleCheckBox.TabIndex = 9;
this.yAxisSecondaryLogScaleCheckBox.Text = "Logarithmic:";
this.yAxisSecondaryLogScaleCheckBox.UseVisualStyleBackColor = true;
this.yAxisSecondaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.yAxisSecondaryLogScaleCheckBox_CheckedChanged);
//
// panel8
//
this.panel8.Controls.Add(this.yAxisSecondaryMaximumFixedRadioButton);
this.panel8.Controls.Add(this.yAxisSecondaryMaximumAutoRadioButton);
this.panel8.Location = new System.Drawing.Point(74, 71);
this.panel8.Name = "panel8";
this.panel8.Size = new System.Drawing.Size(106, 20);
this.panel8.TabIndex = 6;
//
// yAxisSecondaryMaximumFixedRadioButton
//
this.yAxisSecondaryMaximumFixedRadioButton.AutoSize = true;
this.yAxisSecondaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
this.yAxisSecondaryMaximumFixedRadioButton.Name = "yAxisSecondaryMaximumFixedRadioButton";
this.yAxisSecondaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
this.yAxisSecondaryMaximumFixedRadioButton.TabIndex = 1;
this.yAxisSecondaryMaximumFixedRadioButton.TabStop = true;
this.yAxisSecondaryMaximumFixedRadioButton.Text = "&Fixed:";
this.yAxisSecondaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
this.yAxisSecondaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMaximumRadioButton_CheckedChanged);
//
// yAxisSecondaryMaximumAutoRadioButton
//
this.yAxisSecondaryMaximumAutoRadioButton.AutoSize = true;
this.yAxisSecondaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
this.yAxisSecondaryMaximumAutoRadioButton.Name = "yAxisSecondaryMaximumAutoRadioButton";
this.yAxisSecondaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
this.yAxisSecondaryMaximumAutoRadioButton.TabIndex = 0;
this.yAxisSecondaryMaximumAutoRadioButton.TabStop = true;
this.yAxisSecondaryMaximumAutoRadioButton.Text = "&Auto";
this.yAxisSecondaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
this.yAxisSecondaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMaximumRadioButton_CheckedChanged);
//
// panel7
//
this.panel7.Controls.Add(this.yAxisSecondaryMinimumFixedRadioButton);
this.panel7.Controls.Add(this.yAxisSecondaryMinimumAutoRadioButton);
this.panel7.Location = new System.Drawing.Point(74, 45);
this.panel7.Name = "panel7";
this.panel7.Size = new System.Drawing.Size(106, 20);
this.panel7.TabIndex = 3;
//
// yAxisSecondaryMinimumFixedRadioButton
//
this.yAxisSecondaryMinimumFixedRadioButton.AutoSize = true;
this.yAxisSecondaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
this.yAxisSecondaryMinimumFixedRadioButton.Name = "yAxisSecondaryMinimumFixedRadioButton";
this.yAxisSecondaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
this.yAxisSecondaryMinimumFixedRadioButton.TabIndex = 1;
this.yAxisSecondaryMinimumFixedRadioButton.TabStop = true;
this.yAxisSecondaryMinimumFixedRadioButton.Text = "&Fixed:";
this.yAxisSecondaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
this.yAxisSecondaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMinimumRadioButton_CheckedChanged);
//
// yAxisSecondaryMinimumAutoRadioButton
//
this.yAxisSecondaryMinimumAutoRadioButton.AutoSize = true;
this.yAxisSecondaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
this.yAxisSecondaryMinimumAutoRadioButton.Name = "yAxisSecondaryMinimumAutoRadioButton";
this.yAxisSecondaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
this.yAxisSecondaryMinimumAutoRadioButton.TabIndex = 0;
this.yAxisSecondaryMinimumAutoRadioButton.TabStop = true;
this.yAxisSecondaryMinimumAutoRadioButton.Text = "&Auto";
this.yAxisSecondaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
this.yAxisSecondaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisSecondaryMinimumRadioButton_CheckedChanged);
//
// yAxisSecondaryMinimumFixedTextBox
//
this.yAxisSecondaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.yAxisSecondaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
this.yAxisSecondaryMinimumFixedTextBox.Name = "yAxisSecondaryMinimumFixedTextBox";
this.yAxisSecondaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
this.yAxisSecondaryMinimumFixedTextBox.TabIndex = 4;
this.yAxisSecondaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisSecondaryMinimumFixedTextBox_Validating);
//
// yAxisSecondaryMaximumFixedTextBox
//
this.yAxisSecondaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.yAxisSecondaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
this.yAxisSecondaryMaximumFixedTextBox.Name = "yAxisSecondaryMaximumFixedTextBox";
this.yAxisSecondaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
this.yAxisSecondaryMaximumFixedTextBox.TabIndex = 7;
this.yAxisSecondaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisSecondaryMaximumFixedTextBox_Validating);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(6, 74);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(54, 13);
this.label13.TabIndex = 5;
this.label13.Text = "&Maximum:";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(6, 48);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(51, 13);
this.label14.TabIndex = 2;
this.label14.Text = "&Minimum:";
//
// yAxisPrimaryGroupBox
//
this.yAxisPrimaryGroupBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryLogScaleCheckBox);
this.yAxisPrimaryGroupBox.Controls.Add(this.panel6);
this.yAxisPrimaryGroupBox.Controls.Add(this.panel5);
this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryMinimumFixedTextBox);
this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryMaximumFixedTextBox);
this.yAxisPrimaryGroupBox.Controls.Add(this.label7);
this.yAxisPrimaryGroupBox.Controls.Add(this.yAxisPrimaryTitleTextBox);
this.yAxisPrimaryGroupBox.Controls.Add(this.label8);
this.yAxisPrimaryGroupBox.Controls.Add(this.label1);
this.yAxisPrimaryGroupBox.Location = new System.Drawing.Point(3, 3);
this.yAxisPrimaryGroupBox.Name = "yAxisPrimaryGroupBox";
this.yAxisPrimaryGroupBox.Size = new System.Drawing.Size(441, 126);
this.yAxisPrimaryGroupBox.TabIndex = 0;
this.yAxisPrimaryGroupBox.TabStop = false;
this.yAxisPrimaryGroupBox.Text = "Primary Axis";
//
// yAxisPrimaryLogScaleCheckBox
//
this.yAxisPrimaryLogScaleCheckBox.AutoSize = true;
this.yAxisPrimaryLogScaleCheckBox.CheckAlign = System.Drawing.ContentAlignment.MiddleRight;
this.yAxisPrimaryLogScaleCheckBox.Location = new System.Drawing.Point(6, 99);
this.yAxisPrimaryLogScaleCheckBox.Name = "yAxisPrimaryLogScaleCheckBox";
this.yAxisPrimaryLogScaleCheckBox.Size = new System.Drawing.Size(83, 17);
this.yAxisPrimaryLogScaleCheckBox.TabIndex = 10;
this.yAxisPrimaryLogScaleCheckBox.Text = "Logarithmic:";
this.yAxisPrimaryLogScaleCheckBox.UseVisualStyleBackColor = true;
this.yAxisPrimaryLogScaleCheckBox.CheckedChanged += new System.EventHandler(this.yAxisPrimaryLogScaleCheckBox_CheckedChanged);
//
// panel6
//
this.panel6.Controls.Add(this.yAxisPrimaryMaximumFixedRadioButton);
this.panel6.Controls.Add(this.yAxisPrimaryMaximumAutoRadioButton);
this.panel6.Location = new System.Drawing.Point(74, 71);
this.panel6.Name = "panel6";
this.panel6.Size = new System.Drawing.Size(106, 20);
this.panel6.TabIndex = 6;
//
// yAxisPrimaryMaximumFixedRadioButton
//
this.yAxisPrimaryMaximumFixedRadioButton.AutoSize = true;
this.yAxisPrimaryMaximumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
this.yAxisPrimaryMaximumFixedRadioButton.Name = "yAxisPrimaryMaximumFixedRadioButton";
this.yAxisPrimaryMaximumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
this.yAxisPrimaryMaximumFixedRadioButton.TabIndex = 1;
this.yAxisPrimaryMaximumFixedRadioButton.TabStop = true;
this.yAxisPrimaryMaximumFixedRadioButton.Text = "&Fixed:";
this.yAxisPrimaryMaximumFixedRadioButton.UseVisualStyleBackColor = true;
this.yAxisPrimaryMaximumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMaximumRadioButton_CheckedChanged);
//
// yAxisPrimaryMaximumAutoRadioButton
//
this.yAxisPrimaryMaximumAutoRadioButton.AutoSize = true;
this.yAxisPrimaryMaximumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
this.yAxisPrimaryMaximumAutoRadioButton.Name = "yAxisPrimaryMaximumAutoRadioButton";
this.yAxisPrimaryMaximumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
this.yAxisPrimaryMaximumAutoRadioButton.TabIndex = 0;
this.yAxisPrimaryMaximumAutoRadioButton.TabStop = true;
this.yAxisPrimaryMaximumAutoRadioButton.Text = "&Auto";
this.yAxisPrimaryMaximumAutoRadioButton.UseVisualStyleBackColor = true;
this.yAxisPrimaryMaximumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMaximumRadioButton_CheckedChanged);
//
// panel5
//
this.panel5.Controls.Add(this.yAxisPrimaryMinimumAutoRadioButton);
this.panel5.Controls.Add(this.yAxisPrimaryMinimumFixedRadioButton);
this.panel5.Location = new System.Drawing.Point(74, 45);
this.panel5.Name = "panel5";
this.panel5.Size = new System.Drawing.Size(106, 20);
this.panel5.TabIndex = 3;
//
// yAxisPrimaryMinimumAutoRadioButton
//
this.yAxisPrimaryMinimumAutoRadioButton.AutoSize = true;
this.yAxisPrimaryMinimumAutoRadioButton.Location = new System.Drawing.Point(0, 1);
this.yAxisPrimaryMinimumAutoRadioButton.Name = "yAxisPrimaryMinimumAutoRadioButton";
this.yAxisPrimaryMinimumAutoRadioButton.Size = new System.Drawing.Size(47, 17);
this.yAxisPrimaryMinimumAutoRadioButton.TabIndex = 0;
this.yAxisPrimaryMinimumAutoRadioButton.TabStop = true;
this.yAxisPrimaryMinimumAutoRadioButton.Text = "&Auto";
this.yAxisPrimaryMinimumAutoRadioButton.UseVisualStyleBackColor = true;
this.yAxisPrimaryMinimumAutoRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMinimumRadioButton_CheckedChanged);
//
// yAxisPrimaryMinimumFixedRadioButton
//
this.yAxisPrimaryMinimumFixedRadioButton.AutoSize = true;
this.yAxisPrimaryMinimumFixedRadioButton.Location = new System.Drawing.Point(53, 1);
this.yAxisPrimaryMinimumFixedRadioButton.Name = "yAxisPrimaryMinimumFixedRadioButton";
this.yAxisPrimaryMinimumFixedRadioButton.Size = new System.Drawing.Size(53, 17);
this.yAxisPrimaryMinimumFixedRadioButton.TabIndex = 1;
this.yAxisPrimaryMinimumFixedRadioButton.TabStop = true;
this.yAxisPrimaryMinimumFixedRadioButton.Text = "&Fixed:";
this.yAxisPrimaryMinimumFixedRadioButton.UseVisualStyleBackColor = true;
this.yAxisPrimaryMinimumFixedRadioButton.CheckedChanged += new System.EventHandler(this.yAxisPrimaryMinimumRadioButton_CheckedChanged);
//
// yAxisPrimaryMinimumFixedTextBox
//
this.yAxisPrimaryMinimumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.yAxisPrimaryMinimumFixedTextBox.Location = new System.Drawing.Point(191, 45);
this.yAxisPrimaryMinimumFixedTextBox.Name = "yAxisPrimaryMinimumFixedTextBox";
this.yAxisPrimaryMinimumFixedTextBox.Size = new System.Drawing.Size(244, 20);
this.yAxisPrimaryMinimumFixedTextBox.TabIndex = 4;
this.yAxisPrimaryMinimumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisPrimaryMinimumFixedTextBox_Validating);
//
// yAxisPrimaryMaximumFixedTextBox
//
this.yAxisPrimaryMaximumFixedTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.yAxisPrimaryMaximumFixedTextBox.Location = new System.Drawing.Point(191, 71);
this.yAxisPrimaryMaximumFixedTextBox.Name = "yAxisPrimaryMaximumFixedTextBox";
this.yAxisPrimaryMaximumFixedTextBox.Size = new System.Drawing.Size(244, 20);
this.yAxisPrimaryMaximumFixedTextBox.TabIndex = 7;
this.yAxisPrimaryMaximumFixedTextBox.Validating += new System.ComponentModel.CancelEventHandler(this.yAxisPrimaryMaximumFixedTextBox_Validating);
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(6, 74);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(54, 13);
this.label7.TabIndex = 5;
this.label7.Text = "&Maximum:";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(6, 48);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(51, 13);
this.label8.TabIndex = 2;
this.label8.Text = "&Minimum:";
//
// titleTextBox
//
this.titleTextBox.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.titleTextBox.Location = new System.Drawing.Point(66, 0);
this.titleTextBox.Name = "titleTextBox";
this.titleTextBox.Size = new System.Drawing.Size(389, 20);
this.titleTextBox.TabIndex = 1;
this.titleTextBox.Validated += new System.EventHandler(this.titleTextBox_Validated);
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(3, 3);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(30, 13);
this.label15.TabIndex = 0;
this.label15.Text = "&Title:";
//
// axisFontLabel
//
this.axisFontLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.axisFontLabel.AutoSize = true;
this.axisFontLabel.Location = new System.Drawing.Point(98, 60);
this.axisFontLabel.Name = "axisFontLabel";
this.axisFontLabel.Size = new System.Drawing.Size(43, 13);
this.axisFontLabel.TabIndex = 7;
this.axisFontLabel.Text = "( none )";
//
// titleFontLabel
//
this.titleFontLabel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.titleFontLabel.AutoSize = true;
this.titleFontLabel.Location = new System.Drawing.Point(98, 31);
this.titleFontLabel.Name = "titleFontLabel";
this.titleFontLabel.Size = new System.Drawing.Size(43, 13);
this.titleFontLabel.TabIndex = 4;
this.titleFontLabel.Text = "( none )";
//
// axisFontButton
//
this.axisFontButton.Location = new System.Drawing.Point(66, 55);
this.axisFontButton.Name = "axisFontButton";
this.axisFontButton.Size = new System.Drawing.Size(26, 23);
this.axisFontButton.TabIndex = 6;
this.axisFontButton.Text = "...";
this.axisFontButton.UseVisualStyleBackColor = true;
this.axisFontButton.Click += new System.EventHandler(this.axisFontButton_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 60);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(57, 13);
this.label3.TabIndex = 5;
this.label3.Text = "&Axes Font:";
//
// titleFontButton
//
this.titleFontButton.Location = new System.Drawing.Point(66, 26);
this.titleFontButton.Name = "titleFontButton";
this.titleFontButton.Size = new System.Drawing.Size(26, 23);
this.titleFontButton.TabIndex = 3;
this.titleFontButton.Text = "...";
this.titleFontButton.UseVisualStyleBackColor = true;
this.titleFontButton.Click += new System.EventHandler(this.titleFontButton_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 31);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(54, 13);
this.label2.TabIndex = 2;
this.label2.Text = "&Title Font:";
//
// errorProvider
//
this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
this.errorProvider.ContainerControl = this;
//
// titleFontDialog
//
this.titleFontDialog.Color = System.Drawing.SystemColors.ControlText;
this.titleFontDialog.FontMustExist = true;
this.titleFontDialog.ShowColor = true;
//
// axisFontDialog
//
this.axisFontDialog.Color = System.Drawing.SystemColors.ControlText;
//
// DataTableVisualPropertiesControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.axisFontLabel);
this.Controls.Add(this.label15);
this.Controls.Add(this.axisFontButton);
this.Controls.Add(this.titleFontLabel);
this.Controls.Add(this.label3);
this.Controls.Add(this.titleTextBox);
this.Controls.Add(this.axisTabControl);
this.Controls.Add(this.label2);
this.Controls.Add(this.titleFontButton);
this.Name = "DataTableVisualPropertiesControl";
this.Size = new System.Drawing.Size(455, 373);
this.xAxisPrimaryGroupBox.ResumeLayout(false);
this.xAxisPrimaryGroupBox.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel2.PerformLayout();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.xAxisSecondaryGroupBox.ResumeLayout(false);
this.xAxisSecondaryGroupBox.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.axisTabControl.ResumeLayout(false);
this.xAxisTabPage.ResumeLayout(false);
this.yAxisTabPage.ResumeLayout(false);
this.yAxisSecondaryGroupBox.ResumeLayout(false);
this.yAxisSecondaryGroupBox.PerformLayout();
this.panel8.ResumeLayout(false);
this.panel8.PerformLayout();
this.panel7.ResumeLayout(false);
this.panel7.PerformLayout();
this.yAxisPrimaryGroupBox.ResumeLayout(false);
this.yAxisPrimaryGroupBox.PerformLayout();
this.panel6.ResumeLayout(false);
this.panel6.PerformLayout();
this.panel5.ResumeLayout(false);
this.panel5.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox yAxisPrimaryTitleTextBox;
private System.Windows.Forms.TextBox yAxisSecondaryTitleTextBox;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.GroupBox xAxisPrimaryGroupBox;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox xAxisPrimaryTitleTextBox;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox xAxisPrimaryMaximumFixedTextBox;
private System.Windows.Forms.RadioButton xAxisPrimaryMaximumFixedRadioButton;
private System.Windows.Forms.RadioButton xAxisPrimaryMaximumAutoRadioButton;
private System.Windows.Forms.TextBox xAxisPrimaryMinimumFixedTextBox;
private System.Windows.Forms.RadioButton xAxisPrimaryMinimumFixedRadioButton;
private System.Windows.Forms.RadioButton xAxisPrimaryMinimumAutoRadioButton;
private System.Windows.Forms.GroupBox xAxisSecondaryGroupBox;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox xAxisSecondaryTitleTextBox;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox xAxisSecondaryMaximumFixedTextBox;
private System.Windows.Forms.RadioButton xAxisSecondaryMaximumFixedRadioButton;
private System.Windows.Forms.RadioButton xAxisSecondaryMaximumAutoRadioButton;
private System.Windows.Forms.TextBox xAxisSecondaryMinimumFixedTextBox;
private System.Windows.Forms.RadioButton xAxisSecondaryMinimumFixedRadioButton;
private System.Windows.Forms.RadioButton xAxisSecondaryMinimumAutoRadioButton;
private System.Windows.Forms.TabControl axisTabControl;
private System.Windows.Forms.TabPage xAxisTabPage;
private System.Windows.Forms.TabPage yAxisTabPage;
private System.Windows.Forms.GroupBox yAxisSecondaryGroupBox;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.TextBox yAxisSecondaryMaximumFixedTextBox;
private System.Windows.Forms.RadioButton yAxisSecondaryMaximumFixedRadioButton;
private System.Windows.Forms.RadioButton yAxisSecondaryMaximumAutoRadioButton;
private System.Windows.Forms.TextBox yAxisSecondaryMinimumFixedTextBox;
private System.Windows.Forms.RadioButton yAxisSecondaryMinimumFixedRadioButton;
private System.Windows.Forms.RadioButton yAxisSecondaryMinimumAutoRadioButton;
private System.Windows.Forms.GroupBox yAxisPrimaryGroupBox;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox yAxisPrimaryMaximumFixedTextBox;
private System.Windows.Forms.RadioButton yAxisPrimaryMaximumFixedRadioButton;
private System.Windows.Forms.RadioButton yAxisPrimaryMaximumAutoRadioButton;
private System.Windows.Forms.TextBox yAxisPrimaryMinimumFixedTextBox;
private System.Windows.Forms.RadioButton yAxisPrimaryMinimumFixedRadioButton;
private System.Windows.Forms.RadioButton yAxisPrimaryMinimumAutoRadioButton;
private System.Windows.Forms.ErrorProvider errorProvider;
private System.Windows.Forms.FontDialog titleFontDialog;
private System.Windows.Forms.Button titleFontButton;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button axisFontButton;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label axisFontLabel;
private System.Windows.Forms.Label titleFontLabel;
private System.Windows.Forms.FontDialog axisFontDialog;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.TextBox titleTextBox;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.Panel panel6;
private System.Windows.Forms.Panel panel5;
private System.Windows.Forms.Panel panel7;
private System.Windows.Forms.Panel panel8;
private System.Windows.Forms.CheckBox xAxisPrimaryLogScaleCheckBox;
private System.Windows.Forms.CheckBox xAxisSecondaryLogScaleCheckBox;
private System.Windows.Forms.CheckBox yAxisSecondaryLogScaleCheckBox;
private System.Windows.Forms.CheckBox yAxisPrimaryLogScaleCheckBox;
}
}