home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c082_122 / 7.ddi / OWLDEMOS.ZIP / MDIAPP.RC < prev    next >
Encoding:
Text File  |  1992-06-10  |  409 b   |  19 lines

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2.  
  3. #include "windows.h"
  4. #include "owlrc.h"
  5.  
  6. MDIMenu MENU
  7. BEGIN
  8.   POPUP "&MDI Children"
  9.     BEGIN
  10.     MENUITEM "C&reate",  CM_CREATECHILD,
  11.     MENUITEM "&Cascade", CM_CASCADECHILDREN,
  12.     MENUITEM "&Tile", CM_TILECHILDREN,
  13.     MENUITEM "Arrange &Icons", CM_ARRANGEICONS,
  14.     MENUITEM "C&lose All", CM_CLOSECHILDREN,
  15.     END
  16. END
  17.  
  18.  
  19.