blob: a31fb28440954b69e1f857ff54b9e05d53dec2c9 (
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
|
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by w:\miranda-ng\plugins\PluginUpdater\res\Resource.rc
//
#define IDD_UPDATE 101
#define IDD_OPT_UPDATENOTIFY 102
#define IDD_POPUP 103
#define IDD_MISSINGPLUGINS 105
#define IDI_MENU 201
#define IDI_OK 202
#define IDI_CANCEL 203
#define IDI_INFO 204
#define IDI_PLGLIST 205
#define IDC_UPDATETEXT 1001
#define IDC_PB 1002
#define IDC_LABEL 1003
#define IDC_SELALL 1004
#define IDC_SELNONE 1005
#define IDC_DETAILS 1006
#define IDC_USEWINCOLORS 1007
#define IDC_RC 1008
#define IDC_USEPOPUPCOLORS 1009
#define IDC_COLORS 1010
#define IDC_STATIC_INFINITE 1011
#define IDC_STATIC_DEFAULT 1012
#define IDC_TIMEOUT_VALUE_SPIN 1013
#define IDC_STATIC_SEC 1014
#define IDC_LC 1015
#define IDC_PREVIEW 1016
#define IDC_TIMEOUT_VALUE 1017
#define IDC_USEOWNCOLORS 1018
#define IDC_LIST_UPDATES 1021
#define IDC_MSG_BOXES_MSG 1024
#define IDC_ERRORS_MSG 1025
#define IDC_INFO_MESSAGES_MSG 1026
#define IDC_PROGR_DLG_MSG 1027
#define IDC_LINK_HOTKEY 1028
#define IDC_NOTIFY 1034
#define IDC_UPDATEONSTARTUP 1035
#define IDC_ONLYONCEADAY 1036
#define IDC_UPDATEONPERIOD 1037
#define IDC_PERIOD 1038
#define IDC_PERIODSPIN 1039
#define IDC_PERIODMEASURE 1040
#define IDC_CUSTOMURL 1042
#define IDC_STABLE 1043
#define IDC_TRUNK 1044
#define IDC_TRUNK_SYMBOLS 1045
#define IDC_CUSTOM 1046
#define IDC_SILENTMODE 1047
#define IDC_NEEDRESTARTLABEL 1048
#define IDC_BACKUP 1049
#define IDC_STABLE_SYMBOLS 1050
#define IDC_USE_HTTPS 1051
#define IDC_CHANGE_PLATFORM 1052
#define IDC_SEARCH 1053
#define IDC_MSG_BOXES 1054
#define IDC_ERRORS 1055
#define IDC_INFO_MESSAGES 1056
#define IDC_MSG_BOXES_TX 1057
#define IDC_ERR_TX 1058
#define IDC_INFO_MESSAGES_TX 1059
#define IDC_MSG_BOXES_BG 1060
#define IDC_ERR_BG 1061
#define IDC_INFO_MESSAGES_BG 1062
#define IDC_AUTORESTART 1063
#define IDC_NUMBER_BACKUPS 1064
#define IDC_BACKUPS_SPIN 1066
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 119
#define _APS_NEXT_COMMAND_VALUE 40075
#define _APS_NEXT_CONTROL_VALUE 1067
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|