TaharezLook.looknfeel
上传用户:xhbjoy
上传日期:2014-10-07
资源大小:38068k
文件大小:176k
源码类别:

游戏引擎

开发平台:

Visual C++

  1.         <StateImagery name="Disabled">
  2.             <Layer>
  3.                 <Section section="main">
  4.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  5.                 </Section>
  6.             </Layer>
  7.         </StateImagery>
  8.     </WidgetLook>
  9.     
  10.     <!--
  11.     ***************************************************
  12.         TaharezLook/ComboEditbox
  13.     ***************************************************
  14.     -->
  15.     <WidgetLook name="TaharezLook/ComboEditbox">
  16.         <Property name="MouseCursorImage" value="set:TaharezLook image:MouseTextBar" />
  17.         <NamedArea name="TextArea">
  18.             <Area>
  19.                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
  20.                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
  21.                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim>
  22.                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim>
  23.             </Area>
  24.         </NamedArea>
  25.         <ImagerySection name="container_normal">
  26.             <FrameComponent>
  27.                 <Area>
  28.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  29.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  30.                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
  31.                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
  32.                 </Area>
  33.                 <Image type="LeftEdge" imageset="TaharezLook" image="ComboboxEditLeft" />
  34.                 <Image type="Background" imageset="TaharezLook" image="ComboboxEditMiddle" />
  35.             </FrameComponent>
  36.         </ImagerySection>
  37.         <ImagerySection name="selection">
  38.             <ImageryComponent>
  39.                 <Area>
  40.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  41.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  42.                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
  43.                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
  44.                 </Area>
  45.                 <Image imageset="TaharezLook" image="TextSelectionBrush" />
  46.                 <VertFormat type="Stretched" />
  47.                 <HorzFormat type="Stretched" />
  48.             </ImageryComponent>
  49.         </ImagerySection>
  50.         <ImagerySection name="Carat">
  51.             <ImageryComponent>
  52.                 <Area>
  53.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  54.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  55.                     <Dim type="Width" ><ImageDim imageset="TaharezLook" image="EditBoxCarat" dimension="Width" /></Dim>
  56.                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
  57.                 </Area>
  58.                 <Image imageset="TaharezLook" image="EditBoxCarat" />
  59.                 <VertFormat type="Stretched" />
  60.                 <HorzFormat type="Stretched" />
  61.             </ImageryComponent>
  62.         </ImagerySection>
  63.         <StateImagery name="Enabled">
  64.             <Layer>
  65.                 <Section section="container_normal" />
  66.             </Layer>
  67.         </StateImagery>
  68.         <StateImagery name="ReadOnly">
  69.             <Layer>
  70.                 <Section section="container_normal" />
  71.             </Layer>
  72.         </StateImagery>
  73.         <StateImagery name="Disabled">
  74.             <Layer>
  75.                 <Section section="container_normal">
  76.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  77.                 </Section>
  78.             </Layer>
  79.         </StateImagery>
  80.         <StateImagery name="ActiveSelection">
  81.             <Layer>
  82.                 <Section section="selection">
  83.                     <ColourProperty name="ActiveSelectionColour" />
  84.                 </Section>
  85.             </Layer>
  86.         </StateImagery>
  87.         <StateImagery name="InactiveSelection">
  88.             <Layer>
  89.                 <Section section="selection">
  90.                     <ColourProperty name="InactiveSelectionColour" />
  91.                 </Section>
  92.             </Layer>
  93.         </StateImagery>
  94.     </WidgetLook>
  95.     
  96.     <!--
  97.     ***************************************************
  98.         TaharezLook/Combobox
  99.     ***************************************************
  100.     -->
  101.     <WidgetLook name="TaharezLook/Combobox">
  102.         <Child  type="TaharezLook/ComboEditbox" nameSuffix="__auto_editbox__">
  103.             <Area>
  104.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  105.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  106.                 <Dim type="RightEdge" >
  107.                     <UnifiedDim scale="1" type="RightEdge">
  108.                         <DimOperator op="Subtract">
  109.                             <FontDim type="LineSpacing">
  110.                                 <DimOperator op="Multiply">
  111.                                     <AbsoluteDim value="1.5" />
  112.                                 </DimOperator>
  113.                             </FontDim>
  114.                         </DimOperator>
  115.                     </UnifiedDim>
  116.                 </Dim>
  117.                 <Dim type="Height" >
  118.                     <FontDim type="LineSpacing">
  119.                         <DimOperator op="Multiply">
  120.                             <AbsoluteDim value="1.5" />
  121.                         </DimOperator>
  122.                     </FontDim>
  123.                 </Dim>
  124.             </Area>
  125.         </Child>
  126.         <Child  type="TaharezLook/ComboDropList" nameSuffix="__auto_droplist__">
  127.             <Area>
  128.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  129.                 <Dim type="TopEdge" ><WidgetDim widget="__auto_editbox__" dimension="BottomEdge" /></Dim>
  130.                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  131.                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
  132.             </Area>
  133.         </Child>
  134.         <Child  type="TaharezLook/Button" nameSuffix="__auto_button__">
  135.             <Area>
  136.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  137.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  138.                 <Dim type="Width" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
  139.                 <Dim type="Height" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
  140.             </Area>
  141.             <HorzAlignment type="RightAligned" />
  142.             <Property name="UseStandardImagery" value="False" />
  143.             <Property name="NormalImage" value="set:TaharezLook image:ComboboxListButtonNormal" />
  144.             <Property name="HoverImage" value="set:TaharezLook image:ComboboxListButtonHover" />
  145.             <Property name="PushedImage" value="set:TaharezLook image:ComboboxListButtonNormal" />
  146.         </Child>
  147.         <StateImagery name="Enabled" />
  148.         <StateImagery name="Disabled" />
  149.     </WidgetLook>
  150.     
  151.     <!--
  152.     ***************************************************
  153.         TaharezLook/Spinner
  154.     ***************************************************
  155.     -->
  156.     <WidgetLook name="TaharezLook/Spinner">
  157.         <Child  type="TaharezLook/Editbox" nameSuffix="__auto_editbox__">
  158.             <Area>
  159.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  160.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  161.                 <Dim type="RightEdge" >
  162.                     <UnifiedDim scale="1" type="RightEdge">
  163.                         <DimOperator op="Subtract">
  164.                             <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" />
  165.                         </DimOperator>
  166.                     </UnifiedDim>
  167.                 </Dim>
  168.                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  169.             </Area>
  170.         </Child>
  171.         <Child  type="TaharezLook/Button" nameSuffix="__auto_incbtn__">
  172.             <Area>
  173.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  174.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  175.                 <Dim type="Width" ><ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" /></Dim>
  176.                 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
  177.             </Area>
  178.             <HorzAlignment type="RightAligned" />
  179.             <Property name="UseStandardImagery" value="False" />
  180.             <Property name="NormalImage" value="set:TaharezLook image:VertScrollUpNormal" />
  181.             <Property name="HoverImage" value="set:TaharezLook image:VertScrollUpHover" />
  182.             <Property name="PushedImage" value="set:TaharezLook image:VertScrollUpNormal" />
  183.         </Child>
  184.         <Child  type="TaharezLook/Button" nameSuffix="__auto_decbtn__">
  185.             <Area>
  186.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  187.                 <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim>
  188.                 <Dim type="Width" ><ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" /></Dim>
  189.                 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
  190.             </Area>
  191.             <HorzAlignment type="RightAligned" />
  192.             <Property name="UseStandardImagery" value="False" />
  193.             <Property name="NormalImage" value="set:TaharezLook image:VertScrollDownNormal" />
  194.             <Property name="HoverImage" value="set:TaharezLook image:VertScrollDownHover" />
  195.             <Property name="PushedImage" value="set:TaharezLook image:VertScrollDownNormal" />
  196.         </Child>
  197.         <StateImagery name="Enabled" />
  198.         <StateImagery name="Disabled" />
  199.     </WidgetLook>
  200.     
  201.     <!--
  202.     ***************************************************
  203.         TaharezLook/StaticShared
  204.         (Shared imagery components for static widgets)
  205.     ***************************************************
  206.     -->
  207.     <WidgetLook name="TaharezLook/StaticShared">
  208.         <ImagerySection name="frame">
  209.             <FrameComponent>
  210.                 <Area>
  211.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  212.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  213.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  214.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  215.                 </Area>
  216.                 <Image type="TopLeftCorner" imageset="TaharezLook" image="StaticTopLeft" />
  217.                 <Image type="TopRightCorner" imageset="TaharezLook" image="StaticTopRight" />
  218.                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="StaticBottomLeft" />
  219.                 <Image type="BottomRightCorner" imageset="TaharezLook" image="StaticBottomRight" />
  220.                 <Image type="LeftEdge" imageset="TaharezLook" image="StaticLeft" />
  221.                 <Image type="RightEdge" imageset="TaharezLook" image="StaticRight" />
  222.                 <Image type="TopEdge" imageset="TaharezLook" image="StaticTop" />
  223.                 <Image type="BottomEdge" imageset="TaharezLook" image="StaticBottom" />
  224.             </FrameComponent>
  225.         </ImagerySection>
  226.         <ImagerySection name="background">
  227.             <ImageryComponent>
  228.                 <Area>
  229.                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
  230.                     <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
  231.                     <Dim type="RightEdge" >
  232.                         <UnifiedDim scale="1" type="RightEdge">
  233.                             <DimOperator op="Subtract">
  234.                                 <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
  235.                             </DimOperator>
  236.                         </UnifiedDim>
  237.                     </Dim>
  238.                     <Dim type="BottomEdge" >
  239.                         <UnifiedDim scale="1" type="BottomEdge">
  240.                             <DimOperator op="Subtract">
  241.                                 <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
  242.                             </DimOperator>
  243.                         </UnifiedDim>
  244.                     </Dim>
  245.                 </Area>
  246.                 <Image imageset="TaharezLook" image="StaticBackdrop" />
  247.                 <VertFormat type="Stretched" />
  248.                 <HorzFormat type="Stretched" />
  249.             </ImageryComponent>
  250.         </ImagerySection>
  251.     </WidgetLook>
  252.     
  253.     <!--
  254.     ***************************************************
  255.         TaharezLook/StaticImage
  256.     ***************************************************
  257.     -->
  258.     <WidgetLook name="TaharezLook/StaticImage">
  259.         <Property name="FrameEnabled" value="True" />
  260.         <Property name="BackgroundEnabled" value="True" />
  261.         <NamedArea name="WithFrameImageRenderArea">
  262.             <Area>
  263.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
  264.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
  265.                 <Dim type="RightEdge" >
  266.                     <UnifiedDim scale="1" type="RightEdge">
  267.                         <DimOperator op="Subtract">
  268.                             <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
  269.                         </DimOperator>
  270.                     </UnifiedDim>
  271.                 </Dim>
  272.                 <Dim type="BottomEdge" >
  273.                     <UnifiedDim scale="1" type="BottomEdge">
  274.                         <DimOperator op="Subtract">
  275.                             <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
  276.                         </DimOperator>
  277.                     </UnifiedDim>
  278.                 </Dim>
  279.             </Area>
  280.         </NamedArea>
  281.         <NamedArea name="NoFrameImageRenderArea">
  282.             <Area>
  283.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  284.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  285.                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  286.                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  287.             </Area>
  288.         </NamedArea>
  289.         <StateImagery name="Enabled" />
  290.         <StateImagery name="Disabled" />
  291.         <StateImagery name="EnabledFrame">
  292.             <Layer>
  293.                 <Section look="TaharezLook/StaticShared" section="frame" />
  294.             </Layer>
  295.         </StateImagery>
  296.         <StateImagery name="DisabledFrame">
  297.             <Layer>
  298.                 <Section look="TaharezLook/StaticShared" section="frame" />
  299.             </Layer>
  300.         </StateImagery>
  301.         <StateImagery name="EnabledBackground">
  302.             <Layer>
  303.                 <Section look="TaharezLook/StaticShared" section="background" />
  304.             </Layer>
  305.         </StateImagery>
  306.         <StateImagery name="DisabledBackground">
  307.             <Layer>
  308.                 <Section look="TaharezLook/StaticShared" section="background" />
  309.             </Layer>
  310.         </StateImagery>
  311.     </WidgetLook>
  312.     
  313.     <!--
  314.     ***************************************************
  315.         TaharezLook/StaticText
  316.     ***************************************************
  317.     -->
  318.     <WidgetLook name="TaharezLook/StaticText">
  319.         <Property name="FrameEnabled" value="True" />
  320.         <Property name="BackgroundEnabled" value="True" />
  321.         <NamedArea name="TextRenderArea">
  322.             <Area>
  323.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
  324.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
  325.                 <Dim type="RightEdge" >
  326.                     <UnifiedDim scale="1" type="RightEdge">
  327.                         <DimOperator op="Subtract">
  328.                             <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
  329.                         </DimOperator>
  330.                     </UnifiedDim>
  331.                 </Dim>
  332.                 <Dim type="BottomEdge" >
  333.                     <UnifiedDim scale="1" type="BottomEdge">
  334.                         <DimOperator op="Subtract">
  335.                             <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
  336.                         </DimOperator>
  337.                     </UnifiedDim>
  338.                 </Dim>
  339.             </Area>
  340.         </NamedArea>
  341.         <NamedArea name="TextRenderAreaHScroll">
  342.             <Area>
  343.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
  344.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
  345.                 <Dim type="RightEdge" >
  346.                     <UnifiedDim scale="1" type="RightEdge">
  347.                         <DimOperator op="Subtract">
  348.                             <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
  349.                         </DimOperator>
  350.                     </UnifiedDim>
  351.                 </Dim>
  352.                 <Dim type="BottomEdge" >
  353.                     <UnifiedDim scale="1" type="BottomEdge">
  354.                         <DimOperator op="Subtract">
  355.                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
  356.                         </DimOperator>
  357.                     </UnifiedDim>
  358.                 </Dim>
  359.             </Area>
  360.         </NamedArea>
  361.         <NamedArea name="TextRenderAreaVScroll">
  362.             <Area>
  363.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
  364.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
  365.                 <Dim type="RightEdge" >
  366.                     <UnifiedDim scale="1" type="RightEdge">
  367.                         <DimOperator op="Subtract">
  368.                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
  369.                         </DimOperator>
  370.                     </UnifiedDim>
  371.                 </Dim>
  372.                 <Dim type="BottomEdge" >
  373.                     <UnifiedDim scale="1" type="BottomEdge">
  374.                         <DimOperator op="Subtract">
  375.                             <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
  376.                         </DimOperator>
  377.                     </UnifiedDim>
  378.                 </Dim>
  379.             </Area>
  380.         </NamedArea>
  381.         <NamedArea name="TextRenderAreaHVScroll">
  382.             <Area>
  383.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
  384.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
  385.                 <Dim type="RightEdge" >
  386.                     <UnifiedDim scale="1" type="RightEdge">
  387.                         <DimOperator op="Subtract">
  388.                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
  389.                         </DimOperator>
  390.                     </UnifiedDim>
  391.                 </Dim>
  392.                 <Dim type="BottomEdge" >
  393.                     <UnifiedDim scale="1" type="BottomEdge">
  394.                         <DimOperator op="Subtract">
  395.                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
  396.                         </DimOperator>
  397.                     </UnifiedDim>
  398.                 </Dim>
  399.             </Area>
  400.         </NamedArea>
  401.         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
  402.             <Area>
  403.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  404.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  405.                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
  406.                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
  407.             </Area>
  408.             <VertAlignment type="BottomAligned" />
  409.         </Child>
  410.         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
  411.             <Area>
  412.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  413.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  414.                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
  415.                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
  416.             </Area>
  417.             <HorzAlignment type="RightAligned" />
  418.         </Child>
  419.         <StateImagery name="Enabled" />
  420.         <StateImagery name="Disabled" />
  421.         <StateImagery name="EnabledFrame">
  422.             <Layer>
  423.                 <Section look="TaharezLook/StaticShared" section="frame" />
  424.             </Layer>
  425.         </StateImagery>
  426.         <StateImagery name="DisabledFrame">
  427.             <Layer>
  428.                 <Section look="TaharezLook/StaticShared" section="frame" />
  429.             </Layer>
  430.         </StateImagery>
  431.         <StateImagery name="EnabledBackground">
  432.             <Layer>
  433.                 <Section look="TaharezLook/StaticShared" section="background" />
  434.             </Layer>
  435.         </StateImagery>
  436.         <StateImagery name="DisabledBackground">
  437.             <Layer>
  438.                 <Section look="TaharezLook/StaticShared" section="background" />
  439.             </Layer>
  440.         </StateImagery>
  441.     </WidgetLook>
  442.     
  443.     <!--
  444.     ***************************************************
  445.         TaharezLook/ListHeaderSegment
  446.     ***************************************************
  447.     -->
  448.     <WidgetLook name="TaharezLook/ListHeaderSegment">
  449.         <Property name="SizingCursorImage" value="set:TaharezLook image:MouseEsWeCursor" />
  450.         <Property name="MovingCursorImage" value="set:TaharezLook image:MouseMoveCursor" />
  451.         <ImagerySection name="segment_normal">
  452.             <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
  453.             <ImageryComponent>
  454.                 <Area>
  455.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  456.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  457.                     <Dim type="RightEdge" >
  458.                         <UnifiedDim scale="1" type="RightEdge">
  459.                             <DimOperator op="Subtract">
  460.                                 <ImageDim imageset="TaharezLook" image="HeaderBarSplitterNormal" dimension="Width" />
  461.                             </DimOperator>
  462.                         </UnifiedDim>
  463.                     </Dim>
  464.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  465.                 </Area>
  466.                 <Image imageset="TaharezLook" image="HeaderBarBackdropNormal" />
  467.                 <VertFormat type="Stretched" />
  468.                 <HorzFormat type="Stretched" />
  469.             </ImageryComponent>
  470.         </ImagerySection>
  471.         <ImagerySection name="segment_hover">
  472.             <ImageryComponent>
  473.                 <Area>
  474.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  475.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  476.                     <Dim type="RightEdge" >
  477.                         <UnifiedDim scale="1" type="RightEdge">
  478.                             <DimOperator op="Subtract">
  479.                                 <ImageDim imageset="TaharezLook" image="HeaderBarSplitterNormal" dimension="Width" />
  480.                             </DimOperator>
  481.                         </UnifiedDim>
  482.                     </Dim>
  483.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  484.                 </Area>
  485.                 <Image imageset="TaharezLook" image="HeaderBarBackdropHover" />
  486.                 <VertFormat type="Stretched" />
  487.                 <HorzFormat type="Stretched" />
  488.             </ImageryComponent>
  489.         </ImagerySection>
  490.         <ImagerySection name="splitter_normal">
  491.             <ImageryComponent>
  492.                 <Area>
  493.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  494.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  495.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  496.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  497.                 </Area>
  498.                 <Image imageset="TaharezLook" image="HeaderBarSplitterNormal" />
  499.                 <VertFormat type="Stretched" />
  500.                 <HorzFormat type="RightAligned" />
  501.             </ImageryComponent>
  502.         </ImagerySection>
  503.         <ImagerySection name="splitter_hover">
  504.             <ImageryComponent>
  505.                 <Area>
  506.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  507.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  508.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  509.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  510.                 </Area>
  511.                 <Image imageset="TaharezLook" image="HeaderBarSplitterHover" />
  512.                 <VertFormat type="Stretched" />
  513.                 <HorzFormat type="RightAligned" />
  514.             </ImageryComponent>
  515.         </ImagerySection>
  516.         <ImagerySection name="ascend_icon">
  517.             <ImageryComponent>
  518.                 <Area>
  519.                     <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
  520.                     <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
  521.                     <Dim type="Width" ><ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Width" /></Dim>
  522.                     <Dim type="Height" ><ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Height" /></Dim>
  523.                 </Area>
  524.                 <Image imageset="TaharezLook" image="HeaderBarSortUp" />
  525.             </ImageryComponent>
  526.         </ImagerySection>
  527.         <ImagerySection name="descend_icon">
  528.             <ImageryComponent>
  529.                 <Area>
  530.                     <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
  531.                     <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
  532.                     <Dim type="Width" ><ImageDim imageset="TaharezLook" image="HeaderBarSortDown" dimension="Width" /></Dim>
  533.                     <Dim type="Height" ><ImageDim imageset="TaharezLook" image="HeaderBarSortDown" dimension="Height" /></Dim>
  534.                 </Area>
  535.                 <Image imageset="TaharezLook" image="HeaderBarSortDown" />
  536.             </ImageryComponent>
  537.         </ImagerySection>
  538.         <ImagerySection name="label">
  539.             <TextComponent>
  540.                 <Area>
  541.                     <Dim type="LeftEdge" >
  542.                         <ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Width">
  543.                             <DimOperator op="Add">
  544.                                 <AbsoluteDim value="5" />
  545.                             </DimOperator>
  546.                         </ImageDim>
  547.                     </Dim>
  548.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  549.                     <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
  550.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  551.                 </Area>
  552.                 <VertFormat type="CentreAligned" />
  553.             </TextComponent>
  554.         </ImagerySection>
  555.         <StateImagery name="Normal">
  556.             <Layer>
  557.                 <Section section="segment_normal" />
  558.                 <Section section="splitter_normal" />
  559.                 <Section section="label" />
  560.             </Layer>
  561.         </StateImagery>
  562.         <StateImagery name="Hover">
  563.             <Layer>
  564.                 <Section section="segment_hover" />
  565.                 <Section section="splitter_normal" />
  566.                 <Section section="label" />
  567.             </Layer>
  568.         </StateImagery>
  569.         <StateImagery name="SplitterHover">
  570.             <Layer>
  571.                 <Section section="segment_normal" />
  572.                 <Section section="splitter_hover" />
  573.                 <Section section="label" />
  574.             </Layer>
  575.         </StateImagery>
  576.         <StateImagery name="DragGhost" clipped="false" >
  577.             <Layer priority="1" >
  578.                 <Section section="segment_normal">
  579.                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
  580.                 </Section>
  581.                 <Section section="splitter_normal">
  582.                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
  583.                 </Section>
  584.                 <Section section="label">
  585.                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
  586.                 </Section>
  587.             </Layer>
  588.         </StateImagery>
  589.         <StateImagery name="AscendingSortIcon">
  590.             <Layer>
  591.                 <Section section="ascend_icon" />
  592.             </Layer>
  593.         </StateImagery>
  594.         <StateImagery name="DescendingSortIcon">
  595.             <Layer>
  596.                 <Section section="descend_icon" />
  597.             </Layer>
  598.         </StateImagery>
  599.         <StateImagery name="GhostAscendingSortIcon" clipped="false">
  600.             <Layer priority="1" >
  601.                 <Section section="ascend_icon">
  602.                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
  603.                 </Section>
  604.             </Layer>
  605.         </StateImagery>
  606.         <StateImagery name="GhostDescendingSortIcon" clipped="false">
  607.             <Layer priority="1" >
  608.                 <Section section="descend_icon">
  609.                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
  610.                 </Section>
  611.             </Layer>
  612.         </StateImagery>
  613.         <StateImagery name="Disabled">
  614.             <Layer>
  615.                 <Section section="segment_normal">
  616.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  617.                 </Section>
  618.                 <Section section="splitter_normal">
  619.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  620.                 </Section>
  621.                 <Section section="label">
  622.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  623.                 </Section>
  624.             </Layer>
  625.         </StateImagery>
  626.     </WidgetLook>
  627.     
  628.     <!--
  629.     ***************************************************
  630.         TaharezLook/ListHeader
  631.     ***************************************************
  632.     -->
  633.     <WidgetLook name="TaharezLook/ListHeader">
  634.         <Property name="SegmentWidgetType" value="TaharezLook/ListHeaderSegment" />
  635.         <StateImagery name="Enabled" />
  636.         <StateImagery name="Disabled" />
  637.     </WidgetLook>
  638.     
  639.     <!--
  640.     ***************************************************
  641.         TaharezLook/MultiColumnList
  642.     ***************************************************
  643.     -->
  644.     <WidgetLook name="TaharezLook/MultiColumnList">
  645.         <NamedArea name="ItemRenderingArea">
  646.             <Area>
  647.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
  648.                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
  649.                 <Dim type="RightEdge" >
  650.                     <UnifiedDim scale="1" type="RightEdge">
  651.                         <DimOperator op="Subtract">
  652.                             <ImageDim imageset="TaharezLook" image="MultiListRight" dimension="Width" />
  653.                         </DimOperator>
  654.                     </UnifiedDim>
  655.                 </Dim>
  656.                 <Dim type="BottomEdge" >
  657.                     <UnifiedDim scale="1" type="BottomEdge">
  658.                         <DimOperator op="Subtract">
  659.                             <ImageDim imageset="TaharezLook" image="MultiListBottom" dimension="Height" />
  660.                         </DimOperator>
  661.                     </UnifiedDim>
  662.                 </Dim>
  663.             </Area>
  664.         </NamedArea>
  665.         <NamedArea name="ItemRenderingAreaHScroll">
  666.             <Area>
  667.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
  668.                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
  669.                 <Dim type="RightEdge" >
  670.                     <UnifiedDim scale="1" type="RightEdge">
  671.                         <DimOperator op="Subtract">
  672.                             <ImageDim imageset="TaharezLook" image="MultiListRight" dimension="Width" />
  673.                         </DimOperator>
  674.                     </UnifiedDim>
  675.                 </Dim>
  676.                 <Dim type="BottomEdge" >
  677.                     <UnifiedDim scale="1" type="BottomEdge">
  678.                         <DimOperator op="Subtract">
  679.                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
  680.                         </DimOperator>
  681.                     </UnifiedDim>
  682.                 </Dim>
  683.             </Area>
  684.         </NamedArea>
  685.         <NamedArea name="ItemRenderingAreaVScroll">
  686.             <Area>
  687.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
  688.                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
  689.                 <Dim type="RightEdge" >
  690.                     <UnifiedDim scale="1" type="RightEdge">
  691.                         <DimOperator op="Subtract">
  692.                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
  693.                         </DimOperator>
  694.                     </UnifiedDim>
  695.                 </Dim>
  696.                 <Dim type="BottomEdge" >
  697.                     <UnifiedDim scale="1" type="BottomEdge">
  698.                         <DimOperator op="Subtract">
  699.                             <ImageDim imageset="TaharezLook" image="MultiListBottom" dimension="Height" />
  700.                         </DimOperator>
  701.                     </UnifiedDim>
  702.                 </Dim>
  703.             </Area>
  704.         </NamedArea>
  705.         <NamedArea name="ItemRenderingAreaHVScroll">
  706.             <Area>
  707.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
  708.                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
  709.                 <Dim type="RightEdge" >
  710.                     <UnifiedDim scale="1" type="RightEdge">
  711.                         <DimOperator op="Subtract">
  712.                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
  713.                         </DimOperator>
  714.                     </UnifiedDim>
  715.                 </Dim>
  716.                 <Dim type="BottomEdge" >
  717.                     <UnifiedDim scale="1" type="BottomEdge">
  718.                         <DimOperator op="Subtract">
  719.                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
  720.                         </DimOperator>
  721.                     </UnifiedDim>
  722.                 </Dim>
  723.             </Area>
  724.         </NamedArea>
  725.         <Child  type="TaharezLook/ListHeader" nameSuffix="__auto_listheader__">
  726.             <Area>
  727.                 <Dim type="LeftEdge" ><AbsoluteDim value="2" /></Dim>
  728.                 <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim>
  729.                 <Dim type="RightEdge" ><UnifiedDim scale="1" offset="-2" type="RightEdge" /></Dim>
  730.                 <Dim type="Height" >
  731.                     <FontDim type="LineSpacing">
  732.                         <DimOperator op="Multiply">
  733.                             <AbsoluteDim value="1.5" />
  734.                         </DimOperator>
  735.                     </FontDim>
  736.                 </Dim>
  737.             </Area>
  738.         </Child>
  739.         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
  740.             <Area>
  741.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  742.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  743.                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
  744.                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
  745.             </Area>
  746.             <VertAlignment type="BottomAligned" />
  747.         </Child>
  748.         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
  749.             <Area>
  750.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  751.                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
  752.                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
  753.                 <Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-12" type="BottomEdge" /></Dim>
  754.             </Area>
  755.             <HorzAlignment type="RightAligned" />
  756.         </Child>
  757.         <ImagerySection name="main">
  758.             <FrameComponent>
  759.                 <Area>
  760.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  761.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  762.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  763.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  764.                 </Area>
  765.                 <Image type="TopLeftCorner" imageset="TaharezLook" image="MultiListTopLeft" />
  766.                 <Image type="TopRightCorner" imageset="TaharezLook" image="MultiListTopRight" />
  767.                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="MultiListBottomLeft" />
  768.                 <Image type="BottomRightCorner" imageset="TaharezLook" image="MultiListBottomRight" />
  769.                 <Image type="LeftEdge" imageset="TaharezLook" image="MultiListLeft" />
  770.                 <Image type="RightEdge" imageset="TaharezLook" image="MultiListRight" />
  771.                 <Image type="TopEdge" imageset="TaharezLook" image="MultiListTop" />
  772.                 <Image type="BottomEdge" imageset="TaharezLook" image="MultiListBottom" />
  773.                 <Image type="Background" imageset="TaharezLook" image="MultiListBackdrop" />
  774.             </FrameComponent>
  775.         </ImagerySection>
  776.         <StateImagery name="Enabled">
  777.             <Layer>
  778.                 <Section section="main" />
  779.             </Layer>
  780.         </StateImagery>
  781.         <StateImagery name="Disabled">
  782.             <Layer>
  783.                 <Section section="main">
  784.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  785.                 </Section>
  786.             </Layer>
  787.         </StateImagery>
  788.     </WidgetLook>
  789.     
  790.     <!--
  791.     ***************************************************
  792.         TaharezLook/MultiLineEditbox
  793.     ***************************************************
  794.     -->
  795.     <WidgetLook name="TaharezLook/MultiLineEditbox">
  796.         <Property name="MouseCursorImage" value="set:TaharezLook image:MouseTextBar" />
  797.         <Property name="SelectionBrushImage" value="set:TaharezLook image:MultiLineEditboxSelectionBrush" />
  798.         <NamedArea name="TextArea">
  799.             <Area>
  800.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
  801.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
  802.                 <Dim type="RightEdge" >
  803.                     <UnifiedDim scale="1" type="RightEdge">
  804.                         <DimOperator op="Subtract">
  805.                             <ImageDim imageset="TaharezLook" image="MultiLineEditboxRight" dimension="Width" />
  806.                         </DimOperator>
  807.                     </UnifiedDim>
  808.                 </Dim>
  809.                 <Dim type="BottomEdge" >
  810.                     <UnifiedDim scale="1" type="BottomEdge">
  811.                         <DimOperator op="Subtract">
  812.                             <ImageDim imageset="TaharezLook" image="MultiLineEditboxBottom" dimension="Height" />
  813.                         </DimOperator>
  814.                     </UnifiedDim>
  815.                 </Dim>
  816.             </Area>
  817.         </NamedArea>
  818.         <NamedArea name="TextAreaHScroll">
  819.             <Area>
  820.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
  821.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
  822.                 <Dim type="RightEdge" >
  823.                     <UnifiedDim scale="1" type="RightEdge">
  824.                         <DimOperator op="Subtract">
  825.                             <ImageDim imageset="TaharezLook" image="MultiLineEditboxRight" dimension="Width" />
  826.                         </DimOperator>
  827.                     </UnifiedDim>
  828.                 </Dim>
  829.                 <Dim type="BottomEdge" >
  830.                     <UnifiedDim scale="1" type="BottomEdge">
  831.                         <DimOperator op="Subtract">
  832.                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
  833.                         </DimOperator>
  834.                     </UnifiedDim>
  835.                 </Dim>
  836.             </Area>
  837.         </NamedArea>
  838.         <NamedArea name="TextAreaVScroll">
  839.             <Area>
  840.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
  841.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
  842.                 <Dim type="RightEdge" >
  843.                     <UnifiedDim scale="1" type="RightEdge">
  844.                         <DimOperator op="Subtract">
  845.                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
  846.                         </DimOperator>
  847.                     </UnifiedDim>
  848.                 </Dim>
  849.                 <Dim type="BottomEdge" >
  850.                     <UnifiedDim scale="1" type="BottomEdge">
  851.                         <DimOperator op="Subtract">
  852.                             <ImageDim imageset="TaharezLook" image="MultiLineEditboxBottom" dimension="Height" />
  853.                         </DimOperator>
  854.                     </UnifiedDim>
  855.                 </Dim>
  856.             </Area>
  857.         </NamedArea>
  858.         <NamedArea name="TextAreaHVScroll">
  859.             <Area>
  860.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
  861.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
  862.                 <Dim type="RightEdge" >
  863.                     <UnifiedDim scale="1" type="RightEdge">
  864.                         <DimOperator op="Subtract">
  865.                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
  866.                         </DimOperator>
  867.                     </UnifiedDim>
  868.                 </Dim>
  869.                 <Dim type="BottomEdge" >
  870.                     <UnifiedDim scale="1" type="BottomEdge">
  871.                         <DimOperator op="Subtract">
  872.                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
  873.                         </DimOperator>
  874.                     </UnifiedDim>
  875.                 </Dim>
  876.             </Area>
  877.         </NamedArea>
  878.         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
  879.             <Area>
  880.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  881.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  882.                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
  883.                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
  884.             </Area>
  885.             <VertAlignment type="BottomAligned" />
  886.         </Child>
  887.         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
  888.             <Area>
  889.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  890.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  891.                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
  892.                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
  893.             </Area>
  894.             <HorzAlignment type="RightAligned" />
  895.         </Child>
  896.         <ImagerySection name="main">
  897.             <FrameComponent>
  898.                 <Area>
  899.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  900.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  901.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  902.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  903.                 </Area>
  904.                 <Image type="TopLeftCorner" imageset="TaharezLook" image="MultiLineEditboxTopLeft" />
  905.                 <Image type="TopRightCorner" imageset="TaharezLook" image="MultiLineEditboxTopRight" />
  906.                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="MultiLineEditboxBottomLeft" />
  907.                 <Image type="BottomRightCorner" imageset="TaharezLook" image="MultiLineEditboxBottomRight" />
  908.                 <Image type="LeftEdge" imageset="TaharezLook" image="MultiLineEditboxLeft" />
  909.                 <Image type="RightEdge" imageset="TaharezLook" image="MultiLineEditboxRight" />
  910.                 <Image type="TopEdge" imageset="TaharezLook" image="MultiLineEditboxTop" />
  911.                 <Image type="BottomEdge" imageset="TaharezLook" image="MultiLineEditboxBottom" />
  912.                 <Image type="Background" imageset="TaharezLook" image="MultiLineEditboxBackdrop" />
  913.             </FrameComponent>
  914.         </ImagerySection>
  915.         <ImagerySection name="Carat">
  916.             <ImageryComponent>
  917.                 <Area>
  918.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  919.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  920.                     <Dim type="Width" ><ImageDim imageset="TaharezLook" image="EditBoxCarat" dimension="Width" /></Dim>
  921.                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
  922.                 </Area>
  923.                 <Image imageset="TaharezLook" image="EditBoxCarat" />
  924.                 <VertFormat type="Stretched" />
  925.                 <HorzFormat type="Stretched" />
  926.             </ImageryComponent>
  927.         </ImagerySection>
  928.         <StateImagery name="Enabled">
  929.             <Layer>
  930.                 <Section section="main" />
  931.             </Layer>
  932.         </StateImagery>
  933.         <StateImagery name="ReadOnly">
  934.             <Layer>
  935.                 <Section section="main" />
  936.             </Layer>
  937.         </StateImagery>
  938.         <StateImagery name="Disabled">
  939.             <Layer>
  940.                 <Section section="main">
  941.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  942.                 </Section>
  943.             </Layer>
  944.         </StateImagery>
  945.     </WidgetLook>
  946.     
  947.     <!--
  948.     ***************************************************
  949.         TaharezLook/Tooltip
  950.     ***************************************************
  951.     -->
  952.     <WidgetLook name="TaharezLook/Tooltip">
  953.         <NamedArea name="TextArea">
  954.             <Area>
  955.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
  956.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="TooltipTopEdge" dimension="Height" /></Dim>
  957.                 <Dim type="RightEdge" >
  958.                     <UnifiedDim scale="1" type="RightEdge">
  959.                         <DimOperator op="Subtract">
  960.                             <ImageDim imageset="TaharezLook" image="TooltipRightEdge" dimension="Width" />
  961.                         </DimOperator>
  962.                     </UnifiedDim>
  963.                 </Dim>
  964.                 <Dim type="BottomEdge" >
  965.                     <UnifiedDim scale="1" type="BottomEdge">
  966.                         <DimOperator op="Subtract">
  967.                             <ImageDim imageset="TaharezLook" image="TooltipBottomEdge" dimension="Height" />
  968.                         </DimOperator>
  969.                     </UnifiedDim>
  970.                 </Dim>
  971.             </Area>
  972.         </NamedArea>
  973.         <ImagerySection name="main">
  974.             <FrameComponent>
  975.                 <Area>
  976.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  977.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  978.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  979.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  980.                 </Area>
  981.                 <Image type="TopLeftCorner" imageset="TaharezLook" image="TooltipTopLeft" />
  982.                 <Image type="TopRightCorner" imageset="TaharezLook" image="TooltipTopRight" />
  983.                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TooltipBottomLeft" />
  984.                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TooltipBottomRight" />
  985.                 <Image type="LeftEdge" imageset="TaharezLook" image="TooltipLeftEdge" />
  986.                 <Image type="RightEdge" imageset="TaharezLook" image="TooltipRightEdge" />
  987.                 <Image type="TopEdge" imageset="TaharezLook" image="TooltipTopEdge" />
  988.                 <Image type="BottomEdge" imageset="TaharezLook" image="TooltipBottomEdge" />
  989.                 <Image type="Background" imageset="TaharezLook" image="TooltipMiddle" />
  990.             </FrameComponent>
  991.         </ImagerySection>
  992.         <ImagerySection name="label">
  993.             <TextComponent>
  994.                 <Area>
  995.                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
  996.                     <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="TooltipTopEdge" dimension="Height" /></Dim>
  997.                     <Dim type="RightEdge" >
  998.                         <UnifiedDim scale="1" type="RightEdge">
  999.                             <DimOperator op="Subtract">
  1000.                                 <ImageDim imageset="TaharezLook" image="TooltipRightEdge" dimension="Width" />
  1001.                             </DimOperator>
  1002.                         </UnifiedDim>
  1003.                     </Dim>
  1004.                     <Dim type="BottomEdge" >
  1005.                         <UnifiedDim scale="1" type="BottomEdge">
  1006.                             <DimOperator op="Subtract">
  1007.                                 <ImageDim imageset="TaharezLook" image="TooltipBottomEdge" dimension="Height" />
  1008.                             </DimOperator>
  1009.                         </UnifiedDim>
  1010.                     </Dim>
  1011.                 </Area>
  1012.                 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
  1013.                 <VertFormat type="CentreAligned" />
  1014.                 <HorzFormat type="CentreAligned" />
  1015.             </TextComponent>
  1016.         </ImagerySection>
  1017.         <StateImagery name="Enabled">
  1018.             <Layer>
  1019.                 <Section section="main" />
  1020.                 <Section section="label" />
  1021.             </Layer>
  1022.         </StateImagery>
  1023.         <StateImagery name="Disabled">
  1024.             <Layer>
  1025.                 <Section section="main" />
  1026.                 <Section section="label" />
  1027.             </Layer>
  1028.         </StateImagery>
  1029.     </WidgetLook>
  1030.     
  1031.     <!--
  1032.     ***************************************************
  1033.         TaharezLook/ScrollablePane
  1034.     ***************************************************
  1035.     -->
  1036.     <WidgetLook name="TaharezLook/ScrollablePane">
  1037.         <NamedArea name="ViewableArea">
  1038.             <Area>
  1039.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1040.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1041.                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
  1042.                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
  1043.             </Area>
  1044.         </NamedArea>
  1045.         <NamedArea name="ViewableAreaHScroll">
  1046.             <Area>
  1047.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1048.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1049.                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
  1050.                 <Dim type="BottomEdge" >
  1051.                     <UnifiedDim scale="1" type="BottomEdge">
  1052.                         <DimOperator op="Subtract">
  1053.                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
  1054.                         </DimOperator>
  1055.                     </UnifiedDim>
  1056.                 </Dim>
  1057.             </Area>
  1058.         </NamedArea>
  1059.         <NamedArea name="ViewableAreaVScroll">
  1060.             <Area>
  1061.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1062.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1063.                 <Dim type="RightEdge" >
  1064.                     <UnifiedDim scale="1" type="RightEdge">
  1065.                         <DimOperator op="Subtract">
  1066.                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
  1067.                         </DimOperator>
  1068.                     </UnifiedDim>
  1069.                 </Dim>
  1070.                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
  1071.             </Area>
  1072.         </NamedArea>
  1073.         <NamedArea name="ViewableAreaHVScroll">
  1074.             <Area>
  1075.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1076.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1077.                 <Dim type="RightEdge" >
  1078.                     <UnifiedDim scale="1" type="RightEdge">
  1079.                         <DimOperator op="Subtract">
  1080.                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
  1081.                         </DimOperator>
  1082.                     </UnifiedDim>
  1083.                 </Dim>
  1084.                 <Dim type="BottomEdge" >
  1085.                     <UnifiedDim scale="1" type="BottomEdge">
  1086.                         <DimOperator op="Subtract">
  1087.                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
  1088.                         </DimOperator>
  1089.                     </UnifiedDim>
  1090.                 </Dim>
  1091.             </Area>
  1092.         </NamedArea>
  1093.         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
  1094.             <Area>
  1095.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1096.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1097.                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
  1098.                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
  1099.             </Area>
  1100.             <VertAlignment type="BottomAligned" />
  1101.         </Child>
  1102.         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
  1103.             <Area>
  1104.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1105.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1106.                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
  1107.                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
  1108.             </Area>
  1109.             <HorzAlignment type="RightAligned" />
  1110.         </Child>
  1111.         <StateImagery name="Enabled" />
  1112.         <StateImagery name="Disabled" />
  1113.     </WidgetLook>
  1114.     
  1115.     <!--
  1116.     ***************************************************
  1117.         TaharezLook/TabButton
  1118.     ***************************************************
  1119.     -->
  1120.     <WidgetLook name="TaharezLook/TabButton">
  1121.         <ImagerySection name="label">
  1122.             <TextComponent>
  1123.                 <Area>
  1124.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1125.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1126.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1127.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1128.                 </Area>
  1129.                 <VertFormat type="CentreAligned" />
  1130.                 <HorzFormat type="CentreAligned" />
  1131.             </TextComponent>
  1132.         </ImagerySection>
  1133.         <ImagerySection name="normal">
  1134.             <FrameComponent>
  1135.                 <Area>
  1136.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1137.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1138.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1139.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1140.                 </Area>
  1141.                 <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeftNormal" />
  1142.                 <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightNormal" />
  1143.                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
  1144.                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRightNormal" />
  1145.                 <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftNormal" />
  1146.                 <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightNormal" />
  1147.                 <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperNormal" />
  1148.                 <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
  1149.                 <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleNormal" />
  1150.             </FrameComponent>
  1151.         </ImagerySection>
  1152.         <ImagerySection name="selected">
  1153.             <FrameComponent>
  1154.                 <Area>
  1155.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1156.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1157.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1158.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1159.                 </Area>
  1160.                 <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeftSelected" />
  1161.                 <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightSelected" />
  1162.                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftSelected" />
  1163.                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRightSelected" />
  1164.                 <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftSelected" />
  1165.                 <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightSelected" />
  1166.                 <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperSelected" />
  1167.                 <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerSelected" />
  1168.                 <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleSelected" />
  1169.             </FrameComponent>
  1170.         </ImagerySection>
  1171.         <StateImagery name="Normal">
  1172.             <Layer>
  1173.                 <Section section="normal" />
  1174.                 <Section section="label">
  1175.                     <ColourProperty name="NormalTextColour" />
  1176.                 </Section>
  1177.             </Layer>
  1178.         </StateImagery>
  1179.         <StateImagery name="Hover">
  1180.             <Layer>
  1181.                 <Section section="selected" />
  1182.                 <Section section="label">
  1183.                     <ColourProperty name="HoverTextColour" />
  1184.                 </Section>
  1185.             </Layer>
  1186.         </StateImagery>
  1187.         <StateImagery name="Selected">
  1188.             <Layer>
  1189.                 <Section section="selected" />
  1190.                 <Section section="label">
  1191.                     <ColourProperty name="PushedTextColour" />
  1192.                 </Section>
  1193.             </Layer>
  1194.         </StateImagery>
  1195.         <StateImagery name="Disabled">
  1196.             <Layer>
  1197.                 <Section section="normal">
  1198.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1199.                 </Section>
  1200.                 <Section section="label">
  1201.                     <ColourProperty name="DisabledTextColour" />
  1202.                 </Section>
  1203.             </Layer>
  1204.         </StateImagery>
  1205.     </WidgetLook>
  1206.     
  1207.     <!--
  1208.     ***************************************************
  1209.         TaharezLook/TabPane
  1210.     ***************************************************
  1211.     -->
  1212.     <WidgetLook name="TaharezLook/TabPane">
  1213.         <ImagerySection name="normal">
  1214.             <FrameComponent>
  1215.                 <Area>
  1216.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1217.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1218.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1219.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1220.                 </Area>
  1221.                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabPaneLowerLeft" />
  1222.                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TabPaneLowerRight" />
  1223.                 <Image type="LeftEdge" imageset="TaharezLook" image="TabPaneLeft" />
  1224.                 <Image type="RightEdge" imageset="TaharezLook" image="TabPaneRight" />
  1225.                 <Image type="TopEdge" imageset="TaharezLook" image="TabControlButtonPaneFiller" />
  1226.                 <Image type="BottomEdge" imageset="TaharezLook" image="TabPaneLower" />
  1227.                 <Image type="Background" imageset="TaharezLook" image="TabPaneMiddle" />
  1228.             </FrameComponent>
  1229.         </ImagerySection>
  1230.         <StateImagery name="Enabled">
  1231.             <Layer>
  1232.                 <Section section="normal" />
  1233.             </Layer>
  1234.         </StateImagery>
  1235.         <StateImagery name="Disabled">
  1236.             <Layer>
  1237.                 <Section section="normal">
  1238.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1239.                 </Section>
  1240.             </Layer>
  1241.         </StateImagery>
  1242.     </WidgetLook>
  1243.     
  1244.     <!--
  1245.     ***************************************************
  1246.         TaharezLook/TabControl
  1247.     ***************************************************
  1248.     -->
  1249.     <WidgetLook name="TaharezLook/TabControl">
  1250.         <Property name="TabButtonType" value="TaharezLook/TabButton" />
  1251.         <Child  type="TaharezLook/TabPane" nameSuffix="__auto_TabPane__">
  1252.             <Area>
  1253.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1254.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1255.                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1256.                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1257.             </Area>
  1258.         </Child>
  1259.         <Child  type="DefaultWindow" nameSuffix="__auto_TabPane__Buttons">
  1260.             <Area>
  1261.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1262.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1263.                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1264.                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1265.             </Area>
  1266.         </Child>
  1267.         <StateImagery name="Enabled" />
  1268.         <StateImagery name="Disabled" />
  1269.     </WidgetLook>
  1270.     
  1271.     <!--
  1272.     ***************************************************
  1273.         TaharezLook/MenuItem
  1274.     ***************************************************
  1275.     -->
  1276.     <WidgetLook name="TaharezLook/MenuItem">
  1277.         <ImagerySection name="label">
  1278.             <TextComponent>
  1279.                 <Area>
  1280.                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MenuLeft" dimension="Width" /></Dim>
  1281.                     <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MenuTop" dimension="Height" /></Dim>
  1282.                     <Dim type="RightEdge" >
  1283.                         <UnifiedDim scale="1" type="RightEdge">
  1284.                             <DimOperator op="Subtract">
  1285.                                 <ImageDim imageset="TaharezLook" image="MenuRight" dimension="Width" />
  1286.                             </DimOperator>
  1287.                         </UnifiedDim>
  1288.                     </Dim>
  1289.                     <Dim type="BottomEdge" >
  1290.                         <UnifiedDim scale="1" type="BottomEdge">
  1291.                             <DimOperator op="Subtract">
  1292.                                 <ImageDim imageset="TaharezLook" image="MenuBottom" dimension="Height" />
  1293.                             </DimOperator>
  1294.                         </UnifiedDim>
  1295.                     </Dim>
  1296.                 </Area>
  1297.                 <VertFormat type="CentreAligned" />
  1298.                 <HorzFormat type="LeftAligned" />
  1299.             </TextComponent>
  1300.         </ImagerySection>
  1301.         <ImagerySection name="frame">
  1302.             <FrameComponent>
  1303.                 <Area>
  1304.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1305.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1306.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1307.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1308.                 </Area>
  1309.                 <Image type="TopLeftCorner" imageset="TaharezLook" image="MenuTopLeft" />
  1310.                 <Image type="TopRightCorner" imageset="TaharezLook" image="MenuTopRight" />
  1311.                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="MenuBottomLeft" />
  1312.                 <Image type="BottomRightCorner" imageset="TaharezLook" image="MenuBottomRight" />
  1313.                 <Image type="LeftEdge" imageset="TaharezLook" image="MenuLeft" />
  1314.                 <Image type="RightEdge" imageset="TaharezLook" image="MenuRight" />
  1315.                 <Image type="TopEdge" imageset="TaharezLook" image="MenuTop" />
  1316.                 <Image type="BottomEdge" imageset="TaharezLook" image="MenuBottom" />
  1317.                 <Image type="Background" imageset="TaharezLook" image="MenuMiddle" />
  1318.             </FrameComponent>
  1319.         </ImagerySection>
  1320.         <ImagerySection name="popup_arrow_right">
  1321.             <ImageryComponent>
  1322.                 <Area>
  1323.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1324.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1325.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1326.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1327.                 </Area>
  1328.                 <Image imageset="TaharezLook" image="PopupMenuArrowRight" />
  1329.                 <VertFormat type="CentreAligned" />
  1330.                 <HorzFormat type="RightAligned" />
  1331.             </ImageryComponent>
  1332.         </ImagerySection>
  1333.         <ImagerySection name="popup_arrow_left">
  1334.             <ImageryComponent>
  1335.                 <Area>
  1336.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1337.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1338.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1339.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1340.                 </Area>
  1341.                 <Image imageset="TaharezLook" image="PopupMenuArrowLeft" />
  1342.                 <VertFormat type="CentreAligned" />
  1343.                 <HorzFormat type="RightAligned" />
  1344.             </ImageryComponent>
  1345.         </ImagerySection>
  1346.         <StateImagery name="EnabledNormal">
  1347.             <Layer>
  1348.                 <Section section="label" />
  1349.             </Layer>
  1350.         </StateImagery>
  1351.         <StateImagery name="EnabledHover">
  1352.             <Layer>
  1353.                 <Section section="frame" />
  1354.                 <Section section="label" />
  1355.             </Layer>
  1356.         </StateImagery>
  1357.         <StateImagery name="EnabledPushed">
  1358.             <Layer>
  1359.                 <Section section="frame" />
  1360.                 <Section section="label" />
  1361.             </Layer>
  1362.         </StateImagery>
  1363.         <StateImagery name="EnabledPopupOpen">
  1364.             <Layer>
  1365.                 <Section section="frame" />
  1366.                 <Section section="label" />
  1367.             </Layer>
  1368.         </StateImagery>
  1369.         <StateImagery name="DisabledNormal">
  1370.             <Layer>
  1371.                 <Section section="label">
  1372.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1373.                 </Section>
  1374.             </Layer>
  1375.         </StateImagery>
  1376.         <StateImagery name="DisabledHover">
  1377.             <Layer>
  1378.                 <Section section="frame">
  1379.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1380.                 </Section>
  1381.                 <Section section="label">
  1382.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1383.                 </Section>
  1384.             </Layer>
  1385.         </StateImagery>
  1386.         <StateImagery name="DisabledPushed">
  1387.             <Layer>
  1388.                 <Section section="frame">
  1389.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1390.                 </Section>
  1391.                 <Section section="label">
  1392.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1393.                 </Section>
  1394.             </Layer>
  1395.         </StateImagery>
  1396.         <StateImagery name="DisabledPopupOpen">
  1397.             <Layer>
  1398.                 <Section section="frame">
  1399.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1400.                 </Section>
  1401.                 <Section section="label">
  1402.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1403.                 </Section>
  1404.             </Layer>
  1405.         </StateImagery>
  1406.         <StateImagery name="PopupClosedIcon">
  1407.             <Layer>
  1408.                 <Section section="popup_arrow_right" />
  1409.             </Layer>
  1410.         </StateImagery>
  1411.         <StateImagery name="PopupOpenIcon">
  1412.             <Layer>
  1413.                 <Section section="popup_arrow_left" />
  1414.             </Layer>
  1415.         </StateImagery>
  1416.     </WidgetLook>
  1417.     
  1418.     <!--
  1419.     ***************************************************
  1420.         TaharezLook/PopupMenu
  1421.     ***************************************************
  1422.     -->
  1423.     <WidgetLook name="TaharezLook/PopupMenu">
  1424.         <NamedArea name="ItemRenderArea">
  1425.             <Area>
  1426.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="PopupMenuFrameLeft" dimension="Width" /></Dim>
  1427.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="PopupMenuFrameTop" dimension="Height" /></Dim>
  1428.                 <Dim type="RightEdge" >
  1429.                     <UnifiedDim scale="1" type="RightEdge">
  1430.                         <DimOperator op="Subtract">
  1431.                             <ImageDim imageset="TaharezLook" image="PopupMenuFrameRight" dimension="Width" />
  1432.                         </DimOperator>
  1433.                     </UnifiedDim>
  1434.                 </Dim>
  1435.                 <Dim type="BottomEdge" >
  1436.                     <UnifiedDim scale="1" type="BottomEdge">
  1437.                         <DimOperator op="Subtract">
  1438.                             <ImageDim imageset="TaharezLook" image="PopupMenuFrameBottom" dimension="Height" />
  1439.                         </DimOperator>
  1440.                     </UnifiedDim>
  1441.                 </Dim>
  1442.             </Area>
  1443.         </NamedArea>
  1444.         <ImagerySection name="frame">
  1445.             <FrameComponent>
  1446.                 <Area>
  1447.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1448.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1449.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1450.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1451.                 </Area>
  1452.                 <Image type="TopLeftCorner" imageset="TaharezLook" image="PopupMenuFrameTopLeft" />
  1453.                 <Image type="TopRightCorner" imageset="TaharezLook" image="PopupMenuFrameTopRight" />
  1454.                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="PopupMenuFrameBottomLeft" />
  1455.                 <Image type="BottomRightCorner" imageset="TaharezLook" image="PopupMenuFrameBottomRight" />
  1456.                 <Image type="LeftEdge" imageset="TaharezLook" image="PopupMenuFrameLeft" />
  1457.                 <Image type="RightEdge" imageset="TaharezLook" image="PopupMenuFrameRight" />
  1458.                 <Image type="TopEdge" imageset="TaharezLook" image="PopupMenuFrameTop" />
  1459.                 <Image type="BottomEdge" imageset="TaharezLook" image="PopupMenuFrameBottom" />
  1460.                 <Image type="Background" imageset="TaharezLook" image="PopupMenuMiddle" />
  1461.             </FrameComponent>
  1462.         </ImagerySection>
  1463.         <StateImagery name="Enabled">
  1464.             <Layer>
  1465.                 <Section section="frame" />
  1466.             </Layer>
  1467.         </StateImagery>
  1468.         <StateImagery name="Disabled">
  1469.             <Layer>
  1470.                 <Section section="frame">
  1471.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1472.                 </Section>
  1473.             </Layer>
  1474.         </StateImagery>
  1475.     </WidgetLook>
  1476.     
  1477.     
  1478.     <!--
  1479.     ***************************************************
  1480.         TaharezLook/Menubar
  1481.     ***************************************************
  1482.     -->
  1483.     <WidgetLook name="TaharezLook/Menubar">
  1484.         <NamedArea name="ItemRenderArea">
  1485.             <Area>
  1486.                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="PopupMenuFrameLeft" dimension="Width" /></Dim>
  1487.                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="PopupMenuFrameTop" dimension="Height" /></Dim>
  1488.                 <Dim type="RightEdge" >
  1489.                     <UnifiedDim scale="1" type="RightEdge">
  1490.                         <DimOperator op="Subtract">
  1491.                             <ImageDim imageset="TaharezLook" image="PopupMenuFrameRight" dimension="Width" />
  1492.                         </DimOperator>
  1493.                     </UnifiedDim>
  1494.                 </Dim>
  1495.                 <Dim type="BottomEdge" >
  1496.                     <UnifiedDim scale="1" type="BottomEdge">
  1497.                         <DimOperator op="Subtract">
  1498.                             <ImageDim imageset="TaharezLook" image="PopupMenuFrameBottom" dimension="Height" />
  1499.                         </DimOperator>
  1500.                     </UnifiedDim>
  1501.                 </Dim>
  1502.             </Area>
  1503.         </NamedArea>
  1504.         <ImagerySection name="frame">
  1505.             <FrameComponent>
  1506.                 <Area>
  1507.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1508.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1509.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1510.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1511.                 </Area>
  1512.                 <Image type="TopLeftCorner" imageset="TaharezLook" image="PopupMenuFrameTopLeft" />
  1513.                 <Image type="TopRightCorner" imageset="TaharezLook" image="PopupMenuFrameTopRight" />
  1514.                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="PopupMenuFrameBottomLeft" />
  1515.                 <Image type="BottomRightCorner" imageset="TaharezLook" image="PopupMenuFrameBottomRight" />
  1516.                 <Image type="LeftEdge" imageset="TaharezLook" image="PopupMenuFrameLeft" />
  1517.                 <Image type="RightEdge" imageset="TaharezLook" image="PopupMenuFrameRight" />
  1518.                 <Image type="TopEdge" imageset="TaharezLook" image="PopupMenuFrameTop" />
  1519.                 <Image type="BottomEdge" imageset="TaharezLook" image="PopupMenuFrameBottom" />
  1520.                 <Image type="Background" imageset="TaharezLook" image="PopupMenuMiddle" />
  1521.             </FrameComponent>
  1522.         </ImagerySection>
  1523.         <StateImagery name="Enabled">
  1524.             <Layer>
  1525.                 <Section section="frame" />
  1526.             </Layer>
  1527.         </StateImagery>
  1528.         <StateImagery name="Disabled">
  1529.             <Layer>
  1530.                 <Section section="frame">
  1531.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1532.                 </Section>
  1533.             </Layer>
  1534.         </StateImagery>
  1535.     </WidgetLook>
  1536.     
  1537.     <!--
  1538.     ***************************************************
  1539.         TaharezLook/LargeVerticalScrollbarThumb
  1540.     ***************************************************
  1541.     -->
  1542.     <WidgetLook name="TaharezLook/LargeVerticalScrollbarThumb">
  1543.         <Property name="VertFree" value="True" />
  1544.         <ImagerySection name="normal">
  1545.             <ImageryComponent>
  1546.                 <Area>
  1547.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1548.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1549.                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
  1550.                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
  1551.                 </Area>
  1552.                 <Image imageset="TaharezLook" image="VertScrollThumbNormal" />
  1553.                 <VertFormat type="Stretched" />
  1554.                 <HorzFormat type="Stretched" />
  1555.             </ImageryComponent>
  1556.         </ImagerySection>
  1557.         <ImagerySection name="hover">
  1558.             <ImageryComponent>
  1559.                 <Area>
  1560.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1561.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1562.                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
  1563.                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
  1564.                 </Area>
  1565.                 <Image imageset="TaharezLook" image="VertScrollThumbHover" />
  1566.                 <VertFormat type="Stretched" />
  1567.                 <HorzFormat type="Stretched" />
  1568.             </ImageryComponent>
  1569.         </ImagerySection>
  1570.         <StateImagery name="Normal">
  1571.             <Layer>
  1572.                 <Section section="normal" />
  1573.             </Layer>
  1574.         </StateImagery>
  1575.         <StateImagery name="Hover">
  1576.             <Layer>
  1577.                 <Section section="hover" />
  1578.             </Layer>
  1579.         </StateImagery>
  1580.         <StateImagery name="Pushed">
  1581.             <Layer>
  1582.                 <Section section="normal" />
  1583.             </Layer>
  1584.         </StateImagery>
  1585.         <StateImagery name="Disabled">
  1586.             <Layer>
  1587.                 <Section section="normal">
  1588.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1589.                 </Section>
  1590.             </Layer>
  1591.         </StateImagery>
  1592.     </WidgetLook>
  1593.     
  1594.     <!--
  1595.     ***************************************************
  1596.         TaharezLook/LargeVerticalScrollbar
  1597.     ***************************************************
  1598.     -->
  1599.     <WidgetLook name="TaharezLook/LargeVerticalScrollbar">
  1600.         <Property name="VerticalScrollbar" value="True" />
  1601.         <NamedArea name="ThumbTrackArea">
  1602.             <Area>
  1603.                 <Dim type="LeftEdge" ><UnifiedDim scale="0.325" type="LeftEdge" /></Dim>
  1604.                 <Dim type="TopEdge" >
  1605.                     <WidgetDim widget="__auto_decbtn__" dimension="Height">
  1606.                         <DimOperator op="Add">
  1607.                             <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
  1608.                                 <DimOperator op="Multiply">
  1609.                                     <AbsoluteDim value="0.5" />
  1610.                                 </DimOperator>
  1611.                             </ImageDim>
  1612.                         </DimOperator>
  1613.                     </WidgetDim>
  1614.                 </Dim>
  1615.                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
  1616.                 <Dim type="BottomEdge" >
  1617.                     <UnifiedDim scale="1.0" type="BottomEdge">
  1618.                         <DimOperator op="Subtract">
  1619.                             <WidgetDim widget="__auto_decbtn__" dimension="Height">
  1620.                                 <DimOperator op="Add">
  1621.                                     <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
  1622.                                         <DimOperator op="Multiply">
  1623.                                             <AbsoluteDim value="0.5" />
  1624.                                         </DimOperator>
  1625.                                     </ImageDim>
  1626.                                 </DimOperator>
  1627.                             </WidgetDim>
  1628.                         </DimOperator>
  1629.                     </UnifiedDim>
  1630.                 </Dim>
  1631.             </Area>
  1632.         </NamedArea>
  1633.         <Child  type="TaharezLook/Button" nameSuffix="__auto_incbtn__">
  1634.             <Area>
  1635.                 <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>
  1636.                 <Dim type="TopEdge" >
  1637.                     <AbsoluteDim value="-1">
  1638.                         <DimOperator op="Multiply">
  1639.                             <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
  1640.                                 <DimOperator op="Multiply">
  1641.                                     <AbsoluteDim value="0.5" />
  1642.                                 </DimOperator>
  1643.                             </ImageDim>
  1644.                         </DimOperator>
  1645.                     </AbsoluteDim>
  1646.                 </Dim>
  1647.                 <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>
  1648.                 <Dim type="Height" >
  1649.                     <UnifiedDim scale="0.6" type="Width">
  1650.                         <DimOperator op="Multiply">
  1651.                             <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width">
  1652.                                 <DimOperator op="Divide">
  1653.                                     <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Height"/>
  1654.                                 </DimOperator>
  1655.                             </ImageDim>
  1656.                         </DimOperator>
  1657.                     </UnifiedDim>
  1658.                 </Dim>
  1659.             </Area>
  1660.             <VertAlignment type="BottomAligned" />
  1661.             <Property name="UseStandardImagery" value="False" />
  1662.             <Property name="NormalImage" value="set:TaharezLook image:VertScrollDownNormal" />
  1663.             <Property name="HoverImage" value="set:TaharezLook image:VertScrollDownHover" />
  1664.             <Property name="PushedImage" value="set:TaharezLook image:VertScrollDownNormal" />
  1665.         </Child>
  1666.         <Child  type="TaharezLook/Button" nameSuffix="__auto_decbtn__">
  1667.             <Area>
  1668.                 <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>
  1669.                 <Dim type="TopEdge">
  1670.                     <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
  1671.                         <DimOperator op="Multiply">
  1672.                             <AbsoluteDim value="0.5" />
  1673.                         </DimOperator>
  1674.                     </ImageDim>
  1675.                 </Dim>
  1676.                 <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>
  1677.                 <Dim type="Height" >
  1678.                     <UnifiedDim scale="0.6" type="Width">
  1679.                         <DimOperator op="Multiply">
  1680.                             <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width">
  1681.                                 <DimOperator op="Divide">
  1682.                                     <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Height"/>
  1683.                                 </DimOperator>
  1684.                             </ImageDim>
  1685.                         </DimOperator>
  1686.                     </UnifiedDim>
  1687.                 </Dim>
  1688.             </Area>
  1689.             <Property name="UseStandardImagery" value="False" />
  1690.             <Property name="NormalImage" value="set:TaharezLook image:VertScrollUpNormal" />
  1691.             <Property name="HoverImage" value="set:TaharezLook image:VertScrollUpHover" />
  1692.             <Property name="PushedImage" value="set:TaharezLook image:VertScrollUpNormal" />
  1693.         </Child>
  1694.         <Child  type="TaharezLook/LargeVerticalScrollbarThumb" nameSuffix="__auto_thumb__">
  1695.             <Area>
  1696.                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1697.                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1698.                 <Dim type="Width" ><UnifiedDim scale="0.4" type="Width" /></Dim>
  1699.                 <Dim type="Height" >
  1700.                     <UnifiedDim scale="0.4" type="Width">
  1701.                         <DimOperator op="Multiply">
  1702.                             <ImageDim imageset="TaharezLook" image="VertScrollThumbNormal" dimension="Height">
  1703.                                 <DimOperator op="Divide">
  1704.                                     <ImageDim imageset="TaharezLook" image="VertScrollThumbNormal" dimension="Width"/>
  1705.                                 </DimOperator>
  1706.                             </ImageDim>
  1707.                         </DimOperator>
  1708.                     </UnifiedDim>
  1709.                 </Dim>
  1710.             </Area>
  1711.         </Child>
  1712.         <ImagerySection name="main">
  1713.             <FrameComponent>
  1714.                 <Area>
  1715.                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
  1716.                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
  1717.                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
  1718.                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
  1719.                 </Area>
  1720.                 <Image type="TopEdge" imageset="TaharezLook" image="VertScrollTop" />
  1721.                 <Image type="BottomEdge" imageset="TaharezLook" image="VertScrollBottom" />
  1722.                 <Image type="Background" imageset="TaharezLook" image="VertScrollMiddle" />
  1723.             </FrameComponent>
  1724.             <ImageryComponent>
  1725.                 <Area>
  1726.                     <Dim type="LeftEdge" ><UnifiedDim scale="0.45" type="LeftEdge" /></Dim>
  1727.                     <Dim type="TopEdge" >
  1728.                         <WidgetDim widget="__auto_decbtn__" dimension="Height">
  1729.                             <DimOperator op="Add">
  1730.                                 <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
  1731.                                     <DimOperator op="Multiply">
  1732.                                         <AbsoluteDim value="0.5" />
  1733.                                     </DimOperator>
  1734.                                 </ImageDim>
  1735.                             </DimOperator>
  1736.                         </WidgetDim>
  1737.                     </Dim>
  1738.                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
  1739.                     <Dim type="BottomEdge" >
  1740.                         <UnifiedDim scale="1.0" type="BottomEdge">
  1741.                             <DimOperator op="Subtract">
  1742.                                 <WidgetDim widget="__auto_decbtn__" dimension="Height">
  1743.                                     <DimOperator op="Add">
  1744.                                         <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
  1745.                                             <DimOperator op="Multiply">
  1746.                                                 <AbsoluteDim value="0.5" />
  1747.                                             </DimOperator>
  1748.                                         </ImageDim>
  1749.                                     </DimOperator>
  1750.                                 </WidgetDim>
  1751.                             </DimOperator>
  1752.                         </UnifiedDim>
  1753.                     </Dim>
  1754.                 </Area>
  1755.                 <Image imageset="TaharezLook" image="VertScrollBarSegment" />
  1756.                 <VertFormat type="Tiled" />
  1757.             </ImageryComponent>
  1758.         </ImagerySection>
  1759.         <StateImagery name="Enabled">
  1760.             <Layer>
  1761.                 <Section section="main" />
  1762.             </Layer>
  1763.         </StateImagery>
  1764.         <StateImagery name="Disabled">
  1765.             <Layer>
  1766.                 <Section section="main">
  1767.                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
  1768.                 </Section>
  1769.             </Layer>
  1770.         </StateImagery>
  1771.     </WidgetLook>
  1772. </Falagard>