Source code of Windows XP (NT5)
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.

41 lines
1003 B

  1. #ifndef _COMMON_H_
  2. #define _COMMON_H_
  3. //
  4. // Strings
  5. //
  6. #define IDS_TAHOMA 1
  7. #define IDS_FRANKLIN_GOTHIC_MEDIUM 2
  8. #define IDS_FONT_WEIGHT_BOLD 10
  9. #define IDS_FONT_WEIGHT_LGTITLE 11
  10. #define IDS_FONT_WEIGHT_LGTEXT 12
  11. #define IDS_FONT_SIZE_8 15
  12. #define IDS_FONT_SIZE_10 16
  13. #define IDS_FONT_SIZE_14 17
  14. #define IDS_FONT_SIZE_21 18
  15. //
  16. // Bitmaps
  17. //
  18. // ID's below 100 are defined in shell\inc\shstyle.h
  19. // ID's above 499 are defined in the theme specific header files
  20. //
  21. #define IDB_UP 100
  22. #define IDB_UPHOT 101
  23. #define IDB_DOWN 102
  24. #define IDB_DOWNHOT 103
  25. #define IDB_UPMAIN 104
  26. #define IDB_UPHOTMAIN 105
  27. #define IDB_DOWNMAIN 106
  28. #define IDB_DOWNHOTMAIN 107
  29. #define IDB_HEADERMAIN 110
  30. #define IDB_HEADERSECTION 112
  31. #endif // _COMMON_H_