home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
add123
/
prlotus.dpr
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-22
|
184 b
|
14 lines
program Prlotus;
uses
Forms,
Prlmain in 'PRLMAIN.PAS' {FPrl},
U123 in 'U123.PAS';
{$R *.RES}
begin
Application.CreateForm(TFPrl, FPrl);
Application.Run;
end.