diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-08 13:55:50 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-08 13:55:50 +0000 |
commit | 47739a02585405a13b81123da3a9f3ff97cea0b9 (patch) | |
tree | 026bae1bdea9f3f7b1a167325fbd2a9a95921dc3 /plugins/TopToolBar/resource.h | |
parent | fa488438351d7d5930a281b9293e7fb853f41eed (diff) |
TopToolBar added
git-svn-id: http://svn.miranda-ng.org/main/trunk@360 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TopToolBar/resource.h')
-rw-r--r-- | plugins/TopToolBar/resource.h | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/plugins/TopToolBar/resource.h b/plugins/TopToolBar/resource.h new file mode 100644 index 0000000000..d83b333797 --- /dev/null +++ b/plugins/TopToolBar/resource.h @@ -0,0 +1,95 @@ +//{{NO_DEPENDENCIES}}
+// Microsoft Developer Studio generated include file.
+// Used by main.rc
+//
+#define IDB_SOUNDSUP 103
+#define IDB_SOUNDSDN 104
+#define IDB_BORDERDN 105
+#define IDB_BORDERUP 106
+#define IDB_TESTBITMAP 108
+#define IDB_OPTIONS 109
+#define IDB_CPANELDN 112
+#define IDB_CPANELUP 113
+#define IDB_MENUUP 114
+#define IDB_MENUDN 115
+#define IDB_LAUNCHDN 117
+#define IDB_SEP 118
+#define IDB_LAUNCHUP 119
+#define IDB_MINIMIZEUP 121
+#define IDB_MINIMIZEDN 122
+#define IDB_FINDUSERDN 123
+#define IDB_FINDUSERUP 124
+#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_OPTIONSUP 131
+#define IDI_OPTIONSDN 132
+#define IDI_MINIMIZEUP 133
+#define IDI_MINIMIZEDN 134
+#define IDI_FINDADDUP 135
+#define IDI_FINDADDDN 136
+#define IDI_MIRANDAUP 137
+#define IDI_ICON1 138
+#define IDI_MIRANDADN 138
+#define IDI_NOTICK 205
+#define IDI_TICK 206
+#define IDD_OPT_TTBBKG 230
+#define IDB_ONLINEUP 262
+#define IDD_OPT_INTERNALORDER 262
+#define IDD_OPT_BUTORDER 262
+#define IDB_ONLINEDN 264
+#define IDD_FRAMEPLUG2 265
+#define IDB_GROUPUP 268
+#define IDB_GROUPDN 269
+#define IDC_BMPUP 1000
+#define IDC_BMPDN 1001
+#define IDC_BUTTON1 1002
+#define IDC_DEFAULT 1002
+#define IDC_ADDSEP 1003
+#define IDC_REMOVESEP 1004
+#define IDC_ADDLBUTTON 1005
+#define IDC_DELLBUTTON 1006
+#define IDC_ENAME 1007
+#define IDC_LBUTTONNAME 1008
+#define IDC_EPATH 1009
+#define IDC_LBUTTONPATH 1011
+#define IDC_LBUTTONSET 1012
+#define IDC_IMGDIR 1013
+#define IDC_OPENIMGDIR 1014
+#define IDC_BUTTHEIGHT 1015
+#define IDC_EDIT2 1016
+#define IDC_BUTTWIDTH 1016
+#define IDC_USEMIRANDABUTTON 1017
+#define IDC_USEFLAT 1018
+#define IDC_USEICOLIB 1019
+#define IDC_STATIC1 1020
+#define IDC_STATIC2 1021
+#define IDC_STATIC3 1022
+#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_COMMAND_VALUE 40001
+#define _APS_NEXT_CONTROL_VALUE 1023
+#define _APS_NEXT_SYMED_VALUE 101
+#endif
+#endif
|