source: components/CoolTrayIcon/demos/CoolTrayTest/CoolTrayTest.dpr

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

3.1 verze, první revize

File size: 261 bytes
Line 
1program CoolTrayTest;
2
3uses
4 Forms,
5 WinProcs,
6 CtMain in 'CtMain.pas' {MainForm};
7
8{$R *.RES}
9
10begin
11 Application.Initialize;
12 Application.Title := 'CoolTrayIcon Demo';
13 Application.CreateForm(TMainForm, MainForm);
14 Application.Run;
15end.
Note: See TracBrowser for help on using the repository browser.