From 48f005ea04ee8ce6c9a044dd2fcb0febc7f74788 Mon Sep 17 00:00:00 2001
From: quanzhou <quan.zhou@broconcentric.com>
Date: 星期四, 25 十二月 2025 21:22:21 +0800
Subject: [PATCH] S5数据保存及数据上传逻辑添加日志,手动打印条码区分S6和S9
---
src/Bro.M141.Process/UI/UIPrinter.Designer.cs | 43 ++++++++++++++++++++++++++++++++++---------
1 files changed, 34 insertions(+), 9 deletions(-)
diff --git a/src/Bro.M141.Process/UI/UIPrinter.Designer.cs b/src/Bro.M141.Process/UI/UIPrinter.Designer.cs
index 65661b5..7e3017f 100644
--- a/src/Bro.M141.Process/UI/UIPrinter.Designer.cs
+++ b/src/Bro.M141.Process/UI/UIPrinter.Designer.cs
@@ -44,11 +44,13 @@
label2 = new Label();
button6 = new Button();
label3 = new Label();
+ textBox8 = new TextBox();
+ button4 = new Button();
SuspendLayout();
//
// button2
//
- button2.Location = new Point(154, 51);
+ button2.Location = new Point(229, 51);
button2.Margin = new Padding(3, 2, 3, 2);
button2.Name = "button2";
button2.Size = new Size(93, 46);
@@ -64,7 +66,7 @@
button1.Name = "button1";
button1.Size = new Size(93, 46);
button1.TabIndex = 2;
- button1.Text = "鎵撳嵃";
+ button1.Text = "S5鎵撳嵃鏉$爜";
button1.UseVisualStyleBackColor = true;
button1.Click += button1_Click;
//
@@ -125,7 +127,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 +135,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 +143,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 +151,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 +159,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 +190,35 @@
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;
+ //
+ // button4
+ //
+ button4.Location = new Point(126, 51);
+ button4.Margin = new Padding(3, 2, 3, 2);
+ button4.Name = "button4";
+ button4.Size = new Size(93, 46);
+ button4.TabIndex = 19;
+ button4.Text = "S9鎵撳嵃鏉$爜";
+ button4.UseVisualStyleBackColor = true;
+ button4.Click += button4_Click;
//
// UIPrinter
//
AutoScaleDimensions = new SizeF(6F, 13F);
AutoScaleMode = AutoScaleMode.Font;
+ Controls.Add(button4);
+ Controls.Add(textBox8);
Controls.Add(label3);
Controls.Add(button6);
Controls.Add(label2);
@@ -237,5 +260,7 @@
private Label label2;
private Button button6;
private Label label3;
+ private TextBox textBox8;
+ private Button button4;
}
}
--
Gitblit v1.8.0