diff options
Diffstat (limited to 'src/resource.h')
-rw-r--r-- | src/resource.h | 52 |
1 files changed, 51 insertions, 1 deletions
diff --git a/src/resource.h b/src/resource.h index 17c4e5654d..f00175281b 100644 --- a/src/resource.h +++ b/src/resource.h @@ -40,6 +40,19 @@ #define IDD_MODERNOPT_STATUS 141
#define IDD_MODERNOPT_IDLE 142
#define IDD_MODERNOPT_IGNORE 143
+#define IDI_MCMENUOFF 144
+#define IDI_MCMENU 145
+#define IDI_MCCONVERT 146
+#define IDI_MCADD 147
+#define IDI_MCEDIT 148
+#define IDI_MCSETDEFAULT 149
+#define IDI_MCREMOVE 150
+#define IDD_METASELECT 151
+#define IDD_METAEDIT 152
+#define IDD_METAOPTIONS 153
+#define IDD_METAPRIORITIES 154
+#define IDD_METAHISTORY 155
+#define IDD_METACOPYPROGRESS 156
#define IDI_DND 158
#define IDI_OCCUPIED 159
#define IDI_USERDETAILS 160
@@ -173,7 +186,20 @@ #define IDC_SPECIFYPORTSO 1014
#define IDC_ENABLEUPNP 1015
#define IDC_VALIDATESSL 1016
-#define IDC_SHOWNAMES 1024
+#define IDC_ONLYAVAIL 1017
+#define IDC_METALIST 1018
+#define IDC_CHK_SRT 1019
+#define IDC_LST_CONTACTS 1020
+#define IDC_VALIDATE 1021
+#define IDC_BTN_REM 1022
+#define IDC_BTN_SETDEFAULT 1023
+#define IDC_BTN_SETOFFLINE 1024
+#define IDC_BTN_UP 1025
+#define IDC_BTN_DOWN 1026
+#define IDC_CHK_FORCEDEFAULT 1027
+#define IDC_ED_NAME 1028
+#define IDC_ED_DEFAULT 1029
+#define IDC_SHOWNAMES 1031
#define IDC_ABOUT 1032
#define IDC_MYNOTES 1033
#define IDC_URLS 1037
@@ -352,6 +378,30 @@ #define IDC_RESETPROTOCOLDATA 1407
#define IDC_BYCUSTOM 1408
#define IDC_PROTOCOLORDERWARNING 1409
+#define IDC_CHK_SETDEFAULTRECV 1410
+#define IDC_CHK_ALWAYSUSEDEFAULT 1411
+#define IDC_CHK_TEMPDEFAULT 1412
+#define IDC_CHK_SUPPRESSSTATUS 1413
+#define IDC_RAD_UID 1414
+#define IDC_RAD_DID 1415
+#define IDC_RAD_MSG 1416
+#define IDC_RAD_MENU 1417
+#define IDC_RAD_INFO 1418
+#define IDC_RAD_NICK 1419
+#define IDC_RAD_NAME 1420
+#define IDC_CHK_LOCKHANDLE 1421
+#define IDC_CHK_SUBWINDOW 1422
+#define IDC_CHK_METAHISTORY 1423
+#define IDC_CHK_SUBHISTORY 1424
+#define IDC_CHK_COPYDATA 1425
+#define IDC_CHK_COPYHISTORY 1426
+#define IDC_ED_DAYS 1427
+#define IDC_SP_PRIORITY 1428
+#define IDC_CMB_PROTOCOL 1429
+#define IDC_CMB_STATUS 1430
+#define IDC_ED_PRIORITY 1431
+#define IDC_CHK_DEFAULT 1432
+#define IDC_PROG 1433
#define IDC_STSIMPLERIGHT 1440
#define IDC_NETLIBUSERS 1443
#define IDC_STOFTENPORT 1445
|