home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
PROGRAM
/
DELPHI16
/
Animcur
/
DEMOCURZ.DPR
next >
Wrap
Text File
|
1996-01-12
|
159b
|
13 lines
program Democurz;
uses
Forms,
Form in 'FORM.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.