提交 | 用户 | age
|
418cb3
|
1 |
//{{NO_DEPENDENCIES}}
|
Q |
2 |
// Microsoft Visual C++ 生成的包含文件。
|
|
3 |
// 供 LCDDisplay.rc 使用
|
|
4 |
//
|
|
5 |
#define IDM_ABOUTBOX 0x0010
|
|
6 |
#define IDD_ABOUTBOX 100
|
|
7 |
#define IDS_ABOUTBOX 101
|
|
8 |
#define IDD_LCDDISPLAY_DIALOG 102
|
|
9 |
#define IDR_MAINFRAME 128
|
|
10 |
#define IDC_STATIC_DISPLAY 1000
|
|
11 |
#define IDC_BUTTON1 1001
|
|
12 |
#define IDC_BUTTON2 1002
|
|
13 |
#define IDC_BUTTON3 1003
|
|
14 |
#define IDC_BUTTON4 1004
|
|
15 |
#define IDC_BUTTON5 1005
|
|
16 |
#define IDC_BUTTON6 1006
|
|
17 |
#define IDC_EDIT1 1007
|
6ff05a
|
18 |
#define IDC_EDIT_LOG 1007
|
418cb3
|
19 |
#define IDC_CHECK1 1008
|
Q |
20 |
#define IDC_CHECK2 1009
|
|
21 |
#define IDC_CHECK3 1010
|
|
22 |
#define IDC_CHECK4 1011
|
|
23 |
#define IDC_CHECK5 1012
|
|
24 |
#define IDC_CHECK6 1013
|
|
25 |
#define IDC_CHECK7 1014
|
|
26 |
#define IDC_CHECK8 1015
|
|
27 |
#define IDC_CHECK9 1016
|
|
28 |
#define IDC_CHECK10 1017
|
|
29 |
#define IDC_CHECK11 1018
|
|
30 |
#define IDC_CHECK12 1019
|
|
31 |
#define IDC_CHECK13 1020
|
|
32 |
#define IDC_CHECK14 1021
|
|
33 |
#define IDC_CHECK15 1022
|
|
34 |
#define IDC_CHECK16 1023
|
|
35 |
#define IDC_CHECK17 1024
|
|
36 |
#define IDC_CHECK18 1025
|
|
37 |
#define IDC_CHECK19 1026
|
|
38 |
#define IDC_CHECK20 1027
|
|
39 |
#define IDC_CHECK21 1028
|
|
40 |
#define IDC_CHECK22 1029
|
|
41 |
#define IDC_CHECK23 1030
|
|
42 |
#define IDC_CHECK24 1031
|
|
43 |
#define IDC_CHECK25 1032
|
|
44 |
#define IDC_CHECK26 1033
|
|
45 |
#define IDC_CHECK27 1034
|
|
46 |
#define IDC_CHECK28 1035
|
|
47 |
#define IDC_CHECK29 1036
|
|
48 |
#define IDC_CHECK30 1037
|
|
49 |
#define IDC_CHECK31 1038
|
|
50 |
#define IDC_CHECK32 1039
|
|
51 |
#define IDC_CHECK33 1040
|
|
52 |
#define IDC_CHECK34 1041
|
|
53 |
#define IDC_CHECK35 1042
|
|
54 |
#define IDC_CHECK36 1043
|
|
55 |
#define IDC_CHECK37 1044
|
|
56 |
#define IDC_CHECK38 1045
|
|
57 |
#define IDC_CHECK39 1046
|
|
58 |
#define IDC_CHECK40 1047
|
|
59 |
#define IDC_CHECK41 1048
|
|
60 |
#define IDC_CHECK42 1049
|
|
61 |
#define IDC_CHECK43 1050
|
|
62 |
#define IDC_CHECK44 1051
|
|
63 |
#define IDC_CHECK45 1052
|
|
64 |
#define IDC_CHECK46 1053
|
|
65 |
#define IDC_CHECK47 1054
|
|
66 |
#define IDC_CHECK48 1055
|
|
67 |
#define IDC_EDIT2 1056
|
|
68 |
#define IDC_EDIT_HEX 1056
|
|
69 |
#define IDC_BUTTON_CONVERT 1057
|
|
70 |
#define IDC_BUTTON_CLEAR 1058
|
|
71 |
#define IDC_EDIT3 1059
|
|
72 |
#define IDC_BUTTON7 1060
|
|
73 |
#define IDC_EDIT4 1061
|
|
74 |
#define IDC_MFCCOLORBUTTON1 1062
|
|
75 |
#define IDC_MFCBUTTON1 1063
|
|
76 |
#define IDC_MFCCOLORBUTTON2 1064
|
|
77 |
#define IDC_BUTTON8 1065
|
|
78 |
#define IDC_EDIT5 1066
|
|
79 |
|
|
80 |
// Next default values for new objects
|
|
81 |
//
|
|
82 |
#ifdef APSTUDIO_INVOKED
|
|
83 |
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
84 |
#define _APS_NEXT_RESOURCE_VALUE 131
|
|
85 |
#define _APS_NEXT_COMMAND_VALUE 32771
|
|
86 |
#define _APS_NEXT_CONTROL_VALUE 1067
|
|
87 |
#define _APS_NEXT_SYMED_VALUE 101
|
|
88 |
#endif
|
|
89 |
#endif
|