| | |
| | | this.label4 = new System.Windows.Forms.Label(); |
| | | this.label3 = new System.Windows.Forms.Label(); |
| | | this.label2 = new System.Windows.Forms.Label(); |
| | | this.timer1 = new System.Windows.Forms.Timer(this.components); |
| | | this.timerAxisStatus = new System.Windows.Forms.Timer(this.components); |
| | | this.groupBoxAxisStatus.SuspendLayout(); |
| | | this.SuspendLayout(); |
| | | // |
| | |
| | | this.label2.TabIndex = 2; |
| | | this.label2.Text = "规划位置:"; |
| | | // |
| | | // timer1 |
| | | // timerAxisStatus |
| | | // |
| | | this.timer1.Tick += new System.EventHandler(this.RefreshStatus); |
| | | this.timerAxisStatus.Enabled = true; |
| | | this.timerAxisStatus.Interval = 200; |
| | | this.timerAxisStatus.Tick += new System.EventHandler(this.RefreshStatus); |
| | | // |
| | | // CtrlMotionCardAxisStatus |
| | | // |
| | |
| | | private System.Windows.Forms.Label label4; |
| | | private System.Windows.Forms.Label label3; |
| | | private System.Windows.Forms.Label label2; |
| | | private System.Windows.Forms.Timer timer1; |
| | | private System.Windows.Forms.Timer timerAxisStatus; |
| | | } |
| | | } |