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

游戏引擎

开发平台:

Visual C++

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