home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / tk5 / wmchar / wmchar.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-02-20  |  812 b   |  26 lines

  1. /***************************************************************************\
  2. * wmchar.h -- Define identifiers connecting resources to the code
  3. *
  4. * Created by Microsoft Corporation, 1989
  5. \***************************************************************************/
  6.  
  7.  
  8. #define  ID_RESOURCES       1
  9.  
  10.  
  11. #define  IDM_ACTIONS        0x100
  12. #define  IDM_CLEAR          0x101
  13. #define  IDM_KEYUPS         0x102
  14.  
  15. #define  IDM_DISPLAY        0x110
  16. #define  IDM_NUMBER         0x111
  17. #define  IDM_VIRTUALKEY     0x112
  18. #define  IDM_CHAR           0x113
  19. #define  IDM_SCANCODE       0x114
  20. #define  IDM_REPEAT         0x115
  21. #define  IDM_FLAGS          0x116
  22.  
  23. #define  IDM_DISPLAYFIRST   IDM_NUMBER
  24. #define  IDM_DISPLAYLAST    IDM_FLAGS
  25. #define  CDISPLAYFIELDS     (IDM_DISPLAYLAST - IDM_DISPLAYFIRST + 1)
  26.