source: components/CoolTrayIcon/demos/CustomHint2/BigHintDemo.dpr

Last change on this file was 1, checked in by maron, 16 years ago

3.1 verze, první revize

File size: 195 bytes
Line 
1program BigHintDemo;
2
3uses
4 Forms,
5 BigHint in 'BigHint.pas' {Form1};
6
7{$R *.res}
8
9begin
10 Application.Initialize;
11 Application.CreateForm(TForm1, Form1);
12 Application.Run;
13end.
Note: See TracBrowser for help on using the repository browser.