From 871fa09fa6b84be39f7d060eb25a7159e0a2ca40 Mon Sep 17 00:00:00 2001
From: yangle <admin@YINMOU>
Date: 星期二, 12 十一月 2024 16:50:28 +0800
Subject: [PATCH] 1

---
 WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs
index 6d65d87..fcd7823 100644
--- a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs
+++ b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs
@@ -92,7 +92,7 @@
             // 
             this.ListSelect.FormattingEnabled = true;
             this.ListSelect.ItemHeight = 18;
-            this.ListSelect.Location = new System.Drawing.Point(22, 124);
+            this.ListSelect.Location = new System.Drawing.Point(22, 114);
             this.ListSelect.Name = "ListSelect";
             this.ListSelect.Size = new System.Drawing.Size(766, 310);
             this.ListSelect.TabIndex = 6;
@@ -100,7 +100,7 @@
             // label1
             // 
             this.label1.AutoSize = true;
-            this.label1.Location = new System.Drawing.Point(19, 103);
+            this.label1.Location = new System.Drawing.Point(19, 93);
             this.label1.Name = "label1";
             this.label1.Size = new System.Drawing.Size(116, 18);
             this.label1.TabIndex = 7;
@@ -108,7 +108,7 @@
             // 
             // timer1
             // 
-            this.timer1.Interval = 30000;
+            this.timer1.Interval = 15000;
             this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
             // 
             // HSouceName
@@ -140,7 +140,7 @@
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(800, 450);
+            this.ClientSize = new System.Drawing.Size(800, 435);
             this.Controls.Add(this.HSouceName);
             this.Controls.Add(this.HSouce);
             this.Controls.Add(this.label2);
@@ -153,6 +153,7 @@
             this.Controls.Add(this.btnReadData);
             this.Name = "ReadyDataForm";
             this.Text = "璇诲彇鏁版嵁";
+            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ReadyDataForm_FormClosing);
             this.ResumeLayout(false);
             this.PerformLayout();
 

--
Gitblit v1.9.1