/donations/examples/visclx/dfm/JclDFMTest.dpr
https://github.com/the-Arioch/jcl · Pascal · 13 lines · 9 code · 3 blank · 1 comment · 0 complexity · 97474f15686d2383ab4a55f1397e7758 MD5 · raw file
- program JclDFMTest;
- uses
- QForms,
- JclDFMTestMain in 'JclDFMTestMain.pas' {fmJclDFMTest};
- {$R *.res}
- begin
- Application.Initialize;
- Application.CreateForm(TfmJclDFMTest, fmJclDFMTest);
- Application.Run;
- end.