source: trunk/Packages/bgracontrols/testbgraneobutton/testbgraneobutton.lpr

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