home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windoware
/
WINDOWARE_1_6.iso
/
miscprog
/
actormdi
/
mdi.lod
next >
Wrap
Text File
|
1990-12-06
|
757b
|
25 lines
/* MDI.LOD - These are the necessary classes to
bring up a series of Actor file windows as an MDI
application. To start up the FileWindow MDI app the
following lines of code are necessary:
Joe := new(FileApp);
init(Joe, nil);
Note: In order to better facilitate sealing off
this application the DoIt! and Inspect! features
have been disabled. These can be re-enabled easily
by modifying the command statement. See the file
MDISKEL.LOD for more information on creating your
own MDI application. */
LoadFiles := #(
"res\mdi.h",
"classes\mdiclien.cls",
"classes\mdiframe.cls",
"classes\mdichild.cls",
"classes\mdifilew.cls",
"classes\mdifilef.cls",
"classes\mdifilea.cls"
)!!