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.

64 lines
2.7 KiB

  1. #include <directuipp.h>
  2. #include <shstyle.h>
  3. #include "..\common.h"
  4. #include "blue_ss.h"
  5. #define PREVIEW_BORDERCOLOR rgb(238,242,251)
  6. #define BLOCKADE_BACKGROUND rgb(99,117,214)
  7. #define BLOCKADE_BORDERCOLOR white
  8. #define BLOCKADE_ACCENT gradient(argb(0,148,187,255), argb(0,99,117,214), 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(214,223,245)
  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(66,142,255)
  29. #define SS_EXPANDO_WATERMARK rgb(239, 243, 255)
  30. #define SS_EXPANDO_TASKLIST_BORDERCOLOR white
  31. #define SS_TASK_BUTTON rgb(33,93,198)
  32. #define SS_TASK_TITLE_MOUSEFOCUSED rgb(66,142,255)
  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(33,93,198)
  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_KEYFOCUSED rgb(33,93,198)
  41. #define NS_EXPANDO_TITLE_MOUSEFOCUSED rgb(66,142,255)
  42. #define NS_EXPANDO_TASKLIST rgb(214,223, 247)
  43. #define NS_EXPANDO_TASKLIST_BORDERCOLOR white
  44. #define NS_TASK_BUTTON rgb(33,93,198)
  45. #define NS_TASK_TITLE_MOUSEFOCUSED rgb(66,142,255)
  46. #define TASKPANE_BACKGROUND gradient(argb(0,123,162,231), argb(0,99,117,214), 1)
  47. #define TASKPANE_BORDERCOLOR white
  48. #include "..\style_common.uix"