DEMO4_5.H
上传用户:cncajx
上传日期:2007-01-03
资源大小:190k
文件大小:3k
源码类别:

GDI/图象编程

开发平台:

Visual C++

  1.   1 // Constants defined for Command menu
  2.   2 
  3.   3 #define IDM_CLEAR       100
  4.   4 #define IDM_QUIT        110
  5.   5 
  6.   6 // Constants defined for Tool menu
  7.   7 
  8.   8 #define IDM_PENCIL      200
  9.   9 #define IDM_LINE        210
  10.  10 #define IDM_RECT_F      220
  11.  11 #define IDM_RECT        221
  12.  12 #define IDM_ELLIP_F     230
  13.  13 #define IDM_ELLIP       231
  14.  14 #define IDM_CIRCLE_F    240
  15.  15 #define IDM_CIRCLE      241
  16.  16 #define IDM_ROUNDRECT_F 250
  17.  17 #define IDM_ROUNDRECT   251
  18.  18 
  19.  19 // Constants defined fpr Pen & Bruch menu
  20.  20 
  21.  21 #define IDM_CHOOSEPEN   260
  22.  22 #define IDM_CHOOSEBRUSH 261
  23.  23 
  24.  24 // Constants defined for Button in Dialog Box
  25.  25 
  26.  26 #define DI_OK           280
  27.  27 #define DI_CANCEL       281
  28.  28 #define DI_ED           282
  29.  29 #define DI_DEF          283
  30.  30 
  31.  31 // Constants defined for BRUSHDLG
  32.  32 
  33.  33 #define DI_BC01         301
  34.  34 #define DI_BC02         302
  35.  35 #define DI_BC03         303
  36.  36 #define DI_BC04         304
  37.  37 #define DI_BC05         305
  38.  38 #define DI_BC06         306
  39.  39 #define DI_BC07         307
  40.  40 #define DI_BC08         308
  41.  41 #define DI_BC09         309
  42.  42 #define DI_BC10         310
  43.  43 #define DI_BC11         311
  44.  44 #define DI_BC12         312
  45.  45 #define DI_BC13         313
  46.  46 #define DI_BC14         314
  47.  47 #define DI_BC15         315
  48.  48 #define DI_BC16         316
  49.  49 #define DI_BC17         317
  50.  50 #define DI_BC18         318
  51.  51 #define DI_BC19         319
  52.  52 #define DI_BC20         320
  53.  53 #define DI_BC21         321
  54.  54 #define DI_BC22         322
  55.  55 #define DI_BC23         323
  56.  56 #define DI_BC24         324
  57.  57 #define DI_BC25         325
  58.  58 #define DI_BC26         326
  59.  59 #define DI_BC27         327
  60.  60 #define DI_BC28         328
  61.  61 
  62.  62 #define DI_H01          341
  63.  63 #define DI_H02          342
  64.  64 #define DI_H03          343
  65.  65 #define DI_H04          344
  66.  66 #define DI_H05          345
  67.  67 #define DI_H06          346
  68.  68 #define DI_H07          347
  69.  69 
  70.  70 #define DI_BGRAPH       360
  71.  71 
  72.  72 // Constants defined for PENDLG
  73.  73 
  74.  74 #define DI_PC01         401
  75.  75 #define DI_PC02         402
  76.  76 #define DI_PC03         403
  77.  77 #define DI_PC04         404
  78.  78 #define DI_PC05         405
  79.  79 #define DI_PC06         406
  80.  80 #define DI_PC07         407
  81.  81 #define DI_PC08         408
  82.  82 #define DI_PC09         409
  83.  83 #define DI_PC10         410
  84.  84 #define DI_PC11         411
  85.  85 #define DI_PC12         412
  86.  86 #define DI_PC13         413
  87.  87 #define DI_PC14         414
  88.  88 #define DI_PC15         415
  89.  89 #define DI_PC16         416
  90.  90 #define DI_PC17         417
  91.  91 #define DI_PC18         418
  92.  92 #define DI_PC19         419
  93.  93 #define DI_PC20         420
  94.  94 #define DI_PC21         421
  95.  95 #define DI_PC22         422
  96.  96 #define DI_PC23         423
  97.  97 #define DI_PC24         424
  98.  98 #define DI_PC25         425
  99.  99 #define DI_PC26         426
  100. 100 #define DI_PC27         427
  101. 101 #define DI_PC28         428
  102. 102 
  103. 103 #define DI_WIDTH        440
  104. 104 #define DI_STYLE        441
  105. 105 #define DI_PGRAPH       442