⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 demo3_3.h

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

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -