|
@@ -57,9 +57,9 @@ namespace HOZProject
|
|
fileStream.Close();
|
|
fileStream.Close();
|
|
fileStream.Dispose();
|
|
fileStream.Dispose();
|
|
//流程内容
|
|
//流程内容
|
|
- string semParaContent = "电压:" + args.Picture_Information.Work_Voltage;
|
|
|
|
- semParaContent += " 放大倍数:" + args.Picture_Information.Magnification;
|
|
|
|
- semParaContent += " 工作距离:" + args.Picture_Information.Work_Distance;
|
|
|
|
|
|
+ string semParaContent = "电压:" + args.Picture_Information.Work_Voltage+"KV";
|
|
|
|
+ semParaContent += " 放大倍数:" + args.Picture_Information.Magnification + "X";
|
|
|
|
+ semParaContent += " 工作距离:" + args.Picture_Information.Work_Distance + "mm";
|
|
formHOZ.lblFlowContent.Text = semParaContent;
|
|
formHOZ.lblFlowContent.Text = semParaContent;
|
|
}
|
|
}
|
|
}
|
|
}
|