home *** CD-ROM | disk | FTP | other *** search
- /*--------------------------------------------------------*/
- /* DIALOG1.H */
- /* Header-Datei für DIALOG1.C */
- /* (C) 1991 J. Heid & TOOLBOX */
- /*--------------------------------------------------------*/
- #define ID_RESOURCE 1
- #define IDM_EXIT 21
- #define IDM_EXITPROG 22
- #define IDM_RESUME 23
- #define IDM_BCOLOR1 40
- #define IDM_BCOLOR2 41
- #define IDD_BCOLOR12 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 DIALOG1.H */