D10DJzhuocan/项目代码/djdPack/G04复核布匹检验/testDll.dpr

15 lines
183 B
ObjectPascal
Raw Permalink Normal View History

2026-02-06 14:28:14 +08:00
program testDll;
uses
Forms,
U_testdll in 'U_testdll.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.