-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathResource.h
More file actions
57 lines (46 loc) · 1.49 KB
/
Resource.h
File metadata and controls
57 lines (46 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
//{{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