Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//
// Resource id header file for shellstyle.dll
//
#ifndef _SHSTYLE_H_
#define _SHSTYLE_H_
#define IDR_DUI_STYLESHEET 1
#define IDR_DUI_CPSTYLE 2
#define IDB_MUSIC_ICON_BMP 10
#define IDB_MUSIC_TASKS_BMP 11
#define IDB_MUSIC_LISTVIEW_BMP 12
#define IDB_PICTURES_ICON_BMP 13
#define IDB_PICTURES_TASKS_BMP 14
#define IDB_PICTURES_LISTVIEW_BMP 15
#define IDB_SEARCH_ICON_BMP 16
#define IDB_SEARCH_TASKS_BMP 17
#define IDB_SEARCH_LISTVIEW_BMP 18
#define IDB_VIDEO_ICON_BMP 19
#define IDB_VIDEO_TASKS_BMP 20
#define IDB_VIDEO_LISTVIEW_BMP 21
#define IDB_CPANEL_ICON_BMP 22
#define IDB_BLOCKADE_WATERMARK 25
#define IDB_CPANEL_WATERMARK 26
#define IDS_PREVIEW_BACKGROUND_COLOR 100
#endif //_SHSTYLE_H_
|