resource.h

来自「一个UCOS学习的好实例」· C头文件 代码 · 共 70 行

H
70
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Skin.rc
//
#define IDC_BUTTON0                     48
#define IDC_BUTTON1                     49
#define IDC_BUTTON2                     50
#define IDC_BUTTON3                     51
#define IDC_BUTTON4                     52
#define IDC_BUTTON5                     53
#define IDC_BUTTON6                     54
#define IDC_BUTTON7                     55
#define IDC_BUTTON8                     56
#define IDC_BUTTON9                     57
#define IDC_BUTTON_STAR                 58
#define IDC_BUTTON_POUND                59
#define IDC_BUTTON_UP                   60
#define IDC_BUTTON_DOWN                 61
#define IDC_BUTTON_LEFT                 62
#define IDC_BUTTON_RIGHT                63
#define IDC_BUTTON_OK                   64
#define IDC_BUTTON_SKL                  65
#define IDC_BUTTON_SKR                  66
#define IDC_BUTTON_SEND                 67
#define IDC_BUTTON_END                  68
#define IDC_POWER                       69
#define IDR_MAINFRAME                   128
#define IDB_CLOSE                       141
#define IDB_MINIMIZE                    143
#define IDD_M18                         145
#define IDB_SKIN                        153
#define IDC_MINIMIZE                    1000
#define IDC_BUTTON_CLEAR                1022
#define IDC_EDIT_LOG                    1023
#define IDC_BUTTON_SOFT_3               1024
#define IDC_ICONPLACE                   1025
#define IDC_BUTTON_EXTRA                1026
#define IDC_VOLOUME_DOWN                1027
#define IDC_VOLUME_UP                   1028
#define IDC_OPENCLAMESHELL              1029
#define IDC_SHELL                       1030
#define IDC_BATTERY_LEVEL               1031
#define IDC_SMALLLCD                    1032
#define IDC_SENDSMS                     1033
#define IDC_CALLIN                      1034
#define IDC_BUTTON_CLEAR_UN             1035
#define IDC_SMS_BROADCAST               1036
#define IDC_CHARGE                      1037
#define IDC_AT                          1038
#define IDC_CHECK_SIM                   1040
#define IDC_CHECK_PIN                   1041
#define IDC_HOOKON                      1042
#define IDC_VOLUME_DOWN                 1043
#define IDC_PORT_NUMBER                 1044
#define IDC_OPENSERIAL                  1045
#define IDC_RUNINFO                     1046
#define IDC_RUNINIFO                    1047
#define IDC_COMBO1                      1050

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        154
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1051
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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