home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Prima Shareware 3
/
DuCom_Prima-Shareware-3_cd1.bin
/
PROGRAMO
/
delphi
/
RTREGIST
/
DEMOS
/
VCL
/
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-10-14
|
268 b
|
16 lines
program Project1;
uses
Forms,
Unit1 in 'UNIT1.PAS' {Form1},
Unit2 in 'UNIT2.PAS' {NewForm},
Unit3 in 'UNIT3.PAS' {NewForm1},
Unit4 in 'UNIT4.PAS' {NewForm2};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.