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/ReadyDataForm.Designer.cs |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs
index fcd7823..5bc633d 100644
--- a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs
+++ b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs
@@ -41,6 +41,7 @@
             this.HSouceName = new System.Windows.Forms.TextBox();
             this.HSouce = new System.Windows.Forms.TextBox();
             this.label2 = new System.Windows.Forms.Label();
+            this.btnSelectAll = new System.Windows.Forms.Button();
             this.SuspendLayout();
             // 
             // btnReadData
@@ -108,7 +109,7 @@
             // 
             // timer1
             // 
-            this.timer1.Interval = 15000;
+            this.timer1.Interval = 10000;
             this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
             // 
             // HSouceName
@@ -136,11 +137,22 @@
             this.label2.TabIndex = 8;
             this.label2.Text = "鐢熶骇璧勬簮";
             // 
+            // btnSelectAll
+            // 
+            this.btnSelectAll.Location = new System.Drawing.Point(177, 47);
+            this.btnSelectAll.Name = "btnSelectAll";
+            this.btnSelectAll.Size = new System.Drawing.Size(114, 35);
+            this.btnSelectAll.TabIndex = 11;
+            this.btnSelectAll.Text = "妫�绱㈣ˉ婕�";
+            this.btnSelectAll.UseVisualStyleBackColor = true;
+            this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
+            // 
             // ReadyDataForm
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(800, 435);
+            this.Controls.Add(this.btnSelectAll);
             this.Controls.Add(this.HSouceName);
             this.Controls.Add(this.HSouce);
             this.Controls.Add(this.label2);
@@ -172,6 +184,7 @@
         private System.Windows.Forms.TextBox HSouceName;
         private System.Windows.Forms.TextBox HSouce;
         private System.Windows.Forms.Label label2;
+        private System.Windows.Forms.Button btnSelectAll;
     }
 }
 

--
Gitblit v1.9.1