home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 March
/
Chip_2002-03_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d13456
/
FINDFILE.ZIP
/
Demo16
/
Demo16.dpr
next >
Wrap
Text File
|
2000-01-14
|
170b
|
13 lines
program Demo16;
uses
Forms,
Main16 in 'MAIN16.PAS' {MainForm};
{$R *.RES}
begin
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.