From 1a309b8f237f28fcd5d3d5fb7d75a4b71b958341 Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期四, 18 九月 2025 08:35:37 +0800
Subject: [PATCH] 插件增加备注

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

diff --git a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs
index fd76f32..461e995 100644
--- a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs
+++ b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs
@@ -62,7 +62,7 @@
             this.ListSelect.ItemHeight = 18;
             this.ListSelect.Location = new System.Drawing.Point(19, 195);
             this.ListSelect.Name = "ListSelect";
-            this.ListSelect.Size = new System.Drawing.Size(766, 310);
+            this.ListSelect.Size = new System.Drawing.Size(889, 310);
             this.ListSelect.TabIndex = 21;
             // 
             // btnSelect
@@ -112,7 +112,7 @@
             // 
             // timer1
             // 
-            this.timer1.Interval = 15000;
+            this.timer1.Interval = 10000;
             this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
             // 
             // txtHBath
@@ -179,7 +179,7 @@
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(800, 520);
+            this.ClientSize = new System.Drawing.Size(920, 520);
             this.Controls.Add(this.label1);
             this.Controls.Add(this.ListSelect);
             this.Controls.Add(this.btnSelect);
@@ -196,6 +196,7 @@
             this.Controls.Add(this.label2);
             this.Name = "ReadCSV";
             this.Text = "ReadCSV";
+            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ReadCSV_FormClosing);
             this.ResumeLayout(false);
             this.PerformLayout();
 

--
Gitblit v1.9.1