blob: c810a6dc9b392ed35ff51e28187d5a032f10d457 (
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by resource.rc
//
#ifndef IDOK
#define IDOK 1
#endif
#ifndef IDCANCEL
#define IDCANCEL 2
#endif
#define IDD_GENKEYNOTIFY 101
#define IDD_OPT_GENERAL 102
#define IDD_OPT_PROTO 103
#define IDD_OPT_CONTACTS 104
#define IDD_OPT_FINGER 105
#define IDD_SMP_INPUT 106
#define IDD_SMP_PROGRESS 107
// General Options
#define IDC_GRP_POLICY 1051
#define IDC_RAD_ALWAYS 1052
#define IDC_RAD_OPP 1053
#define IDC_RAD_MANUAL 1054
#define IDC_RAD_NEVER 1055
#define IDC_CHK_PREFIX 1056
#define IDC_ED_PREFIX 1057
#define IDC_CHK_MSGINLINE 1058
#define IDC_CHK_MSGPOPUP 1059
#define IDC_CHK_PREVENTSAVE 1060
#define IDC_CHK_AUTOSHOW_VERIFY 1061
#define IDC_CHK_TIMEFINISH 1062
#define IDC_CHK_ENDOFFLINE 1063
#define IDC_CHK_ENDCLOSE 1064
// Proto policy & keys
#define IDC_LV_PROTO_PROTOS 1101
#define IDC_BTN_PROTO_NEWKEY 1102
#define IDC_CMB_PROTO_POLICY 1103
#define IDC_BTN_PROTO_FORGET 1104
#define IDC_STC_PROTO1 1151
#define IDC_STC_PROTO2 1152
// User policy
#define IDC_LV_CONT_CONTACTS 1201
#define IDC_CMB_CONT_POLICY 1202
#define IDC_STC_CONT1 1251
#define IDC_STC_CONT2 1252
// User fingerprints
#define IDC_LV_FINGER_LIST 1301
#define IDC_BTN_FINGER_FORGET 1302
#define IDC_BTN_FINGER_TRUST 1303
#define IDC_BTN_FINGER_DONTTRUST 1304
#define IDC_STC_FINGER1 1351
// Generate dialog
#define IDC_GENERATE 1401
#define IDC_ICOOTR 1402
#define IDC_ICOREFRESH 1403
// SMP Progress
#define IDC_PGB_SMP 1501
#define IDC_STC_SMP_HEADPRO 1502
#define IDC_ICO_SMP 1503
#define IDC_STC_SMP_PROGRESS 1504
// SMP Dialog
#define IDC_STC_SMP_HEAD 1602
#define IDC_CBO_SMP_CHOOSE 1603
#define IDC_STC_SMP_INFO 1604
#define IDC_STC_SMP_FIELD1 1605
#define IDC_EDT_SMP_FIELD1 1606
#define IDC_STC_SMP_FIELD2 1607
#define IDC_EDT_SMP_FIELD2 1608
#define IDI_OTR 2000
#define IDI_REFRESH 2001
#define IDI_INSECURE 2002
#define IDI_UNVERIFIED 2003
#define IDI_PRIVATE 2004
#define IDI_FINISHED 2005
#define IDC_STATIC -1
#define IDM_OTR_MENU 10001
#define IDR_CONTEXT 10000
#define IDM_OTR_STATUS 10001
#define IDM_OTR_START 10002
#define IDM_OTR_REFRESH 10003
#define IDM_OTR_STOP 10004
#define IDM_OTR_VERIFY 10005
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 101
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|