home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 January
/
Pcwk0198.iso
/
Dcomplib
/
ANIMATED.LZH
/
DEMOSRC.ZIP
/
ANIMDEMO.DPR
next >
Wrap
Text File
|
1995-03-24
|
165b
|
13 lines
program Animdemo;
uses
Forms,
Aniunit in 'ANIUNIT.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.