home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / miscprog / actormdi / mdi.lod next >
Text File  |  1990-12-06  |  757b  |  25 lines

  1. /* MDI.LOD      - These are the necessary classes to
  2.   bring up a series of Actor file windows as an MDI
  3.   application.  To start up the FileWindow MDI app the
  4.   following lines of code are necessary:
  5.  
  6.         Joe := new(FileApp);
  7.         init(Joe, nil);
  8.  
  9.   Note:  In order to better facilitate sealing off
  10.   this application the DoIt! and Inspect! features
  11.   have been disabled.  These can be re-enabled easily
  12.   by modifying the command statement.  See the file
  13.   MDISKEL.LOD for more information on creating your
  14.   own MDI application. */
  15.  
  16. LoadFiles := #(
  17.   "res\mdi.h",
  18.   "classes\mdiclien.cls",
  19.   "classes\mdiframe.cls",
  20.   "classes\mdichild.cls",
  21.   "classes\mdifilew.cls",
  22.   "classes\mdifilef.cls",
  23.   "classes\mdifilea.cls"
  24. )!!
  25.