home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------*/
- /* DIALOG2.H */
- /*--------------------------------------------------------*/
- #define ID_RESOURCE 1
- #define IDM_APPMODAL 51
- #define IDM_SYSMODAL 52
- #define IDM_NONMODAL 53
- #define IDM_EXIT 61
- #define IDM_EXITPROG 62
- #define IDM_RESUME 63
- #define IDD_BCOLOR 81
- #define ID_BBLACK 100
- #define ID_BBLUE 101
- #define ID_BRED 102
- #define ID_BPINK 103
- #define ID_BGREEN 104
- #define ID_BCYAN 105
- #define ID_BYELLOW 106
- #define ID_BWHITE 107
- #define ID_BDGRAY 108
- #define ID_BPBLUE 109
- #define ID_BPRED 110
- #define ID_BPPINK 111
- #define ID_BDGREEN 112
- #define ID_BDCYAN 113
- #define ID_BBROWN 114
- #define ID_BPGRAY 115
- /*--------------------------------------------------------*/
- /* Ende von DIALOG2.H */