resource.h

来自「Mifare非接触IC读卡器与PC通信程序」· C头文件 代码 · 共 57 行

H
57
字号
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Mifare.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_MIFARETYPE                  129
#define IDD_DLG_SETUPCOM                130
#define IDD_DLG_BLOCK                   132
#define IDR_TOOLBAR1                    133
#define IDD_DLG_VALUE                   135
#define IDC_STATIC1                     1000
#define IDC_COMBO_COM                   1002
#define IDC_COMBO_BAUD                  1003
#define IDC_COMBO1                      1005
#define IDC_TAG_INIT                    1006
#define IDC_TAG_WRITE                   1007
#define IDC_TAG_READ                    1008
#define IDC_EDIT1                       1009
#define IDC_EDIT2                       1010
#define IDC_COMBO2                      1011
#define IDC_COMBO3                      1012
#define IDC_INIT                        1013
#define IDC_BLOCK_WRITE                 1014
#define IDC_VALUE_READ                  1015
#define IDC_ADDVALUE                    1016
#define IDC_SUBVALUE                    1017
#define IDC_EDIT3                       1018
#define IDC_EDIT4                       1019
#define IDC_EDIT5                       1022
#define IDC_EDIT6                       1023
#define IDC_VALUE_COPY                  1024
#define IDC_LIGHT                       1025
#define IDC_TAG_BAUD                    1026
#define IDC_RADIO1                      1027
#define IDC_RADIO2                      1028
#define IDC_EMPTY                       1028
#define ID_COM_SETUP                    32771
#define ID_COM_OPEN                     32772
#define ID_TAG_BLOCK                    32775
#define ID_TAG_KEY                      32776
#define ID_TAG_VALUE                    32777
#define ID_COM_CLOSE                    32781
#define ID_TAG_SLEEP                    32785

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        136
#define _APS_NEXT_COMMAND_VALUE         32788
#define _APS_NEXT_CONTROL_VALUE         1029
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

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