namespace Rs.MotionPlat { partial class AxisMove { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要修改 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AxisMove)); this.panel1 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtAxisPelLimit = new System.Windows.Forms.TextBox(); this.trackBar1 = new System.Windows.Forms.TrackBar(); this.txtAxisNelLimit = new System.Windows.Forms.TextBox(); this.label50 = new System.Windows.Forms.Label(); this.label49 = new System.Windows.Forms.Label(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.lblAxisMoving = new System.Windows.Forms.Label(); this.lblOrg = new System.Windows.Forms.Label(); this.lblNlimit = new System.Windows.Forms.Label(); this.lblPlimit = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblAxisServo = new System.Windows.Forms.Label(); this.label56 = new System.Windows.Forms.Label(); this.label54 = new System.Windows.Forms.Label(); this.label52 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lblHomed = new System.Windows.Forms.Label(); this.lblAxisAlarm = new System.Windows.Forms.Label(); this.panel3 = new System.Windows.Forms.Panel(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.chkMoveStep = new System.Windows.Forms.CheckBox(); this.tbarSpeed = new System.Windows.Forms.TrackBar(); this.btnClearAlarm = new System.Windows.Forms.Button(); this.btnServoOff = new System.Windows.Forms.Button(); this.btnServoOn = new System.Windows.Forms.Button(); this.label51 = new System.Windows.Forms.Label(); this.btnStop = new Rs.Controls.ButtonEx(); this.btnGoHome = new Rs.Controls.ButtonEx(); this.txtMoveDist = new System.Windows.Forms.TextBox(); this.textBox6 = new System.Windows.Forms.TextBox(); this.textBox5 = new System.Windows.Forms.TextBox(); this.lblSpeed = new System.Windows.Forms.Label(); this.label58 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.txtAuEncPos = new System.Windows.Forms.TextBox(); this.txtDriverPos = new System.Windows.Forms.TextBox(); this.txtEncPos = new System.Windows.Forms.TextBox(); this.label8 = new System.Windows.Forms.Label(); this.txtPrfPos = new System.Windows.Forms.TextBox(); this.label38 = new System.Windows.Forms.Label(); this.label37 = new System.Windows.Forms.Label(); this.label35 = new System.Windows.Forms.Label(); this.label34 = new System.Windows.Forms.Label(); this.label36 = new System.Windows.Forms.Label(); this.label18 = new System.Windows.Forms.Label(); this.label33 = new System.Windows.Forms.Label(); this.label17 = new System.Windows.Forms.Label(); this.label16 = new System.Windows.Forms.Label(); this.label31 = new System.Windows.Forms.Label(); this.label30 = new System.Windows.Forms.Label(); this.label28 = new System.Windows.Forms.Label(); this.label27 = new System.Windows.Forms.Label(); this.label29 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.label26 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label21 = new System.Windows.Forms.Label(); this.label20 = new System.Windows.Forms.Label(); this.label46 = new System.Windows.Forms.Label(); this.label43 = new System.Windows.Forms.Label(); this.label40 = new System.Windows.Forms.Label(); this.label45 = new System.Windows.Forms.Label(); this.label44 = new System.Windows.Forms.Label(); this.label42 = new System.Windows.Forms.Label(); this.label41 = new System.Windows.Forms.Label(); this.label39 = new System.Windows.Forms.Label(); this.label32 = new System.Windows.Forms.Label(); this.label48 = new System.Windows.Forms.Label(); this.label47 = new System.Windows.Forms.Label(); this.label24 = new System.Windows.Forms.Label(); this.label25 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label19 = new System.Windows.Forms.Label(); this.label23 = new System.Windows.Forms.Label(); this.label22 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.lblDriver = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.btnMovePositive = new Rs.Controls.ButtonEx(); this.label6 = new System.Windows.Forms.Label(); this.btnMoveNegative = new Rs.Controls.ButtonEx(); this.panel4 = new System.Windows.Forms.Panel(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.dataGridView1 = new System.Windows.Forms.DataGridView(); this.Time = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.Result = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.panel1.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).BeginInit(); this.panel2.SuspendLayout(); this.groupBox2.SuspendLayout(); this.panel3.SuspendLayout(); this.groupBox3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbarSpeed)).BeginInit(); this.panel4.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // panel1 // resources.ApplyResources(this.panel1, "panel1"); this.panel1.Controls.Add(this.groupBox1); this.panel1.Name = "panel1"; // // groupBox1 // resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Controls.Add(this.txtAxisPelLimit); this.groupBox1.Controls.Add(this.trackBar1); this.groupBox1.Controls.Add(this.txtAxisNelLimit); this.groupBox1.Controls.Add(this.label50); this.groupBox1.Controls.Add(this.label49); this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // txtAxisPelLimit // resources.ApplyResources(this.txtAxisPelLimit, "txtAxisPelLimit"); this.txtAxisPelLimit.Name = "txtAxisPelLimit"; // // trackBar1 // resources.ApplyResources(this.trackBar1, "trackBar1"); this.trackBar1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(26)))), ((int)(((byte)(26))))); this.trackBar1.LargeChange = 1; this.trackBar1.Maximum = 30; this.trackBar1.Minimum = 1; this.trackBar1.Name = "trackBar1"; this.trackBar1.TickStyle = System.Windows.Forms.TickStyle.None; this.trackBar1.Value = 5; // // txtAxisNelLimit // resources.ApplyResources(this.txtAxisNelLimit, "txtAxisNelLimit"); this.txtAxisNelLimit.Name = "txtAxisNelLimit"; // // label50 // resources.ApplyResources(this.label50, "label50"); this.label50.ForeColor = System.Drawing.Color.White; this.label50.Name = "label50"; // // label49 // resources.ApplyResources(this.label49, "label49"); this.label49.ForeColor = System.Drawing.Color.White; this.label49.Name = "label49"; // // panel2 // resources.ApplyResources(this.panel2, "panel2"); this.panel2.Controls.Add(this.groupBox2); this.panel2.Name = "panel2"; // // groupBox2 // resources.ApplyResources(this.groupBox2, "groupBox2"); this.groupBox2.Controls.Add(this.lblAxisMoving); this.groupBox2.Controls.Add(this.lblOrg); this.groupBox2.Controls.Add(this.lblNlimit); this.groupBox2.Controls.Add(this.lblPlimit); this.groupBox2.Controls.Add(this.label3); this.groupBox2.Controls.Add(this.lblAxisServo); this.groupBox2.Controls.Add(this.label56); this.groupBox2.Controls.Add(this.label54); this.groupBox2.Controls.Add(this.label52); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.lblHomed); this.groupBox2.Controls.Add(this.lblAxisAlarm); this.groupBox2.ForeColor = System.Drawing.Color.White; this.groupBox2.Name = "groupBox2"; this.groupBox2.TabStop = false; // // lblAxisMoving // resources.ApplyResources(this.lblAxisMoving, "lblAxisMoving"); this.lblAxisMoving.BackColor = System.Drawing.Color.Silver; this.lblAxisMoving.ForeColor = System.Drawing.Color.White; this.lblAxisMoving.Name = "lblAxisMoving"; // // lblOrg // resources.ApplyResources(this.lblOrg, "lblOrg"); this.lblOrg.BackColor = System.Drawing.Color.Silver; this.lblOrg.ForeColor = System.Drawing.Color.White; this.lblOrg.Name = "lblOrg"; // // lblNlimit // resources.ApplyResources(this.lblNlimit, "lblNlimit"); this.lblNlimit.BackColor = System.Drawing.Color.Silver; this.lblNlimit.ForeColor = System.Drawing.Color.White; this.lblNlimit.Name = "lblNlimit"; // // lblPlimit // resources.ApplyResources(this.lblPlimit, "lblPlimit"); this.lblPlimit.BackColor = System.Drawing.Color.Silver; this.lblPlimit.ForeColor = System.Drawing.Color.White; this.lblPlimit.Name = "lblPlimit"; // // label3 // resources.ApplyResources(this.label3, "label3"); this.label3.ForeColor = System.Drawing.Color.White; this.label3.Name = "label3"; // // lblAxisServo // resources.ApplyResources(this.lblAxisServo, "lblAxisServo"); this.lblAxisServo.BackColor = System.Drawing.Color.Silver; this.lblAxisServo.ForeColor = System.Drawing.Color.White; this.lblAxisServo.Name = "lblAxisServo"; // // label56 // resources.ApplyResources(this.label56, "label56"); this.label56.ForeColor = System.Drawing.Color.White; this.label56.Name = "label56"; // // label54 // resources.ApplyResources(this.label54, "label54"); this.label54.ForeColor = System.Drawing.Color.White; this.label54.Name = "label54"; // // label52 // resources.ApplyResources(this.label52, "label52"); this.label52.ForeColor = System.Drawing.Color.White; this.label52.Name = "label52"; // // label4 // resources.ApplyResources(this.label4, "label4"); this.label4.ForeColor = System.Drawing.Color.White; this.label4.Name = "label4"; // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.ForeColor = System.Drawing.Color.White; this.label2.Name = "label2"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.ForeColor = System.Drawing.Color.White; this.label1.Name = "label1"; // // lblHomed // resources.ApplyResources(this.lblHomed, "lblHomed"); this.lblHomed.BackColor = System.Drawing.Color.Silver; this.lblHomed.ForeColor = System.Drawing.Color.White; this.lblHomed.Name = "lblHomed"; // // lblAxisAlarm // resources.ApplyResources(this.lblAxisAlarm, "lblAxisAlarm"); this.lblAxisAlarm.BackColor = System.Drawing.Color.Silver; this.lblAxisAlarm.ForeColor = System.Drawing.Color.White; this.lblAxisAlarm.Name = "lblAxisAlarm"; this.lblAxisAlarm.Click += new System.EventHandler(this.lblAxisAlarm_Click); // // panel3 // resources.ApplyResources(this.panel3, "panel3"); this.panel3.Controls.Add(this.groupBox3); this.panel3.Name = "panel3"; // // groupBox3 // resources.ApplyResources(this.groupBox3, "groupBox3"); this.groupBox3.Controls.Add(this.chkMoveStep); this.groupBox3.Controls.Add(this.tbarSpeed); this.groupBox3.Controls.Add(this.btnClearAlarm); this.groupBox3.Controls.Add(this.btnServoOff); this.groupBox3.Controls.Add(this.btnServoOn); this.groupBox3.Controls.Add(this.label51); this.groupBox3.Controls.Add(this.btnStop); this.groupBox3.Controls.Add(this.btnGoHome); this.groupBox3.Controls.Add(this.txtMoveDist); this.groupBox3.Controls.Add(this.textBox6); this.groupBox3.Controls.Add(this.textBox5); this.groupBox3.Controls.Add(this.lblSpeed); this.groupBox3.Controls.Add(this.label58); this.groupBox3.Controls.Add(this.label9); this.groupBox3.Controls.Add(this.txtAuEncPos); this.groupBox3.Controls.Add(this.txtDriverPos); this.groupBox3.Controls.Add(this.txtEncPos); this.groupBox3.Controls.Add(this.label8); this.groupBox3.Controls.Add(this.txtPrfPos); this.groupBox3.Controls.Add(this.label38); this.groupBox3.Controls.Add(this.label37); this.groupBox3.Controls.Add(this.label35); this.groupBox3.Controls.Add(this.label34); this.groupBox3.Controls.Add(this.label36); this.groupBox3.Controls.Add(this.label18); this.groupBox3.Controls.Add(this.label33); this.groupBox3.Controls.Add(this.label17); this.groupBox3.Controls.Add(this.label16); this.groupBox3.Controls.Add(this.label31); this.groupBox3.Controls.Add(this.label30); this.groupBox3.Controls.Add(this.label28); this.groupBox3.Controls.Add(this.label27); this.groupBox3.Controls.Add(this.label29); this.groupBox3.Controls.Add(this.label15); this.groupBox3.Controls.Add(this.label26); this.groupBox3.Controls.Add(this.label14); this.groupBox3.Controls.Add(this.label13); this.groupBox3.Controls.Add(this.label21); this.groupBox3.Controls.Add(this.label20); this.groupBox3.Controls.Add(this.label46); this.groupBox3.Controls.Add(this.label43); this.groupBox3.Controls.Add(this.label40); this.groupBox3.Controls.Add(this.label45); this.groupBox3.Controls.Add(this.label44); this.groupBox3.Controls.Add(this.label42); this.groupBox3.Controls.Add(this.label41); this.groupBox3.Controls.Add(this.label39); this.groupBox3.Controls.Add(this.label32); this.groupBox3.Controls.Add(this.label48); this.groupBox3.Controls.Add(this.label47); this.groupBox3.Controls.Add(this.label24); this.groupBox3.Controls.Add(this.label25); this.groupBox3.Controls.Add(this.label12); this.groupBox3.Controls.Add(this.label19); this.groupBox3.Controls.Add(this.label23); this.groupBox3.Controls.Add(this.label22); this.groupBox3.Controls.Add(this.label5); this.groupBox3.Controls.Add(this.label11); this.groupBox3.Controls.Add(this.lblDriver); this.groupBox3.Controls.Add(this.label10); this.groupBox3.Controls.Add(this.label7); this.groupBox3.Controls.Add(this.btnMovePositive); this.groupBox3.Controls.Add(this.label6); this.groupBox3.Controls.Add(this.btnMoveNegative); this.groupBox3.ForeColor = System.Drawing.Color.White; this.groupBox3.Name = "groupBox3"; this.groupBox3.TabStop = false; // // chkMoveStep // resources.ApplyResources(this.chkMoveStep, "chkMoveStep"); this.chkMoveStep.Name = "chkMoveStep"; this.chkMoveStep.UseVisualStyleBackColor = true; // // tbarSpeed // resources.ApplyResources(this.tbarSpeed, "tbarSpeed"); this.tbarSpeed.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(26)))), ((int)(((byte)(26))))); this.tbarSpeed.LargeChange = 1; this.tbarSpeed.Maximum = 30; this.tbarSpeed.Minimum = 1; this.tbarSpeed.Name = "tbarSpeed"; this.tbarSpeed.TickStyle = System.Windows.Forms.TickStyle.None; this.tbarSpeed.Value = 5; this.tbarSpeed.ValueChanged += new System.EventHandler(this.tbarSpeed_ValueChanged); // // btnClearAlarm // resources.ApplyResources(this.btnClearAlarm, "btnClearAlarm"); this.btnClearAlarm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))); this.btnClearAlarm.Cursor = System.Windows.Forms.Cursors.Hand; this.btnClearAlarm.ForeColor = System.Drawing.Color.Black; this.btnClearAlarm.Image = global::Rs.Controls.Properties.Resources.clear; this.btnClearAlarm.Name = "btnClearAlarm"; this.btnClearAlarm.UseVisualStyleBackColor = false; this.btnClearAlarm.Click += new System.EventHandler(this.btnClearAlarm_Click); // // btnServoOff // resources.ApplyResources(this.btnServoOff, "btnServoOff"); this.btnServoOff.BackColor = System.Drawing.Color.Gray; this.btnServoOff.Cursor = System.Windows.Forms.Cursors.Hand; this.btnServoOff.Name = "btnServoOff"; this.btnServoOff.UseVisualStyleBackColor = false; this.btnServoOff.Click += new System.EventHandler(this.btnServoOff_Click); // // btnServoOn // resources.ApplyResources(this.btnServoOn, "btnServoOn"); this.btnServoOn.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.btnServoOn.Cursor = System.Windows.Forms.Cursors.Hand; this.btnServoOn.Name = "btnServoOn"; this.btnServoOn.UseVisualStyleBackColor = false; this.btnServoOn.Click += new System.EventHandler(this.btnServoOn_Click); // // label51 // resources.ApplyResources(this.label51, "label51"); this.label51.Name = "label51"; // // btnStop // resources.ApplyResources(this.btnStop, "btnStop"); this.btnStop.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.btnStop.ButtonType = Rs.Controls.EButtonType.None; this.btnStop.Cursor = System.Windows.Forms.Cursors.Hand; this.btnStop.Name = "btnStop"; this.btnStop.Selected = false; this.btnStop.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203))))); this.btnStop.ShowIcon = null; this.btnStop.ShowText = "STOP"; this.btnStop.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.btnStop.UseVisualStyleBackColor = false; this.btnStop.Click += new System.EventHandler(this.btnStop_Click); // // btnGoHome // resources.ApplyResources(this.btnGoHome, "btnGoHome"); this.btnGoHome.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.btnGoHome.ButtonType = Rs.Controls.EButtonType.None; this.btnGoHome.Cursor = System.Windows.Forms.Cursors.Hand; this.btnGoHome.Name = "btnGoHome"; this.btnGoHome.Selected = false; this.btnGoHome.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203))))); this.btnGoHome.ShowIcon = null; this.btnGoHome.ShowText = "HOME"; this.btnGoHome.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.btnGoHome.UseVisualStyleBackColor = false; this.btnGoHome.Click += new System.EventHandler(this.btnGoHome_Click); // // txtMoveDist // resources.ApplyResources(this.txtMoveDist, "txtMoveDist"); this.txtMoveDist.Name = "txtMoveDist"; // // textBox6 // resources.ApplyResources(this.textBox6, "textBox6"); this.textBox6.Name = "textBox6"; // // textBox5 // resources.ApplyResources(this.textBox5, "textBox5"); this.textBox5.Name = "textBox5"; // // lblSpeed // resources.ApplyResources(this.lblSpeed, "lblSpeed"); this.lblSpeed.ForeColor = System.Drawing.Color.White; this.lblSpeed.Name = "lblSpeed"; // // label58 // resources.ApplyResources(this.label58, "label58"); this.label58.ForeColor = System.Drawing.Color.White; this.label58.Name = "label58"; // // label9 // resources.ApplyResources(this.label9, "label9"); this.label9.ForeColor = System.Drawing.Color.White; this.label9.Name = "label9"; // // txtAuEncPos // resources.ApplyResources(this.txtAuEncPos, "txtAuEncPos"); this.txtAuEncPos.Name = "txtAuEncPos"; // // txtDriverPos // resources.ApplyResources(this.txtDriverPos, "txtDriverPos"); this.txtDriverPos.Name = "txtDriverPos"; // // txtEncPos // resources.ApplyResources(this.txtEncPos, "txtEncPos"); this.txtEncPos.Name = "txtEncPos"; // // label8 // resources.ApplyResources(this.label8, "label8"); this.label8.ForeColor = System.Drawing.Color.White; this.label8.Name = "label8"; // // txtPrfPos // resources.ApplyResources(this.txtPrfPos, "txtPrfPos"); this.txtPrfPos.Name = "txtPrfPos"; // // label38 // resources.ApplyResources(this.label38, "label38"); this.label38.BackColor = System.Drawing.Color.Gray; this.label38.Cursor = System.Windows.Forms.Cursors.Hand; this.label38.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label38.ForeColor = System.Drawing.Color.White; this.label38.Name = "label38"; this.label38.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label37 // resources.ApplyResources(this.label37, "label37"); this.label37.BackColor = System.Drawing.Color.Gray; this.label37.Cursor = System.Windows.Forms.Cursors.Hand; this.label37.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label37.ForeColor = System.Drawing.Color.White; this.label37.Name = "label37"; this.label37.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label35 // resources.ApplyResources(this.label35, "label35"); this.label35.BackColor = System.Drawing.Color.Gray; this.label35.Cursor = System.Windows.Forms.Cursors.Hand; this.label35.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label35.ForeColor = System.Drawing.Color.White; this.label35.Name = "label35"; this.label35.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label34 // resources.ApplyResources(this.label34, "label34"); this.label34.BackColor = System.Drawing.Color.Gray; this.label34.Cursor = System.Windows.Forms.Cursors.Hand; this.label34.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label34.ForeColor = System.Drawing.Color.White; this.label34.Name = "label34"; this.label34.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label36 // resources.ApplyResources(this.label36, "label36"); this.label36.BackColor = System.Drawing.Color.Gray; this.label36.Cursor = System.Windows.Forms.Cursors.Hand; this.label36.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label36.ForeColor = System.Drawing.Color.White; this.label36.Name = "label36"; this.label36.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label18 // resources.ApplyResources(this.label18, "label18"); this.label18.BackColor = System.Drawing.Color.Gray; this.label18.Cursor = System.Windows.Forms.Cursors.Hand; this.label18.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label18.ForeColor = System.Drawing.Color.White; this.label18.Name = "label18"; this.label18.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label33 // resources.ApplyResources(this.label33, "label33"); this.label33.BackColor = System.Drawing.Color.Gray; this.label33.Cursor = System.Windows.Forms.Cursors.Hand; this.label33.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label33.ForeColor = System.Drawing.Color.White; this.label33.Name = "label33"; this.label33.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label17 // resources.ApplyResources(this.label17, "label17"); this.label17.BackColor = System.Drawing.Color.Gray; this.label17.Cursor = System.Windows.Forms.Cursors.Hand; this.label17.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label17.ForeColor = System.Drawing.Color.White; this.label17.Name = "label17"; this.label17.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label16 // resources.ApplyResources(this.label16, "label16"); this.label16.BackColor = System.Drawing.Color.Gray; this.label16.Cursor = System.Windows.Forms.Cursors.Hand; this.label16.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label16.ForeColor = System.Drawing.Color.White; this.label16.Name = "label16"; this.label16.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label31 // resources.ApplyResources(this.label31, "label31"); this.label31.BackColor = System.Drawing.Color.Gray; this.label31.Cursor = System.Windows.Forms.Cursors.Hand; this.label31.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label31.ForeColor = System.Drawing.Color.White; this.label31.Name = "label31"; this.label31.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label30 // resources.ApplyResources(this.label30, "label30"); this.label30.BackColor = System.Drawing.Color.Gray; this.label30.Cursor = System.Windows.Forms.Cursors.Hand; this.label30.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label30.ForeColor = System.Drawing.Color.White; this.label30.Name = "label30"; this.label30.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label28 // resources.ApplyResources(this.label28, "label28"); this.label28.BackColor = System.Drawing.Color.Gray; this.label28.Cursor = System.Windows.Forms.Cursors.Hand; this.label28.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label28.ForeColor = System.Drawing.Color.White; this.label28.Name = "label28"; this.label28.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label27 // resources.ApplyResources(this.label27, "label27"); this.label27.BackColor = System.Drawing.Color.Gray; this.label27.Cursor = System.Windows.Forms.Cursors.Hand; this.label27.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label27.ForeColor = System.Drawing.Color.White; this.label27.Name = "label27"; this.label27.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label29 // resources.ApplyResources(this.label29, "label29"); this.label29.BackColor = System.Drawing.Color.Gray; this.label29.Cursor = System.Windows.Forms.Cursors.Hand; this.label29.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label29.ForeColor = System.Drawing.Color.White; this.label29.Name = "label29"; this.label29.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label15 // resources.ApplyResources(this.label15, "label15"); this.label15.BackColor = System.Drawing.Color.Gray; this.label15.Cursor = System.Windows.Forms.Cursors.Hand; this.label15.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label15.ForeColor = System.Drawing.Color.White; this.label15.Name = "label15"; this.label15.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label26 // resources.ApplyResources(this.label26, "label26"); this.label26.BackColor = System.Drawing.Color.Gray; this.label26.Cursor = System.Windows.Forms.Cursors.Hand; this.label26.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label26.ForeColor = System.Drawing.Color.White; this.label26.Name = "label26"; this.label26.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label14 // resources.ApplyResources(this.label14, "label14"); this.label14.BackColor = System.Drawing.Color.Gray; this.label14.Cursor = System.Windows.Forms.Cursors.Hand; this.label14.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label14.ForeColor = System.Drawing.Color.White; this.label14.Name = "label14"; this.label14.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label13 // resources.ApplyResources(this.label13, "label13"); this.label13.BackColor = System.Drawing.Color.Gray; this.label13.Cursor = System.Windows.Forms.Cursors.Hand; this.label13.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label13.ForeColor = System.Drawing.Color.White; this.label13.Name = "label13"; this.label13.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label21 // resources.ApplyResources(this.label21, "label21"); this.label21.BackColor = System.Drawing.Color.Gray; this.label21.Cursor = System.Windows.Forms.Cursors.Hand; this.label21.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label21.ForeColor = System.Drawing.Color.White; this.label21.Name = "label21"; this.label21.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label20 // resources.ApplyResources(this.label20, "label20"); this.label20.BackColor = System.Drawing.Color.Gray; this.label20.Cursor = System.Windows.Forms.Cursors.Hand; this.label20.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label20.ForeColor = System.Drawing.Color.White; this.label20.Name = "label20"; this.label20.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label46 // resources.ApplyResources(this.label46, "label46"); this.label46.BackColor = System.Drawing.Color.Gray; this.label46.Cursor = System.Windows.Forms.Cursors.Hand; this.label46.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label46.ForeColor = System.Drawing.Color.White; this.label46.Name = "label46"; this.label46.Click += new System.EventHandler(this.Calc_Click); // // label43 // resources.ApplyResources(this.label43, "label43"); this.label43.BackColor = System.Drawing.Color.Gray; this.label43.Cursor = System.Windows.Forms.Cursors.Hand; this.label43.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label43.ForeColor = System.Drawing.Color.White; this.label43.Name = "label43"; this.label43.Click += new System.EventHandler(this.Calc_Click); // // label40 // resources.ApplyResources(this.label40, "label40"); this.label40.BackColor = System.Drawing.Color.Gray; this.label40.Cursor = System.Windows.Forms.Cursors.Hand; this.label40.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label40.ForeColor = System.Drawing.Color.White; this.label40.Name = "label40"; this.label40.Click += new System.EventHandler(this.Calc_Click); // // label45 // resources.ApplyResources(this.label45, "label45"); this.label45.BackColor = System.Drawing.Color.Gray; this.label45.Cursor = System.Windows.Forms.Cursors.Hand; this.label45.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label45.ForeColor = System.Drawing.Color.White; this.label45.Name = "label45"; this.label45.Click += new System.EventHandler(this.Calc_Click); // // label44 // resources.ApplyResources(this.label44, "label44"); this.label44.BackColor = System.Drawing.Color.Gray; this.label44.Cursor = System.Windows.Forms.Cursors.Hand; this.label44.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label44.ForeColor = System.Drawing.Color.White; this.label44.Name = "label44"; this.label44.Click += new System.EventHandler(this.Calc_Click); // // label42 // resources.ApplyResources(this.label42, "label42"); this.label42.BackColor = System.Drawing.Color.Gray; this.label42.Cursor = System.Windows.Forms.Cursors.Hand; this.label42.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label42.ForeColor = System.Drawing.Color.White; this.label42.Name = "label42"; this.label42.Click += new System.EventHandler(this.Calc_Click); // // label41 // resources.ApplyResources(this.label41, "label41"); this.label41.BackColor = System.Drawing.Color.Gray; this.label41.Cursor = System.Windows.Forms.Cursors.Hand; this.label41.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label41.ForeColor = System.Drawing.Color.White; this.label41.Name = "label41"; this.label41.Click += new System.EventHandler(this.Calc_Click); // // label39 // resources.ApplyResources(this.label39, "label39"); this.label39.BackColor = System.Drawing.Color.Gray; this.label39.Cursor = System.Windows.Forms.Cursors.Hand; this.label39.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label39.ForeColor = System.Drawing.Color.White; this.label39.Name = "label39"; this.label39.Click += new System.EventHandler(this.Calc_Click); // // label32 // resources.ApplyResources(this.label32, "label32"); this.label32.BackColor = System.Drawing.Color.Gray; this.label32.Cursor = System.Windows.Forms.Cursors.Hand; this.label32.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label32.ForeColor = System.Drawing.Color.White; this.label32.Name = "label32"; this.label32.Click += new System.EventHandler(this.Calc_Click); // // label48 // resources.ApplyResources(this.label48, "label48"); this.label48.BackColor = System.Drawing.Color.Gray; this.label48.Cursor = System.Windows.Forms.Cursors.Hand; this.label48.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label48.ForeColor = System.Drawing.Color.White; this.label48.Name = "label48"; this.label48.Click += new System.EventHandler(this.Calc_Click); // // label47 // resources.ApplyResources(this.label47, "label47"); this.label47.BackColor = System.Drawing.Color.Gray; this.label47.Cursor = System.Windows.Forms.Cursors.Hand; this.label47.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label47.ForeColor = System.Drawing.Color.White; this.label47.Name = "label47"; this.label47.Click += new System.EventHandler(this.Calc_Click); // // label24 // resources.ApplyResources(this.label24, "label24"); this.label24.BackColor = System.Drawing.Color.Gray; this.label24.Cursor = System.Windows.Forms.Cursors.Hand; this.label24.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label24.ForeColor = System.Drawing.Color.White; this.label24.Name = "label24"; this.label24.Click += new System.EventHandler(this.Calc_Click); // // label25 // resources.ApplyResources(this.label25, "label25"); this.label25.BackColor = System.Drawing.Color.Gray; this.label25.Cursor = System.Windows.Forms.Cursors.Hand; this.label25.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label25.ForeColor = System.Drawing.Color.White; this.label25.Name = "label25"; this.label25.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label12 // resources.ApplyResources(this.label12, "label12"); this.label12.BackColor = System.Drawing.Color.Gray; this.label12.Cursor = System.Windows.Forms.Cursors.Hand; this.label12.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label12.ForeColor = System.Drawing.Color.White; this.label12.Name = "label12"; this.label12.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label19 // resources.ApplyResources(this.label19, "label19"); this.label19.BackColor = System.Drawing.Color.Gray; this.label19.Cursor = System.Windows.Forms.Cursors.Hand; this.label19.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label19.ForeColor = System.Drawing.Color.White; this.label19.Name = "label19"; this.label19.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label23 // resources.ApplyResources(this.label23, "label23"); this.label23.BackColor = System.Drawing.Color.Gray; this.label23.Cursor = System.Windows.Forms.Cursors.Hand; this.label23.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label23.ForeColor = System.Drawing.Color.White; this.label23.Name = "label23"; this.label23.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label22 // resources.ApplyResources(this.label22, "label22"); this.label22.BackColor = System.Drawing.Color.Gray; this.label22.Cursor = System.Windows.Forms.Cursors.Hand; this.label22.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label22.ForeColor = System.Drawing.Color.White; this.label22.Name = "label22"; this.label22.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label5 // resources.ApplyResources(this.label5, "label5"); this.label5.ForeColor = System.Drawing.Color.White; this.label5.Name = "label5"; // // label11 // resources.ApplyResources(this.label11, "label11"); this.label11.BackColor = System.Drawing.Color.Gray; this.label11.Cursor = System.Windows.Forms.Cursors.Hand; this.label11.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label11.ForeColor = System.Drawing.Color.White; this.label11.Name = "label11"; this.label11.Click += new System.EventHandler(this.CommonMoveDist_Click); // // lblDriver // resources.ApplyResources(this.lblDriver, "lblDriver"); this.lblDriver.ForeColor = System.Drawing.Color.White; this.lblDriver.Name = "lblDriver"; // // label10 // resources.ApplyResources(this.label10, "label10"); this.label10.BackColor = System.Drawing.Color.Gray; this.label10.Cursor = System.Windows.Forms.Cursors.Hand; this.label10.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.label10.ForeColor = System.Drawing.Color.White; this.label10.Name = "label10"; this.label10.Click += new System.EventHandler(this.CommonMoveDist_Click); // // label7 // resources.ApplyResources(this.label7, "label7"); this.label7.ForeColor = System.Drawing.Color.White; this.label7.Name = "label7"; // // btnMovePositive // resources.ApplyResources(this.btnMovePositive, "btnMovePositive"); this.btnMovePositive.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.btnMovePositive.ButtonType = Rs.Controls.EButtonType.None; this.btnMovePositive.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMovePositive.Name = "btnMovePositive"; this.btnMovePositive.Selected = false; this.btnMovePositive.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203))))); this.btnMovePositive.ShowIcon = null; this.btnMovePositive.ShowText = "+"; this.btnMovePositive.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.btnMovePositive.UseVisualStyleBackColor = false; this.btnMovePositive.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Mouse_Down); this.btnMovePositive.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Mouse_Up); // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.ForeColor = System.Drawing.Color.White; this.label6.Name = "label6"; // // btnMoveNegative // resources.ApplyResources(this.btnMoveNegative, "btnMoveNegative"); this.btnMoveNegative.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.btnMoveNegative.ButtonType = Rs.Controls.EButtonType.None; this.btnMoveNegative.Cursor = System.Windows.Forms.Cursors.Hand; this.btnMoveNegative.Name = "btnMoveNegative"; this.btnMoveNegative.Selected = false; this.btnMoveNegative.SelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(57)))), ((int)(((byte)(136)))), ((int)(((byte)(203))))); this.btnMoveNegative.ShowIcon = null; this.btnMoveNegative.ShowText = "-"; this.btnMoveNegative.UnSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(19)))), ((int)(((byte)(52)))), ((int)(((byte)(104))))); this.btnMoveNegative.UseVisualStyleBackColor = false; this.btnMoveNegative.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Mouse_Down); this.btnMoveNegative.MouseUp += new System.Windows.Forms.MouseEventHandler(this.Mouse_Up); // // panel4 // resources.ApplyResources(this.panel4, "panel4"); this.panel4.Controls.Add(this.groupBox4); this.panel4.Name = "panel4"; // // groupBox4 // resources.ApplyResources(this.groupBox4, "groupBox4"); this.groupBox4.Controls.Add(this.dataGridView1); this.groupBox4.ForeColor = System.Drawing.Color.White; this.groupBox4.Name = "groupBox4"; this.groupBox4.TabStop = false; // // dataGridView1 // resources.ApplyResources(this.dataGridView1, "dataGridView1"); this.dataGridView1.AllowUserToAddRows = false; this.dataGridView1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.dataGridView1.BackgroundColor = System.Drawing.Color.Black; this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.Time, this.Result}); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single; this.dataGridView1.RowHeadersVisible = false; this.dataGridView1.RowTemplate.DefaultCellStyle.BackColor = System.Drawing.Color.Black; this.dataGridView1.RowTemplate.Height = 25; // // Time // this.Time.DataPropertyName = "Time"; this.Time.FillWeight = 20F; resources.ApplyResources(this.Time, "Time"); this.Time.Name = "Time"; // // Result // this.Result.DataPropertyName = "Result"; this.Result.FillWeight = 80F; resources.ApplyResources(this.Result, "Result"); this.Result.Name = "Result"; // // timer1 // this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // AxisMove // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Transparent; this.Controls.Add(this.panel4); this.Controls.Add(this.panel3); this.Controls.Add(this.panel2); this.Controls.Add(this.panel1); this.Name = "AxisMove"; this.Load += new System.EventHandler(this.AxisMove_Load); this.panel1.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.trackBar1)).EndInit(); this.panel2.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.panel3.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.tbarSpeed)).EndInit(); this.panel4.ResumeLayout(false); this.groupBox4.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.TextBox txtAxisPelLimit; private System.Windows.Forms.TrackBar trackBar1; private System.Windows.Forms.TextBox txtAxisNelLimit; private System.Windows.Forms.Label label50; private System.Windows.Forms.Label label49; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Label lblOrg; private System.Windows.Forms.Label lblNlimit; private System.Windows.Forms.Label lblPlimit; private System.Windows.Forms.Label lblAxisServo; private System.Windows.Forms.Label label56; private System.Windows.Forms.Label label54; private System.Windows.Forms.Label label52; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label lblHomed; private System.Windows.Forms.Label lblAxisAlarm; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.CheckBox chkMoveStep; private System.Windows.Forms.TrackBar tbarSpeed; private System.Windows.Forms.Button btnServoOff; private System.Windows.Forms.Button btnServoOn; private System.Windows.Forms.Label label51; private Rs.Controls.ButtonEx btnStop; private Rs.Controls.ButtonEx btnGoHome; private System.Windows.Forms.TextBox txtMoveDist; private System.Windows.Forms.TextBox textBox6; private System.Windows.Forms.TextBox textBox5; private System.Windows.Forms.Label lblSpeed; private System.Windows.Forms.Label label58; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtEncPos; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtPrfPos; private System.Windows.Forms.Label label38; private System.Windows.Forms.Label label37; private System.Windows.Forms.Label label35; private System.Windows.Forms.Label label34; private System.Windows.Forms.Label label36; private System.Windows.Forms.Label label18; private System.Windows.Forms.Label label33; private System.Windows.Forms.Label label17; private System.Windows.Forms.Label label16; private System.Windows.Forms.Label label31; private System.Windows.Forms.Label label30; private System.Windows.Forms.Label label28; private System.Windows.Forms.Label label27; private System.Windows.Forms.Label label29; private System.Windows.Forms.Label label15; private System.Windows.Forms.Label label26; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label21; private System.Windows.Forms.Label label20; private System.Windows.Forms.Label label46; private System.Windows.Forms.Label label43; private System.Windows.Forms.Label label40; private System.Windows.Forms.Label label45; private System.Windows.Forms.Label label44; private System.Windows.Forms.Label label42; private System.Windows.Forms.Label label41; private System.Windows.Forms.Label label39; private System.Windows.Forms.Label label32; private System.Windows.Forms.Label label48; private System.Windows.Forms.Label label47; private System.Windows.Forms.Label label24; private System.Windows.Forms.Label label25; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label19; private System.Windows.Forms.Label label23; private System.Windows.Forms.Label label22; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label7; private Rs.Controls.ButtonEx btnMovePositive; private System.Windows.Forms.Label label6; private Rs.Controls.ButtonEx btnMoveNegative; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.GroupBox groupBox4; private System.Windows.Forms.TextBox txtDriverPos; private System.Windows.Forms.Label lblDriver; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label lblAxisMoving; private System.Windows.Forms.Label label3; private System.Windows.Forms.DataGridView dataGridView1; private System.Windows.Forms.DataGridViewTextBoxColumn Time; private System.Windows.Forms.DataGridViewTextBoxColumn Result; private System.Windows.Forms.TextBox txtAuEncPos; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnClearAlarm; } }