From bd125c728f48a21729fbc12122b5c340059a9d13 Mon Sep 17 00:00:00 2001
From: quanzhou <quan.zhou@broconcentric.com>
Date: 星期五, 29 八月 2025 15:45:22 +0800
Subject: [PATCH] PLC报警添加种类分别存储功能完善
---
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