This commit is contained in:
DESKTOP-E401PHE\Administrator 2026-01-09 15:53:58 +08:00
parent 5b402a532e
commit 41ef4c242e

View File

@ -620,7 +620,7 @@ begin
Th := LoadLibrary(Pchar(trim(DllName)));
if Th > 0 then
begin
try
try
Tp := GetProcAddress(Th, 'CommOpen');
if Tp <> nil then
begin
@ -1684,6 +1684,12 @@ begin
exit;
end;
if (strtofloatdef(trim(MJLen.Text), 0) <= 0) then
begin
application.MessageBox('长度小于零!', '提示信息', 0);
exit;
end;
if Trim(FAPID) = '' then
Exit;