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_CHECKPIN 1203 |
13 |
#define IDC_TXTPIN 1204 |
14 |
#define IDC_TXTPIN2 1205 |
15 |
#define IDC_CHANGEPIN 1206 |
16 |
#define IDC_UNBLOCKPIN 1207 |
17 |
#define IDC_SETPUK 1209 |
18 |
#define IDC_PERSONNALIZE 1210 |
19 |
#define IDD_CRYPTO 1300 |
20 |
#define IDC_SAMEKEY 1301 |
21 |
#define IDC_IMPORTKEY 1302 |
22 |
#define IDC_NEWKEY 1303 |
23 |
#define IDC_CONTAINERINDEX 1304 |
24 |
#define IDC_SETREADONLY 1305 |
25 |
#define IDC_UNSETREADONLY 1306 |
26 |
#define IDD_FILE 1400 |
27 |
#define IDC_LISTFILES 1401 |
28 |
#define IDC_STC2 1402 |
29 |
#define IDC_CONTENT 1403 |
30 |
#define IDC_FILES 1404 |
31 |
#define IDD_CRYPTOAPI 1500 |
32 |
#define IDC_DECRYPT 1501 |
33 |
#define IDC_SIGN 1502 |
34 |
#define IDC_STC1 1503 |
35 |
#define IDC_CONTAINER 1504 |
36 |
#define IDC_LSTCONTAINER 1505 |