home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / 1991 / 05 / grdlagen / dialog1.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-20  |  1.3 KB  |  31 lines

  1. /*--------------------------------------------------------*/
  2. /*                      DIALOG1.H                         */
  3. /*            Header-Datei für DIALOG1.C                  */
  4. /*            (C) 1991 J. Heid & TOOLBOX                  */
  5. /*--------------------------------------------------------*/
  6. #define   ID_RESOURCE             1
  7. #define   IDM_EXIT               21
  8. #define   IDM_EXITPROG           22
  9. #define   IDM_RESUME             23
  10. #define   IDM_BCOLOR1            40
  11. #define   IDM_BCOLOR2            41
  12. #define   IDD_BCOLOR12           81
  13. #define   ID_BBLACK             100
  14. #define   ID_BBLUE              101
  15. #define   ID_BRED               102
  16. #define   ID_BPINK              103
  17. #define   ID_BGREEN             104
  18. #define   ID_BCYAN              105
  19. #define   ID_BYELLOW            106
  20. #define   ID_BWHITE             107
  21. #define   ID_BDGRAY             108
  22. #define   ID_BPBLUE             109
  23. #define   ID_BPRED              110
  24. #define   ID_BPPINK             111
  25. #define   ID_BDGREEN            112
  26. #define   ID_BDCYAN             113
  27. #define   ID_BBROWN             114
  28. #define   ID_BPGRAY             115
  29. /*--------------------------------------------------------*/
  30. /*               Ende von DIALOG1.H                       */
  31.