From cd7a1182c004bfcc705f28b0a306a9855f3af059 Mon Sep 17 00:00:00 2001
From: zrg <z18737863051@163.com>
Date: 星期四, 22 五月 2025 21:04:24 +0800
Subject: [PATCH] 复制老的插进,然后进行 过站数量优化,和上到工序优化
---
WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs | 21 +++++++++++++++++----
1 files changed, 17 insertions(+), 4 deletions(-)
diff --git a/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs b/WFormSynchronizeData_SMR/WFormReadData_SMR/ReadyDataForm.Designer.cs
index c3084e3..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
@@ -92,7 +93,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 +101,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 +109,6 @@
//
// timer1
//
- this.timer1.Enabled = true;
this.timer1.Interval = 10000;
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
@@ -137,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, 450);
+ 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);
@@ -154,6 +165,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();
@@ -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