From cd7a1182c004bfcc705f28b0a306a9855f3af059 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 22 五月 2025 21:04:24 +0800
Subject: [PATCH] 复制老的插进,然后进行 过站数量优化,和上到工序优化

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

diff --git a/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/Form1.Designer.cs b/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/Form1.Designer.cs
index 1d9f3ed..8f95ea5 100644
--- a/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/Form1.Designer.cs
+++ b/WFormSynchronizeData_SMR/WFormSynchronizeData_SMR/Form1.Designer.cs
@@ -38,7 +38,7 @@
             // timer1
             // 
             timer1.Enabled = true;
-            timer1.Interval = 3000;
+            timer1.Interval = 5000;
             timer1.Tick += new System.EventHandler(this.timer1_Tick);
             // 
             // btnReadData
@@ -59,6 +59,7 @@
             this.Controls.Add(this.btnReadData);
             this.Name = "Form1";
             this.Text = "Form1";
+            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
             this.ResumeLayout(false);
 
         }

--
Gitblit v1.9.1