1 |
#define IDD_MAIN 1000 |
2 |
#define IDC_TAB1 1001 |
3 |
#define IDD_CONNECT 1100 |
4 |
#define IDC_SystemDll 1101 |
5 |
#define IDC_CurrentDll 1102 |
6 |
#define IDC_CONNECT 1103 |
7 |
#define IDC_DISCONNECT 1104 |
8 |
#define IDD_PIN 1200 |
9 |
#define IDC_PINUSER 1201 |
10 |
#define IDC_PINADMIN 1202 |
11 |
#define IDC_PUK 1208 |
12 |
#define IDC_SM 1212 |
13 |
#define IDC_CHECKPIN 1203 |
14 |
#define IDC_TXTPIN 1204 |
15 |
#define IDC_TXTPIN2 1205 |
16 |
#define IDC_CHANGEPIN 1206 |
17 |
#define IDC_UNBLOCKPIN 1207 |
18 |
#define IDC_SETPUK 1209 |
19 |
#define IDC_PERSONNALIZE 1210 |
20 |
#define IDC_SETSM 1211 |
21 |
#define IDD_CRYPTO 1300 |
22 |
#define IDC_SAMEKEY 1301 |
23 |
#define IDC_IMPORTKEY 1302 |
24 |
#define IDC_NEWKEY 1303 |
25 |
#define IDC_CONTAINERINDEX 1304 |
26 |
#define IDC_SETREADONLY 1305 |
27 |
#define IDC_UNSETREADONLY 1306 |
28 |
#define IDD_FILE 1400 |
29 |
#define IDC_LISTFILES 1401 |
30 |
#define IDC_STC2 1402 |
31 |
#define IDC_CONTENT 1403 |
32 |
#define IDC_FILES 1404 |
33 |
#define IDD_CRYPTOAPI 1500 |
34 |
#define IDC_DECRYPT 1501 |
35 |
#define IDC_SIGN 1502 |
36 |
#define IDC_STC1 1503 |
37 |
#define IDC_CONTAINER 1504 |
38 |
#define IDC_LSTCONTAINER 1505 |
39 |
#define IDD_ENROLL 1600 |
40 |
#define IDC_ENROLL 1601 |