DEMO4_4.H
资源名称:winpaint.zip [点击查看]
上传用户:cncajx
上传日期:2007-01-03
资源大小:190k
文件大小:1k
源码类别:
GDI/图象编程
开发平台:
Visual C++
- 1 // Constants defined for Color1 menu
- 2
- 3 #define IDM_RED1 100
- 4 #define IDM_GREEN1 110
- 5 #define IDM_BLUE1 120
- 6 #define IDM_YELLOW1 130
- 7 #define IDM_CYAN1 140
- 8 #define IDM_MAGENTA1 150
- 9 #define IDM_WHITE1 160
- 10 #define IDM_GRAY1 170
- 11 #define IDM_BLACK1 180
- 12
- 13 // Constants defined for Color2 menu
- 14
- 15 #define IDM_RED2 200
- 16 #define IDM_GREEN2 210
- 17 #define IDM_BLUE2 220
- 18 #define IDM_YELLOW2 230
- 19 #define IDM_CYAN2 240
- 20 #define IDM_MAGENTA2 250
- 21 #define IDM_WHITE2 260
- 22 #define IDM_GRAY2 270
- 23 #define IDM_BLACK2 280
- 24
- 25 // Constants defined for Operation menu
- 26
- 27 #define IDM_R2_1 301
- 28 #define IDM_R2_2 302
- 29 #define IDM_R2_3 303
- 30 #define IDM_R2_4 304
- 31 #define IDM_R2_5 305
- 32 #define IDM_R2_6 306
- 33 #define IDM_R2_7 307
- 34 #define IDM_R2_8 308
- 35 #define IDM_R2_9 309
- 36 #define IDM_R2_10 310
- 37 #define IDM_R2_11 311
- 38 #define IDM_R2_12 312
- 39 #define IDM_R2_13 313
- 40 #define IDM_R2_14 314
- 41 #define IDM_R2_15 315
- 42 #define IDM_R2_16 316