From c05f5677f4e4296da0b8d9ced577bb5643e64579 Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期三, 11 九月 2024 20:18:23 +0800 Subject: [PATCH] 数据同步优化 --- WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.Designer.cs | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.Designer.cs b/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.Designer.cs index c557527..2a863b5 100644 --- a/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.Designer.cs +++ b/WFormSynchronizeData_SMR/EquipmentCollectionForm/EquipmentCollectionForm.Designer.cs @@ -47,6 +47,7 @@ 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 @@ -195,6 +196,11 @@ 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); @@ -218,6 +224,7 @@ 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(); @@ -243,5 +250,6 @@ 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; } } \ No newline at end of file -- Gitblit v1.9.1