| | |
| | | // |
| | | // timer1 |
| | | // |
| | | this.timer1.Interval = 3000; |
| | | this.timer1.Interval = 15000; |
| | | this.timer1.Tick += new System.EventHandler(this.timer1_Tick); |
| | | // |
| | | // txtHBath |
| | | // |
| | | this.txtHBath.Location = new System.Drawing.Point(604, 141); |
| | | this.txtHBath.Location = new System.Drawing.Point(604, 140); |
| | | this.txtHBath.Name = "txtHBath"; |
| | | this.txtHBath.ReadOnly = true; |
| | | this.txtHBath.Size = new System.Drawing.Size(82, 28); |
| | |
| | | this.HSouce.Name = "HSouce"; |
| | | this.HSouce.Size = new System.Drawing.Size(118, 28); |
| | | this.HSouce.TabIndex = 24; |
| | | this.HSouce.KeyDown += new System.Windows.Forms.KeyEventHandler(this.HSouce_KeyDown); |
| | | // |
| | | // label2 |
| | | // |