mirror of https://github.com/tongzx/nt5src
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
74 lines
2.6 KiB
//
|
|
// cpstyle.uix
|
|
//
|
|
|
|
#include <directuipp.h>
|
|
#include <shstyle.h>
|
|
#include "..\common.h"
|
|
#include "metal_ss.h"
|
|
|
|
#define ANIMATION rectangle | exp | fast
|
|
|
|
#define BannerBkgnd gradient(argb(0,119,119,146), argb(0,177,179,200), 0)
|
|
#define BannerFontColor white
|
|
#define BannerFont rcstr(IDS_TAHOMA)
|
|
#define BannerFontSize rcint(IDS_FONT_SIZE_8)pt
|
|
#define BannerFontWeight rcint(IDS_FONT_WEIGHT_BOLD)
|
|
|
|
#define DirectiveFont rcstr(IDS_FRANKLIN_GOTHIC_MEDIUM)
|
|
#define DirectiveFontColor rgb(223,229,247)
|
|
#define DirectiveFontSize rcint(IDS_FONT_SIZE_21)pt
|
|
#define DirectiveFontWeight rcint(IDS_FONT_WEIGHT_LGTITLE)
|
|
|
|
#define CategoryListBkgnd rgb(177,179,200)
|
|
#define CategoryViewBkgnd rgb(177,179,200)
|
|
|
|
#define CategoryLinkFontColor white
|
|
#define CategoryLinkFontColorHot white
|
|
#define CategoryLinkFont rcstr(IDS_TAHOMA)
|
|
#define CategoryLinkFontSize rcint(IDS_FONT_SIZE_8)pt
|
|
#define CategoryLinkFontWeight rcint(IDS_FONT_WEIGHT_BOLD)
|
|
#define CategoryLinkFontWeightHot rcint(IDS_FONT_WEIGHT_BOLD)
|
|
#define CategoryLinkFontStyleHot underline
|
|
|
|
#define AppletLinkFontColor white
|
|
#define AppletLinkFontColorHot white
|
|
#define AppletLinkFont rcstr(IDS_TAHOMA)
|
|
#define AppletLinkFontSize rcint(IDS_FONT_SIZE_8)pt
|
|
#define AppletLinkFontWeight rcint(IDS_FONT_WEIGHT_BOLD)
|
|
#define AppletLinkFontWeightHot rcint(IDS_FONT_WEIGHT_BOLD)
|
|
#define AppletLinkFontStyleHot underline
|
|
|
|
#define TaskLinkFontColor white
|
|
#define TaskLinkFontColorHot white
|
|
#define TaskLinkFont rcstr(IDS_TAHOMA)
|
|
#define TaskLinkFontSize rcint(IDS_FONT_SIZE_8)pt
|
|
#define TaskLinkFontWeight rcint(IDS_FONT_WEIGHT_BOLD)
|
|
#define TaskLinkFontWeightHot rcint(IDS_FONT_WEIGHT_BOLD)
|
|
#define TaskLinkFontStyleHot underline
|
|
|
|
#define BarricadeTitleFont rcstr(IDS_FRANKLIN_GOTHIC_MEDIUM)
|
|
#define BarricadeTitleFontSize rcint(IDS_FONT_SIZE_21)pt
|
|
#define BarricadeTitleFontColor rgb(223,229,247)
|
|
#define BarricadeTitleFontWeight rcint(IDS_FONT_WEIGHT_LGTITLE)
|
|
|
|
#define BarricadeMsgFont rcstr(IDS_FRANKLIN_GOTHIC_MEDIUM)
|
|
#define BarricadeMsgFontSize rcint(IDS_FONT_SIZE_14)pt
|
|
#define BarricadeMsgFontColor white
|
|
#define BarricadeMsgFontWeight rcint(IDS_FONT_WEIGHT_LGTEXT)
|
|
|
|
#define SeparatorColor gradient(argb(0,207,209,221), argb(0,177,179,200), 1)
|
|
|
|
|
|
<style resid=ScrollerSS>
|
|
|
|
scrollviewer
|
|
{
|
|
contentalign: bottomright;
|
|
}
|
|
|
|
#include "..\scrollbar_themed.uix"
|
|
|
|
</style>
|
|
|
|
#include "..\cpstyle_common.uix" // DUI element style sheet.
|