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.

62 lines
2.7 KiB

  1. #include <directuipp.h>
  2. #include <shstyle.h>
  3. #include "..\common.h"
  4. #include "metal_ss.h"
  5. #define PREVIEW_BORDERCOLOR rgb(238,238,238)
  6. #define BLOCKADE_BACKGROUND rgb(177,179,200)
  7. #define BLOCKADE_BORDERCOLOR white
  8. #define BLOCKADE_ACCENT gradient(argb(0,207,209,221), argb(0,177,179,200), 1)
  9. #define BLOCKADE_TITLE_FONTFACE rcstr(IDS_FRANKLIN_GOTHIC_MEDIUM)
  10. #define BLOCKADE_TITE_FONTSIZE rcint(IDS_FONT_SIZE_21)pt
  11. #define BLOCKADE_TITLE_FONTWEIGHT rcint(IDS_FONT_WEIGHT_LGTITLE)
  12. #define BLOCKADE_TITLE rgb(223,229,247)
  13. #define BLOCKADE_MESSAGE_FONTFACE rcstr(IDS_FRANKLIN_GOTHIC_MEDIUM)
  14. #define BLOCKADE_MESSAGE_FONTSIZE rcint(IDS_FONT_SIZE_14)pt
  15. #define BLOCKADE_MESSAGE_FONTWEIGHT rcint(IDS_FONT_WEIGHT_LGTEXT)
  16. #define BLOCKADE_MESSAGE white
  17. #define BLOCKADE_CLEAR_FONTFACE rcstr(IDS_TAHOMA)
  18. #define BLOCKADE_CLEAR_FONTSIZE rcint(IDS_FONT_SIZE_8)pt
  19. #define BLOCKADE_CLEAR_WEIGHT rcint(IDS_FONT_WEIGHT_BOLD)
  20. #define BLOCKADE_CLEAR white
  21. #define SS_EXPANDO_FONTFACE rcstr(IDS_TAHOMA)
  22. #define SS_EXPANDO_FONTSIZE rcint(IDS_FONT_SIZE_8)pt
  23. #define SS_EXPANDO_HEADER_BACKGROUND rcbmp(IDB_HEADERMAIN,6,#FF00FF,0,0,1,0)
  24. #define SS_EXPANDO_HEADER_FONTWEIGHT rcint(IDS_FONT_WEIGHT_BOLD)
  25. #define SS_EXPANDO_HEADER white
  26. #define SS_EXPANDO_FONTWEIGHT rcint(IDS_FONT_WEIGHT_BOLD)
  27. #define SS_EXPANDO_TITLE_KEYFOCUSED white
  28. #define SS_EXPANDO_TITLE_MOUSEFOCUSED rgb(230,230,230)
  29. #define SS_EXPANDO_WATERMARK rgb(240, 241, 245)
  30. #define SS_EXPANDO_TASKLIST_BORDERCOLOR white
  31. #define SS_TASK_BUTTON rgb(63,61,61)
  32. #define SS_TASK_TITLE_MOUSEFOCUSED rgb(126,124,124)
  33. #define NAMESPACE_NAME_FONTWEIGHT rcint(IDS_FONT_WEIGHT_BOLD)
  34. #define NS_EXPANDO_FONTFACE rcstr(IDS_TAHOMA)
  35. #define NS_EXPANDO_FONTSIZE rcint(IDS_FONT_SIZE_8)pt
  36. #define NS_EXPANDO_BUTTON_BACKGROUND rcbmp(IDB_HEADERSECTION,6,#FF00FF,0,0,1,0)
  37. #define NS_EXPANDO_BUTTON rgb(63,61,61)
  38. #define NS_EXPANDO_BUTTON_FONTWEIGHT rcint(IDS_FONT_WEIGHT_BOLD)
  39. #define NS_EXPANDO_BUTTON_BORDERCOLOR rgb(198, 211,247)
  40. #define NS_EXPANDO_TITLE_MOUSEFOCUSED rgb(126,124,124)
  41. #define NS_EXPANDO_TASKLIST rgb(240, 241, 245)
  42. #define NS_EXPANDO_TASKLIST_BORDERCOLOR white
  43. #define NS_TASK_BUTTON rgb(63,61,61)
  44. #define NS_TASK_TITLE_MOUSEFOCUSED rgb(126,124,124)
  45. #define TASKPANE_BACKGROUND gradient(argb(0,196,200,212), argb(0,177,179,200), 1)
  46. #define TASKPANE_BORDERCOLOR white
  47. #include "..\style_common.uix"