summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src/resource.h
blob: 5f7e8be30fd67f5bcdc5d6dbd43a8d6d02d49cd4 (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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by W:\miranda-ng\plugins\TabSRMM\res\chat.rc
//
#define VS_VERSION_INFO                 1
#define IDD_TEMPLATEEDIT                1
#define IDD_USERPREFS                   2
#define IDOK2                           2
#define IDD_USERPREFS1                  3
#define IDD_TABCONFIG                   4
#define IDD_INFOPANEL                   8
#define IDC_TESTVALUE                   10
#define IDB_BITMAP1                     10
#define IDB_LOGO                        10
#define IDD_USERPREFS_FRAME             11
#define IDR_SKIN1                       13
#define IDR_SKIN_AERO                   14
#define IDR_SKIN_AERO_GLOW              15
#define IDD_SENDLATER_QMGR              15
#define IDR_SKIN_AERO_SWITCHBAR         16
#define IDD_WARNING                     16
#define IDR_SKIN_LOGO                   20
#define IDI_IMGOPEN                     102
#define IDI_IMGCLOSE                    103
#define IDI_FEATURE_DISABLED            104
#define IDI_FEATURE_ENABLED             105
#define IDR_CONTEXT                     180
#define IDM_PASTEFORMATTED              181
#define IDM_CUT                         182
#define IDM_PASTE                       183
#define IDD_MSGSPLITNEW                 184
#define IDM_QUOTE                       185
#define IDM_COPY                        186
#define IDM_SELECTALL                   188
#define IDM_CLEAR                       189
#define IDM_OPENNEW                     190
#define IDM_OPENEXISTING                191
#define IDM_COPYLINK                    192
#define IDM_STICKY                      193
#define IDM_REPORTALWAY                 194
#define IDM_REPORTNEVER                 195
#define IDM_DONTREPORTMINIMIZED         196
#define IDD_OPT_MSGDLG                  243
#define IDD_OPT_MSGLOG                  245
#define IDD_OPT_MSGTYPE                 275
#define IDD_MSGCONTAINER                276
#define IDD_OPT_TABBEDMSG               277
#define IDR_TABCONTEXT                  286
#define IDD_SELECTCONTAINER             299
#define IDD_CONTAINEROPTIONS            300
#define IDD_OPT_CONTAINERS              301
#define IDR_MENUBAR                     308
#define IDD_CHOOSESTATUSMODES           310
#define IDD_SKINTABDIALOG               312
#define IDD_OPT_SKIN                    313
#define IDD_OPT_MSGHIST                 314
#define IDD_OPTIONS_PLUS                333
#define IDD_CHANNEL                     401
#define IDD_OPTIONS1                    402
#define IDD_OPTIONS2                    403
#define IDD_FILTER                      404
#define IDD_OPTIONSPOPUP                405
#define IDD_OPTIONS3                    407
#define IDD_OPTIONS4                    408
#define IDC_EXCEPTION_DETAILS           1000
#define IDC_READNEXT                    1000
#define IDC_MINIMIZE                    1000
#define IDC_COPY_EXCEPTION              1001
#define IDC_RELOADSKIN                  1001
#define IDC_APPLY                       1001
#define IDC_MAXIMIZE                    1001
#define IDC_SKINFILE                    1002
#define IDC_THEMEEXPORT                 1002
#define IDC_THEMEEXPORT2                1003
#define IDC_THEMEIMPORT                 1003
#define IDC_SPLITTERX                   1004
#define IDC_EXPORT                      1005
#define IDC_IMPORT                      1006
#define IDC_PREVIEW                     1006
#define IDC_CHKNOTIFY_MESSAGE           1007
#define IDC_FASTGRADIENT                1008
#define IDC_SPLITTERY                   1008
#define IDC_CHKNOTIFY_URL               1009
#define IDC_USESKIN                     1011
#define IDC_AUTOCLOSE                   1012
#define IDC_CHKNOTIFY_OTHER             1013
#define IDC_AUTOMIN                     1014
#define IDC_CHKMENUITEM                 1015
#define IDC_TIME                        1016
#define IDC_CHKDISABLE                  1017
#define IDC_SENDMENU                    1018
#define IDC_CHKACTL_DISMISS             1019
#define IDC_QUOTE                       1020
#define IDC_CHKACTL_OPEN                1021
#define IDC_CHECKBOXES                  1021
#define IDC_NAME                        1022
#define IDC_NICKROW2                    1023
#define IDC_CHKACTL_REMOVE              1023
#define IDC_CHKWINDOWCHECK              1024
#define IDC_NICKROW                     1024
#define IDC_LOGLIMIT                    1024
#define IDC_CLOSE                       1025
#define IDC_CHKACTR_DISMISS             1026
#define IDC_CHAT_USEGROUP               1027
#define IDC_CHKACTR_OPEN                1028
#define IDC_CONTACTPIC                  1029
#define IDC_CHAT_SPIN2                  1029
#define IDC_CHAT_SPIN3                  1030
#define IDC_CHAT_SPIN4                  1031
#define IDC_ST_ENTERMSG                 1031
#define IDC_PANELNICK                   1032
#define IDC_PANELUIN                    1033
#define IDC_CHKPREVIEW                  1034
#define IDC_CHKINFINITE                 1035
#define IDC_PANELSTATUS                 1036
#define IDC_INSTAMP                     1041
#define IDC_OUTSTAMP                    1043
#define IDC_TIMESTAMP                   1046
#define IDC_SHOWNAMES                   1047
#define IDC_FONTCHOOSE                  1047
#define IDC_LOGDIRECTORY                1048
#define IDC_LIMIT                       1050
#define IDC_LOGTIMESTAMP                1051
#define IDC_CLOSEONREPLY                1052
#define IDC_SHOWFILES                   1054
#define IDC_MERGEPOPUP                  1056
#define IDC_CHKINFINITE_MESSAGE         1057
#define IDC_GROUP                       1057
#define IDC_CHKMERGEPOPUP               1058
#define IDC_IMGTAG                      1058
#define IDC_AUTOCOMPLETE                1058
#define IDC_SHOWURLS                    1059
#define IDC_ANIAVATAR                   1059
#define IDC_SCROLLFIX                   1060
#define IDC_CLIENTINSTATBAR             1061
#define IDC_TYPINGSOUNDS                1062
#define IDC_OFFLINEMULTI                1063
#define IDC_CLIENTINSTATBAR2            1063
#define IDC_ICONWARNINGS                1063
#define IDC_AUTOCLOSEV2                 1064
#define IDC_TEXT                        1064
#define IDC_RESTART                     1065
#define IDC_BKG                         1065
#define IDC_CLIST                       1067
#define IDC_TIMEOUT                     1067
#define IDC_MULTISPLITTER               1069
#define IDC_TEXTO                       1069
#define IDC_LOGGING                     1069
#define IDC_TEXTO2                      1070
#define IDC_SAVEPERCONTACT              1071
#define IDC_TEXTO3                      1071
#define IDC_CHKSHOWTIME                 1072
#define IDC_TEXTO4                      1072
#define IDC_SBARWIDTH                   1073
#define IDC_LOADCOUNTN                  1074
#define IDC_TEXTO5                      1074
#define IDC_O_SBARWIDTH                 1075
#define IDC_LOADCOUNTSPIN               1076
#define IDC_SBARWIDTH_SPIN              1077
#define IDC_SHOWINFOLINE                1078
#define IDC_STATIC_ULIST                1078
#define IDC_STATIC_OTHER                1079
#define IDC_SHOWBUTTONLINE              1080
#define IDC_CHKINFINITE_URL             1081
#define IDC_LOADUNREAD                  1082
#define IDC_STATIC110                   1082
#define IDC_SENDONENTER                 1083
#define IDC_CHKINFINITE_FILE            1084
#define IDC_LOADCOUNT                   1085
#define IDC_STATIC112                   1085
#define IDC_CHKINFINITE_OTHERS          1087
#define IDC_LOADTIMEN                   1088
#define IDC_LOADTIMESPIN                1089
#define IDC_HIGHLIGHTNICKENABLE         1089
#define IDC_LOADTIME                    1090
#define IDC_HIGHLIGHTNICKUID            1090
#define IDC_HIGHLIGHTNICKPATTERN        1091
#define IDC_TRIM                        1091
#define IDC_HIGHLIGHTTEXTENABLE         1092
#define IDC_FONTLIST                    1092
#define IDC_TRIMSPIN                    1092
#define IDC_HIGHLIGHTTEXTPATTERN        1093
#define IDC_USEOSD                      1093
#define IDC_HIGHLIGHTME                 1094
#define IDC_CHOOSEFONT                  1094
#define IDC_CHKACTTE_DISMISS            1095
#define IDC_MUC_OPENLOGBASEDIR          1096
#define IDC_CHKACTTE_OPEN               1096
#define IDC_STMINSOLD                   1097
#define IDC_CHKACTTE_REMOVE             1098
#define IDC_NORSS                       1099
#define IDC_DETAILS                     1100
#define IDC_ADD                         1101
#define IDC_RTL                         1103
#define IDC_CANCELADD                   1112
#define IDC_MATH_BKGCOLOUR              1124
#define IDC_FONTCOLOR                   1127
#define IDC_LOGFROZENTEXT               1128
#define IDC_FONTCOLOUR                  1128
#define IDC_STSIZETEXT                  1135
#define IDC_STCOLOURTEXT                1136
#define IDC_PRESETSPLIT                 1137
#define IDC_PRESETSINGLE                1138
#define IDC_STMSGLOGGROUP               1139
#define IDC_PROTOCOL                    1140
#define IDC_STMSGLOGGROUP2              1140
#define IDC_PROTOMENU                   1141
#define IDC_TYPING                      1143
#define IDC_TOGGLETOOLBAR               1144
#define IDC_ERRORTEXT                   1145
#define IDC_SHOWNOTIFY                  1146
#define IDC_TYPEFLASHWIN                1148
#define IDC_CHARCOUNT                   1149
#define IDC_TYPENOWIN                   1150
#define IDC_TYPEWIN                     1151
#define IDC_CASCADE                     1151
#define IDC_SECONDS                     1152
#define IDC_NOTIFYTRAY                  1153
#define IDC_NOTIFYBALLOON               1154
#define IDC_NOTIFYBALLOON2              1155
#define IDC_MathSubst                   1156
#define IDC_INDENTAMOUNT                1158
#define IDC_MSGTABS                     1159
#define IDC_SIDEBARUP                   1160
#define IDC_SIDEBARDOWN                 1161
#define IDC_WARNONCLOSE                 1162
#define IDC_CUT_TABTITLE                1163
#define IDC_CUT_TITLEMAX                1164
#define IDC_SHOWTABTIP                  1165
#define IDC_SHOWSTATUSONTAB             1166
#define IDC_SWAPTIMESTAMP               1167
#define IDC_AUTOCREATETABS              1168
#define IDC_LOCALTIME                   1169
#define IDC_O_HIDETITLE                 1170
#define IDC_STICKY                      1171
#define IDC_LOGSTATUS                   1172
#define IDC_DEBUGPOPUPS                 1173
#define IDC_CONTAINERGROUPMODE          1174
#define IDC_SELFTYPING                  1175
#define IDC_LOGHOTKEYS                  1176
#define IDC_NOTITLE                     1177
#define IDC_TABPADDING                  1178
#define IDC_PADSPIN                     1179
#define IDC_HTABPADDING                 1179
#define IDC_BOTTOMTABADJUST             1180
#define IDC_POPUPCONTAINER              1181
#define IDC_TABWIDTH                    1181
#define IDC_PRIVATESPLITTER             1182
#define IDC_CNTPRIVATE                  1182
#define IDC_NEWSPLITLAYOUT              1183
#define IDC_O_NOTABS                    1184
#define IDC_DONTREPORTUNFOCUSED         1185
#define IDC_ESC_MINIMIZE                1186
#define IDC_USEDIVIDERS                 1187
#define IDC_DRAWGRID                    1188
#define IDC_LIMITTABS                   1189
#define IDC_WANTVERTICALGRID            1190
#define IDC_DONTREPORTUNFOCUSED2        1193
#define IDC_GCHECK                      1194
#define IDC_HIDETAB                     1195
#define IDC_O_DONTREPORT                1196
#define IDC_USEDEFERRED                 1197
#define IDC_USEINDIVIDUALBKG            1199
#define IDC_SINGLEWINDOWMODE            1200
#define IDC_FLATBUTTONS                 1201
#define IDC_O_STICKY                    1202
#define IDC_DIVIDERSUSEPOPUPCONFIG      1203
#define IDC_FLASHFOREVER                1205
#define IDC_DONTFLASH                   1206
#define IDC_O_FLASHDEFAULT              1208
#define IDC_FLASHDEFAULT                1209
#define IDC_DEFAULTCONTAINERMODE        1210
#define IDC_ALWAYS                      1211
#define IDC_DONTREPORTFOCUSED2          1212
#define IDC_TRANSPARENCY                1215
#define IDC_PANELSPLITTER               1216
#define IDC_AUTOCREATECONTAINER         1216
#define IDC_LIMITAVATARS                1217
#define IDC_LOGICONTYPE                 1218
#define IDC_DONTREPORT                  1219
#define IDC_SPIN1                       1220
#define IDC_CNTLIST                     1221
#define IDC_SPIN3                       1221
#define IDC_NEWCONTAINER                1222
#define IDC_TABWIDTHSPIN                1222
#define IDC_UPDATEPREVIEW               1223
#define IDC_MODIFY                      1223
#define IDC_SAVESIZEASGLOBAL            1223
#define IDC_REVERTGLOBAL                1223
#define IDC_CREATENEW                   1224
#define IDC_RTLMODIFY                   1224
#define IDC_RESETALLTEMPLATES           1224
#define IDC_SENDLATER                   1226
#define IDC_RETRY                       1227
#define IDC_SETUPAUTOCREATEMODES        1228
#define IDC_DELETECONTAINER             1230
#define IDC_CANCELSEND                  1231
#define IDC_O_FLASHALWAYS               1232
#define IDC_RENAMECONTAINER             1233
#define IDC_RETRY2                      1234
#define IDC_MSGSENDLATER                1235
#define IDC_O_FLASHNEVER                1236
#define IDC_NEWCONTAINERNAME            1237
#define IDC_O_TITLENEVER                1238
#define IDC_O_TITLEFRONT                1239
#define IDC_O_TITLESUFFIX               1240
#define IDC_TRANSPARENCY_ACTIVE         1241
#define IDC_TRANSPARENCY_INACTIVE       1242
#define IDC_INDENTSPIN                  1250
#define IDC_TABBORDER                   1251
#define IDC_SPIN2                       1252
#define IDC_TABBORDERSPIN               1253
#define IDC_FLASHINTERVALSPIN           1254
#define IDC_HIDESBAR                    1255
#define IDC_TABBORDEROUTER              1256
#define IDC_TABBORDEROUTERRIGHT         1257
#define IDC_TABBORDERSPINOUTER          1258
#define IDC_ALWAYSPOPUPSINACTIVE        1259
#define IDC_TABBORDERSPINOUTER2         1259
#define IDC_BOTTOMTABADJUSTSPIN         1259
#define IDC_HISTORYSIZE                 1260
#define IDC_TABBORDERSPINOUTERRIGHT     1260
#define IDC_HISTORYSIZESPIN             1261
#define IDC_TABBORDEROUTERTOP           1261
#define IDC_HOTKEYSAREGLOBAL            1262
#define IDC_TABBORDERSPINOUTERTOP       1262
#define IDC_SINGLEROWTAB                1263
#define IDC_STREAMTHREADING             1264
#define IDC_TABBORDEROUTERBOTTOM        1264
#define IDC_TABBORDERSPINOUTERBOTTOM    1265
#define IDC_TEXTFORMATTING              1266
#define IDC_AVATARMODE                  1267
#define IDC_OWNAVATARMODE               1268
#define IDC_EMPTYLINEFIX                1272
#define IDC_SPLITTERSTATICEDGES         1273
#define IDC_MAXAVATARHEIGHT             1275
#define IDC_TABLIMIT                    1276
#define IDC_RIGHTINDENT                 1277
#define IDC_AVATARSPIN                  1278
#define IDC_TABLIMITSPIN                1279
#define IDC_SHOWFORMATTING              1280
#define IDC_AGGRESSIVEUPDATE            1283
#define IDC_THINSEPARATORS              1284
#define IDC_RINDENTSPIN                 1285
#define IDC_STATICERRORICON             1286
#define IDC_STATICTEXT                  1287
#define IDC_GROUPMODE                   1288
#define IDC_ANIMATED                    1289
#define IDC_ALWAYSTRIM                  1289
#define IDC_SKIN_LOADFONTS              1289
#define IDC_PRESERVEAVATARSIZE          1289
#define IDC_UPREFS_SHOWICONS            1289
#define IDC_ALWAYSTRIM2                 1290
#define IDC_SKIN_LOADTEMPLATES          1290
#define IDC_UPREFS_SHOWSYMBOLS          1290
#define IDC_SKIN_LOADTEMPLATES2         1291
#define IDC_UPREFS_INOUTICONS           1291
#define IDC_AVADYNAMIC                  1292
#define IDC_UPREFS_SHOWTIMESTAMP        1292
#define IDC_USESNAPPING                 1293
#define IDC_UPREFS_SHOWSECONDS          1293
#define IDC_UPREFS_SHOWICONS3           1294
#define IDC_UPREFS_SHOWDATES            1294
#define IDC_SENDFORMAT                  1295
#define IDC_UPREFS_LOCALTIME            1295
#define IDC_FLATMSGLOG                  1296
#define IDC_UPREFS_INDENT               1296
#define IDC_UPREFS_GRID                 1297
#define IDC_UPREFS_GROUPING             1298
#define IDC_TOGGLESIDEBAR               1299
#define IDC_CNTNOSTATUSBAR              1299
#define IDC_UPREFS_BBCODE               1299
#define IDC_SECTIONTREE                 1300
#define IDC_UPREFS_RTL                  1301
#define IDC_CHECKICONDLL                1302
#define IDC_UPREFS_LOGSTATUS            1302
#define IDC_UPREFS_LOGSTATUS2           1303
#define IDC_UPREFS_NORMALTEMPLATES      1303
#define IDC_HEADERSHADING               1304
#define IDC_HIDEMENUBAR                 1305
#define IDC_STATICCONTROL               1307
#define IDC_AUTOCLOSETABTIME            1308
#define IDC_AUTOCLOSETABSPIN            1309
#define IDC_SENDONSHIFTENTER            1310
#define IDC_USEGLOBALSIZE               1311
#define IDC_LOADONLYACTUAL              1311
#define IDC_MICROLF                     1312
#define IDC_EVENTAPI                    1313
#define IDC_MINIMIZETOTRAY              1316
#define IDC_DELETETEMP                  1318
#define IDC_FORMATTING                  1319
#define IDC_AUTOSELECTCOPY              1319
#define IDC_HIDETOOLBAR                 1320
#define IDC_FLASHCLIST                  1322
#define IDC_MSGLOGPLUGIN                1323
#define IDC_UIDSTATUSBAR                1324
#define IDC_NRFLASH                     1325
#define IDC_NRFLASHSPIN                 1326
#define IDC_FLASHINTERVAL               1327
#define IDC_USEKBDHOOK                  1328
#define IDC_TAB1                        1330
#define IDC_ALWAYSFULLWIDTHTOOLBAR      1335
#define IDC_FORMATWHOLEWORDSONLY        1337
#define IDC_STATUSGROUP                 1338
#define IDC_ALLOWSENDBUTTONHIDE         1340
#define IDC_VERTICALMAX                 1341
#define IDC_AUTOSPLITTER                1342
#define IDC_ICONDLLNAME                 1343
#define IDC_SAVETEMPLATE                1344
#define IDC_SELECTICONDLL               1345
#define IDC_RTLDEFAULT                  1346
#define IDC_MESSAGEPREVIEWLIMITSPIN2    1354
#define IDC_TEMPLATELIST                1361
#define IDC_EDITTEMPLATE                1362
#define IDC_REVERT                      1363
#define IDC_FORGET                      1364
#define IDC_COLOR1                      1366
#define IDC_COLOR2                      1367
#define IDC_COLOR3                      1368
#define IDC_COLOR4                      1369
#define IDC_COLOR5                      1370
#define IDC_TEMPLOVERRIDE               1372
#define IDC_IGNORETIMEOUTS              1372
#define IDC_RTLTEMPLOVERRIDE            1373
#define IDC_SELECTTHEME                 1376
#define IDC_RELOAD                      1376
#define IDC_LOGOPTIONS                  1377
#define IDC_WINDOWOPTIONS               1378
#define IDC_TRAYCONTAINER               1379
#define IDC_VARIABLESHELP               1381
#define IDC_TABMSGOPTIONS               1384
#define IDC_HELPTEXT                    1392
#define IDC_TITLEFORMAT                 1393
#define IDC_THEME                       1394
#define IDC_INFOPANEL                   1395
#define IDC_SHOWAVATAR                  1396
#define IDC_SHOWAVATAR2                 1397
#define IDC_QHTM                        1399
#define IDC_TSLABEL_ACTIVE              1400
#define IDC_TSLABEL_INACTIVE            1401
#define IDC_TITLEBOX                    1402
#define IDC_DESC                        1404
#define IDC_LABEL_PRIVATETHEME          1405
#define IDC_BOTTOMTOOLBAR               1414
#define IDC_BUTTON1                     1415
#define IDC_SIZECOMPACT                 1415
#define IDC_RESCANSKIN                  1415
#define IDC_RESETWARNINGS               1415
#define IDC_TIMEOUTSPIN                 1416
#define IDC_SIZENORMAL                  1416
#define IDC_SIZELARGE                   1417
#define IDC_MTN_POPUPMODE               1418
#define IDC_MTN_HELP                    1419
#define IDC_CUT_TITLEMAXSPIN            1420
#define IDC_HELP_CONTAINERS             1421
#define IDC_HELP_GENERAL                1422
#define IDC_ALWAYSPOPUP                 1424
#define IDC_AEROEFFECT                  1424
#define IDC_ESCMODE                     1425
#define IDC_TABMODE                     1426
#define IDC_O_TABMODE                   1427
#define IDC_O_SBARLAYOUT                1428
#define IDC_PANELVISIBILITY             1428
#define IDC_SBARLAYOUT                  1429
#define IDC_PANELSIZE                   1429
#define IDC_IPCONFIG_TITLE              1430
#define IDC_NOSYNC                      1431
#define IDC_IPCONFIG_FOOTER             1432
#define IDC_NOOPENPOPUP                 1433
#define IDC_GROUP_SCOPE                 1433
#define IDC_GROUP_SIZE                  1434
#define IDC_GROUP_OTHER                 1435
#define IDC_SIZE_TIP                    1436
#define IDC_IPCONFIG_PRIVATECONTAINER   1437
#define IDC_PANELPICTUREVIS             1438
#define IDC_SKINNAME                    1438
#define IDC_SKINROOTFOLDER              1439
#define IDC_SKIN_WARN                   1440
#define IDC_QMGR_LIST                   1441
#define IDC_QMGR_FILTER                 1442
#define IDC_QMGR_HELP                   1444
#define IDC_QMGR_ERRORPOPUPS            1445
#define IDC_QMGR_ERRORPOPUPS2           1446
#define IDC_QMGR_SUCCESSPOPUPS          1446
#define IDC_BUTTON2                     1446
#define IDC_SKIN_CLOSENOW               1446
#define IDC_CHECK1                      1447
#define IDC_DONTSHOWAGAIN               1447
#define IDC_CAPTION                     1448
#define IDC_WARNTEXT                    1449
#define IDC_WARNICON                    1450
#define IDC_WARNGROUP                   1451
#define IDC_EX_REASON                   1452
#define IDC_FLASHICON                   1489
#define IDC_FLASHLABEL                  1490
#define IDC_STATIC_VISIBILTY            1491
#define IDC_BUTTONTABS                  1492
#define IDC_CLOSEBUTTONONTABS           1493
#define IDC_GETSKINS                    1494
#define IDC_O_STATIC_AVATAR             1501
#define IDC_O_STATIC_OWNAVATAR          1502
#define IDC_USEAERO                     1531
#define IDC_USEAEROPEEK                 1532
#define IDC_WHITERECT                   1600
#define IDC_O_EXPLAINGLOBALNOTIFY       1624
#define IDC_O_AUTOHIDE                  1625
#define IDC_O_AUTOHIDESECONDS           1626
#define IDC_O_ENABLESOUNDS              1701
#define IDC_O_SOUNDSMINIMIZED           1702
#define IDC_O_SOUNDSUNFOCUSED           1703
#define IDC_O_SOUNDSINACTIVE            1704
#define IDC_O_SOUNDSFOCUSED             1705
#define IDC_O_TITLEBARFORMAT            1706
#define IDC_O_CNTPRIVATE                1901
#define IDC_PLUS_CHECKTREE              2000
#define IDC_PLUS_HELP                   2004
#define IDC_O_HELP_TITLEFORMAT          2064
#define IDC_OPTIONSTAB                  2111
#define IDC_HEADERBAR                   2397
#define IDC_AVATARSONTASKBAR            2735
#define IDC_SRMM_COLOR                  3001
#define IDC_SRMM_BKGCOLOR               3002
#define IDC_SRMM_BOLD                   3003
#define IDC_SRMM_ITALICS                3004
#define IDC_SRMM_UNDERLINE              3005
#define IDC_SRMM_FILTER                 3006
#define IDC_SRMM_CHANMGR                3007
#define IDC_SRMM_SHOWNICKLIST           3008
#define IDC_SRMM_HISTORY                3009
#define IDC_SRMM_NICKLIST               3010
#define IDC_SRMM_LOG                    3011
#define IDC_SRMM_MESSAGE                3012
#define IDC_TSLABEL_EXPLAINTHEME        3123
#define IDC_TSLABEL_REOPENWARN          3124
#define IDC_1                           4200
#define IDC_2                           4201
#define IDC_3                           4202
#define IDC_4                           4203
#define IDC_5                           4204
#define IDC_6                           4205
#define IDC_7                           4206
#define IDC_8                           4207
#define IDC_9                           4208
#define IDC_10                          4209
#define IDC_11                          4210
#define IDC_P1                          4300
#define IDC_P2                          4301
#define IDC_P3                          4302
#define IDC_P4                          4303
#define IDC_P5                          4304
#define IDC_P6                          4305
#define IDC_P7                          4306
#define IDC_P8                          4307
#define IDC_P9                          4308
#define IDC_P10                         4309
#define IDC_P11                         4310
#define IDC_P12                         4311
#define IDC_T1                          4400
#define IDC_T2                          4401
#define IDC_T3                          4402
#define IDC_T4                          4403
#define IDC_T5                          4404
#define IDC_T6                          4405
#define IDC_T7                          4406
#define IDC_T8                          4407
#define IDC_T9                          4408
#define IDC_T10                         4409
#define IDC_T11                         4410
#define IDC_T12                         4411
#define IDC_L1                          4500
#define IDC_L2                          4501
#define IDC_L3                          4502
#define IDC_L4                          4503
#define IDC_L5                          4504
#define IDC_L6                          4505
#define IDC_L7                          4506
#define IDC_L8                          4507
#define IDC_L9                          4508
#define IDC_L10                         4509
#define IDC_L11                         4510
#define IDD_OPT_TYPINGNOTIFYPOPUP       30159
#define IDI_START1                      30160
#define IDI_STOP1                       30161
#define IDI_START2                      30162
#define IDI_STOP2                       30163
#define IDD_OPT                         30166
#define IDC_START                       30167
#define IDC_STOP                        30168
#define IDI_START3                      30169
#define IDI_STOP3                       30170
#define IDI_START4                      30171
#define IDI_STOP4                       30172
#define IDI_START5                      30173
#define IDI_STOP5                       30174
#define IDI_START6                      30175
#define IDI_STOP6                       30176
#define IDI_START7                      30177
#define IDI_STOP7                       30178
#define IDI_START8                      30179
#define IDI_STOP8                       30180
#define IDI_START9                      30181
#define IDI_STOP9                       30182
#define IDC_ICON1                       31600
#define IDC_ICON2                       31601
#define IDC_TIMEOUT_POPUP2              31602
#define IDC_TIMEOUT_CUSTOM2             31603
#define IDC_TIMEOUT_POPUP               31604
#define IDC_TIMEOUT_PROTO               31605
#define IDC_TIMEOUT_CUSTOM              31606
#define IDC_TIMEOUT_VALUE               31607
#define IDC_TIMEOUT_POPUP3              31608
#define IDC_TIMEOUT_PERMANENT2          31608
#define IDC_USEWINCOLORS                31609
#define IDC_USEPOPUPCOLORS              31610
#define IDC_TYPEON_BG                   31611
#define IDC_TYPEON_TX                   31612
#define IDC_TYPEOFF_BG                  31613
#define IDC_TYPEOFF_TX                  31614
#define IDC_INFO                        31615
#define IDC_INFO2                       31616
#define IDC_WO                          31617
#define IDC_TIMEOUT_PERMANENT1          31618
#define IDC_TIMEOUT_PERMANENT           31618
#define IDC_DISABLED                    31620
#define IDC_ONEPOPUP                    31621
#define IDC_WOCL                        31622
#define IDC_ICONS                       31623
#define IDC_TIMEOUT_VALUE2              31624
#define IDC_PREVIEW_ALL                 31625
#define ID_TABMENU_CLOSETAB             40031
#define ID_TABMENU_CLOSEOTHERTABS       40032
#define ID_TABMENU_OPENWINDOWSERVICE    40035
#define ID_TABMENU_ATTACHTOCONTAINER    40036
#define ID_PICMENU_SETTINGS             40042
#define ID_TABMENU_CONTAINEROPTIONS     40046
#define ID_TABMENU_CLOSECONTAINER       40063
#define ID_VIEW_SHOWMENUBAR             40076
#define ID_VIEW_SHOWSTATUSBAR           40077
#define ID_VIEW_SHOWTOOLBAR             40078
#define ID_VIEW_SHOWTITLEBAR            40083
#define ID_FILE_CLOSE                   40085
#define ID_FILE_CLOSEMESSAGESESSION     40086
#define ID_VIEW_SHOWMULTISENDCONTACTLIST 40087
#define ID_VIEW_TABSATBOTTOM            40093
#define ID_VIEW_STAYONTOP               40095
#define ID_EVENTPOPUPS_DISABLEALLEVENTPOPUPS 40098
#define ID_WINDOWFLASHING_USEDEFAULTVALUES 40106
#define ID_WINDOWFLASHING_FLASHUNTILFOCUSED 40107
#define ID_WINDOWFLASHING_DISABLEFLASHING 40108
#define ID_EVENTPOPUPS_SHOWPOPUPSIFWINDOWISMINIMIZED 40110
#define ID_EVENTPOPUPS_SHOWPOPUPSIFWINDOWISUNFOCUSED 40111
#define ID_EVENTPOPUPS_SHOWPOPUPSFORALLINACTIVESESSIONS 40112
#define ID_OPTIONS_SAVECURRENTWINDOWPOSITIONASDEFAULT 40113
#define ID_CONTAINER_CONTAINEROPTIONS   40114
#define ID_EVENTPOPUPS_SHOWPOPUPSIFWINDOWISFOCUSED 40120
#define ID_PICMENU_ALWAYSKEEPTHEBUTTONBARATFULLWIDTH 40134
#define ID_SENDMENU_SENDDEFAULT         40135
#define ID_SENDMENU_SENDTOMULTIPLEUSERS 40136
#define ID_SENDMENU_SENDTOCONTAINER     40137
#define ID_VIEW_VERTICALMAXIMIZE        40143
#define ID_SENDMENU_SENDLATER           40144
#define ID_MODE_GLOBAL                  40148
#define ID_MODE_PRIVATE                 40150
#define ID_VIEW_BOTTOMTOOLBAR           40171
#define ID_LOG_FREEZELOG                40183
#define ID_SENDMENU_SENDWITHOUTTIMEOUTS 40203
#define ID_VIEW_INFOPANEL               40208
#define ID_EDITOR_PASTEANDSENDIMMEDIATELY 40221
#define ID_SPLITTERCONTEXT_SAVEGLOBALFORALLSESSIONS 40229
#define ID_SPLITTERCONTEXT_SAVEFORTHISCONTACTONLY 40230
#define ID_SPLITTERCONTEXT_FORGETTHECHANGES 40231
#define ID_SPLITTERCONTEXT_SETPOSITIONFORTHISSESSION 40232
#define ID_TABMENU_LEAVECHATROOM        40234
#define ID_PANELPICMENU_SAVETHISPICTUREAS 40235
#define ID_PICMENU_SAVETHISPICTUREAS    40236
#define ID_TABMENU_SAVETABPOSITION      40239
#define ID_TABMENU_CLEARSAVEDTABPOSITION 40240
#define ID_VISIBILITY_DEFAULT           40241
#define ID_VISIBILITY_HIDDENFORTHISCONTACT 40242
#define ID_VISIBILITY_VISIBLEFORTHISCONTACT 40243
#define ID_EDITOR_SHOWMESSAGELENGTHINDICATOR 40248
#define ID_MESSAGELOGSETTINGS_GLOBAL    40251
#define ID_MESSAGELOGSETTINGS_FORTHISCONTACT 40252
#define ID_QUEUEMANAGER_MARKSELECTEDFORREMOVAL 40256
#define ID_QUEUEMANAGER_RESETSELECTED   40257
#define ID_QUEUEMANAGER_HOLDSELECTED    40258
#define ID_QUEUEMANAGER_RESUMESELECTED  40259
#define ID_QUEUEMANAGER_CANCELALLMULTISENDJOBS 40260
#define ID_QUEUEMANAGER_COPYMESSAGETOCLIPBOARD 40261

// 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         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif