You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
#ifndef __BASECSP__RESOURCE__H
|
|
#define __BASECSP__RESOURCE__H
|
|
|
|
#define IDS_BASECSP 3
|
|
|
|
#define IDS_CSP_STRING1 4
|
|
#define IDS_CSP_STRING2 5
|
|
#define IDS_PINDIALOG_NEWPIN_MISMATCH 6
|
|
#define IDS_PINDIALOG_MSGBOX_TITLE 7
|
|
#define IDS_PINDIALOG_WRONG_PIN 8
|
|
#define IDS_PINDIALOG_PIN_RETRIES 9
|
|
|
|
#define IDC_MYICON 10
|
|
#define IDC_BUTTONOPTIONS 12
|
|
#define IDS_APP_TITLE 103
|
|
#define IDM_ABOUT 104
|
|
#define IDM_EXIT 105
|
|
#define IDS_HELLO 106
|
|
#define IDI_TESTPINDLG 107
|
|
#define IDI_SMALL 108
|
|
#define IDC_TESTPINDLG 109
|
|
#define IDR_MAINFRAME 128
|
|
#define IDD_PINDIALOG 129
|
|
#define IDB_BITMAP1 134
|
|
#define IDC_EDITPIN 1000
|
|
#define IDC_EDITNEWPIN 1005
|
|
#define IDC_EDITNEWPIN2 1006
|
|
#define IDM_USERAUTH 32771
|
|
#define IDC_STATIC -1
|
|
|
|
#endif
|