home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv4_4 / select / demo.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-10-12  |  551 b   |  26 lines

  1. /* dialog box id's */
  2. #define IDD_OK           1
  3. #define IDD_NULL        -1
  4. #define IDD_COLORS      10
  5. #define IDD_STRINGS     11
  6.  
  7. /* menu id's */
  8. #define IDM_TEST        100
  9.  
  10. /* string id's */
  11. #define IDS_COLOR1     1
  12. #define IDS_COLOR2     2
  13. #define IDS_COLOR3     3
  14. #define IDS_COLOR4     4
  15. #define IDS_COLOR5     5
  16. #define IDS_COLOR6     6
  17. #define IDS_COLOR7     7
  18. #define IDS_COLOR8     8
  19. #define IDS_STRING1    9
  20. #define IDS_STRING2    10
  21. #define IDS_STRING3    11
  22. #define IDS_STRING4    12
  23. #define IDS_STRING5    13
  24.  
  25.  
  26.