shell32: Add explorer toolbar bitmaps.

This commit is contained in:
Andrey Turkin 2009-01-03 18:36:00 +03:00 committed by Alexandre Julliard
parent 405ced0969
commit 59520240cc
4 changed files with 21 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@ -99,6 +99,18 @@ IDI_SHELL_MY_DOCUMENTS ICON mydocs.ico
/* @makedep: mydocs.ico */
IDI_SHELL_MY_NETWORK_PLACES ICON mydocs.ico
/* @makedep: idb_tb_large.bmp */
IDB_TB_LG_LIGHT BITMAP idb_tb_large.bmp
/* @makedep: idb_tb_large.bmp */
IDB_TB_LG_DARK BITMAP idb_tb_large.bmp
/* @makedep: idb_tb_small.bmp */
IDB_TB_SM_LIGHT BITMAP idb_tb_small.bmp
/* @makedep: idb_tb_small.bmp */
IDB_TB_SM_DARK BITMAP idb_tb_small.bmp
/* @makedep: searching.avi */
IDR_AVI_SEARCHING AVI searching.avi

View File

@ -193,4 +193,13 @@ FIXME: Need to add them, but for now just let them use the same: searching.avi
#define IDC_RUNDLG_EDITPATH 12298
#define IDC_RUNDLG_LABEL 12305
/* bitmaps */
/* explorer toolbar icons
* FIXME: images are hacky and should be re-drawn; also dark and light bitmaps are same for now
*/
#define IDB_TB_LARGE_LIGHT 214
#define IDB_TB_LARGE_DARK 215
#define IDB_TB_SMALL_LIGHT 216
#define IDB_TB_SMALL_DARK 217
#endif