47 lines
982 B
C
47 lines
982 B
C
#ifndef _TB_IDS_H_
|
|
#define _TB_IDS_H_
|
|
|
|
|
|
// IE toolbar strips
|
|
|
|
#define IDB_TB_IE_BASE 200
|
|
#define IDB_TB_IE_DEF_24 204
|
|
#define IDB_TB_IE_HOT_24 205
|
|
#define IDB_TB_IE_DEF_16 206
|
|
#define IDB_TB_IE_HOT_16 207
|
|
|
|
|
|
// Shell toolbar strips
|
|
|
|
#define IDB_TB_SH_BASE 210
|
|
#define IDB_TB_SH_DEF_24 214
|
|
#define IDB_TB_SH_HOT_24 215
|
|
#define IDB_TB_SH_DEF_16 216
|
|
#define IDB_TB_SH_HOT_16 217
|
|
|
|
|
|
// Extension strips
|
|
|
|
#define IDB_TB_EXT_DEF_16 225
|
|
#define IDB_TB_EXT_HOT_16 226
|
|
#define IDB_TB_EXT_DEF_24 227
|
|
#define IDB_TB_EXT_HOT_24 228
|
|
|
|
// "Go" toolbar strips
|
|
|
|
#define IDB_TB_GO_DEF_20 230
|
|
#define IDB_TB_GO_HOT_20 231
|
|
|
|
// Branding strips
|
|
|
|
#define IDB_BRAND_BITMAP_MICRO 240
|
|
#define IDB_BRAND_BITMAP_SMALL 241
|
|
#define IDB_BRAND_BITMAP_LARGE 242
|
|
|
|
#define IDB_BRAND256_BITMAP_MICRO 245
|
|
#define IDB_BRAND256_BITMAP_SMALL 246
|
|
#define IDB_BRAND256_BITMAP_LARGE 247
|
|
|
|
|
|
#endif //_TB_IDS_H_
|