From 6a4463810e276b62356d77c88509fa6fa7af65cf Mon Sep 17 00:00:00 2001 From: kingno <30263@KINGNO> Date: 星期三, 23 七月 2025 15:46:33 +0800 Subject: [PATCH] mes数据逻辑上传完善,缺陷代码完善,添加S4工位的S2结果上传Plc的通信日志mes优化 --- src/Bro.M141.Process/UI/UIPrinter.Designer.cs | 25 ++++++++++++++++++------- 1 files changed, 18 insertions(+), 7 deletions(-) diff --git a/src/Bro.M141.Process/UI/UIPrinter.Designer.cs b/src/Bro.M141.Process/UI/UIPrinter.Designer.cs index 65661b5..1366f7b 100644 --- a/src/Bro.M141.Process/UI/UIPrinter.Designer.cs +++ b/src/Bro.M141.Process/UI/UIPrinter.Designer.cs @@ -44,6 +44,7 @@ label2 = new Label(); button6 = new Button(); label3 = new Label(); + textBox8 = new TextBox(); SuspendLayout(); // // button2 @@ -125,7 +126,7 @@ // // textBox3 // - textBox3.Location = new Point(82, 226); + textBox3.Location = new Point(82, 195); textBox3.Margin = new Padding(3, 2, 3, 2); textBox3.Name = "textBox3"; textBox3.Size = new Size(151, 21); @@ -133,7 +134,7 @@ // // textBox4 // - textBox4.Location = new Point(82, 263); + textBox4.Location = new Point(82, 231); textBox4.Margin = new Padding(3, 2, 3, 2); textBox4.Name = "textBox4"; textBox4.Size = new Size(151, 21); @@ -141,7 +142,7 @@ // // textBox5 // - textBox5.Location = new Point(82, 298); + textBox5.Location = new Point(82, 267); textBox5.Margin = new Padding(3, 2, 3, 2); textBox5.Name = "textBox5"; textBox5.Size = new Size(151, 21); @@ -149,7 +150,7 @@ // // textBox6 // - textBox6.Location = new Point(82, 336); + textBox6.Location = new Point(82, 303); textBox6.Margin = new Padding(3, 2, 3, 2); textBox6.Name = "textBox6"; textBox6.Size = new Size(151, 21); @@ -157,7 +158,7 @@ // // textBox7 // - textBox7.Location = new Point(82, 379); + textBox7.Location = new Point(82, 339); textBox7.Margin = new Padding(3, 2, 3, 2); textBox7.Name = "textBox7"; textBox7.Size = new Size(151, 21); @@ -188,14 +189,23 @@ label3.AutoSize = true; label3.Location = new Point(96, 537); label3.Name = "label3"; - label3.Size = new Size(139, 13); + label3.Size = new Size(191, 13); label3.TabIndex = 17; - label3.Text = "sn,result,zword,zno,entray"; + label3.Text = "sn,result,zword,zno,entray锛寊version"; + // + // textBox8 + // + textBox8.Location = new Point(82, 375); + textBox8.Margin = new Padding(3, 2, 3, 2); + textBox8.Name = "textBox8"; + textBox8.Size = new Size(151, 21); + textBox8.TabIndex = 18; // // UIPrinter // AutoScaleDimensions = new SizeF(6F, 13F); AutoScaleMode = AutoScaleMode.Font; + Controls.Add(textBox8); Controls.Add(label3); Controls.Add(button6); Controls.Add(label2); @@ -237,5 +247,6 @@ private Label label2; private Button button6; private Label label3; + private TextBox textBox8; } } -- Gitblit v1.8.0