source:
trunk/Packages/bgracontrols/testbgraneobutton/testbgraneobutton.lpr
Last change on this file was 2, checked in by , 5 years ago | |
---|---|
File size: 313 bytes |
Line | |
---|---|
1 | program testbgraneobutton; |
2 | |
3 | {$mode objfpc}{$H+} |
4 | |
5 | uses {$IFDEF UNIX} {$IFDEF UseCThreads} |
6 | cthreads, {$ENDIF} {$ENDIF} |
7 | Interfaces, |
8 | Forms, |
9 | utestbgraneobutton; |
10 | |
11 | {$R *.res} |
12 | |
13 | begin |
14 | RequireDerivedFormResource := True; |
15 | Application.Initialize; |
16 | Application.CreateForm(TForm1, Form1); |
17 | Application.Run; |
18 | end. |
19 |
Note:
See TracBrowser
for help on using the repository browser.