home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 26
/
CD_ASCQ_26_1295.iso
/
vrac
/
delphcgi.zip
/
CGI.ZIP
/
SAMPLES
/
FORM
/
PIZZAD.DPR
next >
Wrap
Text File
|
1995-07-05
|
174b
|
13 lines
program Pizzad;
uses
Forms,
Pizzform in 'PIZZFORM.PAS' {MainForm};
{$R *.RES}
begin
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.