This commit is contained in:
DESKTOP-E401PHE\Administrator 2025-09-11 16:21:29 +08:00
parent a664e47800
commit 64b6d1c9e7

View File

@ -668,7 +668,7 @@ begin
Th := LoadLibrary(Pchar(trim(DllName)));
if Th > 0 then
begin
try
try
Tp := GetProcAddress(Th, 'CommOpen');
if Tp <> nil then
begin
@ -822,10 +822,10 @@ begin
OpenCom(DllName);
if trim(JCYDLL) <> '' then
OpenCom(JCYDLL);
if trim(DllNameT) <> '' then
OpenCom1(DllNameT);
if trim(JCYDLLT) <> '' then
OpenCom(JCYDLLT);
// if trim(DllNameT) <> '' then
// OpenCom1(DllNameT);
// if trim(JCYDLLT) <> '' then
// OpenCom(JCYDLLT);
Edit7.Visible := true;
Label35.Visible := true;
Edit9.Visible := true;