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

  1. // ObjectWindows - (C) Copyright 1992 by Borland International
  2.  
  3. #include <windows.h>
  4. #include <owlrc.h>
  5. #include "mditest.h"
  6.  
  7. COMMANDS MENU LOADONCALL MOVEABLE PURE DISCARDABLE
  8. BEGIN
  9.   POPUP "&MDI Children"
  10.   BEGIN
  11.     MenuItem  "C&reate", CM_CREATECHILD
  12.     MenuItem  "&Cascade", CM_CASCADECHILDREN
  13.     MenuItem  "&Tile", CM_TILECHILDREN
  14.     MenuItem  "Arrange &Icons", CM_ARRANGEICONS
  15.     MenuItem  "C&lose All", CM_CLOSECHILDREN
  16.     MenuItem  "C&ount Children", CM_COUNTCHILDREN
  17.   END
  18. END
  19.  
  20.  
  21.