From a88c2dbb327d3a3a0b9a9bcc91ce4f31450159ba Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期五, 05 一月 2024 16:58:23 +0800
Subject: [PATCH] 自动同步 定时保存 优化

---
 WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs
index fbfbdfb..fd76f32 100644
--- a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs
+++ b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs
@@ -112,12 +112,12 @@
             // 
             // 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);
@@ -164,6 +164,7 @@
             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
             // 

--
Gitblit v1.9.1