home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 21.ddi / MDI.PAK / MDI.RC < prev   
Encoding:
Text File  |  1993-12-02  |  609 b   |  19 lines

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