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