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