diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-04-07 10:37:53 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2016-04-07 10:37:53 +0000 |
commit | 4b9e39a3ea97bfb34fab1803df542f766b730e9b (patch) | |
tree | 743eb17f6535db5646984ba6c2b6d11447dffb22 /protocols/VKontakte/src/resource.h | |
parent | fbd9d8a939dabfb2d0ef04081eba55c26c4f566e (diff) |
VKontakte: add settings for show/hide proto menu items
git-svn-id: http://svn.miranda-ng.org/main/trunk@16602 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/resource.h')
-rw-r--r-- | protocols/VKontakte/src/resource.h | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/protocols/VKontakte/src/resource.h b/protocols/VKontakte/src/resource.h index c56f5cce12..1a4dfb007a 100644 --- a/protocols/VKontakte/src/resource.h +++ b/protocols/VKontakte/src/resource.h @@ -2,7 +2,6 @@ // Включаемый файл, созданный в Microsoft Visual C++.
// Используется d:\svn\protocols\VKontakte\res\resource.rc
//
-
#define IDOPENBROWSER 3
#define IDD_ACCMGRUI 101
#define IDD_CAPTCHAFORM 102
@@ -25,6 +24,7 @@ #define IDD_WALLPOST 120
#define IDI_WALL 121
#define IDI_MARKMESSAGESASREAD 122
+#define IDD_OPT_MENU 122
#define IDI_KEYS 203
#define IDC_LOGIN 1001
#define IDC_PASSWORD 1002
@@ -114,15 +114,22 @@ #define IDC_USENOSTDPOPUPS 1098
#define IDC_RET_CHAT_MES 1099
#define IDC_COMBO_LANGUAGE 1100
+#define IDC_SHOW_MENU0 1101
+#define IDC_SHOW_MENU1 1102
+#define IDC_SHOW_MENU2 1103
+#define IDC_SHOW_MENU3 1104
+#define IDC_SHOW_MENU4 1105
+#define IDC_SHOW_MENU5 1106
+#define IDC_SHOW_MENU6 1107
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
-#define _APS_NEXT_RESOURCE_VALUE 122
+#define _APS_NEXT_RESOURCE_VALUE 123
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1101
+#define _APS_NEXT_CONTROL_VALUE 1108
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|