home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1991 / 07_08 / grdlagen / os2kurs / dialog2.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-24  |  957 b   |  29 lines

  1. /*--------------------------------------------------------*/
  2. /*                     DIALOG2.H                          */
  3. /*--------------------------------------------------------*/
  4. #define ID_RESOURCE     1
  5. #define IDM_APPMODAL   51
  6. #define IDM_SYSMODAL   52
  7. #define IDM_NONMODAL   53
  8. #define IDM_EXIT       61
  9. #define IDM_EXITPROG   62
  10. #define IDM_RESUME     63
  11. #define IDD_BCOLOR     81
  12. #define ID_BBLACK     100
  13. #define ID_BBLUE      101
  14. #define ID_BRED       102
  15. #define ID_BPINK      103
  16. #define ID_BGREEN     104
  17. #define ID_BCYAN      105
  18. #define ID_BYELLOW    106
  19. #define ID_BWHITE     107
  20. #define ID_BDGRAY     108
  21. #define ID_BPBLUE     109
  22. #define ID_BPRED      110
  23. #define ID_BPPINK     111
  24. #define ID_BDGREEN    112
  25. #define ID_BDCYAN     113
  26. #define ID_BBROWN     114
  27. #define ID_BPGRAY     115
  28. /*--------------------------------------------------------*/
  29. /*                Ende von DIALOG2.H                      */