diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-06-17 01:08:41 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-06-17 01:08:41 +0000 |
commit | f82addcc0fb5ebc1051123336ec090946011b95d (patch) | |
tree | 9d2624c2dda6fc79a4bffcb54cf4f0d6a6e0814d /plugins/TopToolBar/src/resource.h | |
parent | 759ba2e6250c5822b0ecd541e409edea3c5e7f2c (diff) |
TopToolBar: expand list of internal buttons
use default Miranda icons where possible
fix crash on IcoLib icon change
git-svn-id: http://svn.miranda-ng.org/main/trunk@9524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/src/resource.h')
-rw-r--r-- | plugins/TopToolBar/src/resource.h | 34 |
1 files changed, 9 insertions, 25 deletions
diff --git a/plugins/TopToolBar/src/resource.h b/plugins/TopToolBar/src/resource.h index 81cfa42467..3c3db09e52 100644 --- a/plugins/TopToolBar/src/resource.h +++ b/plugins/TopToolBar/src/resource.h @@ -3,22 +3,20 @@ // Used by ..\res\main.rc
//
#define IDB_SEP 118
-#define IDI_SHOWONLINEUP 125
-#define IDI_SHOWONLINEDN 126
-#define IDI_GROUPSUP 127
-#define IDI_GROUPSDN 128
-#define IDI_SOUNDDN 129
-#define IDI_SOUNDUP 130
+#define IDI_SHOWOFFLINE 125
+#define IDI_HIDEOFFLINE 126
+#define IDI_GROUPSOFF 127
+#define IDI_GROUPSON 128
+#define IDI_SOUNDSOFF 129
+#define IDI_SOUNDSON 130
#define IDI_OPTIONSUP 131
#define IDI_MINIMIZEUP 133
#define IDI_FINDADDUP 135
#define IDI_MIRANDAUP 137
+#define IDI_METAON 139
#define IDI_RUN 140
-#define IDD_OPT_TTBBKG 230
-#define IDD_OPT_INTERNALORDER 262
+#define IDI_METAOFF 141
#define IDD_OPT_BUTORDER 262
-#define IDD_FRAMEPLUG2 265
-#define IDC_BUTTON1 1002
#define IDC_ADDSEP 1003
#define IDC_REMOVEBUTTON 1004
#define IDC_ADDLBUTTON 1005
@@ -26,11 +24,9 @@ #define IDC_ENAME 1007
#define IDC_LBUTTONNAME 1008
#define IDC_EPATH 1009
-#define IDC_AUTOSIZE 1010
#define IDC_LBUTTONPATH 1011
#define IDC_LBUTTONSET 1012
#define IDC_BUTTHEIGHT 1015
-#define IDC_EDIT2 1016
#define IDC_BUTTWIDTH 1016
#define IDC_BUTTGAP 1017
#define IDC_USEFLAT 1018
@@ -40,25 +36,13 @@ #define IDC_SPIN_WIDTH 1025
#define IDC_SPIN_GAP 1026
#define IDC_BROWSE 1184
-#define IDC_BKGCOLOUR 1269
-#define IDC_FILENAME 1271
-#define IDC_SCROLL 1277
-#define IDC_PROPORTIONAL 1278
-#define IDC_SELCOLOUR 1281
-#define IDC_STRETCHH 1298
-#define IDC_STRETCHV 1299
-#define IDC_TILEH 1300
-#define IDC_TILEV 1301
-#define IDC_BITMAP 1363
-#define IDC_P2ONLINEBUTT 1562
-#define IDC_P2GROUPBUTT 1564
#define IDC_BUTTONORDERTREE 1591
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 139
+#define _APS_NEXT_RESOURCE_VALUE 142
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1025
#define _APS_NEXT_SYMED_VALUE 101
|