You've already forked fido2-manage.cpp
mirror of
https://github.com/token2/fido2-manage.cpp.git
synced 2026-03-13 11:12:19 -07:00
58 lines
1.5 KiB
C
58 lines
1.5 KiB
C
//{{NO_DEPENDENCIES}}
|
|
// Microsoft Visual C++ generated include file.
|
|
// Used by FIDO2.1 Manager.rc
|
|
|
|
#define IDS_APP_TITLE 103
|
|
#define IDD_INPUTBOX 101
|
|
|
|
#define IDC_EDIT1 103
|
|
|
|
#define IDC_PROMPT_TEXT 1001 // ID for the static text control
|
|
#define IDC_INPUT_EDIT 1002 // ID for the edit box control
|
|
#define IDOK 1 // ID for the OK button
|
|
#define IDCANCEL 2 // ID for the Cancel button
|
|
|
|
#define IDD_PASSKEYS_DIALOG 3001
|
|
#define IDC_LISTVIEW 3002
|
|
|
|
#define IDD_FINGERPRINT_DIALOG 4003
|
|
#define IDC_LISTVIEW_FINGERPRINTS 4004
|
|
#define IDC_BTN_ADD_FINGERPRINT 4005
|
|
#define IDC_BTN_DELETE_FINGERPRINT 4006
|
|
|
|
#define IDC_BTN_REFRESH 4002
|
|
|
|
#define IDC_BTN_SHOW_SELECTED 4001
|
|
|
|
#define ID_BTN_PASSKEYS 2001
|
|
#define ID_BTN_FINGERPRINT 2002
|
|
#define ID_BTN_CHANGEPIN 2003
|
|
#define ID_BTN_ENFORCEUV 2004
|
|
#define ID_BTN_RESET 2005
|
|
|
|
|
|
#define IDR_MAINFRAME 128
|
|
#define IDD_FIDO21MANAGER_DIALOG 102
|
|
#define IDD_ABOUTBOX 103
|
|
#define IDM_ABOUT 104
|
|
#define IDM_EXIT 105
|
|
#define IDI_FIDO21MANAGER 107
|
|
#define IDI_SMALL 108
|
|
#define IDC_FIDO21MANAGER 109
|
|
#define IDC_MYICON 2
|
|
#ifndef IDC_STATIC
|
|
#define IDC_STATIC -1
|
|
#endif
|
|
// Next default values for new objects
|
|
//
|
|
#ifdef APSTUDIO_INVOKED
|
|
#ifndef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
#define _APS_NO_MFC 130
|
|
#define _APS_NEXT_RESOURCE_VALUE 129
|
|
#define _APS_NEXT_COMMAND_VALUE 32771
|
|
#define _APS_NEXT_CONTROL_VALUE 1000
|
|
#define _APS_NEXT_SYMED_VALUE 110
|
|
#endif
|
|
#endif
|