initial commit
[rofl0r-KOL.git] / units / gdiplus / KolGdiPlusDemo.dpr
blobef4ab54651c71622b514bf5880617d12177b79f7
1 program KolGdiPlusDemo;\r
2 //********************************************************************\r
3 //  Created by KOL project Expert Version 2.00 on:18-3-2003 12:28:48\r
4 //********************************************************************\r
5 \r
6 uses\r
7   Kol,\r
8   KOLGDIPLUS1 in 'KOLGDIPLUS1.pas',\r
9   ShellAPI in '..\Source\Rtl\Win\ShellAPI.pas';\r
11 begin\r
12   NewForm1( Form1, nil);\r
13   Run(Form1.form);\r
14 end.