diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-26 16:35:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-26 16:35:03 +0000 |
commit | e6fa6e6eb5445575322d25d947930ef05cee8b1e (patch) | |
tree | 8a665ecbe53066aa2f2141b5cae66726347db148 /src/resource.h | |
parent | 15d257830f5f9148a7ccad2de719b1cf75f62598 (diff) |
initial commit of MC functions inside the core - never called, never works, just compiles
git-svn-id: http://svn.miranda-ng.org/main/trunk@8278 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|