home *** CD-ROM | disk | FTP | other *** search
- #include <windows.h>
- #include <owl\window.rh>
- #include <owl\mdi.rh>
- #include "mdi1.h"
-
- IDM_COMMANDS MENU LOADONCALL MOVEABLE PURE DISCARDABLE
- BEGIN
- MENUITEM "E&xit", CM_EXIT
- 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
- MENUITEM "C&ount Children", CM_COUNTCHILDREN
- END
- END
-
-
-