Browse Source

需求单No.3288

qdwf_2864
Robin_PC\robin 2 days ago
parent
commit
6d7bf745d4
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs

+ 3
- 2
ButcherFactory.Form/SegmentProductionAuto_/SegmentProductionAutoForm.cs View File

@ -324,13 +324,14 @@ namespace ButcherFactory.SegmentProductionAuto_
bTag.identityButton.Enabled = false; bTag.identityButton.Enabled = false;
} }
bTag.Button.Text = item.Goods_Name; 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.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.PlaySound = true;
bTag.Button.ForeColor = Color.White; bTag.Button.ForeColor = Color.White;
bTag.Button.Width = 140; bTag.Button.Width = 140;
bTag.Button.Height = 90; bTag.Button.Height = 90;
flowLayoutPanel2.Controls.Add(bTag); flowLayoutPanel2.Controls.Add(bTag);
} }
} }


Loading…
Cancel
Save