home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Developer's Kit 1996
/
Delphi Developer's Kit 1996.iso
/
power
/
fourpage
/
fourpage.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-12-22
|
266 b
|
15 lines
{ by Mark Erbaugh, CIS 71370,1475 }
{ copyright (c) 1995 - Microcomputer Enhancement }
program Fourpage;
uses
Forms,
Main in 'MAIN.PAS' {frmFourPage};
{$R *.RES}
begin
Application.CreateForm(TfrmFourPage, frmFourPage);
Application.Run;
end.