home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 2002 September
/
PCPlus_193_Laplink2000.iso
/
Prog
/
delphi
/
convertcalc
/
convert.dpr
< prev
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
|
2001-03-10
|
170 b
|
13 lines
program convert;
uses
Forms,
CONV in 'CONV.PAS' {Conv2Form};
{$R *.RES}
begin
Application.CreateForm(TConv2Form, Conv2Form);
Application.Run;
end.