Leaked source code of windows server 2003
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.

63 lines
2.6 KiB

  1. #include <directuipp.h>
  2. #include <shstyle.h>
  3. #include "..\common.h"
  4. #include "class_ss.h"
  5. #define PREVIEW_BORDERCOLOR window
  6. #define BLOCKADE_BACKGROUND window
  7. #define BLOCKADE_TITLE_FONTFACE rcstr(IDS_FRANKLIN_GOTHIC_MEDIUM)
  8. #define BLOCKADE_TITE_FONTSIZE rcint(IDS_FONT_SIZE_21)pt
  9. #define BLOCKADE_TITLE_FONTWEIGHT rcint(IDS_FONT_WEIGHT_LGTITLE)
  10. #define BLOCKADE_TITLE buttontext
  11. #define BLOCKADE_MESSAGE_FONTFACE rcstr(IDS_FRANKLIN_GOTHIC_MEDIUM)
  12. #define BLOCKADE_MESSAGE_FONTSIZE rcint(IDS_FONT_SIZE_14)pt
  13. #define BLOCKADE_MESSAGE_FONTWEIGHT rcint(IDS_FONT_WEIGHT_LGTEXT)
  14. #define BLOCKADE_MESSAGE buttontext
  15. #define BLOCKADE_CLEAR_FONTFACE rcstr(IDS_TAHOMA)
  16. #define BLOCKADE_CLEAR_FONTSIZE rcint(IDS_FONT_SIZE_8)pt
  17. #define BLOCKADE_CLEAR_WEIGHT rcint(IDS_FONT_WEIGHT_BOLD)
  18. #define BLOCKADE_CLEAR buttontext
  19. #define SS_EXPANDO_FONTFACE sysmetricstr(DSMS_ICONFONTFACE)
  20. #define SS_EXPANDO_FONTSIZE sysmetric(DSM_ICONFONTSIZE)
  21. #define SS_EXPANDO_HEADER_BACKGROUND activecaption
  22. #define SS_EXPANDO_HEADER_FONTWEIGHT rcint(IDS_FONT_WEIGHT_BOLD)
  23. #define SS_EXPANDO_HEADER captiontext
  24. #define SS_EXPANDO_FONTWEIGHT sysmetric(DSM_ICONFONTWEIGHT)
  25. #define SS_EXPANDO_FONTSTYLE sysmetric(DSM_ICONFONTSTYLE)
  26. #define SS_EXPANDO_WATERMARK window
  27. #define SS_EXPANDO_TASKLIST window
  28. #define SS_EXPANDO_TASKLIST_BORDERCOLOR activecaption
  29. #define SS_EXPANDO_CLIPPER window
  30. #define SS_TASK_BUTTON windowtext
  31. #define NAMESPACE_BACKGROUND window
  32. #define NAMESPACE_FOREGROUND windowtext
  33. #define NAMESPACE_NAME_FONTWEIGHT rcint(IDS_FONT_WEIGHT_BOLD)
  34. #define NS_EXPANDO_FONTFACE sysmetricstr(DSMS_ICONFONTFACE)
  35. #define NS_EXPANDO_FONTSIZE sysmetric(DSM_ICONFONTSIZE)
  36. #define NS_EXPANDO_FONTWEIGHT sysmetric(DSM_ICONFONTWEIGHT)
  37. #define NS_EXPANDO_FONTSTYLE sysmetric(DSM_ICONFONTSTYLE)
  38. #define NS_EXPANDO_CLIPPER window
  39. #define NS_EXPANDO_BUTTON_BACKGROUND buttonface
  40. #define NS_EXPANDO_BUTTON buttontext
  41. #define NS_EXPANDO_BUTTON_FONTWEIGHT rcint(IDS_FONT_WEIGHT_BOLD)
  42. #define NS_EXPANDO_BUTTON_BORDERCOLOR buttonface
  43. #define NS_EXPANDO_TASKLIST window
  44. #define NS_EXPANDO_TASKLIST_BORDERCOLOR buttonface
  45. #define NS_TASK_BUTTON windowtext
  46. #define TASKPANE_BACKGROUND window
  47. #include "..\style_common.uix"