예제 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components               = new System.ComponentModel.Container();
     this.led1                     = new Seagate.AAS.UI.Led();
     this.button1                  = new System.Windows.Forms.Button();
     this.formattedNumber1         = new Seagate.AAS.UI.FormattedNumber();
     this.formattedNumber2         = new Seagate.AAS.UI.FormattedNumber();
     this.touchscreenNumBox1       = new Seagate.AAS.UI.TouchscreenNumBox();
     this.touchscreenTextBox1      = new Seagate.AAS.UI.TouchscreenTextBox();
     this.label1                   = new System.Windows.Forms.Label();
     this.label2                   = new System.Windows.Forms.Label();
     this.simpleChart1             = new Seagate.AAS.UI.SimpleChart();
     this.buttonTestChart          = new System.Windows.Forms.Button();
     this.checkBox1                = new System.Windows.Forms.CheckBox();
     this.buttonDrawPareto         = new System.Windows.Forms.Button();
     this.buttonDrawLineChart      = new System.Windows.Forms.Button();
     this.buttonDraw2DataLineChart = new System.Windows.Forms.Button();
     this.radarIndicator1          = new Seagate.AAS.UI.RadarIndicator();
     this.sortableListView1        = new Seagate.AAS.UI.SortListView(this.components);
     this.button2                  = new System.Windows.Forms.Button();
     this.button3                  = new System.Windows.Forms.Button();
     this.touchscreenUpDown1       = new Seagate.AAS.UI.TouchscreenUpDown();
     this.SuspendLayout();
     //
     // led1
     //
     this.led1.DisplayAsButton = true;
     this.led1.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.led1.ForeColor       = System.Drawing.SystemColors.ActiveCaptionText;
     this.led1.LedColor        = Seagate.AAS.UI.LedColorList.Red;
     this.led1.Location        = new System.Drawing.Point(32, 16);
     this.led1.Name            = "led1";
     this.led1.Size            = new System.Drawing.Size(160, 56);
     this.led1.State           = true;
     this.led1.TabIndex        = 0;
     this.led1.Text            = "Left Escapement Open";
     this.led1.Click          += new System.EventHandler(this.led1_Click);
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(208, 24);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(72, 40);
     this.button1.TabIndex = 1;
     this.button1.Text     = "Toggle State";
     this.button1.Click   += new System.EventHandler(this.button1_Click);
     //
     // formattedNumber1
     //
     this.formattedNumber1.Location     = new System.Drawing.Point(120, 96);
     this.formattedNumber1.Name         = "formattedNumber1";
     this.formattedNumber1.Number       = 0;
     this.formattedNumber1.NumberFormat = "0.000";
     this.formattedNumber1.Size         = new System.Drawing.Size(100, 23);
     this.formattedNumber1.TabIndex     = 1;
     this.formattedNumber1.Text         = "0.000";
     this.formattedNumber1.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // formattedNumber2
     //
     this.formattedNumber2.Location     = new System.Drawing.Point(256, 96);
     this.formattedNumber2.Name         = "formattedNumber2";
     this.formattedNumber2.Number       = 0;
     this.formattedNumber2.NumberFormat = "0.000";
     this.formattedNumber2.Size         = new System.Drawing.Size(100, 23);
     this.formattedNumber2.TabIndex     = 0;
     this.formattedNumber2.Text         = "0.000";
     this.formattedNumber2.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // touchscreenNumBox1
     //
     this.touchscreenNumBox1.BackColor   = System.Drawing.Color.White;
     this.touchscreenNumBox1.IntegerOnly = false;
     this.touchscreenNumBox1.Location    = new System.Drawing.Point(32, 152);
     this.touchscreenNumBox1.Max         = 100;
     this.touchscreenNumBox1.Min         = -5;
     this.touchscreenNumBox1.Name        = "touchscreenNumBox1";
     this.touchscreenNumBox1.Size        = new System.Drawing.Size(100, 20);
     this.touchscreenNumBox1.TabIndex    = 2;
     this.touchscreenNumBox1.Text        = "10";
     //
     // touchscreenTextBox1
     //
     this.touchscreenTextBox1.AlphaNumOnly = false;
     this.touchscreenTextBox1.BackColor    = System.Drawing.Color.White;
     this.touchscreenTextBox1.FormTitle    = "Enter Text";
     this.touchscreenTextBox1.Location     = new System.Drawing.Point(32, 248);
     this.touchscreenTextBox1.MinLength    = 0;
     this.touchscreenTextBox1.Name         = "touchscreenTextBox1";
     this.touchscreenTextBox1.NoWhiteSpace = false;
     this.touchscreenTextBox1.OnlyCaps     = false;
     this.touchscreenTextBox1.Size         = new System.Drawing.Size(100, 20);
     this.touchscreenTextBox1.TabIndex     = 3;
     this.touchscreenTextBox1.Text         = "Enter Text";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(32, 224);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(184, 23);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Text entry box for touchscreen";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(32, 128);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(184, 23);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Number entry box for touchscreen";
     //
     // simpleChart1
     //
     this.simpleChart1.BoundaryLine.Color = System.Drawing.Color.Gray;
     this.simpleChart1.BoundaryLine.Style = System.Drawing.Drawing2D.DashStyle.Solid;
     this.simpleChart1.BoundaryLine.Width = 1;
     this.simpleChart1.ChartLine.Color    = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.simpleChart1.ChartLine.Style    = System.Drawing.Drawing2D.DashStyle.Solid;
     this.simpleChart1.ChartLine.Width    = 1;
     this.simpleChart1.ForeColor          = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     this.simpleChart1.Location           = new System.Drawing.Point(435, 11);
     this.simpleChart1.MeanLine.Color     = System.Drawing.Color.Black;
     this.simpleChart1.MeanLine.Style     = System.Drawing.Drawing2D.DashStyle.Dash;
     this.simpleChart1.MeanLine.Width     = 1;
     this.simpleChart1.Name         = "simpleChart1";
     this.simpleChart1.Size         = new System.Drawing.Size(232, 117);
     this.simpleChart1.Symbol.Color = System.Drawing.Color.Blue;
     this.simpleChart1.Symbol.Size  = 10;
     this.simpleChart1.Symbol.Style = Seagate.AAS.UI.SymbolShape.Circle;
     this.simpleChart1.TabIndex     = 6;
     this.simpleChart1.Text         = "Test Chart Title Test";
     //
     // buttonTestChart
     //
     this.buttonTestChart.Location = new System.Drawing.Point(340, 16);
     this.buttonTestChart.Name     = "buttonTestChart";
     this.buttonTestChart.Size     = new System.Drawing.Size(80, 41);
     this.buttonTestChart.TabIndex = 7;
     this.buttonTestChart.Text     = "Test Chart";
     this.buttonTestChart.Click   += new System.EventHandler(this.buttonTestChart_Click);
     //
     // checkBox1
     //
     this.checkBox1.Location        = new System.Drawing.Point(25, 186);
     this.checkBox1.Name            = "checkBox1";
     this.checkBox1.Size            = new System.Drawing.Size(136, 24);
     this.checkBox1.TabIndex        = 9;
     this.checkBox1.Text            = "Display as Button";
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
     //
     // buttonDrawPareto
     //
     this.buttonDrawPareto.Location = new System.Drawing.Point(224, 288);
     this.buttonDrawPareto.Name     = "buttonDrawPareto";
     this.buttonDrawPareto.Size     = new System.Drawing.Size(95, 33);
     this.buttonDrawPareto.TabIndex = 11;
     this.buttonDrawPareto.Text     = "Draw Pareto";
     this.buttonDrawPareto.Click   += new System.EventHandler(this.buttonDrawPareto_Click);
     //
     // buttonDrawLineChart
     //
     this.buttonDrawLineChart.Location = new System.Drawing.Point(352, 288);
     this.buttonDrawLineChart.Name     = "buttonDrawLineChart";
     this.buttonDrawLineChart.Size     = new System.Drawing.Size(95, 33);
     this.buttonDrawLineChart.TabIndex = 12;
     this.buttonDrawLineChart.Text     = "Draw Single Data Set Line Chart";
     this.buttonDrawLineChart.Click   += new System.EventHandler(this.buttonDrawLineChart_Click);
     //
     // buttonDraw2DataLineChart
     //
     this.buttonDraw2DataLineChart.Location = new System.Drawing.Point(480, 288);
     this.buttonDraw2DataLineChart.Name     = "buttonDraw2DataLineChart";
     this.buttonDraw2DataLineChart.Size     = new System.Drawing.Size(95, 33);
     this.buttonDraw2DataLineChart.TabIndex = 13;
     this.buttonDraw2DataLineChart.Text     = "Draw Double Data Set Line Chart";
     this.buttonDraw2DataLineChart.Click   += new System.EventHandler(this.buttonDraw2DataLineChart_Click);
     //
     // radarIndicator1
     //
     this.radarIndicator1.InnerTolerance = 50F;
     this.radarIndicator1.Location       = new System.Drawing.Point(680, 16);
     this.radarIndicator1.Name           = "radarIndicator1";
     this.radarIndicator1.OuterTolerance = 100F;
     this.radarIndicator1.Size           = new System.Drawing.Size(160, 112);
     this.radarIndicator1.TabIndex       = 14;
     this.radarIndicator1.Text           = "radarIndicator1";
     this.radarIndicator1.ValueX         = 25F;
     this.radarIndicator1.ValueY         = 25F;
     this.radarIndicator1.MouseMove     += new System.Windows.Forms.MouseEventHandler(this.radarIndicator1_MouseMove);
     //
     // sortableListView1
     //
     this.sortableListView1.ColumnNames   = null;
     this.sortableListView1.FullRowSelect = true;
     this.sortableListView1.Location      = new System.Drawing.Point(344, 144);
     this.sortableListView1.MaxRows       = 100;
     this.sortableListView1.MultiSelect   = false;
     this.sortableListView1.Name          = "sortableListView1";
     this.sortableListView1.Size          = new System.Drawing.Size(464, 128);
     this.sortableListView1.TabIndex      = 15;
     this.sortableListView1.UseCompatibleStateImageBehavior = false;
     this.sortableListView1.View = System.Windows.Forms.View.Details;
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(232, 152);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(88, 32);
     this.button2.TabIndex = 16;
     this.button2.Text     = "Create Columns";
     this.button2.Click   += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(232, 200);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(88, 32);
     this.button3.TabIndex = 17;
     this.button3.Text     = "Add Data";
     this.button3.Click   += new System.EventHandler(this.button3_Click);
     //
     // touchscreenUpDown1
     //
     this.touchscreenUpDown1.Increment = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.touchscreenUpDown1.InvertDirection = false;
     this.touchscreenUpDown1.LeftRight       = false;
     this.touchscreenUpDown1.Location        = new System.Drawing.Point(92, 301);
     this.touchscreenUpDown1.Max             = 10;
     this.touchscreenUpDown1.Min             = -10;
     this.touchscreenUpDown1.Name            = "touchscreenUpDown1";
     this.touchscreenUpDown1.Size            = new System.Drawing.Size(100, 75);
     this.touchscreenUpDown1.TabIndex        = 18;
     this.touchscreenUpDown1.Value           = new decimal(new int[] {
         0,
         0,
         0,
         0
     });
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(856, 485);
     this.Controls.Add(this.touchscreenUpDown1);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.sortableListView1);
     this.Controls.Add(this.radarIndicator1);
     this.Controls.Add(this.buttonDraw2DataLineChart);
     this.Controls.Add(this.buttonDrawLineChart);
     this.Controls.Add(this.buttonDrawPareto);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.buttonTestChart);
     this.Controls.Add(this.simpleChart1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.touchscreenTextBox1);
     this.Controls.Add(this.touchscreenNumBox1);
     this.Controls.Add(this.formattedNumber2);
     this.Controls.Add(this.formattedNumber1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.led1);
     this.Name    = "Form1";
     this.Text    = "Form1";
     this.Layout += new System.Windows.Forms.LayoutEventHandler(this.Form1_Layout);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(TouchscreenUpDown));
     this.myNumBox = new Seagate.AAS.UI.TouchscreenNumBox();
     this.panel1   = new System.Windows.Forms.Panel();
     this.btnDown  = new System.Windows.Forms.Button();
     this.btnUp    = new System.Windows.Forms.Button();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // myNumBox
     //
     this.myNumBox.BackColor    = System.Drawing.Color.White;
     this.myNumBox.Dock         = System.Windows.Forms.DockStyle.Top;
     this.myNumBox.IntegerOnly  = false;
     this.myNumBox.Location     = new System.Drawing.Point(0, 0);
     this.myNumBox.Max          = 100;
     this.myNumBox.Min          = -5;
     this.myNumBox.Name         = "myNumBox";
     this.myNumBox.Size         = new System.Drawing.Size(104, 20);
     this.myNumBox.TabIndex     = 0;
     this.myNumBox.Text         = "0";
     this.myNumBox.TextChanged += new System.EventHandler(this.myNumBox_TextChanged);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.btnDown);
     this.panel1.Controls.Add(this.btnUp);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 20);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(104, 52);
     this.panel1.TabIndex = 4;
     //
     // btnDown
     //
     this.btnDown.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.btnDown.Image    = ((System.Drawing.Image)(resources.GetObject("btnDown.Image")));
     this.btnDown.Location = new System.Drawing.Point(52, 0);
     this.btnDown.Name     = "btnDown";
     this.btnDown.Size     = new System.Drawing.Size(52, 52);
     this.btnDown.TabIndex = 4;
     this.btnDown.Click   += new System.EventHandler(this.btnDown_Click);
     //
     // btnUp
     //
     this.btnUp.Dock     = System.Windows.Forms.DockStyle.Left;
     this.btnUp.Image    = ((System.Drawing.Image)(resources.GetObject("btnUp.Image")));
     this.btnUp.Location = new System.Drawing.Point(0, 0);
     this.btnUp.Name     = "btnUp";
     this.btnUp.Size     = new System.Drawing.Size(52, 52);
     this.btnUp.TabIndex = 3;
     this.btnUp.Click   += new System.EventHandler(this.btnUp_Click);
     //
     // TouchscreenUpDown
     //
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.myNumBox);
     this.Name    = "TouchscreenUpDown";
     this.Size    = new System.Drawing.Size(104, 72);
     this.Layout += new System.Windows.Forms.LayoutEventHandler(this.TouchscreenUpDown_Layout);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AnalogControl));
     this.panel1      = new System.Windows.Forms.Panel();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lblUnits    = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.lblIOName   = new System.Windows.Forms.Label();
     this.txtValue    = new Seagate.AAS.UI.TouchscreenNumBox();
     this.lblValue    = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.panel1.Controls.Add(this.pictureBox1);
     this.panel1.Controls.Add(this.lblUnits);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.lblIOName);
     this.panel1.Controls.Add(this.txtValue);
     this.panel1.Controls.Add(this.lblValue);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(192, 72);
     this.panel1.TabIndex = 5;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(8, 8);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(16, 16);
     this.pictureBox1.TabIndex = 10;
     this.pictureBox1.TabStop  = false;
     //
     // lblUnits
     //
     this.lblUnits.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.lblUnits.Location = new System.Drawing.Point(72, 24);
     this.lblUnits.Name     = "lblUnits";
     this.lblUnits.Size     = new System.Drawing.Size(112, 16);
     this.lblUnits.TabIndex = 8;
     this.lblUnits.Text     = "counts";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(32, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(40, 16);
     this.label1.TabIndex = 7;
     this.label1.Text     = "Units:";
     //
     // lblIOName
     //
     this.lblIOName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.lblIOName.Location = new System.Drawing.Point(32, 8);
     this.lblIOName.Name     = "lblIOName";
     this.lblIOName.Size     = new System.Drawing.Size(152, 16);
     this.lblIOName.TabIndex = 6;
     this.lblIOName.Text     = "IO Label";
     //
     // txtValue
     //
     this.txtValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.txtValue.IntegerOnly = false;
     this.txtValue.Location    = new System.Drawing.Point(8, 40);
     this.txtValue.Max         = 100;
     this.txtValue.Min         = -5;
     this.txtValue.Name        = "txtValue";
     this.txtValue.Size        = new System.Drawing.Size(176, 20);
     this.txtValue.TabIndex    = 9;
     this.txtValue.Text        = "0.0";
     this.txtValue.TextAlign   = System.Windows.Forms.HorizontalAlignment.Center;
     this.txtValue.Visible     = false;
     //
     // lblValue
     //
     this.lblValue.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.lblValue.BackColor   = System.Drawing.SystemColors.Control;
     this.lblValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblValue.Location    = new System.Drawing.Point(8, 40);
     this.lblValue.Name        = "lblValue";
     this.lblValue.Size        = new System.Drawing.Size(176, 24);
     this.lblValue.TabIndex    = 5;
     this.lblValue.Text        = "label1";
     this.lblValue.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // AnalogControl
     //
     this.Controls.Add(this.panel1);
     this.Name = "AnalogControl";
     this.Size = new System.Drawing.Size(192, 72);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox1         = new System.Windows.Forms.GroupBox();
     this.labelY2Axis       = new System.Windows.Forms.Label();
     this.labelY2Max        = new System.Windows.Forms.Label();
     this.labelY2Min        = new System.Windows.Forms.Label();
     this.labelErrorMessage = new System.Windows.Forms.Label();
     this.buttonRescale     = new System.Windows.Forms.Button();
     this.label4            = new System.Windows.Forms.Label();
     this.label5            = new System.Windows.Forms.Label();
     this.label6            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.label2            = new System.Windows.Forms.Label();
     this.label1            = new System.Windows.Forms.Label();
     this.textBoxXMin       = new Seagate.AAS.UI.TouchscreenNumBox();
     this.textBoxXMax       = new Seagate.AAS.UI.TouchscreenNumBox();
     this.textBoxYMin       = new Seagate.AAS.UI.TouchscreenNumBox();
     this.textBoxYMax       = new Seagate.AAS.UI.TouchscreenNumBox();
     this.textBoxY2Min      = new Seagate.AAS.UI.TouchscreenNumBox();
     this.textBoxY2Max      = new Seagate.AAS.UI.TouchscreenNumBox();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.textBoxY2Max);
     this.groupBox1.Controls.Add(this.textBoxY2Min);
     this.groupBox1.Controls.Add(this.textBoxYMax);
     this.groupBox1.Controls.Add(this.textBoxYMin);
     this.groupBox1.Controls.Add(this.textBoxXMax);
     this.groupBox1.Controls.Add(this.textBoxXMin);
     this.groupBox1.Controls.Add(this.labelY2Axis);
     this.groupBox1.Controls.Add(this.labelY2Max);
     this.groupBox1.Controls.Add(this.labelY2Min);
     this.groupBox1.Controls.Add(this.labelErrorMessage);
     this.groupBox1.Controls.Add(this.buttonRescale);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.groupBox1.Location = new System.Drawing.Point(640, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(160, 352);
     this.groupBox1.TabIndex = 22;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Scaling";
     //
     // labelY2Axis
     //
     this.labelY2Axis.Location  = new System.Drawing.Point(16, 168);
     this.labelY2Axis.Name      = "labelY2Axis";
     this.labelY2Axis.Size      = new System.Drawing.Size(128, 16);
     this.labelY2Axis.TabIndex  = 38;
     this.labelY2Axis.Text      = "Y2- AXIS";
     this.labelY2Axis.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.labelY2Axis.Visible   = false;
     //
     // labelY2Max
     //
     this.labelY2Max.Location  = new System.Drawing.Point(96, 184);
     this.labelY2Max.Name      = "labelY2Max";
     this.labelY2Max.Size      = new System.Drawing.Size(50, 24);
     this.labelY2Max.TabIndex  = 37;
     this.labelY2Max.Text      = "Max";
     this.labelY2Max.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.labelY2Max.Visible   = false;
     //
     // labelY2Min
     //
     this.labelY2Min.Location  = new System.Drawing.Point(16, 184);
     this.labelY2Min.Name      = "labelY2Min";
     this.labelY2Min.Size      = new System.Drawing.Size(50, 24);
     this.labelY2Min.TabIndex  = 36;
     this.labelY2Min.Text      = "Min";
     this.labelY2Min.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     this.labelY2Min.Visible   = false;
     //
     // labelErrorMessage
     //
     this.labelErrorMessage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.labelErrorMessage.Location  = new System.Drawing.Point(12, 288);
     this.labelErrorMessage.Name      = "labelErrorMessage";
     this.labelErrorMessage.Size      = new System.Drawing.Size(136, 56);
     this.labelErrorMessage.TabIndex  = 33;
     this.labelErrorMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // buttonRescale
     //
     this.buttonRescale.Location = new System.Drawing.Point(16, 240);
     this.buttonRescale.Name     = "buttonRescale";
     this.buttonRescale.Size     = new System.Drawing.Size(128, 40);
     this.buttonRescale.TabIndex = 32;
     this.buttonRescale.Text     = "Rescale Graph";
     this.buttonRescale.Click   += new System.EventHandler(this.buttonRescale_Click);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(16, 96);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(128, 16);
     this.label4.TabIndex  = 31;
     this.label4.Text      = "Y- AXIS";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(96, 112);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(50, 24);
     this.label5.TabIndex  = 30;
     this.label5.Text      = "Max";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(16, 112);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(50, 24);
     this.label6.TabIndex  = 29;
     this.label6.Text      = "Min";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(16, 24);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(128, 16);
     this.label3.TabIndex  = 26;
     this.label3.Text      = "X- AXIS";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(96, 40);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(50, 24);
     this.label2.TabIndex  = 25;
     this.label2.Text      = "Max";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(16, 40);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(50, 24);
     this.label1.TabIndex  = 24;
     this.label1.Text      = "Min";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // textBoxXMin
     //
     this.textBoxXMin.BackColor   = System.Drawing.Color.Pink;
     this.textBoxXMin.IntegerOnly = false;
     this.textBoxXMin.Location    = new System.Drawing.Point(16, 64);
     this.textBoxXMin.Max         = 100;
     this.textBoxXMin.Min         = -5;
     this.textBoxXMin.Name        = "textBoxXMin";
     this.textBoxXMin.Size        = new System.Drawing.Size(50, 26);
     this.textBoxXMin.TabIndex    = 39;
     this.textBoxXMin.Text        = "";
     //
     // textBoxXMax
     //
     this.textBoxXMax.BackColor   = System.Drawing.Color.Pink;
     this.textBoxXMax.IntegerOnly = false;
     this.textBoxXMax.Location    = new System.Drawing.Point(96, 64);
     this.textBoxXMax.Max         = 100;
     this.textBoxXMax.Min         = -5;
     this.textBoxXMax.Name        = "textBoxXMax";
     this.textBoxXMax.Size        = new System.Drawing.Size(50, 26);
     this.textBoxXMax.TabIndex    = 40;
     this.textBoxXMax.Text        = "";
     //
     // textBoxYMin
     //
     this.textBoxYMin.BackColor   = System.Drawing.Color.Pink;
     this.textBoxYMin.IntegerOnly = false;
     this.textBoxYMin.Location    = new System.Drawing.Point(16, 136);
     this.textBoxYMin.Max         = 100;
     this.textBoxYMin.Min         = -5;
     this.textBoxYMin.Name        = "textBoxYMin";
     this.textBoxYMin.Size        = new System.Drawing.Size(50, 26);
     this.textBoxYMin.TabIndex    = 41;
     this.textBoxYMin.Text        = "";
     //
     // textBoxYMax
     //
     this.textBoxYMax.BackColor   = System.Drawing.Color.Pink;
     this.textBoxYMax.IntegerOnly = false;
     this.textBoxYMax.Location    = new System.Drawing.Point(96, 136);
     this.textBoxYMax.Max         = 100;
     this.textBoxYMax.Min         = -5;
     this.textBoxYMax.Name        = "textBoxYMax";
     this.textBoxYMax.Size        = new System.Drawing.Size(50, 26);
     this.textBoxYMax.TabIndex    = 42;
     this.textBoxYMax.Text        = "";
     //
     // textBoxY2Min
     //
     this.textBoxY2Min.BackColor   = System.Drawing.Color.Pink;
     this.textBoxY2Min.IntegerOnly = false;
     this.textBoxY2Min.Location    = new System.Drawing.Point(16, 208);
     this.textBoxY2Min.Max         = 100;
     this.textBoxY2Min.Min         = -5;
     this.textBoxY2Min.Name        = "textBoxY2Min";
     this.textBoxY2Min.Size        = new System.Drawing.Size(50, 26);
     this.textBoxY2Min.TabIndex    = 43;
     this.textBoxY2Min.Text        = "";
     //
     // textBoxY2Max
     //
     this.textBoxY2Max.BackColor   = System.Drawing.Color.Pink;
     this.textBoxY2Max.IntegerOnly = false;
     this.textBoxY2Max.Location    = new System.Drawing.Point(96, 208);
     this.textBoxY2Max.Max         = 100;
     this.textBoxY2Max.Min         = -5;
     this.textBoxY2Max.Name        = "textBoxY2Max";
     this.textBoxY2Max.Size        = new System.Drawing.Size(50, 26);
     this.textBoxY2Max.TabIndex    = 44;
     this.textBoxY2Max.Text        = "";
     //
     // PanelChart
     //
     this.Controls.Add(this.groupBox1);
     this.Name    = "PanelChart";
     this.Size    = new System.Drawing.Size(800, 352);
     this.Resize += new System.EventHandler(this.PanelChart_Resize);
     this.Load   += new System.EventHandler(this.PanelChart_Load);
     this.Paint  += new System.Windows.Forms.PaintEventHandler(this.PanelChart_Paint);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }