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); } }