blob: 9aac61f42ef464f01efd5ee2e9e176de90635bfd (
plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by new_gpg.rc
//
#define IDD_LOAD_PUBLIC_KEY 102
#define IDD_FIRST_RUN 103
#define IDD_OPT_GPG 104
#define IDD_OPT_GPG_BIN 105
#define IDD_BIN_PATH 106
#define IDD_OPT_GPG_MESSAGES 107
#define IDD_NEW_KEY 108
#define IDD_KEY_GEN 109
#define IDD_LOAD_EXISTING_KEY 110
#define IDD_KEY_PASSWD 111
#define IDI_SECURED 112
#define IDD_IMPORT_KEY 112
#define IDI_UNSECURED 113
#define IDC_SET_BIN_PATH 1016
#define IDC_SET_HOME_DIR 1017
#define IDC_BIN_PATH 1018
#define IDC_HOME_DIR 1019
#define IDC_USERLIST 1020
#define IDC_LOAD_KEY_BUTTON 1022
#define ID_OK 1023
#define ID_LOD_FROM_FILE 1024
#define ID_LOAD_FROM_FILE 1024
#define IDC_EDIT1 1025
#define IDC_PUBLIC_KEY_EDIT 1025
#define IDC_KEY_PASSWORD 1025
#define IDC_IN_OPEN_TAG 1025
#define IDC_KEY_PASSWD 1025
#define IDC_PASSWORD 1025
#define IDC_LOG_FILE_EDIT 1025
#define IDC_BUTTON1 1026
#define IDC_SAVE_KEY_BUTTON 1026
#define IDC_GENERATE_KEY 1026
#define IDC_IGNORE_KEY 1026
#define IDC_SELECT_EXISTING 1026
#define IDC_KEY_EMAIL 1026
#define IDC_DELETE_KEY_BUTTON 1027
#define IDC_IN_CLOSE_TAG 1027
#define IDC_KEY_REAL_NAME 1027
#define IDC_KEY_LIST 1028
#define IDC_KEY_COMMENT 1028
#define IDC_OUT_OPEN_TAG 1029
#define IDC_APPEND_TAGS 1030
#define IDC_OUT_CLOSE_TAG 1031
#define IDC_SELECT_KEY 1033
#define IDC_MESSAGE 1034
#define ID_IMPORT 1035
#define IDC_IMPORT_AND_USE 1036
#define IDC_KEY_TYPE 1039
#define IDC_KEY_LENGTH 1040
#define IDC_KEY_EXPIRE_DATE 1043
#define IDC_EXISTING_KEY_LIST 1045
#define IDC_BUTTON2 1046
#define IDC_OTHER 1046
#define IDC_LOG_FILE_SET 1046
#define IDC_IMPORT 1046
#define IDC_SAVE_PASSWORD 1047
#define IDC_DEBUG_LOG 1048
#define IDC_JABBER_API 1049
#define IDC_ENABLE_ENCRYPTION 1050
#define IDC_KEY_FROM 1051
#define IDC_DELETE_KEY 1052
#define IDC_KEYID 1053
#define IDC_CURRENT_KEY 1054
#define IDC_DEFAULT_PASSWORD 1055
#define IDC_LEYSERVER 1058
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 114
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1061
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|