From 0d59b3fd8050b0f0766be47ed5527d96bd4bf2f7 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期一, 07 四月 2025 09:38:43 +0800
Subject: [PATCH] 斯莫尔插件优化

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

diff --git a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadCSV.Designer.cs
index fbfbdfb..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,12 +112,12 @@
             // 
             // timer1
             // 
-            this.timer1.Interval = 3000;
+            this.timer1.Interval = 10000;
             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
             // 
@@ -178,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);
@@ -195,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