home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / MDISTRM.PAK / MDISTRM.RC < prev   
Text File  |  1995-08-29  |  757b  |  25 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4. #include <owl\mdi.rh>
  5. #include "mdistrm.h"
  6.  
  7. #include <owl\owlapp.rc>         // default owl app icon
  8.  
  9. MDIMenu MENU
  10. BEGIN
  11.   POPUP "&MDI Children"
  12.     BEGIN
  13.       MENUITEM "C&reate",  CM_CREATECHILD,
  14.       MENUITEM "&Cascade", CM_CASCADECHILDREN,
  15.       MENUITEM "&Tile", CM_TILECHILDREN,
  16.       MENUITEM "Arrange &Icons", CM_ARRANGEICONS,
  17.       MENUITEM "C&lose All", CM_CLOSECHILDREN,
  18.     END
  19.   POPUP "&Desktop"
  20.     BEGIN
  21.       MENUITEM "&Save", CM_SAVESTATE
  22.       MENUITEM "&Restore", CM_RESTORESTATE
  23.     END
  24. END
  25.