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 | 18 ++++++++++++++++--
1 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/src/Bro.M141.Process/UI/UIPrinter.Designer.cs b/src/Bro.M141.Process/UI/UIPrinter.Designer.cs
index 1366f7b..7e3017f 100644
--- a/src/Bro.M141.Process/UI/UIPrinter.Designer.cs
+++ b/src/Bro.M141.Process/UI/UIPrinter.Designer.cs
@@ -45,11 +45,12 @@
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);
@@ -65,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;
//
@@ -201,10 +202,22 @@
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);
@@ -248,5 +261,6 @@
private Button button6;
private Label label3;
private TextBox textBox8;
+ private Button button4;
}
}
--
Gitblit v1.8.0