home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Zodiac Super OZ
/
MEDIADEPOT.ISO
/
FILES
/
13
/
PRTREP51.ZIP
/
REPSRC.ZIP
/
PREPDEMO.DPR
next >
Wrap
Text File
|
1996-03-21
|
531b
|
21 lines
program Prepdemo;
uses
Forms,
Repdem01 in 'REPDEM01.PAS' {dem01form},
Repdem02 in 'REPDEM02.PAS' {dem02form},
Repdem03 in 'REPDEM03.PAS' {dem03form},
Repdem04 in 'REPDEM04.PAS' {dem04form},
Repdem05 in 'REPDEM05.PAS' {dem05form},
Unitmain in 'UNITMAIN.PAS' {MainDialog},
Repdem06 in 'REPDEM06.PAS' {dem06Form},
Repdem07 in 'REPDEM07.PAS' {Dem07Form};
{$R *.RES}
begin
Application.Title := 'Print Demo - Reports';
Application.CreateForm(TMainDialog, MainDialog);
Application.Run;
end.