home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / mdi / mdi.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-05  |  1.0 KB  |  40 lines

  1. /****** Resource IDs *****/
  2.  
  3. #define IDM_DOCSYSMENU      3
  4.  
  5. #define IDP_HSPLIT          4
  6. #define IDP_VSPLIT          5
  7. #define IDP_HVSPLIT         6
  8.  
  9. /****** Menu command IDs *****/
  10. #define SC_SPLIT            0x0010
  11. #define SC_DOCSYSMENU       0x0011
  12.  
  13. /* AAB Doc Maximized Doc System Menu */
  14. #define IDM_AABDOCSYSMENU   -127
  15. #define CMD_DOCRESTORE      0x0001
  16. #define CMD_DOCNEXT         0x0002
  17. #define CMD_DOCMOVE         0x0003
  18. #define CMD_DOCSIZE         0x0004
  19. #define CMD_DOCMINIMIZE     0x0005
  20. #define CMD_DOCMAXIMIZE     0x0006
  21. #define CMD_DOCCLOSE        0x0007
  22. #define CMD_DOCSPLIT        0x0008
  23.  
  24. /*
  25.  * Window IDs for window splitting action.
  26.  */
  27. #define ID_VERTSPLITBAR     0x5000
  28. #define ID_HORZSPLITBAR     0x5001
  29. #define ID_VERTSCROLL2      0x5002
  30. #define ID_HORZSCROLL2      0x5003
  31. #define ID_CLIENT2          0x5004
  32. #define ID_CLIENT3          0x5005
  33. #define ID_CLIENT4          0x5006
  34.  
  35. /*
  36.  * Splitbar styles.
  37.  */
  38. #define SPS_VERT            0x0001
  39. #define SPS_HORZ            0x0002
  40.