home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1996 August
/
VPR9608A.BIN
/
del20try
/
install
/
data.z
/
MDIAPP.DPR
< prev
next >
Wrap
Text File
|
1996-05-08
|
208b
|
14 lines
program Mdiapp;
uses
Forms,
Main in 'MAIN.PAS' {MainForm},
Childwin in 'CHILDWIN.PAS' {MDIChild};
{$R *.RES}
begin
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.