5243 lines
229 KiB
XML
5243 lines
229 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Falagard version="7">
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Label
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Label">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="Colour" name="NormalTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF444444" type="Colour" name="DisabledTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="CentreAligned" type="VerticalTextFormatting" name="VertFormatting"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="CentreAligned" type="HorizontalTextFormatting" name="HorzFormatting"/>
|
|
<Property name="Size" value="{{0, 128}, {0, 32}}" />
|
|
<ImagerySection name="Label">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertFormatProperty name="VertFormatting"/>
|
|
<HorzFormatProperty name="HorzFormatting"/>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="Label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="Label">
|
|
<ColourProperty name="DisabledTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Button
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Button">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="NormalTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="HoverTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="PushedTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF888888" type="ColourRect" name="DisabledTextColour"/>
|
|
<Property name="Size" value="{{0, 96}, {0, 32}}" />
|
|
<ImagerySection name="label">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="WordWrapCentreAligned"/>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="normal">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/ButtonNormalTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/ButtonNormalRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonNormalLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonNormalTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonNormalRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonNormalBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFAFAFAF" bottomLeft="FFFFFFFF" topRight="FFFFFFFF" bottomRight="FFAFAFAF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="hover">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/ButtonHoverTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/ButtonHoverTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/ButtonHoverBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/ButtonHoverBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/ButtonHoverLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/ButtonHoverTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/ButtonHoverRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/ButtonHoverBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonHoverLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonHoverTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonHoverRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonHoverBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFCFD9CF" bottomLeft="FFF2FFF2" topRight="FFF2FFF2" bottomRight="FFCFD9CF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="pushed">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/ButtonPushedTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/ButtonPushedTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/ButtonPushedBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/ButtonPushedBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/ButtonPushedLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/ButtonPushedTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/ButtonPushedRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/ButtonPushedBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonPushedLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonPushedTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonPushedRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonPushedBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFAFAFAF" bottomLeft="FFFFFFFF" topRight="FFFFFFFF" bottomRight="FFAFAFAF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="disabled">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/ButtonNormalTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/ButtonNormalRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonNormalLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonNormalTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonNormalRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonNormalBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Normal">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Hover">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
<Section section="label">
|
|
<ColourProperty name="HoverTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Pushed">
|
|
<Layer>
|
|
<Section section="pushed"/>
|
|
<Section section="label">
|
|
<ColourProperty name="PushedTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="PushedOff">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
<Section section="label">
|
|
<ColourProperty name="HoverTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="disabled">
|
|
<Colours topLeft="FFDFDFDF" bottomLeft="FFDFDFDF" topRight="FFDFDFDF" bottomRight="FFDFDFDF"/>
|
|
</Section>
|
|
<Section section="label">
|
|
<ColourProperty name="DisabledTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Checkbox
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Checkbox">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="NormalTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="HoverTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="PushedTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF888888" type="ColourRect" name="DisabledTextColour"/>
|
|
<Property name="Size" value="{{0, 128}, {0, 32}}" />
|
|
<ImagerySection name="label">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/CheckboxNormal" dimension="Width"/>
|
|
<AbsoluteDim value="4"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="LeftAligned"/>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="normal">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/CheckboxNormal"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="LeftAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="hover">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/CheckboxHover"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="LeftAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="select_mark">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/CheckboxMark"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="LeftAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Normal">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Hover">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
<Section section="label">
|
|
<ColourProperty name="HoverTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="SelectedNormal">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
<Section section="select_mark"/>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="SelectedHover">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
<Section section="select_mark"/>
|
|
<Section section="label">
|
|
<ColourProperty name="HoverTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/SystemButton
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/SystemButton">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="" type="Image" name="NormalImage"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="" type="Image" name="HoverImage"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="" type="Image" name="PushedImage"/>
|
|
<Property name="WantsMultiClickEvents" value="False"/>
|
|
<Property name="NonClient" value="True"/>
|
|
<Property name="Size" value="{{0, 128}, {0, 32}}" />
|
|
<ImagerySection name="normal">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<ImageProperty name="NormalImage"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="hover">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<ImageProperty name="HoverImage"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="pushed">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<ImageProperty name="PushedImage"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Normal">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Hover">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Pushed">
|
|
<Layer>
|
|
<Section section="pushed"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="normal">
|
|
<Colours topLeft="FFDFDFDF" bottomLeft="FFDFDFDF" topRight="FFDFDFDF" bottomRight="FFDFDFDF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/ComboDropList
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/ComboDropList">
|
|
<Property name="Size" value="{{0, 256}, {0, 256}}" />
|
|
<NamedArea name="ItemRenderingArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderingAreaHScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderingAreaVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderingAreaHVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertAlignment type="BottomAligned"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
</Child>
|
|
<ImagerySection name="main">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/StaticFrameLeft"/>
|
|
<Image component="RightEdge" name="WindowsLook/StaticFrameRight"/>
|
|
<Image component="TopEdge" name="WindowsLook/StaticFrameTop"/>
|
|
<Image component="BottomEdge" name="WindowsLook/StaticFrameBottom"/>
|
|
<Image component="Background" name="WindowsLook/Background"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Combobox
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Combobox">
|
|
<PropertyLinkDefinition targetProperty="NormalTextColour" widget="__auto_editbox__" initialValue="FF000000" type="ColourRect" name="NormalEditTextColour"/>
|
|
<PropertyLinkDefinition targetProperty="SelectedTextColour" widget="__auto_editbox__" initialValue="FFFFFFFF" type="ColourRect" name="SelectedEditTextColour"/>
|
|
<PropertyLinkDefinition targetProperty="ActiveSelectionColour" widget="__auto_editbox__" initialValue="FF607FFF" type="ColourRect" name="ActiveEditSelectionColour"/>
|
|
<PropertyLinkDefinition targetProperty="InactiveSelectionColour" widget="__auto_editbox__" initialValue="FF808080" type="ColourRect" name="InactiveEditSelectionColour"/>
|
|
<Property name="Size" value="{{0, 256}, {0, 256}}" />
|
|
<Child nameSuffix="__auto_editbox__" type="WindowsLook/Editbox">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<FontDim padding="10" type="LineSpacing"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<FontDim padding="10" type="LineSpacing"/>
|
|
</Dim>
|
|
</Area>
|
|
</Child>
|
|
<Child nameSuffix="__auto_droplist__" type="WindowsLook/ComboDropList">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_editbox__" dimension="BottomEdge"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
</Child>
|
|
<Child nameSuffix="__auto_button__" type="WindowsLook/IconButton">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<WidgetDim widget="__auto_editbox__" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<WidgetDim widget="__auto_editbox__" dimension="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
<Property name="IconImage" value="WindowsLook/LargeDownArrow"/>
|
|
</Child>
|
|
<StateImagery name="Enabled"/>
|
|
<StateImagery name="Disabled"/>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Editbox
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Editbox">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FFDFDFDF" type="ColourRect" name="ReadOnlyBGColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="NormalTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FFFFFFFF" type="ColourRect" name="SelectedTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF607FFF" type="ColourRect" name="ActiveSelectionColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF808080" type="ColourRect" name="InactiveSelectionColour"/>
|
|
<Property name="MouseCursorImage" value="WindowsLook/MouseTextBar"/>
|
|
<Property name="Size" value="{{0, 256}, {0, 32}}" />
|
|
<NamedArea name="TextArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="5"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="5"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge" offset="-5"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge" offset="-5"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<ImagerySection name="container_normal">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/EditFrameTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/EditFrameTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/EditFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/EditFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/EditFrameLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/EditFrameTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/EditFrameRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/EditFrameBottom"/>
|
|
<Image component="Background" name="WindowsLook/Background"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="selection">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="Caret">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<ImageDim name="WindowsLook/EditBoxCaret" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/EditBoxCaret"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="container_normal"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="ReadOnly">
|
|
<Layer>
|
|
<Section section="container_normal">
|
|
<ColourProperty name="ReadOnlyBGColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="container_normal">
|
|
<ColourProperty name="ReadOnlyBGColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="ActiveSelection">
|
|
<Layer>
|
|
<Section section="selection">
|
|
<ColourProperty name="ActiveSelectionColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="InactiveSelection">
|
|
<Layer>
|
|
<Section section="selection">
|
|
<ColourProperty name="InactiveSelectionColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/FrameWindow
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/FrameWindow">
|
|
<PropertyLinkDefinition targetProperty="CaptionColour" widget="__auto_titlebar__" initialValue="FF000000" type="ColourRect" name="CaptionColour"/>
|
|
<PropertyLinkDefinition targetProperty="Font" widget="__auto_titlebar__" type="Font" name="TitlebarFont"/>
|
|
<Property name="NSSizingCursorImage" value="WindowsLook/MouseNoSoCursor"/>
|
|
<Property name="EWSizingCursorImage" value="WindowsLook/MouseEsWeCursor"/>
|
|
<Property name="NWSESizingCursorImage" value="WindowsLook/MouseNwSeCursor"/>
|
|
<Property name="NESWSizingCursorImage" value="WindowsLook/MouseNeSwCursor"/>
|
|
<Property name="MinSize" value="{{0.1,0},{0.1,0}}"/>
|
|
<Property name="AutoRenderingSurface" value="True"/>
|
|
<Property name="Size" value="{{0.3, 0}, {0.3, 0}}" />
|
|
<NamedArea name="ClientWithTitleWithFrame">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/WindowFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_titlebar__" dimension="BottomEdge"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/WindowFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/WindowFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ClientWithTitleNoFrame">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_titlebar__" dimension="BottomEdge"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ClientNoTitleWithFrame">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/WindowFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/WindowFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/WindowFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/WindowFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ClientNoTitleNoFrame">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_titlebar__" type="WindowsLook/Titlebar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<OperatorDim op="Multiply">
|
|
<FontDim widget="__auto_titlebar__" type="LineSpacing"/>
|
|
<AbsoluteDim value="1.5"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Property name="AlwaysOnTop" value="False"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_closebutton__" type="WindowsLook/SystemButton">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="LeftEdge"/>
|
|
<OperatorDim op="Multiply">
|
|
<AbsoluteDim value="0.5"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/CloseButtonNormal" dimension="Width"/>
|
|
<WidgetDim widget="__auto_titlebar__" dimension="Height"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Subtract">
|
|
<WidgetDim widget="__auto_titlebar__" dimension="Height"/>
|
|
<OperatorDim op="Multiply">
|
|
<AbsoluteDim value="0.5"/>
|
|
<OperatorDim op="Add">
|
|
<WidgetDim widget="__auto_titlebar__" dimension="Height"/>
|
|
<ImageDim name="WindowsLook/CloseButtonNormal" dimension="Height"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<ImageDim name="WindowsLook/CloseButtonNormal" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<ImageDim name="WindowsLook/CloseButtonNormal" dimension="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Property name="AlwaysOnTop" value="True"/>
|
|
<Property name="NormalImage" value="WindowsLook/CloseButtonNormal"/>
|
|
<Property name="HoverImage" value="WindowsLook/CloseButtonHover"/>
|
|
<Property name="PushedImage" value="WindowsLook/CloseButtonPushed"/>
|
|
</Child>
|
|
<ImagerySection name="withtitle_frame">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_titlebar__" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/WindowFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/WindowFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/WindowFrameLeft"/>
|
|
<Image component="RightEdge" name="WindowsLook/WindowFrameRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/WindowFrameBottom"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="notitle_frame">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/WindowFrameTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/WindowFrameTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/WindowFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/WindowFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/WindowFrameLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/WindowFrameTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/WindowFrameRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/WindowFrameBottom"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="withtitle_withframe_client_area">
|
|
<Colours topLeft="FFDFDFF5" bottomLeft="FFF4F3F5" topRight="FFDFEFF5" bottomRight="FFF0F0F5"/>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/WindowFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_titlebar__" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/WindowFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/WindowFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="notitle_withframe_client_area">
|
|
<Colours topLeft="FFDFDFF5" bottomLeft="FFF4F3F5" topRight="FFDFEFF5" bottomRight="FFF0F0F5"/>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/WindowFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/WindowFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/WindowFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/WindowFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="withtitle_noframe_client_area">
|
|
<Colours topLeft="FFDFDFF5" bottomLeft="FFF4F3F5" topRight="FFDFEFF5" bottomRight="FFF0F0F5"/>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_titlebar__" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="notitle_noframe_client_area">
|
|
<Colours topLeft="FFDFDFF5" bottomLeft="FFF4F3F5" topRight="FFDFEFF5" bottomRight="FFF0F0F5"/>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="ActiveWithTitleWithFrame">
|
|
<Layer>
|
|
<Section section="withtitle_frame">
|
|
<Colours topLeft="FFA7C7FF" bottomLeft="FFA7C7FF" topRight="FFA7C7FF" bottomRight="FFA7C7FF"/>
|
|
</Section>
|
|
<Section section="withtitle_withframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="InactiveWithTitleWithFrame">
|
|
<Layer>
|
|
<Section section="withtitle_frame">
|
|
<Colours topLeft="FFEFEFEF" bottomLeft="FFEFEFEF" topRight="FFEFEFEF" bottomRight="FFEFEFEF"/>
|
|
</Section>
|
|
<Section section="withtitle_withframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledWithTitleWithFrame">
|
|
<Layer>
|
|
<Section section="withtitle_frame">
|
|
<Colours topLeft="FFEFEFEF" bottomLeft="FFEFEFEF" topRight="FFEFEFEF" bottomRight="FFEFEFEF"/>
|
|
</Section>
|
|
<Section section="withtitle_withframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="ActiveWithTitleNoFrame">
|
|
<Layer>
|
|
<Section section="withtitle_noframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="InactiveWithTitleNoFrame">
|
|
<Layer>
|
|
<Section section="withtitle_noframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledWithTitleNoFrame">
|
|
<Layer>
|
|
<Section section="withtitle_noframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="ActiveNoTitleWithFrame">
|
|
<Layer>
|
|
<Section section="notitle_frame">
|
|
<Colours topLeft="FFA7C7FF" bottomLeft="FFA7C7FF" topRight="FFA7C7FF" bottomRight="FFA7C7FF"/>
|
|
</Section>
|
|
<Section section="notitle_withframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="InactiveNoTitleWithFrame">
|
|
<Layer>
|
|
<Section section="notitle_frame">
|
|
<Colours topLeft="FFEFEFEF" bottomLeft="FFEFEFEF" topRight="FFEFEFEF" bottomRight="FFEFEFEF"/>
|
|
</Section>
|
|
<Section section="notitle_withframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledNoTitleWithFrame">
|
|
<Layer>
|
|
<Section section="notitle_frame">
|
|
<Colours topLeft="FFEFEFEF" bottomLeft="FFEFEFEF" topRight="FFEFEFEF" bottomRight="FFEFEFEF"/>
|
|
</Section>
|
|
<Section section="notitle_withframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="ActiveNoTitleNoFrame">
|
|
<Layer>
|
|
<Section section="notitle_noframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="InactiveNoTitleNoFrame">
|
|
<Layer>
|
|
<Section section="notitle_noframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledNoTitleNoFrame">
|
|
<Layer>
|
|
<Section section="notitle_noframe_client_area"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/IconButton
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/IconButton">
|
|
<PropertyDefinition redrawOnWrite="true" type="Image" name="IconImage"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" type="ColourRect" name="IconColours"/>
|
|
<Property name="WantsMultiClickEvents" value="False"/>
|
|
<ImagerySection name="icon">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<ImageProperty name="IconImage"/>
|
|
<ColourRectProperty name="IconColours"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="CentreAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Normal">
|
|
<Layer>
|
|
<Section section="normal" look="WindowsLook/Button"/>
|
|
<Section section="icon"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Hover">
|
|
<Layer>
|
|
<Section section="hover" look="WindowsLook/Button"/>
|
|
<Section section="icon"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Pushed">
|
|
<Layer>
|
|
<Section section="pushed" look="WindowsLook/Button"/>
|
|
<Section section="icon"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="disabled" look="WindowsLook/Button">
|
|
<Colours topLeft="FFDFDFDF" bottomLeft="FFDFDFDF" topRight="FFDFDFDF" bottomRight="FFDFDFDF"/>
|
|
</Section>
|
|
<Section section="icon"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Listbox
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Listbox">
|
|
<Property name="Size" value="{{0, 256}, {0, 256}}" />
|
|
<NamedArea name="ItemRenderingArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderingAreaHScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderingAreaVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderingAreaHVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertAlignment type="BottomAligned"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
</Child>
|
|
<ImagerySection name="main">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/StaticFrameLeft"/>
|
|
<Image component="RightEdge" name="WindowsLook/StaticFrameRight"/>
|
|
<Image component="TopEdge" name="WindowsLook/StaticFrameTop"/>
|
|
<Image component="BottomEdge" name="WindowsLook/StaticFrameBottom"/>
|
|
<Image component="Background" name="WindowsLook/Background"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/ItemListbox
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/ItemListbox">
|
|
<NamedArea name="ItemRenderArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderAreaHScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderAreaVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderAreaHVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertAlignment type="BottomAligned"/>
|
|
<Property name="NonClient" value="True"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
<Property name="NonClient" value="True"/>
|
|
</Child>
|
|
<ImagerySection name="main">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/StaticFrameLeft"/>
|
|
<Image component="RightEdge" name="WindowsLook/StaticFrameRight"/>
|
|
<Image component="TopEdge" name="WindowsLook/StaticFrameTop"/>
|
|
<Image component="BottomEdge" name="WindowsLook/StaticFrameBottom"/>
|
|
<Image component="Background" name="WindowsLook/Background"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/ListboxItem
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/ListboxItem">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="TextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FFFFFFFF" type="ColourRect" name="SelectedTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="WindowsLook/Background" type="Image" name="SelectionBrush"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF3030FF" type="ColourRect" name="SelectionColour"/>
|
|
<Property name="Selectable" value="True"/>
|
|
<Property name="MouseInputPropagationEnabled" value="True"/>
|
|
<NamedArea name="ContentSize">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<FontDim padding="6" type="HorzExtent"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<FontDim type="LineSpacing"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<ImagerySection name="label">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="3"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-3"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="selection">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<ImageProperty name="SelectionBrush"/>
|
|
<ColourProperty name="SelectionColour"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="label">
|
|
<ColourProperty name="TextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="label">
|
|
<ColourProperty name="TextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="SelectedEnabled">
|
|
<Layer>
|
|
<Section section="selection"/>
|
|
<Section section="label">
|
|
<ColourProperty name="SelectedTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="SelectedDisabled">
|
|
<Layer>
|
|
<Section section="selection"/>
|
|
<Section section="label">
|
|
<ColourProperty name="SelectedTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Menubar
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Menubar">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="tl:FFDFEFF5 tr:FFDFDFF5 bl:FFF4F3F5 br:FFF4F3F5" type="ColourRect" name="BackgroundColours"/>
|
|
<PropertyDefinition layoutOnWrite="true" initialValue="5" type="float" name="BorderWidth"/>
|
|
<Property name="Size" value="{{1, 0}, {0, 32}}" />
|
|
<NamedArea name="ItemRenderArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/MenuLeft" dimension="Width"/>
|
|
<PropertyDim name="BorderWidth"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/MenuTop" dimension="Height"/>
|
|
<PropertyDim name="BorderWidth"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/MenuRight" dimension="Width"/>
|
|
<PropertyDim name="BorderWidth"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/MenuBottom" dimension="Height"/>
|
|
<PropertyDim name="BorderWidth"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<ImagerySection name="frame">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/MenuTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/MenuTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/MenuBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/MenuBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/MenuLeft"/>
|
|
<Image component="RightEdge" name="WindowsLook/MenuRight"/>
|
|
<Image component="TopEdge" name="WindowsLook/MenuTop"/>
|
|
<Image component="BottomEdge" name="WindowsLook/MenuBottom"/>
|
|
<Image component="Background" name="WindowsLook/Background"/>
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="frame"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="frame"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/MenuItem
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/MenuItem">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="NormalTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF7F7F7F" type="ColourRect" name="DisabledTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FFA7C7FF" type="ColourRect" name="HoverColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF87A7DF" type="ColourRect" name="PushedColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="7F87A7DF" type="ColourRect" name="PushedOffColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FFEFEFEF" type="ColourRect" name="OpenedColour"/>
|
|
<Property name="WantsMultiClickEvents" value="False"/>
|
|
<NamedArea name="ContentSize">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<OperatorDim op="Add">
|
|
<FontDim type="HorzExtent"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/MenuLeft" dimension="Width"/>
|
|
<ImageDim name="WindowsLook/MenuRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<OperatorDim op="Add">
|
|
<FontDim type="LineSpacing"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/MenuTop" dimension="Height"/>
|
|
<ImageDim name="WindowsLook/MenuBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="HasPopupContentSize">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<OperatorDim op="Add">
|
|
<FontDim type="HorzExtent"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/MenuLeft" dimension="Width"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/MenuRight" dimension="Width"/>
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/PopupMenuArrowLeft" dimension="Width"/>
|
|
<AbsoluteDim value="3"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<OperatorDim op="Add">
|
|
<FontDim type="LineSpacing"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/MenuTop" dimension="Height"/>
|
|
<ImageDim name="WindowsLook/MenuBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<ImagerySection name="label">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/MenuLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/MenuTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/MenuRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/MenuBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="LeftAligned"/>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="frame">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/MenuTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/MenuTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/MenuBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/MenuBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/MenuLeft"/>
|
|
<Image component="RightEdge" name="WindowsLook/MenuRight"/>
|
|
<Image component="TopEdge" name="WindowsLook/MenuTop"/>
|
|
<Image component="BottomEdge" name="WindowsLook/MenuBottom"/>
|
|
<Image component="Background" name="WindowsLook/Background"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="popup_arrow_right">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
<ImageDim name="WindowsLook/PopupMenuArrowRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/PopupMenuArrowRight"/>
|
|
<Colours topLeft="FF000000" bottomLeft="FF000000" topRight="FF000000" bottomRight="FF000000"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="RightAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="popup_arrow_left">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
<ImageDim name="WindowsLook/PopupMenuArrowLeft" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/PopupMenuArrowLeft"/>
|
|
<Colours topLeft="FF000000" bottomLeft="FF000000" topRight="FF000000" bottomRight="FF000000"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="RightAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="EnabledNormal">
|
|
<Layer>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="EnabledHover">
|
|
<Layer>
|
|
<Section section="frame">
|
|
<ColourProperty name="HoverColour"/>
|
|
</Section>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="EnabledPushed">
|
|
<Layer>
|
|
<Section section="frame">
|
|
<ColourProperty name="PushedColour"/>
|
|
</Section>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="EnabledPushedOff">
|
|
<Layer>
|
|
<Section section="frame">
|
|
<ColourProperty name="PushedOffColour"/>
|
|
</Section>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="EnabledPopupOpen">
|
|
<Layer>
|
|
<Section section="frame">
|
|
<ColourProperty name="OpenedColour"/>
|
|
</Section>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledNormal">
|
|
<Layer>
|
|
<Section section="label">
|
|
<ColourProperty name="DisabledTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledHover">
|
|
<Layer>
|
|
<Section section="frame"/>
|
|
<Section section="label">
|
|
<ColourProperty name="DisabledTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledPushed">
|
|
<Layer>
|
|
<Section section="frame"/>
|
|
<Section section="label">
|
|
<ColourProperty name="DisabledTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledPushedOff">
|
|
<Layer>
|
|
<Section section="frame"/>
|
|
<Section section="label">
|
|
<ColourProperty name="DisabledTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledPopupOpen">
|
|
<Layer>
|
|
<Section section="frame"/>
|
|
<Section section="label">
|
|
<ColourProperty name="DisabledTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="PopupClosedIcon">
|
|
<Layer>
|
|
<Section section="popup_arrow_right"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="PopupOpenIcon">
|
|
<Layer>
|
|
<Section section="popup_arrow_left"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/ListHeaderSegment
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/ListHeaderSegment">
|
|
<Property name="SizingCursorImage" value="WindowsLook/MouseEsWeCursor"/>
|
|
<Property name="MovingCursorImage" value="WindowsLook/MouseMoveCursor"/>
|
|
<Property name="MouseInputPropagationEnabled" value="True"/>
|
|
<ImagerySection name="segment">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/HeaderSplitter" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/HeaderMainBrush"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="splitter">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/HeaderSplitter"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="RightAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="ascend_icon">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="3"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="3"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<ImageDim name="WindowsLook/SmallUpArrow" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<ImageDim name="WindowsLook/SmallUpArrow" dimension="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/SmallDownArrow"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="descend_icon">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="3"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="3"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<ImageDim name="WindowsLook/SmallDownArrow" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<ImageDim name="WindowsLook/SmallDownArrow" dimension="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/SmallUpArrow"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="label">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/SmallUpArrow" dimension="Width"/>
|
|
<AbsoluteDim value="5"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertFormat type="CentreAligned"/>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Normal">
|
|
<Layer>
|
|
<Section section="segment">
|
|
<Colours topLeft="FFDDDDDD" bottomLeft="FFDDDDDD" topRight="FFDDDDDD" bottomRight="FFDDDDDD"/>
|
|
</Section>
|
|
<Section section="splitter">
|
|
<Colours topLeft="FFDDDDDD" bottomLeft="FFDDDDDD" topRight="FFDDDDDD" bottomRight="FFDDDDDD"/>
|
|
</Section>
|
|
<Section section="label">
|
|
<Colours topLeft="FF000000" bottomLeft="FF000000" topRight="FF000000" bottomRight="FF000000"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Hover">
|
|
<Layer>
|
|
<Section section="segment">
|
|
<Colours topLeft="FFEFEFEF" bottomLeft="FFEFEFEF" topRight="FFEFEFEF" bottomRight="FFEFEFEF"/>
|
|
</Section>
|
|
<Section section="splitter">
|
|
<Colours topLeft="FFDDDDDD" bottomLeft="FFDDDDDD" topRight="FFDDDDDD" bottomRight="FFDDDDDD"/>
|
|
</Section>
|
|
<Section section="label">
|
|
<Colours topLeft="FF000000" bottomLeft="FF000000" topRight="FF000000" bottomRight="FF000000"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="SplitterHover">
|
|
<Layer>
|
|
<Section section="segment">
|
|
<Colours topLeft="FFDDDDDD" bottomLeft="FFDDDDDD" topRight="FFDDDDDD" bottomRight="FFDDDDDD"/>
|
|
</Section>
|
|
<Section section="splitter">
|
|
<Colours topLeft="FFEFEFEF" bottomLeft="FFEFEFEF" topRight="FFEFEFEF" bottomRight="FFEFEFEF"/>
|
|
</Section>
|
|
<Section section="label">
|
|
<Colours topLeft="FF000000" bottomLeft="FF000000" topRight="FF000000" bottomRight="FF000000"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DragGhost" clipped="false">
|
|
<Layer priority="1">
|
|
<Section section="segment">
|
|
<Colours topLeft="7FEFEFEF" bottomLeft="7FEFEFEF" topRight="7FEFEFEF" bottomRight="7FEFEFEF"/>
|
|
</Section>
|
|
<Section section="splitter">
|
|
<Colours topLeft="7FDDDDDD" bottomLeft="7FDDDDDD" topRight="7FDDDDDD" bottomRight="7FDDDDDD"/>
|
|
</Section>
|
|
<Section section="label">
|
|
<Colours topLeft="7F000000" bottomLeft="7F000000" topRight="7F000000" bottomRight="7F000000"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="AscendingSortIcon">
|
|
<Layer>
|
|
<Section section="ascend_icon"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DescendingSortIcon">
|
|
<Layer>
|
|
<Section section="descend_icon"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="GhostAscendingSortIcon" clipped="false">
|
|
<Layer priority="1">
|
|
<Section section="ascend_icon">
|
|
<Colours topLeft="90FFFFFF" bottomLeft="90FFFFFF" topRight="90FFFFFF" bottomRight="90FFFFFF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="GhostDescendingSortIcon" clipped="false">
|
|
<Layer priority="1">
|
|
<Section section="descend_icon">
|
|
<Colours topLeft="90FFFFFF" bottomLeft="90FFFFFF" topRight="90FFFFFF" bottomRight="90FFFFFF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled"/>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/ListHeader
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/ListHeader">
|
|
<Property name="SegmentWidgetType" value="WindowsLook/ListHeaderSegment"/>
|
|
<Property name="MouseInputPropagationEnabled" value="True"/>
|
|
<StateImagery name="Enabled"/>
|
|
<StateImagery name="Disabled"/>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/MultiColumnList
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/MultiColumnList">
|
|
<NamedArea name="ItemRenderingArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_listheader__" dimension="BottomEdge"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderingAreaHScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_listheader__" dimension="BottomEdge"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderingAreaVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_listheader__" dimension="BottomEdge"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ItemRenderingAreaHVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_listheader__" dimension="BottomEdge"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_listheader__" type="WindowsLook/ListHeader">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<OperatorDim op="Multiply">
|
|
<FontDim type="LineSpacing"/>
|
|
<AbsoluteDim value="1.5"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</Child>
|
|
<Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertAlignment type="BottomAligned"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<WidgetDim widget="__auto_listheader__" dimension="BottomEdge"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
</Child>
|
|
<ImagerySection name="main">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/StaticFrameLeft"/>
|
|
<Image component="RightEdge" name="WindowsLook/StaticFrameRight"/>
|
|
<Image component="TopEdge" name="WindowsLook/StaticFrameTop"/>
|
|
<Image component="BottomEdge" name="WindowsLook/StaticFrameBottom"/>
|
|
<Image component="Background" name="WindowsLook/Background"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/MultiLineEditbox
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/MultiLineEditbox">
|
|
<PropertyDefinition initialValue="FFDFDFDF" type="ColourRect" name="ReadOnlyBGColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="NormalTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FFFFFFFF" type="ColourRect" name="SelectedTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF607FFF" type="ColourRect" name="ActiveSelectionColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF808080" type="ColourRect" name="InactiveSelectionColour"/>
|
|
<Property name="MouseCursorImage" value="WindowsLook/MouseTextBar"/>
|
|
<Property name="SelectionBrushImage" value="WindowsLook/Background"/>
|
|
<Property name="Size" value="{{0, 256}, {0, 256}}" />
|
|
<NamedArea name="TextArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/EditFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/EditFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/EditFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/EditFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="TextAreaHScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/EditFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/EditFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/EditFrameRight" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="TextAreaVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/EditFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/EditFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/EditFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="TextAreaHVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/EditFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/EditFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertAlignment type="BottomAligned"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
</Child>
|
|
<ImagerySection name="main">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/EditFrameTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/EditFrameTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/EditFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/EditFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/EditFrameLeft"/>
|
|
<Image component="RightEdge" name="WindowsLook/EditFrameRight"/>
|
|
<Image component="TopEdge" name="WindowsLook/EditFrameTop"/>
|
|
<Image component="BottomEdge" name="WindowsLook/EditFrameBottom"/>
|
|
<Image component="Background" name="WindowsLook/Background"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="Caret">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<ImageDim name="WindowsLook/EditBoxCaret" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/EditBoxCaret"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="ReadOnly">
|
|
<Layer>
|
|
<Section section="main">
|
|
<ColourProperty name="ReadOnlyBGColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="main">
|
|
<ColourProperty name="ReadOnlyBGColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/PopupMenu
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/PopupMenu">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="tl:FFF4F3F5 tr:FFF2F2FF bl:FFF4F3F5 br:FFF4F3F5" type="ColourRect" name="BackgroundColours"/>
|
|
<PropertyDefinition layoutOnWrite="true" initialValue="0" type="float" name="BorderWidth"/>
|
|
<NamedArea name="ItemRenderArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/PopupMenuFrameLeft" dimension="Width"/>
|
|
<PropertyDim name="BorderWidth"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/PopupMenuFrameTop" dimension="Height"/>
|
|
<PropertyDim name="BorderWidth"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/PopupMenuFrameRight" dimension="Width"/>
|
|
<PropertyDim name="BorderWidth"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/PopupMenuFrameBottom" dimension="Height"/>
|
|
<PropertyDim name="BorderWidth"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<ImagerySection name="frame">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/PopupMenuFrameTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/PopupMenuFrameTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/PopupMenuFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/PopupMenuFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/PopupMenuFrameLeft"/>
|
|
<Image component="RightEdge" name="WindowsLook/PopupMenuFrameRight"/>
|
|
<Image component="TopEdge" name="WindowsLook/PopupMenuFrameTop"/>
|
|
<Image component="BottomEdge" name="WindowsLook/PopupMenuFrameBottom"/>
|
|
<Image component="Background" name="WindowsLook/Background"/>
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="frame"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="frame"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/ProgressBar
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/ProgressBar">
|
|
<Property name="Size" value="{{0, 256}, {0, 32}}" />
|
|
<NamedArea name="ProgressArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<ImagerySection name="frame">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/StaticFrameLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/StaticFrameTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/StaticFrameRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/StaticFrameBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFDFDFDF" bottomLeft="FFDFDFDF" topRight="FFDFDFDF" bottomRight="FFDFDFDF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="progress_lights">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="frame"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="frame"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="EnabledProgress">
|
|
<Layer>
|
|
<Section section="progress_lights">
|
|
<Colours topLeft="FF2222FF" bottomLeft="FF2222FF" topRight="FF2222FF" bottomRight="FF2222FF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledProgress">
|
|
<Layer>
|
|
<Section section="progress_lights">
|
|
<Colours topLeft="FF2222FF" bottomLeft="FF2222FF" topRight="FF2222FF" bottomRight="FF2222FF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/RadioButton
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/RadioButton">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="NormalTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="HoverTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="PushedTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF888888" type="ColourRect" name="DisabledTextColour"/>
|
|
<Property name="Size" value="{{0, 256}, {0, 32}}" />
|
|
<ImagerySection name="label">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/RadioButtonNormal" dimension="Width"/>
|
|
<AbsoluteDim value="4"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="LeftAligned"/>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="normal">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/RadioButtonNormal"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="LeftAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="hover">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/RadioButtonHover"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="LeftAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="select_mark">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/RadioButtonMark"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="LeftAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Normal">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Hover">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
<Section section="label">
|
|
<ColourProperty name="HoverTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="SelectedNormal">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
<Section section="select_mark"/>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="SelectedHover">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
<Section section="select_mark"/>
|
|
<Section section="label">
|
|
<ColourProperty name="HoverTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/ScrollablePane
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/ScrollablePane">
|
|
<NamedArea name="ViewableArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ViewableAreaHScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ViewableAreaVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="ViewableAreaHVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertAlignment type="BottomAligned"/>
|
|
<Property name="NonClient" value="True"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
<Property name="NonClient" value="True"/>
|
|
</Child>
|
|
<StateImagery name="Enabled"/>
|
|
<StateImagery name="Disabled"/>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/VerticalScrollbarThumb
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/VerticalScrollbarThumb">
|
|
<Property name="VertFree" value="True"/>
|
|
<Property name="MinSize" value="{{0,0},{0,16}}"/>
|
|
<Property name="MouseInputPropagationEnabled" value="True"/>
|
|
<Property name="Size" value="{{0, 32}, {0, 32}}" />
|
|
<ImagerySection name="normal">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1.0" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1.0" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/ButtonNormalTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/ButtonNormalRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonNormalLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonNormalTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonNormalRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonNormalBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFAFAFAF" bottomLeft="FFFFFFFF" topRight="FFFFFFFF" bottomRight="FFAFAFAF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="hover">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1.0" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1.0" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/ButtonHoverTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/ButtonHoverTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/ButtonHoverBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/ButtonHoverBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/ButtonHoverLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/ButtonHoverTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/ButtonHoverRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/ButtonHoverBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonHoverLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonHoverTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonHoverRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonHoverBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFCFD9CF" bottomLeft="FFF2FFF2" topRight="FFF2FFF2" bottomRight="FFCFD9CF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="pushed">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1.0" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1.0" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/ButtonPushedTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/ButtonPushedTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/ButtonPushedBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/ButtonPushedBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/ButtonPushedLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/ButtonPushedTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/ButtonPushedRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/ButtonPushedBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonPushedLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonPushedTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonPushedRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonPushedBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFAFAFAF" bottomLeft="FFFFFFFF" topRight="FFFFFFFF" bottomRight="FFAFAFAF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="gripper">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonPushedLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonPushedTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonPushedRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonPushedBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/VertScrollbarGrip"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Normal">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
<Section section="gripper">
|
|
<Colours topLeft="FFAFAFAF" bottomLeft="FFFFFFFF" topRight="FFFFFFFF" bottomRight="FFAFAFAF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Hover">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
<Section section="gripper">
|
|
<Colours topLeft="FFCFD9CF" bottomLeft="FFF2FFF2" topRight="FFF2FFF2" bottomRight="FFCFD9CF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Pushed">
|
|
<Layer>
|
|
<Section section="pushed"/>
|
|
<Section section="gripper">
|
|
<Colours topLeft="FFAFAFAF" bottomLeft="FFFFFFFF" topRight="FFFFFFFF" bottomRight="FFAFAFAF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/VerticalScrollbar
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/VerticalScrollbar">
|
|
<Property name="VerticalScrollbar" value="True"/>
|
|
<Property name="WantsMultiClickEvents" value="False"/>
|
|
<Property name="Size" value="{{0, 32}, {1, 0}}" />
|
|
<NamedArea name="ThumbTrackArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_incbtn__" type="WindowsLook/IconButton">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertAlignment type="BottomAligned"/>
|
|
<Property name="IconImage" value="WindowsLook/LargeDownArrow"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_decbtn__" type="WindowsLook/IconButton">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
</Area>
|
|
<Property name="IconImage" value="WindowsLook/LargeUpArrow"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_thumb__" type="WindowsLook/VerticalScrollbarThumb">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<OperatorDim op="Multiply">
|
|
<OperatorDim op="Divide">
|
|
<PropertyDim name="PageSize"/>
|
|
<PropertyDim name="DocumentSize"/>
|
|
</OperatorDim>
|
|
<OperatorDim op="Subtract">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
<WidgetDim widget="__auto_decbtn__" dimension="Height"/>
|
|
</OperatorDim>
|
|
<WidgetDim widget="__auto_incbtn__" dimension="Height"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</Child>
|
|
<ImagerySection name="main">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/LargeUpArrow" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/LargeDownArrow" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="main">
|
|
<Colours topLeft="FFDFDFDF" bottomLeft="FFDFDFDF" topRight="FFDFDFDF" bottomRight="FFDFDFDF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="main">
|
|
<Colours topLeft="FFBFBFBF" bottomLeft="FFBFBFBF" topRight="FFBFBFBF" bottomRight="FFBFBFBF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/HorizontalScrollbarThumb
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/HorizontalScrollbarThumb">
|
|
<Property name="HorzFree" value="True"/>
|
|
<Property name="MinSize" value="{{0,16},{0,0}}"/>
|
|
<Property name="MouseInputPropagationEnabled" value="True"/>
|
|
<Property name="Size" value="{{0, 32}, {0, 32}}" />
|
|
<ImagerySection name="normal">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1.0" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1.0" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/ButtonNormalTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/ButtonNormalRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonNormalLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonNormalTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonNormalRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonNormalBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFAFAFAF" bottomLeft="FFFFFFFF" topRight="FFFFFFFF" bottomRight="FFAFAFAF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="hover">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1.0" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1.0" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/ButtonHoverTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/ButtonHoverTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/ButtonHoverBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/ButtonHoverBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/ButtonHoverLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/ButtonHoverTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/ButtonHoverRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/ButtonHoverBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonHoverLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonHoverTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonHoverRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonHoverBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFCFD9CF" bottomLeft="FFF2FFF2" topRight="FFF2FFF2" bottomRight="FFCFD9CF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="pushed">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1.0" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1.0" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/ButtonPushedTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/ButtonPushedTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/ButtonPushedBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/ButtonPushedBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/ButtonPushedLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/ButtonPushedTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/ButtonPushedRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/ButtonPushedBottom"/>
|
|
</FrameComponent>
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonPushedLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonPushedTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonPushedRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonPushedBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFAFAFAF" bottomLeft="FFFFFFFF" topRight="FFFFFFFF" bottomRight="FFAFAFAF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="gripper">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/ButtonPushedLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/ButtonPushedTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonPushedRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/ButtonPushedBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/HorzScrollbarGrip"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="CentreAligned"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Normal">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
<Section section="gripper">
|
|
<Colours topLeft="FFAFAFAF" bottomLeft="FFFFFFFF" topRight="FFFFFFFF" bottomRight="FFAFAFAF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Hover">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
<Section section="gripper">
|
|
<Colours topLeft="FFCFD9CF" bottomLeft="FFF2FFF2" topRight="FFF2FFF2" bottomRight="FFCFD9CF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Pushed">
|
|
<Layer>
|
|
<Section section="pushed"/>
|
|
<Section section="gripper">
|
|
<Colours topLeft="FFAFAFAF" bottomLeft="FFFFFFFF" topRight="FFFFFFFF" bottomRight="FFAFAFAF"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/HorizontalScrollbar
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/HorizontalScrollbar">
|
|
<Property name="Size" value="{{1, 0}, {0, 32}}" />
|
|
<Property name="WantsMultiClickEvents" value="False"/>
|
|
<NamedArea name="ThumbTrackArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_incbtn__" type="WindowsLook/IconButton">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
<Property name="IconImage" value="WindowsLook/LargeRightArrow"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_decbtn__" type="WindowsLook/IconButton">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Property name="IconImage" value="WindowsLook/LargeLeftArrow"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_thumb__" type="WindowsLook/HorizontalScrollbarThumb">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<OperatorDim op="Multiply">
|
|
<OperatorDim op="Divide">
|
|
<PropertyDim name="PageSize"/>
|
|
<PropertyDim name="DocumentSize"/>
|
|
</OperatorDim>
|
|
<OperatorDim op="Subtract">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
<WidgetDim widget="__auto_decbtn__" dimension="Width"/>
|
|
</OperatorDim>
|
|
<WidgetDim widget="__auto_incbtn__" dimension="Width"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
</Child>
|
|
<ImagerySection name="main">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/LargeLeftArrow" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/LargeRightArrow" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<Colours topLeft="FFDFDFDF" bottomLeft="FFDFDFDF" topRight="FFDFDFDF" bottomRight="FFDFDFDF"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/SliderThumb
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/SliderThumb">
|
|
<Property name="HorzFree" value="True"/>
|
|
<Property name="MouseInputPropagationEnabled" value="True"/>
|
|
<ImagerySection name="normal">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1.0" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1.0" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/SliderThumbNormal"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="hover">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1.0" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1.0" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/SliderThumbHover"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Normal">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Hover">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Pushed">
|
|
<Layer>
|
|
<Section section="hover"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="normal">
|
|
<Colours topLeft="FF7F7F7F" bottomLeft="FF7F7F7F" topRight="FF7F7F7F" bottomRight="FF7F7F7F"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Slider
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Slider">
|
|
<Property name="VerticalSlider" value="True"/>
|
|
<Property name="MouseAutoRepeatEnabled" value="True"/>
|
|
<Property name="WantsMultiClickEvents" value="False"/>
|
|
<Property name="Size" value="{{0, 32}, {0, 256}}" />
|
|
<NamedArea name="ThumbTrackArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_thumb__" type="WindowsLook/SliderThumb">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<ImageDim name="WindowsLook/SliderThumbNormal" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<ImageDim name="WindowsLook/SliderThumbNormal" dimension="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertAlignment type="CentreAligned"/>
|
|
</Child>
|
|
<ImagerySection name="track">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/SliderThumbNormal" dimension="Width"/>
|
|
<AbsoluteDim value="0.5"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="0.5" type="TopEdge"/>
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/SlidertrackMiddle" dimension="Height"/>
|
|
<AbsoluteDim value="0.5"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/SliderThumbNormal" dimension="Width"/>
|
|
<AbsoluteDim value="0.5"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<ImageDim name="WindowsLook/SlidertrackMiddle" dimension="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="LeftEdge" name="WindowsLook/SliderTrackLeft"/>
|
|
<Image component="RightEdge" name="WindowsLook/SliderTrackRight"/>
|
|
<Image component="Background" name="WindowsLook/SlidertrackMiddle"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="track"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="track"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Spinner
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Spinner">
|
|
<Property name="Size" value="{{0, 128}, {0, 32}}" />
|
|
<Child nameSuffix="__auto_editbox__" type="WindowsLook/Editbox">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<UnifiedDim scale="0.5" type="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
</Child>
|
|
<Child nameSuffix="__auto_incbtn__" type="WindowsLook/IconButton">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="0.5" type="Height"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="0.5" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
<Property name="IconImage" value="WindowsLook/LargeUpArrow"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_decbtn__" type="WindowsLook/IconButton">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<UnifiedDim scale="0.5" type="TopEdge"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="0.5" type="Height"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="0.5" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
<Property name="IconImage" value="WindowsLook/LargeDownArrow"/>
|
|
</Child>
|
|
<StateImagery name="Enabled"/>
|
|
<StateImagery name="Disabled"/>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/StaticShared
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/StaticShared">
|
|
<ImagerySection name="frame">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/StaticFrameLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/StaticFrameTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/StaticFrameRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/StaticFrameBottom"/>
|
|
<ColourRectProperty name="FrameColours"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="background">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="background_noframe">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image name="WindowsLook/Background"/>
|
|
<VertFormat type="Stretched"/>
|
|
<HorzFormat type="Stretched"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Static
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Static">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" type="ColourRect" name="FrameColours"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" type="ColourRect" name="BackgroundColours"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="0" type="float" name="TextPadding"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="LeftAligned" type="HorizontalTextFormatting" name="HorzFormatting"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="CentreAligned" type="VerticalTextFormatting" name="VertFormatting"/>
|
|
<Property name="BackgroundEnabled" value="True"/>
|
|
<Property name="FrameEnabled" value="True"/>
|
|
<Property name="Size" value="{{0, 256}, {0, 128}}" />
|
|
<ImagerySection name="label">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<PropertyDim name="TextPadding"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<PropertyDim name="TextPadding"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<PropertyDim name="TextPadding"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
<PropertyDim name="TextPadding"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Colours topLeft="FF000000" bottomLeft="FF000000" topRight="FF000000" bottomRight="FF000000"/>
|
|
<VertFormatProperty name="VertFormatting"/>
|
|
<HorzFormatProperty name="HorzFormatting"/>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="label"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="label"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="EnabledFrame">
|
|
<Layer>
|
|
<Section section="frame" look="WindowsLook/StaticShared"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledFrame">
|
|
<Layer>
|
|
<Section section="frame" look="WindowsLook/StaticShared"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="WithFrameEnabledBackground">
|
|
<Layer>
|
|
<Section section="background" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="WithFrameDisabledBackground">
|
|
<Layer>
|
|
<Section section="background" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="NoFrameEnabledBackground">
|
|
<Layer>
|
|
<Section section="background_noframe" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="NoFrameDisabledBackground">
|
|
<Layer>
|
|
<Section section="background_noframe" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/StaticImage
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/StaticImage">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" type="ColourRect" name="ImageColours"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" type="ColourRect" name="FrameColours"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" type="ColourRect" name="BackgroundColours"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="Stretched" type="VerticalFormatting" name="VertFormatting"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="Stretched" type="HorizontalFormatting" name="HorzFormatting"/>
|
|
<Property name="BackgroundEnabled" value="True"/>
|
|
<Property name="FrameEnabled" value="True"/>
|
|
<Property name="Size" value="{{0, 128}, {0, 128}}" />
|
|
<ImagerySection name="image_withframe">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<ImageProperty name="Image"/>
|
|
<ColourRectProperty name="ImageColours"/>
|
|
<VertFormatProperty name="VertFormatting"/>
|
|
<HorzFormatProperty name="HorzFormatting"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="image_noframe">
|
|
<ImageryComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<ImageProperty name="Image"/>
|
|
<ColourRectProperty name="ImageColours"/>
|
|
<VertFormatProperty name="VertFormatting"/>
|
|
<HorzFormatProperty name="HorzFormatting"/>
|
|
</ImageryComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled"/>
|
|
<StateImagery name="Disabled"/>
|
|
<StateImagery name="EnabledFrame">
|
|
<Layer>
|
|
<Section section="frame" look="WindowsLook/StaticShared"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledFrame">
|
|
<Layer>
|
|
<Section section="frame" look="WindowsLook/StaticShared"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="WithFrameEnabledBackground">
|
|
<Layer>
|
|
<Section section="background" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="WithFrameDisabledBackground">
|
|
<Layer>
|
|
<Section section="background" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="NoFrameEnabledBackground">
|
|
<Layer>
|
|
<Section section="background_noframe" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="NoFrameDisabledBackground">
|
|
<Layer>
|
|
<Section section="background_noframe" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="WithFrameImage">
|
|
<Layer>
|
|
<Section section="image_withframe"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="NoFrameImage">
|
|
<Layer>
|
|
<Section section="image_noframe"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/StaticText
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/StaticText">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" type="ColourRect" name="FrameColours"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" type="ColourRect" name="BackgroundColours"/>
|
|
<PropertyLinkDefinition targetProperty="ScrollPosition" widget="__auto_hscrollbar__" type="float" name="HorzScrollPosition"/>
|
|
<PropertyLinkDefinition targetProperty="PageSize" widget="__auto_hscrollbar__" type="float" name="HorzScrollPageSize"/>
|
|
<PropertyLinkDefinition targetProperty="DocumentSize" widget="__auto_hscrollbar__" type="float" name="HorzScrollDocumentSize"/>
|
|
<PropertyLinkDefinition targetProperty="ScrollPosition" widget="__auto_vscrollbar__" type="float" name="VertScrollPosition"/>
|
|
<PropertyLinkDefinition targetProperty="PageSize" widget="__auto_vscrollbar__" type="float" name="VertScrollPageSize"/>
|
|
<PropertyLinkDefinition targetProperty="DocumentSize" widget="__auto_vscrollbar__" type="float" name="VertScrollDocumentSize"/>
|
|
<Property name="BackgroundEnabled" value="True"/>
|
|
<Property name="FrameEnabled" value="True"/>
|
|
<Property name="TextColours" value="tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000"/>
|
|
<Property name="Size" value="{{0, 256}, {0, 128}}" />
|
|
<NamedArea name="WithFrameTextRenderArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="WithFrameTextRenderAreaHScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameRight" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="WithFrameTextRenderAreaVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/StaticFrameBottom" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="WithFrameTextRenderAreaHVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameLeft" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/StaticFrameTop" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="NoFrameTextRenderArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="NoFrameTextRenderAreaHScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="NoFrameTextRenderAreaVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<NamedArea name="NoFrameTextRenderAreaHVScroll">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1.0" type="RightEdge" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1.0" type="BottomEdge" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width" offset="-16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertAlignment type="BottomAligned"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<AbsoluteDim value="16"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height" offset="-16"/>
|
|
</Dim>
|
|
</Area>
|
|
<HorzAlignment type="RightAligned"/>
|
|
</Child>
|
|
<StateImagery name="Enabled"/>
|
|
<StateImagery name="Disabled"/>
|
|
<StateImagery name="EnabledFrame">
|
|
<Layer>
|
|
<Section section="frame" look="WindowsLook/StaticShared"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="DisabledFrame">
|
|
<Layer>
|
|
<Section section="frame" look="WindowsLook/StaticShared"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="WithFrameEnabledBackground">
|
|
<Layer>
|
|
<Section section="background" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="WithFrameDisabledBackground">
|
|
<Layer>
|
|
<Section section="background" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="NoFrameEnabledBackground">
|
|
<Layer>
|
|
<Section section="background_noframe" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="NoFrameDisabledBackground">
|
|
<Layer>
|
|
<Section section="background_noframe" look="WindowsLook/StaticShared">
|
|
<ColourRectProperty name="BackgroundColours"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/TabButton
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/TabButton">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="NormalTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="HoverTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="PushedTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000010" type="ColourRect" name="SelectedTextColour"/>
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF888888" type="ColourRect" name="DisabledTextColour"/>
|
|
<Property name="Size" value="{{0, 128}, {0, 32}}" />
|
|
<ImagerySection name="label">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="CentreAligned"/>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="normal">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/TabButtonUpperLeftNormal"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/TabButtonUpperRightNormal"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/TabButtonLowerLeftNormal"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/TabButtonLowerRightNormal"/>
|
|
<Image component="LeftEdge" name="WindowsLook/TabButtonLeftNormal"/>
|
|
<Image component="RightEdge" name="WindowsLook/TabButtonRightNormal"/>
|
|
<Image component="TopEdge" name="WindowsLook/TabButtonUpperNormal"/>
|
|
<Image component="BottomEdge" name="WindowsLook/TabButtonLowerNormal"/>
|
|
<Image component="Background" name="WindowsLook/TabButtonMiddleNormal"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="top_selected">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/TabButtonUpperLeftSelected"/>
|
|
<Image component="TopEdge" name="WindowsLook/TabButtonUpperSelected"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/TabButtonUpperRightSelected"/>
|
|
<Image component="LeftEdge" name="WindowsLook/TabButtonLeftSelected"/>
|
|
<Image component="Background" name="WindowsLook/TabButtonMiddleSelected"/>
|
|
<Image component="RightEdge" name="WindowsLook/TabButtonRightSelected"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="bot_selected">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="LeftEdge" name="WindowsLook/TabButtonLeftSelected"/>
|
|
<Image component="Background" name="WindowsLook/TabButtonMiddleSelected"/>
|
|
<Image component="RightEdge" name="WindowsLook/TabButtonRightSelected"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/TabButtonLowerLeftSelected"/>
|
|
<Image component="BottomEdge" name="WindowsLook/TabButtonLowerSelected"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/TabButtonLowerRightSelected"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Normal">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
<Section section="label">
|
|
<ColourProperty name="NormalTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Hover">
|
|
<Layer>
|
|
<Section section="selected"/>
|
|
<Section section="label">
|
|
<ColourProperty name="HoverTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="TopSelected">
|
|
<Layer>
|
|
<Section section="top_selected"/>
|
|
<Section section="label">
|
|
<ColourProperty name="SelectedTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="BottomSelected">
|
|
<Layer>
|
|
<Section section="bot_selected"/>
|
|
<Section section="label">
|
|
<ColourProperty name="SelectedTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
<Section section="label">
|
|
<ColourProperty name="DisabledTextColour"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/TabContentPane
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/TabContentPane">
|
|
<PropertyDefinition layoutOnWrite="true" redrawOnWrite="true" initialValue="0" name="EnableTop"/>
|
|
<PropertyDefinition layoutOnWrite="true" redrawOnWrite="true" initialValue="0" name="EnableBottom"/>
|
|
<Property name="Size" value="{{0.3, 0}, {0.3, 0}}" />
|
|
<ImagerySection name="normal">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/TabContentPaneUpperLeft" dimension="Height"/>
|
|
<PropertyDim name="EnableTop"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/TabContentPaneUpperLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/TabContentPaneTop"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/TabContentPaneUpperRight"/>
|
|
</FrameComponent>
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/TabContentPaneUpperLeft" dimension="Height"/>
|
|
<PropertyDim name="EnableTop"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/TabContentPaneLowerLeft" dimension="Height"/>
|
|
<PropertyDim name="EnableBottom"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="LeftEdge" name="WindowsLook/TabContentPaneLeft"/>
|
|
<Image component="Background" name="WindowsLook/TabContentPaneMiddle"/>
|
|
<Image component="RightEdge" name="WindowsLook/TabContentPaneRight"/>
|
|
</FrameComponent>
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/TabContentPaneLowerLeft" dimension="Height"/>
|
|
<PropertyDim name="EnableBottom"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/TabContentPaneLowerLeft"/>
|
|
<Image component="BottomEdge" name="WindowsLook/TabContentPaneLower"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/TabContentPaneLowerRight"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="normal">
|
|
<Colours topLeft="FF7F7F7F" bottomLeft="FF7F7F7F" topRight="FF7F7F7F" bottomRight="FF7F7F7F"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/TabButtonPane
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/TabButtonPane">
|
|
<PropertyDefinition layoutOnWrite="true" redrawOnWrite="true" initialValue="1" name="EnableTop"/>
|
|
<PropertyDefinition layoutOnWrite="true" redrawOnWrite="true" initialValue="1" name="EnableBottom"/>
|
|
<Property name="Size" value="{{0.3, 0}, {0.3, 0}}" />
|
|
<ImagerySection name="normal">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/TabHorizontalTopFiller" dimension="Height"/>
|
|
<PropertyDim name="EnableTop"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopEdge" name="WindowsLook/TabHorizontalTopFiller"/>
|
|
</FrameComponent>
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/TabHorizontalTopFiller" dimension="Height"/>
|
|
<PropertyDim name="EnableTop"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/TabHorizontalBottomFiller" dimension="Height"/>
|
|
<PropertyDim name="EnableBottom"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</FrameComponent>
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
<OperatorDim op="Multiply">
|
|
<ImageDim name="WindowsLook/TabHorizontalBottomFiller" dimension="Height"/>
|
|
<PropertyDim name="EnableBottom"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="BottomEdge" name="WindowsLook/TabHorizontalBottomFiller"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="normal"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="normal">
|
|
<Colours topLeft="FF7F7F7F" bottomLeft="FF7F7F7F" topRight="FF7F7F7F" bottomRight="FF7F7F7F"/>
|
|
</Section>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/TabControl
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/TabControl">
|
|
<Property name="TabButtonType" value="WindowsLook/TabButton"/>
|
|
<Property name="TabTextPadding" value="{0,4}"/>
|
|
<Property name="Size" value="{{0.3, 0}, {0.3, 0}}" />
|
|
<Child nameSuffix="__auto_TabPane__" type="WindowsLook/TabContentPane">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Multiply">
|
|
<PropertyDim widget="__auto_TabPane__" name="EnableBottom"/>
|
|
<PropertyDim type="Height" name="TabHeight"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
<PropertyDim type="Height" name="TabHeight"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</Child>
|
|
<Child nameSuffix="__auto_TabPane__Buttons" type="WindowsLook/TabButtonPane">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Multiply">
|
|
<PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop"/>
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Height"/>
|
|
<PropertyDim type="Height" name="TabHeight"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<PropertyDim type="Height" name="TabHeight"/>
|
|
</Dim>
|
|
</Area>
|
|
</Child>
|
|
<Child nameSuffix="__auto_TabPane__ScrollLeft" type="WindowsLook/SystemButton">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="6"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Add">
|
|
<WidgetDim widget="__auto_TabPane__" dimension="TopEdge"/>
|
|
<OperatorDim op="Add">
|
|
<AbsoluteDim value="4"/>
|
|
<OperatorDim op="Multiply">
|
|
<PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop"/>
|
|
<OperatorDim op="Subtract">
|
|
<WidgetDim widget="__auto_TabPane__" dimension="Height"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/TabButtonScrollLeftNormal" dimension="Width"/>
|
|
<AbsoluteDim value="6"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<ImageDim name="WindowsLook/TabButtonScrollLeftNormal" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<ImageDim name="WindowsLook/TabButtonScrollLeftNormal" dimension="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Property name="AlwaysOnTop" value="True"/>
|
|
<Property name="NormalImage" value="WindowsLook/TabButtonScrollLeftNormal"/>
|
|
<Property name="HoverImage" value="WindowsLook/TabButtonScrollLeftHover"/>
|
|
<Property name="PushedImage" value="WindowsLook/TabButtonScrollLeftHover"/>
|
|
</Child>
|
|
<Child nameSuffix="__auto_TabPane__ScrollRight" type="WindowsLook/SystemButton">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="Width"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/TabButtonScrollLeftNormal" dimension="Width"/>
|
|
<AbsoluteDim value="6"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<OperatorDim op="Add">
|
|
<WidgetDim widget="__auto_TabPane__" dimension="TopEdge"/>
|
|
<OperatorDim op="Add">
|
|
<AbsoluteDim value="4"/>
|
|
<OperatorDim op="Multiply">
|
|
<PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop"/>
|
|
<OperatorDim op="Subtract">
|
|
<WidgetDim widget="__auto_TabPane__" dimension="Height"/>
|
|
<OperatorDim op="Add">
|
|
<ImageDim name="WindowsLook/TabButtonScrollLeftNormal" dimension="Width"/>
|
|
<AbsoluteDim value="6"/>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="Width">
|
|
<ImageDim name="WindowsLook/TabButtonScrollLeftNormal" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="Height">
|
|
<ImageDim name="WindowsLook/TabButtonScrollLeftNormal" dimension="Height"/>
|
|
</Dim>
|
|
</Area>
|
|
<Property name="AlwaysOnTop" value="True"/>
|
|
<Property name="NormalImage" value="WindowsLook/TabButtonScrollRightNormal"/>
|
|
<Property name="HoverImage" value="WindowsLook/TabButtonScrollRightHover"/>
|
|
<Property name="PushedImage" value="WindowsLook/TabButtonScrollRightHover"/>
|
|
</Child>
|
|
<StateImagery name="Enabled"/>
|
|
<StateImagery name="Disabled"/>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Titlebar
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Titlebar">
|
|
<PropertyDefinition redrawOnWrite="true" initialValue="FF000000" type="ColourRect" name="CaptionColour"/>
|
|
<Property name="NonClient" value="True"/>
|
|
<Property name="Size" value="{{0, 256}, {0, 32}}" />
|
|
<ImagerySection name="normal">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/TitlebarTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/TitlebarTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/TitlebarBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/TitlebarBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/TitlebarLeft"/>
|
|
<Image component="TopEdge" name="WindowsLook/TitlebarTop"/>
|
|
<Image component="RightEdge" name="WindowsLook/TitlebarRight"/>
|
|
<Image component="BottomEdge" name="WindowsLook/TitlebarBottom"/>
|
|
<Image component="Background" name="WindowsLook/TitlebarFill"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="caption">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="12"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
<WidgetDim dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<ColourProperty name="CaptionColour"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Active">
|
|
<Layer>
|
|
<Section section="normal">
|
|
<Colours topLeft="FFA7C7FF" bottomLeft="FFA7C7FF" topRight="FFA7C7FF" bottomRight="FFA7C7FF"/>
|
|
</Section>
|
|
<Section section="caption"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Inactive">
|
|
<Layer>
|
|
<Section section="normal">
|
|
<Colours topLeft="FFEFEFEF" bottomLeft="FFEFEFEF" topRight="FFEFEFEF" bottomRight="FFEFEFEF"/>
|
|
</Section>
|
|
<Section section="caption"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="normal">
|
|
<Colours topLeft="FFEFEFEF" bottomLeft="FFEFEFEF" topRight="FFEFEFEF" bottomRight="FFEFEFEF"/>
|
|
</Section>
|
|
<Section section="caption"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
</WidgetLook>
|
|
<!--
|
|
***************************************************
|
|
WindowsLook/Tooltip
|
|
***************************************************
|
|
-->
|
|
<WidgetLook name="WindowsLook/Tooltip">
|
|
<Property name="Alpha" value="0" />
|
|
<Property name="Size" value="{{0, 128}, {0, 32}}" />
|
|
<NamedArea name="TextArea">
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<ImageDim name="WindowsLook/TooltipLeftEdge" dimension="Width"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<ImageDim name="WindowsLook/TooltipTopEdge" dimension="Height"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="RightEdge"/>
|
|
<ImageDim name="WindowsLook/TooltipRightEdge" dimension="Width"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<OperatorDim op="Subtract">
|
|
<UnifiedDim scale="1.0" type="BottomEdge"/>
|
|
<ImageDim name="WindowsLook/TooltipBottomEdge" dimension="Height"/>
|
|
</OperatorDim>
|
|
</Dim>
|
|
</Area>
|
|
</NamedArea>
|
|
<ImagerySection name="main">
|
|
<FrameComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Image component="TopLeftCorner" name="WindowsLook/TooltipTopLeft"/>
|
|
<Image component="TopRightCorner" name="WindowsLook/TooltipTopRight"/>
|
|
<Image component="BottomLeftCorner" name="WindowsLook/TooltipBottomLeft"/>
|
|
<Image component="BottomRightCorner" name="WindowsLook/TooltipBottomRight"/>
|
|
<Image component="LeftEdge" name="WindowsLook/TooltipLeftEdge"/>
|
|
<Image component="TopEdge" name="WindowsLook/TooltipTopEdge"/>
|
|
<Image component="RightEdge" name="WindowsLook/TooltipRightEdge"/>
|
|
<Image component="BottomEdge" name="WindowsLook/TooltipBottomEdge"/>
|
|
<Image component="Background" name="WindowsLook/TooltipMiddle"/>
|
|
</FrameComponent>
|
|
</ImagerySection>
|
|
<ImagerySection name="label">
|
|
<TextComponent>
|
|
<Area>
|
|
<Dim type="LeftEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="TopEdge">
|
|
<AbsoluteDim value="0"/>
|
|
</Dim>
|
|
<Dim type="RightEdge">
|
|
<UnifiedDim scale="1" type="RightEdge"/>
|
|
</Dim>
|
|
<Dim type="BottomEdge">
|
|
<UnifiedDim scale="1" type="BottomEdge"/>
|
|
</Dim>
|
|
</Area>
|
|
<Colours topLeft="FF000000" bottomLeft="FF000000" topRight="FF000000" bottomRight="FF000000"/>
|
|
<VertFormat type="CentreAligned"/>
|
|
<HorzFormat type="CentreAligned"/>
|
|
</TextComponent>
|
|
</ImagerySection>
|
|
<StateImagery name="Enabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
<Section section="label"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<StateImagery name="Disabled">
|
|
<Layer>
|
|
<Section section="main"/>
|
|
<Section section="label"/>
|
|
</Layer>
|
|
</StateImagery>
|
|
<AnimationDefinition duration="0.33" replayMode="once" name="FadeIn">
|
|
<Affector interpolator="float" property="Alpha">
|
|
<KeyFrame position="0" sourceProperty="Alpha"/>
|
|
<KeyFrame position="0.33" progression="linear" value="1"/>
|
|
</Affector>
|
|
<Subscription action="Start" event="TooltipActive"/>
|
|
</AnimationDefinition>
|
|
<AnimationDefinition duration="0.33" replayMode="once" name="FadeOut">
|
|
<Affector interpolator="float" property="Alpha">
|
|
<KeyFrame position="0" sourceProperty="Alpha"/>
|
|
<KeyFrame position="0.33" progression="linear" value="0"/>
|
|
</Affector>
|
|
<Affector interpolator="bool" property="Visible">
|
|
<KeyFrame position="0" sourceProperty="Visible"/>
|
|
<KeyFrame position="0.33" progression="discrete" value="false"/>
|
|
</Affector>
|
|
<Subscription action="Start" event="TooltipInactive"/>
|
|
</AnimationDefinition>
|
|
</WidgetLook>
|
|
</Falagard>
|