source:
components/CoolTrayIcon/demos/TextTrayTest/TextTrayTest.dpr
Last change on this file was 1, checked in by , 16 years ago | |
---|---|
File size: 261 bytes |
Line | |
---|---|
1 | program TextTrayTest; |
2 | |
3 | uses |
4 | Forms, |
5 | WinProcs, |
6 | TtMain in 'TtMain.pas' {MainForm}; |
7 | |
8 | {$R *.RES} |
9 | |
10 | begin |
11 | Application.Initialize; |
12 | Application.Title := 'TextTrayIcon Demo'; |
13 | Application.CreateForm(TMainForm, MainForm); |
14 | Application.Run; |
15 | end. |
Note:
See TracBrowser
for help on using the repository browser.