home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
- //----------------------------------------------------------------------------
- #include <owl\mdi.rh>
-
- #include <owl\owlapp.rc> // default owl app icon
-
- MDIMenu MENU
- BEGIN
- POPUP "&MDI Children"
- BEGIN
- MENUITEM "C&reate", CM_CREATECHILD,
- MENUITEM "&Cascade", CM_CASCADECHILDREN,
- MENUITEM "&Tile", CM_TILECHILDREN,
- MENUITEM "Arrange &Icons", CM_ARRANGEICONS,
- MENUITEM "C&lose All", CM_CLOSECHILDREN,
- END
- END
-