home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1998 April A
/
Pcwk4a98.iso
/
PROGRAM
/
DELPHI16
/
Fourpage
/
FOURPAGE.DPR
next >
Wrap
Text File
|
1995-08-25
|
266b
|
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.