Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 18, 2016, 6:35:37 PM (9 years ago)
Author:
bknecht
Message:

initial migration of data files to cegui0.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/cegui0.8/gui/looknfeels/TaharezLook.looknfeel

    r7708 r11120  
    1 <?xml version="1.0" ?>
    2 <Falagard>
    3     <!--
    4     ***************************************************
    5         TaharezLook/Button
    6     ***************************************************
    7     -->
     1<?xml version='1.0' encoding='utf-8'?>
     2<Falagard version="7">
    83    <WidgetLook name="TaharezLook/Button">
    9         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    10         <PropertyDefinition name="HoverTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    11         <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    12         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
    13         <PropertyDefinition name="VertLabelFormatting" initialValue="CentreAligned" />
    14         <PropertyDefinition name="HorzLabelFormatting" initialValue="CentreAligned" />
    15         <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />
    16         <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />
    17         <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />
    18         <PropertyDefinition name="DisabledImage" initialValue="" redrawOnWrite="true" />
    19         <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
    20         <PropertyDefinition name="HorzImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
     4        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     5        <PropertyDefinition initialValue="FFFFFFFF" name="HoverTextColour" redrawOnWrite="true" />
     6        <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" />
     7        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
     8        <PropertyDefinition initialValue="CentreAligned" name="VertLabelFormatting" />
     9        <PropertyDefinition initialValue="CentreAligned" name="HorzLabelFormatting" />
     10        <PropertyDefinition initialValue="" name="NormalImage" redrawOnWrite="true" />
     11        <PropertyDefinition initialValue="" name="HoverImage" redrawOnWrite="true" />
     12        <PropertyDefinition initialValue="" name="PushedImage" redrawOnWrite="true" />
     13        <PropertyDefinition initialValue="" name="DisabledImage" redrawOnWrite="true" />
     14        <PropertyDefinition initialValue="Stretched" name="VertImageFormatting" redrawOnWrite="true" />
     15        <PropertyDefinition initialValue="Stretched" name="HorzImageFormatting" redrawOnWrite="true" />
    2116        <ImagerySection name="label">
    2217            <TextComponent>
    2318                <Area>
    24                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    25                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    26                     <Dim type="Width"><UnifiedDim scale="1" type="Width" /></Dim>
    27                     <Dim type="Height"><UnifiedDim scale="1" type="Height" /></Dim>
     19                    <Dim type="LeftEdge">
     20                        <AbsoluteDim value="0" />
     21                    </Dim>
     22                    <Dim type="TopEdge">
     23                        <AbsoluteDim value="0" />
     24                    </Dim>
     25                    <Dim type="Width">
     26                        <UnifiedDim scale="1" type="Width" />
     27                    </Dim>
     28                    <Dim type="Height">
     29                        <UnifiedDim scale="1" type="Height" />
     30                    </Dim>
    2831                </Area>
    2932                <VertFormatProperty name="VertLabelFormatting" />
     
    3437            <FrameComponent>
    3538                <Area>
    36                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    37                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    38                     <Dim type="Width"><UnifiedDim scale="1" type="Width" /></Dim>
    39                     <Dim type="Height"><UnifiedDim scale="1" type="Height" /></Dim>
    40                 </Area>
    41                 <Image type="LeftEdge" imageset="TaharezLook" image="ButtonLeftNormal" />
    42                 <Image type="RightEdge" imageset="TaharezLook" image="ButtonRightNormal" />
    43                 <Image type="Background" imageset="TaharezLook" image="ButtonMiddleNormal" />
     39                    <Dim type="LeftEdge">
     40                        <AbsoluteDim value="0" />
     41                    </Dim>
     42                    <Dim type="TopEdge">
     43                        <AbsoluteDim value="0" />
     44                    </Dim>
     45                    <Dim type="Width">
     46                        <UnifiedDim scale="1" type="Width" />
     47                    </Dim>
     48                    <Dim type="Height">
     49                        <UnifiedDim scale="1" type="Height" />
     50                    </Dim>
     51                </Area>
     52                <Image component="LeftEdge" name="TaharezLook/ButtonLeftNormal" />
     53                <Image component="RightEdge" name="TaharezLook/ButtonRightNormal" />
     54                <Image component="Background" name="TaharezLook/ButtonMiddleNormal" />
    4455            </FrameComponent>
    4556            <ImageryComponent>
    4657                <Area>
    47                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    48                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    49                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    50                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     58                    <Dim type="LeftEdge">
     59                        <AbsoluteDim value="0" />
     60                    </Dim>
     61                    <Dim type="TopEdge">
     62                        <AbsoluteDim value="0" />
     63                    </Dim>
     64                    <Dim type="Width">
     65                        <UnifiedDim scale="1" type="Width" />
     66                    </Dim>
     67                    <Dim type="Height">
     68                        <UnifiedDim scale="1" type="Height" />
     69                    </Dim>
    5170                </Area>
    5271                <ImageProperty name="NormalImage" />
     
    5877            <FrameComponent>
    5978                <Area>
    60                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    61                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    62                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    63                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    64                 </Area>
    65                 <Image type="LeftEdge" imageset="TaharezLook" image="ButtonLeftHighlight" />
    66                 <Image type="RightEdge" imageset="TaharezLook" image="ButtonRightHighlight" />
    67                 <Image type="Background" imageset="TaharezLook" image="ButtonMiddleHighlight" />
     79                    <Dim type="LeftEdge">
     80                        <AbsoluteDim value="0" />
     81                    </Dim>
     82                    <Dim type="TopEdge">
     83                        <AbsoluteDim value="0" />
     84                    </Dim>
     85                    <Dim type="Width">
     86                        <UnifiedDim scale="1" type="Width" />
     87                    </Dim>
     88                    <Dim type="Height">
     89                        <UnifiedDim scale="1" type="Height" />
     90                    </Dim>
     91                </Area>
     92                <Image component="LeftEdge" name="TaharezLook/ButtonLeftHighlight" />
     93                <Image component="RightEdge" name="TaharezLook/ButtonRightHighlight" />
     94                <Image component="Background" name="TaharezLook/ButtonMiddleHighlight" />
    6895            </FrameComponent>
    6996            <ImageryComponent>
    7097                <Area>
    71                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    72                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    73                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    74                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     98                    <Dim type="LeftEdge">
     99                        <AbsoluteDim value="0" />
     100                    </Dim>
     101                    <Dim type="TopEdge">
     102                        <AbsoluteDim value="0" />
     103                    </Dim>
     104                    <Dim type="Width">
     105                        <UnifiedDim scale="1" type="Width" />
     106                    </Dim>
     107                    <Dim type="Height">
     108                        <UnifiedDim scale="1" type="Height" />
     109                    </Dim>
    75110                </Area>
    76111                <ImageProperty name="HoverImage" />
     
    82117            <FrameComponent>
    83118                <Area>
    84                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    85                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    86                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    87                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    88                 </Area>
    89                 <Image type="LeftEdge" imageset="TaharezLook" image="ButtonLeftPushed" />
    90                 <Image type="RightEdge" imageset="TaharezLook" image="ButtonRightPushed" />
    91                 <Image type="Background" imageset="TaharezLook" image="ButtonMiddlePushed" />
     119                    <Dim type="LeftEdge">
     120                        <AbsoluteDim value="0" />
     121                    </Dim>
     122                    <Dim type="TopEdge">
     123                        <AbsoluteDim value="0" />
     124                    </Dim>
     125                    <Dim type="Width">
     126                        <UnifiedDim scale="1" type="Width" />
     127                    </Dim>
     128                    <Dim type="Height">
     129                        <UnifiedDim scale="1" type="Height" />
     130                    </Dim>
     131                </Area>
     132                <Image component="LeftEdge" name="TaharezLook/ButtonLeftPushed" />
     133                <Image component="RightEdge" name="TaharezLook/ButtonRightPushed" />
     134                <Image component="Background" name="TaharezLook/ButtonMiddlePushed" />
    92135            </FrameComponent>
    93136            <ImageryComponent>
    94137                <Area>
    95                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    96                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    97                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    98                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     138                    <Dim type="LeftEdge">
     139                        <AbsoluteDim value="0" />
     140                    </Dim>
     141                    <Dim type="TopEdge">
     142                        <AbsoluteDim value="0" />
     143                    </Dim>
     144                    <Dim type="Width">
     145                        <UnifiedDim scale="1" type="Width" />
     146                    </Dim>
     147                    <Dim type="Height">
     148                        <UnifiedDim scale="1" type="Height" />
     149                    </Dim>
    99150                </Area>
    100151                <ImageProperty name="PushedImage" />
     
    138189            <Layer>
    139190                <Section section="normal">
    140                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     191                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    141192                </Section>
    142193                <Section section="label">
     
    146197        </StateImagery>
    147198    </WidgetLook>
    148 
    149     <!--
    150     ***************************************************
    151         TaharezLook/RadioButton
    152     ***************************************************
    153     -->
    154199    <WidgetLook name="TaharezLook/RadioButton">
    155                 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    156         <PropertyDefinition name="HoverTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    157         <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    158         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
     200        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     201        <PropertyDefinition initialValue="FFFFFFFF" name="HoverTextColour" redrawOnWrite="true" />
     202        <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" />
     203        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
    159204        <ImagerySection name="label">
    160205            <TextComponent>
    161206                <Area>
    162                     <Dim type="LeftEdge" >
    163                         <ImageDim imageset="TaharezLook" image="RadioButtonNormal" dimension="Width">
    164                             <DimOperator op="Add">
    165                                 <AbsoluteDim value="3" />
    166                             </DimOperator>
    167                         </ImageDim>
    168                     </Dim>
    169                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    170                     <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
    171                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     207                    <Dim type="LeftEdge">
     208                        <OperatorDim op="Add">
     209                            <ImageDim dimension="Width" name="TaharezLook/RadioButtonNormal" />
     210                            <AbsoluteDim value="3" />
     211                        </OperatorDim>
     212                    </Dim>
     213                    <Dim type="TopEdge">
     214                        <AbsoluteDim value="0" />
     215                    </Dim>
     216                    <Dim type="RightEdge">
     217                        <UnifiedDim scale="1" type="Width" />
     218                    </Dim>
     219                    <Dim type="Height">
     220                        <UnifiedDim scale="1" type="Height" />
     221                    </Dim>
    172222                </Area>
    173223                <VertFormat type="CentreAligned" />
     
    178228            <ImageryComponent>
    179229                <Area>
    180                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    181                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    182                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    183                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    184                 </Area>
    185                 <Image imageset="TaharezLook" image="RadioButtonNormal" />
     230                    <Dim type="LeftEdge">
     231                        <AbsoluteDim value="0" />
     232                    </Dim>
     233                    <Dim type="TopEdge">
     234                        <AbsoluteDim value="0" />
     235                    </Dim>
     236                    <Dim type="Width">
     237                        <UnifiedDim scale="1" type="Width" />
     238                    </Dim>
     239                    <Dim type="Height">
     240                        <UnifiedDim scale="1" type="Height" />
     241                    </Dim>
     242                </Area>
     243                <Image name="TaharezLook/RadioButtonNormal" />
    186244                <VertFormat type="CentreAligned" />
    187245                <HorzFormat type="LeftAligned" />
     
    191249            <ImageryComponent>
    192250                <Area>
    193                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    194                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    195                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    196                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    197                 </Area>
    198                 <Image imageset="TaharezLook" image="RadioButtonHover" />
     251                    <Dim type="LeftEdge">
     252                        <AbsoluteDim value="0" />
     253                    </Dim>
     254                    <Dim type="TopEdge">
     255                        <AbsoluteDim value="0" />
     256                    </Dim>
     257                    <Dim type="Width">
     258                        <UnifiedDim scale="1" type="Width" />
     259                    </Dim>
     260                    <Dim type="Height">
     261                        <UnifiedDim scale="1" type="Height" />
     262                    </Dim>
     263                </Area>
     264                <Image name="TaharezLook/RadioButtonHover" />
    199265                <VertFormat type="CentreAligned" />
    200266                <HorzFormat type="LeftAligned" />
     
    204270            <ImageryComponent>
    205271                <Area>
    206                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    207                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    208                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    209                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    210                 </Area>
    211                 <Image imageset="TaharezLook" image="RadioButtonMark" />
     272                    <Dim type="LeftEdge">
     273                        <AbsoluteDim value="0" />
     274                    </Dim>
     275                    <Dim type="TopEdge">
     276                        <AbsoluteDim value="0" />
     277                    </Dim>
     278                    <Dim type="Width">
     279                        <UnifiedDim scale="1" type="Width" />
     280                    </Dim>
     281                    <Dim type="Height">
     282                        <UnifiedDim scale="1" type="Height" />
     283                    </Dim>
     284                </Area>
     285                <Image name="TaharezLook/RadioButtonMark" />
    212286                <VertFormat type="CentreAligned" />
    213287                <HorzFormat type="LeftAligned" />
     
    233307            <Layer>
    234308                <Section section="normal">
    235                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     309                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    236310                </Section>
    237311                <Section section="label">
     
    261335            <Layer>
    262336                <Section section="normal">
    263                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     337                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    264338                </Section>
    265339                <Section section="select_mark">
    266                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     340                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    267341                </Section>
    268342                <Section section="label">
     
    272346        </StateImagery>
    273347    </WidgetLook>
    274 
    275     <!--
    276     ***************************************************
    277         TaharezLook/Checkbox
    278     ***************************************************
    279     -->
    280348    <WidgetLook name="TaharezLook/Checkbox">
    281                 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    282         <PropertyDefinition name="HoverTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    283         <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    284         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
     349        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     350        <PropertyDefinition initialValue="FFFFFFFF" name="HoverTextColour" redrawOnWrite="true" />
     351        <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" />
     352        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
    285353        <ImagerySection name="label">
    286354            <TextComponent>
    287355                <Area>
    288                     <Dim type="LeftEdge" >
    289                         <ImageDim imageset="TaharezLook" image="CheckboxNormal" dimension="Width">
    290                             <DimOperator op="Add">
    291                                 <AbsoluteDim value="3" />
    292                             </DimOperator>
    293                         </ImageDim>
    294                     </Dim>
    295                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    296                     <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
    297                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     356                    <Dim type="LeftEdge">
     357                        <OperatorDim op="Add">
     358                            <ImageDim dimension="Width" name="TaharezLook/CheckboxNormal" />
     359                            <AbsoluteDim value="3" />
     360                        </OperatorDim>
     361                    </Dim>
     362                    <Dim type="TopEdge">
     363                        <AbsoluteDim value="0" />
     364                    </Dim>
     365                    <Dim type="RightEdge">
     366                        <UnifiedDim scale="1" type="Width" />
     367                    </Dim>
     368                    <Dim type="Height">
     369                        <UnifiedDim scale="1" type="Height" />
     370                    </Dim>
    298371                </Area>
    299372                <VertFormat type="CentreAligned" />
     
    304377            <ImageryComponent>
    305378                <Area>
    306                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    307                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    308                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    309                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    310                 </Area>
    311                 <Image imageset="TaharezLook" image="CheckboxNormal" />
     379                    <Dim type="LeftEdge">
     380                        <AbsoluteDim value="0" />
     381                    </Dim>
     382                    <Dim type="TopEdge">
     383                        <AbsoluteDim value="0" />
     384                    </Dim>
     385                    <Dim type="Width">
     386                        <UnifiedDim scale="1" type="Width" />
     387                    </Dim>
     388                    <Dim type="Height">
     389                        <UnifiedDim scale="1" type="Height" />
     390                    </Dim>
     391                </Area>
     392                <Image name="TaharezLook/CheckboxNormal" />
    312393                <VertFormat type="CentreAligned" />
    313394                <HorzFormat type="LeftAligned" />
     
    317398            <ImageryComponent>
    318399                <Area>
    319                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    320                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    321                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    322                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    323                 </Area>
    324                 <Image imageset="TaharezLook" image="CheckboxHover" />
     400                    <Dim type="LeftEdge">
     401                        <AbsoluteDim value="0" />
     402                    </Dim>
     403                    <Dim type="TopEdge">
     404                        <AbsoluteDim value="0" />
     405                    </Dim>
     406                    <Dim type="Width">
     407                        <UnifiedDim scale="1" type="Width" />
     408                    </Dim>
     409                    <Dim type="Height">
     410                        <UnifiedDim scale="1" type="Height" />
     411                    </Dim>
     412                </Area>
     413                <Image name="TaharezLook/CheckboxHover" />
    325414                <VertFormat type="CentreAligned" />
    326415                <HorzFormat type="LeftAligned" />
     
    330419            <ImageryComponent>
    331420                <Area>
    332                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    333                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    334                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    335                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    336                 </Area>
    337                 <Image imageset="TaharezLook" image="CheckboxMark" />
     421                    <Dim type="LeftEdge">
     422                        <AbsoluteDim value="0" />
     423                    </Dim>
     424                    <Dim type="TopEdge">
     425                        <AbsoluteDim value="0" />
     426                    </Dim>
     427                    <Dim type="Width">
     428                        <UnifiedDim scale="1" type="Width" />
     429                    </Dim>
     430                    <Dim type="Height">
     431                        <UnifiedDim scale="1" type="Height" />
     432                    </Dim>
     433                </Area>
     434                <Image name="TaharezLook/CheckboxMark" />
    338435                <VertFormat type="CentreAligned" />
    339436                <HorzFormat type="LeftAligned" />
     
    359456            <Layer>
    360457                <Section section="normal">
    361                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     458                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    362459                </Section>
    363460                <Section section="label">
     
    387484            <Layer>
    388485                <Section section="normal">
    389                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     486                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    390487                </Section>
    391488                <Section section="select_mark">
    392                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     489                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    393490                </Section>
    394491                <Section section="label">
     
    398495        </StateImagery>
    399496    </WidgetLook>
    400 
    401     <!--
    402     ***************************************************
    403         TaharezLook/Editbox
    404     ***************************************************
    405     -->
    406497    <WidgetLook name="TaharezLook/Editbox">
    407         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    408         <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />
    409         <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
    410         <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
    411         <Property name="MouseCursorImage" value="set:TaharezLook image:MouseTextBar" />
     498        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     499        <PropertyDefinition initialValue="FF000000" name="SelectedTextColour" redrawOnWrite="true" />
     500        <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" />
     501        <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" />
     502        <Property name="MouseCursorImage" value="TaharezLook/MouseTextBar" />
    412503        <NamedArea name="TextArea">
    413504            <Area>
    414                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
    415                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
    416                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim>
    417                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim>
     505                <Dim type="LeftEdge">
     506                    <AbsoluteDim value="5" />
     507                </Dim>
     508                <Dim type="TopEdge">
     509                    <AbsoluteDim value="5" />
     510                </Dim>
     511                <Dim type="RightEdge">
     512                    <UnifiedDim offset="-5" scale="1.0" type="RightEdge" />
     513                </Dim>
     514                <Dim type="BottomEdge">
     515                    <UnifiedDim offset="-5" scale="1.0" type="BottomEdge" />
     516                </Dim>
    418517            </Area>
    419518        </NamedArea>
     
    421520            <FrameComponent>
    422521                <Area>
    423                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    424                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    425                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    426                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    427                 </Area>
    428                 <Image type="LeftEdge" imageset="TaharezLook" image="EditBoxLeft" />
    429                 <Image type="RightEdge" imageset="TaharezLook" image="EditBoxRight" />
    430                 <Image type="Background" imageset="TaharezLook" image="EditBoxMiddle" />
     522                    <Dim type="LeftEdge">
     523                        <AbsoluteDim value="0" />
     524                    </Dim>
     525                    <Dim type="TopEdge">
     526                        <AbsoluteDim value="0" />
     527                    </Dim>
     528                    <Dim type="Width">
     529                        <UnifiedDim scale="1" type="Width" />
     530                    </Dim>
     531                    <Dim type="Height">
     532                        <UnifiedDim scale="1" type="Height" />
     533                    </Dim>
     534                </Area>
     535                <Image component="LeftEdge" name="TaharezLook/EditBoxLeft" />
     536                <Image component="RightEdge" name="TaharezLook/EditBoxRight" />
     537                <Image component="Background" name="TaharezLook/EditBoxMiddle" />
    431538            </FrameComponent>
    432539        </ImagerySection>
     
    434541            <ImageryComponent>
    435542                <Area>
    436                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    437                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    438                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    439                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    440                 </Area>
    441                 <Image imageset="TaharezLook" image="TextSelectionBrush" />
     543                    <Dim type="LeftEdge">
     544                        <AbsoluteDim value="0" />
     545                    </Dim>
     546                    <Dim type="TopEdge">
     547                        <AbsoluteDim value="0" />
     548                    </Dim>
     549                    <Dim type="RightEdge">
     550                        <UnifiedDim scale="1.0" type="RightEdge" />
     551                    </Dim>
     552                    <Dim type="BottomEdge">
     553                        <UnifiedDim scale="1.0" type="BottomEdge" />
     554                    </Dim>
     555                </Area>
     556                <Image name="TaharezLook/TextSelectionBrush" />
    442557                <VertFormat type="Stretched" />
    443558                <HorzFormat type="Stretched" />
    444559            </ImageryComponent>
    445560        </ImagerySection>
    446         <ImagerySection name="Carat">
    447             <ImageryComponent>
    448                 <Area>
    449                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    450                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    451                     <Dim type="Width" ><ImageDim imageset="TaharezLook" image="EditBoxCarat" dimension="Width" /></Dim>
    452                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    453                 </Area>
    454                 <Image imageset="TaharezLook" image="EditBoxCarat" />
     561        <ImagerySection name="Caret">
     562            <ImageryComponent>
     563                <Area>
     564                    <Dim type="LeftEdge">
     565                        <AbsoluteDim value="0" />
     566                    </Dim>
     567                    <Dim type="TopEdge">
     568                        <AbsoluteDim value="0" />
     569                    </Dim>
     570                    <Dim type="Width">
     571                        <ImageDim dimension="Width" name="TaharezLook/EditBoxCarat" />
     572                    </Dim>
     573                    <Dim type="BottomEdge">
     574                        <UnifiedDim scale="1.0" type="BottomEdge" />
     575                    </Dim>
     576                </Area>
     577                <Image name="TaharezLook/EditBoxCarat" />
    455578                <VertFormat type="Stretched" />
    456579                <HorzFormat type="Stretched" />
     
    470593            <Layer>
    471594                <Section section="container_normal">
    472                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     595                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    473596                </Section>
    474597            </Layer>
     
    489612        </StateImagery>
    490613    </WidgetLook>
    491 
    492     <!--
    493     ***************************************************
    494         TaharezLook/Titlebar
    495     ***************************************************
    496     -->
    497614    <WidgetLook name="TaharezLook/Titlebar">
    498         <PropertyDefinition name="CaptionColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
     615        <PropertyDefinition initialValue="FFFFFFFF" name="CaptionColour" redrawOnWrite="true" />
    499616        <ImagerySection name="main">
    500617            <ImageryComponent>
    501618                <Area>
    502                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    503                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    504                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    505                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    506                 </Area>
    507                 <Image imageset="TaharezLook" image="NewTitlebarLeft" />
     619                    <Dim type="LeftEdge">
     620                        <AbsoluteDim value="0" />
     621                    </Dim>
     622                    <Dim type="TopEdge">
     623                        <AbsoluteDim value="0" />
     624                    </Dim>
     625                    <Dim type="Width">
     626                        <UnifiedDim scale="1.0" type="Width" />
     627                    </Dim>
     628                    <Dim type="Height">
     629                        <UnifiedDim scale="1.0" type="Height" />
     630                    </Dim>
     631                </Area>
     632                <Image name="TaharezLook/NewTitlebarLeft" />
    508633                <VertFormat type="Stretched" />
    509634            </ImageryComponent>
    510635            <ImageryComponent>
    511636                <Area>
    512                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    513                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    514                     <Dim type="RightEdge" >
    515                         <UnifiedDim scale="1" type="RightEdge">
    516                             <DimOperator op="Subtract">
    517                                 <ImageDim imageset="TaharezLook" image="SysAreaRight" dimension="Width">
    518                                     <DimOperator op="Add">
    519                                         <ImageDim imageset="TaharezLook" image="SysAreaMiddle" dimension="Width" />
    520                                     </DimOperator>
    521                                 </ImageDim>
    522                             </DimOperator>
    523                         </UnifiedDim>
    524                     </Dim>
    525                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    526                 </Area>
    527                 <Image imageset="TaharezLook" image="NewTitlebarRight" />
     637                    <Dim type="LeftEdge">
     638                        <AbsoluteDim value="0" />
     639                    </Dim>
     640                    <Dim type="TopEdge">
     641                        <AbsoluteDim value="0" />
     642                    </Dim>
     643                    <Dim type="RightEdge">
     644                        <OperatorDim op="Subtract">
     645                            <UnifiedDim scale="1" type="RightEdge" />
     646                            <OperatorDim op="Add">
     647                                <ImageDim dimension="Width" name="TaharezLook/SysAreaRight" />
     648                                <ImageDim dimension="Width" name="TaharezLook/SysAreaMiddle" />
     649                            </OperatorDim>
     650                        </OperatorDim>
     651                    </Dim>
     652                    <Dim type="Height">
     653                        <UnifiedDim scale="1.0" type="Height" />
     654                    </Dim>
     655                </Area>
     656                <Image name="TaharezLook/NewTitlebarRight" />
    528657                <VertFormat type="Stretched" />
    529658                <HorzFormat type="RightAligned" />
     
    531660            <ImageryComponent>
    532661                <Area>
    533                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    534                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    535                     <Dim type="RightEdge" >
    536                         <UnifiedDim scale="1" type="RightEdge">
    537                             <DimOperator op="Subtract">
    538                                 <ImageDim imageset="TaharezLook" image="SysAreaRight" dimension="Width" />
    539                             </DimOperator>
    540                         </UnifiedDim>
    541                     </Dim>
    542                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    543                 </Area>
    544                 <Image imageset="TaharezLook" image="SysAreaMiddle" />
     662                    <Dim type="LeftEdge">
     663                        <AbsoluteDim value="0" />
     664                    </Dim>
     665                    <Dim type="TopEdge">
     666                        <AbsoluteDim value="0" />
     667                    </Dim>
     668                    <Dim type="RightEdge">
     669                        <OperatorDim op="Subtract">
     670                            <UnifiedDim scale="1" type="RightEdge" />
     671                            <ImageDim dimension="Width" name="TaharezLook/SysAreaRight" />
     672                        </OperatorDim>
     673                    </Dim>
     674                    <Dim type="Height">
     675                        <UnifiedDim scale="1.0" type="Height" />
     676                    </Dim>
     677                </Area>
     678                <Image name="TaharezLook/SysAreaMiddle" />
    545679                <VertFormat type="Stretched" />
    546680                <HorzFormat type="RightAligned" />
     
    548682            <ImageryComponent>
    549683                <Area>
    550                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    551                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    552                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    553                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    554                 </Area>
    555                 <Image imageset="TaharezLook" image="SysAreaRight" />
     684                    <Dim type="LeftEdge">
     685                        <AbsoluteDim value="0" />
     686                    </Dim>
     687                    <Dim type="TopEdge">
     688                        <AbsoluteDim value="0" />
     689                    </Dim>
     690                    <Dim type="Width">
     691                        <UnifiedDim scale="1.0" type="Width" />
     692                    </Dim>
     693                    <Dim type="Height">
     694                        <UnifiedDim scale="1.0" type="Height" />
     695                    </Dim>
     696                </Area>
     697                <Image name="TaharezLook/SysAreaRight" />
    556698                <VertFormat type="Stretched" />
    557699                <HorzFormat type="RightAligned" />
     
    559701            <ImageryComponent>
    560702                <Area>
    561                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="NewTitlebarLeft" dimension="Width" /></Dim>
    562                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    563                     <Dim type="RightEdge" >
    564                         <UnifiedDim scale="1" type="RightEdge">
    565                             <DimOperator op="Subtract">
    566                                 <ImageDim imageset="TaharezLook" image="SysAreaRight" dimension="Width">
    567                                     <DimOperator op="Add">
    568                                         <ImageDim imageset="TaharezLook" image="SysAreaMiddle" dimension="Width">
    569                                             <DimOperator op="Add">
    570                                                 <ImageDim imageset="TaharezLook" image="NewTitlebarRight" dimension="Width" />
    571                                             </DimOperator>
    572                                         </ImageDim>
    573                                     </DimOperator>
    574                                 </ImageDim>
    575                             </DimOperator>
    576                         </UnifiedDim>
    577                     </Dim>
    578                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    579                 </Area>
    580                 <Image imageset="TaharezLook" image="NewTitlebarMiddle" />
     703                    <Dim type="LeftEdge">
     704                        <ImageDim dimension="Width" name="TaharezLook/NewTitlebarLeft" />
     705                    </Dim>
     706                    <Dim type="TopEdge">
     707                        <AbsoluteDim value="0" />
     708                    </Dim>
     709                    <Dim type="RightEdge">
     710                        <OperatorDim op="Subtract">
     711                            <UnifiedDim scale="1" type="RightEdge" />
     712                            <OperatorDim op="Add">
     713                                <ImageDim dimension="Width" name="TaharezLook/SysAreaRight" />
     714                                <OperatorDim op="Add">
     715                                    <ImageDim dimension="Width" name="TaharezLook/SysAreaMiddle" />
     716                                    <ImageDim dimension="Width" name="TaharezLook/NewTitlebarRight" />
     717                                </OperatorDim>
     718                            </OperatorDim>
     719                        </OperatorDim>
     720                    </Dim>
     721                    <Dim type="Height">
     722                        <UnifiedDim scale="1.0" type="Height" />
     723                    </Dim>
     724                </Area>
     725                <Image name="TaharezLook/NewTitlebarMiddle" />
    581726                <VertFormat type="Stretched" />
    582727                <HorzFormat type="Stretched" />
     
    586731            <TextComponent>
    587732                <Area>
    588                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="NewTitlebarLeft" dimension="Width" /></Dim>
    589                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    590                     <Dim type="Width" ><UnifiedDim scale="1" offset="-75" type="Width" /></Dim>
    591                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     733                    <Dim type="LeftEdge">
     734                        <ImageDim dimension="Width" name="TaharezLook/NewTitlebarLeft" />
     735                    </Dim>
     736                    <Dim type="TopEdge">
     737                        <AbsoluteDim value="0" />
     738                    </Dim>
     739                    <Dim type="Width">
     740                        <UnifiedDim offset="-75" scale="1" type="Width" />
     741                    </Dim>
     742                    <Dim type="Height">
     743                        <UnifiedDim scale="1" type="Height" />
     744                    </Dim>
    592745                </Area>
    593746                <ColourProperty name="CaptionColour" />
     
    610763            <Layer>
    611764                <Section section="main">
    612                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     765                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    613766                </Section>
    614767                <Section section="caption">
    615                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     768                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    616769                </Section>
    617770            </Layer>
    618771        </StateImagery>
    619772    </WidgetLook>
    620 
    621     <!--
    622     ***************************************************
    623         TaharezLook/FrameWindow
    624     ***************************************************
    625     -->
    626773    <WidgetLook name="TaharezLook/FrameWindow">
    627         <PropertyDefinition name="ClientAreaColour" initialValue="FF141B38" redrawOnWrite="true" />
    628         <PropertyLinkDefinition name="CaptionColour" widget="__auto_titlebar__" targetProperty="CaptionColour" initialValue="FFFFFFFF" />
    629         <PropertyLinkDefinition name="TitlebarFont" widget="__auto_titlebar__" targetProperty="Font" />
    630         <Property name="NSSizingCursorImage" value="set:TaharezLook image:MouseNoSoCursor" />
    631         <Property name="EWSizingCursorImage" value="set:TaharezLook image:MouseEsWeCursor" />
    632         <Property name="NWSESizingCursorImage" value="set:TaharezLook image:MouseNwSeCursor" />
    633         <Property name="NESWSizingCursorImage" value="set:TaharezLook image:MouseNeSwCursor" />
    634         <Property name="UnifiedMinSize" value="{{0.1,0},{0.1,0}}" />
     774        <PropertyDefinition initialValue="FF141B38" name="ClientAreaColour" redrawOnWrite="true" />
     775        <PropertyLinkDefinition initialValue="FFFFFFFF" name="CaptionColour" targetProperty="CaptionColour" widget="__auto_titlebar__" />
     776        <PropertyLinkDefinition name="TitlebarFont" targetProperty="Font" widget="__auto_titlebar__" />
     777        <Property name="NSSizingCursorImage" value="TaharezLook/MouseNoSoCursor" />
     778        <Property name="EWSizingCursorImage" value="TaharezLook/MouseEsWeCursor" />
     779        <Property name="NWSESizingCursorImage" value="TaharezLook/MouseNwSeCursor" />
     780        <Property name="NESWSizingCursorImage" value="TaharezLook/MouseNeSwCursor" />
     781        <Property name="MinSize" value="{{0.1,0},{0.1,0}}" />
    635782        <NamedArea name="ClientWithTitleWithFrame">
    636783            <Area>
    637                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowTopLeft" dimension="Width" /></Dim>
    638                 <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
    639                 <Dim type="RightEdge" >
    640                     <UnifiedDim scale="1" type="RightEdge">
    641                         <DimOperator op="Subtract">
    642                             <ImageDim imageset="TaharezLook" image="WindowTopRight" dimension="Width" />
    643                         </DimOperator>
    644                     </UnifiedDim>
    645                 </Dim>
    646                 <Dim type="BottomEdge" >
    647                     <UnifiedDim scale="1" type="BottomEdge">
    648                         <DimOperator op="Subtract">
    649                             <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
    650                         </DimOperator>
    651                     </UnifiedDim>
     784                <Dim type="LeftEdge">
     785                    <ImageDim dimension="Width" name="TaharezLook/WindowTopLeft" />
     786                </Dim>
     787                <Dim type="TopEdge">
     788                    <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
     789                </Dim>
     790                <Dim type="RightEdge">
     791                    <OperatorDim op="Subtract">
     792                        <UnifiedDim scale="1" type="RightEdge" />
     793                        <ImageDim dimension="Width" name="TaharezLook/WindowTopRight" />
     794                    </OperatorDim>
     795                </Dim>
     796                <Dim type="BottomEdge">
     797                    <OperatorDim op="Subtract">
     798                        <UnifiedDim scale="1" type="BottomEdge" />
     799                        <ImageDim dimension="Height" name="TaharezLook/WindowBottomEdge" />
     800                    </OperatorDim>
    652801                </Dim>
    653802            </Area>
     
    655804        <NamedArea name="ClientWithTitleNoFrame">
    656805            <Area>
    657                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    658                 <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
    659                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    660                 <Dim type="BottomEdge" ><WidgetDim dimension="BottomEdge" /></Dim>
     806                <Dim type="LeftEdge">
     807                    <AbsoluteDim value="0" />
     808                </Dim>
     809                <Dim type="TopEdge">
     810                    <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
     811                </Dim>
     812                <Dim type="Width">
     813                    <UnifiedDim scale="1" type="Width" />
     814                </Dim>
     815                <Dim type="BottomEdge">
     816                    <WidgetDim dimension="BottomEdge" />
     817                </Dim>
    661818            </Area>
    662819        </NamedArea>
    663820        <NamedArea name="ClientNoTitleWithFrame">
    664821            <Area>
    665                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowTopLeft" dimension="Width" /></Dim>
    666                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="WindowTopEdge" dimension="Height" /></Dim>
    667                 <Dim type="RightEdge" >
    668                     <UnifiedDim scale="1" type="RightEdge">
    669                         <DimOperator op="Subtract">
    670                             <ImageDim imageset="TaharezLook" image="WindowTopRight" dimension="Width" />
    671                         </DimOperator>
    672                     </UnifiedDim>
    673                 </Dim>
    674                 <Dim type="BottomEdge" >
    675                     <UnifiedDim scale="1" type="BottomEdge">
    676                         <DimOperator op="Subtract">
    677                             <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
    678                         </DimOperator>
    679                     </UnifiedDim>
     822                <Dim type="LeftEdge">
     823                    <ImageDim dimension="Width" name="TaharezLook/WindowTopLeft" />
     824                </Dim>
     825                <Dim type="TopEdge">
     826                    <ImageDim dimension="Height" name="TaharezLook/WindowTopEdge" />
     827                </Dim>
     828                <Dim type="RightEdge">
     829                    <OperatorDim op="Subtract">
     830                        <UnifiedDim scale="1" type="RightEdge" />
     831                        <ImageDim dimension="Width" name="TaharezLook/WindowTopRight" />
     832                    </OperatorDim>
     833                </Dim>
     834                <Dim type="BottomEdge">
     835                    <OperatorDim op="Subtract">
     836                        <UnifiedDim scale="1" type="BottomEdge" />
     837                        <ImageDim dimension="Height" name="TaharezLook/WindowBottomEdge" />
     838                    </OperatorDim>
    680839                </Dim>
    681840            </Area>
     
    683842        <NamedArea name="ClientNoTitleNoFrame">
    684843            <Area>
    685                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    686                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    687                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    688                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     844                <Dim type="LeftEdge">
     845                    <AbsoluteDim value="0" />
     846                </Dim>
     847                <Dim type="TopEdge">
     848                    <AbsoluteDim value="0" />
     849                </Dim>
     850                <Dim type="Width">
     851                    <UnifiedDim scale="1" type="Width" />
     852                </Dim>
     853                <Dim type="Height">
     854                    <UnifiedDim scale="1" type="Height" />
     855                </Dim>
    689856            </Area>
    690857        </NamedArea>
    691         <Child type="TaharezLook/Titlebar" nameSuffix="__auto_titlebar__">
    692             <Area>
    693                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    694                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    695                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    696                 <Dim type="Height" ><FontDim type="LineSpacing" padding="8" /></Dim>
     858        <Child nameSuffix="__auto_titlebar__" type="TaharezLook/Titlebar">
     859            <Area>
     860                <Dim type="LeftEdge">
     861                    <AbsoluteDim value="0" />
     862                </Dim>
     863                <Dim type="TopEdge">
     864                    <AbsoluteDim value="0" />
     865                </Dim>
     866                <Dim type="Width">
     867                    <UnifiedDim scale="1" type="Width" />
     868                </Dim>
     869                <Dim type="Height">
     870                    <FontDim padding="8" type="LineSpacing" />
     871                </Dim>
    697872            </Area>
    698873            <Property name="AlwaysOnTop" value="False" />
    699874        </Child>
    700         <Child type="TaharezLook/SystemButton" nameSuffix="__auto_closebutton__">
    701             <Area>
    702                 <Dim type="LeftEdge" >
    703                     <UnifiedDim scale="1" type="LeftEdge">
    704                         <DimOperator op="Subtract">
    705                             <ImageDim imageset="TaharezLook" image="SysAreaRight" dimension="Width">
    706                                 <DimOperator op="Add">
    707                                     <ImageDim imageset="TaharezLook" image="SysAreaMiddle" dimension="Width" />
    708                                 </DimOperator>
    709                             </ImageDim>
    710                         </DimOperator>
    711                     </UnifiedDim>
    712                 </Dim>
    713                 <Dim type="TopEdge" >
    714                     <AbsoluteDim value="0.5">
    715                         <DimOperator op="Multiply">
    716                             <WidgetDim widget="__auto_titlebar__" dimension="Height">
    717                                 <DimOperator op="Subtract">
    718                                     <ImageDim imageset="TaharezLook" image="NewCloseButtonNormal" dimension="Width" />
    719                                 </DimOperator>
    720                             </WidgetDim>
    721                         </DimOperator>
    722                     </AbsoluteDim>
    723                 </Dim>
    724                 <Dim type="Width" ><ImageDim imageset="TaharezLook" image="NewCloseButtonNormal" dimension="Width" /></Dim>
    725                 <Dim type="Height" ><ImageDim imageset="TaharezLook" image="NewCloseButtonNormal" dimension="Width" /></Dim>
     875        <Child nameSuffix="__auto_closebutton__" type="TaharezLook/SystemButton">
     876            <Area>
     877                <Dim type="LeftEdge">
     878                    <OperatorDim op="Subtract">
     879                        <UnifiedDim scale="1" type="LeftEdge" />
     880                        <OperatorDim op="Add">
     881                            <ImageDim dimension="Width" name="TaharezLook/SysAreaRight" />
     882                            <ImageDim dimension="Width" name="TaharezLook/SysAreaMiddle" />
     883                        </OperatorDim>
     884                    </OperatorDim>
     885                </Dim>
     886                <Dim type="TopEdge">
     887                    <OperatorDim op="Multiply">
     888                        <AbsoluteDim value="0.5" />
     889                        <OperatorDim op="Subtract">
     890                            <WidgetDim dimension="Height" widget="__auto_titlebar__" />
     891                            <ImageDim dimension="Width" name="TaharezLook/NewCloseButtonNormal" />
     892                        </OperatorDim>
     893                    </OperatorDim>
     894                </Dim>
     895                <Dim type="Width">
     896                    <ImageDim dimension="Width" name="TaharezLook/NewCloseButtonNormal" />
     897                </Dim>
     898                <Dim type="Height">
     899                    <ImageDim dimension="Width" name="TaharezLook/NewCloseButtonNormal" />
     900                </Dim>
    726901            </Area>
    727902            <Property name="AlwaysOnTop" value="True" />
    728             <Property name="NormalImage" value="set:TaharezLook image:NewCloseButtonNormal" />
    729             <Property name="HoverImage" value="set:TaharezLook image:NewCloseButtonHover" />
    730             <Property name="PushedImage" value="set:TaharezLook image:NewCloseButtonPressed" />
     903            <Property name="NormalImage" value="TaharezLook/NewCloseButtonNormal" />
     904            <Property name="HoverImage" value="TaharezLook/NewCloseButtonHover" />
     905            <Property name="PushedImage" value="TaharezLook/NewCloseButtonPressed" />
    731906        </Child>
    732907        <ImagerySection name="withtitle_frame">
    733908            <FrameComponent>
    734909                <Area>
    735                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    736                     <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
    737                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    738                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    739                 </Area>
    740                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="WindowBottomLeft" />
    741                 <Image type="BottomRightCorner" imageset="TaharezLook" image="WindowBottomRight" />
    742                 <Image type="LeftEdge" imageset="TaharezLook" image="WindowLeftEdge" />
    743                 <Image type="RightEdge" imageset="TaharezLook" image="WindowRightEdge" />
    744                 <Image type="BottomEdge" imageset="TaharezLook" image="WindowBottomEdge" />
     910                    <Dim type="LeftEdge">
     911                        <AbsoluteDim value="0" />
     912                    </Dim>
     913                    <Dim type="TopEdge">
     914                        <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
     915                    </Dim>
     916                    <Dim type="Width">
     917                        <UnifiedDim scale="1" type="Width" />
     918                    </Dim>
     919                    <Dim type="BottomEdge">
     920                        <UnifiedDim scale="1" type="BottomEdge" />
     921                    </Dim>
     922                </Area>
     923                <Image component="BottomLeftCorner" name="TaharezLook/WindowBottomLeft" />
     924                <Image component="BottomRightCorner" name="TaharezLook/WindowBottomRight" />
     925                <Image component="LeftEdge" name="TaharezLook/WindowLeftEdge" />
     926                <Image component="RightEdge" name="TaharezLook/WindowRightEdge" />
     927                <Image component="BottomEdge" name="TaharezLook/WindowBottomEdge" />
    745928            </FrameComponent>
    746929            <ImageryComponent>
    747930                <Area>
    748                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowTopLeft" dimension="Width" /></Dim>
    749                     <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
    750                     <Dim type="RightEdge" >
    751                         <UnifiedDim scale="1" type="Width">
    752                             <DimOperator op="Subtract">
    753                                 <ImageDim imageset="TaharezLook" image="WindowTopRight" dimension="Width" />
    754                             </DimOperator>
    755                         </UnifiedDim>
    756                     </Dim>
    757                     <Dim type="BottomEdge" >
    758                         <UnifiedDim scale="1" type="Height">
    759                             <DimOperator op="Subtract">
    760                                 <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
    761                             </DimOperator>
    762                         </UnifiedDim>
    763                     </Dim>
    764                 </Area>
    765                 <Image imageset="TaharezLook" image="GenericBrush" />
     931                    <Dim type="LeftEdge">
     932                        <ImageDim dimension="Width" name="TaharezLook/WindowTopLeft" />
     933                    </Dim>
     934                    <Dim type="TopEdge">
     935                        <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
     936                    </Dim>
     937                    <Dim type="RightEdge">
     938                        <OperatorDim op="Subtract">
     939                            <UnifiedDim scale="1" type="Width" />
     940                            <ImageDim dimension="Width" name="TaharezLook/WindowTopRight" />
     941                        </OperatorDim>
     942                    </Dim>
     943                    <Dim type="BottomEdge">
     944                        <OperatorDim op="Subtract">
     945                            <UnifiedDim scale="1" type="Height" />
     946                            <ImageDim dimension="Height" name="TaharezLook/WindowBottomEdge" />
     947                        </OperatorDim>
     948                    </Dim>
     949                </Area>
     950                <Image name="TaharezLook/GenericBrush" />
    766951                <ColourProperty name="ClientAreaColour" />
    767952                <VertFormat type="Stretched" />
     
    772957            <FrameComponent>
    773958                <Area>
    774                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    775                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    776                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    777                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    778                 </Area>
    779                 <Image type="TopLeftCorner" imageset="TaharezLook" image="WindowTopLeft" />
    780                 <Image type="TopRightCorner" imageset="TaharezLook" image="WindowTopRight" />
    781                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="WindowBottomLeft" />
    782                 <Image type="BottomRightCorner" imageset="TaharezLook" image="WindowBottomRight" />
    783                 <Image type="LeftEdge" imageset="TaharezLook" image="WindowLeftEdge" />
    784                 <Image type="RightEdge" imageset="TaharezLook" image="WindowRightEdge" />
    785                 <Image type="BottomEdge" imageset="TaharezLook" image="WindowBottomEdge" />
     959                    <Dim type="LeftEdge">
     960                        <AbsoluteDim value="0" />
     961                    </Dim>
     962                    <Dim type="TopEdge">
     963                        <AbsoluteDim value="0" />
     964                    </Dim>
     965                    <Dim type="Width">
     966                        <UnifiedDim scale="1" type="Width" />
     967                    </Dim>
     968                    <Dim type="Height">
     969                        <UnifiedDim scale="1" type="Height" />
     970                    </Dim>
     971                </Area>
     972                <Image component="TopLeftCorner" name="TaharezLook/WindowTopLeft" />
     973                <Image component="TopRightCorner" name="TaharezLook/WindowTopRight" />
     974                <Image component="BottomLeftCorner" name="TaharezLook/WindowBottomLeft" />
     975                <Image component="BottomRightCorner" name="TaharezLook/WindowBottomRight" />
     976                <Image component="LeftEdge" name="TaharezLook/WindowLeftEdge" />
     977                <Image component="RightEdge" name="TaharezLook/WindowRightEdge" />
     978                <Image component="BottomEdge" name="TaharezLook/WindowBottomEdge" />
    786979            </FrameComponent>
    787980            <ImageryComponent>
    788981                <Area>
    789                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowTopLeft" dimension="Width" /></Dim>
    790                     <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="WindowTopEdge" dimension="Width" /></Dim>
    791                     <Dim type="RightEdge" >
    792                         <UnifiedDim scale="1" type="Width">
    793                             <DimOperator op="Subtract">
    794                                 <ImageDim imageset="TaharezLook" image="WindowTopRight" dimension="Width" />
    795                             </DimOperator>
    796                         </UnifiedDim>
    797                     </Dim>
    798                     <Dim type="BottomEdge" >
    799                         <UnifiedDim scale="1" type="Height">
    800                             <DimOperator op="Subtract">
    801                                 <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
    802                             </DimOperator>
    803                         </UnifiedDim>
    804                     </Dim>
    805                 </Area>
    806                 <Image imageset="TaharezLook" image="GenericBrush" />
     982                    <Dim type="LeftEdge">
     983                        <ImageDim dimension="Width" name="TaharezLook/WindowTopLeft" />
     984                    </Dim>
     985                    <Dim type="TopEdge">
     986                        <ImageDim dimension="Width" name="TaharezLook/WindowTopEdge" />
     987                    </Dim>
     988                    <Dim type="RightEdge">
     989                        <OperatorDim op="Subtract">
     990                            <UnifiedDim scale="1" type="Width" />
     991                            <ImageDim dimension="Width" name="TaharezLook/WindowTopRight" />
     992                        </OperatorDim>
     993                    </Dim>
     994                    <Dim type="BottomEdge">
     995                        <OperatorDim op="Subtract">
     996                            <UnifiedDim scale="1" type="Height" />
     997                            <ImageDim dimension="Height" name="TaharezLook/WindowBottomEdge" />
     998                        </OperatorDim>
     999                    </Dim>
     1000                </Area>
     1001                <Image name="TaharezLook/GenericBrush" />
    8071002                <ColourProperty name="ClientAreaColour" />
    8081003                <VertFormat type="Stretched" />
     
    8131008            <ImageryComponent>
    8141009                <Area>
    815                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    816                     <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="Height" /></Dim>
    817                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    818                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    819                 </Area>
    820                 <Image imageset="TaharezLook" image="GenericBrush" />
     1010                    <Dim type="LeftEdge">
     1011                        <AbsoluteDim value="0" />
     1012                    </Dim>
     1013                    <Dim type="TopEdge">
     1014                        <WidgetDim dimension="Height" widget="__auto_titlebar__" />
     1015                    </Dim>
     1016                    <Dim type="Width">
     1017                        <UnifiedDim scale="1" type="Width" />
     1018                    </Dim>
     1019                    <Dim type="BottomEdge">
     1020                        <UnifiedDim scale="1" type="BottomEdge" />
     1021                    </Dim>
     1022                </Area>
     1023                <Image name="TaharezLook/GenericBrush" />
    8211024                <ColourProperty name="ClientAreaColour" />
    8221025                <VertFormat type="Stretched" />
     
    8271030            <ImageryComponent>
    8281031                <Area>
    829                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    830                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    831                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    832                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    833                 </Area>
    834                 <Image imageset="TaharezLook" image="GenericBrush" />
     1032                    <Dim type="LeftEdge">
     1033                        <AbsoluteDim value="0" />
     1034                    </Dim>
     1035                    <Dim type="TopEdge">
     1036                        <AbsoluteDim value="0" />
     1037                    </Dim>
     1038                    <Dim type="Width">
     1039                        <UnifiedDim scale="1" type="Width" />
     1040                    </Dim>
     1041                    <Dim type="Height">
     1042                        <UnifiedDim scale="1" type="Height" />
     1043                    </Dim>
     1044                </Area>
     1045                <Image name="TaharezLook/GenericBrush" />
    8351046                <ColourProperty name="ClientAreaColour" />
    8361047                <VertFormat type="Stretched" />
     
    8511062            <Layer>
    8521063                <Section section="withtitle_frame">
    853                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1064                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    8541065                </Section>
    8551066            </Layer>
     
    8681079            <Layer>
    8691080                <Section section="withtitle_noframe_client_area">
    870                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1081                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    8711082                </Section>
    8721083            </Layer>
     
    8851096            <Layer>
    8861097                <Section section="notitle_frame">
    887                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1098                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    8881099                </Section>
    8891100            </Layer>
     
    9021113            <Layer>
    9031114                <Section section="notitle_noframe_client_area">
    904                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1115                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    9051116                </Section>
    9061117            </Layer>
    9071118        </StateImagery>
    9081119    </WidgetLook>
    909 
    910     <!--
    911     ***************************************************
    912         TaharezLook/GroupBox
    913     ***************************************************
    914     -->
    9151120    <WidgetLook name="TaharezLook/GroupBox">
    916         <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    917         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" redrawOnWrite="true" />
    918 
    919         <PropertyDefinition name="BackgroundTextColours" initialValue="tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" redrawOnWrite="true" />
    920 
    921             <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />
    922         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    923         <PropertyDefinition name="TextBackground" initialValue="FF888888" redrawOnWrite="true" />
    924 
    925         <Child type="DefaultWindow" nameSuffix="__auto_contentpane__">
     1121        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" />
     1122        <PropertyDefinition initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" name="BackgroundColours" redrawOnWrite="true" />
     1123        <PropertyDefinition initialValue="tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" name="BackgroundTextColours" redrawOnWrite="true" />
     1124        <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" />
     1125        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     1126        <PropertyDefinition initialValue="FF888888" name="TextBackground" redrawOnWrite="true" />
     1127        <Child nameSuffix="__auto_contentpane__" type="DefaultWindow">
    9261128            <Area>
    9271129                <Dim type="LeftEdge">
     
    9321134                </Dim>
    9331135                <Dim type="RightEdge">
    934                     <UnifiedDim scale="1" offset="0" type="RightEdge">
    935                         <DimOperator op="Subtract">
    936                             <AbsoluteDim value="8" />
    937                         </DimOperator>
    938                     </UnifiedDim>
     1136                    <OperatorDim op="Subtract">
     1137                        <UnifiedDim offset="0" scale="1" type="RightEdge" />
     1138                        <AbsoluteDim value="8" />
     1139                    </OperatorDim>
    9391140                </Dim>
    9401141                <Dim type="BottomEdge">
    941                     <UnifiedDim scale="1" offset="0" type="BottomEdge">
    942                         <DimOperator op="Subtract">
    943                             <AbsoluteDim value="8" />
    944                         </DimOperator>
    945                     </UnifiedDim>
     1142                    <OperatorDim op="Subtract">
     1143                        <UnifiedDim offset="0" scale="1" type="BottomEdge" />
     1144                        <AbsoluteDim value="8" />
     1145                    </OperatorDim>
    9461146                </Dim>
    9471147            </Area>
     
    9571157                    </Dim>
    9581158                    <Dim type="RightEdge">
    959                         <UnifiedDim scale="1" offset="0" type="RightEdge" />
     1159                        <UnifiedDim offset="0" scale="1" type="RightEdge" />
    9601160                    </Dim>
    9611161                    <Dim type="BottomEdge">
    962                         <UnifiedDim scale="1" offset="0" type="BottomEdge" />
     1162                        <UnifiedDim offset="0" scale="1" type="BottomEdge" />
    9631163                    </Dim>
    9641164                </Area>
     
    9771177                    </Dim>
    9781178                    <Dim type="RightEdge">
    979                         <UnifiedDim scale="1" offset="0" type="RightEdge" />
     1179                        <UnifiedDim offset="0" scale="1" type="RightEdge" />
    9801180                    </Dim>
    9811181                    <Dim type="BottomEdge">
    982                         <UnifiedDim scale="1" offset="0" type="BottomEdge" />
    983                     </Dim>
    984                 </Area>
    985                 <Image type="TopLeftCorner" imageset="TaharezLook" image="StaticTopLeft" />
    986                 <Image type="TopRightCorner" imageset="TaharezLook" image="StaticTopRight" />
    987                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="StaticBottomLeft" />
    988                 <Image type="BottomRightCorner" imageset="TaharezLook" image="StaticBottomRight" />
    989                 <Image type="LeftEdge" imageset="TaharezLook" image="StaticLeft" />
    990                 <Image type="TopEdge" imageset="TaharezLook" image="StaticTop" />
    991                 <Image type="RightEdge" imageset="TaharezLook" image="StaticRight" />
    992                 <Image type="BottomEdge" imageset="TaharezLook" image="StaticBottom" />
     1182                        <UnifiedDim offset="0" scale="1" type="BottomEdge" />
     1183                    </Dim>
     1184                </Area>
     1185                <Image component="TopLeftCorner" name="TaharezLook/StaticTopLeft" />
     1186                <Image component="TopRightCorner" name="TaharezLook/StaticTopRight" />
     1187                <Image component="BottomLeftCorner" name="TaharezLook/StaticBottomLeft" />
     1188                <Image component="BottomRightCorner" name="TaharezLook/StaticBottomRight" />
     1189                <Image component="LeftEdge" name="TaharezLook/StaticLeft" />
     1190                <Image component="TopEdge" name="TaharezLook/StaticTop" />
     1191                <Image component="RightEdge" name="TaharezLook/StaticRight" />
     1192                <Image component="BottomEdge" name="TaharezLook/StaticBottom" />
    9931193                <VertFormat type="Stretched" />
    9941194                <HorzFormat type="Stretched" />
     
    9981198            <ImageryComponent>
    9991199                <Area>
    1000                     <Dim type="LeftEdge" >
     1200                    <Dim type="LeftEdge">
    10011201                        <AbsoluteDim value="13" />
    10021202                    </Dim>
    1003                     <Dim type="TopEdge" >
    1004                         <AbsoluteDim value="0" />
    1005                     </Dim>
    1006                     <Dim type="Width" >
    1007                         <FontDim type="HorzExtent" padding="5" />
    1008                     </Dim>
    1009                     <Dim type="Height" >
     1203                    <Dim type="TopEdge">
     1204                        <AbsoluteDim value="0" />
     1205                    </Dim>
     1206                    <Dim type="Width">
     1207                        <FontDim padding="5" type="HorzExtent" />
     1208                    </Dim>
     1209                    <Dim type="Height">
    10101210                        <FontDim type="LineSpacing" />
    10111211                    </Dim>
    10121212                </Area>
    1013                 <Image imageset="TaharezLook" image="StaticBackdrop" />
     1213                <Image name="TaharezLook/StaticBackdrop" />
    10141214                <ColourRectProperty name="BackgroundTextColours" />
    10151215                <VertFormat type="Stretched" />
     
    10291229            <Layer>
    10301230                <Section section="frame" />
    1031                     <Section section="label_bg" />
    1032                     <Section section="label">
     1231                <Section section="label_bg" />
     1232                <Section section="label">
    10331233                    <ColourProperty name="DisabledTextColour" />
    10341234                </Section>
     
    10361236        </StateImagery>
    10371237    </WidgetLook>
    1038 
    1039     <!--
    1040     ***************************************************
    1041         TaharezLook/ProgressBar
    1042     ***************************************************
    1043     -->
    10441238    <WidgetLook name="TaharezLook/ProgressBar">
    10451239        <NamedArea name="ProgressArea">
    10461240            <Area>
    1047                 <Dim type="LeftEdge" >
    1048                     <ImageDim imageset="TaharezLook" image="ProgressBarLeft" dimension="Width">
    1049                         <DimOperator op="Divide">
     1241                <Dim type="LeftEdge">
     1242                    <OperatorDim op="Divide">
     1243                        <ImageDim dimension="Width" name="TaharezLook/ProgressBarLeft" />
     1244                        <AbsoluteDim value="2" />
     1245                    </OperatorDim>
     1246                </Dim>
     1247                <Dim type="TopEdge">
     1248                    <AbsoluteDim value="0" />
     1249                </Dim>
     1250                <Dim type="RightEdge">
     1251                    <OperatorDim op="Subtract">
     1252                        <UnifiedDim scale="1" type="RightEdge" />
     1253                        <OperatorDim op="Divide">
     1254                            <ImageDim dimension="Width" name="TaharezLook/ProgressBarRight" />
    10501255                            <AbsoluteDim value="2" />
    1051                         </DimOperator>
    1052                     </ImageDim>
    1053                 </Dim>
    1054                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1055                 <Dim type="RightEdge" >
    1056                     <UnifiedDim scale="1" type="RightEdge">
    1057                         <DimOperator op="Subtract">
    1058                             <ImageDim imageset="TaharezLook" image="ProgressBarRight" dimension="Width">
    1059                                 <DimOperator op="Divide">
    1060                                     <AbsoluteDim value="2" />
    1061                                 </DimOperator>
    1062                             </ImageDim>
    1063                         </DimOperator>
    1064                     </UnifiedDim>
    1065                 </Dim>
    1066                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     1256                        </OperatorDim>
     1257                    </OperatorDim>
     1258                </Dim>
     1259                <Dim type="Height">
     1260                    <UnifiedDim scale="1" type="Height" />
     1261                </Dim>
    10671262            </Area>
    10681263        </NamedArea>
     
    10701265            <FrameComponent>
    10711266                <Area>
    1072                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1073                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1074                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1075                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1076                 </Area>
    1077                 <Image type="LeftEdge" imageset="TaharezLook" image="ProgressBarLeft" />
    1078                 <Image type="RightEdge" imageset="TaharezLook" image="ProgressBarRight" />
    1079                 <Image type="Background" imageset="TaharezLook" image="ProgressBarMiddle" />
     1267                    <Dim type="LeftEdge">
     1268                        <AbsoluteDim value="0" />
     1269                    </Dim>
     1270                    <Dim type="TopEdge">
     1271                        <AbsoluteDim value="0" />
     1272                    </Dim>
     1273                    <Dim type="Width">
     1274                        <UnifiedDim scale="1" type="Width" />
     1275                    </Dim>
     1276                    <Dim type="Height">
     1277                        <UnifiedDim scale="1" type="Height" />
     1278                    </Dim>
     1279                </Area>
     1280                <Image component="LeftEdge" name="TaharezLook/ProgressBarLeft" />
     1281                <Image component="RightEdge" name="TaharezLook/ProgressBarRight" />
     1282                <Image component="Background" name="TaharezLook/ProgressBarMiddle" />
    10801283                <HorzFormat type="Tiled" />
    10811284            </FrameComponent>
    10821285        </ImagerySection>
    1083         <ImagerySection name="progress_lights" >
    1084             <ImageryComponent>
    1085                 <Area>
    1086                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1087                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1088                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1089                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1090                 </Area>
    1091                 <Image imageset="TaharezLook" image="ProgressBarLitSegment" />
     1286        <ImagerySection name="progress_lights">
     1287            <ImageryComponent>
     1288                <Area>
     1289                    <Dim type="LeftEdge">
     1290                        <AbsoluteDim value="0" />
     1291                    </Dim>
     1292                    <Dim type="TopEdge">
     1293                        <AbsoluteDim value="0" />
     1294                    </Dim>
     1295                    <Dim type="Width">
     1296                        <UnifiedDim scale="1" type="Width" />
     1297                    </Dim>
     1298                    <Dim type="Height">
     1299                        <UnifiedDim scale="1" type="Height" />
     1300                    </Dim>
     1301                </Area>
     1302                <Image name="TaharezLook/ProgressBarLitSegment" />
    10921303                <VertFormat type="Stretched" />
    10931304                <HorzFormat type="Tiled" />
     
    11021313            <Layer>
    11031314                <Section section="frame">
    1104                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1315                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    11051316                </Section>
    11061317            </Layer>
     
    11141325            <Layer>
    11151326                <Section section="progress_lights">
    1116                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1327                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    11171328                </Section>
    11181329            </Layer>
    11191330        </StateImagery>
    11201331    </WidgetLook>
    1121 
    1122     <!--
    1123     ***************************************************
    1124         TaharezLook/AlternateProgressBar
    1125     ***************************************************
    1126     -->
    11271332    <WidgetLook name="TaharezLook/AltProgressBar">
    11281333        <NamedArea name="ProgressArea">
    11291334            <Area>
    1130                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="AltProgressLeft" dimension="Width" /></Dim>
    1131                 <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim>
    1132                 <Dim type="RightEdge" >
    1133                     <UnifiedDim scale="1" type="RightEdge">
    1134                         <DimOperator op="Subtract">
    1135                             <ImageDim imageset="TaharezLook" image="AltProgressRight" dimension="Width" />
    1136                         </DimOperator>
    1137                     </UnifiedDim>
    1138                 </Dim>
    1139                 <Dim type="Height" ><UnifiedDim scale="1" offset="-4" type="Height" /></Dim>
     1335                <Dim type="LeftEdge">
     1336                    <ImageDim dimension="Width" name="TaharezLook/AltProgressLeft" />
     1337                </Dim>
     1338                <Dim type="TopEdge">
     1339                    <AbsoluteDim value="2" />
     1340                </Dim>
     1341                <Dim type="RightEdge">
     1342                    <OperatorDim op="Subtract">
     1343                        <UnifiedDim scale="1" type="RightEdge" />
     1344                        <ImageDim dimension="Width" name="TaharezLook/AltProgressRight" />
     1345                    </OperatorDim>
     1346                </Dim>
     1347                <Dim type="Height">
     1348                    <UnifiedDim offset="-4" scale="1" type="Height" />
     1349                </Dim>
    11401350            </Area>
    11411351        </NamedArea>
     
    11431353            <FrameComponent>
    11441354                <Area>
    1145                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1146                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1147                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1148                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1149                 </Area>
    1150                 <Image type="LeftEdge" imageset="TaharezLook" image="AltProgressLeft" />
    1151                 <Image type="RightEdge" imageset="TaharezLook" image="AltProgressRight" />
    1152                 <Image type="Background" imageset="TaharezLook" image="AltProgressMiddle" />
     1355                    <Dim type="LeftEdge">
     1356                        <AbsoluteDim value="0" />
     1357                    </Dim>
     1358                    <Dim type="TopEdge">
     1359                        <AbsoluteDim value="0" />
     1360                    </Dim>
     1361                    <Dim type="Width">
     1362                        <UnifiedDim scale="1" type="Width" />
     1363                    </Dim>
     1364                    <Dim type="Height">
     1365                        <UnifiedDim scale="1" type="Height" />
     1366                    </Dim>
     1367                </Area>
     1368                <Image component="LeftEdge" name="TaharezLook/AltProgressLeft" />
     1369                <Image component="RightEdge" name="TaharezLook/AltProgressRight" />
     1370                <Image component="Background" name="TaharezLook/AltProgressMiddle" />
    11531371            </FrameComponent>
    11541372        </ImagerySection>
    1155         <ImagerySection name="progress_lights" >
    1156             <ImageryComponent>
    1157                 <Area>
    1158                     <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
    1159                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1160                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1161                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1162                 </Area>
    1163                 <Image imageset="TaharezLook" image="AltProgressLight1" />
     1373        <ImagerySection name="progress_lights">
     1374            <ImageryComponent>
     1375                <Area>
     1376                    <Dim type="LeftEdge">
     1377                        <UnifiedDim scale="0" type="LeftEdge" />
     1378                    </Dim>
     1379                    <Dim type="TopEdge">
     1380                        <AbsoluteDim value="0" />
     1381                    </Dim>
     1382                    <Dim type="Width">
     1383                        <UnifiedDim scale="0.1" type="Width" />
     1384                    </Dim>
     1385                    <Dim type="Height">
     1386                        <UnifiedDim scale="1" type="Height" />
     1387                    </Dim>
     1388                </Area>
     1389                <Image name="TaharezLook/AltProgressLight1" />
    11641390                <VertFormat type="Stretched" />
    11651391                <HorzFormat type="Tiled" />
     
    11671393            <ImageryComponent>
    11681394                <Area>
    1169                     <Dim type="LeftEdge" ><UnifiedDim scale="0.1" type="LeftEdge" /></Dim>
    1170                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1171                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1172                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1173                 </Area>
    1174                 <Image imageset="TaharezLook" image="AltProgressLight2" />
     1395                    <Dim type="LeftEdge">
     1396                        <UnifiedDim scale="0.1" type="LeftEdge" />
     1397                    </Dim>
     1398                    <Dim type="TopEdge">
     1399                        <AbsoluteDim value="0" />
     1400                    </Dim>
     1401                    <Dim type="Width">
     1402                        <UnifiedDim scale="0.1" type="Width" />
     1403                    </Dim>
     1404                    <Dim type="Height">
     1405                        <UnifiedDim scale="1" type="Height" />
     1406                    </Dim>
     1407                </Area>
     1408                <Image name="TaharezLook/AltProgressLight2" />
    11751409                <VertFormat type="Stretched" />
    11761410                <HorzFormat type="Tiled" />
     
    11781412            <ImageryComponent>
    11791413                <Area>
    1180                     <Dim type="LeftEdge" ><UnifiedDim scale="0.2" type="LeftEdge" /></Dim>
    1181                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1182                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1183                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1184                 </Area>
    1185                 <Image imageset="TaharezLook" image="AltProgressLight3" />
     1414                    <Dim type="LeftEdge">
     1415                        <UnifiedDim scale="0.2" type="LeftEdge" />
     1416                    </Dim>
     1417                    <Dim type="TopEdge">
     1418                        <AbsoluteDim value="0" />
     1419                    </Dim>
     1420                    <Dim type="Width">
     1421                        <UnifiedDim scale="0.1" type="Width" />
     1422                    </Dim>
     1423                    <Dim type="Height">
     1424                        <UnifiedDim scale="1" type="Height" />
     1425                    </Dim>
     1426                </Area>
     1427                <Image name="TaharezLook/AltProgressLight3" />
    11861428                <VertFormat type="Stretched" />
    11871429                <HorzFormat type="Tiled" />
     
    11891431            <ImageryComponent>
    11901432                <Area>
    1191                     <Dim type="LeftEdge" ><UnifiedDim scale="0.3" type="LeftEdge" /></Dim>
    1192                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1193                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1194                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1195                 </Area>
    1196                 <Image imageset="TaharezLook" image="AltProgressLight4" />
     1433                    <Dim type="LeftEdge">
     1434                        <UnifiedDim scale="0.3" type="LeftEdge" />
     1435                    </Dim>
     1436                    <Dim type="TopEdge">
     1437                        <AbsoluteDim value="0" />
     1438                    </Dim>
     1439                    <Dim type="Width">
     1440                        <UnifiedDim scale="0.1" type="Width" />
     1441                    </Dim>
     1442                    <Dim type="Height">
     1443                        <UnifiedDim scale="1" type="Height" />
     1444                    </Dim>
     1445                </Area>
     1446                <Image name="TaharezLook/AltProgressLight4" />
    11971447                <VertFormat type="Stretched" />
    11981448                <HorzFormat type="Tiled" />
     
    12001450            <ImageryComponent>
    12011451                <Area>
    1202                     <Dim type="LeftEdge" ><UnifiedDim scale="0.4" type="LeftEdge" /></Dim>
    1203                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1204                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1205                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1206                 </Area>
    1207                 <Image imageset="TaharezLook" image="AltProgressLight5" />
     1452                    <Dim type="LeftEdge">
     1453                        <UnifiedDim scale="0.4" type="LeftEdge" />
     1454                    </Dim>
     1455                    <Dim type="TopEdge">
     1456                        <AbsoluteDim value="0" />
     1457                    </Dim>
     1458                    <Dim type="Width">
     1459                        <UnifiedDim scale="0.1" type="Width" />
     1460                    </Dim>
     1461                    <Dim type="Height">
     1462                        <UnifiedDim scale="1" type="Height" />
     1463                    </Dim>
     1464                </Area>
     1465                <Image name="TaharezLook/AltProgressLight5" />
    12081466                <VertFormat type="Stretched" />
    12091467                <HorzFormat type="Tiled" />
     
    12111469            <ImageryComponent>
    12121470                <Area>
    1213                     <Dim type="LeftEdge" ><UnifiedDim scale="0.5" type="LeftEdge" /></Dim>
    1214                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1215                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1216                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1217                 </Area>
    1218                 <Image imageset="TaharezLook" image="AltProgressLight6" />
     1471                    <Dim type="LeftEdge">
     1472                        <UnifiedDim scale="0.5" type="LeftEdge" />
     1473                    </Dim>
     1474                    <Dim type="TopEdge">
     1475                        <AbsoluteDim value="0" />
     1476                    </Dim>
     1477                    <Dim type="Width">
     1478                        <UnifiedDim scale="0.1" type="Width" />
     1479                    </Dim>
     1480                    <Dim type="Height">
     1481                        <UnifiedDim scale="1" type="Height" />
     1482                    </Dim>
     1483                </Area>
     1484                <Image name="TaharezLook/AltProgressLight6" />
    12191485                <VertFormat type="Stretched" />
    12201486                <HorzFormat type="Tiled" />
     
    12221488            <ImageryComponent>
    12231489                <Area>
    1224                     <Dim type="LeftEdge" ><UnifiedDim scale="0.6" type="LeftEdge" /></Dim>
    1225                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1226                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1227                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1228                 </Area>
    1229                 <Image imageset="TaharezLook" image="AltProgressLight7" />
     1490                    <Dim type="LeftEdge">
     1491                        <UnifiedDim scale="0.6" type="LeftEdge" />
     1492                    </Dim>
     1493                    <Dim type="TopEdge">
     1494                        <AbsoluteDim value="0" />
     1495                    </Dim>
     1496                    <Dim type="Width">
     1497                        <UnifiedDim scale="0.1" type="Width" />
     1498                    </Dim>
     1499                    <Dim type="Height">
     1500                        <UnifiedDim scale="1" type="Height" />
     1501                    </Dim>
     1502                </Area>
     1503                <Image name="TaharezLook/AltProgressLight7" />
    12301504                <VertFormat type="Stretched" />
    12311505                <HorzFormat type="Tiled" />
     
    12331507            <ImageryComponent>
    12341508                <Area>
    1235                     <Dim type="LeftEdge" ><UnifiedDim scale="0.7" type="LeftEdge" /></Dim>
    1236                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1237                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1238                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1239                 </Area>
    1240                 <Image imageset="TaharezLook" image="AltProgressLight8" />
     1509                    <Dim type="LeftEdge">
     1510                        <UnifiedDim scale="0.7" type="LeftEdge" />
     1511                    </Dim>
     1512                    <Dim type="TopEdge">
     1513                        <AbsoluteDim value="0" />
     1514                    </Dim>
     1515                    <Dim type="Width">
     1516                        <UnifiedDim scale="0.1" type="Width" />
     1517                    </Dim>
     1518                    <Dim type="Height">
     1519                        <UnifiedDim scale="1" type="Height" />
     1520                    </Dim>
     1521                </Area>
     1522                <Image name="TaharezLook/AltProgressLight8" />
    12411523                <VertFormat type="Stretched" />
    12421524                <HorzFormat type="Tiled" />
     
    12441526            <ImageryComponent>
    12451527                <Area>
    1246                     <Dim type="LeftEdge" ><UnifiedDim scale="0.8" type="LeftEdge" /></Dim>
    1247                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1248                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1249                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1250                 </Area>
    1251                 <Image imageset="TaharezLook" image="AltProgressLight9" />
     1528                    <Dim type="LeftEdge">
     1529                        <UnifiedDim scale="0.8" type="LeftEdge" />
     1530                    </Dim>
     1531                    <Dim type="TopEdge">
     1532                        <AbsoluteDim value="0" />
     1533                    </Dim>
     1534                    <Dim type="Width">
     1535                        <UnifiedDim scale="0.1" type="Width" />
     1536                    </Dim>
     1537                    <Dim type="Height">
     1538                        <UnifiedDim scale="1" type="Height" />
     1539                    </Dim>
     1540                </Area>
     1541                <Image name="TaharezLook/AltProgressLight9" />
    12521542                <VertFormat type="Stretched" />
    12531543                <HorzFormat type="Tiled" />
     
    12551545            <ImageryComponent>
    12561546                <Area>
    1257                     <Dim type="LeftEdge" ><UnifiedDim scale="0.9" type="LeftEdge" /></Dim>
    1258                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1259                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1260                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1261                 </Area>
    1262                 <Image imageset="TaharezLook" image="AltProgressLight10" />
     1547                    <Dim type="LeftEdge">
     1548                        <UnifiedDim scale="0.9" type="LeftEdge" />
     1549                    </Dim>
     1550                    <Dim type="TopEdge">
     1551                        <AbsoluteDim value="0" />
     1552                    </Dim>
     1553                    <Dim type="Width">
     1554                        <UnifiedDim scale="0.1" type="Width" />
     1555                    </Dim>
     1556                    <Dim type="Height">
     1557                        <UnifiedDim scale="1" type="Height" />
     1558                    </Dim>
     1559                </Area>
     1560                <Image name="TaharezLook/AltProgressLight10" />
    12631561                <VertFormat type="Stretched" />
    12641562                <HorzFormat type="Tiled" />
     
    12731571            <Layer>
    12741572                <Section section="frame">
    1275                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1573                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    12761574                </Section>
    12771575            </Layer>
     
    12851583            <Layer>
    12861584                <Section section="progress_lights">
    1287                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1585                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    12881586                </Section>
    12891587            </Layer>
    12901588        </StateImagery>
    12911589    </WidgetLook>
    1292 
    1293     <!--
    1294     ***************************************************
    1295         TaharezLook/VUMeter (progress bar)
    1296     ***************************************************
    1297     -->
    12981590    <WidgetLook name="TaharezLook/VUMeter">
    12991591        <Property name="VerticalProgress" value="True" />
    13001592        <NamedArea name="ProgressArea">
    13011593            <Area>
    1302                 <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
    1303                 <Dim type="TopEdge" ><UnifiedDim scale="0" type="TopEdge" /></Dim>
    1304                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1305                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     1594                <Dim type="LeftEdge">
     1595                    <UnifiedDim scale="0" type="LeftEdge" />
     1596                </Dim>
     1597                <Dim type="TopEdge">
     1598                    <UnifiedDim scale="0" type="TopEdge" />
     1599                </Dim>
     1600                <Dim type="Width">
     1601                    <UnifiedDim scale="1" type="Width" />
     1602                </Dim>
     1603                <Dim type="Height">
     1604                    <UnifiedDim scale="1" type="Height" />
     1605                </Dim>
    13061606            </Area>
    13071607        </NamedArea>
    1308         <ImagerySection name="progress_lights" >
    1309             <ImageryComponent>
    1310                 <Area>
    1311                     <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
    1312                     <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim>
    1313                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1314                     <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
    1315                 </Area>
    1316                 <Image imageset="TaharezLook" image="TextSelectionBrush" />
    1317                 <Colours topLeft="FF00FF00" topRight="FF00FF00" bottomLeft="FF00FF00" bottomRight="FF00FF00" />
     1608        <ImagerySection name="progress_lights">
     1609            <ImageryComponent>
     1610                <Area>
     1611                    <Dim type="LeftEdge">
     1612                        <UnifiedDim scale="0" type="LeftEdge" />
     1613                    </Dim>
     1614                    <Dim type="TopEdge">
     1615                        <UnifiedDim scale="0.5" type="TopEdge" />
     1616                    </Dim>
     1617                    <Dim type="Width">
     1618                        <UnifiedDim scale="1" type="Width" />
     1619                    </Dim>
     1620                    <Dim type="Height">
     1621                        <UnifiedDim scale="0.5" type="Height" />
     1622                    </Dim>
     1623                </Area>
     1624                <Image name="TaharezLook/TextSelectionBrush" />
     1625                <Colours bottomLeft="FF00FF00" bottomRight="FF00FF00" topLeft="FF00FF00" topRight="FF00FF00" />
    13181626                <VertFormat type="Tiled" />
    13191627                <HorzFormat type="Stretched" />
     
    13211629            <ImageryComponent>
    13221630                <Area>
    1323                     <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
    1324                     <Dim type="TopEdge" ><UnifiedDim scale="0.2" type="TopEdge" /></Dim>
    1325                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1326                     <Dim type="Height" ><UnifiedDim scale="0.3" type="Height" /></Dim>
    1327                 </Area>
    1328                 <Image imageset="TaharezLook" image="TextSelectionBrush" />
    1329                 <Colours topLeft="FFFFFF00" topRight="FFFFFF00" bottomLeft="FFFFFF00" bottomRight="FFFFFF00" />
     1631                    <Dim type="LeftEdge">
     1632                        <UnifiedDim scale="0" type="LeftEdge" />
     1633                    </Dim>
     1634                    <Dim type="TopEdge">
     1635                        <UnifiedDim scale="0.2" type="TopEdge" />
     1636                    </Dim>
     1637                    <Dim type="Width">
     1638                        <UnifiedDim scale="1" type="Width" />
     1639                    </Dim>
     1640                    <Dim type="Height">
     1641                        <UnifiedDim scale="0.3" type="Height" />
     1642                    </Dim>
     1643                </Area>
     1644                <Image name="TaharezLook/TextSelectionBrush" />
     1645                <Colours bottomLeft="FFFFFF00" bottomRight="FFFFFF00" topLeft="FFFFFF00" topRight="FFFFFF00" />
    13301646                <VertFormat type="Tiled" />
    13311647                <HorzFormat type="Stretched" />
     
    13331649            <ImageryComponent>
    13341650                <Area>
    1335                     <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
    1336                     <Dim type="TopEdge" ><UnifiedDim scale="0" type="TopEdge" /></Dim>
    1337                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1338                     <Dim type="Height" ><UnifiedDim scale="0.2" type="Height" /></Dim>
    1339                 </Area>
    1340                 <Image imageset="TaharezLook" image="TextSelectionBrush" />
    1341                 <Colours topLeft="FFFF0000" topRight="FFFF0000" bottomLeft="FFFF0000" bottomRight="FFFF0000" />
     1651                    <Dim type="LeftEdge">
     1652                        <UnifiedDim scale="0" type="LeftEdge" />
     1653                    </Dim>
     1654                    <Dim type="TopEdge">
     1655                        <UnifiedDim scale="0" type="TopEdge" />
     1656                    </Dim>
     1657                    <Dim type="Width">
     1658                        <UnifiedDim scale="1" type="Width" />
     1659                    </Dim>
     1660                    <Dim type="Height">
     1661                        <UnifiedDim scale="0.2" type="Height" />
     1662                    </Dim>
     1663                </Area>
     1664                <Image name="TaharezLook/TextSelectionBrush" />
     1665                <Colours bottomLeft="FFFF0000" bottomRight="FFFF0000" topLeft="FFFF0000" topRight="FFFF0000" />
    13421666                <VertFormat type="Tiled" />
    13431667                <HorzFormat type="Stretched" />
     
    13561680            <Layer>
    13571681                <Section section="progress_lights">
    1358                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1682                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    13591683                </Section>
    13601684            </Layer>
    13611685        </StateImagery>
    13621686    </WidgetLook>
    1363 
    1364     <!--
    1365     ***************************************************
    1366         TaharezLook/SliderThumb
    1367     ***************************************************
    1368     -->
    13691687    <WidgetLook name="TaharezLook/SliderThumb">
    13701688        <Property name="VertFree" value="True" />
     
    13721690            <ImageryComponent>
    13731691                <Area>
    1374                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1375                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1376                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1377                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1378                 </Area>
    1379                 <Image imageset="TaharezLook" image="VertSliderThumbNormal" />
     1692                    <Dim type="LeftEdge">
     1693                        <AbsoluteDim value="0" />
     1694                    </Dim>
     1695                    <Dim type="TopEdge">
     1696                        <AbsoluteDim value="0" />
     1697                    </Dim>
     1698                    <Dim type="Width">
     1699                        <UnifiedDim scale="1.0" type="Width" />
     1700                    </Dim>
     1701                    <Dim type="Height">
     1702                        <UnifiedDim scale="1.0" type="Height" />
     1703                    </Dim>
     1704                </Area>
     1705                <Image name="TaharezLook/VertSliderThumbNormal" />
    13801706                <VertFormat type="Stretched" />
    13811707                <HorzFormat type="Stretched" />
     
    13851711            <ImageryComponent>
    13861712                <Area>
    1387                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1388                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1389                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1390                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1391                 </Area>
    1392                 <Image imageset="TaharezLook" image="VertSliderThumbHover" />
     1713                    <Dim type="LeftEdge">
     1714                        <AbsoluteDim value="0" />
     1715                    </Dim>
     1716                    <Dim type="TopEdge">
     1717                        <AbsoluteDim value="0" />
     1718                    </Dim>
     1719                    <Dim type="Width">
     1720                        <UnifiedDim scale="1.0" type="Width" />
     1721                    </Dim>
     1722                    <Dim type="Height">
     1723                        <UnifiedDim scale="1.0" type="Height" />
     1724                    </Dim>
     1725                </Area>
     1726                <Image name="TaharezLook/VertSliderThumbHover" />
    13931727                <VertFormat type="Stretched" />
    13941728                <HorzFormat type="Stretched" />
     
    14131747            <Layer>
    14141748                <Section section="normal">
    1415                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1749                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    14161750                </Section>
    14171751            </Layer>
    14181752        </StateImagery>
    14191753    </WidgetLook>
    1420 
    1421     <!--
    1422     ***************************************************
    1423         TaharezLook/Slider
    1424     ***************************************************
    1425     -->
    14261754    <WidgetLook name="TaharezLook/Slider">
    14271755        <Property name="VerticalSlider" value="True" />
    1428         <Property name="MouseButtonDownAutoRepeat" value="True" />
     1756        <Property name="MouseAutoRepeatEnabled" value="True" />
    14291757        <Property name="WantsMultiClickEvents" value="False" />
    14301758        <NamedArea name="ThumbTrackArea">
    14311759            <Area>
    1432                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1433                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1434                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    1435                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     1760                <Dim type="LeftEdge">
     1761                    <AbsoluteDim value="0" />
     1762                </Dim>
     1763                <Dim type="TopEdge">
     1764                    <AbsoluteDim value="0" />
     1765                </Dim>
     1766                <Dim type="RightEdge">
     1767                    <UnifiedDim scale="1.0" type="RightEdge" />
     1768                </Dim>
     1769                <Dim type="BottomEdge">
     1770                    <UnifiedDim scale="1.0" type="BottomEdge" />
     1771                </Dim>
    14361772            </Area>
    14371773        </NamedArea>
    1438         <Child  type="TaharezLook/SliderThumb" nameSuffix="__auto_thumb__">
    1439             <Area>
    1440                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1441                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1442                 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1443                 <Dim type="Height" ><ImageDim imageset="TaharezLook" image="VertSliderThumbNormal" dimension="Height" /></Dim>
     1774        <Child nameSuffix="__auto_thumb__" type="TaharezLook/SliderThumb">
     1775            <Area>
     1776                <Dim type="LeftEdge">
     1777                    <AbsoluteDim value="0" />
     1778                </Dim>
     1779                <Dim type="TopEdge">
     1780                    <AbsoluteDim value="0" />
     1781                </Dim>
     1782                <Dim type="Width">
     1783                    <UnifiedDim scale="1.0" type="Width" />
     1784                </Dim>
     1785                <Dim type="Height">
     1786                    <ImageDim dimension="Height" name="TaharezLook/VertSliderThumbNormal" />
     1787                </Dim>
    14441788            </Area>
    14451789        </Child>
     
    14471791            <ImageryComponent>
    14481792                <Area>
    1449                     <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
    1450                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1451                     <Dim type="Width" ><UnifiedDim scale="1.0" offset="-6" type="Width" /></Dim>
    1452                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1453                 </Area>
    1454                 <Image imageset="TaharezLook" image="VertSliderBody" />
     1793                    <Dim type="LeftEdge">
     1794                        <AbsoluteDim value="3" />
     1795                    </Dim>
     1796                    <Dim type="TopEdge">
     1797                        <AbsoluteDim value="0" />
     1798                    </Dim>
     1799                    <Dim type="Width">
     1800                        <UnifiedDim offset="-6" scale="1.0" type="Width" />
     1801                    </Dim>
     1802                    <Dim type="Height">
     1803                        <UnifiedDim scale="1.0" type="Height" />
     1804                    </Dim>
     1805                </Area>
     1806                <Image name="TaharezLook/VertSliderBody" />
    14551807                <VertFormat type="Stretched" />
    14561808                <HorzFormat type="Stretched" />
     
    14651817            <Layer>
    14661818                <Section section="main">
    1467                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1819                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    14681820                </Section>
    14691821            </Layer>
    14701822        </StateImagery>
    14711823    </WidgetLook>
    1472 
    1473     <!--
    1474     ***************************************************
    1475         TaharezLook/HorizontalScrollbarThumb
    1476     ***************************************************
    1477     -->
    14781824    <WidgetLook name="TaharezLook/HorizontalScrollbarThumb">
    14791825        <Property name="HorzFree" value="True" />
     
    14811827            <FrameComponent>
    14821828                <Area>
    1483                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1484                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1485                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1486                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1487                 </Area>
    1488                 <Image type="LeftEdge" imageset="TaharezLook" image="MiniHorzScrollThumbLeftNormal" />
    1489                 <Image type="RightEdge" imageset="TaharezLook" image="MiniHorzScrollThumbRightNormal" />
    1490                 <Image type="Background" imageset="TaharezLook" image="MiniHorzScrollThumbMiddleNormal" />
     1829                    <Dim type="LeftEdge">
     1830                        <AbsoluteDim value="0" />
     1831                    </Dim>
     1832                    <Dim type="TopEdge">
     1833                        <AbsoluteDim value="0" />
     1834                    </Dim>
     1835                    <Dim type="Width">
     1836                        <UnifiedDim scale="1.0" type="Width" />
     1837                    </Dim>
     1838                    <Dim type="Height">
     1839                        <UnifiedDim scale="1.0" type="Height" />
     1840                    </Dim>
     1841                </Area>
     1842                <Image component="LeftEdge" name="TaharezLook/MiniHorzScrollThumbLeftNormal" />
     1843                <Image component="RightEdge" name="TaharezLook/MiniHorzScrollThumbRightNormal" />
     1844                <Image component="Background" name="TaharezLook/MiniHorzScrollThumbMiddleNormal" />
    14911845            </FrameComponent>
    14921846        </ImagerySection>
     
    14941848            <FrameComponent>
    14951849                <Area>
    1496                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1497                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1498                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1499                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1500                 </Area>
    1501                 <Image type="LeftEdge" imageset="TaharezLook" image="MiniHorzScrollThumbLeftHover" />
    1502                 <Image type="RightEdge" imageset="TaharezLook" image="MiniHorzScrollThumbRightHover" />
    1503                 <Image type="Background" imageset="TaharezLook" image="MiniHorzScrollThumbMiddleHover" />
     1850                    <Dim type="LeftEdge">
     1851                        <AbsoluteDim value="0" />
     1852                    </Dim>
     1853                    <Dim type="TopEdge">
     1854                        <AbsoluteDim value="0" />
     1855                    </Dim>
     1856                    <Dim type="Width">
     1857                        <UnifiedDim scale="1.0" type="Width" />
     1858                    </Dim>
     1859                    <Dim type="Height">
     1860                        <UnifiedDim scale="1.0" type="Height" />
     1861                    </Dim>
     1862                </Area>
     1863                <Image component="LeftEdge" name="TaharezLook/MiniHorzScrollThumbLeftHover" />
     1864                <Image component="RightEdge" name="TaharezLook/MiniHorzScrollThumbRightHover" />
     1865                <Image component="Background" name="TaharezLook/MiniHorzScrollThumbMiddleHover" />
    15041866            </FrameComponent>
    15051867        </ImagerySection>
     
    15221884            <Layer>
    15231885                <Section section="normal">
    1524                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1886                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    15251887                </Section>
    15261888            </Layer>
    15271889        </StateImagery>
    15281890    </WidgetLook>
    1529 
    1530     <!--
    1531     ***************************************************
    1532         TaharezLook/HorizontalScrollbar
    1533     ***************************************************
    1534     -->
    15351891    <WidgetLook name="TaharezLook/HorizontalScrollbar">
    15361892        <NamedArea name="ThumbTrackArea">
    15371893            <Area>
    1538                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
    1539                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1540                 <Dim type="RightEdge" >
    1541                     <UnifiedDim scale="1.0" type="RightEdge">
    1542                         <DimOperator op="Subtract">
    1543                             <ImageDim imageset="TaharezLook" image="MiniHorzScrollRightNormal" dimension="Width" />
    1544                         </DimOperator>
    1545                     </UnifiedDim>
    1546                 </Dim>
    1547                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     1894                <Dim type="LeftEdge">
     1895                    <ImageDim dimension="Width" name="TaharezLook/MiniHorzScrollLeftNormal" />
     1896                </Dim>
     1897                <Dim type="TopEdge">
     1898                    <AbsoluteDim value="0" />
     1899                </Dim>
     1900                <Dim type="RightEdge">
     1901                    <OperatorDim op="Subtract">
     1902                        <UnifiedDim scale="1.0" type="RightEdge" />
     1903                        <ImageDim dimension="Width" name="TaharezLook/MiniHorzScrollRightNormal" />
     1904                    </OperatorDim>
     1905                </Dim>
     1906                <Dim type="BottomEdge">
     1907                    <UnifiedDim scale="1.0" type="BottomEdge" />
     1908                </Dim>
    15481909            </Area>
    15491910        </NamedArea>
    1550         <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_incbtn__">
    1551             <Area>
    1552                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1553                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1554                 <Dim type="Width" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollRightNormal" dimension="Width" /></Dim>
    1555                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     1911        <Child nameSuffix="__auto_incbtn__" type="TaharezLook/ImageButton">
     1912            <Area>
     1913                <Dim type="LeftEdge">
     1914                    <AbsoluteDim value="0" />
     1915                </Dim>
     1916                <Dim type="TopEdge">
     1917                    <AbsoluteDim value="0" />
     1918                </Dim>
     1919                <Dim type="Width">
     1920                    <ImageDim dimension="Width" name="TaharezLook/MiniHorzScrollRightNormal" />
     1921                </Dim>
     1922                <Dim type="Height">
     1923                    <UnifiedDim scale="1" type="Height" />
     1924                </Dim>
    15561925            </Area>
    15571926            <HorzAlignment type="RightAligned" />
    1558             <Property name="NormalImage" value="set:TaharezLook image:MiniHorzScrollRightNormal" />
    1559             <Property name="HoverImage" value="set:TaharezLook image:MiniHorzScrollRightHover" />
    1560             <Property name="PushedImage" value="set:TaharezLook image:MiniHorzScrollRightNormal" />
     1927            <Property name="NormalImage" value="TaharezLook/MiniHorzScrollRightNormal" />
     1928            <Property name="HoverImage" value="TaharezLook/MiniHorzScrollRightHover" />
     1929            <Property name="PushedImage" value="TaharezLook/MiniHorzScrollRightNormal" />
    15611930        </Child>
    1562         <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_decbtn__">
    1563             <Area>
    1564                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1565                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1566                 <Dim type="Width" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
    1567                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1568             </Area>
    1569             <Property name="NormalImage" value="set:TaharezLook image:MiniHorzScrollLeftNormal" />
    1570             <Property name="HoverImage" value="set:TaharezLook image:MiniHorzScrollLeftHover" />
    1571             <Property name="PushedImage" value="set:TaharezLook image:MiniHorzScrollLeftNormal" />
     1931        <Child nameSuffix="__auto_decbtn__" type="TaharezLook/ImageButton">
     1932            <Area>
     1933                <Dim type="LeftEdge">
     1934                    <AbsoluteDim value="0" />
     1935                </Dim>
     1936                <Dim type="TopEdge">
     1937                    <AbsoluteDim value="0" />
     1938                </Dim>
     1939                <Dim type="Width">
     1940                    <ImageDim dimension="Width" name="TaharezLook/MiniHorzScrollLeftNormal" />
     1941                </Dim>
     1942                <Dim type="Height">
     1943                    <UnifiedDim scale="1" type="Height" />
     1944                </Dim>
     1945            </Area>
     1946            <Property name="NormalImage" value="TaharezLook/MiniHorzScrollLeftNormal" />
     1947            <Property name="HoverImage" value="TaharezLook/MiniHorzScrollLeftHover" />
     1948            <Property name="PushedImage" value="TaharezLook/MiniHorzScrollLeftNormal" />
    15721949        </Child>
    1573         <Child  type="TaharezLook/HorizontalScrollbarThumb" nameSuffix="__auto_thumb__">
    1574             <Area>
    1575                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1576                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1577                 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1578                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1579             </Area>
    1580             <Property name="UnifiedMinSize" value="{{0,25},{0,0}}" />
     1950        <Child nameSuffix="__auto_thumb__" type="TaharezLook/HorizontalScrollbarThumb">
     1951            <Area>
     1952                <Dim type="LeftEdge">
     1953                    <AbsoluteDim value="0" />
     1954                </Dim>
     1955                <Dim type="TopEdge">
     1956                    <AbsoluteDim value="0" />
     1957                </Dim>
     1958                <Dim type="Width">
     1959                    <UnifiedDim scale="0.1" type="Width" />
     1960                </Dim>
     1961                <Dim type="Height">
     1962                    <UnifiedDim scale="1" type="Height" />
     1963                </Dim>
     1964            </Area>
     1965            <Property name="MinSize" value="{{0,25},{0,0}}" />
    15811966        </Child>
    15821967        <ImagerySection name="main">
    15831968            <ImageryComponent>
    15841969                <Area>
    1585                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
    1586                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1587                     <Dim type="RightEdge" >
    1588                         <UnifiedDim scale="1.0" type="RightEdge">
    1589                             <DimOperator op="Subtract">
    1590                                 <ImageDim imageset="TaharezLook" image="MiniHorzScrollRightNormal" dimension="Width" />
    1591                             </DimOperator>
    1592                         </UnifiedDim>
    1593                     </Dim>
    1594                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    1595                 </Area>
    1596                 <Image imageset="TaharezLook" image="MiniHorzScrollBarSegment" />
     1970                    <Dim type="LeftEdge">
     1971                        <ImageDim dimension="Width" name="TaharezLook/MiniHorzScrollLeftNormal" />
     1972                    </Dim>
     1973                    <Dim type="TopEdge">
     1974                        <AbsoluteDim value="0" />
     1975                    </Dim>
     1976                    <Dim type="RightEdge">
     1977                        <OperatorDim op="Subtract">
     1978                            <UnifiedDim scale="1.0" type="RightEdge" />
     1979                            <ImageDim dimension="Width" name="TaharezLook/MiniHorzScrollRightNormal" />
     1980                        </OperatorDim>
     1981                    </Dim>
     1982                    <Dim type="BottomEdge">
     1983                        <UnifiedDim scale="1.0" type="BottomEdge" />
     1984                    </Dim>
     1985                </Area>
     1986                <Image name="TaharezLook/MiniHorzScrollBarSegment" />
    15971987                <VertFormat type="CentreAligned" />
    15981988                <HorzFormat type="Stretched" />
     
    16071997            <Layer>
    16081998                <Section section="main">
    1609                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1999                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    16102000                </Section>
    16112001            </Layer>
    16122002        </StateImagery>
    16132003    </WidgetLook>
    1614 
    1615     <!--
    1616     ***************************************************
    1617         TaharezLook/VerticalScrollbarThumb
    1618     ***************************************************
    1619     -->
    16202004    <WidgetLook name="TaharezLook/VerticalScrollbarThumb">
    16212005        <Property name="VertFree" value="True" />
     
    16232007            <FrameComponent>
    16242008                <Area>
    1625                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1626                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1627                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1628                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1629                 </Area>
    1630                 <Image type="TopEdge" imageset="TaharezLook" image="MiniVertScrollThumbTopNormal" />
    1631                 <Image type="BottomEdge" imageset="TaharezLook" image="MiniVertScrollThumbBottomNormal" />
    1632                 <Image type="Background" imageset="TaharezLook" image="MiniVertScrollThumbMiddleNormal" />
     2009                    <Dim type="LeftEdge">
     2010                        <AbsoluteDim value="0" />
     2011                    </Dim>
     2012                    <Dim type="TopEdge">
     2013                        <AbsoluteDim value="0" />
     2014                    </Dim>
     2015                    <Dim type="Width">
     2016                        <UnifiedDim scale="1.0" type="Width" />
     2017                    </Dim>
     2018                    <Dim type="Height">
     2019                        <UnifiedDim scale="1.0" type="Height" />
     2020                    </Dim>
     2021                </Area>
     2022                <Image component="TopEdge" name="TaharezLook/MiniVertScrollThumbTopNormal" />
     2023                <Image component="BottomEdge" name="TaharezLook/MiniVertScrollThumbBottomNormal" />
     2024                <Image component="Background" name="TaharezLook/MiniVertScrollThumbMiddleNormal" />
    16332025            </FrameComponent>
    16342026        </ImagerySection>
     
    16362028            <FrameComponent>
    16372029                <Area>
    1638                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1639                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1640                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1641                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1642                 </Area>
    1643                 <Image type="TopEdge" imageset="TaharezLook" image="MiniVertScrollThumbTopHover" />
    1644                 <Image type="BottomEdge" imageset="TaharezLook" image="MiniVertScrollThumbBottomHover" />
    1645                 <Image type="Background" imageset="TaharezLook" image="MiniVertScrollThumbMiddleHover" />
     2030                    <Dim type="LeftEdge">
     2031                        <AbsoluteDim value="0" />
     2032                    </Dim>
     2033                    <Dim type="TopEdge">
     2034                        <AbsoluteDim value="0" />
     2035                    </Dim>
     2036                    <Dim type="Width">
     2037                        <UnifiedDim scale="1.0" type="Width" />
     2038                    </Dim>
     2039                    <Dim type="Height">
     2040                        <UnifiedDim scale="1.0" type="Height" />
     2041                    </Dim>
     2042                </Area>
     2043                <Image component="TopEdge" name="TaharezLook/MiniVertScrollThumbTopHover" />
     2044                <Image component="BottomEdge" name="TaharezLook/MiniVertScrollThumbBottomHover" />
     2045                <Image component="Background" name="TaharezLook/MiniVertScrollThumbMiddleHover" />
    16462046            </FrameComponent>
    16472047        </ImagerySection>
     
    16642064            <Layer>
    16652065                <Section section="normal">
    1666                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2066                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    16672067                </Section>
    16682068            </Layer>
    16692069        </StateImagery>
    16702070    </WidgetLook>
    1671 
    1672     <!--
    1673     ***************************************************
    1674         TaharezLook/VerticalScrollbar
    1675     ***************************************************
    1676     -->
    16772071    <WidgetLook name="TaharezLook/VerticalScrollbar">
    16782072        <Property name="VerticalScrollbar" value="True" />
    16792073        <NamedArea name="ThumbTrackArea">
    16802074            <Area>
    1681                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1682                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
    1683                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    1684                 <Dim type="BottomEdge" >
    1685                     <UnifiedDim scale="1.0" type="BottomEdge">
    1686                         <DimOperator op="Subtract">
    1687                             <ImageDim imageset="TaharezLook" image="MiniVertScrollDownNormal" dimension="Height" />
    1688                         </DimOperator>
    1689                     </UnifiedDim>
     2075                <Dim type="LeftEdge">
     2076                    <AbsoluteDim value="0" />
     2077                </Dim>
     2078                <Dim type="TopEdge">
     2079                    <ImageDim dimension="Height" name="TaharezLook/MiniVertScrollUpNormal" />
     2080                </Dim>
     2081                <Dim type="RightEdge">
     2082                    <UnifiedDim scale="1.0" type="RightEdge" />
     2083                </Dim>
     2084                <Dim type="BottomEdge">
     2085                    <OperatorDim op="Subtract">
     2086                        <UnifiedDim scale="1.0" type="BottomEdge" />
     2087                        <ImageDim dimension="Height" name="TaharezLook/MiniVertScrollDownNormal" />
     2088                    </OperatorDim>
    16902089                </Dim>
    16912090            </Area>
    16922091        </NamedArea>
    1693         <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_incbtn__">
    1694             <Area>
    1695                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1696                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1697                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1698                 <Dim type="Height" ><ImageDim imageset="TaharezLook" image="MiniVertScrollDownNormal" dimension="Height" /></Dim>
     2092        <Child nameSuffix="__auto_incbtn__" type="TaharezLook/ImageButton">
     2093            <Area>
     2094                <Dim type="LeftEdge">
     2095                    <AbsoluteDim value="0" />
     2096                </Dim>
     2097                <Dim type="TopEdge">
     2098                    <AbsoluteDim value="0" />
     2099                </Dim>
     2100                <Dim type="Width">
     2101                    <UnifiedDim scale="1" type="Width" />
     2102                </Dim>
     2103                <Dim type="Height">
     2104                    <ImageDim dimension="Height" name="TaharezLook/MiniVertScrollDownNormal" />
     2105                </Dim>
    16992106            </Area>
    17002107            <VertAlignment type="BottomAligned" />
    1701             <Property name="NormalImage" value="set:TaharezLook image:MiniVertScrollDownNormal" />
    1702             <Property name="HoverImage" value="set:TaharezLook image:MiniVertScrollDownHover" />
    1703             <Property name="PushedImage" value="set:TaharezLook image:MiniVertScrollDownNormal" />
     2108            <Property name="NormalImage" value="TaharezLook/MiniVertScrollDownNormal" />
     2109            <Property name="HoverImage" value="TaharezLook/MiniVertScrollDownHover" />
     2110            <Property name="PushedImage" value="TaharezLook/MiniVertScrollDownNormal" />
    17042111        </Child>
    1705         <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_decbtn__">
    1706             <Area>
    1707                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1708                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1709                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1710                 <Dim type="Height" ><ImageDim imageset="TaharezLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
    1711             </Area>
    1712             <Property name="NormalImage" value="set:TaharezLook image:MiniVertScrollUpNormal" />
    1713             <Property name="HoverImage" value="set:TaharezLook image:MiniVertScrollUpHover" />
    1714             <Property name="PushedImage" value="set:TaharezLook image:MiniVertScrollUpNormal" />
     2112        <Child nameSuffix="__auto_decbtn__" type="TaharezLook/ImageButton">
     2113            <Area>
     2114                <Dim type="LeftEdge">
     2115                    <AbsoluteDim value="0" />
     2116                </Dim>
     2117                <Dim type="TopEdge">
     2118                    <AbsoluteDim value="0" />
     2119                </Dim>
     2120                <Dim type="Width">
     2121                    <UnifiedDim scale="1" type="Width" />
     2122                </Dim>
     2123                <Dim type="Height">
     2124                    <ImageDim dimension="Height" name="TaharezLook/MiniVertScrollUpNormal" />
     2125                </Dim>
     2126            </Area>
     2127            <Property name="NormalImage" value="TaharezLook/MiniVertScrollUpNormal" />
     2128            <Property name="HoverImage" value="TaharezLook/MiniVertScrollUpHover" />
     2129            <Property name="PushedImage" value="TaharezLook/MiniVertScrollUpNormal" />
    17152130        </Child>
    1716         <Child  type="TaharezLook/VerticalScrollbarThumb" nameSuffix="__auto_thumb__">
    1717             <Area>
    1718                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1719                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1720                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1721                 <Dim type="Height" ><UnifiedDim scale="0.1" type="Height" /></Dim>
    1722             </Area>
    1723             <Property name="UnifiedMinSize" value="{{0,0},{0,25}}" />
     2131        <Child nameSuffix="__auto_thumb__" type="TaharezLook/VerticalScrollbarThumb">
     2132            <Area>
     2133                <Dim type="LeftEdge">
     2134                    <AbsoluteDim value="0" />
     2135                </Dim>
     2136                <Dim type="TopEdge">
     2137                    <AbsoluteDim value="0" />
     2138                </Dim>
     2139                <Dim type="Width">
     2140                    <UnifiedDim scale="1" type="Width" />
     2141                </Dim>
     2142                <Dim type="Height">
     2143                    <UnifiedDim scale="0.1" type="Height" />
     2144                </Dim>
     2145            </Area>
     2146            <Property name="MinSize" value="{{0,0},{0,25}}" />
    17242147        </Child>
    17252148        <ImagerySection name="main">
    17262149            <ImageryComponent>
    17272150                <Area>
    1728                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1729                     <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
    1730                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    1731                     <Dim type="BottomEdge" >
    1732                         <UnifiedDim scale="1.0" type="BottomEdge">
    1733                             <DimOperator op="Subtract">
    1734                                 <ImageDim imageset="TaharezLook" image="MiniVertScrollDownNormal" dimension="Height" />
    1735                             </DimOperator>
    1736                         </UnifiedDim>
    1737                     </Dim>
    1738                 </Area>
    1739                 <Image imageset="TaharezLook" image="MiniVertScrollBarSegment" />
     2151                    <Dim type="LeftEdge">
     2152                        <AbsoluteDim value="0" />
     2153                    </Dim>
     2154                    <Dim type="TopEdge">
     2155                        <ImageDim dimension="Height" name="TaharezLook/MiniVertScrollUpNormal" />
     2156                    </Dim>
     2157                    <Dim type="RightEdge">
     2158                        <UnifiedDim scale="1.0" type="RightEdge" />
     2159                    </Dim>
     2160                    <Dim type="BottomEdge">
     2161                        <OperatorDim op="Subtract">
     2162                            <UnifiedDim scale="1.0" type="BottomEdge" />
     2163                            <ImageDim dimension="Height" name="TaharezLook/MiniVertScrollDownNormal" />
     2164                        </OperatorDim>
     2165                    </Dim>
     2166                </Area>
     2167                <Image name="TaharezLook/MiniVertScrollBarSegment" />
    17402168                <VertFormat type="Stretched" />
    17412169                <HorzFormat type="CentreAligned" />
     
    17502178            <Layer>
    17512179                <Section section="main">
    1752                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2180                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    17532181                </Section>
    17542182            </Layer>
    17552183        </StateImagery>
    17562184    </WidgetLook>
    1757 
    1758     <!--
    1759     ***************************************************
    1760         TaharezLook/Listbox
    1761     ***************************************************
    1762     -->
    17632185    <WidgetLook name="TaharezLook/Listbox">
    1764         <PropertyDefinition name="BackgroundColor" initialValue="FFFFFFFF" redrawOnWrite="true" />
     2186        <PropertyDefinition initialValue="FFFFFFFF" name="BackgroundColor" redrawOnWrite="true" />
    17652187        <NamedArea name="ItemRenderingArea">
    17662188            <Area>
    1767                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
    1768                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
    1769                 <Dim type="RightEdge" >
    1770                     <UnifiedDim scale="1" type="RightEdge">
    1771                         <DimOperator op="Subtract">
    1772                             <ImageDim imageset="TaharezLook" image="ListboxRight" dimension="Width" />
    1773                         </DimOperator>
    1774                     </UnifiedDim>
    1775                 </Dim>
    1776                 <Dim type="BottomEdge" >
    1777                     <UnifiedDim scale="1" type="BottomEdge">
    1778                         <DimOperator op="Subtract">
    1779                             <ImageDim imageset="TaharezLook" image="ListboxBottom" dimension="Height" />
    1780                         </DimOperator>
    1781                     </UnifiedDim>
     2189                <Dim type="LeftEdge">
     2190                    <ImageDim dimension="Width" name="TaharezLook/ListboxLeft" />
     2191                </Dim>
     2192                <Dim type="TopEdge">
     2193                    <ImageDim dimension="Height" name="TaharezLook/ListboxTop" />
     2194                </Dim>
     2195                <Dim type="RightEdge">
     2196                    <OperatorDim op="Subtract">
     2197                        <UnifiedDim scale="1" type="RightEdge" />
     2198                        <ImageDim dimension="Width" name="TaharezLook/ListboxRight" />
     2199                    </OperatorDim>
     2200                </Dim>
     2201                <Dim type="BottomEdge">
     2202                    <OperatorDim op="Subtract">
     2203                        <UnifiedDim scale="1" type="BottomEdge" />
     2204                        <ImageDim dimension="Height" name="TaharezLook/ListboxBottom" />
     2205                    </OperatorDim>
    17822206                </Dim>
    17832207            </Area>
     
    17852209        <NamedArea name="ItemRenderingAreaHScroll">
    17862210            <Area>
    1787                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
    1788                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
    1789                 <Dim type="RightEdge" >
    1790                     <UnifiedDim scale="1" type="RightEdge">
    1791                         <DimOperator op="Subtract">
    1792                             <ImageDim imageset="TaharezLook" image="ListboxRight" dimension="Width" />
    1793                         </DimOperator>
    1794                     </UnifiedDim>
    1795                 </Dim>
    1796                 <Dim type="BottomEdge" >
    1797                     <UnifiedDim scale="1" type="BottomEdge">
    1798                         <DimOperator op="Subtract">
    1799                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    1800                         </DimOperator>
    1801                     </UnifiedDim>
     2211                <Dim type="LeftEdge">
     2212                    <ImageDim dimension="Width" name="TaharezLook/ListboxLeft" />
     2213                </Dim>
     2214                <Dim type="TopEdge">
     2215                    <ImageDim dimension="Height" name="TaharezLook/ListboxTop" />
     2216                </Dim>
     2217                <Dim type="RightEdge">
     2218                    <OperatorDim op="Subtract">
     2219                        <UnifiedDim scale="1" type="RightEdge" />
     2220                        <ImageDim dimension="Width" name="TaharezLook/ListboxRight" />
     2221                    </OperatorDim>
     2222                </Dim>
     2223                <Dim type="BottomEdge">
     2224                    <OperatorDim op="Subtract">
     2225                        <UnifiedDim scale="1" type="BottomEdge" />
     2226                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     2227                    </OperatorDim>
    18022228                </Dim>
    18032229            </Area>
     
    18052231        <NamedArea name="ItemRenderingAreaVScroll">
    18062232            <Area>
    1807                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
    1808                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
    1809                 <Dim type="RightEdge" >
    1810                     <UnifiedDim scale="1" type="RightEdge">
    1811                         <DimOperator op="Subtract">
    1812                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    1813                         </DimOperator>
    1814                     </UnifiedDim>
    1815                 </Dim>
    1816                 <Dim type="BottomEdge" >
    1817                     <UnifiedDim scale="1" type="BottomEdge">
    1818                         <DimOperator op="Subtract">
    1819                             <ImageDim imageset="TaharezLook" image="ListboxBottom" dimension="Height" />
    1820                         </DimOperator>
    1821                     </UnifiedDim>
     2233                <Dim type="LeftEdge">
     2234                    <ImageDim dimension="Width" name="TaharezLook/ListboxLeft" />
     2235                </Dim>
     2236                <Dim type="TopEdge">
     2237                    <ImageDim dimension="Height" name="TaharezLook/ListboxTop" />
     2238                </Dim>
     2239                <Dim type="RightEdge">
     2240                    <OperatorDim op="Subtract">
     2241                        <UnifiedDim scale="1" type="RightEdge" />
     2242                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     2243                    </OperatorDim>
     2244                </Dim>
     2245                <Dim type="BottomEdge">
     2246                    <OperatorDim op="Subtract">
     2247                        <UnifiedDim scale="1" type="BottomEdge" />
     2248                        <ImageDim dimension="Height" name="TaharezLook/ListboxBottom" />
     2249                    </OperatorDim>
    18222250                </Dim>
    18232251            </Area>
     
    18252253        <NamedArea name="ItemRenderingAreaHVScroll">
    18262254            <Area>
    1827                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
    1828                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
    1829                 <Dim type="RightEdge" >
    1830                     <UnifiedDim scale="1" type="RightEdge">
    1831                         <DimOperator op="Subtract">
    1832                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    1833                         </DimOperator>
    1834                     </UnifiedDim>
    1835                 </Dim>
    1836                 <Dim type="BottomEdge" >
    1837                     <UnifiedDim scale="1" type="BottomEdge">
    1838                         <DimOperator op="Subtract">
    1839                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    1840                         </DimOperator>
    1841                     </UnifiedDim>
     2255                <Dim type="LeftEdge">
     2256                    <ImageDim dimension="Width" name="TaharezLook/ListboxLeft" />
     2257                </Dim>
     2258                <Dim type="TopEdge">
     2259                    <ImageDim dimension="Height" name="TaharezLook/ListboxTop" />
     2260                </Dim>
     2261                <Dim type="RightEdge">
     2262                    <OperatorDim op="Subtract">
     2263                        <UnifiedDim scale="1" type="RightEdge" />
     2264                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     2265                    </OperatorDim>
     2266                </Dim>
     2267                <Dim type="BottomEdge">
     2268                    <OperatorDim op="Subtract">
     2269                        <UnifiedDim scale="1" type="BottomEdge" />
     2270                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     2271                    </OperatorDim>
    18422272                </Dim>
    18432273            </Area>
    18442274        </NamedArea>
    1845         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    1846             <Area>
    1847                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1848                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1849                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    1850                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     2275        <Child nameSuffix="__auto_hscrollbar__" type="TaharezLook/HorizontalScrollbar">
     2276            <Area>
     2277                <Dim type="LeftEdge">
     2278                    <AbsoluteDim value="0" />
     2279                </Dim>
     2280                <Dim type="TopEdge">
     2281                    <AbsoluteDim value="0" />
     2282                </Dim>
     2283                <Dim type="Width">
     2284                    <UnifiedDim offset="-12" scale="1" type="Width" />
     2285                </Dim>
     2286                <Dim type="Height">
     2287                    <AbsoluteDim value="12" />
     2288                </Dim>
    18512289            </Area>
    18522290            <VertAlignment type="BottomAligned" />
    18532291        </Child>
    1854         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    1855             <Area>
    1856                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1857                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1858                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    1859                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
     2292        <Child nameSuffix="__auto_vscrollbar__" type="TaharezLook/VerticalScrollbar">
     2293            <Area>
     2294                <Dim type="LeftEdge">
     2295                    <AbsoluteDim value="0" />
     2296                </Dim>
     2297                <Dim type="TopEdge">
     2298                    <AbsoluteDim value="0" />
     2299                </Dim>
     2300                <Dim type="Width">
     2301                    <AbsoluteDim value="12" />
     2302                </Dim>
     2303                <Dim type="Height">
     2304                    <UnifiedDim offset="-12" scale="1" type="Height" />
     2305                </Dim>
    18602306            </Area>
    18612307            <HorzAlignment type="RightAligned" />
     
    18642310            <FrameComponent>
    18652311                <Area>
    1866                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1867                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1868                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1869                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1870                 </Area>
    1871                 <Image type="TopLeftCorner" imageset="TaharezLook" image="ListboxTopLeft" />
    1872                 <Image type="TopRightCorner" imageset="TaharezLook" image="ListboxTopRight" />
    1873                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="ListboxBottomLeft" />
    1874                 <Image type="BottomRightCorner" imageset="TaharezLook" image="ListboxBottomRight" />
    1875                 <Image type="LeftEdge" imageset="TaharezLook" image="ListboxLeft" />
    1876                 <Image type="RightEdge" imageset="TaharezLook" image="ListboxRight" />
    1877                 <Image type="TopEdge" imageset="TaharezLook" image="ListboxTop" />
    1878                 <Image type="BottomEdge" imageset="TaharezLook" image="ListboxBottom" />
    1879                 <Image type="Background" imageset="TaharezLook" image="ListboxBackdrop" />
     2312                    <Dim type="LeftEdge">
     2313                        <AbsoluteDim value="0" />
     2314                    </Dim>
     2315                    <Dim type="TopEdge">
     2316                        <AbsoluteDim value="0" />
     2317                    </Dim>
     2318                    <Dim type="Width">
     2319                        <UnifiedDim scale="1" type="Width" />
     2320                    </Dim>
     2321                    <Dim type="Height">
     2322                        <UnifiedDim scale="1" type="Height" />
     2323                    </Dim>
     2324                </Area>
     2325                <Image component="TopLeftCorner" name="TaharezLook/ListboxTopLeft" />
     2326                <Image component="TopRightCorner" name="TaharezLook/ListboxTopRight" />
     2327                <Image component="BottomLeftCorner" name="TaharezLook/ListboxBottomLeft" />
     2328                <Image component="BottomRightCorner" name="TaharezLook/ListboxBottomRight" />
     2329                <Image component="LeftEdge" name="TaharezLook/ListboxLeft" />
     2330                <Image component="RightEdge" name="TaharezLook/ListboxRight" />
     2331                <Image component="TopEdge" name="TaharezLook/ListboxTop" />
     2332                <Image component="BottomEdge" name="TaharezLook/ListboxBottom" />
     2333                <Image component="Background" name="TaharezLook/ListboxBackdrop" />
    18802334            </FrameComponent>
    18812335        </ImagerySection>
     
    18902344            <Layer>
    18912345                <Section section="main">
    1892                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2346                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    18932347                </Section>
    18942348            </Layer>
    18952349        </StateImagery>
    18962350    </WidgetLook>
    1897 
    1898     <!--
    1899     ***************************************************
    1900         TaharezLook/ComboDropList
    1901     ***************************************************
    1902     -->
    19032351    <WidgetLook name="TaharezLook/ComboDropList">
    19042352        <NamedArea name="ItemRenderingArea">
    19052353            <Area>
    1906                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
    1907                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
    1908                 <Dim type="RightEdge" >
    1909                     <UnifiedDim scale="1" type="RightEdge">
    1910                         <DimOperator op="Subtract">
    1911                             <ImageDim imageset="TaharezLook" image="ComboboxListRight" dimension="Width" />
    1912                         </DimOperator>
    1913                     </UnifiedDim>
    1914                 </Dim>
    1915                 <Dim type="BottomEdge" >
    1916                     <UnifiedDim scale="1" type="BottomEdge">
    1917                         <DimOperator op="Subtract">
    1918                             <ImageDim imageset="TaharezLook" image="ComboboxListBottom" dimension="Height" />
    1919                         </DimOperator>
    1920                     </UnifiedDim>
     2354                <Dim type="LeftEdge">
     2355                    <ImageDim dimension="Width" name="TaharezLook/ComboboxListLeft" />
     2356                </Dim>
     2357                <Dim type="TopEdge">
     2358                    <ImageDim dimension="Height" name="TaharezLook/ComboboxListTop" />
     2359                </Dim>
     2360                <Dim type="RightEdge">
     2361                    <OperatorDim op="Subtract">
     2362                        <UnifiedDim scale="1" type="RightEdge" />
     2363                        <ImageDim dimension="Width" name="TaharezLook/ComboboxListRight" />
     2364                    </OperatorDim>
     2365                </Dim>
     2366                <Dim type="BottomEdge">
     2367                    <OperatorDim op="Subtract">
     2368                        <UnifiedDim scale="1" type="BottomEdge" />
     2369                        <ImageDim dimension="Height" name="TaharezLook/ComboboxListBottom" />
     2370                    </OperatorDim>
    19212371                </Dim>
    19222372            </Area>
     
    19242374        <NamedArea name="ItemRenderingAreaHScroll">
    19252375            <Area>
    1926                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
    1927                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
    1928                 <Dim type="RightEdge" >
    1929                     <UnifiedDim scale="1" type="RightEdge">
    1930                         <DimOperator op="Subtract">
    1931                             <ImageDim imageset="TaharezLook" image="ComboboxListRight" dimension="Width" />
    1932                         </DimOperator>
    1933                     </UnifiedDim>
    1934                 </Dim>
    1935                 <Dim type="BottomEdge" >
    1936                     <UnifiedDim scale="1" type="BottomEdge">
    1937                         <DimOperator op="Subtract">
    1938                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    1939                         </DimOperator>
    1940                     </UnifiedDim>
     2376                <Dim type="LeftEdge">
     2377                    <ImageDim dimension="Width" name="TaharezLook/ComboboxListLeft" />
     2378                </Dim>
     2379                <Dim type="TopEdge">
     2380                    <ImageDim dimension="Height" name="TaharezLook/ComboboxListTop" />
     2381                </Dim>
     2382                <Dim type="RightEdge">
     2383                    <OperatorDim op="Subtract">
     2384                        <UnifiedDim scale="1" type="RightEdge" />
     2385                        <ImageDim dimension="Width" name="TaharezLook/ComboboxListRight" />
     2386                    </OperatorDim>
     2387                </Dim>
     2388                <Dim type="BottomEdge">
     2389                    <OperatorDim op="Subtract">
     2390                        <UnifiedDim scale="1" type="BottomEdge" />
     2391                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     2392                    </OperatorDim>
    19412393                </Dim>
    19422394            </Area>
     
    19442396        <NamedArea name="ItemRenderingAreaVScroll">
    19452397            <Area>
    1946                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
    1947                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
    1948                 <Dim type="RightEdge" >
    1949                     <UnifiedDim scale="1" type="RightEdge">
    1950                         <DimOperator op="Subtract">
    1951                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    1952                         </DimOperator>
    1953                     </UnifiedDim>
    1954                 </Dim>
    1955                 <Dim type="BottomEdge" >
    1956                     <UnifiedDim scale="1" type="BottomEdge">
    1957                         <DimOperator op="Subtract">
    1958                             <ImageDim imageset="TaharezLook" image="ComboboxListBottom" dimension="Height" />
    1959                         </DimOperator>
    1960                     </UnifiedDim>
     2398                <Dim type="LeftEdge">
     2399                    <ImageDim dimension="Width" name="TaharezLook/ComboboxListLeft" />
     2400                </Dim>
     2401                <Dim type="TopEdge">
     2402                    <ImageDim dimension="Height" name="TaharezLook/ComboboxListTop" />
     2403                </Dim>
     2404                <Dim type="RightEdge">
     2405                    <OperatorDim op="Subtract">
     2406                        <UnifiedDim scale="1" type="RightEdge" />
     2407                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     2408                    </OperatorDim>
     2409                </Dim>
     2410                <Dim type="BottomEdge">
     2411                    <OperatorDim op="Subtract">
     2412                        <UnifiedDim scale="1" type="BottomEdge" />
     2413                        <ImageDim dimension="Height" name="TaharezLook/ComboboxListBottom" />
     2414                    </OperatorDim>
    19612415                </Dim>
    19622416            </Area>
     
    19642418        <NamedArea name="ItemRenderingAreaHVScroll">
    19652419            <Area>
    1966                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
    1967                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
    1968                 <Dim type="RightEdge" >
    1969                     <UnifiedDim scale="1" type="RightEdge">
    1970                         <DimOperator op="Subtract">
    1971                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    1972                         </DimOperator>
    1973                     </UnifiedDim>
    1974                 </Dim>
    1975                 <Dim type="BottomEdge" >
    1976                     <UnifiedDim scale="1" type="BottomEdge">
    1977                         <DimOperator op="Subtract">
    1978                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    1979                         </DimOperator>
    1980                     </UnifiedDim>
     2420                <Dim type="LeftEdge">
     2421                    <ImageDim dimension="Width" name="TaharezLook/ComboboxListLeft" />
     2422                </Dim>
     2423                <Dim type="TopEdge">
     2424                    <ImageDim dimension="Height" name="TaharezLook/ComboboxListTop" />
     2425                </Dim>
     2426                <Dim type="RightEdge">
     2427                    <OperatorDim op="Subtract">
     2428                        <UnifiedDim scale="1" type="RightEdge" />
     2429                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     2430                    </OperatorDim>
     2431                </Dim>
     2432                <Dim type="BottomEdge">
     2433                    <OperatorDim op="Subtract">
     2434                        <UnifiedDim scale="1" type="BottomEdge" />
     2435                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     2436                    </OperatorDim>
    19812437                </Dim>
    19822438            </Area>
    19832439        </NamedArea>
    1984         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    1985             <Area>
    1986                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1987                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1988                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    1989                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     2440        <Child nameSuffix="__auto_hscrollbar__" type="TaharezLook/HorizontalScrollbar">
     2441            <Area>
     2442                <Dim type="LeftEdge">
     2443                    <AbsoluteDim value="0" />
     2444                </Dim>
     2445                <Dim type="TopEdge">
     2446                    <AbsoluteDim value="0" />
     2447                </Dim>
     2448                <Dim type="Width">
     2449                    <UnifiedDim offset="-12" scale="1" type="Width" />
     2450                </Dim>
     2451                <Dim type="Height">
     2452                    <AbsoluteDim value="12" />
     2453                </Dim>
    19902454            </Area>
    19912455            <VertAlignment type="BottomAligned" />
    19922456        </Child>
    1993         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    1994             <Area>
    1995                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1996                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1997                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    1998                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
     2457        <Child nameSuffix="__auto_vscrollbar__" type="TaharezLook/VerticalScrollbar">
     2458            <Area>
     2459                <Dim type="LeftEdge">
     2460                    <AbsoluteDim value="0" />
     2461                </Dim>
     2462                <Dim type="TopEdge">
     2463                    <AbsoluteDim value="0" />
     2464                </Dim>
     2465                <Dim type="Width">
     2466                    <AbsoluteDim value="12" />
     2467                </Dim>
     2468                <Dim type="Height">
     2469                    <UnifiedDim offset="-12" scale="1" type="Height" />
     2470                </Dim>
    19992471            </Area>
    20002472            <HorzAlignment type="RightAligned" />
     
    20032475            <FrameComponent>
    20042476                <Area>
    2005                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2006                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2007                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2008                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2009                 </Area>
    2010                 <Image type="TopLeftCorner" imageset="TaharezLook" image="ComboboxListTopLeft" />
    2011                 <Image type="TopRightCorner" imageset="TaharezLook" image="ComboboxListTopRight" />
    2012                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="ComboboxListBottomLeft" />
    2013                 <Image type="BottomRightCorner" imageset="TaharezLook" image="ComboboxListBottomRight" />
    2014                 <Image type="LeftEdge" imageset="TaharezLook" image="ComboboxListLeft" />
    2015                 <Image type="RightEdge" imageset="TaharezLook" image="ComboboxListRight" />
    2016                 <Image type="TopEdge" imageset="TaharezLook" image="ComboboxListTop" />
    2017                 <Image type="BottomEdge" imageset="TaharezLook" image="ComboboxListBottom" />
    2018                 <Image type="Background" imageset="TaharezLook" image="ComboboxListBackdrop" />
     2477                    <Dim type="LeftEdge">
     2478                        <AbsoluteDim value="0" />
     2479                    </Dim>
     2480                    <Dim type="TopEdge">
     2481                        <AbsoluteDim value="0" />
     2482                    </Dim>
     2483                    <Dim type="Width">
     2484                        <UnifiedDim scale="1" type="Width" />
     2485                    </Dim>
     2486                    <Dim type="Height">
     2487                        <UnifiedDim scale="1" type="Height" />
     2488                    </Dim>
     2489                </Area>
     2490                <Image component="TopLeftCorner" name="TaharezLook/ComboboxListTopLeft" />
     2491                <Image component="TopRightCorner" name="TaharezLook/ComboboxListTopRight" />
     2492                <Image component="BottomLeftCorner" name="TaharezLook/ComboboxListBottomLeft" />
     2493                <Image component="BottomRightCorner" name="TaharezLook/ComboboxListBottomRight" />
     2494                <Image component="LeftEdge" name="TaharezLook/ComboboxListLeft" />
     2495                <Image component="RightEdge" name="TaharezLook/ComboboxListRight" />
     2496                <Image component="TopEdge" name="TaharezLook/ComboboxListTop" />
     2497                <Image component="BottomEdge" name="TaharezLook/ComboboxListBottom" />
     2498                <Image component="Background" name="TaharezLook/ComboboxListBackdrop" />
    20192499            </FrameComponent>
    20202500        </ImagerySection>
     
    20272507            <Layer>
    20282508                <Section section="main">
    2029                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2509                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    20302510                </Section>
    20312511            </Layer>
    20322512        </StateImagery>
    20332513    </WidgetLook>
    2034 
    2035     <!--
    2036     ***************************************************
    2037         TaharezLook/ComboEditbox
    2038     ***************************************************
    2039     -->
    20402514    <WidgetLook name="TaharezLook/ComboEditbox">
    2041         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    2042         <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />
    2043         <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
    2044         <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
    2045         <Property name="MouseCursorImage" value="set:TaharezLook image:MouseTextBar" />
     2515        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     2516        <PropertyDefinition initialValue="FF000000" name="SelectedTextColour" redrawOnWrite="true" />
     2517        <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" />
     2518        <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" />
     2519        <Property name="MouseCursorImage" value="TaharezLook/MouseTextBar" />
    20462520        <NamedArea name="TextArea">
    20472521            <Area>
    2048                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
    2049                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
    2050                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim>
    2051                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim>
     2522                <Dim type="LeftEdge">
     2523                    <AbsoluteDim value="5" />
     2524                </Dim>
     2525                <Dim type="TopEdge">
     2526                    <AbsoluteDim value="5" />
     2527                </Dim>
     2528                <Dim type="RightEdge">
     2529                    <UnifiedDim offset="-5" scale="1.0" type="RightEdge" />
     2530                </Dim>
     2531                <Dim type="BottomEdge">
     2532                    <UnifiedDim offset="-5" scale="1.0" type="BottomEdge" />
     2533                </Dim>
    20522534            </Area>
    20532535        </NamedArea>
     
    20552537            <FrameComponent>
    20562538                <Area>
    2057                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2058                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2059                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    2060                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    2061                 </Area>
    2062                 <Image type="LeftEdge" imageset="TaharezLook" image="ComboboxEditLeft" />
    2063                 <Image type="Background" imageset="TaharezLook" image="ComboboxEditMiddle" />
     2539                    <Dim type="LeftEdge">
     2540                        <AbsoluteDim value="0" />
     2541                    </Dim>
     2542                    <Dim type="TopEdge">
     2543                        <AbsoluteDim value="0" />
     2544                    </Dim>
     2545                    <Dim type="Width">
     2546                        <UnifiedDim scale="1.0" type="Width" />
     2547                    </Dim>
     2548                    <Dim type="Height">
     2549                        <UnifiedDim scale="1.0" type="Height" />
     2550                    </Dim>
     2551                </Area>
     2552                <Image component="LeftEdge" name="TaharezLook/ComboboxEditLeft" />
     2553                <Image component="Background" name="TaharezLook/ComboboxEditMiddle" />
    20642554            </FrameComponent>
    20652555        </ImagerySection>
     
    20672557            <ImageryComponent>
    20682558                <Area>
    2069                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2070                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2071                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    2072                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    2073                 </Area>
    2074                 <Image imageset="TaharezLook" image="TextSelectionBrush" />
     2559                    <Dim type="LeftEdge">
     2560                        <AbsoluteDim value="0" />
     2561                    </Dim>
     2562                    <Dim type="TopEdge">
     2563                        <AbsoluteDim value="0" />
     2564                    </Dim>
     2565                    <Dim type="RightEdge">
     2566                        <UnifiedDim scale="1.0" type="RightEdge" />
     2567                    </Dim>
     2568                    <Dim type="BottomEdge">
     2569                        <UnifiedDim scale="1.0" type="BottomEdge" />
     2570                    </Dim>
     2571                </Area>
     2572                <Image name="TaharezLook/TextSelectionBrush" />
    20752573                <VertFormat type="Stretched" />
    20762574                <HorzFormat type="Stretched" />
    20772575            </ImageryComponent>
    20782576        </ImagerySection>
    2079         <ImagerySection name="Carat">
    2080             <ImageryComponent>
    2081                 <Area>
    2082                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2083                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2084                     <Dim type="Width" ><ImageDim imageset="TaharezLook" image="EditBoxCarat" dimension="Width" /></Dim>
    2085                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    2086                 </Area>
    2087                 <Image imageset="TaharezLook" image="EditBoxCarat" />
     2577        <ImagerySection name="Caret">
     2578            <ImageryComponent>
     2579                <Area>
     2580                    <Dim type="LeftEdge">
     2581                        <AbsoluteDim value="0" />
     2582                    </Dim>
     2583                    <Dim type="TopEdge">
     2584                        <AbsoluteDim value="0" />
     2585                    </Dim>
     2586                    <Dim type="Width">
     2587                        <ImageDim dimension="Width" name="TaharezLook/EditBoxCarat" />
     2588                    </Dim>
     2589                    <Dim type="BottomEdge">
     2590                        <UnifiedDim scale="1.0" type="BottomEdge" />
     2591                    </Dim>
     2592                </Area>
     2593                <Image name="TaharezLook/EditBoxCarat" />
    20882594                <VertFormat type="Stretched" />
    20892595                <HorzFormat type="Stretched" />
     
    21032609            <Layer>
    21042610                <Section section="container_normal">
    2105                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2611                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    21062612                </Section>
    21072613            </Layer>
     
    21222628        </StateImagery>
    21232629    </WidgetLook>
    2124 
    2125     <!--
    2126     ***************************************************
    2127         TaharezLook/Combobox
    2128     ***************************************************
    2129     -->
    21302630    <WidgetLook name="TaharezLook/Combobox">
    2131         <PropertyLinkDefinition name="NormalEditTextColour" widget="__auto_editbox__" targetProperty="NormalTextColour" initialValue="FFFFFFFF" />
    2132         <PropertyLinkDefinition name="SelectedEditTextColour" widget="__auto_editbox__" targetProperty="SelectedTextColour" initialValue="FF000000" />
    2133         <PropertyLinkDefinition name="ActiveEditSelectionColour" widget="__auto_editbox__" targetProperty="ActiveSelectionColour" initialValue="FF6060FF" />
    2134         <PropertyLinkDefinition name="InactiveEditSelectionColour" widget="__auto_editbox__" targetProperty="InactiveSelectionColour" initialValue="FF808080" />
    2135         <Child  type="TaharezLook/ComboEditbox" nameSuffix="__auto_editbox__">
    2136             <Area>
    2137                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2138                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2139                 <Dim type="RightEdge" >
    2140                     <UnifiedDim scale="1" type="RightEdge">
    2141                         <DimOperator op="Subtract">
    2142                             <FontDim type="LineSpacing">
    2143                                 <DimOperator op="Multiply">
    2144                                     <AbsoluteDim value="1.5" />
    2145                                 </DimOperator>
    2146                             </FontDim>
    2147                         </DimOperator>
    2148                     </UnifiedDim>
    2149                 </Dim>
    2150                 <Dim type="Height" >
    2151                     <FontDim type="LineSpacing">
    2152                         <DimOperator op="Multiply">
     2631        <PropertyLinkDefinition initialValue="FFFFFFFF" name="NormalEditTextColour" targetProperty="NormalTextColour" widget="__auto_editbox__" />
     2632        <PropertyLinkDefinition initialValue="FF000000" name="SelectedEditTextColour" targetProperty="SelectedTextColour" widget="__auto_editbox__" />
     2633        <PropertyLinkDefinition initialValue="FF6060FF" name="ActiveEditSelectionColour" targetProperty="ActiveSelectionColour" widget="__auto_editbox__" />
     2634        <PropertyLinkDefinition initialValue="FF808080" name="InactiveEditSelectionColour" targetProperty="InactiveSelectionColour" widget="__auto_editbox__" />
     2635        <Child nameSuffix="__auto_editbox__" type="TaharezLook/ComboEditbox">
     2636            <Area>
     2637                <Dim type="LeftEdge">
     2638                    <AbsoluteDim value="0" />
     2639                </Dim>
     2640                <Dim type="TopEdge">
     2641                    <AbsoluteDim value="0" />
     2642                </Dim>
     2643                <Dim type="RightEdge">
     2644                    <OperatorDim op="Subtract">
     2645                        <UnifiedDim scale="1" type="RightEdge" />
     2646                        <OperatorDim op="Multiply">
     2647                            <FontDim type="LineSpacing" />
    21532648                            <AbsoluteDim value="1.5" />
    2154                         </DimOperator>
    2155                     </FontDim>
     2649                        </OperatorDim>
     2650                    </OperatorDim>
     2651                </Dim>
     2652                <Dim type="Height">
     2653                    <OperatorDim op="Multiply">
     2654                        <FontDim type="LineSpacing" />
     2655                        <AbsoluteDim value="1.5" />
     2656                    </OperatorDim>
    21562657                </Dim>
    21572658            </Area>
    21582659        </Child>
    2159         <Child  type="TaharezLook/ComboDropList" nameSuffix="__auto_droplist__">
    2160             <Area>
    2161                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2162                 <Dim type="TopEdge" ><WidgetDim widget="__auto_editbox__" dimension="BottomEdge" /></Dim>
    2163                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2164                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
     2660        <Child nameSuffix="__auto_droplist__" type="TaharezLook/ComboDropList">
     2661            <Area>
     2662                <Dim type="LeftEdge">
     2663                    <AbsoluteDim value="0" />
     2664                </Dim>
     2665                <Dim type="TopEdge">
     2666                    <WidgetDim dimension="BottomEdge" widget="__auto_editbox__" />
     2667                </Dim>
     2668                <Dim type="Width">
     2669                    <UnifiedDim scale="1" type="Width" />
     2670                </Dim>
     2671                <Dim type="BottomEdge">
     2672                    <UnifiedDim scale="1" type="BottomEdge" />
     2673                </Dim>
    21652674            </Area>
    21662675        </Child>
    2167         <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_button__">
    2168             <Area>
    2169                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2170                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2171                 <Dim type="Width" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
    2172                 <Dim type="Height" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
     2676        <Child nameSuffix="__auto_button__" type="TaharezLook/ImageButton">
     2677            <Area>
     2678                <Dim type="LeftEdge">
     2679                    <AbsoluteDim value="0" />
     2680                </Dim>
     2681                <Dim type="TopEdge">
     2682                    <AbsoluteDim value="0" />
     2683                </Dim>
     2684                <Dim type="Width">
     2685                    <WidgetDim dimension="Height" widget="__auto_editbox__" />
     2686                </Dim>
     2687                <Dim type="Height">
     2688                    <WidgetDim dimension="Height" widget="__auto_editbox__" />
     2689                </Dim>
    21732690            </Area>
    21742691            <HorzAlignment type="RightAligned" />
    2175             <Property name="NormalImage" value="set:TaharezLook image:ComboboxListButtonNormal" />
    2176             <Property name="HoverImage" value="set:TaharezLook image:ComboboxListButtonHover" />
    2177             <Property name="PushedImage" value="set:TaharezLook image:ComboboxListButtonNormal" />
     2692            <Property name="NormalImage" value="TaharezLook/ComboboxListButtonNormal" />
     2693            <Property name="HoverImage" value="TaharezLook/ComboboxListButtonHover" />
     2694            <Property name="PushedImage" value="TaharezLook/ComboboxListButtonNormal" />
    21782695        </Child>
    21792696        <StateImagery name="Enabled" />
    21802697        <StateImagery name="Disabled" />
    21812698    </WidgetLook>
    2182 
    2183     <!--
    2184     ***************************************************
    2185         TaharezLook/Spinner
    2186     ***************************************************
    2187     -->
    21882699    <WidgetLook name="TaharezLook/Spinner">
    2189         <Child  type="TaharezLook/Editbox" nameSuffix="__auto_editbox__">
    2190             <Area>
    2191                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2192                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2193                 <Dim type="RightEdge" >
    2194                     <UnifiedDim scale="1" type="RightEdge">
    2195                         <DimOperator op="Subtract">
    2196                             <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" />
    2197                         </DimOperator>
    2198                     </UnifiedDim>
    2199                 </Dim>
    2200                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     2700        <Child nameSuffix="__auto_editbox__" type="TaharezLook/Editbox">
     2701            <Area>
     2702                <Dim type="LeftEdge">
     2703                    <AbsoluteDim value="0" />
     2704                </Dim>
     2705                <Dim type="TopEdge">
     2706                    <AbsoluteDim value="0" />
     2707                </Dim>
     2708                <Dim type="RightEdge">
     2709                    <OperatorDim op="Subtract">
     2710                        <UnifiedDim scale="1" type="RightEdge" />
     2711                        <ImageDim dimension="Width" name="TaharezLook/VertScrollUpNormal" />
     2712                    </OperatorDim>
     2713                </Dim>
     2714                <Dim type="Height">
     2715                    <UnifiedDim scale="1" type="Height" />
     2716                </Dim>
    22012717            </Area>
    22022718        </Child>
    2203         <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_incbtn__">
    2204             <Area>
    2205                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2206                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2207                 <Dim type="Width" ><ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" /></Dim>
    2208                 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
     2719        <Child nameSuffix="__auto_incbtn__" type="TaharezLook/ImageButton">
     2720            <Area>
     2721                <Dim type="LeftEdge">
     2722                    <AbsoluteDim value="0" />
     2723                </Dim>
     2724                <Dim type="TopEdge">
     2725                    <AbsoluteDim value="0" />
     2726                </Dim>
     2727                <Dim type="Width">
     2728                    <ImageDim dimension="Width" name="TaharezLook/VertScrollUpNormal" />
     2729                </Dim>
     2730                <Dim type="Height">
     2731                    <UnifiedDim scale="0.5" type="Height" />
     2732                </Dim>
    22092733            </Area>
    22102734            <HorzAlignment type="RightAligned" />
    2211             <Property name="NormalImage" value="set:TaharezLook image:VertScrollUpNormal" />
    2212             <Property name="HoverImage" value="set:TaharezLook image:VertScrollUpHover" />
    2213             <Property name="PushedImage" value="set:TaharezLook image:VertScrollUpNormal" />
     2735            <Property name="NormalImage" value="TaharezLook/VertScrollUpNormal" />
     2736            <Property name="HoverImage" value="TaharezLook/VertScrollUpHover" />
     2737            <Property name="PushedImage" value="TaharezLook/VertScrollUpNormal" />
    22142738        </Child>
    2215         <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_decbtn__">
    2216             <Area>
    2217                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2218                 <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim>
    2219                 <Dim type="Width" ><ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" /></Dim>
    2220                 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
     2739        <Child nameSuffix="__auto_decbtn__" type="TaharezLook/ImageButton">
     2740            <Area>
     2741                <Dim type="LeftEdge">
     2742                    <AbsoluteDim value="0" />
     2743                </Dim>
     2744                <Dim type="TopEdge">
     2745                    <UnifiedDim scale="0.5" type="TopEdge" />
     2746                </Dim>
     2747                <Dim type="Width">
     2748                    <ImageDim dimension="Width" name="TaharezLook/VertScrollUpNormal" />
     2749                </Dim>
     2750                <Dim type="Height">
     2751                    <UnifiedDim scale="0.5" type="Height" />
     2752                </Dim>
    22212753            </Area>
    22222754            <HorzAlignment type="RightAligned" />
    2223             <Property name="NormalImage" value="set:TaharezLook image:VertScrollDownNormal" />
    2224             <Property name="HoverImage" value="set:TaharezLook image:VertScrollDownHover" />
    2225             <Property name="PushedImage" value="set:TaharezLook image:VertScrollDownNormal" />
     2755            <Property name="NormalImage" value="TaharezLook/VertScrollDownNormal" />
     2756            <Property name="HoverImage" value="TaharezLook/VertScrollDownHover" />
     2757            <Property name="PushedImage" value="TaharezLook/VertScrollDownNormal" />
    22262758        </Child>
    22272759        <StateImagery name="Enabled" />
    22282760        <StateImagery name="Disabled" />
    22292761    </WidgetLook>
    2230 
    2231     <!--
    2232     ***************************************************
    2233         TaharezLook/StaticShared
    2234         (Shared imagery components for static widgets)
    2235     ***************************************************
    2236     -->
    22372762    <WidgetLook name="TaharezLook/StaticShared">
    22382763        <ImagerySection name="frame">
    22392764            <FrameComponent>
    22402765                <Area>
    2241                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2242                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2243                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2244                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2245                 </Area>
    2246                 <Image type="TopLeftCorner" imageset="TaharezLook" image="StaticTopLeft" />
    2247                 <Image type="TopRightCorner" imageset="TaharezLook" image="StaticTopRight" />
    2248                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="StaticBottomLeft" />
    2249                 <Image type="BottomRightCorner" imageset="TaharezLook" image="StaticBottomRight" />
    2250                 <Image type="LeftEdge" imageset="TaharezLook" image="StaticLeft" />
    2251                 <Image type="RightEdge" imageset="TaharezLook" image="StaticRight" />
    2252                 <Image type="TopEdge" imageset="TaharezLook" image="StaticTop" />
    2253                 <Image type="BottomEdge" imageset="TaharezLook" image="StaticBottom" />
     2766                    <Dim type="LeftEdge">
     2767                        <AbsoluteDim value="0" />
     2768                    </Dim>
     2769                    <Dim type="TopEdge">
     2770                        <AbsoluteDim value="0" />
     2771                    </Dim>
     2772                    <Dim type="Width">
     2773                        <UnifiedDim scale="1" type="Width" />
     2774                    </Dim>
     2775                    <Dim type="Height">
     2776                        <UnifiedDim scale="1" type="Height" />
     2777                    </Dim>
     2778                </Area>
     2779                <Image component="TopLeftCorner" name="TaharezLook/StaticTopLeft" />
     2780                <Image component="TopRightCorner" name="TaharezLook/StaticTopRight" />
     2781                <Image component="BottomLeftCorner" name="TaharezLook/StaticBottomLeft" />
     2782                <Image component="BottomRightCorner" name="TaharezLook/StaticBottomRight" />
     2783                <Image component="LeftEdge" name="TaharezLook/StaticLeft" />
     2784                <Image component="RightEdge" name="TaharezLook/StaticRight" />
     2785                <Image component="TopEdge" name="TaharezLook/StaticTop" />
     2786                <Image component="BottomEdge" name="TaharezLook/StaticBottom" />
    22542787                <ColourRectProperty name="FrameColours" />
    22552788            </FrameComponent>
     
    22582791            <ImageryComponent>
    22592792                <Area>
    2260                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
    2261                     <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
    2262                     <Dim type="RightEdge" >
    2263                         <UnifiedDim scale="1" type="RightEdge">
    2264                             <DimOperator op="Subtract">
    2265                                 <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
    2266                             </DimOperator>
    2267                         </UnifiedDim>
    2268                     </Dim>
    2269                     <Dim type="BottomEdge" >
    2270                         <UnifiedDim scale="1" type="BottomEdge">
    2271                             <DimOperator op="Subtract">
    2272                                 <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
    2273                             </DimOperator>
    2274                         </UnifiedDim>
    2275                     </Dim>
    2276                 </Area>
    2277                 <Image imageset="TaharezLook" image="StaticBackdrop" />
    2278                 <!--<ColourRectProperty name="BackgroundColours" />-->
    2279                 <Colours topLeft="FFFFFFFF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" />
     2793                    <Dim type="LeftEdge">
     2794                        <ImageDim dimension="Width" name="TaharezLook/StaticLeft" />
     2795                    </Dim>
     2796                    <Dim type="TopEdge">
     2797                        <ImageDim dimension="Height" name="TaharezLook/StaticTop" />
     2798                    </Dim>
     2799                    <Dim type="RightEdge">
     2800                        <OperatorDim op="Subtract">
     2801                            <UnifiedDim scale="1" type="RightEdge" />
     2802                            <ImageDim dimension="Width" name="TaharezLook/StaticRight" />
     2803                        </OperatorDim>
     2804                    </Dim>
     2805                    <Dim type="BottomEdge">
     2806                        <OperatorDim op="Subtract">
     2807                            <UnifiedDim scale="1" type="BottomEdge" />
     2808                            <ImageDim dimension="Height" name="TaharezLook/StaticBottom" />
     2809                        </OperatorDim>
     2810                    </Dim>
     2811                </Area>
     2812                <Image name="TaharezLook/StaticBackdrop" />
     2813                <Colours bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" topLeft="FFFFFFFF" topRight="FFFFFFFF" />
    22802814                <VertFormat type="Stretched" />
    22812815                <HorzFormat type="Stretched" />
     
    22852819            <ImageryComponent>
    22862820                <Area>
    2287                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    2288                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    2289                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
    2290                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    2291                 </Area>
    2292                 <Image imageset="TaharezLook" image="StaticBackdrop" />
    2293                 <!--<ColourRectProperty name="BackgroundColours" />-->
    2294                 <Colours topLeft="FFFFFFFF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" />
     2821                    <Dim type="LeftEdge">
     2822                        <AbsoluteDim value="0" />
     2823                    </Dim>
     2824                    <Dim type="TopEdge">
     2825                        <AbsoluteDim value="0" />
     2826                    </Dim>
     2827                    <Dim type="RightEdge">
     2828                        <UnifiedDim scale="1" type="RightEdge" />
     2829                    </Dim>
     2830                    <Dim type="BottomEdge">
     2831                        <UnifiedDim scale="1" type="BottomEdge" />
     2832                    </Dim>
     2833                </Area>
     2834                <Image name="TaharezLook/StaticBackdrop" />
     2835                <Colours bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" topLeft="FFFFFFFF" topRight="FFFFFFFF" />
    22952836                <VertFormat type="Stretched" />
    22962837                <HorzFormat type="Stretched" />
     
    22982839        </ImagerySection>
    22992840    </WidgetLook>
    2300 
    2301     <!--
    2302     ***************************************************
    2303         TaharezLook/StaticImage
    2304     ***************************************************
    2305     -->
    23062841    <WidgetLook name="TaharezLook/StaticImage">
    2307                 <PropertyDefinition name="ImageColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    2308                 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    2309                 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    2310         <PropertyDefinition name="VertFormatting" initialValue="Stretched" redrawOnWrite="true" />
    2311         <PropertyDefinition name="HorzFormatting" initialValue="Stretched" redrawOnWrite="true" />
     2842        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="ImageColours" redrawOnWrite="true" />
     2843        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" />
     2844        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" />
     2845        <PropertyDefinition initialValue="Stretched" name="VertFormatting" redrawOnWrite="true" />
     2846        <PropertyDefinition initialValue="Stretched" name="HorzFormatting" redrawOnWrite="true" />
    23122847        <Property name="BackgroundEnabled" value="True" />
    23132848        <Property name="FrameEnabled" value="True" />
     
    23152850            <ImageryComponent>
    23162851                <Area>
    2317                                         <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
    2318                                         <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
    2319                                         <Dim type="RightEdge" >
    2320                                                 <UnifiedDim scale="1" type="RightEdge">
    2321                                                         <DimOperator op="Subtract">
    2322                                                                 <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
    2323                                                         </DimOperator>
    2324                                                 </UnifiedDim>
    2325                                         </Dim>
    2326                                         <Dim type="BottomEdge" >
    2327                                                 <UnifiedDim scale="1" type="BottomEdge">
    2328                                                         <DimOperator op="Subtract">
    2329                                                                 <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
    2330                                                         </DimOperator>
    2331                                                 </UnifiedDim>
    2332                                         </Dim>
    2333                                 </Area>
     2852                    <Dim type="LeftEdge">
     2853                        <ImageDim dimension="Width" name="TaharezLook/StaticLeft" />
     2854                    </Dim>
     2855                    <Dim type="TopEdge">
     2856                        <ImageDim dimension="Height" name="TaharezLook/StaticTop" />
     2857                    </Dim>
     2858                    <Dim type="RightEdge">
     2859                        <OperatorDim op="Subtract">
     2860                            <UnifiedDim scale="1" type="RightEdge" />
     2861                            <ImageDim dimension="Width" name="TaharezLook/StaticRight" />
     2862                        </OperatorDim>
     2863                    </Dim>
     2864                    <Dim type="BottomEdge">
     2865                        <OperatorDim op="Subtract">
     2866                            <UnifiedDim scale="1" type="BottomEdge" />
     2867                            <ImageDim dimension="Height" name="TaharezLook/StaticBottom" />
     2868                        </OperatorDim>
     2869                    </Dim>
     2870                </Area>
    23342871                <ImageProperty name="Image" />
    23352872                <ColourRectProperty name="ImageColours" />
     
    23412878            <ImageryComponent>
    23422879                <Area>
    2343                                         <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2344                                         <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2345                                         <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2346                                         <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2347                                 </Area>
     2880                    <Dim type="LeftEdge">
     2881                        <AbsoluteDim value="0" />
     2882                    </Dim>
     2883                    <Dim type="TopEdge">
     2884                        <AbsoluteDim value="0" />
     2885                    </Dim>
     2886                    <Dim type="Width">
     2887                        <UnifiedDim scale="1" type="Width" />
     2888                    </Dim>
     2889                    <Dim type="Height">
     2890                        <UnifiedDim scale="1" type="Height" />
     2891                    </Dim>
     2892                </Area>
    23482893                <ImageProperty name="Image" />
    23492894                <ColourRectProperty name="ImageColours" />
     
    23952940        </StateImagery>
    23962941    </WidgetLook>
    2397 
    2398     <!--
    2399     ***************************************************
    2400         TaharezLook/StaticText
    2401     ***************************************************
    2402     -->
    24032942    <WidgetLook name="TaharezLook/StaticText">
    2404                 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    2405                 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
     2943        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" />
     2944        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" />
    24062945        <Property name="FrameEnabled" value="True" />
    24072946        <Property name="BackgroundEnabled" value="True" />
    24082947        <NamedArea name="WithFrameTextRenderArea">
    24092948            <Area>
    2410                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
    2411                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
    2412                 <Dim type="RightEdge" >
    2413                     <UnifiedDim scale="1" type="RightEdge">
    2414                         <DimOperator op="Subtract">
    2415                             <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
    2416                         </DimOperator>
    2417                     </UnifiedDim>
    2418                 </Dim>
    2419                 <Dim type="BottomEdge" >
    2420                     <UnifiedDim scale="1" type="BottomEdge">
    2421                         <DimOperator op="Subtract">
    2422                             <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
    2423                         </DimOperator>
    2424                     </UnifiedDim>
     2949                <Dim type="LeftEdge">
     2950                    <ImageDim dimension="Width" name="TaharezLook/StaticLeft" />
     2951                </Dim>
     2952                <Dim type="TopEdge">
     2953                    <ImageDim dimension="Height" name="TaharezLook/StaticTop" />
     2954                </Dim>
     2955                <Dim type="RightEdge">
     2956                    <OperatorDim op="Subtract">
     2957                        <UnifiedDim scale="1" type="RightEdge" />
     2958                        <ImageDim dimension="Width" name="TaharezLook/StaticRight" />
     2959                    </OperatorDim>
     2960                </Dim>
     2961                <Dim type="BottomEdge">
     2962                    <OperatorDim op="Subtract">
     2963                        <UnifiedDim scale="1" type="BottomEdge" />
     2964                        <ImageDim dimension="Height" name="TaharezLook/StaticBottom" />
     2965                    </OperatorDim>
    24252966                </Dim>
    24262967            </Area>
     
    24282969        <NamedArea name="WithFrameTextRenderAreaHScroll">
    24292970            <Area>
    2430                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
    2431                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
    2432                 <Dim type="RightEdge" >
    2433                     <UnifiedDim scale="1" type="RightEdge">
    2434                         <DimOperator op="Subtract">
    2435                             <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
    2436                         </DimOperator>
    2437                     </UnifiedDim>
    2438                 </Dim>
    2439                 <Dim type="BottomEdge" >
    2440                     <UnifiedDim scale="1" type="BottomEdge">
    2441                         <DimOperator op="Subtract">
    2442                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2443                         </DimOperator>
    2444                     </UnifiedDim>
     2971                <Dim type="LeftEdge">
     2972                    <ImageDim dimension="Width" name="TaharezLook/StaticLeft" />
     2973                </Dim>
     2974                <Dim type="TopEdge">
     2975                    <ImageDim dimension="Height" name="TaharezLook/StaticTop" />
     2976                </Dim>
     2977                <Dim type="RightEdge">
     2978                    <OperatorDim op="Subtract">
     2979                        <UnifiedDim scale="1" type="RightEdge" />
     2980                        <ImageDim dimension="Width" name="TaharezLook/StaticRight" />
     2981                    </OperatorDim>
     2982                </Dim>
     2983                <Dim type="BottomEdge">
     2984                    <OperatorDim op="Subtract">
     2985                        <UnifiedDim scale="1" type="BottomEdge" />
     2986                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     2987                    </OperatorDim>
    24452988                </Dim>
    24462989            </Area>
     
    24482991        <NamedArea name="WithFrameTextRenderAreaVScroll">
    24492992            <Area>
    2450                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
    2451                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
    2452                 <Dim type="RightEdge" >
    2453                     <UnifiedDim scale="1" type="RightEdge">
    2454                         <DimOperator op="Subtract">
    2455                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2456                         </DimOperator>
    2457                     </UnifiedDim>
    2458                 </Dim>
    2459                 <Dim type="BottomEdge" >
    2460                     <UnifiedDim scale="1" type="BottomEdge">
    2461                         <DimOperator op="Subtract">
    2462                             <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
    2463                         </DimOperator>
    2464                     </UnifiedDim>
     2993                <Dim type="LeftEdge">
     2994                    <ImageDim dimension="Width" name="TaharezLook/StaticLeft" />
     2995                </Dim>
     2996                <Dim type="TopEdge">
     2997                    <ImageDim dimension="Height" name="TaharezLook/StaticTop" />
     2998                </Dim>
     2999                <Dim type="RightEdge">
     3000                    <OperatorDim op="Subtract">
     3001                        <UnifiedDim scale="1" type="RightEdge" />
     3002                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3003                    </OperatorDim>
     3004                </Dim>
     3005                <Dim type="BottomEdge">
     3006                    <OperatorDim op="Subtract">
     3007                        <UnifiedDim scale="1" type="BottomEdge" />
     3008                        <ImageDim dimension="Height" name="TaharezLook/StaticBottom" />
     3009                    </OperatorDim>
    24653010                </Dim>
    24663011            </Area>
     
    24683013        <NamedArea name="WithFrameTextRenderAreaHVScroll">
    24693014            <Area>
    2470                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
    2471                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
    2472                 <Dim type="RightEdge" >
    2473                     <UnifiedDim scale="1" type="RightEdge">
    2474                         <DimOperator op="Subtract">
    2475                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2476                         </DimOperator>
    2477                     </UnifiedDim>
    2478                 </Dim>
    2479                 <Dim type="BottomEdge" >
    2480                     <UnifiedDim scale="1" type="BottomEdge">
    2481                         <DimOperator op="Subtract">
    2482                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2483                         </DimOperator>
    2484                     </UnifiedDim>
     3015                <Dim type="LeftEdge">
     3016                    <ImageDim dimension="Width" name="TaharezLook/StaticLeft" />
     3017                </Dim>
     3018                <Dim type="TopEdge">
     3019                    <ImageDim dimension="Height" name="TaharezLook/StaticTop" />
     3020                </Dim>
     3021                <Dim type="RightEdge">
     3022                    <OperatorDim op="Subtract">
     3023                        <UnifiedDim scale="1" type="RightEdge" />
     3024                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3025                    </OperatorDim>
     3026                </Dim>
     3027                <Dim type="BottomEdge">
     3028                    <OperatorDim op="Subtract">
     3029                        <UnifiedDim scale="1" type="BottomEdge" />
     3030                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3031                    </OperatorDim>
    24853032                </Dim>
    24863033            </Area>
     
    24883035        <NamedArea name="NoFrameTextRenderArea">
    24893036            <Area>
    2490                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2491                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2492                 <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
    2493                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
     3037                <Dim type="LeftEdge">
     3038                    <AbsoluteDim value="0" />
     3039                </Dim>
     3040                <Dim type="TopEdge">
     3041                    <AbsoluteDim value="0" />
     3042                </Dim>
     3043                <Dim type="RightEdge">
     3044                    <UnifiedDim scale="1" type="RightEdge" />
     3045                </Dim>
     3046                <Dim type="BottomEdge">
     3047                    <UnifiedDim scale="1" type="BottomEdge" />
     3048                </Dim>
    24943049            </Area>
    24953050        </NamedArea>
    24963051        <NamedArea name="NoFrameTextRenderAreaHScroll">
    24973052            <Area>
    2498                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2499                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2500                 <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
    2501                 <Dim type="BottomEdge" >
    2502                     <UnifiedDim scale="1" type="BottomEdge">
    2503                         <DimOperator op="Subtract">
    2504                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2505                         </DimOperator>
    2506                     </UnifiedDim>
     3053                <Dim type="LeftEdge">
     3054                    <AbsoluteDim value="0" />
     3055                </Dim>
     3056                <Dim type="TopEdge">
     3057                    <AbsoluteDim value="0" />
     3058                </Dim>
     3059                <Dim type="RightEdge">
     3060                    <UnifiedDim scale="1" type="RightEdge" />
     3061                </Dim>
     3062                <Dim type="BottomEdge">
     3063                    <OperatorDim op="Subtract">
     3064                        <UnifiedDim scale="1" type="BottomEdge" />
     3065                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3066                    </OperatorDim>
    25073067                </Dim>
    25083068            </Area>
     
    25103070        <NamedArea name="NoFrameTextRenderAreaVScroll">
    25113071            <Area>
    2512                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2513                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2514                 <Dim type="RightEdge" >
    2515                     <UnifiedDim scale="1" type="RightEdge">
    2516                         <DimOperator op="Subtract">
    2517                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2518                         </DimOperator>
    2519                     </UnifiedDim>
    2520                 </Dim>
    2521                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
     3072                <Dim type="LeftEdge">
     3073                    <AbsoluteDim value="0" />
     3074                </Dim>
     3075                <Dim type="TopEdge">
     3076                    <AbsoluteDim value="0" />
     3077                </Dim>
     3078                <Dim type="RightEdge">
     3079                    <OperatorDim op="Subtract">
     3080                        <UnifiedDim scale="1" type="RightEdge" />
     3081                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3082                    </OperatorDim>
     3083                </Dim>
     3084                <Dim type="BottomEdge">
     3085                    <UnifiedDim scale="1" type="BottomEdge" />
     3086                </Dim>
    25223087            </Area>
    25233088        </NamedArea>
    25243089        <NamedArea name="NoFrameTextRenderAreaHVScroll">
    25253090            <Area>
    2526                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2527                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2528                 <Dim type="RightEdge" >
    2529                     <UnifiedDim scale="1" type="RightEdge">
    2530                         <DimOperator op="Subtract">
    2531                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2532                         </DimOperator>
    2533                     </UnifiedDim>
    2534                 </Dim>
    2535                 <Dim type="BottomEdge" >
    2536                     <UnifiedDim scale="1" type="BottomEdge">
    2537                         <DimOperator op="Subtract">
    2538                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2539                         </DimOperator>
    2540                     </UnifiedDim>
     3091                <Dim type="LeftEdge">
     3092                    <AbsoluteDim value="0" />
     3093                </Dim>
     3094                <Dim type="TopEdge">
     3095                    <AbsoluteDim value="0" />
     3096                </Dim>
     3097                <Dim type="RightEdge">
     3098                    <OperatorDim op="Subtract">
     3099                        <UnifiedDim scale="1" type="RightEdge" />
     3100                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3101                    </OperatorDim>
     3102                </Dim>
     3103                <Dim type="BottomEdge">
     3104                    <OperatorDim op="Subtract">
     3105                        <UnifiedDim scale="1" type="BottomEdge" />
     3106                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3107                    </OperatorDim>
    25413108                </Dim>
    25423109            </Area>
    25433110        </NamedArea>
    2544         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    2545             <Area>
    2546                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2547                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2548                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    2549                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     3111        <Child nameSuffix="__auto_hscrollbar__" type="TaharezLook/HorizontalScrollbar">
     3112            <Area>
     3113                <Dim type="LeftEdge">
     3114                    <AbsoluteDim value="0" />
     3115                </Dim>
     3116                <Dim type="TopEdge">
     3117                    <AbsoluteDim value="0" />
     3118                </Dim>
     3119                <Dim type="Width">
     3120                    <UnifiedDim offset="-12" scale="1" type="Width" />
     3121                </Dim>
     3122                <Dim type="Height">
     3123                    <AbsoluteDim value="12" />
     3124                </Dim>
    25503125            </Area>
    25513126            <VertAlignment type="BottomAligned" />
    25523127        </Child>
    2553         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    2554             <Area>
    2555                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2556                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2557                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    2558                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
     3128        <Child nameSuffix="__auto_vscrollbar__" type="TaharezLook/VerticalScrollbar">
     3129            <Area>
     3130                <Dim type="LeftEdge">
     3131                    <AbsoluteDim value="0" />
     3132                </Dim>
     3133                <Dim type="TopEdge">
     3134                    <AbsoluteDim value="0" />
     3135                </Dim>
     3136                <Dim type="Width">
     3137                    <AbsoluteDim value="12" />
     3138                </Dim>
     3139                <Dim type="Height">
     3140                    <UnifiedDim offset="-12" scale="1" type="Height" />
     3141                </Dim>
    25593142            </Area>
    25603143            <HorzAlignment type="RightAligned" />
     
    25933176        </StateImagery>
    25943177    </WidgetLook>
    2595 
    2596     <!--
    2597     ***************************************************
    2598         TaharezLook/ListHeaderSegment
    2599     ***************************************************
    2600     -->
    26013178    <WidgetLook name="TaharezLook/ListHeaderSegment">
    2602         <Property name="SizingCursorImage" value="set:TaharezLook image:MouseEsWeCursor" />
    2603         <Property name="MovingCursorImage" value="set:TaharezLook image:MouseMoveCursor" />
     3179        <Property name="SizingCursorImage" value="TaharezLook/MouseEsWeCursor" />
     3180        <Property name="MovingCursorImage" value="TaharezLook/MouseMoveCursor" />
    26043181        <ImagerySection name="segment_normal">
    2605             <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
    2606             <ImageryComponent>
    2607                 <Area>
    2608                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2609                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2610                     <Dim type="RightEdge" >
    2611                         <UnifiedDim scale="1" type="RightEdge">
    2612                             <DimOperator op="Subtract">
    2613                                 <ImageDim imageset="TaharezLook" image="HeaderBarSplitterNormal" dimension="Width" />
    2614                             </DimOperator>
    2615                         </UnifiedDim>
    2616                     </Dim>
    2617                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2618                 </Area>
    2619                 <Image imageset="TaharezLook" image="HeaderBarBackdropNormal" />
     3182            <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" />
     3183            <ImageryComponent>
     3184                <Area>
     3185                    <Dim type="LeftEdge">
     3186                        <AbsoluteDim value="0" />
     3187                    </Dim>
     3188                    <Dim type="TopEdge">
     3189                        <AbsoluteDim value="0" />
     3190                    </Dim>
     3191                    <Dim type="RightEdge">
     3192                        <OperatorDim op="Subtract">
     3193                            <UnifiedDim scale="1" type="RightEdge" />
     3194                            <ImageDim dimension="Width" name="TaharezLook/HeaderBarSplitterNormal" />
     3195                        </OperatorDim>
     3196                    </Dim>
     3197                    <Dim type="Height">
     3198                        <UnifiedDim scale="1" type="Height" />
     3199                    </Dim>
     3200                </Area>
     3201                <Image name="TaharezLook/HeaderBarBackdropNormal" />
    26203202                <VertFormat type="Stretched" />
    26213203                <HorzFormat type="Stretched" />
     
    26253207            <ImageryComponent>
    26263208                <Area>
    2627                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2628                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2629                     <Dim type="RightEdge" >
    2630                         <UnifiedDim scale="1" type="RightEdge">
    2631                             <DimOperator op="Subtract">
    2632                                 <ImageDim imageset="TaharezLook" image="HeaderBarSplitterNormal" dimension="Width" />
    2633                             </DimOperator>
    2634                         </UnifiedDim>
    2635                     </Dim>
    2636                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2637                 </Area>
    2638                 <Image imageset="TaharezLook" image="HeaderBarBackdropHover" />
     3209                    <Dim type="LeftEdge">
     3210                        <AbsoluteDim value="0" />
     3211                    </Dim>
     3212                    <Dim type="TopEdge">
     3213                        <AbsoluteDim value="0" />
     3214                    </Dim>
     3215                    <Dim type="RightEdge">
     3216                        <OperatorDim op="Subtract">
     3217                            <UnifiedDim scale="1" type="RightEdge" />
     3218                            <ImageDim dimension="Width" name="TaharezLook/HeaderBarSplitterNormal" />
     3219                        </OperatorDim>
     3220                    </Dim>
     3221                    <Dim type="Height">
     3222                        <UnifiedDim scale="1" type="Height" />
     3223                    </Dim>
     3224                </Area>
     3225                <Image name="TaharezLook/HeaderBarBackdropHover" />
    26393226                <VertFormat type="Stretched" />
    26403227                <HorzFormat type="Stretched" />
     
    26443231            <ImageryComponent>
    26453232                <Area>
    2646                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2647                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2648                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2649                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2650                 </Area>
    2651                 <Image imageset="TaharezLook" image="HeaderBarSplitterNormal" />
     3233                    <Dim type="LeftEdge">
     3234                        <AbsoluteDim value="0" />
     3235                    </Dim>
     3236                    <Dim type="TopEdge">
     3237                        <AbsoluteDim value="0" />
     3238                    </Dim>
     3239                    <Dim type="Width">
     3240                        <UnifiedDim scale="1" type="Width" />
     3241                    </Dim>
     3242                    <Dim type="Height">
     3243                        <UnifiedDim scale="1" type="Height" />
     3244                    </Dim>
     3245                </Area>
     3246                <Image name="TaharezLook/HeaderBarSplitterNormal" />
    26523247                <VertFormat type="Stretched" />
    26533248                <HorzFormat type="RightAligned" />
     
    26573252            <ImageryComponent>
    26583253                <Area>
    2659                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2660                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2661                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2662                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2663                 </Area>
    2664                 <Image imageset="TaharezLook" image="HeaderBarSplitterHover" />
     3254                    <Dim type="LeftEdge">
     3255                        <AbsoluteDim value="0" />
     3256                    </Dim>
     3257                    <Dim type="TopEdge">
     3258                        <AbsoluteDim value="0" />
     3259                    </Dim>
     3260                    <Dim type="Width">
     3261                        <UnifiedDim scale="1" type="Width" />
     3262                    </Dim>
     3263                    <Dim type="Height">
     3264                        <UnifiedDim scale="1" type="Height" />
     3265                    </Dim>
     3266                </Area>
     3267                <Image name="TaharezLook/HeaderBarSplitterHover" />
    26653268                <VertFormat type="Stretched" />
    26663269                <HorzFormat type="RightAligned" />
     
    26703273            <ImageryComponent>
    26713274                <Area>
    2672                     <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
    2673                     <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
    2674                     <Dim type="Width" ><ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Width" /></Dim>
    2675                     <Dim type="Height" ><ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Height" /></Dim>
    2676                 </Area>
    2677                 <Image imageset="TaharezLook" image="HeaderBarSortUp" />
     3275                    <Dim type="LeftEdge">
     3276                        <AbsoluteDim value="3" />
     3277                    </Dim>
     3278                    <Dim type="TopEdge">
     3279                        <AbsoluteDim value="3" />
     3280                    </Dim>
     3281                    <Dim type="Width">
     3282                        <ImageDim dimension="Width" name="TaharezLook/HeaderBarSortUp" />
     3283                    </Dim>
     3284                    <Dim type="Height">
     3285                        <ImageDim dimension="Height" name="TaharezLook/HeaderBarSortUp" />
     3286                    </Dim>
     3287                </Area>
     3288                <Image name="TaharezLook/HeaderBarSortUp" />
    26783289            </ImageryComponent>
    26793290        </ImagerySection>
     
    26813292            <ImageryComponent>
    26823293                <Area>
    2683                     <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
    2684                     <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
    2685                     <Dim type="Width" ><ImageDim imageset="TaharezLook" image="HeaderBarSortDown" dimension="Width" /></Dim>
    2686                     <Dim type="Height" ><ImageDim imageset="TaharezLook" image="HeaderBarSortDown" dimension="Height" /></Dim>
    2687                 </Area>
    2688                 <Image imageset="TaharezLook" image="HeaderBarSortDown" />
     3294                    <Dim type="LeftEdge">
     3295                        <AbsoluteDim value="3" />
     3296                    </Dim>
     3297                    <Dim type="TopEdge">
     3298                        <AbsoluteDim value="3" />
     3299                    </Dim>
     3300                    <Dim type="Width">
     3301                        <ImageDim dimension="Width" name="TaharezLook/HeaderBarSortDown" />
     3302                    </Dim>
     3303                    <Dim type="Height">
     3304                        <ImageDim dimension="Height" name="TaharezLook/HeaderBarSortDown" />
     3305                    </Dim>
     3306                </Area>
     3307                <Image name="TaharezLook/HeaderBarSortDown" />
    26893308            </ImageryComponent>
    26903309        </ImagerySection>
     
    26923311            <TextComponent>
    26933312                <Area>
    2694                     <Dim type="LeftEdge" >
    2695                         <ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Width">
    2696                             <DimOperator op="Add">
    2697                                 <AbsoluteDim value="5" />
    2698                             </DimOperator>
    2699                         </ImageDim>
    2700                     </Dim>
    2701                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2702                     <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
    2703                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     3313                    <Dim type="LeftEdge">
     3314                        <OperatorDim op="Add">
     3315                            <ImageDim dimension="Width" name="TaharezLook/HeaderBarSortUp" />
     3316                            <AbsoluteDim value="5" />
     3317                        </OperatorDim>
     3318                    </Dim>
     3319                    <Dim type="TopEdge">
     3320                        <AbsoluteDim value="0" />
     3321                    </Dim>
     3322                    <Dim type="RightEdge">
     3323                        <UnifiedDim scale="1" type="RightEdge" />
     3324                    </Dim>
     3325                    <Dim type="Height">
     3326                        <UnifiedDim scale="1" type="Height" />
     3327                    </Dim>
    27043328                </Area>
    27053329                <VertFormat type="CentreAligned" />
     
    27273351            </Layer>
    27283352        </StateImagery>
    2729         <StateImagery name="DragGhost" clipped="false" >
    2730             <Layer priority="1" >
     3353        <StateImagery clipped="false" name="DragGhost">
     3354            <Layer priority="1">
    27313355                <Section section="segment_normal">
    2732                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
     3356                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
    27333357                </Section>
    27343358                <Section section="splitter_normal">
    2735                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
     3359                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
    27363360                </Section>
    27373361                <Section section="label">
    2738                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
     3362                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
    27393363                </Section>
    27403364            </Layer>
     
    27503374            </Layer>
    27513375        </StateImagery>
    2752         <StateImagery name="GhostAscendingSortIcon" clipped="false">
    2753             <Layer priority="1" >
     3376        <StateImagery clipped="false" name="GhostAscendingSortIcon">
     3377            <Layer priority="1">
    27543378                <Section section="ascend_icon">
    2755                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
    2756                 </Section>
    2757             </Layer>
    2758         </StateImagery>
    2759         <StateImagery name="GhostDescendingSortIcon" clipped="false">
    2760             <Layer priority="1" >
     3379                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
     3380                </Section>
     3381            </Layer>
     3382        </StateImagery>
     3383        <StateImagery clipped="false" name="GhostDescendingSortIcon">
     3384            <Layer priority="1">
    27613385                <Section section="descend_icon">
    2762                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
     3386                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
    27633387                </Section>
    27643388            </Layer>
     
    27673391            <Layer>
    27683392                <Section section="segment_normal">
    2769                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3393                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    27703394                </Section>
    27713395                <Section section="splitter_normal">
    2772                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3396                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    27733397                </Section>
    27743398                <Section section="label">
    2775                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3399                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    27763400                </Section>
    27773401            </Layer>
    27783402        </StateImagery>
    27793403    </WidgetLook>
    2780 
    2781     <!--
    2782     ***************************************************
    2783         TaharezLook/ListHeader
    2784     ***************************************************
    2785     -->
    27863404    <WidgetLook name="TaharezLook/ListHeader">
    27873405        <Property name="SegmentWidgetType" value="TaharezLook/ListHeaderSegment" />
     
    27893407        <StateImagery name="Disabled" />
    27903408    </WidgetLook>
    2791 
    2792     <!--
    2793     ***************************************************
    2794         TaharezLook/MultiColumnList
    2795     ***************************************************
    2796     -->
    27973409    <WidgetLook name="TaharezLook/MultiColumnList">
    27983410        <NamedArea name="ItemRenderingArea">
    27993411            <Area>
    2800                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
    2801                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2802                 <Dim type="RightEdge" >
    2803                     <UnifiedDim scale="1" type="RightEdge">
    2804                         <DimOperator op="Subtract">
    2805                             <ImageDim imageset="TaharezLook" image="MultiListRight" dimension="Width" />
    2806                         </DimOperator>
    2807                     </UnifiedDim>
    2808                 </Dim>
    2809                 <Dim type="BottomEdge" >
    2810                     <UnifiedDim scale="1" type="BottomEdge">
    2811                         <DimOperator op="Subtract">
    2812                             <ImageDim imageset="TaharezLook" image="MultiListBottom" dimension="Height" />
    2813                         </DimOperator>
    2814                     </UnifiedDim>
     3412                <Dim type="LeftEdge">
     3413                    <ImageDim dimension="Width" name="TaharezLook/MultiListLeft" />
     3414                </Dim>
     3415                <Dim type="TopEdge">
     3416                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     3417                </Dim>
     3418                <Dim type="RightEdge">
     3419                    <OperatorDim op="Subtract">
     3420                        <UnifiedDim scale="1" type="RightEdge" />
     3421                        <ImageDim dimension="Width" name="TaharezLook/MultiListRight" />
     3422                    </OperatorDim>
     3423                </Dim>
     3424                <Dim type="BottomEdge">
     3425                    <OperatorDim op="Subtract">
     3426                        <UnifiedDim scale="1" type="BottomEdge" />
     3427                        <ImageDim dimension="Height" name="TaharezLook/MultiListBottom" />
     3428                    </OperatorDim>
    28153429                </Dim>
    28163430            </Area>
     
    28183432        <NamedArea name="ItemRenderingAreaHScroll">
    28193433            <Area>
    2820                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
    2821                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2822                 <Dim type="RightEdge" >
    2823                     <UnifiedDim scale="1" type="RightEdge">
    2824                         <DimOperator op="Subtract">
    2825                             <ImageDim imageset="TaharezLook" image="MultiListRight" dimension="Width" />
    2826                         </DimOperator>
    2827                     </UnifiedDim>
    2828                 </Dim>
    2829                 <Dim type="BottomEdge" >
    2830                     <UnifiedDim scale="1" type="BottomEdge">
    2831                         <DimOperator op="Subtract">
    2832                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2833                         </DimOperator>
    2834                     </UnifiedDim>
     3434                <Dim type="LeftEdge">
     3435                    <ImageDim dimension="Width" name="TaharezLook/MultiListLeft" />
     3436                </Dim>
     3437                <Dim type="TopEdge">
     3438                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     3439                </Dim>
     3440                <Dim type="RightEdge">
     3441                    <OperatorDim op="Subtract">
     3442                        <UnifiedDim scale="1" type="RightEdge" />
     3443                        <ImageDim dimension="Width" name="TaharezLook/MultiListRight" />
     3444                    </OperatorDim>
     3445                </Dim>
     3446                <Dim type="BottomEdge">
     3447                    <OperatorDim op="Subtract">
     3448                        <UnifiedDim scale="1" type="BottomEdge" />
     3449                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3450                    </OperatorDim>
    28353451                </Dim>
    28363452            </Area>
     
    28383454        <NamedArea name="ItemRenderingAreaVScroll">
    28393455            <Area>
    2840                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
    2841                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2842                 <Dim type="RightEdge" >
    2843                     <UnifiedDim scale="1" type="RightEdge">
    2844                         <DimOperator op="Subtract">
    2845                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2846                         </DimOperator>
    2847                     </UnifiedDim>
    2848                 </Dim>
    2849                 <Dim type="BottomEdge" >
    2850                     <UnifiedDim scale="1" type="BottomEdge">
    2851                         <DimOperator op="Subtract">
    2852                             <ImageDim imageset="TaharezLook" image="MultiListBottom" dimension="Height" />
    2853                         </DimOperator>
    2854                     </UnifiedDim>
     3456                <Dim type="LeftEdge">
     3457                    <ImageDim dimension="Width" name="TaharezLook/MultiListLeft" />
     3458                </Dim>
     3459                <Dim type="TopEdge">
     3460                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     3461                </Dim>
     3462                <Dim type="RightEdge">
     3463                    <OperatorDim op="Subtract">
     3464                        <UnifiedDim scale="1" type="RightEdge" />
     3465                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3466                    </OperatorDim>
     3467                </Dim>
     3468                <Dim type="BottomEdge">
     3469                    <OperatorDim op="Subtract">
     3470                        <UnifiedDim scale="1" type="BottomEdge" />
     3471                        <ImageDim dimension="Height" name="TaharezLook/MultiListBottom" />
     3472                    </OperatorDim>
    28553473                </Dim>
    28563474            </Area>
     
    28583476        <NamedArea name="ItemRenderingAreaHVScroll">
    28593477            <Area>
    2860                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
    2861                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2862                 <Dim type="RightEdge" >
    2863                     <UnifiedDim scale="1" type="RightEdge">
    2864                         <DimOperator op="Subtract">
    2865                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2866                         </DimOperator>
    2867                     </UnifiedDim>
    2868                 </Dim>
    2869                 <Dim type="BottomEdge" >
    2870                     <UnifiedDim scale="1" type="BottomEdge">
    2871                         <DimOperator op="Subtract">
    2872                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2873                         </DimOperator>
    2874                     </UnifiedDim>
     3478                <Dim type="LeftEdge">
     3479                    <ImageDim dimension="Width" name="TaharezLook/MultiListLeft" />
     3480                </Dim>
     3481                <Dim type="TopEdge">
     3482                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     3483                </Dim>
     3484                <Dim type="RightEdge">
     3485                    <OperatorDim op="Subtract">
     3486                        <UnifiedDim scale="1" type="RightEdge" />
     3487                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3488                    </OperatorDim>
     3489                </Dim>
     3490                <Dim type="BottomEdge">
     3491                    <OperatorDim op="Subtract">
     3492                        <UnifiedDim scale="1" type="BottomEdge" />
     3493                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3494                    </OperatorDim>
    28753495                </Dim>
    28763496            </Area>
    28773497        </NamedArea>
    2878         <Child  type="TaharezLook/ListHeader" nameSuffix="__auto_listheader__">
    2879             <Area>
    2880                 <Dim type="LeftEdge" ><AbsoluteDim value="2" /></Dim>
    2881                 <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim>
    2882                 <Dim type="RightEdge" ><UnifiedDim scale="1" offset="-2" type="RightEdge" /></Dim>
    2883                 <Dim type="Height" >
    2884                     <FontDim type="LineSpacing">
    2885                         <DimOperator op="Multiply">
    2886                             <AbsoluteDim value="1.5" />
    2887                         </DimOperator>
    2888                     </FontDim>
     3498        <Child nameSuffix="__auto_listheader__" type="TaharezLook/ListHeader">
     3499            <Area>
     3500                <Dim type="LeftEdge">
     3501                    <AbsoluteDim value="2" />
     3502                </Dim>
     3503                <Dim type="TopEdge">
     3504                    <AbsoluteDim value="2" />
     3505                </Dim>
     3506                <Dim type="RightEdge">
     3507                    <UnifiedDim offset="-2" scale="1" type="RightEdge" />
     3508                </Dim>
     3509                <Dim type="Height">
     3510                    <OperatorDim op="Multiply">
     3511                        <FontDim type="LineSpacing" />
     3512                        <AbsoluteDim value="1.5" />
     3513                    </OperatorDim>
    28893514                </Dim>
    28903515            </Area>
    28913516        </Child>
    2892         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    2893             <Area>
    2894                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2895                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2896                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    2897                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     3517        <Child nameSuffix="__auto_hscrollbar__" type="TaharezLook/HorizontalScrollbar">
     3518            <Area>
     3519                <Dim type="LeftEdge">
     3520                    <AbsoluteDim value="0" />
     3521                </Dim>
     3522                <Dim type="TopEdge">
     3523                    <AbsoluteDim value="0" />
     3524                </Dim>
     3525                <Dim type="Width">
     3526                    <UnifiedDim offset="-12" scale="1" type="Width" />
     3527                </Dim>
     3528                <Dim type="Height">
     3529                    <AbsoluteDim value="12" />
     3530                </Dim>
    28983531            </Area>
    28993532            <VertAlignment type="BottomAligned" />
    29003533        </Child>
    2901         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    2902             <Area>
    2903                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2904                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2905                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    2906                 <Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-12" type="BottomEdge" /></Dim>
     3534        <Child nameSuffix="__auto_vscrollbar__" type="TaharezLook/VerticalScrollbar">
     3535            <Area>
     3536                <Dim type="LeftEdge">
     3537                    <AbsoluteDim value="0" />
     3538                </Dim>
     3539                <Dim type="TopEdge">
     3540                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     3541                </Dim>
     3542                <Dim type="Width">
     3543                    <AbsoluteDim value="12" />
     3544                </Dim>
     3545                <Dim type="BottomEdge">
     3546                    <UnifiedDim offset="-12" scale="1" type="BottomEdge" />
     3547                </Dim>
    29073548            </Area>
    29083549            <HorzAlignment type="RightAligned" />
     
    29113552            <FrameComponent>
    29123553                <Area>
    2913                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2914                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2915                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2916                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2917                 </Area>
    2918                 <Image type="TopLeftCorner" imageset="TaharezLook" image="MultiListTopLeft" />
    2919                 <Image type="TopRightCorner" imageset="TaharezLook" image="MultiListTopRight" />
    2920                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="MultiListBottomLeft" />
    2921                 <Image type="BottomRightCorner" imageset="TaharezLook" image="MultiListBottomRight" />
    2922                 <Image type="LeftEdge" imageset="TaharezLook" image="MultiListLeft" />
    2923                 <Image type="RightEdge" imageset="TaharezLook" image="MultiListRight" />
    2924                 <Image type="TopEdge" imageset="TaharezLook" image="MultiListTop" />
    2925                 <Image type="BottomEdge" imageset="TaharezLook" image="MultiListBottom" />
    2926                 <Image type="Background" imageset="TaharezLook" image="MultiListBackdrop" />
     3554                    <Dim type="LeftEdge">
     3555                        <AbsoluteDim value="0" />
     3556                    </Dim>
     3557                    <Dim type="TopEdge">
     3558                        <AbsoluteDim value="0" />
     3559                    </Dim>
     3560                    <Dim type="Width">
     3561                        <UnifiedDim scale="1" type="Width" />
     3562                    </Dim>
     3563                    <Dim type="Height">
     3564                        <UnifiedDim scale="1" type="Height" />
     3565                    </Dim>
     3566                </Area>
     3567                <Image component="TopLeftCorner" name="TaharezLook/MultiListTopLeft" />
     3568                <Image component="TopRightCorner" name="TaharezLook/MultiListTopRight" />
     3569                <Image component="BottomLeftCorner" name="TaharezLook/MultiListBottomLeft" />
     3570                <Image component="BottomRightCorner" name="TaharezLook/MultiListBottomRight" />
     3571                <Image component="LeftEdge" name="TaharezLook/MultiListLeft" />
     3572                <Image component="RightEdge" name="TaharezLook/MultiListRight" />
     3573                <Image component="TopEdge" name="TaharezLook/MultiListTop" />
     3574                <Image component="BottomEdge" name="TaharezLook/MultiListBottom" />
     3575                <Image component="Background" name="TaharezLook/MultiListBackdrop" />
    29273576            </FrameComponent>
    29283577        </ImagerySection>
     
    29353584            <Layer>
    29363585                <Section section="main">
    2937                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3586                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    29383587                </Section>
    29393588            </Layer>
    29403589        </StateImagery>
    29413590    </WidgetLook>
    2942 
    2943     <!--
    2944     ***************************************************
    2945         TaharezLook/MultiLineEditbox
    2946     ***************************************************
    2947     -->
    29483591    <WidgetLook name="TaharezLook/MultiLineEditbox">
    2949         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    2950         <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />
    2951         <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
    2952         <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
    2953         <Property name="MouseCursorImage" value="set:TaharezLook image:MouseTextBar" />
    2954         <Property name="SelectionBrushImage" value="set:TaharezLook image:MultiLineEditboxSelectionBrush" />
     3592        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     3593        <PropertyDefinition initialValue="FF000000" name="SelectedTextColour" redrawOnWrite="true" />
     3594        <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" />
     3595        <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" />
     3596        <Property name="MouseCursorImage" value="TaharezLook/MouseTextBar" />
     3597        <Property name="SelectionBrushImage" value="TaharezLook/MultiLineEditboxSelectionBrush" />
    29553598        <NamedArea name="TextArea">
    29563599            <Area>
    2957                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
    2958                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
    2959                 <Dim type="RightEdge" >
    2960                     <UnifiedDim scale="1" type="RightEdge">
    2961                         <DimOperator op="Subtract">
    2962                             <ImageDim imageset="TaharezLook" image="MultiLineEditboxRight" dimension="Width" />
    2963                         </DimOperator>
    2964                     </UnifiedDim>
    2965                 </Dim>
    2966                 <Dim type="BottomEdge" >
    2967                     <UnifiedDim scale="1" type="BottomEdge">
    2968                         <DimOperator op="Subtract">
    2969                             <ImageDim imageset="TaharezLook" image="MultiLineEditboxBottom" dimension="Height" />
    2970                         </DimOperator>
    2971                     </UnifiedDim>
     3600                <Dim type="LeftEdge">
     3601                    <ImageDim dimension="Width" name="TaharezLook/MultiLineEditboxLeft" />
     3602                </Dim>
     3603                <Dim type="TopEdge">
     3604                    <ImageDim dimension="Height" name="TaharezLook/MultiLineEditboxTop" />
     3605                </Dim>
     3606                <Dim type="RightEdge">
     3607                    <OperatorDim op="Subtract">
     3608                        <UnifiedDim scale="1" type="RightEdge" />
     3609                        <ImageDim dimension="Width" name="TaharezLook/MultiLineEditboxRight" />
     3610                    </OperatorDim>
     3611                </Dim>
     3612                <Dim type="BottomEdge">
     3613                    <OperatorDim op="Subtract">
     3614                        <UnifiedDim scale="1" type="BottomEdge" />
     3615                        <ImageDim dimension="Height" name="TaharezLook/MultiLineEditboxBottom" />
     3616                    </OperatorDim>
    29723617                </Dim>
    29733618            </Area>
     
    29753620        <NamedArea name="TextAreaHScroll">
    29763621            <Area>
    2977                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
    2978                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
    2979                 <Dim type="RightEdge" >
    2980                     <UnifiedDim scale="1" type="RightEdge">
    2981                         <DimOperator op="Subtract">
    2982                             <ImageDim imageset="TaharezLook" image="MultiLineEditboxRight" dimension="Width" />
    2983                         </DimOperator>
    2984                     </UnifiedDim>
    2985                 </Dim>
    2986                 <Dim type="BottomEdge" >
    2987                     <UnifiedDim scale="1" type="BottomEdge">
    2988                         <DimOperator op="Subtract">
    2989                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2990                         </DimOperator>
    2991                     </UnifiedDim>
     3622                <Dim type="LeftEdge">
     3623                    <ImageDim dimension="Width" name="TaharezLook/MultiLineEditboxLeft" />
     3624                </Dim>
     3625                <Dim type="TopEdge">
     3626                    <ImageDim dimension="Height" name="TaharezLook/MultiLineEditboxTop" />
     3627                </Dim>
     3628                <Dim type="RightEdge">
     3629                    <OperatorDim op="Subtract">
     3630                        <UnifiedDim scale="1" type="RightEdge" />
     3631                        <ImageDim dimension="Width" name="TaharezLook/MultiLineEditboxRight" />
     3632                    </OperatorDim>
     3633                </Dim>
     3634                <Dim type="BottomEdge">
     3635                    <OperatorDim op="Subtract">
     3636                        <UnifiedDim scale="1" type="BottomEdge" />
     3637                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3638                    </OperatorDim>
    29923639                </Dim>
    29933640            </Area>
     
    29953642        <NamedArea name="TextAreaVScroll">
    29963643            <Area>
    2997                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
    2998                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
    2999                 <Dim type="RightEdge" >
    3000                     <UnifiedDim scale="1" type="RightEdge">
    3001                         <DimOperator op="Subtract">
    3002                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    3003                         </DimOperator>
    3004                     </UnifiedDim>
    3005                 </Dim>
    3006                 <Dim type="BottomEdge" >
    3007                     <UnifiedDim scale="1" type="BottomEdge">
    3008                         <DimOperator op="Subtract">
    3009                             <ImageDim imageset="TaharezLook" image="MultiLineEditboxBottom" dimension="Height" />
    3010                         </DimOperator>
    3011                     </UnifiedDim>
     3644                <Dim type="LeftEdge">
     3645                    <ImageDim dimension="Width" name="TaharezLook/MultiLineEditboxLeft" />
     3646                </Dim>
     3647                <Dim type="TopEdge">
     3648                    <ImageDim dimension="Height" name="TaharezLook/MultiLineEditboxTop" />
     3649                </Dim>
     3650                <Dim type="RightEdge">
     3651                    <OperatorDim op="Subtract">
     3652                        <UnifiedDim scale="1" type="RightEdge" />
     3653                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3654                    </OperatorDim>
     3655                </Dim>
     3656                <Dim type="BottomEdge">
     3657                    <OperatorDim op="Subtract">
     3658                        <UnifiedDim scale="1" type="BottomEdge" />
     3659                        <ImageDim dimension="Height" name="TaharezLook/MultiLineEditboxBottom" />
     3660                    </OperatorDim>
    30123661                </Dim>
    30133662            </Area>
     
    30153664        <NamedArea name="TextAreaHVScroll">
    30163665            <Area>
    3017                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
    3018                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
    3019                 <Dim type="RightEdge" >
    3020                     <UnifiedDim scale="1" type="RightEdge">
    3021                         <DimOperator op="Subtract">
    3022                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    3023                         </DimOperator>
    3024                     </UnifiedDim>
    3025                 </Dim>
    3026                 <Dim type="BottomEdge" >
    3027                     <UnifiedDim scale="1" type="BottomEdge">
    3028                         <DimOperator op="Subtract">
    3029                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    3030                         </DimOperator>
    3031                     </UnifiedDim>
     3666                <Dim type="LeftEdge">
     3667                    <ImageDim dimension="Width" name="TaharezLook/MultiLineEditboxLeft" />
     3668                </Dim>
     3669                <Dim type="TopEdge">
     3670                    <ImageDim dimension="Height" name="TaharezLook/MultiLineEditboxTop" />
     3671                </Dim>
     3672                <Dim type="RightEdge">
     3673                    <OperatorDim op="Subtract">
     3674                        <UnifiedDim scale="1" type="RightEdge" />
     3675                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3676                    </OperatorDim>
     3677                </Dim>
     3678                <Dim type="BottomEdge">
     3679                    <OperatorDim op="Subtract">
     3680                        <UnifiedDim scale="1" type="BottomEdge" />
     3681                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3682                    </OperatorDim>
    30323683                </Dim>
    30333684            </Area>
    30343685        </NamedArea>
    3035         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    3036             <Area>
    3037                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3038                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3039                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    3040                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     3686        <Child nameSuffix="__auto_hscrollbar__" type="TaharezLook/HorizontalScrollbar">
     3687            <Area>
     3688                <Dim type="LeftEdge">
     3689                    <AbsoluteDim value="0" />
     3690                </Dim>
     3691                <Dim type="TopEdge">
     3692                    <AbsoluteDim value="0" />
     3693                </Dim>
     3694                <Dim type="Width">
     3695                    <UnifiedDim offset="-12" scale="1" type="Width" />
     3696                </Dim>
     3697                <Dim type="Height">
     3698                    <AbsoluteDim value="12" />
     3699                </Dim>
    30413700            </Area>
    30423701            <VertAlignment type="BottomAligned" />
    30433702        </Child>
    3044         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    3045             <Area>
    3046                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3047                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3048                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    3049                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
     3703        <Child nameSuffix="__auto_vscrollbar__" type="TaharezLook/VerticalScrollbar">
     3704            <Area>
     3705                <Dim type="LeftEdge">
     3706                    <AbsoluteDim value="0" />
     3707                </Dim>
     3708                <Dim type="TopEdge">
     3709                    <AbsoluteDim value="0" />
     3710                </Dim>
     3711                <Dim type="Width">
     3712                    <AbsoluteDim value="12" />
     3713                </Dim>
     3714                <Dim type="Height">
     3715                    <UnifiedDim offset="-12" scale="1" type="Height" />
     3716                </Dim>
    30503717            </Area>
    30513718            <HorzAlignment type="RightAligned" />
     
    30543721            <FrameComponent>
    30553722                <Area>
    3056                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3057                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3058                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3059                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3060                 </Area>
    3061                 <Image type="TopLeftCorner" imageset="TaharezLook" image="MultiLineEditboxTopLeft" />
    3062                 <Image type="TopRightCorner" imageset="TaharezLook" image="MultiLineEditboxTopRight" />
    3063                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="MultiLineEditboxBottomLeft" />
    3064                 <Image type="BottomRightCorner" imageset="TaharezLook" image="MultiLineEditboxBottomRight" />
    3065                 <Image type="LeftEdge" imageset="TaharezLook" image="MultiLineEditboxLeft" />
    3066                 <Image type="RightEdge" imageset="TaharezLook" image="MultiLineEditboxRight" />
    3067                 <Image type="TopEdge" imageset="TaharezLook" image="MultiLineEditboxTop" />
    3068                 <Image type="BottomEdge" imageset="TaharezLook" image="MultiLineEditboxBottom" />
    3069                 <Image type="Background" imageset="TaharezLook" image="MultiLineEditboxBackdrop" />
     3723                    <Dim type="LeftEdge">
     3724                        <AbsoluteDim value="0" />
     3725                    </Dim>
     3726                    <Dim type="TopEdge">
     3727                        <AbsoluteDim value="0" />
     3728                    </Dim>
     3729                    <Dim type="Width">
     3730                        <UnifiedDim scale="1" type="Width" />
     3731                    </Dim>
     3732                    <Dim type="Height">
     3733                        <UnifiedDim scale="1" type="Height" />
     3734                    </Dim>
     3735                </Area>
     3736                <Image component="TopLeftCorner" name="TaharezLook/MultiLineEditboxTopLeft" />
     3737                <Image component="TopRightCorner" name="TaharezLook/MultiLineEditboxTopRight" />
     3738                <Image component="BottomLeftCorner" name="TaharezLook/MultiLineEditboxBottomLeft" />
     3739                <Image component="BottomRightCorner" name="TaharezLook/MultiLineEditboxBottomRight" />
     3740                <Image component="LeftEdge" name="TaharezLook/MultiLineEditboxLeft" />
     3741                <Image component="RightEdge" name="TaharezLook/MultiLineEditboxRight" />
     3742                <Image component="TopEdge" name="TaharezLook/MultiLineEditboxTop" />
     3743                <Image component="BottomEdge" name="TaharezLook/MultiLineEditboxBottom" />
     3744                <Image component="Background" name="TaharezLook/MultiLineEditboxBackdrop" />
    30703745            </FrameComponent>
    30713746        </ImagerySection>
    3072         <ImagerySection name="Carat">
    3073             <ImageryComponent>
    3074                 <Area>
    3075                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3076                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3077                     <Dim type="Width" ><ImageDim imageset="TaharezLook" image="EditBoxCarat" dimension="Width" /></Dim>
    3078                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    3079                 </Area>
    3080                 <Image imageset="TaharezLook" image="EditBoxCarat" />
     3747        <ImagerySection name="Caret">
     3748            <ImageryComponent>
     3749                <Area>
     3750                    <Dim type="LeftEdge">
     3751                        <AbsoluteDim value="0" />
     3752                    </Dim>
     3753                    <Dim type="TopEdge">
     3754                        <AbsoluteDim value="0" />
     3755                    </Dim>
     3756                    <Dim type="Width">
     3757                        <ImageDim dimension="Width" name="TaharezLook/EditBoxCarat" />
     3758                    </Dim>
     3759                    <Dim type="BottomEdge">
     3760                        <UnifiedDim scale="1.0" type="BottomEdge" />
     3761                    </Dim>
     3762                </Area>
     3763                <Image name="TaharezLook/EditBoxCarat" />
    30813764                <VertFormat type="Stretched" />
    30823765                <HorzFormat type="Stretched" />
     
    30963779            <Layer>
    30973780                <Section section="main">
    3098                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3781                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    30993782                </Section>
    31003783            </Layer>
    31013784        </StateImagery>
    31023785    </WidgetLook>
    3103 
    3104     <!--
    3105     ***************************************************
    3106         TaharezLook/Tooltip
    3107     ***************************************************
    3108     -->
    31093786    <WidgetLook name="TaharezLook/Tooltip">
    31103787        <NamedArea name="TextArea">
    31113788            <Area>
    3112                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
    3113                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="TooltipTopEdge" dimension="Height" /></Dim>
    3114                 <Dim type="RightEdge" >
    3115                     <UnifiedDim scale="1" type="RightEdge">
    3116                         <DimOperator op="Subtract">
    3117                             <ImageDim imageset="TaharezLook" image="TooltipRightEdge" dimension="Width" />
    3118                         </DimOperator>
    3119                     </UnifiedDim>
    3120                 </Dim>
    3121                 <Dim type="BottomEdge" >
    3122                     <UnifiedDim scale="1" type="BottomEdge">
    3123                         <DimOperator op="Subtract">
    3124                             <ImageDim imageset="TaharezLook" image="TooltipBottomEdge" dimension="Height" />
    3125                         </DimOperator>
    3126                     </UnifiedDim>
     3789                <Dim type="LeftEdge">
     3790                    <ImageDim dimension="Width" name="TaharezLook/TooltipLeftEdge" />
     3791                </Dim>
     3792                <Dim type="TopEdge">
     3793                    <ImageDim dimension="Height" name="TaharezLook/TooltipTopEdge" />
     3794                </Dim>
     3795                <Dim type="RightEdge">
     3796                    <OperatorDim op="Subtract">
     3797                        <UnifiedDim scale="1" type="RightEdge" />
     3798                        <ImageDim dimension="Width" name="TaharezLook/TooltipRightEdge" />
     3799                    </OperatorDim>
     3800                </Dim>
     3801                <Dim type="BottomEdge">
     3802                    <OperatorDim op="Subtract">
     3803                        <UnifiedDim scale="1" type="BottomEdge" />
     3804                        <ImageDim dimension="Height" name="TaharezLook/TooltipBottomEdge" />
     3805                    </OperatorDim>
    31273806                </Dim>
    31283807            </Area>
     
    31313810            <FrameComponent>
    31323811                <Area>
    3133                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3134                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3135                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3136                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3137                 </Area>
    3138                 <Image type="TopLeftCorner" imageset="TaharezLook" image="TooltipTopLeft" />
    3139                 <Image type="TopRightCorner" imageset="TaharezLook" image="TooltipTopRight" />
    3140                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TooltipBottomLeft" />
    3141                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TooltipBottomRight" />
    3142                 <Image type="LeftEdge" imageset="TaharezLook" image="TooltipLeftEdge" />
    3143                 <Image type="RightEdge" imageset="TaharezLook" image="TooltipRightEdge" />
    3144                 <Image type="TopEdge" imageset="TaharezLook" image="TooltipTopEdge" />
    3145                 <Image type="BottomEdge" imageset="TaharezLook" image="TooltipBottomEdge" />
    3146                 <Image type="Background" imageset="TaharezLook" image="TooltipMiddle" />
     3812                    <Dim type="LeftEdge">
     3813                        <AbsoluteDim value="0" />
     3814                    </Dim>
     3815                    <Dim type="TopEdge">
     3816                        <AbsoluteDim value="0" />
     3817                    </Dim>
     3818                    <Dim type="Width">
     3819                        <UnifiedDim scale="1" type="Width" />
     3820                    </Dim>
     3821                    <Dim type="Height">
     3822                        <UnifiedDim scale="1" type="Height" />
     3823                    </Dim>
     3824                </Area>
     3825                <Image component="TopLeftCorner" name="TaharezLook/TooltipTopLeft" />
     3826                <Image component="TopRightCorner" name="TaharezLook/TooltipTopRight" />
     3827                <Image component="BottomLeftCorner" name="TaharezLook/TooltipBottomLeft" />
     3828                <Image component="BottomRightCorner" name="TaharezLook/TooltipBottomRight" />
     3829                <Image component="LeftEdge" name="TaharezLook/TooltipLeftEdge" />
     3830                <Image component="RightEdge" name="TaharezLook/TooltipRightEdge" />
     3831                <Image component="TopEdge" name="TaharezLook/TooltipTopEdge" />
     3832                <Image component="BottomEdge" name="TaharezLook/TooltipBottomEdge" />
     3833                <Image component="Background" name="TaharezLook/TooltipMiddle" />
    31473834            </FrameComponent>
    31483835        </ImagerySection>
     
    31503837            <TextComponent>
    31513838                <Area>
    3152                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
    3153                     <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="TooltipTopEdge" dimension="Height" /></Dim>
    3154                     <Dim type="RightEdge" >
    3155                         <UnifiedDim scale="1" type="RightEdge">
    3156                             <DimOperator op="Subtract">
    3157                                 <ImageDim imageset="TaharezLook" image="TooltipRightEdge" dimension="Width" />
    3158                             </DimOperator>
    3159                         </UnifiedDim>
    3160                     </Dim>
    3161                     <Dim type="BottomEdge" >
    3162                         <UnifiedDim scale="1" type="BottomEdge">
    3163                             <DimOperator op="Subtract">
    3164                                 <ImageDim imageset="TaharezLook" image="TooltipBottomEdge" dimension="Height" />
    3165                             </DimOperator>
    3166                         </UnifiedDim>
    3167                     </Dim>
    3168                 </Area>
    3169                 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
     3839                    <Dim type="LeftEdge">
     3840                        <ImageDim dimension="Width" name="TaharezLook/TooltipLeftEdge" />
     3841                    </Dim>
     3842                    <Dim type="TopEdge">
     3843                        <ImageDim dimension="Height" name="TaharezLook/TooltipTopEdge" />
     3844                    </Dim>
     3845                    <Dim type="RightEdge">
     3846                        <OperatorDim op="Subtract">
     3847                            <UnifiedDim scale="1" type="RightEdge" />
     3848                            <ImageDim dimension="Width" name="TaharezLook/TooltipRightEdge" />
     3849                        </OperatorDim>
     3850                    </Dim>
     3851                    <Dim type="BottomEdge">
     3852                        <OperatorDim op="Subtract">
     3853                            <UnifiedDim scale="1" type="BottomEdge" />
     3854                            <ImageDim dimension="Height" name="TaharezLook/TooltipBottomEdge" />
     3855                        </OperatorDim>
     3856                    </Dim>
     3857                </Area>
     3858                <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" />
    31703859                <VertFormat type="CentreAligned" />
    31713860                <HorzFormat type="CentreAligned" />
     
    31853874        </StateImagery>
    31863875    </WidgetLook>
    3187 
    3188     <!--
    3189     ***************************************************
    3190         TaharezLook/ScrollablePane
    3191     ***************************************************
    3192     -->
    31933876    <WidgetLook name="TaharezLook/ScrollablePane">
    31943877        <NamedArea name="ViewableArea">
    31953878            <Area>
    3196                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3197                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3198                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    3199                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     3879                <Dim type="LeftEdge">
     3880                    <AbsoluteDim value="0" />
     3881                </Dim>
     3882                <Dim type="TopEdge">
     3883                    <AbsoluteDim value="0" />
     3884                </Dim>
     3885                <Dim type="RightEdge">
     3886                    <UnifiedDim scale="1.0" type="RightEdge" />
     3887                </Dim>
     3888                <Dim type="BottomEdge">
     3889                    <UnifiedDim scale="1.0" type="BottomEdge" />
     3890                </Dim>
    32003891            </Area>
    32013892        </NamedArea>
    32023893        <NamedArea name="ViewableAreaHScroll">
    32033894            <Area>
    3204                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3205                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3206                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    3207                 <Dim type="BottomEdge" >
    3208                     <UnifiedDim scale="1" type="BottomEdge">
    3209                         <DimOperator op="Subtract">
    3210                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    3211                         </DimOperator>
    3212                     </UnifiedDim>
     3895                <Dim type="LeftEdge">
     3896                    <AbsoluteDim value="0" />
     3897                </Dim>
     3898                <Dim type="TopEdge">
     3899                    <AbsoluteDim value="0" />
     3900                </Dim>
     3901                <Dim type="RightEdge">
     3902                    <UnifiedDim scale="1.0" type="RightEdge" />
     3903                </Dim>
     3904                <Dim type="BottomEdge">
     3905                    <OperatorDim op="Subtract">
     3906                        <UnifiedDim scale="1" type="BottomEdge" />
     3907                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3908                    </OperatorDim>
    32133909                </Dim>
    32143910            </Area>
     
    32163912        <NamedArea name="ViewableAreaVScroll">
    32173913            <Area>
    3218                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3219                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3220                 <Dim type="RightEdge" >
    3221                     <UnifiedDim scale="1" type="RightEdge">
    3222                         <DimOperator op="Subtract">
    3223                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    3224                         </DimOperator>
    3225                     </UnifiedDim>
    3226                 </Dim>
    3227                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     3914                <Dim type="LeftEdge">
     3915                    <AbsoluteDim value="0" />
     3916                </Dim>
     3917                <Dim type="TopEdge">
     3918                    <AbsoluteDim value="0" />
     3919                </Dim>
     3920                <Dim type="RightEdge">
     3921                    <OperatorDim op="Subtract">
     3922                        <UnifiedDim scale="1" type="RightEdge" />
     3923                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3924                    </OperatorDim>
     3925                </Dim>
     3926                <Dim type="BottomEdge">
     3927                    <UnifiedDim scale="1.0" type="BottomEdge" />
     3928                </Dim>
    32283929            </Area>
    32293930        </NamedArea>
    32303931        <NamedArea name="ViewableAreaHVScroll">
    32313932            <Area>
    3232                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3233                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3234                 <Dim type="RightEdge" >
    3235                     <UnifiedDim scale="1" type="RightEdge">
    3236                         <DimOperator op="Subtract">
    3237                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    3238                         </DimOperator>
    3239                     </UnifiedDim>
    3240                 </Dim>
    3241                 <Dim type="BottomEdge" >
    3242                     <UnifiedDim scale="1" type="BottomEdge">
    3243                         <DimOperator op="Subtract">
    3244                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    3245                         </DimOperator>
    3246                     </UnifiedDim>
     3933                <Dim type="LeftEdge">
     3934                    <AbsoluteDim value="0" />
     3935                </Dim>
     3936                <Dim type="TopEdge">
     3937                    <AbsoluteDim value="0" />
     3938                </Dim>
     3939                <Dim type="RightEdge">
     3940                    <OperatorDim op="Subtract">
     3941                        <UnifiedDim scale="1" type="RightEdge" />
     3942                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3943                    </OperatorDim>
     3944                </Dim>
     3945                <Dim type="BottomEdge">
     3946                    <OperatorDim op="Subtract">
     3947                        <UnifiedDim scale="1" type="BottomEdge" />
     3948                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3949                    </OperatorDim>
    32473950                </Dim>
    32483951            </Area>
    32493952        </NamedArea>
    3250         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    3251             <Area>
    3252                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3253                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3254                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    3255                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     3953        <Child nameSuffix="__auto_hscrollbar__" type="TaharezLook/HorizontalScrollbar">
     3954            <Area>
     3955                <Dim type="LeftEdge">
     3956                    <AbsoluteDim value="0" />
     3957                </Dim>
     3958                <Dim type="TopEdge">
     3959                    <AbsoluteDim value="0" />
     3960                </Dim>
     3961                <Dim type="Width">
     3962                    <UnifiedDim offset="-12" scale="1" type="Width" />
     3963                </Dim>
     3964                <Dim type="Height">
     3965                    <AbsoluteDim value="12" />
     3966                </Dim>
    32563967            </Area>
    32573968            <VertAlignment type="BottomAligned" />
    32583969        </Child>
    3259         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    3260             <Area>
    3261                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3262                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3263                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    3264                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
     3970        <Child nameSuffix="__auto_vscrollbar__" type="TaharezLook/VerticalScrollbar">
     3971            <Area>
     3972                <Dim type="LeftEdge">
     3973                    <AbsoluteDim value="0" />
     3974                </Dim>
     3975                <Dim type="TopEdge">
     3976                    <AbsoluteDim value="0" />
     3977                </Dim>
     3978                <Dim type="Width">
     3979                    <AbsoluteDim value="12" />
     3980                </Dim>
     3981                <Dim type="Height">
     3982                    <UnifiedDim offset="-12" scale="1" type="Height" />
     3983                </Dim>
    32653984            </Area>
    32663985            <HorzAlignment type="RightAligned" />
     
    32693988        <StateImagery name="Disabled" />
    32703989    </WidgetLook>
    3271 
    3272     <!--
    3273     ***************************************************
    3274         TaharezLook/TabButton
    3275     ***************************************************
    3276     -->
    32773990    <WidgetLook name="TaharezLook/TabButton">
    3278         <PropertyDefinition name="NormalTextColour" initialValue="FFC0C0C0" redrawOnWrite="true" />
    3279         <PropertyDefinition name="HoverTextColour" initialValue="FFE0E0E0" redrawOnWrite="true" />
    3280         <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    3281         <PropertyDefinition name="SelectedTextColour" initialValue="FFE0E0E0" redrawOnWrite="true" />
    3282         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
     3991        <PropertyDefinition initialValue="FFC0C0C0" name="NormalTextColour" redrawOnWrite="true" />
     3992        <PropertyDefinition initialValue="FFE0E0E0" name="HoverTextColour" redrawOnWrite="true" />
     3993        <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" />
     3994        <PropertyDefinition initialValue="FFE0E0E0" name="SelectedTextColour" redrawOnWrite="true" />
     3995        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
    32833996        <ImagerySection name="label">
    32843997            <TextComponent>
    32853998                <Area>
    3286                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3287                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3288                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3289                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     3999                    <Dim type="LeftEdge">
     4000                        <AbsoluteDim value="0" />
     4001                    </Dim>
     4002                    <Dim type="TopEdge">
     4003                        <AbsoluteDim value="0" />
     4004                    </Dim>
     4005                    <Dim type="Width">
     4006                        <UnifiedDim scale="1" type="Width" />
     4007                    </Dim>
     4008                    <Dim type="Height">
     4009                        <UnifiedDim scale="1" type="Height" />
     4010                    </Dim>
    32904011                </Area>
    32914012                <VertFormat type="CentreAligned" />
     
    32964017            <FrameComponent>
    32974018                <Area>
    3298                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3299                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3300                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3301                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3302                 </Area>
    3303                 <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeftNormal" />
    3304                 <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightNormal" />
    3305                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
    3306                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRight2Normal" />
    3307                 <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftNormal" />
    3308                 <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightNormal" />
    3309                 <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperNormal" />
    3310                 <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
    3311                 <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleNormal" />
     4019                    <Dim type="LeftEdge">
     4020                        <AbsoluteDim value="0" />
     4021                    </Dim>
     4022                    <Dim type="TopEdge">
     4023                        <AbsoluteDim value="0" />
     4024                    </Dim>
     4025                    <Dim type="Width">
     4026                        <UnifiedDim scale="1" type="Width" />
     4027                    </Dim>
     4028                    <Dim type="Height">
     4029                        <UnifiedDim scale="1" type="Height" />
     4030                    </Dim>
     4031                </Area>
     4032                <Image component="TopLeftCorner" name="TaharezLook/TabButtonUpperLeftNormal" />
     4033                <Image component="TopRightCorner" name="TaharezLook/TabButtonUpperRightNormal" />
     4034                <Image component="BottomLeftCorner" name="TaharezLook/TabButtonLowerLeftNormal" />
     4035                <Image component="BottomRightCorner" name="TaharezLook/TabButtonLowerRight2Normal" />
     4036                <Image component="LeftEdge" name="TaharezLook/TabButtonLeftNormal" />
     4037                <Image component="RightEdge" name="TaharezLook/TabButtonRightNormal" />
     4038                <Image component="TopEdge" name="TaharezLook/TabButtonUpperNormal" />
     4039                <Image component="BottomEdge" name="TaharezLook/TabButtonLowerNormal" />
     4040                <Image component="Background" name="TaharezLook/TabButtonMiddleNormal" />
    33124041            </FrameComponent>
    33134042        </ImagerySection>
     
    33154044            <FrameComponent>
    33164045                <Area>
    3317                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3318                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3319                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3320                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3321                 </Area>
    3322                 <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeft2Normal" />
    3323                 <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightNormal" />
    3324                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
    3325                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRightNormal" />
    3326                 <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftNormal" />
    3327                 <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightNormal" />
    3328                 <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperNormal" />
    3329                 <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
    3330                 <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleNormal" />
     4046                    <Dim type="LeftEdge">
     4047                        <AbsoluteDim value="0" />
     4048                    </Dim>
     4049                    <Dim type="TopEdge">
     4050                        <AbsoluteDim value="0" />
     4051                    </Dim>
     4052                    <Dim type="Width">
     4053                        <UnifiedDim scale="1" type="Width" />
     4054                    </Dim>
     4055                    <Dim type="Height">
     4056                        <UnifiedDim scale="1" type="Height" />
     4057                    </Dim>
     4058                </Area>
     4059                <Image component="TopLeftCorner" name="TaharezLook/TabButtonUpperLeft2Normal" />
     4060                <Image component="TopRightCorner" name="TaharezLook/TabButtonUpperRightNormal" />
     4061                <Image component="BottomLeftCorner" name="TaharezLook/TabButtonLowerLeftNormal" />
     4062                <Image component="BottomRightCorner" name="TaharezLook/TabButtonLowerRightNormal" />
     4063                <Image component="LeftEdge" name="TaharezLook/TabButtonLeftNormal" />
     4064                <Image component="RightEdge" name="TaharezLook/TabButtonRightNormal" />
     4065                <Image component="TopEdge" name="TaharezLook/TabButtonUpperNormal" />
     4066                <Image component="BottomEdge" name="TaharezLook/TabButtonLowerNormal" />
     4067                <Image component="Background" name="TaharezLook/TabButtonMiddleNormal" />
    33314068            </FrameComponent>
    33324069        </ImagerySection>
     
    33344071            <FrameComponent>
    33354072                <Area>
    3336                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3337                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3338                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3339                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3340                 </Area>
    3341                 <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeftNormal" />
    3342                 <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightNormal" />
    3343                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
    3344                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRight2Normal" />
    3345                 <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftNormal" />
    3346                 <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightNormal" />
    3347                 <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperNormal" />
    3348                 <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
    3349                 <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleNormal" />
     4073                    <Dim type="LeftEdge">
     4074                        <AbsoluteDim value="0" />
     4075                    </Dim>
     4076                    <Dim type="TopEdge">
     4077                        <AbsoluteDim value="0" />
     4078                    </Dim>
     4079                    <Dim type="Width">
     4080                        <UnifiedDim scale="1" type="Width" />
     4081                    </Dim>
     4082                    <Dim type="Height">
     4083                        <UnifiedDim scale="1" type="Height" />
     4084                    </Dim>
     4085                </Area>
     4086                <Image component="TopLeftCorner" name="TaharezLook/TabButtonUpperLeftNormal" />
     4087                <Image component="TopRightCorner" name="TaharezLook/TabButtonUpperRightNormal" />
     4088                <Image component="BottomLeftCorner" name="TaharezLook/TabButtonLowerLeftNormal" />
     4089                <Image component="BottomRightCorner" name="TaharezLook/TabButtonLowerRight2Normal" />
     4090                <Image component="LeftEdge" name="TaharezLook/TabButtonLeftNormal" />
     4091                <Image component="RightEdge" name="TaharezLook/TabButtonRightNormal" />
     4092                <Image component="TopEdge" name="TaharezLook/TabButtonUpperNormal" />
     4093                <Image component="BottomEdge" name="TaharezLook/TabButtonLowerNormal" />
     4094                <Image component="Background" name="TaharezLook/TabButtonMiddleNormal" />
    33504095            </FrameComponent>
    33514096        </ImagerySection>
     
    33534098            <FrameComponent>
    33544099                <Area>
    3355                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3356                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3357                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3358                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3359                 </Area>
    3360                 <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeft2Normal" />
    3361                 <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightNormal" />
    3362                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
    3363                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRightNormal" />
    3364                 <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftNormal" />
    3365                 <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightNormal" />
    3366                 <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperNormal" />
    3367                 <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
    3368                 <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleNormal" />
     4100                    <Dim type="LeftEdge">
     4101                        <AbsoluteDim value="0" />
     4102                    </Dim>
     4103                    <Dim type="TopEdge">
     4104                        <AbsoluteDim value="0" />
     4105                    </Dim>
     4106                    <Dim type="Width">
     4107                        <UnifiedDim scale="1" type="Width" />
     4108                    </Dim>
     4109                    <Dim type="Height">
     4110                        <UnifiedDim scale="1" type="Height" />
     4111                    </Dim>
     4112                </Area>
     4113                <Image component="TopLeftCorner" name="TaharezLook/TabButtonUpperLeft2Normal" />
     4114                <Image component="TopRightCorner" name="TaharezLook/TabButtonUpperRightNormal" />
     4115                <Image component="BottomLeftCorner" name="TaharezLook/TabButtonLowerLeftNormal" />
     4116                <Image component="BottomRightCorner" name="TaharezLook/TabButtonLowerRightNormal" />
     4117                <Image component="LeftEdge" name="TaharezLook/TabButtonLeftNormal" />
     4118                <Image component="RightEdge" name="TaharezLook/TabButtonRightNormal" />
     4119                <Image component="TopEdge" name="TaharezLook/TabButtonUpperNormal" />
     4120                <Image component="BottomEdge" name="TaharezLook/TabButtonLowerNormal" />
     4121                <Image component="Background" name="TaharezLook/TabButtonMiddleNormal" />
    33694122            </FrameComponent>
    33704123        </ImagerySection>
     
    33724125            <FrameComponent>
    33734126                <Area>
    3374                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3375                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3376                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3377                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3378                 </Area>
    3379                 <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeftSelected" />
    3380                 <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperSelected" />
    3381                 <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightSelected" />
    3382                 <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftSelected" />
    3383                 <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleSelected" />
    3384                 <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightSelected" />
     4127                    <Dim type="LeftEdge">
     4128                        <AbsoluteDim value="0" />
     4129                    </Dim>
     4130                    <Dim type="TopEdge">
     4131                        <AbsoluteDim value="0" />
     4132                    </Dim>
     4133                    <Dim type="Width">
     4134                        <UnifiedDim scale="1" type="Width" />
     4135                    </Dim>
     4136                    <Dim type="Height">
     4137                        <UnifiedDim scale="1" type="Height" />
     4138                    </Dim>
     4139                </Area>
     4140                <Image component="TopLeftCorner" name="TaharezLook/TabButtonUpperLeftSelected" />
     4141                <Image component="TopEdge" name="TaharezLook/TabButtonUpperSelected" />
     4142                <Image component="TopRightCorner" name="TaharezLook/TabButtonUpperRightSelected" />
     4143                <Image component="LeftEdge" name="TaharezLook/TabButtonLeftSelected" />
     4144                <Image component="Background" name="TaharezLook/TabButtonMiddleSelected" />
     4145                <Image component="RightEdge" name="TaharezLook/TabButtonRightSelected" />
    33854146            </FrameComponent>
    33864147        </ImagerySection>
     
    33884149            <FrameComponent>
    33894150                <Area>
    3390                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3391                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3392                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3393                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3394                 </Area>
    3395                 <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftSelected" />
    3396                 <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleSelected" />
    3397                 <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightSelected" />
    3398                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
    3399                 <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
    3400                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRightNormal" />
     4151                    <Dim type="LeftEdge">
     4152                        <AbsoluteDim value="0" />
     4153                    </Dim>
     4154                    <Dim type="TopEdge">
     4155                        <AbsoluteDim value="0" />
     4156                    </Dim>
     4157                    <Dim type="Width">
     4158                        <UnifiedDim scale="1" type="Width" />
     4159                    </Dim>
     4160                    <Dim type="Height">
     4161                        <UnifiedDim scale="1" type="Height" />
     4162                    </Dim>
     4163                </Area>
     4164                <Image component="LeftEdge" name="TaharezLook/TabButtonLeftSelected" />
     4165                <Image component="Background" name="TaharezLook/TabButtonMiddleSelected" />
     4166                <Image component="RightEdge" name="TaharezLook/TabButtonRightSelected" />
     4167                <Image component="BottomLeftCorner" name="TaharezLook/TabButtonLowerLeftNormal" />
     4168                <Image component="BottomEdge" name="TaharezLook/TabButtonLowerNormal" />
     4169                <Image component="BottomRightCorner" name="TaharezLook/TabButtonLowerRightNormal" />
    34014170            </FrameComponent>
    34024171        </ImagerySection>
     
    34684237            <Layer>
    34694238                <Section section="top_normal">
    3470                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4239                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    34714240                </Section>
    34724241                <Section section="label">
     
    34784247            <Layer>
    34794248                <Section section="bot_normal">
    3480                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4249                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    34814250                </Section>
    34824251                <Section section="label">
     
    34864255        </StateImagery>
    34874256    </WidgetLook>
    3488 
    3489     <!--
    3490     ***************************************************
    3491         TaharezLook/TabContentPane
    3492     ***************************************************
    3493     -->
    34944257    <WidgetLook name="TaharezLook/TabContentPane">
    3495         <PropertyDefinition name="EnableTop" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />
    3496         <PropertyDefinition name="EnableBottom" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />
     4258        <PropertyDefinition initialValue="0" layoutOnWrite="true" name="EnableTop" redrawOnWrite="true" />
     4259        <PropertyDefinition initialValue="0" layoutOnWrite="true" name="EnableBottom" redrawOnWrite="true" />
    34974260        <ImagerySection name="normal">
    34984261            <FrameComponent>
    34994262                <Area>
    3500                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3501                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3502                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3503                     <Dim type="BottomEdge" >
    3504                         <ImageDim imageset="TaharezLook" image="TabContentPaneUpperLeft" dimension="Height">
    3505                             <DimOperator op="Multiply">
    3506                                 <PropertyDim name="EnableTop" />
    3507                             </DimOperator>
    3508                         </ImageDim>
    3509                     </Dim>
    3510                 </Area>
    3511                 <Image type="TopLeftCorner" imageset="TaharezLook" image="TabContentPaneUpperLeft" />
    3512                 <Image type="TopEdge" imageset="TaharezLook" image="TabContentPaneUpper" />
    3513                 <Image type="TopRightCorner" imageset="TaharezLook" image="TabContentPaneUpperRight" />
     4263                    <Dim type="LeftEdge">
     4264                        <AbsoluteDim value="0" />
     4265                    </Dim>
     4266                    <Dim type="TopEdge">
     4267                        <AbsoluteDim value="0" />
     4268                    </Dim>
     4269                    <Dim type="Width">
     4270                        <UnifiedDim scale="1" type="Width" />
     4271                    </Dim>
     4272                    <Dim type="BottomEdge">
     4273                        <OperatorDim op="Multiply">
     4274                            <ImageDim dimension="Height" name="TaharezLook/TabContentPaneUpperLeft" />
     4275                            <PropertyDim name="EnableTop" />
     4276                        </OperatorDim>
     4277                    </Dim>
     4278                </Area>
     4279                <Image component="TopLeftCorner" name="TaharezLook/TabContentPaneUpperLeft" />
     4280                <Image component="TopEdge" name="TaharezLook/TabContentPaneUpper" />
     4281                <Image component="TopRightCorner" name="TaharezLook/TabContentPaneUpperRight" />
    35144282            </FrameComponent>
    35154283            <FrameComponent>
    35164284                <Area>
    3517                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3518                     <Dim type="TopEdge" >
    3519                         <ImageDim imageset="TaharezLook" image="TabContentPaneUpperLeft" dimension="Height">
    3520                             <DimOperator op="Multiply">
    3521                                 <PropertyDim name="EnableTop" />
    3522                             </DimOperator>
    3523                         </ImageDim>
    3524                     </Dim>
    3525                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3526                     <Dim type="BottomEdge" >
    3527                         <UnifiedDim scale="1" type="Height">
    3528                             <DimOperator op="Subtract">
    3529                                 <ImageDim imageset="TaharezLook" image="TabContentPaneLowerLeft" dimension="Height">
    3530                                     <DimOperator op="Multiply">
    3531                                         <PropertyDim name="EnableBottom" />
    3532                                     </DimOperator>
    3533                                 </ImageDim>
    3534                             </DimOperator>
    3535                         </UnifiedDim>
    3536                     </Dim>
    3537                 </Area>
    3538                 <Image type="LeftEdge" imageset="TaharezLook" image="TabContentPaneLeft" />
    3539                 <Image type="Background" imageset="TaharezLook" image="TabContentPaneMiddle" />
    3540                 <Image type="RightEdge" imageset="TaharezLook" image="TabContentPaneRight" />
     4285                    <Dim type="LeftEdge">
     4286                        <AbsoluteDim value="0" />
     4287                    </Dim>
     4288                    <Dim type="TopEdge">
     4289                        <OperatorDim op="Multiply">
     4290                            <ImageDim dimension="Height" name="TaharezLook/TabContentPaneUpperLeft" />
     4291                            <PropertyDim name="EnableTop" />
     4292                        </OperatorDim>
     4293                    </Dim>
     4294                    <Dim type="Width">
     4295                        <UnifiedDim scale="1" type="Width" />
     4296                    </Dim>
     4297                    <Dim type="BottomEdge">
     4298                        <OperatorDim op="Subtract">
     4299                            <UnifiedDim scale="1" type="Height" />
     4300                            <OperatorDim op="Multiply">
     4301                                <ImageDim dimension="Height" name="TaharezLook/TabContentPaneLowerLeft" />
     4302                                <PropertyDim name="EnableBottom" />
     4303                            </OperatorDim>
     4304                        </OperatorDim>
     4305                    </Dim>
     4306                </Area>
     4307                <Image component="LeftEdge" name="TaharezLook/TabContentPaneLeft" />
     4308                <Image component="Background" name="TaharezLook/TabContentPaneMiddle" />
     4309                <Image component="RightEdge" name="TaharezLook/TabContentPaneRight" />
    35414310            </FrameComponent>
    35424311            <FrameComponent>
    35434312                <Area>
    3544                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3545                     <Dim type="TopEdge" >
    3546                         <UnifiedDim scale="1" type="Height">
    3547                             <DimOperator op="Subtract">
    3548                                 <ImageDim imageset="TaharezLook" image="TabContentPaneLowerLeft" dimension="Height">
    3549                                     <DimOperator op="Multiply">
    3550                                         <PropertyDim name="EnableBottom" />
    3551                                     </DimOperator>
    3552                                 </ImageDim>
    3553                             </DimOperator>
    3554                         </UnifiedDim>
    3555                     </Dim>
    3556                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3557                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim>
    3558                 </Area>
    3559                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabContentPaneLowerLeft" />
    3560                 <Image type="BottomEdge" imageset="TaharezLook" image="TabContentPaneLower" />
    3561                 <Image type="BottomRightCorner" imageset="TaharezLook" image="TabContentPaneLowerRight" />
     4313                    <Dim type="LeftEdge">
     4314                        <AbsoluteDim value="0" />
     4315                    </Dim>
     4316                    <Dim type="TopEdge">
     4317                        <OperatorDim op="Subtract">
     4318                            <UnifiedDim scale="1" type="Height" />
     4319                            <OperatorDim op="Multiply">
     4320                                <ImageDim dimension="Height" name="TaharezLook/TabContentPaneLowerLeft" />
     4321                                <PropertyDim name="EnableBottom" />
     4322                            </OperatorDim>
     4323                        </OperatorDim>
     4324                    </Dim>
     4325                    <Dim type="Width">
     4326                        <UnifiedDim scale="1" type="Width" />
     4327                    </Dim>
     4328                    <Dim type="BottomEdge">
     4329                        <UnifiedDim scale="1" type="Height" />
     4330                    </Dim>
     4331                </Area>
     4332                <Image component="BottomLeftCorner" name="TaharezLook/TabContentPaneLowerLeft" />
     4333                <Image component="BottomEdge" name="TaharezLook/TabContentPaneLower" />
     4334                <Image component="BottomRightCorner" name="TaharezLook/TabContentPaneLowerRight" />
    35624335            </FrameComponent>
    35634336        </ImagerySection>
     
    35704343            <Layer>
    35714344                <Section section="normal">
    3572                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4345                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    35734346                </Section>
    35744347            </Layer>
    35754348        </StateImagery>
    35764349    </WidgetLook>
    3577 
    3578     <!--
    3579     ***************************************************
    3580         TaharezLook/TabButtonPane
    3581     ***************************************************
    3582     -->
    35834350    <WidgetLook name="TaharezLook/TabButtonPane">
    3584         <PropertyDefinition name="EnableTop" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />
    3585         <PropertyDefinition name="EnableBottom" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />
     4351        <PropertyDefinition initialValue="1" layoutOnWrite="true" name="EnableTop" redrawOnWrite="true" />
     4352        <PropertyDefinition initialValue="1" layoutOnWrite="true" name="EnableBottom" redrawOnWrite="true" />
    35864353        <ImagerySection name="normal">
    35874354            <FrameComponent>
    35884355                <Area>
    3589                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3590                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3591                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3592                     <Dim type="BottomEdge" >
    3593                         <ImageDim imageset="TaharezLook" image="TabHorizontalFiller" dimension="Height">
    3594                             <DimOperator op="Multiply">
    3595                                 <PropertyDim name="EnableTop" />
    3596                             </DimOperator>
    3597                         </ImageDim>
    3598                     </Dim>
    3599                 </Area>
    3600                 <Image type="TopEdge" imageset="TaharezLook" image="TabHorizontalFiller" />
     4356                    <Dim type="LeftEdge">
     4357                        <AbsoluteDim value="0" />
     4358                    </Dim>
     4359                    <Dim type="TopEdge">
     4360                        <AbsoluteDim value="0" />
     4361                    </Dim>
     4362                    <Dim type="Width">
     4363                        <UnifiedDim scale="1" type="Width" />
     4364                    </Dim>
     4365                    <Dim type="BottomEdge">
     4366                        <OperatorDim op="Multiply">
     4367                            <ImageDim dimension="Height" name="TaharezLook/TabHorizontalFiller" />
     4368                            <PropertyDim name="EnableTop" />
     4369                        </OperatorDim>
     4370                    </Dim>
     4371                </Area>
     4372                <Image component="TopEdge" name="TaharezLook/TabHorizontalFiller" />
    36014373            </FrameComponent>
    36024374            <FrameComponent>
    36034375                <Area>
    3604                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3605                     <Dim type="TopEdge" >
    3606                         <ImageDim imageset="TaharezLook" image="TabHorizontalFiller" dimension="Height">
    3607                             <DimOperator op="Multiply">
    3608                                 <PropertyDim name="EnableTop" />
    3609                             </DimOperator>
    3610                         </ImageDim>
    3611                     </Dim>
    3612                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3613                     <Dim type="BottomEdge" >
    3614                         <UnifiedDim scale="1" type="Height">
    3615                             <DimOperator op="Subtract">
    3616                                 <ImageDim imageset="TaharezLook" image="TabHorizontalFiller" dimension="Height">
    3617                                     <DimOperator op="Multiply">
    3618                                         <PropertyDim name="EnableBottom" />
    3619                                     </DimOperator>
    3620                                 </ImageDim>
    3621                             </DimOperator>
    3622                         </UnifiedDim>
     4376                    <Dim type="LeftEdge">
     4377                        <AbsoluteDim value="0" />
     4378                    </Dim>
     4379                    <Dim type="TopEdge">
     4380                        <OperatorDim op="Multiply">
     4381                            <ImageDim dimension="Height" name="TaharezLook/TabHorizontalFiller" />
     4382                            <PropertyDim name="EnableTop" />
     4383                        </OperatorDim>
     4384                    </Dim>
     4385                    <Dim type="Width">
     4386                        <UnifiedDim scale="1" type="Width" />
     4387                    </Dim>
     4388                    <Dim type="BottomEdge">
     4389                        <OperatorDim op="Subtract">
     4390                            <UnifiedDim scale="1" type="Height" />
     4391                            <OperatorDim op="Multiply">
     4392                                <ImageDim dimension="Height" name="TaharezLook/TabHorizontalFiller" />
     4393                                <PropertyDim name="EnableBottom" />
     4394                            </OperatorDim>
     4395                        </OperatorDim>
    36234396                    </Dim>
    36244397                </Area>
     
    36264399            <FrameComponent>
    36274400                <Area>
    3628                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3629                     <Dim type="TopEdge" >
    3630                         <UnifiedDim scale="1" type="Height">
    3631                             <DimOperator op="Subtract">
    3632                                 <ImageDim imageset="TaharezLook" image="TabHorizontalFiller" dimension="Height">
    3633                                     <DimOperator op="Multiply">
    3634                                         <PropertyDim name="EnableBottom" />
    3635                                     </DimOperator>
    3636                                 </ImageDim>
    3637                             </DimOperator>
    3638                         </UnifiedDim>
    3639                     </Dim>
    3640                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3641                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim>
    3642                 </Area>
    3643                 <Image type="BottomEdge" imageset="TaharezLook" image="TabHorizontalFiller" />
     4401                    <Dim type="LeftEdge">
     4402                        <AbsoluteDim value="0" />
     4403                    </Dim>
     4404                    <Dim type="TopEdge">
     4405                        <OperatorDim op="Subtract">
     4406                            <UnifiedDim scale="1" type="Height" />
     4407                            <OperatorDim op="Multiply">
     4408                                <ImageDim dimension="Height" name="TaharezLook/TabHorizontalFiller" />
     4409                                <PropertyDim name="EnableBottom" />
     4410                            </OperatorDim>
     4411                        </OperatorDim>
     4412                    </Dim>
     4413                    <Dim type="Width">
     4414                        <UnifiedDim scale="1" type="Width" />
     4415                    </Dim>
     4416                    <Dim type="BottomEdge">
     4417                        <UnifiedDim scale="1" type="Height" />
     4418                    </Dim>
     4419                </Area>
     4420                <Image component="BottomEdge" name="TaharezLook/TabHorizontalFiller" />
    36444421            </FrameComponent>
    36454422        </ImagerySection>
     
    36524429            <Layer>
    36534430                <Section section="normal">
    3654                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4431                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    36554432                </Section>
    36564433            </Layer>
    36574434        </StateImagery>
    36584435    </WidgetLook>
    3659 
    3660     <!--
    3661     ***************************************************
    3662         TaharezLook/TabControl
    3663     ***************************************************
    3664     -->
    36654436    <WidgetLook name="TaharezLook/TabControl">
    36664437        <Property name="TabButtonType" value="TaharezLook/TabButton" />
    36674438        <Property name="TabTextPadding" value="{0,6}" />
    3668         <Child type="TaharezLook/TabContentPane" nameSuffix="__auto_TabPane__">
    3669             <Area>
    3670                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3671                 <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim>
    3672                 <Dim type="TopEdge">
    3673                     <PropertyDim widget="__auto_TabPane__" name="EnableBottom">
    3674                         <DimOperator op="Multiply">
     4439        <Child nameSuffix="__auto_TabPane__" type="TaharezLook/TabContentPane">
     4440            <Area>
     4441                <Dim type="LeftEdge">
     4442                    <AbsoluteDim value="0" />
     4443                </Dim>
     4444                <Dim type="RightEdge">
     4445                    <UnifiedDim scale="1" type="Width" />
     4446                </Dim>
     4447                <Dim type="TopEdge">
     4448                    <OperatorDim op="Multiply">
     4449                        <PropertyDim name="EnableBottom" widget="__auto_TabPane__" />
     4450                        <PropertyDim name="TabHeight" type="Height" />
     4451                    </OperatorDim>
     4452                </Dim>
     4453                <Dim type="Height">
     4454                    <OperatorDim op="Subtract">
     4455                        <UnifiedDim scale="1" type="Height" />
     4456                        <PropertyDim name="TabHeight" type="Height" />
     4457                    </OperatorDim>
     4458                </Dim>
     4459            </Area>
     4460        </Child>
     4461        <Child nameSuffix="__auto_TabPane__Buttons" type="TaharezLook/TabButtonPane">
     4462            <Area>
     4463                <Dim type="LeftEdge">
     4464                    <AbsoluteDim value="0" />
     4465                </Dim>
     4466                <Dim type="RightEdge">
     4467                    <UnifiedDim scale="1" type="Width" />
     4468                </Dim>
     4469                <Dim type="TopEdge">
     4470                    <OperatorDim op="Multiply">
     4471                        <PropertyDim name="EnableTop" widget="__auto_TabPane__Buttons" />
     4472                        <OperatorDim op="Subtract">
     4473                            <UnifiedDim scale="1" type="Height" />
    36754474                            <PropertyDim name="TabHeight" type="Height" />
    3676                         </DimOperator>
    3677                     </PropertyDim>
     4475                        </OperatorDim>
     4476                    </OperatorDim>
    36784477                </Dim>
    36794478                <Dim type="Height">
    3680                     <UnifiedDim scale="1" type="Height">
    3681                         <DimOperator op="Subtract">
    3682                             <PropertyDim name="TabHeight" type="Height" />
    3683                         </DimOperator>
    3684                     </UnifiedDim>
     4479                    <PropertyDim name="TabHeight" type="Height" />
    36854480                </Dim>
    36864481            </Area>
    36874482        </Child>
    3688         <Child  type="TaharezLook/TabButtonPane" nameSuffix="__auto_TabPane__Buttons">
    3689             <Area>
    3690                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3691                 <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim>
    3692                 <Dim type="TopEdge">
    3693                     <PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop">
    3694                         <DimOperator op="Multiply">
    3695                             <UnifiedDim scale="1" type="Height">
    3696                                 <DimOperator op="Subtract">
    3697                                     <PropertyDim name="TabHeight" type="Height" />
    3698                                 </DimOperator>
    3699                             </UnifiedDim>
    3700                         </DimOperator>
    3701                     </PropertyDim>
    3702                 </Dim>
    3703                 <Dim type="Height"><PropertyDim name="TabHeight" type="Height" /></Dim>
    3704             </Area>
     4483        <Child nameSuffix="__auto_TabPane__ScrollLeft" type="TaharezLook/SystemButton">
     4484            <Area>
     4485                <Dim type="LeftEdge">
     4486                    <AbsoluteDim value="0" />
     4487                </Dim>
     4488                <Dim type="TopEdge">
     4489                    <WidgetDim dimension="TopEdge" widget="__auto_TabPane__Buttons" />
     4490                </Dim>
     4491                <Dim type="Width">
     4492                    <OperatorDim op="Multiply">
     4493                        <WidgetDim dimension="Height" widget="__auto_TabPane__Buttons" />
     4494                        <OperatorDim op="Divide">
     4495                            <ImageDim dimension="Width" name="TaharezLook/TabButtonScrollLeftNormal" />
     4496                            <ImageDim dimension="Height" name="TaharezLook/TabButtonScrollLeftNormal" />
     4497                        </OperatorDim>
     4498                    </OperatorDim>
     4499                </Dim>
     4500                <Dim type="BottomEdge">
     4501                    <WidgetDim dimension="BottomEdge" widget="__auto_TabPane__Buttons" />
     4502                </Dim>
     4503            </Area>
     4504            <Property name="AlwaysOnTop" value="True" />
     4505            <Property name="NormalImage" value="TaharezLook/TabButtonScrollLeftNormal" />
     4506            <Property name="HoverImage" value="TaharezLook/TabButtonScrollLeftHover" />
     4507            <Property name="PushedImage" value="TaharezLook/TabButtonScrollLeftHover" />
    37054508        </Child>
    3706         <Child type="TaharezLook/SystemButton" nameSuffix="__auto_TabPane__ScrollLeft">
    3707             <Area>
    3708                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3709                 <Dim type="TopEdge">
    3710                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="TopEdge" />
    3711                 </Dim>
     4509        <Child nameSuffix="__auto_TabPane__ScrollRight" type="TaharezLook/SystemButton">
     4510            <Area>
    37124511                <Dim type="Width">
    3713                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height">
    3714                         <DimOperator op="Multiply">
    3715                             <ImageDim imageset="TaharezLook" image="TabButtonScrollLeftNormal" dimension="Width">
    3716                                 <DimOperator op="Divide">
    3717                                     <ImageDim imageset="TaharezLook" image="TabButtonScrollLeftNormal" dimension="Height" />
    3718                                 </DimOperator>
    3719                             </ImageDim>
    3720                         </DimOperator>
    3721                     </WidgetDim>
    3722                 </Dim>
    3723                 <Dim type="BottomEdge">
    3724                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="BottomEdge" />
     4512                    <OperatorDim op="Multiply">
     4513                        <WidgetDim dimension="Height" widget="__auto_TabPane__Buttons" />
     4514                        <OperatorDim op="Divide">
     4515                            <ImageDim dimension="Width" name="TaharezLook/TabButtonScrollRightNormal" />
     4516                            <ImageDim dimension="Height" name="TaharezLook/TabButtonScrollRightNormal" />
     4517                        </OperatorDim>
     4518                    </OperatorDim>
     4519                </Dim>
     4520                <Dim type="LeftEdge">
     4521                    <OperatorDim op="Subtract">
     4522                        <UnifiedDim scale="1" type="Width" />
     4523                        <WidgetDim dimension="Width" widget="__auto_TabPane__ScrollRight" />
     4524                    </OperatorDim>
     4525                </Dim>
     4526                <Dim type="TopEdge">
     4527                    <WidgetDim dimension="TopEdge" widget="__auto_TabPane__Buttons" />
     4528                </Dim>
     4529                <Dim type="Height">
     4530                    <WidgetDim dimension="Height" widget="__auto_TabPane__Buttons" />
    37254531                </Dim>
    37264532            </Area>
    37274533            <Property name="AlwaysOnTop" value="True" />
    3728             <Property name="NormalImage" value="set:TaharezLook image:TabButtonScrollLeftNormal" />
    3729             <Property name="HoverImage" value="set:TaharezLook image:TabButtonScrollLeftHover" />
    3730             <Property name="PushedImage" value="set:TaharezLook image:TabButtonScrollLeftHover" />
    3731         </Child>
    3732         <Child type="TaharezLook/SystemButton" nameSuffix="__auto_TabPane__ScrollRight">
    3733             <Area>
    3734                 <Dim type="Width">
    3735                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height">
    3736                         <DimOperator op="Multiply">
    3737                             <ImageDim imageset="TaharezLook" image="TabButtonScrollRightNormal" dimension="Width">
    3738                                 <DimOperator op="Divide">
    3739                                     <ImageDim imageset="TaharezLook" image="TabButtonScrollRightNormal" dimension="Height" />
    3740                                 </DimOperator>
    3741                             </ImageDim>
    3742                         </DimOperator>
    3743                     </WidgetDim>
    3744                 </Dim>
    3745                 <Dim type="LeftEdge">
    3746                     <UnifiedDim scale="1" type="Width">
    3747                         <DimOperator op="Subtract">
    3748                             <WidgetDim widget="__auto_TabPane__ScrollRight" dimension="Width" />
    3749                         </DimOperator>
    3750                     </UnifiedDim>
    3751                 </Dim>
    3752                 <Dim type="TopEdge">
    3753                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="TopEdge" />
    3754                 </Dim>
    3755                 <Dim type="Height">
    3756                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height" />
    3757                 </Dim>
    3758             </Area>
    3759             <Property name="AlwaysOnTop" value="True" />
    3760             <Property name="NormalImage" value="set:TaharezLook image:TabButtonScrollRightNormal" />
    3761             <Property name="HoverImage" value="set:TaharezLook image:TabButtonScrollRightHover" />
    3762             <Property name="PushedImage" value="set:TaharezLook image:TabButtonScrollRightHover" />
     4534            <Property name="NormalImage" value="TaharezLook/TabButtonScrollRightNormal" />
     4535            <Property name="HoverImage" value="TaharezLook/TabButtonScrollRightHover" />
     4536            <Property name="PushedImage" value="TaharezLook/TabButtonScrollRightHover" />
    37634537        </Child>
    37644538        <StateImagery name="Enabled" />
    37654539        <StateImagery name="Disabled" />
    37664540    </WidgetLook>
    3767 
    3768     <!--
    3769     ***************************************************
    3770         TaharezLook/MenuItem
    3771     ***************************************************
    3772     -->
    37734541    <WidgetLook name="TaharezLook/MenuItem">
    3774         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    3775         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
    3776         <PropertyDefinition name="HoverColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    3777         <PropertyDefinition name="PushedColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    3778         <PropertyDefinition name="OpenedColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
     4542        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     4543        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
     4544        <PropertyDefinition initialValue="FFFFFFFF" name="HoverColour" redrawOnWrite="true" />
     4545        <PropertyDefinition initialValue="FFFFFFFF" name="PushedColour" redrawOnWrite="true" />
     4546        <PropertyDefinition initialValue="FFFFFFFF" name="OpenedColour" redrawOnWrite="true" />
    37794547        <Property name="WantsMultiClickEvents" value="False" />
    37804548        <NamedArea name="ContentSize">
    37814549            <Area>
    3782                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3783                 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
     4550                <Dim type="LeftEdge">
     4551                    <AbsoluteDim value="0" />
     4552                </Dim>
     4553                <Dim type="TopEdge">
     4554                    <AbsoluteDim value="0" />
     4555                </Dim>
    37844556                <Dim type="Width">
    3785                     <FontDim type="HorzExtent">
    3786                         <DimOperator op="Add">
    3787                             <ImageDim imageset="TaharezLook" image="MenuLeft" dimension="Width">
    3788                                 <DimOperator op="Add">
    3789                                     <ImageDim imageset="TaharezLook" image="MenuRight" dimension="Width" />
    3790                                 </DimOperator>
    3791                             </ImageDim>
    3792                         </DimOperator>
    3793                     </FontDim>
     4557                    <OperatorDim op="Add">
     4558                        <FontDim type="HorzExtent" />
     4559                        <OperatorDim op="Add">
     4560                            <ImageDim dimension="Width" name="TaharezLook/MenuLeft" />
     4561                            <ImageDim dimension="Width" name="TaharezLook/MenuRight" />
     4562                        </OperatorDim>
     4563                    </OperatorDim>
    37944564                </Dim>
    37954565                <Dim type="Height">
    3796                     <FontDim type="LineSpacing">
    3797                         <DimOperator op="Add">
    3798                             <ImageDim imageset="TaharezLook" image="MenuTop" dimension="Height">
    3799                                 <DimOperator op="Add">
    3800                                     <ImageDim imageset="TaharezLook" image="MenuBottom" dimension="Height" />
    3801                                 </DimOperator>
    3802                             </ImageDim>
    3803                         </DimOperator>
    3804                     </FontDim>
     4566                    <OperatorDim op="Add">
     4567                        <FontDim type="LineSpacing" />
     4568                        <OperatorDim op="Add">
     4569                            <ImageDim dimension="Height" name="TaharezLook/MenuTop" />
     4570                            <ImageDim dimension="Height" name="TaharezLook/MenuBottom" />
     4571                        </OperatorDim>
     4572                    </OperatorDim>
    38054573                </Dim>
    38064574            </Area>
     
    38084576        <NamedArea name="HasPopupContentSize">
    38094577            <Area>
    3810                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3811                 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
     4578                <Dim type="LeftEdge">
     4579                    <AbsoluteDim value="0" />
     4580                </Dim>
     4581                <Dim type="TopEdge">
     4582                    <AbsoluteDim value="0" />
     4583                </Dim>
    38124584                <Dim type="Width">
    3813                     <FontDim type="HorzExtent">
    3814                         <DimOperator op="Add">
    3815                             <ImageDim imageset="TaharezLook" image="MenuLeft" dimension="Width">
    3816                                 <DimOperator op="Add">
    3817                                     <ImageDim imageset="TaharezLook" image="MenuRight" dimension="Width">
    3818                                         <DimOperator op="Add">
    3819                                             <ImageDim imageset="TaharezLook" image="PopupMenuArrowLeft" dimension="Width">
    3820                                                 <DimOperator op="Multiply">
    3821                                                     <AbsoluteDim value="3" />
    3822                                                 </DimOperator>
    3823                                             </ImageDim>
    3824                                         </DimOperator>
    3825                                     </ImageDim>
    3826                                 </DimOperator>
    3827                             </ImageDim>
    3828                         </DimOperator>
    3829                     </FontDim>
     4585                    <OperatorDim op="Add">
     4586                        <FontDim type="HorzExtent" />
     4587                        <OperatorDim op="Add">
     4588                            <ImageDim dimension="Width" name="TaharezLook/MenuLeft" />
     4589                            <OperatorDim op="Add">
     4590                                <ImageDim dimension="Width" name="TaharezLook/MenuRight" />
     4591                                <OperatorDim op="Multiply">
     4592                                    <ImageDim dimension="Width" name="TaharezLook/PopupMenuArrowLeft" />
     4593                                    <AbsoluteDim value="3" />
     4594                                </OperatorDim>
     4595                            </OperatorDim>
     4596                        </OperatorDim>
     4597                    </OperatorDim>
    38304598                </Dim>
    38314599                <Dim type="Height">
    3832                     <FontDim type="LineSpacing">
    3833                         <DimOperator op="Add">
    3834                             <ImageDim imageset="TaharezLook" image="MenuTop" dimension="Height">
    3835                                 <DimOperator op="Add">
    3836                                     <ImageDim imageset="TaharezLook" image="MenuBottom" dimension="Height" />
    3837                                 </DimOperator>
    3838                             </ImageDim>
    3839                         </DimOperator>
    3840                     </FontDim>
     4600                    <OperatorDim op="Add">
     4601                        <FontDim type="LineSpacing" />
     4602                        <OperatorDim op="Add">
     4603                            <ImageDim dimension="Height" name="TaharezLook/MenuTop" />
     4604                            <ImageDim dimension="Height" name="TaharezLook/MenuBottom" />
     4605                        </OperatorDim>
     4606                    </OperatorDim>
    38414607                </Dim>
    38424608            </Area>
     
    38454611            <TextComponent>
    38464612                <Area>
    3847                     <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MenuLeft" dimension="Width" /></Dim>
    3848                     <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MenuTop" dimension="Height" /></Dim>
    3849                     <Dim type="RightEdge" >
    3850                         <UnifiedDim scale="1" type="RightEdge">
    3851                             <DimOperator op="Subtract">
    3852                                 <ImageDim imageset="TaharezLook" image="MenuRight" dimension="Width" />
    3853                             </DimOperator>
    3854                         </UnifiedDim>
    3855                     </Dim>
    3856                     <Dim type="BottomEdge" >
    3857                         <UnifiedDim scale="1" type="BottomEdge">
    3858                             <DimOperator op="Subtract">
    3859                                 <ImageDim imageset="TaharezLook" image="MenuBottom" dimension="Height" />
    3860                             </DimOperator>
    3861                         </UnifiedDim>
     4613                    <Dim type="LeftEdge">
     4614                        <ImageDim dimension="Width" name="TaharezLook/MenuLeft" />
     4615                    </Dim>
     4616                    <Dim type="TopEdge">
     4617                        <ImageDim dimension="Height" name="TaharezLook/MenuTop" />
     4618                    </Dim>
     4619                    <Dim type="RightEdge">
     4620                        <OperatorDim op="Subtract">
     4621                            <UnifiedDim scale="1" type="RightEdge" />
     4622                            <ImageDim dimension="Width" name="TaharezLook/MenuRight" />
     4623                        </OperatorDim>
     4624                    </Dim>
     4625                    <Dim type="BottomEdge">
     4626                        <OperatorDim op="Subtract">
     4627                            <UnifiedDim scale="1" type="BottomEdge" />
     4628                            <ImageDim dimension="Height" name="TaharezLook/MenuBottom" />
     4629                        </OperatorDim>
    38624630                    </Dim>
    38634631                </Area>
     
    38694637            <FrameComponent>
    38704638                <Area>
    3871                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3872                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3873                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3874                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3875                 </Area>
    3876                 <Image type="TopLeftCorner" imageset="TaharezLook" image="MenuTopLeft" />
    3877                 <Image type="TopRightCorner" imageset="TaharezLook" image="MenuTopRight" />
    3878                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="MenuBottomLeft" />
    3879                 <Image type="BottomRightCorner" imageset="TaharezLook" image="MenuBottomRight" />
    3880                 <Image type="LeftEdge" imageset="TaharezLook" image="MenuLeft" />
    3881                 <Image type="RightEdge" imageset="TaharezLook" image="MenuRight" />
    3882                 <Image type="TopEdge" imageset="TaharezLook" image="MenuTop" />
    3883                 <Image type="BottomEdge" imageset="TaharezLook" image="MenuBottom" />
    3884                 <Image type="Background" imageset="TaharezLook" image="MenuMiddle" />
     4639                    <Dim type="LeftEdge">
     4640                        <AbsoluteDim value="0" />
     4641                    </Dim>
     4642                    <Dim type="TopEdge">
     4643                        <AbsoluteDim value="0" />
     4644                    </Dim>
     4645                    <Dim type="Width">
     4646                        <UnifiedDim scale="1" type="Width" />
     4647                    </Dim>
     4648                    <Dim type="Height">
     4649                        <UnifiedDim scale="1" type="Height" />
     4650                    </Dim>
     4651                </Area>
     4652                <Image component="TopLeftCorner" name="TaharezLook/MenuTopLeft" />
     4653                <Image component="TopRightCorner" name="TaharezLook/MenuTopRight" />
     4654                <Image component="BottomLeftCorner" name="TaharezLook/MenuBottomLeft" />
     4655                <Image component="BottomRightCorner" name="TaharezLook/MenuBottomRight" />
     4656                <Image component="LeftEdge" name="TaharezLook/MenuLeft" />
     4657                <Image component="RightEdge" name="TaharezLook/MenuRight" />
     4658                <Image component="TopEdge" name="TaharezLook/MenuTop" />
     4659                <Image component="BottomEdge" name="TaharezLook/MenuBottom" />
     4660                <Image component="Background" name="TaharezLook/MenuMiddle" />
    38854661            </FrameComponent>
    38864662        </ImagerySection>
     
    38884664            <ImageryComponent>
    38894665                <Area>
    3890                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3891                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3892                     <Dim type="Width" >
    3893                         <UnifiedDim scale="1" type="Width">
    3894                             <DimOperator op="Subtract">
    3895                                 <ImageDim imageset="TaharezLook" image="PopupMenuArrowRight" dimension="Width" />
    3896                             </DimOperator>
    3897                         </UnifiedDim>
    3898                     </Dim>
    3899                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3900                 </Area>
    3901                 <Image imageset="TaharezLook" image="PopupMenuArrowRight" />
     4666                    <Dim type="LeftEdge">
     4667                        <AbsoluteDim value="0" />
     4668                    </Dim>
     4669                    <Dim type="TopEdge">
     4670                        <AbsoluteDim value="0" />
     4671                    </Dim>
     4672                    <Dim type="Width">
     4673                        <OperatorDim op="Subtract">
     4674                            <UnifiedDim scale="1" type="Width" />
     4675                            <ImageDim dimension="Width" name="TaharezLook/PopupMenuArrowRight" />
     4676                        </OperatorDim>
     4677                    </Dim>
     4678                    <Dim type="Height">
     4679                        <UnifiedDim scale="1" type="Height" />
     4680                    </Dim>
     4681                </Area>
     4682                <Image name="TaharezLook/PopupMenuArrowRight" />
    39024683                <VertFormat type="CentreAligned" />
    39034684                <HorzFormat type="RightAligned" />
     
    39074688            <ImageryComponent>
    39084689                <Area>
    3909                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3910                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3911                     <Dim type="Width" >
    3912                         <UnifiedDim scale="1" type="Width">
    3913                             <DimOperator op="Subtract">
    3914                                 <ImageDim imageset="TaharezLook" image="PopupMenuArrowLeft" dimension="Width" />
    3915                             </DimOperator>
    3916                         </UnifiedDim>
    3917                     </Dim>
    3918                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3919                 </Area>
    3920                 <Image imageset="TaharezLook" image="PopupMenuArrowLeft" />
     4690                    <Dim type="LeftEdge">
     4691                        <AbsoluteDim value="0" />
     4692                    </Dim>
     4693                    <Dim type="TopEdge">
     4694                        <AbsoluteDim value="0" />
     4695                    </Dim>
     4696                    <Dim type="Width">
     4697                        <OperatorDim op="Subtract">
     4698                            <UnifiedDim scale="1" type="Width" />
     4699                            <ImageDim dimension="Width" name="TaharezLook/PopupMenuArrowLeft" />
     4700                        </OperatorDim>
     4701                    </Dim>
     4702                    <Dim type="Height">
     4703                        <UnifiedDim scale="1" type="Height" />
     4704                    </Dim>
     4705                </Area>
     4706                <Image name="TaharezLook/PopupMenuArrowLeft" />
    39214707                <VertFormat type="CentreAligned" />
    39224708                <HorzFormat type="RightAligned" />
     
    39704756            <Layer>
    39714757                <Section section="frame">
    3972                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4758                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    39734759                </Section>
    39744760                <Section section="label">
     
    39804766            <Layer>
    39814767                <Section section="frame">
    3982                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4768                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    39834769                </Section>
    39844770                <Section section="label">
     
    39904776            <Layer>
    39914777                <Section section="frame">
    3992                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4778                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    39934779                </Section>
    39944780                <Section section="label">
     
    40084794        </StateImagery>
    40094795    </WidgetLook>
    4010 
    4011     <!--
    4012     ***************************************************
    4013         TaharezLook/PopupMenu
    4014     ***************************************************
    4015     -->
    40164796    <WidgetLook name="TaharezLook/PopupMenu">
    4017         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    4018         <PropertyDefinition name="BorderWidth" initialValue="0" layoutOnWrite="true" />
     4797        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" />
     4798        <PropertyDefinition initialValue="0" layoutOnWrite="true" name="BorderWidth" />
    40194799        <NamedArea name="ItemRenderArea">
    40204800            <Area>
    4021                 <Dim type="LeftEdge" >
    4022                     <ImageDim imageset="TaharezLook" image="PopupMenuFrameLeft" dimension="Width">
    4023                         <DimOperator op="Add">
     4801                <Dim type="LeftEdge">
     4802                    <OperatorDim op="Add">
     4803                        <ImageDim dimension="Width" name="TaharezLook/PopupMenuFrameLeft" />
     4804                        <PropertyDim name="BorderWidth" />
     4805                    </OperatorDim>
     4806                </Dim>
     4807                <Dim type="TopEdge">
     4808                    <OperatorDim op="Add">
     4809                        <ImageDim dimension="Height" name="TaharezLook/PopupMenuFrameTop" />
     4810                        <PropertyDim name="BorderWidth" />
     4811                    </OperatorDim>
     4812                </Dim>
     4813                <Dim type="RightEdge">
     4814                    <OperatorDim op="Subtract">
     4815                        <UnifiedDim scale="1" type="RightEdge" />
     4816                        <OperatorDim op="Add">
     4817                            <ImageDim dimension="Width" name="TaharezLook/PopupMenuFrameRight" />
    40244818                            <PropertyDim name="BorderWidth" />
    4025                         </DimOperator>
    4026                     </ImageDim>
    4027                 </Dim>
    4028                 <Dim type="TopEdge" >
    4029                     <ImageDim imageset="TaharezLook" image="PopupMenuFrameTop" dimension="Height">
    4030                         <DimOperator op="Add">
     4819                        </OperatorDim>
     4820                    </OperatorDim>
     4821                </Dim>
     4822                <Dim type="BottomEdge">
     4823                    <OperatorDim op="Subtract">
     4824                        <UnifiedDim scale="1" type="BottomEdge" />
     4825                        <OperatorDim op="Add">
     4826                            <ImageDim dimension="Height" name="TaharezLook/PopupMenuFrameBottom" />
    40314827                            <PropertyDim name="BorderWidth" />
    4032                         </DimOperator>
    4033                     </ImageDim>
    4034                 </Dim>
    4035                 <Dim type="RightEdge" >
    4036                     <UnifiedDim scale="1" type="RightEdge">
    4037                         <DimOperator op="Subtract">
    4038                             <ImageDim imageset="TaharezLook" image="PopupMenuFrameRight" dimension="Width">
    4039                                 <DimOperator op="Add">
    4040                                     <PropertyDim name="BorderWidth" />
    4041                                 </DimOperator>
    4042                             </ImageDim>
    4043                         </DimOperator>
    4044                     </UnifiedDim>
    4045                 </Dim>
    4046                 <Dim type="BottomEdge" >
    4047                     <UnifiedDim scale="1" type="BottomEdge">
    4048                         <DimOperator op="Subtract">
    4049                             <ImageDim imageset="TaharezLook" image="PopupMenuFrameBottom" dimension="Height">
    4050                                 <DimOperator op="Add">
    4051                                     <PropertyDim name="BorderWidth" />
    4052                                 </DimOperator>
    4053                             </ImageDim>
    4054                         </DimOperator>
    4055                     </UnifiedDim>
     4828                        </OperatorDim>
     4829                    </OperatorDim>
    40564830                </Dim>
    40574831            </Area>
     
    40604834            <FrameComponent>
    40614835                <Area>
    4062                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4063                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4064                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4065                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4066                 </Area>
    4067                 <Image type="TopLeftCorner" imageset="TaharezLook" image="PopupMenuFrameTopLeft" />
    4068                 <Image type="TopRightCorner" imageset="TaharezLook" image="PopupMenuFrameTopRight" />
    4069                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="PopupMenuFrameBottomLeft" />
    4070                 <Image type="BottomRightCorner" imageset="TaharezLook" image="PopupMenuFrameBottomRight" />
    4071                 <Image type="LeftEdge" imageset="TaharezLook" image="PopupMenuFrameLeft" />
    4072                 <Image type="RightEdge" imageset="TaharezLook" image="PopupMenuFrameRight" />
    4073                 <Image type="TopEdge" imageset="TaharezLook" image="PopupMenuFrameTop" />
    4074                 <Image type="BottomEdge" imageset="TaharezLook" image="PopupMenuFrameBottom" />
    4075                 <Image type="Background" imageset="TaharezLook" image="PopupMenuMiddle" />
     4836                    <Dim type="LeftEdge">
     4837                        <AbsoluteDim value="0" />
     4838                    </Dim>
     4839                    <Dim type="TopEdge">
     4840                        <AbsoluteDim value="0" />
     4841                    </Dim>
     4842                    <Dim type="Width">
     4843                        <UnifiedDim scale="1" type="Width" />
     4844                    </Dim>
     4845                    <Dim type="Height">
     4846                        <UnifiedDim scale="1" type="Height" />
     4847                    </Dim>
     4848                </Area>
     4849                <Image component="TopLeftCorner" name="TaharezLook/PopupMenuFrameTopLeft" />
     4850                <Image component="TopRightCorner" name="TaharezLook/PopupMenuFrameTopRight" />
     4851                <Image component="BottomLeftCorner" name="TaharezLook/PopupMenuFrameBottomLeft" />
     4852                <Image component="BottomRightCorner" name="TaharezLook/PopupMenuFrameBottomRight" />
     4853                <Image component="LeftEdge" name="TaharezLook/PopupMenuFrameLeft" />
     4854                <Image component="RightEdge" name="TaharezLook/PopupMenuFrameRight" />
     4855                <Image component="TopEdge" name="TaharezLook/PopupMenuFrameTop" />
     4856                <Image component="BottomEdge" name="TaharezLook/PopupMenuFrameBottom" />
     4857                <Image component="Background" name="TaharezLook/PopupMenuMiddle" />
    40764858            </FrameComponent>
    40774859        </ImagerySection>
     
    40864868            <Layer>
    40874869                <Section section="frame">
    4088                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4870                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    40894871                </Section>
    40904872            </Layer>
    40914873        </StateImagery>
    40924874    </WidgetLook>
    4093 
    4094 
    4095     <!--
    4096     ***************************************************
    4097         TaharezLook/Menubar
    4098     ***************************************************
    4099     -->
    41004875    <WidgetLook name="TaharezLook/Menubar">
    4101         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    4102         <PropertyDefinition name="BorderWidth" initialValue="5" layoutOnWrite="true" />
     4876        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" />
     4877        <PropertyDefinition initialValue="5" layoutOnWrite="true" name="BorderWidth" />
    41034878        <NamedArea name="ItemRenderArea">
    41044879            <Area>
    4105                 <Dim type="LeftEdge" >
    4106                     <ImageDim imageset="TaharezLook" image="PopupMenuFrameLeft" dimension="Width">
    4107                         <DimOperator op="Add">
     4880                <Dim type="LeftEdge">
     4881                    <OperatorDim op="Add">
     4882                        <ImageDim dimension="Width" name="TaharezLook/PopupMenuFrameLeft" />
     4883                        <PropertyDim name="BorderWidth" />
     4884                    </OperatorDim>
     4885                </Dim>
     4886                <Dim type="TopEdge">
     4887                    <OperatorDim op="Add">
     4888                        <ImageDim dimension="Height" name="TaharezLook/PopupMenuFrameTop" />
     4889                        <PropertyDim name="BorderWidth" />
     4890                    </OperatorDim>
     4891                </Dim>
     4892                <Dim type="RightEdge">
     4893                    <OperatorDim op="Subtract">
     4894                        <UnifiedDim scale="1" type="RightEdge" />
     4895                        <OperatorDim op="Add">
     4896                            <ImageDim dimension="Width" name="TaharezLook/PopupMenuFrameRight" />
    41084897                            <PropertyDim name="BorderWidth" />
    4109                         </DimOperator>
    4110                     </ImageDim>
    4111                 </Dim>
    4112                 <Dim type="TopEdge" >
    4113                     <ImageDim imageset="TaharezLook" image="PopupMenuFrameTop" dimension="Height">
    4114                         <DimOperator op="Add">
     4898                        </OperatorDim>
     4899                    </OperatorDim>
     4900                </Dim>
     4901                <Dim type="BottomEdge">
     4902                    <OperatorDim op="Subtract">
     4903                        <UnifiedDim scale="1" type="BottomEdge" />
     4904                        <OperatorDim op="Add">
     4905                            <ImageDim dimension="Height" name="TaharezLook/PopupMenuFrameBottom" />
    41154906                            <PropertyDim name="BorderWidth" />
    4116                         </DimOperator>
    4117                     </ImageDim>
    4118                 </Dim>
    4119                 <Dim type="RightEdge" >
    4120                     <UnifiedDim scale="1" type="RightEdge">
    4121                         <DimOperator op="Subtract">
    4122                             <ImageDim imageset="TaharezLook" image="PopupMenuFrameRight" dimension="Width">
    4123                                 <DimOperator op="Add">
    4124                                     <PropertyDim name="BorderWidth" />
    4125                                 </DimOperator>
    4126                             </ImageDim>
    4127                         </DimOperator>
    4128                     </UnifiedDim>
    4129                 </Dim>
    4130                 <Dim type="BottomEdge" >
    4131                     <UnifiedDim scale="1" type="BottomEdge">
    4132                         <DimOperator op="Subtract">
    4133                             <ImageDim imageset="TaharezLook" image="PopupMenuFrameBottom" dimension="Height">
    4134                                 <DimOperator op="Add">
    4135                                     <PropertyDim name="BorderWidth" />
    4136                                 </DimOperator>
    4137                             </ImageDim>
    4138                         </DimOperator>
    4139                     </UnifiedDim>
     4907                        </OperatorDim>
     4908                    </OperatorDim>
    41404909                </Dim>
    41414910            </Area>
     
    41444913            <FrameComponent>
    41454914                <Area>
    4146                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4147                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4148                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4149                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4150                 </Area>
    4151                 <Image type="TopLeftCorner" imageset="TaharezLook" image="PopupMenuFrameTopLeft" />
    4152                 <Image type="TopRightCorner" imageset="TaharezLook" image="PopupMenuFrameTopRight" />
    4153                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="PopupMenuFrameBottomLeft" />
    4154                 <Image type="BottomRightCorner" imageset="TaharezLook" image="PopupMenuFrameBottomRight" />
    4155                 <Image type="LeftEdge" imageset="TaharezLook" image="PopupMenuFrameLeft" />
    4156                 <Image type="RightEdge" imageset="TaharezLook" image="PopupMenuFrameRight" />
    4157                 <Image type="TopEdge" imageset="TaharezLook" image="PopupMenuFrameTop" />
    4158                 <Image type="BottomEdge" imageset="TaharezLook" image="PopupMenuFrameBottom" />
    4159                 <Image type="Background" imageset="TaharezLook" image="PopupMenuMiddle" />
     4915                    <Dim type="LeftEdge">
     4916                        <AbsoluteDim value="0" />
     4917                    </Dim>
     4918                    <Dim type="TopEdge">
     4919                        <AbsoluteDim value="0" />
     4920                    </Dim>
     4921                    <Dim type="Width">
     4922                        <UnifiedDim scale="1" type="Width" />
     4923                    </Dim>
     4924                    <Dim type="Height">
     4925                        <UnifiedDim scale="1" type="Height" />
     4926                    </Dim>
     4927                </Area>
     4928                <Image component="TopLeftCorner" name="TaharezLook/PopupMenuFrameTopLeft" />
     4929                <Image component="TopRightCorner" name="TaharezLook/PopupMenuFrameTopRight" />
     4930                <Image component="BottomLeftCorner" name="TaharezLook/PopupMenuFrameBottomLeft" />
     4931                <Image component="BottomRightCorner" name="TaharezLook/PopupMenuFrameBottomRight" />
     4932                <Image component="LeftEdge" name="TaharezLook/PopupMenuFrameLeft" />
     4933                <Image component="RightEdge" name="TaharezLook/PopupMenuFrameRight" />
     4934                <Image component="TopEdge" name="TaharezLook/PopupMenuFrameTop" />
     4935                <Image component="BottomEdge" name="TaharezLook/PopupMenuFrameBottom" />
     4936                <Image component="Background" name="TaharezLook/PopupMenuMiddle" />
    41604937            </FrameComponent>
    41614938        </ImagerySection>
     
    41704947            <Layer>
    41714948                <Section section="frame">
    4172                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4949                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    41734950                </Section>
    41744951            </Layer>
    41754952        </StateImagery>
    41764953    </WidgetLook>
    4177 
    4178     <!--
    4179     ***************************************************
    4180         TaharezLook/LargeVerticalScrollbarThumb
    4181     ***************************************************
    4182     -->
    41834954    <WidgetLook name="TaharezLook/LargeVerticalScrollbarThumb">
    41844955        <Property name="VertFree" value="True" />
     
    41864957            <ImageryComponent>
    41874958                <Area>
    4188                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4189                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4190                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    4191                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    4192                 </Area>
    4193                 <Image imageset="TaharezLook" image="VertScrollThumbNormal" />
     4959                    <Dim type="LeftEdge">
     4960                        <AbsoluteDim value="0" />
     4961                    </Dim>
     4962                    <Dim type="TopEdge">
     4963                        <AbsoluteDim value="0" />
     4964                    </Dim>
     4965                    <Dim type="Width">
     4966                        <UnifiedDim scale="1.0" type="Width" />
     4967                    </Dim>
     4968                    <Dim type="Height">
     4969                        <UnifiedDim scale="1.0" type="Height" />
     4970                    </Dim>
     4971                </Area>
     4972                <Image name="TaharezLook/VertScrollThumbNormal" />
    41944973                <VertFormat type="Stretched" />
    41954974                <HorzFormat type="Stretched" />
     
    41994978            <ImageryComponent>
    42004979                <Area>
    4201                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4202                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4203                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    4204                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    4205                 </Area>
    4206                 <Image imageset="TaharezLook" image="VertScrollThumbHover" />
     4980                    <Dim type="LeftEdge">
     4981                        <AbsoluteDim value="0" />
     4982                    </Dim>
     4983                    <Dim type="TopEdge">
     4984                        <AbsoluteDim value="0" />
     4985                    </Dim>
     4986                    <Dim type="Width">
     4987                        <UnifiedDim scale="1.0" type="Width" />
     4988                    </Dim>
     4989                    <Dim type="Height">
     4990                        <UnifiedDim scale="1.0" type="Height" />
     4991                    </Dim>
     4992                </Area>
     4993                <Image name="TaharezLook/VertScrollThumbHover" />
    42074994                <VertFormat type="Stretched" />
    42084995                <HorzFormat type="Stretched" />
     
    42275014            <Layer>
    42285015                <Section section="normal">
    4229                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5016                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    42305017                </Section>
    42315018            </Layer>
    42325019        </StateImagery>
    42335020    </WidgetLook>
    4234 
    4235     <!--
    4236     ***************************************************
    4237         TaharezLook/LargeVerticalScrollbar
    4238     ***************************************************
    4239     -->
    42405021    <WidgetLook name="TaharezLook/LargeVerticalScrollbar">
    42415022        <Property name="VerticalScrollbar" value="True" />
    42425023        <NamedArea name="ThumbTrackArea">
    42435024            <Area>
    4244                 <Dim type="LeftEdge" ><UnifiedDim scale="0.325" type="LeftEdge" /></Dim>
    4245                 <Dim type="TopEdge" >
    4246                     <WidgetDim widget="__auto_decbtn__" dimension="Height">
    4247                         <DimOperator op="Add">
    4248                             <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
    4249                                 <DimOperator op="Multiply">
    4250                                     <AbsoluteDim value="0.5" />
    4251                                 </DimOperator>
    4252                             </ImageDim>
    4253                         </DimOperator>
    4254                     </WidgetDim>
    4255                 </Dim>
    4256                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    4257                 <Dim type="BottomEdge" >
    4258                     <UnifiedDim scale="1.0" type="BottomEdge">
    4259                         <DimOperator op="Subtract">
    4260                             <WidgetDim widget="__auto_decbtn__" dimension="Height">
    4261                                 <DimOperator op="Add">
    4262                                     <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
    4263                                         <DimOperator op="Multiply">
    4264                                             <AbsoluteDim value="0.5" />
    4265                                         </DimOperator>
    4266                                     </ImageDim>
    4267                                 </DimOperator>
    4268                             </WidgetDim>
    4269                         </DimOperator>
    4270                     </UnifiedDim>
     5025                <Dim type="LeftEdge">
     5026                    <UnifiedDim scale="0.325" type="LeftEdge" />
     5027                </Dim>
     5028                <Dim type="TopEdge">
     5029                    <OperatorDim op="Add">
     5030                        <WidgetDim dimension="Height" widget="__auto_decbtn__" />
     5031                        <OperatorDim op="Multiply">
     5032                            <ImageDim dimension="Height" name="TaharezLook/VertScrollTop" />
     5033                            <AbsoluteDim value="0.5" />
     5034                        </OperatorDim>
     5035                    </OperatorDim>
     5036                </Dim>
     5037                <Dim type="RightEdge">
     5038                    <UnifiedDim scale="1.0" type="RightEdge" />
     5039                </Dim>
     5040                <Dim type="BottomEdge">
     5041                    <OperatorDim op="Subtract">
     5042                        <UnifiedDim scale="1.0" type="BottomEdge" />
     5043                        <OperatorDim op="Add">
     5044                            <WidgetDim dimension="Height" widget="__auto_decbtn__" />
     5045                            <OperatorDim op="Multiply">
     5046                                <ImageDim dimension="Height" name="TaharezLook/VertScrollTop" />
     5047                                <AbsoluteDim value="0.5" />
     5048                            </OperatorDim>
     5049                        </OperatorDim>
     5050                    </OperatorDim>
    42715051                </Dim>
    42725052            </Area>
    42735053        </NamedArea>
    4274         <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_incbtn__">
    4275             <Area>
    4276                 <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>
    4277                 <Dim type="TopEdge" >
    4278                     <AbsoluteDim value="-1">
    4279                         <DimOperator op="Multiply">
    4280                             <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
    4281                                 <DimOperator op="Multiply">
    4282                                     <AbsoluteDim value="0.5" />
    4283                                 </DimOperator>
    4284                             </ImageDim>
    4285                         </DimOperator>
    4286                     </AbsoluteDim>
    4287                 </Dim>
    4288                 <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>
    4289                 <Dim type="Height" >
    4290                     <UnifiedDim scale="0.6" type="Width">
    4291                         <DimOperator op="Multiply">
    4292                             <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width">
    4293                                 <DimOperator op="Divide">
    4294                                     <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Height"/>
    4295                                 </DimOperator>
    4296                             </ImageDim>
    4297                         </DimOperator>
    4298                     </UnifiedDim>
     5054        <Child nameSuffix="__auto_incbtn__" type="TaharezLook/ImageButton">
     5055            <Area>
     5056                <Dim type="LeftEdge">
     5057                    <UnifiedDim scale="0.25" type="LeftEdge" />
     5058                </Dim>
     5059                <Dim type="TopEdge">
     5060                    <OperatorDim op="Multiply">
     5061                        <AbsoluteDim value="-1" />
     5062                        <OperatorDim op="Multiply">
     5063                            <ImageDim dimension="Height" name="TaharezLook/VertScrollTop" />
     5064                            <AbsoluteDim value="0.5" />
     5065                        </OperatorDim>
     5066                    </OperatorDim>
     5067                </Dim>
     5068                <Dim type="Width">
     5069                    <UnifiedDim scale="0.6" type="Width" />
     5070                </Dim>
     5071                <Dim type="Height">
     5072                    <OperatorDim op="Multiply">
     5073                        <UnifiedDim scale="0.6" type="Width" />
     5074                        <OperatorDim op="Divide">
     5075                            <ImageDim dimension="Width" name="TaharezLook/VertScrollUpNormal" />
     5076                            <ImageDim dimension="Height" name="TaharezLook/VertScrollUpNormal" />
     5077                        </OperatorDim>
     5078                    </OperatorDim>
    42995079                </Dim>
    43005080            </Area>
    43015081            <VertAlignment type="BottomAligned" />
    4302             <Property name="NormalImage" value="set:TaharezLook image:VertScrollDownNormal" />
    4303             <Property name="HoverImage" value="set:TaharezLook image:VertScrollDownHover" />
    4304             <Property name="PushedImage" value="set:TaharezLook image:VertScrollDownNormal" />
     5082            <Property name="NormalImage" value="TaharezLook/VertScrollDownNormal" />
     5083            <Property name="HoverImage" value="TaharezLook/VertScrollDownHover" />
     5084            <Property name="PushedImage" value="TaharezLook/VertScrollDownNormal" />
    43055085        </Child>
    4306         <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_decbtn__">
    4307             <Area>
    4308                 <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>
    4309                 <Dim type="TopEdge">
    4310                     <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
    4311                         <DimOperator op="Multiply">
    4312                             <AbsoluteDim value="0.5" />
    4313                         </DimOperator>
    4314                     </ImageDim>
    4315                 </Dim>
    4316                 <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>
    4317                 <Dim type="Height" >
    4318                     <UnifiedDim scale="0.6" type="Width">
    4319                         <DimOperator op="Multiply">
    4320                             <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width">
    4321                                 <DimOperator op="Divide">
    4322                                     <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Height"/>
    4323                                 </DimOperator>
    4324                             </ImageDim>
    4325                         </DimOperator>
    4326                     </UnifiedDim>
    4327                 </Dim>
    4328             </Area>
    4329             <Property name="NormalImage" value="set:TaharezLook image:VertScrollUpNormal" />
    4330             <Property name="HoverImage" value="set:TaharezLook image:VertScrollUpHover" />
    4331             <Property name="PushedImage" value="set:TaharezLook image:VertScrollUpNormal" />
     5086        <Child nameSuffix="__auto_decbtn__" type="TaharezLook/ImageButton">
     5087            <Area>
     5088                <Dim type="LeftEdge">
     5089                    <UnifiedDim scale="0.25" type="LeftEdge" />
     5090                </Dim>
     5091                <Dim type="TopEdge">
     5092                    <OperatorDim op="Multiply">
     5093                        <ImageDim dimension="Height" name="TaharezLook/VertScrollTop" />
     5094                        <AbsoluteDim value="0.5" />
     5095                    </OperatorDim>
     5096                </Dim>
     5097                <Dim type="Width">
     5098                    <UnifiedDim scale="0.6" type="Width" />
     5099                </Dim>
     5100                <Dim type="Height">
     5101                    <OperatorDim op="Multiply">
     5102                        <UnifiedDim scale="0.6" type="Width" />
     5103                        <OperatorDim op="Divide">
     5104                            <ImageDim dimension="Width" name="TaharezLook/VertScrollUpNormal" />
     5105                            <ImageDim dimension="Height" name="TaharezLook/VertScrollUpNormal" />
     5106                        </OperatorDim>
     5107                    </OperatorDim>
     5108                </Dim>
     5109            </Area>
     5110            <Property name="NormalImage" value="TaharezLook/VertScrollUpNormal" />
     5111            <Property name="HoverImage" value="TaharezLook/VertScrollUpHover" />
     5112            <Property name="PushedImage" value="TaharezLook/VertScrollUpNormal" />
    43325113        </Child>
    4333         <Child  type="TaharezLook/LargeVerticalScrollbarThumb" nameSuffix="__auto_thumb__">
    4334             <Area>
    4335                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4336                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4337                 <Dim type="Width" ><UnifiedDim scale="0.4" type="Width" /></Dim>
    4338                 <Dim type="Height" >
    4339                     <UnifiedDim scale="0.4" type="Width">
    4340                         <DimOperator op="Multiply">
    4341                             <ImageDim imageset="TaharezLook" image="VertScrollThumbNormal" dimension="Height">
    4342                                 <DimOperator op="Divide">
    4343                                     <ImageDim imageset="TaharezLook" image="VertScrollThumbNormal" dimension="Width"/>
    4344                                 </DimOperator>
    4345                             </ImageDim>
    4346                         </DimOperator>
    4347                     </UnifiedDim>
     5114        <Child nameSuffix="__auto_thumb__" type="TaharezLook/LargeVerticalScrollbarThumb">
     5115            <Area>
     5116                <Dim type="LeftEdge">
     5117                    <AbsoluteDim value="0" />
     5118                </Dim>
     5119                <Dim type="TopEdge">
     5120                    <AbsoluteDim value="0" />
     5121                </Dim>
     5122                <Dim type="Width">
     5123                    <UnifiedDim scale="0.4" type="Width" />
     5124                </Dim>
     5125                <Dim type="Height">
     5126                    <OperatorDim op="Multiply">
     5127                        <UnifiedDim scale="0.4" type="Width" />
     5128                        <OperatorDim op="Divide">
     5129                            <ImageDim dimension="Height" name="TaharezLook/VertScrollThumbNormal" />
     5130                            <ImageDim dimension="Width" name="TaharezLook/VertScrollThumbNormal" />
     5131                        </OperatorDim>
     5132                    </OperatorDim>
    43485133                </Dim>
    43495134            </Area>
     
    43525137            <FrameComponent>
    43535138                <Area>
    4354                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4355                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4356                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4357                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4358                 </Area>
    4359                 <Image type="TopEdge" imageset="TaharezLook" image="VertScrollTop" />
    4360                 <Image type="BottomEdge" imageset="TaharezLook" image="VertScrollBottom" />
    4361                 <Image type="Background" imageset="TaharezLook" image="VertScrollMiddle" />
     5139                    <Dim type="LeftEdge">
     5140                        <AbsoluteDim value="0" />
     5141                    </Dim>
     5142                    <Dim type="TopEdge">
     5143                        <AbsoluteDim value="0" />
     5144                    </Dim>
     5145                    <Dim type="Width">
     5146                        <UnifiedDim scale="1" type="Width" />
     5147                    </Dim>
     5148                    <Dim type="Height">
     5149                        <UnifiedDim scale="1" type="Height" />
     5150                    </Dim>
     5151                </Area>
     5152                <Image component="TopEdge" name="TaharezLook/VertScrollTop" />
     5153                <Image component="BottomEdge" name="TaharezLook/VertScrollBottom" />
     5154                <Image component="Background" name="TaharezLook/VertScrollMiddle" />
    43625155            </FrameComponent>
    43635156            <ImageryComponent>
    43645157                <Area>
    4365                     <Dim type="LeftEdge" ><UnifiedDim scale="0.45" type="LeftEdge" /></Dim>
    4366                     <Dim type="TopEdge" >
    4367                         <WidgetDim widget="__auto_decbtn__" dimension="Height">
    4368                             <DimOperator op="Add">
    4369                                 <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
    4370                                     <DimOperator op="Multiply">
    4371                                         <AbsoluteDim value="0.5" />
    4372                                     </DimOperator>
    4373                                 </ImageDim>
    4374                             </DimOperator>
    4375                         </WidgetDim>
    4376                     </Dim>
    4377                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    4378                     <Dim type="BottomEdge" >
    4379                         <UnifiedDim scale="1.0" type="BottomEdge">
    4380                             <DimOperator op="Subtract">
    4381                                 <WidgetDim widget="__auto_decbtn__" dimension="Height">
    4382                                     <DimOperator op="Add">
    4383                                         <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
    4384                                             <DimOperator op="Multiply">
    4385                                                 <AbsoluteDim value="0.5" />
    4386                                             </DimOperator>
    4387                                         </ImageDim>
    4388                                     </DimOperator>
    4389                                 </WidgetDim>
    4390                             </DimOperator>
    4391                         </UnifiedDim>
    4392                     </Dim>
    4393                 </Area>
    4394                 <Image imageset="TaharezLook" image="VertScrollBarSegment" />
     5158                    <Dim type="LeftEdge">
     5159                        <UnifiedDim scale="0.45" type="LeftEdge" />
     5160                    </Dim>
     5161                    <Dim type="TopEdge">
     5162                        <OperatorDim op="Add">
     5163                            <WidgetDim dimension="Height" widget="__auto_decbtn__" />
     5164                            <OperatorDim op="Multiply">
     5165                                <ImageDim dimension="Height" name="TaharezLook/VertScrollTop" />
     5166                                <AbsoluteDim value="0.5" />
     5167                            </OperatorDim>
     5168                        </OperatorDim>
     5169                    </Dim>
     5170                    <Dim type="RightEdge">
     5171                        <UnifiedDim scale="1.0" type="RightEdge" />
     5172                    </Dim>
     5173                    <Dim type="BottomEdge">
     5174                        <OperatorDim op="Subtract">
     5175                            <UnifiedDim scale="1.0" type="BottomEdge" />
     5176                            <OperatorDim op="Add">
     5177                                <WidgetDim dimension="Height" widget="__auto_decbtn__" />
     5178                                <OperatorDim op="Multiply">
     5179                                    <ImageDim dimension="Height" name="TaharezLook/VertScrollTop" />
     5180                                    <AbsoluteDim value="0.5" />
     5181                                </OperatorDim>
     5182                            </OperatorDim>
     5183                        </OperatorDim>
     5184                    </Dim>
     5185                </Area>
     5186                <Image name="TaharezLook/VertScrollBarSegment" />
    43955187                <VertFormat type="Tiled" />
    43965188            </ImageryComponent>
     
    44045196            <Layer>
    44055197                <Section section="main">
    4406                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5198                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    44075199                </Section>
    44085200            </Layer>
    44095201        </StateImagery>
    44105202    </WidgetLook>
    4411 
    4412     <!--
    4413     ***************************************************
    4414         TaharezLook/ImageButton
    4415     ***************************************************
    4416     -->
    44175203    <WidgetLook name="TaharezLook/ImageButton">
    4418         <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />
    4419         <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />
    4420         <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />
    4421         <PropertyDefinition name="DisabledImage" initialValue="" redrawOnWrite="true" />
    4422         <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
    4423         <PropertyDefinition name="HorzImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
     5204        <PropertyDefinition initialValue="" name="NormalImage" redrawOnWrite="true" />
     5205        <PropertyDefinition initialValue="" name="HoverImage" redrawOnWrite="true" />
     5206        <PropertyDefinition initialValue="" name="PushedImage" redrawOnWrite="true" />
     5207        <PropertyDefinition initialValue="" name="DisabledImage" redrawOnWrite="true" />
     5208        <PropertyDefinition initialValue="Stretched" name="VertImageFormatting" redrawOnWrite="true" />
     5209        <PropertyDefinition initialValue="Stretched" name="HorzImageFormatting" redrawOnWrite="true" />
    44245210        <ImagerySection name="normal">
    44255211            <ImageryComponent>
    44265212                <Area>
    4427                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4428                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4429                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4430                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5213                    <Dim type="LeftEdge">
     5214                        <AbsoluteDim value="0" />
     5215                    </Dim>
     5216                    <Dim type="TopEdge">
     5217                        <AbsoluteDim value="0" />
     5218                    </Dim>
     5219                    <Dim type="Width">
     5220                        <UnifiedDim scale="1" type="Width" />
     5221                    </Dim>
     5222                    <Dim type="Height">
     5223                        <UnifiedDim scale="1" type="Height" />
     5224                    </Dim>
    44315225                </Area>
    44325226                <ImageProperty name="NormalImage" />
     
    44385232            <ImageryComponent>
    44395233                <Area>
    4440                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4441                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4442                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4443                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5234                    <Dim type="LeftEdge">
     5235                        <AbsoluteDim value="0" />
     5236                    </Dim>
     5237                    <Dim type="TopEdge">
     5238                        <AbsoluteDim value="0" />
     5239                    </Dim>
     5240                    <Dim type="Width">
     5241                        <UnifiedDim scale="1" type="Width" />
     5242                    </Dim>
     5243                    <Dim type="Height">
     5244                        <UnifiedDim scale="1" type="Height" />
     5245                    </Dim>
    44445246                </Area>
    44455247                <ImageProperty name="HoverImage" />
     
    44515253            <ImageryComponent>
    44525254                <Area>
    4453                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4454                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4455                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4456                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5255                    <Dim type="LeftEdge">
     5256                        <AbsoluteDim value="0" />
     5257                    </Dim>
     5258                    <Dim type="TopEdge">
     5259                        <AbsoluteDim value="0" />
     5260                    </Dim>
     5261                    <Dim type="Width">
     5262                        <UnifiedDim scale="1" type="Width" />
     5263                    </Dim>
     5264                    <Dim type="Height">
     5265                        <UnifiedDim scale="1" type="Height" />
     5266                    </Dim>
    44575267                </Area>
    44585268                <ImageProperty name="PushedImage" />
     
    44645274            <ImageryComponent>
    44655275                <Area>
    4466                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4467                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4468                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4469                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5276                    <Dim type="LeftEdge">
     5277                        <AbsoluteDim value="0" />
     5278                    </Dim>
     5279                    <Dim type="TopEdge">
     5280                        <AbsoluteDim value="0" />
     5281                    </Dim>
     5282                    <Dim type="Width">
     5283                        <UnifiedDim scale="1" type="Width" />
     5284                    </Dim>
     5285                    <Dim type="Height">
     5286                        <UnifiedDim scale="1" type="Height" />
     5287                    </Dim>
    44705288                </Area>
    44715289                <ImageProperty name="DisabledImage" />
     
    45005318        </StateImagery>
    45015319    </WidgetLook>
    4502 
    4503     <!--
    4504     ***************************************************
    4505         TaharezLook/ItemListbox
    4506     ***************************************************
    4507     -->
    45085320    <WidgetLook name="TaharezLook/ItemListbox">
    45095321        <NamedArea name="ItemRenderArea">
    45105322            <Area>
    4511                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
    4512                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
    4513                 <Dim type="RightEdge" >
    4514                     <UnifiedDim scale="1" type="RightEdge">
    4515                         <DimOperator op="Subtract">
    4516                             <ImageDim imageset="TaharezLook" image="ListboxRight" dimension="Width" />
    4517                         </DimOperator>
    4518                     </UnifiedDim>
    4519                 </Dim>
    4520                 <Dim type="BottomEdge" >
    4521                     <UnifiedDim scale="1" type="BottomEdge">
    4522                         <DimOperator op="Subtract">
    4523                             <ImageDim imageset="TaharezLook" image="ListboxBottom" dimension="Height" />
    4524                         </DimOperator>
    4525                     </UnifiedDim>
     5323                <Dim type="LeftEdge">
     5324                    <ImageDim dimension="Width" name="TaharezLook/ListboxLeft" />
     5325                </Dim>
     5326                <Dim type="TopEdge">
     5327                    <ImageDim dimension="Height" name="TaharezLook/ListboxTop" />
     5328                </Dim>
     5329                <Dim type="RightEdge">
     5330                    <OperatorDim op="Subtract">
     5331                        <UnifiedDim scale="1" type="RightEdge" />
     5332                        <ImageDim dimension="Width" name="TaharezLook/ListboxRight" />
     5333                    </OperatorDim>
     5334                </Dim>
     5335                <Dim type="BottomEdge">
     5336                    <OperatorDim op="Subtract">
     5337                        <UnifiedDim scale="1" type="BottomEdge" />
     5338                        <ImageDim dimension="Height" name="TaharezLook/ListboxBottom" />
     5339                    </OperatorDim>
    45265340                </Dim>
    45275341            </Area>
     
    45295343        <NamedArea name="ItemRenderAreaHScroll">
    45305344            <Area>
    4531                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
    4532                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
    4533                 <Dim type="RightEdge" >
    4534                     <UnifiedDim scale="1" type="RightEdge">
    4535                         <DimOperator op="Subtract">
    4536                             <ImageDim imageset="TaharezLook" image="ListboxRight" dimension="Width" />
    4537                         </DimOperator>
    4538                     </UnifiedDim>
    4539                 </Dim>
    4540                 <Dim type="BottomEdge" >
    4541                     <UnifiedDim scale="1" offset="-12" type="BottomEdge" />
     5345                <Dim type="LeftEdge">
     5346                    <ImageDim dimension="Width" name="TaharezLook/ListboxLeft" />
     5347                </Dim>
     5348                <Dim type="TopEdge">
     5349                    <ImageDim dimension="Height" name="TaharezLook/ListboxTop" />
     5350                </Dim>
     5351                <Dim type="RightEdge">
     5352                    <OperatorDim op="Subtract">
     5353                        <UnifiedDim scale="1" type="RightEdge" />
     5354                        <ImageDim dimension="Width" name="TaharezLook/ListboxRight" />
     5355                    </OperatorDim>
     5356                </Dim>
     5357                <Dim type="BottomEdge">
     5358                    <UnifiedDim offset="-12" scale="1" type="BottomEdge" />
    45425359                </Dim>
    45435360            </Area>
     
    45455362        <NamedArea name="ItemRenderAreaVScroll">
    45465363            <Area>
    4547                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
    4548                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
    4549                 <Dim type="RightEdge" >
    4550                     <UnifiedDim scale="1" offset="-12" type="RightEdge" />
    4551                 </Dim>
    4552                 <Dim type="BottomEdge" >
    4553                     <UnifiedDim scale="1" type="BottomEdge">
    4554                         <DimOperator op="Subtract">
    4555                             <ImageDim imageset="TaharezLook" image="ListboxBottom" dimension="Height" />
    4556                         </DimOperator>
    4557                     </UnifiedDim>
     5364                <Dim type="LeftEdge">
     5365                    <ImageDim dimension="Width" name="TaharezLook/ListboxLeft" />
     5366                </Dim>
     5367                <Dim type="TopEdge">
     5368                    <ImageDim dimension="Height" name="TaharezLook/ListboxTop" />
     5369                </Dim>
     5370                <Dim type="RightEdge">
     5371                    <UnifiedDim offset="-12" scale="1" type="RightEdge" />
     5372                </Dim>
     5373                <Dim type="BottomEdge">
     5374                    <OperatorDim op="Subtract">
     5375                        <UnifiedDim scale="1" type="BottomEdge" />
     5376                        <ImageDim dimension="Height" name="TaharezLook/ListboxBottom" />
     5377                    </OperatorDim>
    45585378                </Dim>
    45595379            </Area>
     
    45615381        <NamedArea name="ItemRenderAreaHVScroll">
    45625382            <Area>
    4563                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
    4564                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
    4565                 <Dim type="RightEdge" >
    4566                     <UnifiedDim scale="1" offset="-12" type="RightEdge" />
    4567                 </Dim>
    4568                 <Dim type="BottomEdge" >
    4569                     <UnifiedDim scale="1" offset="-12" type="BottomEdge" />
     5383                <Dim type="LeftEdge">
     5384                    <ImageDim dimension="Width" name="TaharezLook/ListboxLeft" />
     5385                </Dim>
     5386                <Dim type="TopEdge">
     5387                    <ImageDim dimension="Height" name="TaharezLook/ListboxTop" />
     5388                </Dim>
     5389                <Dim type="RightEdge">
     5390                    <UnifiedDim offset="-12" scale="1" type="RightEdge" />
     5391                </Dim>
     5392                <Dim type="BottomEdge">
     5393                    <UnifiedDim offset="-12" scale="1" type="BottomEdge" />
    45705394                </Dim>
    45715395            </Area>
    45725396        </NamedArea>
    4573         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    4574             <Area>
    4575                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4576                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4577                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    4578                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     5397        <Child nameSuffix="__auto_hscrollbar__" type="TaharezLook/HorizontalScrollbar">
     5398            <Area>
     5399                <Dim type="LeftEdge">
     5400                    <AbsoluteDim value="0" />
     5401                </Dim>
     5402                <Dim type="TopEdge">
     5403                    <AbsoluteDim value="0" />
     5404                </Dim>
     5405                <Dim type="Width">
     5406                    <UnifiedDim offset="-12" scale="1" type="Width" />
     5407                </Dim>
     5408                <Dim type="Height">
     5409                    <AbsoluteDim value="12" />
     5410                </Dim>
    45795411            </Area>
    45805412            <VertAlignment type="BottomAligned" />
    45815413        </Child>
    4582         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    4583             <Area>
    4584                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4585                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4586                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    4587                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5414        <Child nameSuffix="__auto_vscrollbar__" type="TaharezLook/VerticalScrollbar">
     5415            <Area>
     5416                <Dim type="LeftEdge">
     5417                    <AbsoluteDim value="0" />
     5418                </Dim>
     5419                <Dim type="TopEdge">
     5420                    <AbsoluteDim value="0" />
     5421                </Dim>
     5422                <Dim type="Width">
     5423                    <AbsoluteDim value="12" />
     5424                </Dim>
     5425                <Dim type="Height">
     5426                    <UnifiedDim scale="1" type="Height" />
     5427                </Dim>
    45885428            </Area>
    45895429            <HorzAlignment type="RightAligned" />
     
    45925432            <FrameComponent>
    45935433                <Area>
    4594                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4595                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4596                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4597                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4598                 </Area>
    4599                 <Image type="TopLeftCorner" imageset="TaharezLook" image="ListboxTopLeft" />
    4600                 <Image type="TopRightCorner" imageset="TaharezLook" image="ListboxTopRight" />
    4601                 <Image type="BottomLeftCorner" imageset="TaharezLook" image="ListboxBottomLeft" />
    4602                 <Image type="BottomRightCorner" imageset="TaharezLook" image="ListboxBottomRight" />
    4603                 <Image type="LeftEdge" imageset="TaharezLook" image="ListboxLeft" />
    4604                 <Image type="RightEdge" imageset="TaharezLook" image="ListboxRight" />
    4605                 <Image type="TopEdge" imageset="TaharezLook" image="ListboxTop" />
    4606                 <Image type="BottomEdge" imageset="TaharezLook" image="ListboxBottom" />
    4607                 <Image type="Background" imageset="TaharezLook" image="ListboxBackdrop" />
     5434                    <Dim type="LeftEdge">
     5435                        <AbsoluteDim value="0" />
     5436                    </Dim>
     5437                    <Dim type="TopEdge">
     5438                        <AbsoluteDim value="0" />
     5439                    </Dim>
     5440                    <Dim type="Width">
     5441                        <UnifiedDim scale="1" type="Width" />
     5442                    </Dim>
     5443                    <Dim type="Height">
     5444                        <UnifiedDim scale="1" type="Height" />
     5445                    </Dim>
     5446                </Area>
     5447                <Image component="TopLeftCorner" name="TaharezLook/ListboxTopLeft" />
     5448                <Image component="TopRightCorner" name="TaharezLook/ListboxTopRight" />
     5449                <Image component="BottomLeftCorner" name="TaharezLook/ListboxBottomLeft" />
     5450                <Image component="BottomRightCorner" name="TaharezLook/ListboxBottomRight" />
     5451                <Image component="LeftEdge" name="TaharezLook/ListboxLeft" />
     5452                <Image component="RightEdge" name="TaharezLook/ListboxRight" />
     5453                <Image component="TopEdge" name="TaharezLook/ListboxTop" />
     5454                <Image component="BottomEdge" name="TaharezLook/ListboxBottom" />
     5455                <Image component="Background" name="TaharezLook/ListboxBackdrop" />
    46085456            </FrameComponent>
    46095457        </ImagerySection>
     
    46195467        </StateImagery>
    46205468    </WidgetLook>
    4621 
    4622 
    4623     <!--
    4624     ***************************************************
    4625         TaharezLook/ListboxItem
    4626     ***************************************************
    4627     -->
    46285469    <WidgetLook name="TaharezLook/ListboxItem">
    4629         <PropertyDefinition name="TextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    4630         <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    4631         <PropertyDefinition name="SelectionBrush" initialValue="set:TaharezLook image:ListboxSelectionBrush" redrawOnWrite="true" />
    4632         <PropertyDefinition name="SelectionColour" initialValue="FF4444AA" redrawOnWrite="true" />
     5470        <PropertyDefinition initialValue="FFFFFFFF" name="TextColour" redrawOnWrite="true" />
     5471        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
     5472        <PropertyDefinition initialValue="set:TaharezLook image:ListboxSelectionBrush" name="SelectionBrush" redrawOnWrite="true" />
     5473        <PropertyDefinition initialValue="FF4444AA" name="SelectionColour" redrawOnWrite="true" />
    46335474        <Property name="Selectable" value="True" />
    46345475        <NamedArea name="ContentSize">
    46355476            <Area>
    4636                 <Dim type="LeftEdge" >
    4637                     <AbsoluteDim value="0" />
    4638                 </Dim>
    4639                 <Dim type="TopEdge" >
    4640                     <AbsoluteDim value="0" />
    4641                 </Dim>
    4642                 <Dim type="Width" >
    4643                     <FontDim type="HorzExtent" padding="6" />
    4644                 </Dim>
    4645                 <Dim type="Height" >
     5477                <Dim type="LeftEdge">
     5478                    <AbsoluteDim value="0" />
     5479                </Dim>
     5480                <Dim type="TopEdge">
     5481                    <AbsoluteDim value="0" />
     5482                </Dim>
     5483                <Dim type="Width">
     5484                    <FontDim padding="6" type="HorzExtent" />
     5485                </Dim>
     5486                <Dim type="Height">
    46465487                    <FontDim type="LineSpacing" />
    46475488                </Dim>
     
    46585499                    </Dim>
    46595500                    <Dim type="RightEdge">
    4660                         <UnifiedDim scale="1" offset="-3" type="RightEdge" />
     5501                        <UnifiedDim offset="-3" scale="1" type="RightEdge" />
    46615502                    </Dim>
    46625503                    <Dim type="BottomEdge">
     
    47195560        </StateImagery>
    47205561    </WidgetLook>
    4721 
    4722 <!--
    4723 /**********************************************************************************************************
    4724         TaharezLook/Tree
    4725 ***********************************************************************************************************/
    4726 -->
    4727 <WidgetLook name="TaharezLook/Tree">
    4728         <Property name="SelectionBrushImage" value="set:TaharezLook image:GenericBrush" />
     5562    <WidgetLook name="TaharezLook/Tree">
     5563        <Property name="SelectionBrushImage" value="TaharezLook/GenericBrush" />
    47295564        <Property name="NormalTextColour" value="FF000000" />
    47305565        <Property name="SelectedTextColour" value="FFFFFFFF" />
     
    47335568        <NamedArea name="ItemRenderingArea">
    47345569            <Area>
    4735                 <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowLeftEdge" dimension="Width" /></Dim>
    4736                 <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="WindowTopEdge" dimension="Height" /></Dim>
    4737                 <Dim type="RightEdge" >
    4738                     <UnifiedDim scale="1" type="RightEdge">
    4739                         <DimOperator op="Subtract">
    4740                             <ImageDim imageset="TaharezLook" image="WindowRightEdge" dimension="Width" />
    4741                         </DimOperator>
    4742                     </UnifiedDim>
    4743                 </Dim>
    4744                 <Dim type="BottomEdge" >
    4745                     <UnifiedDim scale="1" type="BottomEdge">
    4746                         <DimOperator op="Subtract">
    4747                             <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
    4748                         </DimOperator>
    4749                     </UnifiedDim>
     5570                <Dim type="LeftEdge">
     5571                    <ImageDim dimension="Width" name="TaharezLook/WindowLeftEdge" />
     5572                </Dim>
     5573                <Dim type="TopEdge">
     5574                    <ImageDim dimension="Height" name="TaharezLook/WindowTopEdge" />
     5575                </Dim>
     5576                <Dim type="RightEdge">
     5577                    <OperatorDim op="Subtract">
     5578                        <UnifiedDim scale="1" type="RightEdge" />
     5579                        <ImageDim dimension="Width" name="TaharezLook/WindowRightEdge" />
     5580                    </OperatorDim>
     5581                </Dim>
     5582                <Dim type="BottomEdge">
     5583                    <OperatorDim op="Subtract">
     5584                        <UnifiedDim scale="1" type="BottomEdge" />
     5585                        <ImageDim dimension="Height" name="TaharezLook/WindowBottomEdge" />
     5586                    </OperatorDim>
    47505587                </Dim>
    47515588            </Area>
    47525589        </NamedArea>
    4753         <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    4754             <Area>
    4755                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
    4756                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4757                 <Dim type="Width" ><UnifiedDim scale="1" offset="-25" type="Width" /></Dim>
    4758                 <Dim type="Height" ><AbsoluteDim value="10" /></Dim>
     5590        <Child nameSuffix="__auto_hscrollbar__" type="TaharezLook/HorizontalScrollbar">
     5591            <Area>
     5592                <Dim type="LeftEdge">
     5593                    <AbsoluteDim value="5" />
     5594                </Dim>
     5595                <Dim type="TopEdge">
     5596                    <AbsoluteDim value="0" />
     5597                </Dim>
     5598                <Dim type="Width">
     5599                    <UnifiedDim offset="-25" scale="1" type="Width" />
     5600                </Dim>
     5601                <Dim type="Height">
     5602                    <AbsoluteDim value="10" />
     5603                </Dim>
    47595604            </Area>
    47605605            <VertAlignment type="BottomAligned" />
    47615606        </Child>
    4762         <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    4763             <Area>
    4764                 <Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
    4765                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
    4766                 <Dim type="Width" ><AbsoluteDim value="10" /></Dim>
    4767                 <Dim type="Height" ><UnifiedDim scale="1" offset="-10" type="Height" /></Dim>
     5607        <Child nameSuffix="__auto_vscrollbar__" type="TaharezLook/VerticalScrollbar">
     5608            <Area>
     5609                <Dim type="LeftEdge">
     5610                    <AbsoluteDim value="-5" />
     5611                </Dim>
     5612                <Dim type="TopEdge">
     5613                    <AbsoluteDim value="5" />
     5614                </Dim>
     5615                <Dim type="Width">
     5616                    <AbsoluteDim value="10" />
     5617                </Dim>
     5618                <Dim type="Height">
     5619                    <UnifiedDim offset="-10" scale="1" type="Height" />
     5620                </Dim>
    47685621            </Area>
    47695622            <HorzAlignment type="RightAligned" />
     
    47725625            <ImageryComponent>
    47735626                <Area>
    4774                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    4775                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    4776                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
    4777                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    4778                 </Area>
    4779                 <Image imageset="TaharezLook" image="TreeListClosed" />
    4780               <!--  <VertFormat type="Stretched" />
    4781                 <HorzFormat type="Stretched" /> -->
     5627                    <Dim type="LeftEdge">
     5628                        <AbsoluteDim value="0" />
     5629                    </Dim>
     5630                    <Dim type="TopEdge">
     5631                        <AbsoluteDim value="0" />
     5632                    </Dim>
     5633                    <Dim type="RightEdge">
     5634                        <UnifiedDim scale="1" type="RightEdge" />
     5635                    </Dim>
     5636                    <Dim type="BottomEdge">
     5637                        <UnifiedDim scale="1" type="BottomEdge" />
     5638                    </Dim>
     5639                </Area>
     5640                <Image name="TaharezLook/TreeListClosed" />
    47825641            </ImageryComponent>
    47835642        </ImagerySection>
     
    47855644            <ImageryComponent>
    47865645                <Area>
    4787                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    4788                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    4789                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
    4790                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    4791                 </Area>
    4792                 <Image imageset="TaharezLook" image="TreeListOpened" />
     5646                    <Dim type="LeftEdge">
     5647                        <AbsoluteDim value="0" />
     5648                    </Dim>
     5649                    <Dim type="TopEdge">
     5650                        <AbsoluteDim value="0" />
     5651                    </Dim>
     5652                    <Dim type="RightEdge">
     5653                        <UnifiedDim scale="1" type="RightEdge" />
     5654                    </Dim>
     5655                    <Dim type="BottomEdge">
     5656                        <UnifiedDim scale="1" type="BottomEdge" />
     5657                    </Dim>
     5658                </Area>
     5659                <Image name="TaharezLook/TreeListOpened" />
    47935660                <VertFormat type="Stretched" />
    47945661                <HorzFormat type="Stretched" />
     
    47985665            <Layer>
    47995666                <Section look="TaharezLook/StaticShared" section="frame">
    4800                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5667                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    48015668                </Section>
    48025669            </Layer>
     
    48055672            <Layer>
    48065673                <Section look="TaharezLook/StaticShared" section="frame">
    4807                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5674                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    48085675                </Section>
    48095676            </Layer>
    48105677        </StateImagery>
    48115678    </WidgetLook>
    4812 
    4813 
    48145679</Falagard>
    4815 
    4816 
Note: See TracChangeset for help on using the changeset viewer.