D10DJjinglei/项目代码/DJ/G03贸易布匹检验/testDll.dpr
DESKTOP-E401PHE\Administrator beb75aca6a 0421
2026-04-21 16:48:22 +08:00

15 lines
183 B
ObjectPascal

program testDll;
uses
Forms,
U_testdll in 'U_testdll.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.