From 3a9ca15748d69970094058b4225b11fb806e6ec4 Mon Sep 17 00:00:00 2001 From: "ruoxing.wang" <88384874@qq.com> Date: Mon, 4 Aug 2025 12:01:45 +0800 Subject: [PATCH] 1 --- PunchingMistake/FrmAssemble.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PunchingMistake/FrmAssemble.cs b/PunchingMistake/FrmAssemble.cs index 141067f..bc912fb 100644 --- a/PunchingMistake/FrmAssemble.cs +++ b/PunchingMistake/FrmAssemble.cs @@ -46,7 +46,7 @@ namespace PunchingMistake { rate = 200; } - + this.Size = new Size(1280, 1024); _plcInvoke = new PlcInvoke("BBMPT.Assemble", _stationNo); _plcInvoke.ShowLinkInfo = ShowLinkResult; _plcInvoke.ShowMessage = ShowMassege;