home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 5 for Professionals
/
DELPHI5.iso
/
AddOns
/
Components
/
TEECHART
/
DELPHI4.EXE
/
%MAINDIR%
/
Examples
/
3rdParty
/
QuickReport
/
QRDemo2
/
Qr2demo.dpr
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-11-17
|
197 b
|
14 lines
program qr2demo;
uses
Forms,
teeqr2 in 'teeqr2.pas' {Form1},
umain2 in 'umain2.pas' {Form2};
{$R *.RES}
begin
Application.CreateForm(TForm2, Form2);
Application.Run;
end.