Пример #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();
 }
Пример #2
0
 private void InitializeComponent()
 {
     this.components         = new System.ComponentModel.Container();
     this.buttonHome         = new System.Windows.Forms.Button();
     this.timer1             = new System.Windows.Forms.Timer(this.components);
     this.buttonEnable       = new System.Windows.Forms.Button();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.textPosition       = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.buttonMove         = new System.Windows.Forms.Button();
     this.label4             = new System.Windows.Forms.Label();
     this.textAcceleration   = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.textVelocity       = new System.Windows.Forms.TextBox();
     this.labelCountPerUnit  = new System.Windows.Forms.Label();
     this.textCountsPerUnit  = new System.Windows.Forms.TextBox();
     this.buttonStop         = new System.Windows.Forms.Button();
     this.cboAxis            = new System.Windows.Forms.ComboBox();
     this.ledEnabled         = new Seagate.AAS.UI.Led();
     this.ledHomed           = new Seagate.AAS.UI.Led();
     this.fmtActualPosition  = new Seagate.AAS.UI.FormattedNumber();
     this.fmtCommandPosition = new Seagate.AAS.UI.FormattedNumber();
     this.labelStatus        = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // buttonHome
     //
     this.buttonHome.Location = new System.Drawing.Point(224, 120);
     this.buttonHome.Name     = "buttonHome";
     this.buttonHome.Size     = new System.Drawing.Size(96, 40);
     this.buttonHome.TabIndex = 2;
     this.buttonHome.Text     = "Home";
     this.buttonHome.Click   += new System.EventHandler(this.buttonHome_Click);
     //
     // timer1
     //
     this.timer1.Interval = 400;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // buttonEnable
     //
     this.buttonEnable.Location = new System.Drawing.Point(224, 72);
     this.buttonEnable.Name     = "buttonEnable";
     this.buttonEnable.Size     = new System.Drawing.Size(96, 40);
     this.buttonEnable.TabIndex = 3;
     this.buttonEnable.Text     = "Toggle Enable";
     this.buttonEnable.Click   += new System.EventHandler(this.buttonEnable_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(16, 112);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(88, 16);
     this.label1.TabIndex  = 4;
     this.label1.Text      = "Actual Position:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(8, 136);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(104, 16);
     this.label2.TabIndex  = 6;
     this.label2.Text      = "Command Position:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textPosition
     //
     this.textPosition.Location  = new System.Drawing.Point(128, 160);
     this.textPosition.Name      = "textPosition";
     this.textPosition.Size      = new System.Drawing.Size(72, 20);
     this.textPosition.TabIndex  = 8;
     this.textPosition.Text      = "1";
     this.textPosition.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(32, 160);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(80, 16);
     this.label3.TabIndex  = 9;
     this.label3.Text      = "Position";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // buttonMove
     //
     this.buttonMove.Location = new System.Drawing.Point(224, 168);
     this.buttonMove.Name     = "buttonMove";
     this.buttonMove.Size     = new System.Drawing.Size(96, 40);
     this.buttonMove.TabIndex = 10;
     this.buttonMove.Text     = "Move";
     this.buttonMove.Click   += new System.EventHandler(this.buttonMove_Click);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(32, 184);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(80, 16);
     this.label4.TabIndex  = 12;
     this.label4.Text      = "Acceleration";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textAcceleration
     //
     this.textAcceleration.Location  = new System.Drawing.Point(128, 184);
     this.textAcceleration.Name      = "textAcceleration";
     this.textAcceleration.Size      = new System.Drawing.Size(72, 20);
     this.textAcceleration.TabIndex  = 11;
     this.textAcceleration.Text      = "10";
     this.textAcceleration.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(32, 208);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(80, 16);
     this.label5.TabIndex  = 14;
     this.label5.Text      = "Velocity";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textVelocity
     //
     this.textVelocity.Location  = new System.Drawing.Point(128, 208);
     this.textVelocity.Name      = "textVelocity";
     this.textVelocity.Size      = new System.Drawing.Size(72, 20);
     this.textVelocity.TabIndex  = 13;
     this.textVelocity.Text      = "5";
     this.textVelocity.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // labelCountPerUnit
     //
     this.labelCountPerUnit.Location  = new System.Drawing.Point(16, 80);
     this.labelCountPerUnit.Name      = "labelCountPerUnit";
     this.labelCountPerUnit.Size      = new System.Drawing.Size(96, 16);
     this.labelCountPerUnit.TabIndex  = 16;
     this.labelCountPerUnit.Text      = "Counts per unit";
     this.labelCountPerUnit.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // textCountsPerUnit
     //
     this.textCountsPerUnit.Enabled   = false;
     this.textCountsPerUnit.Location  = new System.Drawing.Point(128, 80);
     this.textCountsPerUnit.Name      = "textCountsPerUnit";
     this.textCountsPerUnit.Size      = new System.Drawing.Size(72, 20);
     this.textCountsPerUnit.TabIndex  = 15;
     this.textCountsPerUnit.Text      = "400";
     this.textCountsPerUnit.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     this.textCountsPerUnit.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.textCountsPerUnit_KeyDown);
     this.textCountsPerUnit.Leave    += new System.EventHandler(this.textCountsPerUnit_Leave);
     //
     // buttonStop
     //
     this.buttonStop.Location = new System.Drawing.Point(224, 216);
     this.buttonStop.Name     = "buttonStop";
     this.buttonStop.Size     = new System.Drawing.Size(96, 40);
     this.buttonStop.TabIndex = 18;
     this.buttonStop.Text     = "Stop";
     this.buttonStop.Click   += new System.EventHandler(this.buttonStop_Click);
     //
     // cboAxis
     //
     this.cboAxis.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.cboAxis.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboAxis.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cboAxis.Location              = new System.Drawing.Point(0, 0);
     this.cboAxis.Name                  = "cboAxis";
     this.cboAxis.Size                  = new System.Drawing.Size(328, 32);
     this.cboAxis.TabIndex              = 19;
     this.cboAxis.SelectedIndexChanged += new System.EventHandler(this.cboAxis_SelectedIndexChanged);
     //
     // ledEnabled
     //
     this.ledEnabled.DisplayAsButton = false;
     this.ledEnabled.Location        = new System.Drawing.Point(152, 40);
     this.ledEnabled.Name            = "ledEnabled";
     this.ledEnabled.Size            = new System.Drawing.Size(80, 32);
     this.ledEnabled.State           = false;
     this.ledEnabled.TabIndex        = 20;
     this.ledEnabled.Text            = "Enabled";
     //
     // ledHomed
     //
     this.ledHomed.DisplayAsButton = false;
     this.ledHomed.Location        = new System.Drawing.Point(240, 40);
     this.ledHomed.Name            = "ledHomed";
     this.ledHomed.Size            = new System.Drawing.Size(72, 32);
     this.ledHomed.State           = false;
     this.ledHomed.TabIndex        = 21;
     this.ledHomed.Text            = "Homed";
     //
     // fmtActualPosition
     //
     this.fmtActualPosition.Location     = new System.Drawing.Point(136, 112);
     this.fmtActualPosition.Name         = "fmtActualPosition";
     this.fmtActualPosition.Number       = 0;
     this.fmtActualPosition.NumberFormat = "0.000";
     this.fmtActualPosition.Size         = new System.Drawing.Size(64, 16);
     this.fmtActualPosition.TabIndex     = 22;
     this.fmtActualPosition.Text         = "0.000";
     this.fmtActualPosition.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // fmtCommandPosition
     //
     this.fmtCommandPosition.Location     = new System.Drawing.Point(128, 136);
     this.fmtCommandPosition.Name         = "fmtCommandPosition";
     this.fmtCommandPosition.Number       = 0;
     this.fmtCommandPosition.NumberFormat = "0.000";
     this.fmtCommandPosition.Size         = new System.Drawing.Size(72, 16);
     this.fmtCommandPosition.TabIndex     = 23;
     this.fmtCommandPosition.Text         = "0.000";
     this.fmtCommandPosition.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelStatus
     //
     this.labelStatus.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.labelStatus.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelStatus.ForeColor = System.Drawing.Color.Red;
     this.labelStatus.Location  = new System.Drawing.Point(8, 256);
     this.labelStatus.Name      = "labelStatus";
     this.labelStatus.Size      = new System.Drawing.Size(312, 24);
     this.labelStatus.TabIndex  = 24;
     //
     // PanelAxis
     //
     this.Controls.Add(this.labelStatus);
     this.Controls.Add(this.fmtCommandPosition);
     this.Controls.Add(this.fmtActualPosition);
     this.Controls.Add(this.ledHomed);
     this.Controls.Add(this.ledEnabled);
     this.Controls.Add(this.cboAxis);
     this.Controls.Add(this.buttonStop);
     this.Controls.Add(this.labelCountPerUnit);
     this.Controls.Add(this.textCountsPerUnit);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.textVelocity);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textAcceleration);
     this.Controls.Add(this.buttonMove);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.textPosition);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.buttonEnable);
     this.Controls.Add(this.buttonHome);
     this.Name            = "PanelAxis";
     this.Size            = new System.Drawing.Size(328, 288);
     this.VisibleChanged += new System.EventHandler(this.PanelAxis_VisibleChanged);
     this.ResumeLayout(false);
 }