status.Font = new Font("宋体", 20, FontStyle.Bold); //第一个是字体,第二个大小,第三个是样式
status.ForeColor = Color.Red; //颜色
status.Text = "扫描的条码为派工单号!";
return;

status.Font = new Font("宋体", 20, FontStyle.Bold); //第一个是字体,第二个大小,第三个是样式
status.ForeColor = Color.Red; //颜色
status.Text = "扫描的条码为派工单号!";
return;