From 6d7bf745d432d86682ae99e3498213e4467d378c Mon Sep 17 00:00:00 2001 From: "Robin_PC\\robin" <3504557@qq.com> Date: Sat, 9 May 2026 17:03:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9C=80=E6=B1=82=E5=8D=95No.3288?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SegmentProductionAuto_/SegmentProductionAutoForm.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs b/ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs index 2d8f343..46596d0 100644 --- a/ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs +++ b/ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs @@ -324,13 +324,14 @@ namespace ButcherFactory.SegmentProductionAuto_ bTag.identityButton.Enabled = false; } bTag.Button.Text = item.Goods_Name; - bTag.Button.Font = new Font("黑体", 15, FontStyle.Bold); + bTag.Button.Font = new Font("黑体", 12, FontStyle.Bold); bTag.Button.BackColor = Color.Black; - bTag.Button.Margin = new Padding(20, 10, 20, 35); + bTag.Button.Margin = new Padding(10, 10, 10, 35); bTag.Button.PlaySound = true; bTag.Button.ForeColor = Color.White; bTag.Button.Width = 140; bTag.Button.Height = 90; + flowLayoutPanel2.Controls.Add(bTag); } }