summaryrefslogtreecommitdiff
path: root/irc_mod/resource.h
blob: 4da22174f281dbcb890a9804255571b11502ecb6 (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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by IRC.rc
//
#define ID_INFO_QUERY                   3
#define IDS_IDENTIFY                    102
#define IDD_PREFS_MAIN                  110
#define IDD_PREFS_MAIN1                 111
#define IDD_PREFS_CONNECT               112
#define IDD_PREFS_CTCP                  113
#define IDD_PREFS_IGNORE                114
#define IDD_PREFS_POPUPS                115
#define IDD_PREFS_EXTRA                 116
#define IDD_PREFS_OTHER                 117
#define IDD_INFO                        120
#define IDD_NICK                        121
#define IDD_ADDSERVER                   122
#define IDD_LIST                        123
#define IDR_MENU                        124
#define IDD_QUICKCONN                   125
#define IDD_USERINFO                    126
#define IDD_CHANMANAGER                 127
#define IDD_QUESTION                    128
#define IDD_INIT                        129
#define IDD_MESSAGEBOX                  130
#define IDD_ADDIGNORE                   131
#define IDI_MAIN                        136
#define IDD_SETXSTATUS                  150
#define IDC_OPTIONSTAB                  160
#define IDI_ADD                         175
#define IDI_BLOCK                       176
#define IDI_DELETE                      177
#define IDI_WHOIS                       179
#define IDI_LIST                        181
#define IDI_MANAGER                     182
#define IDI_QUICK                       184
#define IDI_GO                          185
#define IDI_SHOW                        186
#define IDI_LOGO                        187
#define IDI_RENAME                      188
#define IDI_SERVER                      189
#define IDI_DCC                         196
#define IDI_PART                        197
#define IDI_JOIN                        198
#define IDI_ICON_INFORMATION            199
#define IDI_XSTATUS1                    201
#define IDI_XSTATUS2                    202
#define IDI_XSTATUS3                    203
#define IDI_XSTATUS4                    204
#define IDI_XSTATUS5                    205
#define IDI_XSTATUS6                    206
#define IDI_XSTATUS7                    207
#define IDI_XSTATUS8                    208
#define IDI_XSTATUS9                    209
#define IDI_XSTATUS10                   210
#define IDI_XSTATUS11                   211
#define IDI_XSTATUS12                   212
#define IDI_XSTATUS13                   213
#define IDI_XSTATUS14                   214
#define IDI_XSTATUS15                   215
#define IDI_XSTATUS16                   216
#define IDI_XSTATUS17                   217
#define IDI_XSTATUS18                   218
#define IDI_XSTATUS19                   219
#define IDI_XSTATUS20                   220
#define IDI_XSTATUS21                   221
#define IDI_XSTATUS22                   222
#define IDI_XSTATUS23                   223
#define IDI_XSTATUS24                   224
#define IDI_XSTATUS25                   225
#define IDI_XSTATUS26                   226
#define IDI_XSTATUS27                   227
#define IDI_XSTATUS28                   228
#define IDI_XSTATUS29                   229
#define IDI_XSTATUS30                   230
#define IDI_XSTATUS31                   231
#define IDI_XSTATUS32                   232
#define IDI_ICON_ERROR                  300
#define IDI_ICON_FATAL                  301
#define IDI_ICON_WARNING                302
#define IDI_AVATAR                      303
#define IDC_ENICK                       1000
#define IDC_USERID                      1001
#define IDC_INFO_NAME                   1001
#define IDC_NICK                        1002
#define IDC_LIST                        1002
#define IDC_INFO_AUTH                   1002
#define IDC_INFO_LISTVIEW               1002
#define IDC_PORT                        1003
#define IDC_INFO_CHANNELS               1003
#define IDC_NAME                        1004
#define IDC_INFO_ADDRESS                1004
#define IDC_PASS                        1005
#define IDC_INFO_SERVER                 1005
#define IDC_SERVER                      1006
#define IDC_INFO_ID                     1006
#define IDC_PERFORMEDIT                 1007
#define IDC_PORT2                       1008
#define IDC_INFO_AWAY2                  1008
#define IDC_NICK2                       1009
#define IDC_REPLY                       1009
#define IDC_SSL                         1010
#define IDC_INFO_OTHER                  1011
#define IDC_EDIT                        1012
#define IDC_RETRYCOUNT                  1013
#define IDC_INFO_NICK                   1013
#define IDC_EDIT2                       1013
#define IDC_XTITLE                      1014
#define IDC_XMSG                        1015
#define ID_INFO_GO                      1017
#define IDNOK                           1019
#define IDNCANCEL                       1020
#define IDC_SERVERCOMBO                 1022
#define IDC_IDENT                       1023
#define IDC_IDENT_TIMED                 1024
#define IDC_RETRY                       1029
#define IDC_ADDSERVER                   1031
#define IDC_EDITSERVER                  1032
#define IDC_RETRYWAIT                   1035
#define IDC_IDENTSYSTEM                 1036
#define IDC_IDENTPORT                   1037
#define IDC_ONLINETIMER                 1038
#define IDC_FORCEVISIBLE                1039
#define IDC_REJOINCHANNELS              1041
#define IDC_REJOINONKICK                1042
#define IDC_PERFORM                     1043
#define IDC_PERFORMCOMBO                1044
#define IDC_DISABLEERROR                1044
#define IDC_KEEPALIVE                   1045
#define IDC_ENABLEIP                    1045
#define IDC_ONLINENOTIF                 1046
#define IDC_CHANNELAWAY                 1047
#define IDC_USESERVER                   1048
#define IDC_SHOWSERVER                  1049
#define IDC_ADDRESS                     1050
#define IDC_AUTOJOIN                    1051
#define IDC_OLDSTYLE                    1052
#define IDC_ADD                         1090
#define IDC_DELETE                      1091
#define IDC_ALIASEDIT                   1094
#define IDC_REMOVE                      1094
#define IDC_APPLYTOPIC                  1095
#define IDC_APPLYMODES                  1096
#define IDC_DELETESERVER                1097
#define IDC_ADD_COMBO                   1100
#define IDC_ADD_SERVER                  1101
#define IDC_ADD_ADDRESS                 1102
#define IDC_ADD_PORT                    1103
#define IDC_ADD_PORT2                   1104
#define IDN_ADD_OK                      1105
#define IDN_ADD_CANCEL                  1106
#define IDC_CLOSE                       1108
#define IDC_JOIN                        1109
#define ID_INFO_OK                      1110
#define IDC_STARTUP                     1133
#define IDC_TEXT                        1134
#define IDC_DEFAULT                     1139
#define IDC_WILDCARD                    1140
#define IDC_USER                        1141
#define IDC_HOST                        1142
#define IDC_BUTTON                      1143
#define IDC_BUTTON2                     1144
#define IDC_CHECK1                      1147
#define IDC_CHECK2                      1148
#define IDC_CHECK3                      1149
#define IDC_CHECK4                      1150
#define IDC_CHECK5                      1151
#define IDC_CHECK6                      1152
#define IDC_CHECK7                      1153
#define IDC_CHECK8                      1154
#define IDC_KEY                         1159
#define IDC_LIMIT                       1160
#define IDC_TOPIC                       1161
#define IDC_RADIO1                      1170
#define IDC_RADIO2                      1171
#define IDC_RADIO3                      1172
#define IDC_HIDDENEDIT                  1175
#define IDC_NOTOP                       1176
#define IDC_WHITERECT                   1179
#define IDC_RADIO4                      1179
#define IDC_LOGO                        1180
#define IDC_RADIO5                      1180
#define IDC_CAPTION                     1181
#define IDC_RADIO6                      1181
#define IDC_RADIO7                      1182
#define IDC_RADIO8                      1183
#define IDC_OFF                         1184
#define IDC_AUTO                        1185
#define IDC_ON                          1186
#define IDC_QUITMESSAGE                 1187
#define IDC_MEMOSERVNAME                1188
#define IDC_USERINFO                    1189
#define IDC_PING                        1190
#define IDC_IP                          1190
#define IDC_VERSION                     1191
#define IDN_YES                         1191
#define IDC_PASSIVE                     1191
#define IDC_TIME                        1192
#define IDN_NO                          1192
#define IDC_PASSIVE2                    1192
#define IDC_SENDNOTICE                  1192
#define IDC_SLOW                        1193
#define IDC_FAST                        1194
#define IDC_COMBO                       1196
#define IDC_DISC                        1197
#define IDC_FROMSERVER                  1201
#define IDC_SCRIPT                      1202
#define IDC_MASK                        1204
#define IDC_Q                           1205
#define IDC_M                           1206
#define IDC_N                           1207
#define IDC_I                           1208
#define IDC_C                           1209
#define IDC_D                           1210
#define IDC_NETWORK                     1211
#define IDC_IGNORECHANNEL               1212
#define IDC_ENABLEIGNORE                1213
#define IDC_IGNOREFILE                  1214
#define IDC_IGNORECHAT                  1215
#define IDC_IGNOREUNKNOWN               1216
#define IDC_CUSTOM                      1218
#define IDC_SPIN1                       1219
#define IDC_SPIN2                       1220
#define IDC_MEMOSERV                    1221
#define IDC_MEMOSERV_AUTORETRIEVE       1224
#define IDC_PREVIEW                     1239
#define IDC_POPUP_LOG0_TIMEOUT          1240
#define IDC_XSTATUSENABLE               1241
#define IDC_XSTATUSRESET                1242
#define IDC_XSTATUSAUTO                 1243
#define IDC_NUDGEENABLE                 1244
#define IDC_RETRXSTATUS                 1244
#define IDC_TYPINGENABLE                1245
#define IDC_ENABLEAVATARS               1246
#define IDC_AUTOLOADAVATARS             1247
#define IDC_VERSIONAUTO                 1249
#define IDC_POPUPS_ENABLED              1252
#define IDC_POPUP_NOUSER                1253
#define IDC_POPUP_ERROR                 1254
#define IDC_POPUP_LOG0_BACKCOLOR        1255
#define IDC_POPUP_LOG0_TEXTCOLOR        1256
#define IDC_POPUP_LOG1_BACKCOLOR        1257
#define IDC_POPUP_LOG1_TEXTCOLOR        1258
#define IDC_POPUP_LOG2_BACKCOLOR        1259
#define IDC_POPUP_LOG2_TEXTCOLOR        1260
#define IDC_POPUP_LOG3_BACKCOLOR        1261
#define IDC_POPUP_LOG3_TEXTCOLOR        1262
#define IDC_POPUP_LOG2_TIMEOUT          1263
#define IDC_POPUP_LOG3_TIMEOUT          1264
#define IDC_POPUP_LOG1_TIMEOUT          1265
#define IDC_POPUP_WHOIS                 1266
#define IDC_LINKAVATARS                 1267
#define IDC_ADV1                        2001
#define IDC_ADV2                        2002
#define IDC_ADV3                        2003
#define IDC_ADV4                        2004
#define IDC_ADV5                        2005
#define IDC_ADV6                        2006
#define ID_MENU1_OP                     40013
#define ID_MENU1_DEOP                   40014
#define ID_MENU1_VOICE                  40015
#define ID_MENU1_DEVOICE                40016
#define ID_MENU1_KICK                   40017
#define ID_MENU1_QUERY                  40018
#define ID_MENU1_WHOIS                  40019
#define IDM_COPYALL                     40020
#define IDM_SELECTALL                   40022
#define IDM_CLEAR                       40023
#define IDM_OPENNEW                     40024
#define IDM_OPENEXISTING                40025
#define IDM_COPYLINK                    40026
#define IDM_COPY                        40027
#define IDM_JOIN                        40028
#define IDM_CHANGENICK                  40029
#define IDM_SHOWSERVER                  40030
#define IDM_LEAVECHAN                   40031
#define ID_MENU1_ADDCONTACT             40032
#define IDM_CHANMANAGER                 40033
#define ID_MENU1_KICKREASON             40034
#define ID_MENU1_BAN                    40035
#define ID_MENU1_BANKICK                40036
#define ID_MENU1_BANKICKREASON          40037
#define ID_MENU1_IGNORE_ON              40038
#define ID_MENU1_IGNORE_OFF             40039

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        240
#define _APS_NEXT_COMMAND_VALUE         40040
#define _APS_NEXT_CONTROL_VALUE         1225
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif