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.

74 lines
2.6 KiB

  1. //
  2. // cpstyle.uix
  3. //
  4. #include <directuipp.h>
  5. #include <shstyle.h>
  6. #include "..\common.h"
  7. #include "metal_ss.h"
  8. #define ANIMATION rectangle | exp | fast
  9. #define BannerBkgnd gradient(argb(0,119,119,146), argb(0,177,179,200), 0)
  10. #define BannerFontColor white
  11. #define BannerFont rcstr(IDS_TAHOMA)
  12. #define BannerFontSize rcint(IDS_FONT_SIZE_8)pt
  13. #define BannerFontWeight rcint(IDS_FONT_WEIGHT_BOLD)
  14. #define DirectiveFont rcstr(IDS_FRANKLIN_GOTHIC_MEDIUM)
  15. #define DirectiveFontColor rgb(223,229,247)
  16. #define DirectiveFontSize rcint(IDS_FONT_SIZE_21)pt
  17. #define DirectiveFontWeight rcint(IDS_FONT_WEIGHT_LGTITLE)
  18. #define CategoryListBkgnd rgb(177,179,200)
  19. #define CategoryViewBkgnd rgb(177,179,200)
  20. #define CategoryLinkFontColor white
  21. #define CategoryLinkFontColorHot white
  22. #define CategoryLinkFont rcstr(IDS_TAHOMA)
  23. #define CategoryLinkFontSize rcint(IDS_FONT_SIZE_8)pt
  24. #define CategoryLinkFontWeight rcint(IDS_FONT_WEIGHT_BOLD)
  25. #define CategoryLinkFontWeightHot rcint(IDS_FONT_WEIGHT_BOLD)
  26. #define CategoryLinkFontStyleHot underline
  27. #define AppletLinkFontColor white
  28. #define AppletLinkFontColorHot white
  29. #define AppletLinkFont rcstr(IDS_TAHOMA)
  30. #define AppletLinkFontSize rcint(IDS_FONT_SIZE_8)pt
  31. #define AppletLinkFontWeight rcint(IDS_FONT_WEIGHT_BOLD)
  32. #define AppletLinkFontWeightHot rcint(IDS_FONT_WEIGHT_BOLD)
  33. #define AppletLinkFontStyleHot underline
  34. #define TaskLinkFontColor white
  35. #define TaskLinkFontColorHot white
  36. #define TaskLinkFont rcstr(IDS_TAHOMA)
  37. #define TaskLinkFontSize rcint(IDS_FONT_SIZE_8)pt
  38. #define TaskLinkFontWeight rcint(IDS_FONT_WEIGHT_BOLD)
  39. #define TaskLinkFontWeightHot rcint(IDS_FONT_WEIGHT_BOLD)
  40. #define TaskLinkFontStyleHot underline
  41. #define BarricadeTitleFont rcstr(IDS_FRANKLIN_GOTHIC_MEDIUM)
  42. #define BarricadeTitleFontSize rcint(IDS_FONT_SIZE_21)pt
  43. #define BarricadeTitleFontColor rgb(223,229,247)
  44. #define BarricadeTitleFontWeight rcint(IDS_FONT_WEIGHT_LGTITLE)
  45. #define BarricadeMsgFont rcstr(IDS_FRANKLIN_GOTHIC_MEDIUM)
  46. #define BarricadeMsgFontSize rcint(IDS_FONT_SIZE_14)pt
  47. #define BarricadeMsgFontColor white
  48. #define BarricadeMsgFontWeight rcint(IDS_FONT_WEIGHT_LGTEXT)
  49. #define SeparatorColor gradient(argb(0,207,209,221), argb(0,177,179,200), 1)
  50. <style resid=ScrollerSS>
  51. scrollviewer
  52. {
  53. contentalign: bottomright;
  54. }
  55. #include "..\scrollbar_themed.uix"
  56. </style>
  57. #include "..\cpstyle_common.uix" // DUI element style sheet.