home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / win_lrn / modeless / hello.h < prev    next >
Text File  |  1986-12-19  |  489b  |  20 lines

  1. /* String table constants */
  2. #define IDSNAME     100
  3. #define IDSABOUT    200
  4. #define IDSTITLE    300
  5.  
  6. /* 'About' dialog box resource id */
  7. #define ABOUTBOX     1
  8. #define FIRSTDIALOG  3
  9. #define SECONDDIALOG 4
  10. #define IDMPRUN     16
  11. #define IDNULL      -1
  12. #define IDDCANCEL   0x010b
  13. #define IDDINSERT   0x010c
  14. #define IDDABORT    0x010d
  15. #define IDDRETRY    0x010e
  16. #define IDDIGNORE   0x010f
  17. #define IDDOK       0x0110
  18. #define IDDTXT1     0x0111
  19. #define IDDTXT2     0x0112
  20.