blob: a0b6171ec983b27f26276c18dbab73985703176b (
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
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by resource.rc
//
#define IDD_USERINFO_DLG 102
#define IDD_PASSPHRASE_DLG 103
#define IDD_KEYOPTIONS_DLG 104
#define IDD_GNUPGOPTIONS_DLG 106
#define IDD_EXPERTOPTIONS_DLG 107
#define IDD_OPTIONS_DLG 108
#define IDC_KEY_EDIT 1000
#define IDC_PASSPHRASE_EDIT 1002
#define IDC_USERID_STATIC 1003
#define IDC_IMPORT_BTN 1005
#define IDC_EXPORT_BTN 1006
#define IDC_BROWSEEXECUTABLE_BTN 1007
#define IDC_STOREPASSPHRASES_CBOX 1009
#define IDC_GNUPGARGUMENTS_GBOX 1011
#define IDC_IMPORTPUBLICKEY_STATIC 1012
#define IDC_EXPORTPUBLICKEY_STATIC 1014
#define IDC_DETECTUSERID_STATIC 1015
#define IDC_DETECTUSERID_EDIT 1016
#define IDC_LISTPUBLICKEYS_EDIT 1017
#define IDC_LISTSECRETKEYS_EDIT 1018
#define IDC_ENCRYPT_STATIC 1019
#define IDC_ENCRYPT_EDIT 1020
#define IDC_DECRYPT_EDIT 1021
#define IDC_GPGEXECUTABLE_EDIT 1022
#define IDC_TEMPDIR_EDIT 1022
#define IDC_LISTPUBLICKEYS_STATIC 1023
#define IDC_LISTSECRETKEYS_STATIC 1024
#define IDC_DECRYPT_STATIC 1025
#define IDC_IMPORTPUBLICKEY_EDIT 1026
#define IDC_EXPORTPUBLICKEY_EDIT 1027
#define IDC_TEMPDIR_STATIC 1028
#define IDC_GPGHOME_EDIT 1029
#define IDC_RESET_BTN 1031
#define IDC_IMPORTPUBLICKEYS_CBOX 1032
#define IDC_SECRETKEY_DDOWN 1034
#define IDC_KEY_LIST 1036
#define IDC_PUBLICKEY_DDOWN 1037
#define IDC_PUBLICREFRESH_BTN 1041
#define IDC_SECRETREFRESH_BTN 1042
#define IDC_PLUGINBEHAVIOR_STATIC 1043
#define IDC_KEYRECEIVED_STATIC 1046
#define IDC_USERID_EDIT 1048
#define IDC_KEYID_EDIT 1049
#define IDC_KEYRECEIVED_EDIT 1050
#define IDC_EDIT1 1051
#define IDC_STARTTAG_EDIT 1051
#define IDC_EDIT2 1052
#define IDC_ENDTAG_EDIT 1052
#define IDC_HR 1053
#define IDC_GNUPG_GBOX 1053
#define IDC_LOGGINGON_CBOX 1054
#define IDC_HR2 1055
#define IDC_LOGFILE_EDIT 1055
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 109
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1056
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|