resource.h

来自「DigitalPersona.rar」· C头文件 代码 · 共 36 行

H
36
字号
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by DPFpUITest.rc
//
#define IDOK                            1
#define IDS_PROJNAME                    100
#define IDR_DPFPUITEST                  101
#define IDD_DPFPUITESTDIALOG            102
#define IDC_BUTTON_ENROLL               201
#define IDC_BUTTON_VERIFY               202
#define IDI_ICON1                       202
#define IDC_EDIT_MASK                   203
#define IDC_EDIT_MAX_COUNT              204
#define IDC_EDIT_CAPTION                206
#define IDC_EDIT_TEXT                   207
#define IDC_RADIO_ENROLL_SUCCESS        208
#define IDC_RADIO_ENROLL_FAIL           209
#define IDC_RADIO_ENROLL_ABORT          210
#define IDC_RADIO_VERIFY_FAIL           211
#define IDC_RADIO_VERIFY_ABORT          212
#define IDC_CHECK_IS_ADAPTED            213
#define IDC_CHECK_IS_MATCHED            214
#define IDC_EDIT_FAR                    215
#define IDC_EDIT_BANNER                 216

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        203
#define _APS_NEXT_COMMAND_VALUE         32768
#define _APS_NEXT_CONTROL_VALUE         217
#define _APS_NEXT_SYMED_VALUE           103
#endif
#endif

⌨️ 快捷键说明

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