From 977616d74f913ae5ce1e14f8cfde3b7f4d5a21a2 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期四, 26 六月 2025 17:48:23 +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 ee91830..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 = 15000;
+            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