home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
ostatni
/
delphi
/
delphi1
/
lmdtoolb.exe
/
demos
/
hitimer
/
project1.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
|
1995-08-27
|
261 b
|
19 lines
program Project1;
uses
Forms,
controls,
lmdhint,
dialogs,
Unit1 in 'UNIT1.PAS' {Form1};
{$R *.RES}
begin
Application.HelpFile := 'F:\DELPHI\VCL\BIZCALC.HLP';
Application.CreateForm(TForm1, Form1);
Application.Run;
end.