resource.h

来自「单片机SPI下载驱动程序源码」· C头文件 代码 · 共 42 行

H
42
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by spiprog.rc
//
#define IDS_STRING1                     1
#define IDS_STRING2                     2
#define IDD_DIALOG1                     101
#define IDI_OPEN                        102
#define IDI_SAVE                        103
#define IDI_ERASE                       104
#define IDC_PROGRESS1                   1001
#define IDC_LIST1                       1002
#define IDC_LIST2                       1003
#define IDC_BUTTON1                     1005
#define IDC_BUTTON2                     1006
#define IDC_STATIC1                     1009
#define IDC_COMBO1                      1010
#define IDC_TAB1                        1011
#define IDC_BUTTON3                     1057
#define IDC_BUTTON4                     1058
#define IDC_READ                        1059
#define IDC_STATIC2                     1102
#define IDC_STATIC3                     1103
#define IDC_STATIC4                     1104
#define IDC_STATIC5                     1105
#define IDC_STATIC6                     1106
#define IDC_COMBO3                      1107
#define IDC_COMBO4                      1108
#define IDC_COMBO5                      1109
#define IDC_COMBO6                      1110

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

⌨️ 快捷键说明

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