Advertisement
Guest User

Untitled

a guest
Oct 24th, 2010
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 72.48 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <Falagard>
  3.     <WidgetLook name="VanillaAnimated/Shared">
  4.         <ImagerySection name="Frame">
  5.             <FrameComponent>
  6.                 <Area>
  7.                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
  8.                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
  9.                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
  10.                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  11.                 </Area>
  12.                 <Image type="TopLeftCorner" imageset="Vanilla-Images" image="FrameTopLeft" />
  13.                 <Image type="TopRightCorner" imageset="Vanilla-Images" image="FrameTopRight" />
  14.                 <Image type="BottomLeftCorner" imageset="Vanilla-Images" image="FrameBottomLeft" />
  15.                 <Image type="BottomRightCorner" imageset="Vanilla-Images" image="FrameBottomRight" />
  16.                 <Image type="LeftEdge" imageset="Vanilla-Images" image="FrameLeft" />
  17.                 <Image type="TopEdge" imageset="Vanilla-Images" image="FrameTop" />
  18.                 <Image type="RightEdge" imageset="Vanilla-Images" image="FrameRight" />
  19.                 <Image type="BottomEdge" imageset="Vanilla-Images" image="FrameBottom" />
  20.                 <Image type="Background" imageset="Vanilla-Images" image="GenericBrush" />
  21.             </FrameComponent>
  22.         </ImagerySection>
  23.  
  24.         <ImagerySection name="FrameOnly">
  25.             <FrameComponent>
  26.                 <Area>
  27.                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
  28.                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
  29.                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
  30.                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  31.                 </Area>
  32.                 <Image type="TopLeftCorner" imageset="Vanilla-Images" image="FrameTopLeft" />
  33.                 <Image type="TopRightCorner" imageset="Vanilla-Images" image="FrameTopRight" />
  34.                 <Image type="BottomLeftCorner" imageset="Vanilla-Images" image="FrameBottomLeft" />
  35.                 <Image type="BottomRightCorner" imageset="Vanilla-Images" image="FrameBottomRight" />
  36.                 <Image type="LeftEdge" imageset="Vanilla-Images" image="FrameLeft" />
  37.                 <Image type="TopEdge" imageset="Vanilla-Images" image="FrameTop" />
  38.                 <Image type="RightEdge" imageset="Vanilla-Images" image="FrameRight" />
  39.                 <Image type="BottomEdge" imageset="Vanilla-Images" image="FrameBottom" />
  40.             </FrameComponent>
  41.         </ImagerySection>
  42.  
  43.         <ImagerySection name="BackgroundOnly">
  44.             <FrameComponent>
  45.                 <Area>
  46.                     <Dim type="LeftEdge"><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  47.                     <Dim type="TopEdge"><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  48.                     <Dim type="RightEdge">
  49.                         <UnifiedDim scale="1" type="RightEdge">
  50.                             <DimOperator op="Subtract">
  51.                                 <ImageDim imageset="Vanilla-Images" image="FrameRight" dimension="Width" />
  52.                             </DimOperator>
  53.                         </UnifiedDim>
  54.                     </Dim>
  55.                     <Dim type="BottomEdge">
  56.                         <UnifiedDim scale="1" type="BottomEdge">
  57.                             <DimOperator op="Subtract">
  58.                                 <ImageDim imageset="Vanilla-Images" image="FrameBottom" dimension="Height" />
  59.                             </DimOperator>
  60.                         </UnifiedDim>
  61.                     </Dim>
  62.                 </Area>
  63.                 <Image type="Background" imageset="Vanilla-Images" image="GenericBrush" />
  64.             </FrameComponent>
  65.         </ImagerySection>
  66.  
  67.         <ImagerySection name="BackgroundOnlyFull">
  68.             <FrameComponent>
  69.                 <Area>
  70.                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
  71.                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
  72.                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
  73.                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  74.                 </Area>
  75.                 <Image type="Background" imageset="Vanilla-Images" image="GenericBrush" />
  76.             </FrameComponent>
  77.         </ImagerySection>
  78.  
  79.     </WidgetLook>
  80.  
  81.     <WidgetLook name="VanillaAnimated/Titlebar">
  82.         <PropertyDefinition name="CaptionColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
  83.         <Property name="NonClient" value="True" />
  84.         <ImagerySection name="caption">
  85.             <TextComponent>
  86.                 <Area>
  87.                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
  88.                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
  89.                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
  90.                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  91.                 </Area>
  92.                 <ColourProperty name="CaptionColour" />
  93.                 <VertFormat type="CentreAligned" />
  94.                 <HorzFormat type="CentreAligned" />
  95.             </TextComponent>
  96.         </ImagerySection>
  97.         <StateImagery name="Active">
  98.             <Layer>
  99.                 <Section section="caption" />
  100.             </Layer>
  101.         </StateImagery>
  102.         <StateImagery name="Inactive">
  103.             <Layer>
  104.                 <Section section="caption" />
  105.             </Layer>
  106.         </StateImagery>
  107.         <StateImagery name="Disabled">
  108.             <Layer>
  109.                 <Section section="caption" />
  110.             </Layer>
  111.         </StateImagery>
  112.     </WidgetLook>
  113.  
  114.  
  115.     <WidgetLook name="VanillaAnimated/Button">
  116.         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
  117.         <PropertyDefinition name="HoverTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
  118.         <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
  119.         <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />
  120.         <PropertyDefinition name="UseStandardImagery" initialValue="True" redrawOnWrite="true" />
  121.         <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />
  122.         <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />
  123.         <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />
  124.         <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
  125.         <PropertyDefinition name="HorzImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
  126.  
  127.         <Property name="WantsMultiClickEvents" value="False" />
  128.         <ImagerySection name="label">
  129.             <TextComponent>
  130.                 <Area>
  131.                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
  132.                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
  133.                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
  134.                     <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-4" type="BottomEdge" /></Dim>
  135.                 </Area>
  136.                 <VertFormat type="CentreAligned" />
  137.                 <HorzFormat type="WordWrapCentreAligned" />
  138.             </TextComponent>
  139.         </ImagerySection>
  140.         <ImagerySection name="normal_image">
  141.             <ImageryComponent>
  142.                 <Area>
  143.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  144.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  145.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  146.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  147.                 </Area>
  148.                 <ImageProperty name="NormalImage" />
  149.                 <VertFormatProperty name="VertImageFormatting" />
  150.                 <HorzFormatProperty name="HorzImageFormatting" />
  151.             </ImageryComponent>
  152.         </ImagerySection>
  153.         <ImagerySection name="hover_image">
  154.             <ImageryComponent>
  155.                 <Area>
  156.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  157.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  158.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  159.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  160.                 </Area>
  161.                 <ImageProperty name="HoverImage" />
  162.                 <VertFormatProperty name="VertImageFormatting" />
  163.                 <HorzFormatProperty name="HorzImageFormatting" />
  164.             </ImageryComponent>
  165.         </ImagerySection>
  166.         <ImagerySection name="pushed_image">
  167.             <ImageryComponent>
  168.                 <Area>
  169.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  170.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  171.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  172.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  173.                 </Area>
  174.                 <ImageProperty name="PushedImage" />
  175.                 <VertFormatProperty name="VertImageFormatting" />
  176.                 <HorzFormatProperty name="HorzImageFormatting" />
  177.             </ImageryComponent>
  178.         </ImagerySection>
  179.  
  180.         <StateImagery name="Normal">
  181.             <Layer>
  182.                 <Section look="VanillaAnimated/Shared" section="Frame" controlProperty="UseStandardImagery" >
  183.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  184.                 </Section>
  185.                 <Section section="normal_image" />
  186.                 <Section section="label">
  187.                     <ColourProperty name="NormalTextColour" />
  188.                 </Section>
  189.             </Layer>
  190.         </StateImagery>
  191.         <StateImagery name="Hover">
  192.             <Layer>
  193.                 <Section look="VanillaAnimated/Shared" section="Frame" controlProperty="UseStandardImagery" >
  194.                     <Colours topLeft="FF9F9F9F" topRight="FF9F9F9F" bottomLeft="FF9F9F9F" bottomRight="FF9F9F9F" />
  195.                 </Section>
  196.                 <Section section="hover_image" />
  197.                 <Section section="label">
  198.                     <ColourProperty name="HoverTextColour" />
  199.                 </Section>
  200.             </Layer>
  201.         </StateImagery>
  202.         <StateImagery name="Pushed">
  203.             <Layer>
  204.                 <Section look="VanillaAnimated/Shared" section="Frame" controlProperty="UseStandardImagery" >
  205.                     <Colours topLeft="FF6F6F6F" topRight="FF6F6F6F" bottomLeft="FF6F6F6F" bottomRight="FF6F6F6F" />
  206.                 </Section>
  207.                 <Section section="pushed_image" />
  208.                 <Section section="label">
  209.                     <ColourProperty name="PushedTextColour" />
  210.                 </Section>
  211.             </Layer>
  212.         </StateImagery>
  213.         <StateImagery name="Disabled">
  214.             <Layer>
  215.                 <Section look="VanillaAnimated/Shared" section="Frame" controlProperty="UseStandardImagery" >
  216.                     <Colours topLeft="FF3F3F3F" topRight="FF3F3F3F" bottomLeft="FF3F3F3F" bottomRight="FF3F3F3F" />
  217.                 </Section>
  218.                 <Section section="normal_image">
  219.                     <Colours topLeft="FF3F3F3F" topRight="FF3F3F3F" bottomLeft="FF3F3F3F" bottomRight="FF3F3F3F" />
  220.                 </Section>
  221.                 <Section section="label">
  222.                     <ColourProperty name="DisabledTextColour" />
  223.                 </Section>
  224.             </Layer>
  225.         </StateImagery>
  226.     </WidgetLook>
  227.  
  228.     <WidgetLook name="VanillaAnimated/FrameWindow">
  229.         <PropertyLinkDefinition name="CaptionColour" widget="__auto_titlebar__" targetProperty="CaptionColour" initialValue="FFFFFFFF" />
  230.         <PropertyLinkDefinition name="TitlebarFont" widget="__auto_titlebar__" targetProperty="Font" />
  231.         <Property name="NSSizingCursorImage" value="set:Vanilla-Images image:MouseArrow" />
  232.         <Property name="EWSizingCursorImage" value="set:Vanilla-Images image:MouseArrow" />
  233.         <Property name="NWSESizingCursorImage" value="set:Vanilla-Images image:MouseArrow" />
  234.         <Property name="NESWSizingCursorImage" value="set:Vanilla-Images image:MouseArrow" />
  235.         <Property name="RollUpEnabled" value="False" />
  236.         <Property name="UnifiedMinSize" value="{{0.1,0},{0.1,0}}" />
  237.         <Property name="AutoRenderingSurface" value="True" />
  238.         <PropertyDefinition name="AreaColour" initialValue="FF333333" redrawOnWrite="true" />
  239.        
  240.         <NamedArea name="ClientWithTitleWithFrame">
  241.             <Area>
  242.                 <Dim type="LeftEdge"><AbsoluteDim value="7" /></Dim>
  243.                     <Dim type="TopEdge"><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
  244.                 <Dim type="RightEdge"><UnifiedDim scale="1" offset="-7" type="RightEdge" /></Dim>
  245.                 <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-7" type="BottomEdge" /></Dim>
  246.             </Area>
  247.         </NamedArea>
  248.         <NamedArea name="ClientWithTitleNoFrame">
  249.             <Area>
  250.                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
  251.                     <Dim type="TopEdge"><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
  252.                 <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
  253.                 <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  254.             </Area>
  255.         </NamedArea>
  256.         <NamedArea name="ClientNoTitleWithFrame">
  257.             <Area>
  258.                 <Dim type="LeftEdge"><AbsoluteDim value="7" /></Dim>
  259.                 <Dim type="TopEdge"><AbsoluteDim value="7" /></Dim>
  260.                 <Dim type="RightEdge"><UnifiedDim scale="1" offset="-7" type="RightEdge" /></Dim>
  261.                 <Dim type="BottomEdge"><UnifiedDim scale="1" offset="-7" type="BottomEdge" /></Dim>
  262.             </Area>
  263.         </NamedArea>
  264.         <NamedArea name="ClientNoTitleNoFrame">
  265.             <Area>
  266.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  267.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  268.                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  269.                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  270.             </Area>
  271.         </NamedArea>
  272.         <Child type="VanillaAnimated/Titlebar" nameSuffix="__auto_titlebar__">
  273.             <Area>
  274.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  275.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  276.                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  277.                 <Dim type="Height" ><FontDim type="LineSpacing" padding="14" /></Dim>
  278.             </Area>
  279.             <Property name="AlwaysOnTop" value="False" />
  280.         </Child>
  281.         <Child type="VanillaAnimated/Button" nameSuffix="__auto_closebutton__">
  282.             <Area>
  283.                 <Dim type="LeftEdge" ><AbsoluteDim value="-7" /></Dim>
  284.                 <Dim type="TopEdge" ><AbsoluteDim value="7" /></Dim>
  285.                 <Dim type="Width" ><AbsoluteDim value="7" /></Dim>
  286.                 <Dim type="Height" ><AbsoluteDim value="7" /></Dim>
  287.             </Area>
  288.             <HorzAlignment type="RightAligned" />
  289.             <Property name="NonClient" value="True" />
  290.             <Property name="AlwaysOnTop" value="True" />
  291.         </Child>
  292.         <ImagerySection name="withtitle_frame">
  293.             <FrameComponent>
  294.                 <Area>
  295.                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
  296.                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
  297.                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
  298.                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  299.                 </Area>
  300.                 <Image type="TopLeftCorner" imageset="Vanilla-Images" image="FrameTopLeft" />
  301.                 <Image type="TopRightCorner" imageset="Vanilla-Images" image="FrameTopRight" />
  302.                 <Image type="BottomLeftCorner" imageset="Vanilla-Images" image="FrameBottomLeft" />
  303.                 <Image type="BottomRightCorner" imageset="Vanilla-Images" image="FrameBottomRight" />
  304.                 <Image type="LeftEdge" imageset="Vanilla-Images" image="FrameLeft" />
  305.                 <Image type="TopEdge" imageset="Vanilla-Images" image="FrameTop" />
  306.                 <Image type="RightEdge" imageset="Vanilla-Images" image="FrameRight" />
  307.                 <Image type="BottomEdge" imageset="Vanilla-Images" image="FrameBottom" />
  308.                 <Image type="Background" imageset="Vanilla-Images" image="GenericBrush" />
  309.                 <ColourProperty name="AreaColour" />
  310.             </FrameComponent>
  311.         </ImagerySection>
  312.         <ImagerySection name="notitle_frame">
  313.             <FrameComponent>
  314.                 <Area>
  315.                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
  316.                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
  317.                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
  318.                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  319.                 </Area>
  320.                 <Image type="TopLeftCorner" imageset="Vanilla-Images" image="FrameTopLeft" />
  321.                 <Image type="TopRightCorner" imageset="Vanilla-Images" image="FrameTopRight" />
  322.                 <Image type="BottomLeftCorner" imageset="Vanilla-Images" image="FrameBottomLeft" />
  323.                 <Image type="BottomRightCorner" imageset="Vanilla-Images" image="FrameBottomRight" />
  324.                 <Image type="LeftEdge" imageset="Vanilla-Images" image="FrameLeft" />
  325.                 <Image type="TopEdge" imageset="Vanilla-Images" image="FrameTop" />
  326.                 <Image type="RightEdge" imageset="Vanilla-Images" image="FrameRight" />
  327.                 <Image type="BottomEdge" imageset="Vanilla-Images" image="FrameBottom" />
  328.                 <Image type="Background" imageset="Vanilla-Images" image="GenericBrush" />
  329.                 <ColourProperty name="AreaColour" />
  330.             </FrameComponent>
  331.         </ImagerySection>
  332.         <ImagerySection name="withtitle_noframe_client_area">
  333.             <FrameComponent>
  334.                 <Area>
  335.                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
  336.                     <Dim type="TopEdge"><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
  337.                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
  338.                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  339.                 </Area>
  340.                 <Image type="TopLeftCorner" imageset="Vanilla-Images" image="FrameTopLeft" />
  341.                 <Image type="TopRightCorner" imageset="Vanilla-Images" image="FrameTopRight" />
  342.                 <Image type="BottomLeftCorner" imageset="Vanilla-Images" image="FrameBottomLeft" />
  343.                 <Image type="BottomRightCorner" imageset="Vanilla-Images" image="FrameBottomRight" />
  344.                 <Image type="LeftEdge" imageset="Vanilla-Images" image="FrameLeft" />
  345.                 <Image type="TopEdge" imageset="Vanilla-Images" image="FrameTop" />
  346.                 <Image type="RightEdge" imageset="Vanilla-Images" image="FrameRight" />
  347.                 <Image type="BottomEdge" imageset="Vanilla-Images" image="FrameBottom" />
  348.                 <Image type="Background" imageset="Vanilla-Images" image="GenericBrush" />
  349.                 <ColourProperty name="AreaColour" />
  350.             </FrameComponent>
  351.         </ImagerySection>
  352.         <ImagerySection name="notitle_noframe_client_area">
  353.             <FrameComponent>
  354.                 <Area>
  355.                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
  356.                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
  357.                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
  358.                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  359.                 </Area>
  360.                 <Image type="TopLeftCorner" imageset="Vanilla-Images" image="FrameTopLeft" />
  361.                 <Image type="TopRightCorner" imageset="Vanilla-Images" image="FrameTopRight" />
  362.                 <Image type="BottomLeftCorner" imageset="Vanilla-Images" image="FrameBottomLeft" />
  363.                 <Image type="BottomRightCorner" imageset="Vanilla-Images" image="FrameBottomRight" />
  364.                 <Image type="LeftEdge" imageset="Vanilla-Images" image="FrameLeft" />
  365.                 <Image type="TopEdge" imageset="Vanilla-Images" image="FrameTop" />
  366.                 <Image type="RightEdge" imageset="Vanilla-Images" image="FrameRight" />
  367.                 <Image type="BottomEdge" imageset="Vanilla-Images" image="FrameBottom" />
  368.                 <Image type="Background" imageset="Vanilla-Images" image="GenericBrush" />
  369.                 <ColourProperty name="AreaColour" />
  370.             </FrameComponent>
  371.         </ImagerySection>
  372.         <StateImagery name="ActiveWithTitleWithFrame">
  373.             <Layer>
  374.                 <Section section="withtitle_frame" />
  375.             </Layer>
  376.         </StateImagery>
  377.         <StateImagery name="InactiveWithTitleWithFrame">
  378.             <Layer>
  379.                 <Section section="withtitle_frame" />
  380.             </Layer>
  381.         </StateImagery>
  382.         <StateImagery name="DisabledWithTitleWithFrame">
  383.             <Layer>
  384.                 <Section section="withtitle_frame" />
  385.             </Layer>
  386.         </StateImagery>
  387.         <StateImagery name="ActiveWithTitleNoFrame">
  388.             <Layer>
  389.                 <Section section="withtitle_noframe_client_area" />
  390.             </Layer>
  391.         </StateImagery>
  392.         <StateImagery name="InactiveWithTitleNoFrame">
  393.             <Layer>
  394.                 <Section section="withtitle_noframe_client_area" />
  395.             </Layer>
  396.         </StateImagery>
  397.         <StateImagery name="DisabledWithTitleNoFrame">
  398.             <Layer>
  399.                 <Section section="withtitle_noframe_client_area" />
  400.             </Layer>
  401.         </StateImagery>
  402.         <StateImagery name="ActiveNoTitleWithFrame">
  403.             <Layer>
  404.                 <Section section="notitle_frame" />
  405.             </Layer>
  406.         </StateImagery>
  407.         <StateImagery name="InactiveNoTitleWithFrame">
  408.             <Layer>
  409.                 <Section section="notitle_frame" />
  410.             </Layer>
  411.         </StateImagery>
  412.         <StateImagery name="DisabledNoTitleWithFrame">
  413.             <Layer>
  414.                 <Section section="notitle_frame" />
  415.             </Layer>
  416.         </StateImagery>
  417.         <StateImagery name="ActiveNoTitleNoFrame">
  418.             <Layer>
  419.                 <Section section="notitle_noframe_client_area" />
  420.             </Layer>
  421.         </StateImagery>
  422.         <StateImagery name="InactiveNoTitleNoFrame">
  423.             <Layer>
  424.                 <Section section="notitle_noframe_client_area" />
  425.             </Layer>
  426.         </StateImagery>
  427.         <StateImagery name="DisabledNoTitleNoFrame">
  428.             <Layer>
  429.                 <Section section="notitle_noframe_client_area" />
  430.             </Layer>
  431.         </StateImagery>
  432.        
  433.         <AnimationDefinition name="Shown" duration="0.4" replayMode="once">
  434.             <Affector property="Alpha" interpolator="float">
  435.                 <KeyFrame position="0.0" value="0.0" />
  436.                 <KeyFrame position="0.4" value="0.7" progression="quadratic accelerating" />
  437.             </Affector>
  438.             <Affector property="YRotation" interpolator="float">
  439.                 <KeyFrame position="0.0" value="-90" />
  440.                 <KeyFrame position="0.35" value="-15" />
  441.                 <KeyFrame position="0.4" value="-6" />
  442.             </Affector>
  443.             <Affector property="UnifiedAreaRect" interpolator="URect" applicationMethod="relative">
  444.                 <KeyFrame position="0.0" value="{{0, 150}, {0, 150}, {0, -150}, {0, -150}}" />
  445.                 <KeyFrame position="0.4" value="{{0,0}, {0,0}, {0,0}, {0,0}}" progression="quadratic decelerating" />
  446.             </Affector>
  447.            
  448.             <Subscription event="Shown" action="Start" />
  449.         </AnimationDefinition>
  450.        
  451.         <AnimationDefinition name="MouseOnArea" duration="10.0" replayMode="once">
  452.             <Affector property="Alpha" interpolator="float">
  453.                 <KeyFrame position="0.0" value="0.7" />
  454.                 <KeyFrame position="0.1" value="1.0" />
  455.             </Affector>
  456.             <Affector property="YRotation" interpolator="float">
  457.                 <KeyFrame position="0.0" value="-6" />
  458.                 <KeyFrame position="0.1" value="0" />
  459.             </Affector>
  460.            
  461.             <Subscription event="MouseEntersArea" action="Start" />
  462.             <Subscription event="MouseLeavesArea" action="Pause" />
  463.             <Subscription event="Hidden" action="Pause" />
  464.         </AnimationDefinition>
  465.         <AnimationDefinition name="MouseOffArea" duration="10.0" replayMode="once">
  466.             <Affector property="Alpha" interpolator="float">
  467.                 <KeyFrame position="0.0" value="1.0" />
  468.                 <KeyFrame position="0.6" value="0.7" />
  469.             </Affector>
  470.             <Affector property="YRotation" interpolator="float">
  471.                 <KeyFrame position="0.0" value="0" />
  472.                 <KeyFrame position="0.6" value="-6" />
  473.             </Affector>
  474.            
  475.             <Subscription event="MouseLeavesArea" action="Start" />
  476.             <Subscription event="MouseEntersArea" action="Pause" />
  477.             <Subscription event="Hidden" action="Pause" />
  478.         </AnimationDefinition>
  479.        
  480.         <AnimationDefinition name="Activated" duration="0.2" replayMode="once">
  481.             <Affector property="AreaColour" interpolator="colour">
  482.                 <KeyFrame position="0.0" value="FF333333" />
  483.                 <KeyFrame position="0.2" value="FF555555" />
  484.             </Affector>
  485.        
  486.             <Subscription event="Activated" action="Start" />
  487.         </AnimationDefinition>
  488.         <AnimationDefinition name="Deactivated" duration="0.2" replayMode="once">
  489.             <Affector property="AreaColour" interpolator="colour">
  490.                 <KeyFrame position="0.0" value="FF555555" />
  491.                 <KeyFrame position="0.2" value="FF333333" />
  492.             </Affector>
  493.        
  494.             <Subscription event="Deactivated" action="Start" />
  495.         </AnimationDefinition>
  496.        
  497.     </WidgetLook>
  498.  
  499.     <WidgetLook name="VanillaAnimated/Editbox">
  500.         <PropertyDefinition name="ReadOnlyBGColour" initialValue="FFDFDFDF" redrawOnWrite="true" />
  501.         <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />
  502.         <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
  503.         <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
  504.         <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
  505.         <PropertyDefinition name="AreaColour" initialValue="FF999999" redrawOnWrite="true" />
  506.         <NamedArea name="TextArea">
  507.             <Area>
  508.                 <Dim type="LeftEdge" ><AbsoluteDim value="7" /></Dim>
  509.                 <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
  510.                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-7" type="RightEdge" /></Dim>
  511.                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-7" type="BottomEdge" /></Dim>
  512.             </Area>
  513.         </NamedArea>
  514.         <ImagerySection name="selection">
  515.             <ImageryComponent>
  516.                 <Area>
  517.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  518.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  519.                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
  520.                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
  521.                 </Area>
  522.                 <Image imageset="Vanilla-Images" image="GenericBrush" />
  523.                 <VertFormat type="Stretched" />
  524.                 <HorzFormat type="Stretched" />
  525.             </ImageryComponent>
  526.         </ImagerySection>
  527.         <ImagerySection name="Carat">
  528.             <ImageryComponent>
  529.                 <Area>
  530.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  531.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  532.                     <Dim type="Width" ><AbsoluteDim value="2" /></Dim>
  533.                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
  534.                 </Area>
  535.                 <Image imageset="Vanilla-Images" image="GenericBrush" />
  536.                 <Colours topLeft="FF2222FF" topRight="FF2222FF" bottomLeft="FF2222FF" bottomRight="FF2222FF" />
  537.                 <VertFormat type="Stretched" />
  538.                 <HorzFormat type="Stretched" />
  539.             </ImageryComponent>
  540.         </ImagerySection>
  541.         <StateImagery name="Enabled">
  542.             <Layer>
  543.                 <Section look="VanillaAnimated/Shared" section="Frame">
  544.                     <ColourProperty name="AreaColour" />
  545.                 </Section>
  546.             </Layer>
  547.         </StateImagery>
  548.         <StateImagery name="ReadOnly">
  549.             <Layer>
  550.                 <Section look="VanillaAnimated/Shared" section="Frame" >
  551.                     <ColourProperty name="ReadOnlyBGColour" />
  552.                 </Section>
  553.             </Layer>
  554.         </StateImagery>
  555.         <StateImagery name="Disabled">
  556.             <Layer>
  557.                 <Section look="VanillaAnimated/Shared" section="Frame" >
  558.                     <ColourProperty name="ReadOnlyBGColour" />
  559.                 </Section>
  560.             </Layer>
  561.         </StateImagery>
  562.         <StateImagery name="ActiveSelection">
  563.             <Layer>
  564.                 <Section section="selection">
  565.                     <ColourProperty name="ActiveSelectionColour" />
  566.                 </Section>
  567.             </Layer>
  568.         </StateImagery>
  569.         <StateImagery name="InactiveSelection">
  570.             <Layer>
  571.                 <Section section="selection">
  572.                     <ColourProperty name="InactiveSelectionColour" />
  573.                 </Section>
  574.             </Layer>
  575.         </StateImagery>
  576.        
  577.         <AnimationDefinition name="Activated" duration="0.2" replayMode="once">
  578.             <Affector property="AreaColour" interpolator="colour">
  579.                 <KeyFrame position="0.0" value="FF999999" />
  580.                 <KeyFrame position="0.2" value="FFFFFFFF" progression="quadratic decelerating" />
  581.             </Affector>
  582.        
  583.             <Subscription event="Activated" action="Start" />
  584.         </AnimationDefinition>
  585.         <AnimationDefinition name="Deactivated" duration="0.2" replayMode="once">
  586.             <Affector property="AreaColour" interpolator="colour">
  587.                 <KeyFrame position="0.0" value="FFFFFFFF" />
  588.                 <KeyFrame position="0.2" value="FF999999" progression="quadratic accelerating" />
  589.             </Affector>
  590.        
  591.             <Subscription event="Deactivated" action="Start" />
  592.         </AnimationDefinition>
  593.     </WidgetLook>
  594.  
  595.     <WidgetLook name="VanillaAnimated/VerticalScrollbarThumb">
  596.         <Property name="VertFree" value="True" />
  597.         <Property name="MouseInputPropagationEnabled" value="True" />
  598.         <ImagerySection name="thumb">
  599.             <ImageryComponent>
  600.                 <Area>
  601.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  602.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  603.                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
  604.                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
  605.                 </Area>
  606.                 <Image imageset="Vanilla-Images" image="ScrollbarThumb" />
  607.                 <Colours topLeft="FF494949" topRight="FF494949" bottomLeft="FF494949" bottomRight="FF494949" />
  608.                 <VertFormat type="Stretched" />
  609.                 <HorzFormat type="Stretched" />
  610.             </ImageryComponent>
  611.         </ImagerySection>
  612.         <StateImagery name="Normal">
  613.             <Layer>
  614.                 <Section section="thumb" />
  615.             </Layer>
  616.         </StateImagery>
  617.         <StateImagery name="Hover">
  618.             <Layer>
  619.                 <Section section="thumb" />
  620.             </Layer>
  621.         </StateImagery>
  622.         <StateImagery name="Pushed">
  623.             <Layer>
  624.                 <Section section="thumb" />
  625.             </Layer>
  626.         </StateImagery>
  627.     </WidgetLook>
  628.  
  629.     <WidgetLook name="VanillaAnimated/HorizontalScrollbarThumb">
  630.         <Property name="HorzFree" value="True" />
  631.         <Property name="MouseInputPropagationEnabled" value="True" />
  632.         <ImagerySection name="thumb">
  633.             <ImageryComponent>
  634.                 <Area>
  635.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  636.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  637.                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
  638.                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
  639.                 </Area>
  640.                 <Image imageset="Vanilla-Images" image="ScrollbarThumb" />
  641.                 <Colours topLeft="FF494949" topRight="FF494949" bottomLeft="FF494949" bottomRight="FF494949" />
  642.                 <VertFormat type="Stretched" />
  643.                 <HorzFormat type="Stretched" />
  644.             </ImageryComponent>
  645.         </ImagerySection>
  646.         <StateImagery name="Normal">
  647.             <Layer>
  648.                 <Section section="thumb" />
  649.             </Layer>
  650.         </StateImagery>
  651.         <StateImagery name="Hover">
  652.             <Layer>
  653.                 <Section section="thumb" />
  654.             </Layer>
  655.         </StateImagery>
  656.         <StateImagery name="Pushed">
  657.             <Layer>
  658.                 <Section section="thumb" />
  659.             </Layer>
  660.         </StateImagery>
  661.     </WidgetLook>
  662.  
  663.     <WidgetLook name="VanillaAnimated/HorizontalScrollbar">
  664.         <NamedArea name="ThumbTrackArea">
  665.             <Area>
  666.                 <Dim type="LeftEdge"><WidgetDim widget="__auto_decbtn__" dimension="RightEdge" /></Dim>
  667.                 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
  668.                 <Dim type="RightEdge">
  669.                     <UnifiedDim scale="1" type="RightEdge">
  670.                         <DimOperator op="Subtract">
  671.                             <WidgetDim widget="__auto_incbtn__" dimension="Width" />
  672.                         </DimOperator>
  673.                     </UnifiedDim>
  674.                 </Dim>
  675.                 <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  676.             </Area>
  677.         </NamedArea>
  678.         <Child  type="VanillaAnimated/Button" nameSuffix="__auto_incbtn__">
  679.             <Area>
  680.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  681.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  682.                 <Dim type="Width" ><UnifiedDim scale="1" type="Height" /></Dim>
  683.                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  684.             </Area>
  685.             <VertAlignment type="CentreAligned" />
  686.             <HorzAlignment type="RightAligned" />
  687.             <Property name="UseStandardImagery" value="False" />
  688.             <Property name="NormalImage" value="set:Vanilla-Images image:ScrollRightArrow" />
  689.             <Property name="HoverImage" value="set:Vanilla-Images image:ScrollRightArrow" />
  690.             <Property name="PushedImage" value="set:Vanilla-Images image:ScrollRightArrow" />
  691.         </Child>
  692.         <Child  type="VanillaAnimated/Button" nameSuffix="__auto_decbtn__">
  693.             <Area>
  694.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  695.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  696.                 <Dim type="Width" ><UnifiedDim scale="1" type="Height" /></Dim>
  697.                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  698.             </Area>
  699.             <VertAlignment type="CentreAligned" />
  700.             <Property name="UseStandardImagery" value="False" />
  701.             <Property name="NormalImage" value="set:Vanilla-Images image:ScrollLeftArrow" />
  702.             <Property name="HoverImage" value="set:Vanilla-Images image:ScrollLeftArrow" />
  703.             <Property name="PushedImage" value="set:Vanilla-Images image:ScrollLeftArrow" />
  704.         </Child>
  705.         <Child  type="VanillaAnimated/HorizontalScrollbarThumb" nameSuffix="__auto_thumb__">
  706.             <Area>
  707.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  708.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  709.                 <Dim type="Width" ><UnifiedDim scale="1" type="Height" /></Dim>
  710.                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  711.             </Area>
  712.         </Child>
  713.         <ImagerySection name="main">
  714.             <ImageryComponent>
  715.                 <Area>
  716.                     <Dim type="LeftEdge"><WidgetDim widget="__auto_decbtn__" dimension="RightEdge" /></Dim>
  717.                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
  718.                     <Dim type="RightEdge">
  719.                         <UnifiedDim scale="1" type="RightEdge">
  720.                             <DimOperator op="Subtract">
  721.                                 <WidgetDim widget="__auto_incbtn__" dimension="Width" />
  722.                             </DimOperator>
  723.                         </UnifiedDim>
  724.                     </Dim>
  725.                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  726.                 </Area>
  727.                 <Image imageset="Vanilla-Images" image="HorzScrollContainer" />
  728.                 <VertFormat type="Stretched" />
  729.                 <HorzFormat type="Stretched" />
  730.             </ImageryComponent>
  731.         </ImagerySection>
  732.         <StateImagery name="Enabled">
  733.             <Layer>
  734.                 <Section section="main" />
  735.             </Layer>
  736.         </StateImagery>
  737.         <StateImagery name="Disabled">
  738.             <Layer>
  739.                 <Section section="main" />
  740.             </Layer>
  741.         </StateImagery>
  742.     </WidgetLook>
  743.  
  744.     <WidgetLook name="VanillaAnimated/VerticalScrollbar">
  745.         <Property name="VerticalScrollbar" value="True" />
  746.         <NamedArea name="ThumbTrackArea">
  747.             <Area>
  748.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  749.                 <Dim type="TopEdge" ><WidgetDim widget="__auto_decbtn__" dimension="BottomEdge" /></Dim>
  750.                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
  751.                 <Dim type="BottomEdge" >
  752.                     <UnifiedDim scale="1.0" type="BottomEdge">
  753.                         <DimOperator op="Subtract">
  754.                             <WidgetDim widget="__auto_incbtn__" dimension="Height" />
  755.                         </DimOperator>
  756.                     </UnifiedDim>
  757.                 </Dim>
  758.             </Area>
  759.         </NamedArea>
  760.         <Child  type="VanillaAnimated/Button" nameSuffix="__auto_incbtn__">
  761.             <Area>
  762.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  763.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  764.                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  765.                 <Dim type="Height" ><UnifiedDim scale="1" type="Width" /></Dim>
  766.             </Area>
  767.             <VertAlignment type="BottomAligned" />
  768.             <HorzAlignment type="CentreAligned" />
  769.             <Property name="UseStandardImagery" value="False" />
  770.             <Property name="NormalImage" value="set:Vanilla-Images image:ScrollDownArrow" />
  771.             <Property name="HoverImage" value="set:Vanilla-Images image:ScrollDownArrow" />
  772.             <Property name="PushedImage" value="set:Vanilla-Images image:ScrollDownArrow" />
  773.         </Child>
  774.         <Child  type="VanillaAnimated/Button" nameSuffix="__auto_decbtn__">
  775.             <Area>
  776.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  777.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  778.                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  779.                 <Dim type="Height" ><UnifiedDim scale="1" type="Width" /></Dim>
  780.             </Area>
  781.             <HorzAlignment type="CentreAligned" />
  782.             <Property name="UseStandardImagery" value="False" />
  783.             <Property name="NormalImage" value="set:Vanilla-Images image:ScrollUpArrow" />
  784.             <Property name="HoverImage" value="set:Vanilla-Images image:ScrollUpArrow" />
  785.             <Property name="PushedImage" value="set:Vanilla-Images image:ScrollUpArrow" />
  786.         </Child>
  787.         <Child  type="VanillaAnimated/VerticalScrollbarThumb" nameSuffix="__auto_thumb__">
  788.             <Area>
  789.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  790.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  791.                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  792.                 <Dim type="Height" ><UnifiedDim scale="1" type="Width" /></Dim>
  793.             </Area>
  794.         </Child>
  795.         <ImagerySection name="main">
  796.             <ImageryComponent>
  797.                 <Area>
  798.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  799.                     <Dim type="TopEdge" ><WidgetDim widget="__auto_decbtn__" dimension="BottomEdge" /></Dim>
  800.                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
  801.                     <Dim type="BottomEdge" >
  802.                         <UnifiedDim scale="1.0" type="BottomEdge">
  803.                             <DimOperator op="Subtract">
  804.                                 <WidgetDim widget="__auto_incbtn__" dimension="Height" />
  805.                             </DimOperator>
  806.                         </UnifiedDim>
  807.                     </Dim>
  808.                 </Area>
  809.                 <Image imageset="Vanilla-Images" image="VertScrollContainer" />
  810.                 <VertFormat type="Stretched" />
  811.                 <HorzFormat type="Stretched" />
  812.             </ImageryComponent>
  813.         </ImagerySection>
  814.         <StateImagery name="Enabled">
  815.             <Layer>
  816.                 <Section section="main" />
  817.             </Layer>
  818.         </StateImagery>
  819.         <StateImagery name="Disabled">
  820.             <Layer>
  821.                 <Section section="main" />
  822.             </Layer>
  823.         </StateImagery>
  824.     </WidgetLook>
  825.  
  826.     <WidgetLook name="VanillaAnimated/StaticImage">
  827.         <PropertyDefinition name="ImageColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
  828.         <PropertyDefinition name="VertFormatting" initialValue="Stretched" redrawOnWrite="true" />
  829.         <PropertyDefinition name="HorzFormatting" initialValue="Stretched" redrawOnWrite="true" />
  830.         <Property name="BackgroundEnabled" value="True" />
  831.         <Property name="FrameEnabled" value="True" />
  832.         <ImagerySection name="image_withframe">
  833.             <ImageryComponent>
  834.                 <Area>
  835.                     <Dim type="LeftEdge" ><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  836.                     <Dim type="TopEdge" ><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  837.                     <Dim type="RightEdge" >
  838.                         <UnifiedDim scale="1" type="RightEdge">
  839.                             <DimOperator op="Subtract">
  840.                                 <ImageDim imageset="Vanilla-Images" image="FrameRight" dimension="Width" />
  841.                             </DimOperator>
  842.                         </UnifiedDim>
  843.                     </Dim>
  844.                     <Dim type="BottomEdge" >
  845.                         <UnifiedDim scale="1" type="BottomEdge">
  846.                             <DimOperator op="Subtract">
  847.                                 <ImageDim imageset="Vanilla-Images" image="FrameBottom" dimension="Height" />
  848.                             </DimOperator>
  849.                         </UnifiedDim>
  850.                     </Dim>
  851.                 </Area>
  852.                 <ImageProperty name="Image" />
  853.                 <ColourRectProperty name="ImageColours" />
  854.                 <VertFormatProperty name="VertFormatting" />
  855.                 <HorzFormatProperty name="HorzFormatting" />
  856.             </ImageryComponent>
  857.         </ImagerySection>
  858.         <ImagerySection name="image_noframe">
  859.             <ImageryComponent>
  860.                 <Area>
  861.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  862.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  863.                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
  864.                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
  865.                 </Area>
  866.                 <ImageProperty name="Image" />
  867.                 <ColourRectProperty name="ImageColours" />
  868.                 <VertFormatProperty name="VertFormatting" />
  869.                 <HorzFormatProperty name="HorzFormatting" />
  870.             </ImageryComponent>
  871.         </ImagerySection>
  872.         <StateImagery name="Enabled" />
  873.         <StateImagery name="Disabled" />
  874.         <StateImagery name="EnabledFrame">
  875.             <Layer>
  876.                 <Section look="VanillaAnimated/Shared" section="FrameOnly">
  877.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  878.                 </Section>
  879.             </Layer>
  880.         </StateImagery>
  881.         <StateImagery name="DisabledFrame">
  882.             <Layer>
  883.                 <Section look="VanillaAnimated/Shared" section="FrameOnly">
  884.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  885.                 </Section>
  886.             </Layer>
  887.         </StateImagery>
  888.         <StateImagery name="WithFrameEnabledBackground">
  889.             <Layer>
  890.                 <Section look="VanillaAnimated/Shared" section="BackgroundOnly">
  891.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  892.                 </Section>
  893.             </Layer>
  894.         </StateImagery>
  895.         <StateImagery name="WithFrameDisabledBackground">
  896.             <Layer>
  897.                 <Section look="VanillaAnimated/Shared" section="BackgroundOnly">
  898.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  899.                 </Section>
  900.             </Layer>
  901.         </StateImagery>
  902.         <StateImagery name="NoFrameEnabledBackground">
  903.             <Layer>
  904.                 <Section look="VanillaAnimated/Shared" section="BackgroundOnlyFull">
  905.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  906.                 </Section>
  907.             </Layer>
  908.         </StateImagery>
  909.         <StateImagery name="NoFrameDisabledBackground">
  910.             <Layer>
  911.                 <Section look="VanillaAnimated/Shared" section="BackgroundOnlyFull">
  912.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  913.                 </Section>
  914.             </Layer>
  915.         </StateImagery>
  916.         <StateImagery name="WithFrameImage">
  917.             <Layer>
  918.                 <Section section="image_withframe" />
  919.             </Layer>
  920.         </StateImagery>
  921.         <StateImagery name="NoFrameImage">
  922.             <Layer>
  923.                 <Section section="image_noframe" />
  924.             </Layer>
  925.         </StateImagery>
  926.     </WidgetLook>
  927.  
  928.     <WidgetLook name="VanillaAnimated/StaticText">
  929.         <Property name="BackgroundEnabled" value="True" />
  930.         <Property name="FrameEnabled" value="True" />
  931.         <NamedArea name="WithFrameTextRenderArea">
  932.             <Area>
  933.                 <Dim type="LeftEdge" ><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  934.                 <Dim type="TopEdge" ><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  935.                 <Dim type="RightEdge" >
  936.                     <UnifiedDim scale="1" type="RightEdge">
  937.                         <DimOperator op="Subtract">
  938.                             <ImageDim imageset="Vanilla-Images" image="FrameRight" dimension="Width" />
  939.                         </DimOperator>
  940.                     </UnifiedDim>
  941.                 </Dim>
  942.                 <Dim type="BottomEdge" >
  943.                     <UnifiedDim scale="1" type="BottomEdge">
  944.                         <DimOperator op="Subtract">
  945.                             <ImageDim imageset="Vanilla-Images" image="FrameBottom" dimension="Height" />
  946.                         </DimOperator>
  947.                     </UnifiedDim>
  948.                 </Dim>
  949.             </Area>
  950.         </NamedArea>
  951.         <NamedArea name="WithFrameTextRenderAreaHScroll">
  952.             <Area>
  953.                 <Dim type="LeftEdge" ><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  954.                 <Dim type="TopEdge" ><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  955.                 <Dim type="RightEdge" >
  956.                     <UnifiedDim scale="1" type="RightEdge">
  957.                         <DimOperator op="Subtract">
  958.                             <ImageDim imageset="Vanilla-Images" image="FrameRight" dimension="Width" />
  959.                         </DimOperator>
  960.                     </UnifiedDim>
  961.                 </Dim>
  962.                 <Dim type="BottomEdge" >
  963.                     <UnifiedDim scale="1" offset="-20" type="BottomEdge" />
  964.                 </Dim>
  965.             </Area>
  966.         </NamedArea>
  967.         <NamedArea name="WithFrameTextRenderAreaVScroll">
  968.             <Area>
  969.                 <Dim type="LeftEdge" ><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  970.                 <Dim type="TopEdge" ><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  971.                 <Dim type="RightEdge" >
  972.                     <UnifiedDim scale="1" offset="-20" type="RightEdge" />
  973.                 </Dim>
  974.                 <Dim type="BottomEdge" >
  975.                     <UnifiedDim scale="1" type="BottomEdge">
  976.                         <DimOperator op="Subtract">
  977.                             <ImageDim imageset="Vanilla-Images" image="FrameBottom" dimension="Height" />
  978.                         </DimOperator>
  979.                     </UnifiedDim>
  980.                 </Dim>
  981.             </Area>
  982.         </NamedArea>
  983.         <NamedArea name="WithFrameTextRenderAreaHVScroll">
  984.             <Area>
  985.                 <Dim type="LeftEdge" ><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  986.                 <Dim type="TopEdge" ><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  987.                 <Dim type="RightEdge" >
  988.                     <UnifiedDim scale="1" offset="-20" type="RightEdge" />
  989.                 </Dim>
  990.                 <Dim type="BottomEdge" >
  991.                     <UnifiedDim scale="1" offset="-20" type="BottomEdge" />
  992.                 </Dim>
  993.             </Area>
  994.         </NamedArea>
  995.         <NamedArea name="NoFrameTextRenderArea">
  996.             <Area>
  997.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  998.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  999.                 <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
  1000.                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  1001.             </Area>
  1002.         </NamedArea>
  1003.         <NamedArea name="NoFrameTextRenderAreaHScroll">
  1004.             <Area>
  1005.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1006.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1007.                 <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
  1008.                 <Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-20" type="BottomEdge" /></Dim>
  1009.             </Area>
  1010.         </NamedArea>
  1011.         <NamedArea name="NoFrameTextRenderAreaVScroll">
  1012.             <Area>
  1013.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1014.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1015.                 <Dim type="RightEdge" ><UnifiedDim scale="1" offset="-20" type="RightEdge" /></Dim>
  1016.                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  1017.             </Area>
  1018.         </NamedArea>
  1019.         <NamedArea name="NoFrameTextRenderAreaHVScroll">
  1020.             <Area>
  1021.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1022.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1023.                 <Dim type="RightEdge" ><UnifiedDim scale="1" offset="-20" type="RightEdge" /></Dim>
  1024.                 <Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-20" type="BottomEdge" /></Dim>
  1025.             </Area>
  1026.         </NamedArea>
  1027.         <Child  type="VanillaAnimated/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
  1028.             <Area>
  1029.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1030.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1031.                 <Dim type="Width" ><UnifiedDim scale="1" offset="-20" type="Width" /></Dim>
  1032.                 <Dim type="Height" ><AbsoluteDim value="20" /></Dim>
  1033.             </Area>
  1034.             <VertAlignment type="BottomAligned" />
  1035.         </Child>
  1036.         <Child  type="VanillaAnimated/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
  1037.             <Area>
  1038.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1039.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1040.                 <Dim type="Width" ><AbsoluteDim value="20" /></Dim>
  1041.                 <Dim type="Height" ><UnifiedDim scale="1" offset="-20" type="Height" /></Dim>
  1042.             </Area>
  1043.             <HorzAlignment type="RightAligned" />
  1044.         </Child>
  1045.         <StateImagery name="Enabled" />
  1046.         <StateImagery name="Disabled" />
  1047.         <StateImagery name="EnabledFrame">
  1048.             <Layer>
  1049.                 <Section look="VanillaAnimated/Shared" section="FrameOnly">
  1050.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1051.                 </Section>
  1052.             </Layer>
  1053.         </StateImagery>
  1054.         <StateImagery name="DisabledFrame">
  1055.             <Layer>
  1056.                 <Section look="VanillaAnimated/Shared" section="FrameOnly">
  1057.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1058.                 </Section>
  1059.             </Layer>
  1060.         </StateImagery>
  1061.         <StateImagery name="WithFrameEnabledBackground">
  1062.             <Layer>
  1063.                 <Section look="VanillaAnimated/Shared" section="BackgroundOnly">
  1064.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1065.                 </Section>
  1066.             </Layer>
  1067.         </StateImagery>
  1068.         <StateImagery name="WithFrameDisabledBackground">
  1069.             <Layer>
  1070.                 <Section look="VanillaAnimated/Shared" section="BackgroundOnly">
  1071.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1072.                 </Section>
  1073.             </Layer>
  1074.         </StateImagery>
  1075.         <StateImagery name="NoFrameEnabledBackground">
  1076.             <Layer>
  1077.                 <Section look="VanillaAnimated/Shared" section="BackgroundOnlyFull">
  1078.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1079.                 </Section>
  1080.             </Layer>
  1081.         </StateImagery>
  1082.         <StateImagery name="NoFrameDisabledBackground">
  1083.             <Layer>
  1084.                 <Section look="VanillaAnimated/Shared" section="BackgroundOnlyFull">
  1085.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1086.                 </Section>
  1087.             </Layer>
  1088.         </StateImagery>
  1089.     </WidgetLook>
  1090.  
  1091.     <WidgetLook name="VanillaAnimated/Listbox">
  1092.         <Property name="ForceVertScrollbar" value="True" />
  1093.         <NamedArea name="ItemRenderingArea">
  1094.             <Area>
  1095.                 <Dim type="LeftEdge" ><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  1096.                 <Dim type="TopEdge" ><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  1097.                 <Dim type="RightEdge" >
  1098.                     <UnifiedDim scale="1" type="RightEdge">
  1099.                         <DimOperator op="Subtract">
  1100.                             <ImageDim imageset="Vanilla-Images" image="FrameRight" dimension="Width" />
  1101.                         </DimOperator>
  1102.                     </UnifiedDim>
  1103.                 </Dim>
  1104.                 <Dim type="BottomEdge" >
  1105.                     <UnifiedDim scale="1" type="BottomEdge">
  1106.                         <DimOperator op="Subtract">
  1107.                             <ImageDim imageset="Vanilla-Images" image="FrameBottom" dimension="Height" />
  1108.                         </DimOperator>
  1109.                     </UnifiedDim>
  1110.                 </Dim>
  1111.             </Area>
  1112.         </NamedArea>
  1113.         <Child  type="VanillaAnimated/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
  1114.             <Area>
  1115.                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
  1116.                 <Dim type="TopEdge" ><AbsoluteDim value="-5" /></Dim>
  1117.                 <Dim type="Width" ><UnifiedDim scale="1" offset="-25" type="Width" /></Dim>
  1118.                 <Dim type="Height" ><AbsoluteDim value="20" /></Dim>
  1119.             </Area>
  1120.             <VertAlignment type="BottomAligned" />
  1121.         </Child>
  1122.         <Child  type="VanillaAnimated/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
  1123.             <Area>
  1124.                 <Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
  1125.                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
  1126.                 <Dim type="Width" ><AbsoluteDim value="20" /></Dim>
  1127.                 <Dim type="Height" ><UnifiedDim scale="1" offset="-10" type="Height" /></Dim>
  1128.             </Area>
  1129.             <HorzAlignment type="RightAligned" />
  1130.         </Child>
  1131.         <StateImagery name="Enabled">
  1132.             <Layer>
  1133.                 <Section look="VanillaAnimated/Shared" section="Frame">
  1134.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1135.                 </Section>
  1136.             </Layer>
  1137.         </StateImagery>
  1138.         <StateImagery name="Disabled">
  1139.             <Layer>
  1140.                 <Section look="VanillaAnimated/Shared" section="Frame">
  1141.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1142.                 </Section>
  1143.             </Layer>
  1144.         </StateImagery>
  1145.     </WidgetLook>
  1146.  
  1147.     <WidgetLook name="VanillaAnimated/MultiLineEditbox">
  1148.         <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />
  1149.         <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
  1150.         <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
  1151.         <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
  1152.         <Property name="SelectionBrushImage" value="set:Vanilla-Images image:GenericBrush" />
  1153.         <NamedArea name="TextArea">
  1154.             <Area>
  1155.                 <Dim type="LeftEdge" ><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  1156.                 <Dim type="TopEdge" ><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  1157.                 <Dim type="RightEdge" >
  1158.                     <UnifiedDim scale="1" type="RightEdge">
  1159.                         <DimOperator op="Subtract">
  1160.                             <ImageDim imageset="Vanilla-Images" image="FrameRight" dimension="Width" />
  1161.                         </DimOperator>
  1162.                     </UnifiedDim>
  1163.                 </Dim>
  1164.                 <Dim type="BottomEdge" >
  1165.                     <UnifiedDim scale="1" type="BottomEdge">
  1166.                         <DimOperator op="Subtract">
  1167.                             <ImageDim imageset="Vanilla-Images" image="FrameBottom" dimension="Height" />
  1168.                         </DimOperator>
  1169.                     </UnifiedDim>
  1170.                 </Dim>
  1171.             </Area>
  1172.         </NamedArea>
  1173.         <Child  type="VanillaAnimated/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
  1174.             <Area>
  1175.                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
  1176.                 <Dim type="TopEdge" ><AbsoluteDim value="-5" /></Dim>
  1177.                 <Dim type="Width" ><UnifiedDim scale="1" offset="-25" type="Width" /></Dim>
  1178.                 <Dim type="Height" ><AbsoluteDim value="20" /></Dim>
  1179.             </Area>
  1180.             <VertAlignment type="BottomAligned" />
  1181.         </Child>
  1182.         <Child  type="VanillaAnimated/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
  1183.             <Area>
  1184.                 <Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
  1185.                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
  1186.                 <Dim type="Width" ><AbsoluteDim value="20" /></Dim>
  1187.                 <Dim type="Height" ><UnifiedDim scale="1" offset="-10" type="Height" /></Dim>
  1188.             </Area>
  1189.             <HorzAlignment type="RightAligned" />
  1190.         </Child>
  1191.         <ImagerySection name="Carat">
  1192.             <ImageryComponent>
  1193.                 <Area>
  1194.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1195.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1196.                     <Dim type="Width" ><AbsoluteDim value="2" /></Dim>
  1197.                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
  1198.                 </Area>
  1199.                 <Image imageset="Vanilla-Images" image="GenericBrush" />
  1200.                 <Colours topLeft="FF2222FF" topRight="FF2222FF" bottomLeft="FF2222FF" bottomRight="FF2222FF" />
  1201.                 <VertFormat type="Stretched" />
  1202.                 <HorzFormat type="Stretched" />
  1203.             </ImageryComponent>
  1204.         </ImagerySection>
  1205.         <StateImagery name="Enabled">
  1206.             <Layer>
  1207.                 <Section look="VanillaAnimated/Shared" section="Frame" />
  1208.             </Layer>
  1209.         </StateImagery>
  1210.         <StateImagery name="ReadOnly">
  1211.             <Layer>
  1212.                 <Section look="VanillaAnimated/Shared" section="Frame" />
  1213.             </Layer>
  1214.         </StateImagery>
  1215.         <StateImagery name="Disabled">
  1216.             <Layer>
  1217.                 <Section look="VanillaAnimated/Shared" section="Frame" />
  1218.             </Layer>
  1219.         </StateImagery>
  1220.     </WidgetLook>
  1221.  
  1222.     <WidgetLook name="VanillaAnimated/Combobox">
  1223.         <PropertyLinkDefinition name="NormalEditTextColour" widget="__auto_editbox__" targetProperty="NormalTextColour" initialValue="FF000000" />
  1224.         <PropertyLinkDefinition name="SelectedEditTextColour" widget="__auto_editbox__" targetProperty="SelectedTextColour" initialValue="FFFFFFFF" />
  1225.         <PropertyLinkDefinition name="ActiveEditSelectionColour" widget="__auto_editbox__" targetProperty="ActiveSelectionColour" initialValue="FF607FFF" />
  1226.         <PropertyLinkDefinition name="InactiveEditSelectionColour" widget="__auto_editbox__" targetProperty="InactiveSelectionColour" initialValue="FF808080" />
  1227.         <Child  type="VanillaAnimated/Editbox" nameSuffix="__auto_editbox__">
  1228.             <Area>
  1229.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1230.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1231.                 <Dim type="RightEdge" >
  1232.                     <UnifiedDim scale="1" type="RightEdge">
  1233.                         <DimOperator op="Subtract">
  1234.                             <FontDim type="LineSpacing" padding="10" />
  1235.                         </DimOperator>
  1236.                     </UnifiedDim>
  1237.                 </Dim>
  1238.                 <Dim type="Height" >
  1239.                     <FontDim type="LineSpacing" padding="10" />
  1240.                 </Dim>
  1241.             </Area>
  1242.         </Child>
  1243.         <Child  type="VanillaAnimated/ComboDropList" nameSuffix="__auto_droplist__">
  1244.             <Area>
  1245.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1246.                 <Dim type="TopEdge" ><WidgetDim widget="__auto_editbox__" dimension="BottomEdge" /></Dim>
  1247.                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1248.                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  1249.             </Area>
  1250.         </Child>
  1251.         <Child  type="VanillaAnimated/Button" nameSuffix="__auto_button__">
  1252.             <Area>
  1253.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1254.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1255.                 <Dim type="Width" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
  1256.                 <Dim type="Height" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
  1257.             </Area>
  1258.             <HorzAlignment type="RightAligned" />
  1259.         </Child>
  1260.         <StateImagery name="Enabled" />
  1261.         <StateImagery name="Disabled" />
  1262.     </WidgetLook>
  1263.  
  1264.     <WidgetLook name="VanillaAnimated/ComboDropList">
  1265.         <Property name="ForceVertScrollbar" value="True" />
  1266.         <NamedArea name="ItemRenderingArea">
  1267.             <Area>
  1268.                 <Dim type="LeftEdge" ><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  1269.                 <Dim type="TopEdge" ><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  1270.                 <Dim type="RightEdge" >
  1271.                     <UnifiedDim scale="1" type="RightEdge">
  1272.                         <DimOperator op="Subtract">
  1273.                             <ImageDim imageset="Vanilla-Images" image="FrameRight" dimension="Width" />
  1274.                         </DimOperator>
  1275.                     </UnifiedDim>
  1276.                 </Dim>
  1277.                 <Dim type="BottomEdge" >
  1278.                     <UnifiedDim scale="1" type="BottomEdge">
  1279.                         <DimOperator op="Subtract">
  1280.                             <ImageDim imageset="Vanilla-Images" image="FrameBottom" dimension="Height" />
  1281.                         </DimOperator>
  1282.                     </UnifiedDim>
  1283.                 </Dim>
  1284.             </Area>
  1285.         </NamedArea>
  1286.         <NamedArea name="ItemRenderingAreaVScroll">
  1287.             <Area>
  1288.                 <Dim type="LeftEdge" ><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  1289.                 <Dim type="TopEdge" ><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  1290.                 <Dim type="RightEdge" >
  1291.                     <UnifiedDim scale="1" type="RightEdge">
  1292.                         <DimOperator op="Subtract">
  1293.                             <AbsoluteDim value="30" />
  1294.                         </DimOperator>
  1295.                     </UnifiedDim>
  1296.                 </Dim>
  1297.                 <Dim type="BottomEdge" >
  1298.                     <UnifiedDim scale="1" type="BottomEdge">
  1299.                         <DimOperator op="Subtract">
  1300.                             <ImageDim imageset="Vanilla-Images" image="FrameBottom" dimension="Height" />
  1301.                         </DimOperator>
  1302.                     </UnifiedDim>
  1303.                 </Dim>
  1304.             </Area>
  1305.         </NamedArea>
  1306.         <NamedArea name="ItemRenderingAreaHVScroll">
  1307.             <Area>
  1308.                 <Dim type="LeftEdge" ><ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" /></Dim>
  1309.                 <Dim type="TopEdge" ><ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" /></Dim>
  1310.                 <Dim type="RightEdge" >
  1311.                     <UnifiedDim scale="1" type="RightEdge">
  1312.                         <DimOperator op="Subtract">
  1313.                             <AbsoluteDim value="30" />
  1314.                         </DimOperator>
  1315.                     </UnifiedDim>
  1316.                 </Dim>
  1317.                 <Dim type="BottomEdge" >
  1318.                     <UnifiedDim scale="1" type="BottomEdge">
  1319.                         <DimOperator op="Subtract">
  1320.                             <AbsoluteDim value="30" />
  1321.                         </DimOperator>
  1322.                     </UnifiedDim>
  1323.                 </Dim>
  1324.             </Area>
  1325.         </NamedArea>
  1326.         <Child  type="VanillaAnimated/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
  1327.             <Area>
  1328.                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
  1329.                 <Dim type="TopEdge" ><AbsoluteDim value="-5" /></Dim>
  1330.                 <Dim type="Width" ><UnifiedDim scale="1" offset="-30" type="Width" /></Dim>
  1331.                 <Dim type="Height" ><AbsoluteDim value="20" /></Dim>
  1332.             </Area>
  1333.             <VertAlignment type="BottomAligned" />
  1334.         </Child>
  1335.         <Child  type="VanillaAnimated/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
  1336.             <Area>
  1337.                 <Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
  1338.                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
  1339.                 <Dim type="Width" ><AbsoluteDim value="20" /></Dim>
  1340.                 <Dim type="Height" ><UnifiedDim scale="1" offset="-10" type="Height" /></Dim>
  1341.             </Area>
  1342.             <HorzAlignment type="RightAligned" />
  1343.         </Child>
  1344.         <StateImagery name="Enabled">
  1345.             <Layer>
  1346.                 <Section look="VanillaAnimated/Shared" section="Frame">
  1347.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1348.                 </Section>
  1349.             </Layer>
  1350.         </StateImagery>
  1351.         <StateImagery name="Disabled">
  1352.             <Layer>
  1353.                 <Section look="VanillaAnimated/Shared" section="Frame">
  1354.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1355.                 </Section>
  1356.             </Layer>
  1357.         </StateImagery>
  1358.     </WidgetLook>
  1359.  
  1360.     <WidgetLook name="VanillaAnimated/ProgressBar">
  1361.         <PropertyDefinition name="EnabledColour" initialValue="FF607FFF" redrawOnWrite="true" />
  1362.         <PropertyDefinition name="DisabledColour" initialValue="FF808080" redrawOnWrite="true" />
  1363.  
  1364.         <NamedArea name="ProgressArea">
  1365.             <Area>
  1366.                 <Dim type="LeftEdge" >
  1367.                     <ImageDim imageset="Vanilla-Images" image="FrameLeft" dimension="Width" />
  1368.                 </Dim>
  1369.                 <Dim type="TopEdge" >
  1370.                     <ImageDim imageset="Vanilla-Images" image="FrameTop" dimension="Height" />
  1371.                 </Dim>
  1372.                 <Dim type="RightEdge" >
  1373.                     <UnifiedDim scale="1.0" type="RightEdge">
  1374.                         <DimOperator op="Subtract">
  1375.                             <ImageDim imageset="Vanilla-Images" image="FrameRight" dimension="Width" />
  1376.                         </DimOperator>
  1377.                     </UnifiedDim>
  1378.                 </Dim>
  1379.                 <Dim type="BottomEdge" >
  1380.                     <UnifiedDim scale="1.0" type="BottomEdge">
  1381.                         <DimOperator op="Subtract">
  1382.                             <ImageDim imageset="Vanilla-Images" image="FrameBottom" dimension="Height" />
  1383.                         </DimOperator>
  1384.                     </UnifiedDim>
  1385.                 </Dim>
  1386.             </Area>
  1387.         </NamedArea>
  1388.         <ImagerySection name="progress_lights" >
  1389.             <ImageryComponent>
  1390.                 <Area>
  1391.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1392.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1393.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1394.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1395.                 </Area>
  1396.                 <Image imageset="Vanilla-Images" image="GenericBrush" />
  1397.                 <VertFormat type="Stretched" />
  1398.                 <HorzFormat type="Stretched" />
  1399.             </ImageryComponent>
  1400.         </ImagerySection>
  1401.         <StateImagery name="Enabled">
  1402.             <Layer>
  1403.                 <Section look="VanillaAnimated/Shared" section="Frame" />
  1404.             </Layer>
  1405.         </StateImagery>
  1406.         <StateImagery name="Disabled">
  1407.             <Layer>
  1408.                 <Section look="VanillaAnimated/Shared" section="Frame" />
  1409.             </Layer>
  1410.         </StateImagery>
  1411.         <StateImagery name="EnabledProgress">
  1412.             <Layer>
  1413.                 <Section section="progress_lights">
  1414.                     <ColourProperty name="EnabledColour" />
  1415.                 </Section>
  1416.             </Layer>
  1417.         </StateImagery>
  1418.         <StateImagery name="DisabledProgress">
  1419.             <Layer>
  1420.                 <Section section="progress_lights">
  1421.                     <ColourProperty name="DisabledColour" />
  1422.                 </Section>
  1423.             </Layer>
  1424.         </StateImagery>
  1425.     </WidgetLook>
  1426.  
  1427. </Falagard>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement