blob: c423077863cc1a355641a1998fa86d1191c473c9 (
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
|
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by resource.rc
//
#define IDD_ADD_FILE 101
#define IDI_MAIN 103
#define IDD_CONTACT_INFO 104
#define IDD_OTHER_STUFF 105
#define IDI_ICON1 106
#define IDD_CONTACT_COPYEXPORT 108
#define IDD_OPTIONS 109
#define IDD_TEST_LINE 110
#define IDD_HELP 111
#define IDC_FN 1000
#define IDC_FILE_LIST 1001
#define IDC_ADD_FILE 1002
#define IDC_ADD_FILE2 1003
#define IDC_DEL_FILE 1004
#define IDC_FILE_CONTENTS 1005
#define IDC_URL 1006
#define IDC_ADD_URL 1007
#define IDC_DISPLAY_NAME 1007
#define IDC_TOOLTIP 1008
#define IDC_GROUP 1008
#define IDC_HELPMSG 1009
#define IDC_LINK 1010
#define IDC_PARAMS 1011
#define IDC_OPEN_FILE 1012
#define IDC_OPEN_FOLDER 1013
#define CHK_USE_TIMER 1016
#define IDC_TIMER 1017
#define IDC_MINUTES 1018
#define IDC_SECONDS 1019
#define CHK_CTRL 1020
#define IDC_WWW_TIMER 1022
#define IDC_STRING_REPLACE 1025
#define IDC_DOIT 1026
#define IDC_EXPORT 1027
#define IDC_ALWAYS_VISIBLE 1028
#define IDC_VISIBLE_UNLESS_OFFLINE 1029
#define IDC_DISABLETIMER 1031
#define IDC_TIMER_INT 1036
#define IDC_AWAYISNOTONLINE 1037
#define IDC_TIMER_TEXT 1039
#define IDC_TIMER_MSG 1040
#define IDC_STRING 1041
#define IDC_ANSWER 1042
#define IDC_LINE 1043
#define IDC_START 1045
#define IDC_END 1046
#define IDC_WHOLELINE 1047
#define IDC_CSV 1048
#define IDC_FILE 1049
#define IDC_FILENAME 1050
#define IDC_TIMER_INTERVAL_MSG 1053
#define IDC_HELPTEXT 1055
#define CHK_ONLINE 40072
#define CHK_AWAY 40073
#define CHK_DND 40074
#define CHK_NA 40075
#define CHK_OCC 40076
#define CHK_FFC 40077
#define CHK_INVISIBLE 40078
#define CHK_PHONE 40079
#define CHK_LUNCH 40080
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 112
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1057
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|