修改界面

This commit is contained in:
TD
2025-03-25 15:33:35 +08:00
parent 2a6019bfbd
commit 09c2eb37fe
3 changed files with 91 additions and 90 deletions

View File

@ -581,6 +581,7 @@ namespace DHSoftware
private void StartProcess()
{
startTime= DateTime.Now;
//计数清零
PieceCount = 0;
//吹气点位归置
@ -1396,7 +1397,7 @@ namespace DHSoftware
//UPM = (int)UPH / 60;
this.BeginInvoke(new MethodInvoker(delegate ()
{
label1.Text = UPH.ToString();
labuph.Text = UPH.ToString();
}));
}