windows-nt/Source/XPSP1/NT/shell/themes/themedir/shellstyle/common.h
2020-09-26 16:20:57 +08:00

42 lines
1,003 B
C

#ifndef _COMMON_H_
#define _COMMON_H_
//
// Strings
//
#define IDS_TAHOMA 1
#define IDS_FRANKLIN_GOTHIC_MEDIUM 2
#define IDS_FONT_WEIGHT_BOLD 10
#define IDS_FONT_WEIGHT_LGTITLE 11
#define IDS_FONT_WEIGHT_LGTEXT 12
#define IDS_FONT_SIZE_8 15
#define IDS_FONT_SIZE_10 16
#define IDS_FONT_SIZE_14 17
#define IDS_FONT_SIZE_21 18
//
// Bitmaps
//
// ID's below 100 are defined in shell\inc\shstyle.h
// ID's above 499 are defined in the theme specific header files
//
#define IDB_UP 100
#define IDB_UPHOT 101
#define IDB_DOWN 102
#define IDB_DOWNHOT 103
#define IDB_UPMAIN 104
#define IDB_UPHOTMAIN 105
#define IDB_DOWNMAIN 106
#define IDB_DOWNHOTMAIN 107
#define IDB_HEADERMAIN 110
#define IDB_HEADERSECTION 112
#endif // _COMMON_H_