home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / SOURCE / MDIDEMO.CH < prev    next >
Text File  |  1994-06-01  |  631b  |  30 lines

  1.  
  2. #include "windows.ch"
  3.  
  4. #define WINDOWMENUPOS    1    // position of menu item "Window"
  5.  
  6. #define NWNDEXTRA    0    // # extra window class bytes
  7.  
  8. // resource ID's:
  9. #define ID_MDIFRAME    101
  10. #define ID_MDICHILD    102
  11. #define ID_MENU        103
  12. #define ID_TOOLBAR    104
  13.  
  14. // menu ID's:
  15. #define IDM_FILENEW        201
  16. #define IDM_FILEEXIT       202
  17. #define IDM_WINDOWTILE     301
  18. #define IDM_WINDOWCASCADE  302
  19. #define IDM_WINDOWCLOSEALL 303
  20. #define IDM_WINDOWICONS    304
  21. #define IDM_WINDOWCHILD    401
  22.  
  23. // bitmap id's
  24. #define IDB_NEW        201
  25. #define IDB_EXIT    202
  26. #define IDB_TILE    301
  27. #define IDB_CASCADE    302
  28. #define IDB_CLOSE    303
  29.  
  30.