| | |
| | | this.ioIn6 = new Bro.UI.Model.Winform.IOIndicatorCtrl(); |
| | | this.ioIn5 = new Bro.UI.Model.Winform.IOIndicatorCtrl(); |
| | | this.ioIn1 = new Bro.UI.Model.Winform.IOIndicatorCtrl(); |
| | | this.timer1 = new System.Windows.Forms.Timer(this.components); |
| | | this.timerIOStatus = new System.Windows.Forms.Timer(this.components); |
| | | this.tableLayoutPanel1.SuspendLayout(); |
| | | this.groupBoxIOOut.SuspendLayout(); |
| | | this.groupBoxIOIn.SuspendLayout(); |
| | |
| | | this.ioIn1.Size = new System.Drawing.Size(90, 24); |
| | | this.ioIn1.TabIndex = 4; |
| | | // |
| | | // timer1 |
| | | // timerIOStatus |
| | | // |
| | | this.timer1.Enabled = true; |
| | | this.timer1.Interval = 200; |
| | | this.timer1.Tick += new System.EventHandler(this.RefreshIOStatus); |
| | | this.timerIOStatus.Enabled = true; |
| | | this.timerIOStatus.Interval = 200; |
| | | this.timerIOStatus.Tick += new System.EventHandler(this.RefreshIOStatus); |
| | | // |
| | | // CtrlMotionCardIOStatus |
| | | // |
| | |
| | | private Model.Winform.IOIndicatorCtrl ioOut6; |
| | | private Model.Winform.IOIndicatorCtrl ioOut5; |
| | | private Model.Winform.IOIndicatorCtrl ioOut1; |
| | | private System.Windows.Forms.Timer timer1; |
| | | private System.Windows.Forms.Timer timerIOStatus; |
| | | } |
| | | } |