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

GDI/图象编程

开发平台:

Visual C++

  1.   1 // Constants defined for MappingMode menu
  2.   2 
  3.   3 #define IDM_TEXT        100
  4.   4 #define IDM_LOMET       110
  5.   5 #define IDM_HIMET       120
  6.   6 #define IDM_LOENG       130
  7.   7 #define IDM_HIENG       140
  8.   8 #define IDM_TWIPS       150
  9.   9 
  10.  10 // Constants defined for Command menu
  11.  11 
  12.  12 #define IDM_DRAW        200
  13.  13 #define IDM_CLEAR       210
  14.  14 
  15.  15 // Constants defined for Shape menu
  16.  16 
  17.  17 #define IDM_LINE        300
  18.  18 #define IDM_RECT        310
  19.  19 #define IDM_ELLIP       320
  20.  20 
  21.  21 // Constants defined for Line Dialog box
  22.  22 
  23.  23 #define DI_LLEFT        400
  24.  24 #define DI_LTOP         410
  25.  25 #define DI_LRIGHT       420
  26.  26 #define DI_LBOTTOM      430
  27.  27 
  28.  28 #define DI_LOK          440
  29.  29 #define DI_LCANCEL      450
  30.  30 
  31.  31 // Constants defined for Rectangle Dialog box
  32.  32 
  33.  33 #define DI_RLEFT        500
  34.  34 #define DI_RTOP         510
  35.  35 #define DI_RRIGHT       520
  36.  36 #define DI_RBOTTOM      530
  37.  37 
  38.  38 #define DI_ROK          540
  39.  39 #define DI_RCANCEL      550
  40.  40 
  41.  41 // Constants defined for Ellipse Dialog box
  42.  42 
  43.  43 #define DI_ELEFT        600
  44.  44 #define DI_ETOP         610
  45.  45 #define DI_ERIGHT       620
  46.  46 #define DI_EBOTTOM      630
  47.  47 
  48.  48 #define DI_EOK          640
  49.  49 #define DI_ECANCEL      650