home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / mdi.pak / MDI.RC < prev   
Text File  |  1997-07-23  |  609b  |  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.