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

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

3.1 verze, první revize

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