source: trunk/Packages/bgracontrols/customdrawn_win7/test_customdrawn_win7.lpr

Last change on this file was 2, checked in by chronos, 5 years ago
File size: 334 bytes
Line 
1program test_customdrawn_win7;
2
3{$mode objfpc}{$H+}
4
5uses {$IFDEF UNIX} {$IFDEF UseCThreads}
6 cthreads, {$ENDIF} {$ENDIF}
7 Interfaces,
8 Forms,
9 utest,
10 customdrawn_windows7;
11
12{$R *.res}
13
14begin
15 //RequireDerivedFormResource := True;
16 Application.Initialize;
17 Application.CreateForm(TfrmTest, frmTest);
18 Application.Run;
19end.
20
Note: See TracBrowser for help on using the repository browser.