| | |
| | | this.txtHMaterNumber = new System.Windows.Forms.TextBox(); |
| | | this.HMaterID = new System.Windows.Forms.Label(); |
| | | this.timer = new System.Windows.Forms.Timer(this.components); |
| | | this.Time_CLHB = new System.Windows.Forms.Timer(this.components); |
| | | this.SuspendLayout(); |
| | | // |
| | | // cmbEquipFile |
| | |
| | | this.timer.Interval = 60000; |
| | | this.timer.Tick += new System.EventHandler(this.timer_Tick); |
| | | // |
| | | // Time_CLHB |
| | | // |
| | | this.Time_CLHB.Interval = 3600000; |
| | | this.Time_CLHB.Tick += new System.EventHandler(this.Time_CLHB_Tick); |
| | | // |
| | | // EquipmentCollectionForm |
| | | // |
| | | this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F); |
| | |
| | | this.Controls.Add(this.cmbEquipFile); |
| | | this.Name = "EquipmentCollectionForm"; |
| | | this.Text = "设备数据采集"; |
| | | this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.EquipmentCollectionForm_FormClosing); |
| | | this.Load += new System.EventHandler(this.EquipmentCollectionForm_Load); |
| | | this.ResumeLayout(false); |
| | | this.PerformLayout(); |
| | |
| | | private System.Windows.Forms.TextBox txtHMaterNumber; |
| | | private System.Windows.Forms.Label HMaterID; |
| | | private System.Windows.Forms.Timer timer; |
| | | private System.Windows.Forms.Timer Time_CLHB; |
| | | } |
| | | } |