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