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

  1. /*
  2.     res.h -- Resource IDs
  3.     Created by Microsoft Corporation, 1989
  4. */
  5. #define ID_RESOURCE        0x01
  6.  
  7. #define IDD_COLORS        0x11
  8. #define IDD_TICKS        0x12
  9. #define IDD_ABOUT        0x1f
  10.  
  11. #define IDM_HIDECONTROLS    0x11
  12. #define IDM_COLORS        0x12
  13. #define IDM_TICKS        0x13
  14. #define IDM_ABOUT        0x1f
  15.  
  16. #define IDM_SET         0x21
  17. #define IDM_CLEAR        0x22
  18.  
  19. #define IDM_SELECT        0x31
  20. #define IDM_ADD         0x32
  21. #define IDM_MODIFY        0x33
  22. #define IDM_DELETE        0x34
  23.