namespace SHARP_CLAS_UI
{
partial class uc_Motor_Controler
{
///
/// 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.label1 = new System.Windows.Forms.Label();
this.lb_Motor_Axis = new System.Windows.Forms.Label();
this.lb_Motor_Name = new System.Windows.Forms.Label();
this.btn_Servo_On = new System.Windows.Forms.Button();
this.btn_Servo_Off = new System.Windows.Forms.Button();
this.lb_Servo_On = new System.Windows.Forms.Label();
this.lb_Home = new System.Windows.Forms.Label();
this.lb_Alarm = new System.Windows.Forms.Label();
this.lb_Positive_Limit = new System.Windows.Forms.Label();
this.lb_Negative_Limit = new System.Windows.Forms.Label();
this.lb_In_Position = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btn_Positive = new System.Windows.Forms.Button();
this.btn_Negative = new System.Windows.Forms.Button();
this.btn_Home = new System.Windows.Forms.Button();
this.btn_Servo_Stop = new System.Windows.Forms.Button();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.btn_Incremental = new System.Windows.Forms.Button();
this.panel4 = new System.Windows.Forms.Panel();
this.tb_Set_Speed = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.label10 = new System.Windows.Forms.Label();
this.lb_Current_Speed = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.btn_Absolute = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.label8 = new System.Windows.Forms.Label();
this.lb_Current_Position = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.panel3 = new System.Windows.Forms.Panel();
this.tb_Set_Postion = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox3.SuspendLayout();
this.panel4.SuspendLayout();
this.panel2.SuspendLayout();
this.panel1.SuspendLayout();
this.panel3.SuspendLayout();
this.SuspendLayout();
//
// label1
//
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.label1.Location = new System.Drawing.Point(-1, -1);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(127, 23);
this.label1.TabIndex = 0;
this.label1.Text = "Motor Axis";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Motor_Axis
//
this.lb_Motor_Axis.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Motor_Axis.Location = new System.Drawing.Point(125, -1);
this.lb_Motor_Axis.Name = "lb_Motor_Axis";
this.lb_Motor_Axis.Size = new System.Drawing.Size(93, 23);
this.lb_Motor_Axis.TabIndex = 1;
this.lb_Motor_Axis.Text = "Motor Axis";
this.lb_Motor_Axis.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Motor_Name
//
this.lb_Motor_Name.BackColor = System.Drawing.Color.White;
this.lb_Motor_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Motor_Name.Location = new System.Drawing.Point(217, -1);
this.lb_Motor_Name.Name = "lb_Motor_Name";
this.lb_Motor_Name.Size = new System.Drawing.Size(795, 23);
this.lb_Motor_Name.TabIndex = 2;
this.lb_Motor_Name.Text = "Motor Name";
this.lb_Motor_Name.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// btn_Servo_On
//
this.btn_Servo_On.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Servo_On.Location = new System.Drawing.Point(6, 20);
this.btn_Servo_On.Name = "btn_Servo_On";
this.btn_Servo_On.Size = new System.Drawing.Size(82, 22);
this.btn_Servo_On.TabIndex = 8;
this.btn_Servo_On.Text = "Servo On";
this.btn_Servo_On.UseVisualStyleBackColor = true;
//
// btn_Servo_Off
//
this.btn_Servo_Off.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Servo_Off.Location = new System.Drawing.Point(94, 20);
this.btn_Servo_Off.Name = "btn_Servo_Off";
this.btn_Servo_Off.Size = new System.Drawing.Size(82, 22);
this.btn_Servo_Off.TabIndex = 9;
this.btn_Servo_Off.Text = "Servo Off";
this.btn_Servo_Off.UseVisualStyleBackColor = true;
//
// lb_Servo_On
//
this.lb_Servo_On.BackColor = System.Drawing.Color.Green;
this.lb_Servo_On.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Servo_On.ForeColor = System.Drawing.Color.White;
this.lb_Servo_On.Location = new System.Drawing.Point(6, 14);
this.lb_Servo_On.Name = "lb_Servo_On";
this.lb_Servo_On.Size = new System.Drawing.Size(100, 21);
this.lb_Servo_On.TabIndex = 11;
this.lb_Servo_On.Text = "Servo On";
this.lb_Servo_On.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Home
//
this.lb_Home.BackColor = System.Drawing.Color.Green;
this.lb_Home.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Home.ForeColor = System.Drawing.Color.White;
this.lb_Home.Location = new System.Drawing.Point(6, 40);
this.lb_Home.Name = "lb_Home";
this.lb_Home.Size = new System.Drawing.Size(100, 21);
this.lb_Home.TabIndex = 12;
this.lb_Home.Text = "Home";
this.lb_Home.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Alarm
//
this.lb_Alarm.BackColor = System.Drawing.Color.Firebrick;
this.lb_Alarm.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Alarm.ForeColor = System.Drawing.Color.White;
this.lb_Alarm.Location = new System.Drawing.Point(112, 40);
this.lb_Alarm.Name = "lb_Alarm";
this.lb_Alarm.Size = new System.Drawing.Size(100, 21);
this.lb_Alarm.TabIndex = 13;
this.lb_Alarm.Text = "Alarm";
this.lb_Alarm.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Positive_Limit
//
this.lb_Positive_Limit.BackColor = System.Drawing.Color.Firebrick;
this.lb_Positive_Limit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Positive_Limit.ForeColor = System.Drawing.Color.White;
this.lb_Positive_Limit.Location = new System.Drawing.Point(6, 66);
this.lb_Positive_Limit.Name = "lb_Positive_Limit";
this.lb_Positive_Limit.Size = new System.Drawing.Size(100, 21);
this.lb_Positive_Limit.TabIndex = 14;
this.lb_Positive_Limit.Text = "Positive Limit";
this.lb_Positive_Limit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Negative_Limit
//
this.lb_Negative_Limit.BackColor = System.Drawing.Color.Firebrick;
this.lb_Negative_Limit.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_Negative_Limit.ForeColor = System.Drawing.Color.White;
this.lb_Negative_Limit.Location = new System.Drawing.Point(112, 66);
this.lb_Negative_Limit.Name = "lb_Negative_Limit";
this.lb_Negative_Limit.Size = new System.Drawing.Size(100, 21);
this.lb_Negative_Limit.TabIndex = 15;
this.lb_Negative_Limit.Text = "Negative Limit";
this.lb_Negative_Limit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_In_Position
//
this.lb_In_Position.BackColor = System.Drawing.Color.Green;
this.lb_In_Position.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.lb_In_Position.ForeColor = System.Drawing.Color.White;
this.lb_In_Position.Location = new System.Drawing.Point(112, 14);
this.lb_In_Position.Name = "lb_In_Position";
this.lb_In_Position.Size = new System.Drawing.Size(100, 21);
this.lb_In_Position.TabIndex = 16;
this.lb_In_Position.Text = "In Position";
this.lb_In_Position.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.lb_Servo_On);
this.groupBox1.Controls.Add(this.lb_In_Position);
this.groupBox1.Controls.Add(this.lb_Home);
this.groupBox1.Controls.Add(this.lb_Negative_Limit);
this.groupBox1.Controls.Add(this.lb_Positive_Limit);
this.groupBox1.Controls.Add(this.lb_Alarm);
this.groupBox1.Location = new System.Drawing.Point(788, 25);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(219, 95);
this.groupBox1.TabIndex = 17;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Status";
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btn_Positive);
this.groupBox2.Controls.Add(this.btn_Negative);
this.groupBox2.Controls.Add(this.btn_Home);
this.groupBox2.Controls.Add(this.btn_Servo_Stop);
this.groupBox2.Controls.Add(this.btn_Servo_On);
this.groupBox2.Controls.Add(this.btn_Servo_Off);
this.groupBox2.Location = new System.Drawing.Point(417, 25);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(365, 95);
this.groupBox2.TabIndex = 18;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Control";
//
// btn_Positive
//
this.btn_Positive.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Positive.Location = new System.Drawing.Point(136, 64);
this.btn_Positive.Name = "btn_Positive";
this.btn_Positive.Size = new System.Drawing.Size(128, 23);
this.btn_Positive.TabIndex = 34;
this.btn_Positive.Text = "Positive Move";
this.btn_Positive.UseVisualStyleBackColor = true;
//
// btn_Negative
//
this.btn_Negative.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Negative.Location = new System.Drawing.Point(6, 64);
this.btn_Negative.Name = "btn_Negative";
this.btn_Negative.Size = new System.Drawing.Size(128, 23);
this.btn_Negative.TabIndex = 33;
this.btn_Negative.Text = "Negative Move";
this.btn_Negative.UseVisualStyleBackColor = true;
//
// btn_Home
//
this.btn_Home.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Home.Location = new System.Drawing.Point(182, 20);
this.btn_Home.Name = "btn_Home";
this.btn_Home.Size = new System.Drawing.Size(82, 22);
this.btn_Home.TabIndex = 11;
this.btn_Home.Text = "Home";
this.btn_Home.UseVisualStyleBackColor = true;
//
// btn_Servo_Stop
//
this.btn_Servo_Stop.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Servo_Stop.Location = new System.Drawing.Point(270, 20);
this.btn_Servo_Stop.Name = "btn_Servo_Stop";
this.btn_Servo_Stop.Size = new System.Drawing.Size(82, 67);
this.btn_Servo_Stop.TabIndex = 10;
this.btn_Servo_Stop.Text = "Servo Stop";
this.btn_Servo_Stop.UseVisualStyleBackColor = true;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.btn_Incremental);
this.groupBox3.Controls.Add(this.panel4);
this.groupBox3.Controls.Add(this.panel2);
this.groupBox3.Controls.Add(this.btn_Absolute);
this.groupBox3.Controls.Add(this.panel1);
this.groupBox3.Controls.Add(this.panel3);
this.groupBox3.Location = new System.Drawing.Point(3, 25);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(408, 95);
this.groupBox3.TabIndex = 19;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Position";
//
// btn_Incremental
//
this.btn_Incremental.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Incremental.Location = new System.Drawing.Point(317, 42);
this.btn_Incremental.Name = "btn_Incremental";
this.btn_Incremental.Size = new System.Drawing.Size(85, 46);
this.btn_Incremental.TabIndex = 30;
this.btn_Incremental.Text = "Incremental";
this.btn_Incremental.UseVisualStyleBackColor = true;
//
// panel4
//
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel4.Controls.Add(this.tb_Set_Speed);
this.panel4.Controls.Add(this.label13);
this.panel4.Controls.Add(this.label14);
this.panel4.Location = new System.Drawing.Point(6, 68);
this.panel4.Name = "panel4";
this.panel4.Size = new System.Drawing.Size(205, 20);
this.panel4.TabIndex = 28;
//
// tb_Set_Speed
//
this.tb_Set_Speed.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Set_Speed.Location = new System.Drawing.Point(102, -1);
this.tb_Set_Speed.Name = "tb_Set_Speed";
this.tb_Set_Speed.Size = new System.Drawing.Size(60, 21);
this.tb_Set_Speed.TabIndex = 27;
this.tb_Set_Speed.Text = "000.000";
this.tb_Set_Speed.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label13
//
this.label13.Location = new System.Drawing.Point(164, 0);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(40, 18);
this.label13.TabIndex = 28;
this.label13.Text = "mm/s";
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label14
//
this.label14.BackColor = System.Drawing.Color.White;
this.label14.Dock = System.Windows.Forms.DockStyle.Left;
this.label14.Location = new System.Drawing.Point(0, 0);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(104, 18);
this.label14.TabIndex = 20;
this.label14.Text = "Setting Speed";
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// panel2
//
this.panel2.AutoSize = true;
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel2.Controls.Add(this.label10);
this.panel2.Controls.Add(this.lb_Current_Speed);
this.panel2.Controls.Add(this.label12);
this.panel2.Location = new System.Drawing.Point(204, 16);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(198, 20);
this.panel2.TabIndex = 26;
//
// label10
//
this.label10.Dock = System.Windows.Forms.DockStyle.Left;
this.label10.Location = new System.Drawing.Point(156, 0);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(40, 18);
this.label10.TabIndex = 26;
this.label10.Text = "mm/s";
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Current_Speed
//
this.lb_Current_Speed.Dock = System.Windows.Forms.DockStyle.Left;
this.lb_Current_Speed.Location = new System.Drawing.Point(104, 0);
this.lb_Current_Speed.Name = "lb_Current_Speed";
this.lb_Current_Speed.Size = new System.Drawing.Size(52, 18);
this.lb_Current_Speed.TabIndex = 22;
this.lb_Current_Speed.Text = "000.000";
this.lb_Current_Speed.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label12
//
this.label12.BackColor = System.Drawing.Color.White;
this.label12.Dock = System.Windows.Forms.DockStyle.Left;
this.label12.Location = new System.Drawing.Point(0, 0);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(104, 18);
this.label12.TabIndex = 20;
this.label12.Text = "Current Speed :";
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// btn_Absolute
//
this.btn_Absolute.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.btn_Absolute.Location = new System.Drawing.Point(221, 42);
this.btn_Absolute.Name = "btn_Absolute";
this.btn_Absolute.Size = new System.Drawing.Size(85, 46);
this.btn_Absolute.TabIndex = 29;
this.btn_Absolute.Text = "Absolute";
this.btn_Absolute.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.AutoSize = true;
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.label8);
this.panel1.Controls.Add(this.lb_Current_Position);
this.panel1.Controls.Add(this.label7);
this.panel1.Location = new System.Drawing.Point(6, 16);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(193, 20);
this.panel1.TabIndex = 21;
//
// label8
//
this.label8.Dock = System.Windows.Forms.DockStyle.Left;
this.label8.Location = new System.Drawing.Point(156, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(35, 18);
this.label8.TabIndex = 26;
this.label8.Text = "mm";
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// lb_Current_Position
//
this.lb_Current_Position.Dock = System.Windows.Forms.DockStyle.Left;
this.lb_Current_Position.Location = new System.Drawing.Point(104, 0);
this.lb_Current_Position.Name = "lb_Current_Position";
this.lb_Current_Position.Size = new System.Drawing.Size(52, 18);
this.lb_Current_Position.TabIndex = 22;
this.lb_Current_Position.Text = "000.000";
this.lb_Current_Position.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label7
//
this.label7.BackColor = System.Drawing.Color.White;
this.label7.Dock = System.Windows.Forms.DockStyle.Left;
this.label7.Location = new System.Drawing.Point(0, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(104, 18);
this.label7.TabIndex = 20;
this.label7.Text = "Current Position :";
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// panel3
//
this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel3.Controls.Add(this.tb_Set_Postion);
this.panel3.Controls.Add(this.label9);
this.panel3.Controls.Add(this.label15);
this.panel3.Location = new System.Drawing.Point(6, 42);
this.panel3.Name = "panel3";
this.panel3.Size = new System.Drawing.Size(205, 20);
this.panel3.TabIndex = 27;
//
// tb_Set_Postion
//
this.tb_Set_Postion.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tb_Set_Postion.Location = new System.Drawing.Point(102, -1);
this.tb_Set_Postion.Name = "tb_Set_Postion";
this.tb_Set_Postion.Size = new System.Drawing.Size(60, 21);
this.tb_Set_Postion.TabIndex = 27;
this.tb_Set_Postion.Text = "000.000";
this.tb_Set_Postion.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// label9
//
this.label9.Location = new System.Drawing.Point(163, 0);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(33, 18);
this.label9.TabIndex = 28;
this.label9.Text = "mm";
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label15
//
this.label15.BackColor = System.Drawing.Color.White;
this.label15.Dock = System.Windows.Forms.DockStyle.Left;
this.label15.Location = new System.Drawing.Point(0, 0);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(104, 18);
this.label15.TabIndex = 20;
this.label15.Text = "Setting Position";
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// uc_Motor_Controler
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.groupBox3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.lb_Motor_Name);
this.Controls.Add(this.lb_Motor_Axis);
this.Controls.Add(this.label1);
this.Name = "uc_Motor_Controler";
this.Size = new System.Drawing.Size(1011, 124);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.panel4.ResumeLayout(false);
this.panel4.PerformLayout();
this.panel2.ResumeLayout(false);
this.panel1.ResumeLayout(false);
this.panel3.ResumeLayout(false);
this.panel3.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label lb_Motor_Axis;
private System.Windows.Forms.Label lb_Motor_Name;
private System.Windows.Forms.Button btn_Servo_On;
private System.Windows.Forms.Button btn_Servo_Off;
private System.Windows.Forms.Label lb_Servo_On;
private System.Windows.Forms.Label lb_Home;
private System.Windows.Forms.Label lb_Alarm;
private System.Windows.Forms.Label lb_Positive_Limit;
private System.Windows.Forms.Label lb_Negative_Limit;
private System.Windows.Forms.Label lb_In_Position;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Button btn_Home;
private System.Windows.Forms.Button btn_Servo_Stop;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.Button btn_Incremental;
private System.Windows.Forms.Button btn_Absolute;
private System.Windows.Forms.Panel panel4;
private System.Windows.Forms.TextBox tb_Set_Speed;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label lb_Current_Speed;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label lb_Current_Position;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Panel panel3;
private System.Windows.Forms.TextBox tb_Set_Postion;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Button btn_Positive;
private System.Windows.Forms.Button btn_Negative;
}
}