Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 20, 2018, 11:41:51 PM (7 years ago)
Author:
landauf
Message:

auto-migrated all cegui files to version 0.8 with ceed (http://cegui.org.uk/wiki/Using_CEED-Migrate)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/branches/cegui0.8_ogre1.9/gui/looknfeels/WindowsLook.looknfeel

    r7708 r11792  
    1 <?xml version="1.0" ?>
    2 <Falagard>
    3     <!--
    4     ***************************************************
    5         WindowsLook/Button
    6     ***************************************************
    7     -->
     1<?xml version='1.0' encoding='utf-8'?>
     2<Falagard version="7">
    83    <WidgetLook name="WindowsLook/Button">
    9         <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />
    10         <PropertyDefinition name="HoverTextColour" initialValue="FF000000" redrawOnWrite="true" />
    11         <PropertyDefinition name="PushedTextColour" initialValue="FF000000" redrawOnWrite="true" />
    12         <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />
     4        <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" />
     5        <PropertyDefinition initialValue="FF000000" name="HoverTextColour" redrawOnWrite="true" />
     6        <PropertyDefinition initialValue="FF000000" name="PushedTextColour" redrawOnWrite="true" />
     7        <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" />
    138        <ImagerySection name="label">
    149            <TextComponent>
     
    4742                    </Dim>
    4843                </Area>
    49                 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonNormalTopLeft" />
    50                 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonNormalTopRight" />
    51                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonNormalBottomLeft" />
    52                 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonNormalBottomRight" />
    53                 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonNormalLeft" />
    54                 <Image type="TopEdge" imageset="WindowsLook" image="ButtonNormalTop" />
    55                 <Image type="RightEdge" imageset="WindowsLook" image="ButtonNormalRight" />
    56                 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonNormalBottom" />
     44                <Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft" />
     45                <Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight" />
     46                <Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft" />
     47                <Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight" />
     48                <Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft" />
     49                <Image component="TopEdge" name="WindowsLook/ButtonNormalTop" />
     50                <Image component="RightEdge" name="WindowsLook/ButtonNormalRight" />
     51                <Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom" />
    5752            </FrameComponent>
    5853            <ImageryComponent>
    5954                <Area>
    6055                    <Dim type="LeftEdge">
    61                         <ImageDim imageset="WindowsLook" image="ButtonNormalLeft" dimension="Width" />
    62                     </Dim>
    63                     <Dim type="TopEdge">
    64                         <ImageDim imageset="WindowsLook" image="ButtonNormalTop" dimension="Height" />
     56                        <ImageDim dimension="Width" name="WindowsLook/ButtonNormalLeft" />
     57                    </Dim>
     58                    <Dim type="TopEdge">
     59                        <ImageDim dimension="Height" name="WindowsLook/ButtonNormalTop" />
    6560                    </Dim>
    6661                    <Dim type="RightEdge">
    67                         <UnifiedDim scale="1" type="RightEdge">
    68                             <DimOperator op="Subtract">
    69                                 <ImageDim imageset="WindowsLook" image="ButtonNormalRight" dimension="Width" />
    70                             </DimOperator>
    71                         </UnifiedDim>
    72                     </Dim>
    73                     <Dim type="BottomEdge">
    74                         <UnifiedDim scale="1" type="BottomEdge">
    75                             <DimOperator op="Subtract">
    76                                 <ImageDim imageset="WindowsLook" image="ButtonNormalBottom" dimension="Height" />
    77                             </DimOperator>
    78                         </UnifiedDim>
    79                     </Dim>
    80                 </Area>
    81                 <Image imageset="WindowsLook" image="Background" />
    82                 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />
     62                        <OperatorDim op="Subtract">
     63                            <UnifiedDim scale="1" type="RightEdge" />
     64                            <ImageDim dimension="Width" name="WindowsLook/ButtonNormalRight" />
     65                        </OperatorDim>
     66                    </Dim>
     67                    <Dim type="BottomEdge">
     68                        <OperatorDim op="Subtract">
     69                            <UnifiedDim scale="1" type="BottomEdge" />
     70                            <ImageDim dimension="Height" name="WindowsLook/ButtonNormalBottom" />
     71                        </OperatorDim>
     72                    </Dim>
     73                </Area>
     74                <Image name="WindowsLook/Background" />
     75                <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" />
    8376                <VertFormat type="Stretched" />
    8477                <HorzFormat type="Stretched" />
     
    10194                    </Dim>
    10295                </Area>
    103                 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonHoverTopLeft" />
    104                 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonHoverTopRight" />
    105                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonHoverBottomLeft" />
    106                 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonHoverBottomRight" />
    107                 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonHoverLeft" />
    108                 <Image type="TopEdge" imageset="WindowsLook" image="ButtonHoverTop" />
    109                 <Image type="RightEdge" imageset="WindowsLook" image="ButtonHoverRight" />
    110                 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonHoverBottom" />
     96                <Image component="TopLeftCorner" name="WindowsLook/ButtonHoverTopLeft" />
     97                <Image component="TopRightCorner" name="WindowsLook/ButtonHoverTopRight" />
     98                <Image component="BottomLeftCorner" name="WindowsLook/ButtonHoverBottomLeft" />
     99                <Image component="BottomRightCorner" name="WindowsLook/ButtonHoverBottomRight" />
     100                <Image component="LeftEdge" name="WindowsLook/ButtonHoverLeft" />
     101                <Image component="TopEdge" name="WindowsLook/ButtonHoverTop" />
     102                <Image component="RightEdge" name="WindowsLook/ButtonHoverRight" />
     103                <Image component="BottomEdge" name="WindowsLook/ButtonHoverBottom" />
    111104            </FrameComponent>
    112105            <ImageryComponent>
    113106                <Area>
    114107                    <Dim type="LeftEdge">
    115                         <ImageDim imageset="WindowsLook" image="ButtonHoverLeft" dimension="Width" />
    116                     </Dim>
    117                     <Dim type="TopEdge">
    118                         <ImageDim imageset="WindowsLook" image="ButtonHoverTop" dimension="Height" />
     108                        <ImageDim dimension="Width" name="WindowsLook/ButtonHoverLeft" />
     109                    </Dim>
     110                    <Dim type="TopEdge">
     111                        <ImageDim dimension="Height" name="WindowsLook/ButtonHoverTop" />
    119112                    </Dim>
    120113                    <Dim type="RightEdge">
    121                         <UnifiedDim scale="1" type="RightEdge">
    122                             <DimOperator op="Subtract">
    123                                 <ImageDim imageset="WindowsLook" image="ButtonHoverRight" dimension="Width" />
    124                             </DimOperator>
    125                         </UnifiedDim>
    126                     </Dim>
    127                     <Dim type="BottomEdge">
    128                         <UnifiedDim scale="1" type="BottomEdge">
    129                             <DimOperator op="Subtract">
    130                                 <ImageDim imageset="WindowsLook" image="ButtonHoverBottom" dimension="Height" />
    131                             </DimOperator>
    132                         </UnifiedDim>
    133                     </Dim>
    134                 </Area>
    135                 <Image imageset="WindowsLook" image="Background" />
    136                 <Colours topLeft="FFCFD9CF" topRight="FFF2FFF2" bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" />
     114                        <OperatorDim op="Subtract">
     115                            <UnifiedDim scale="1" type="RightEdge" />
     116                            <ImageDim dimension="Width" name="WindowsLook/ButtonHoverRight" />
     117                        </OperatorDim>
     118                    </Dim>
     119                    <Dim type="BottomEdge">
     120                        <OperatorDim op="Subtract">
     121                            <UnifiedDim scale="1" type="BottomEdge" />
     122                            <ImageDim dimension="Height" name="WindowsLook/ButtonHoverBottom" />
     123                        </OperatorDim>
     124                    </Dim>
     125                </Area>
     126                <Image name="WindowsLook/Background" />
     127                <Colours bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" topLeft="FFCFD9CF" topRight="FFF2FFF2" />
    137128                <VertFormat type="Stretched" />
    138129                <HorzFormat type="Stretched" />
     
    155146                    </Dim>
    156147                </Area>
    157                 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonPushedTopLeft" />
    158                 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonPushedTopRight" />
    159                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonPushedBottomLeft" />
    160                 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonPushedBottomRight" />
    161                 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonPushedLeft" />
    162                 <Image type="TopEdge" imageset="WindowsLook" image="ButtonPushedTop" />
    163                 <Image type="RightEdge" imageset="WindowsLook" image="ButtonPushedRight" />
    164                 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonPushedBottom" />
     148                <Image component="TopLeftCorner" name="WindowsLook/ButtonPushedTopLeft" />
     149                <Image component="TopRightCorner" name="WindowsLook/ButtonPushedTopRight" />
     150                <Image component="BottomLeftCorner" name="WindowsLook/ButtonPushedBottomLeft" />
     151                <Image component="BottomRightCorner" name="WindowsLook/ButtonPushedBottomRight" />
     152                <Image component="LeftEdge" name="WindowsLook/ButtonPushedLeft" />
     153                <Image component="TopEdge" name="WindowsLook/ButtonPushedTop" />
     154                <Image component="RightEdge" name="WindowsLook/ButtonPushedRight" />
     155                <Image component="BottomEdge" name="WindowsLook/ButtonPushedBottom" />
    165156            </FrameComponent>
    166157            <ImageryComponent>
    167158                <Area>
    168159                    <Dim type="LeftEdge">
    169                         <ImageDim imageset="WindowsLook" image="ButtonPushedLeft" dimension="Width" />
    170                     </Dim>
    171                     <Dim type="TopEdge">
    172                         <ImageDim imageset="WindowsLook" image="ButtonPushedTop" dimension="Height" />
     160                        <ImageDim dimension="Width" name="WindowsLook/ButtonPushedLeft" />
     161                    </Dim>
     162                    <Dim type="TopEdge">
     163                        <ImageDim dimension="Height" name="WindowsLook/ButtonPushedTop" />
    173164                    </Dim>
    174165                    <Dim type="RightEdge">
    175                         <UnifiedDim scale="1" type="RightEdge">
    176                             <DimOperator op="Subtract">
    177                                 <ImageDim imageset="WindowsLook" image="ButtonPushedRight" dimension="Width" />
    178                             </DimOperator>
    179                         </UnifiedDim>
    180                     </Dim>
    181                     <Dim type="BottomEdge">
    182                         <UnifiedDim scale="1" type="BottomEdge">
    183                             <DimOperator op="Subtract">
    184                                 <ImageDim imageset="WindowsLook" image="ButtonPushedBottom" dimension="Height" />
    185                             </DimOperator>
    186                         </UnifiedDim>
    187                     </Dim>
    188                 </Area>
    189                 <Image imageset="WindowsLook" image="Background" />
    190                 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />
     166                        <OperatorDim op="Subtract">
     167                            <UnifiedDim scale="1" type="RightEdge" />
     168                            <ImageDim dimension="Width" name="WindowsLook/ButtonPushedRight" />
     169                        </OperatorDim>
     170                    </Dim>
     171                    <Dim type="BottomEdge">
     172                        <OperatorDim op="Subtract">
     173                            <UnifiedDim scale="1" type="BottomEdge" />
     174                            <ImageDim dimension="Height" name="WindowsLook/ButtonPushedBottom" />
     175                        </OperatorDim>
     176                    </Dim>
     177                </Area>
     178                <Image name="WindowsLook/Background" />
     179                <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" />
    191180                <VertFormat type="Stretched" />
    192181                <HorzFormat type="Stretched" />
     
    209198                    </Dim>
    210199                </Area>
    211                 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonNormalTopLeft" />
    212                 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonNormalTopRight" />
    213                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonNormalBottomLeft" />
    214                 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonNormalBottomRight" />
    215                 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonNormalLeft" />
    216                 <Image type="TopEdge" imageset="WindowsLook" image="ButtonNormalTop" />
    217                 <Image type="RightEdge" imageset="WindowsLook" image="ButtonNormalRight" />
    218                 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonNormalBottom" />
     200                <Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft" />
     201                <Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight" />
     202                <Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft" />
     203                <Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight" />
     204                <Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft" />
     205                <Image component="TopEdge" name="WindowsLook/ButtonNormalTop" />
     206                <Image component="RightEdge" name="WindowsLook/ButtonNormalRight" />
     207                <Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom" />
    219208            </FrameComponent>
    220209            <ImageryComponent>
    221210                <Area>
    222211                    <Dim type="LeftEdge">
    223                         <ImageDim imageset="WindowsLook" image="ButtonNormalLeft" dimension="Width" />
    224                     </Dim>
    225                     <Dim type="TopEdge">
    226                         <ImageDim imageset="WindowsLook" image="ButtonNormalTop" dimension="Height" />
     212                        <ImageDim dimension="Width" name="WindowsLook/ButtonNormalLeft" />
     213                    </Dim>
     214                    <Dim type="TopEdge">
     215                        <ImageDim dimension="Height" name="WindowsLook/ButtonNormalTop" />
    227216                    </Dim>
    228217                    <Dim type="RightEdge">
    229                         <UnifiedDim scale="1" type="RightEdge">
    230                             <DimOperator op="Subtract">
    231                                 <ImageDim imageset="WindowsLook" image="ButtonNormalRight" dimension="Width" />
    232                             </DimOperator>
    233                         </UnifiedDim>
    234                     </Dim>
    235                     <Dim type="BottomEdge">
    236                         <UnifiedDim scale="1" type="BottomEdge">
    237                             <DimOperator op="Subtract">
    238                                 <ImageDim imageset="WindowsLook" image="ButtonNormalBottom" dimension="Height" />
    239                             </DimOperator>
    240                         </UnifiedDim>
    241                     </Dim>
    242                 </Area>
    243                 <Image imageset="WindowsLook" image="Background" />
     218                        <OperatorDim op="Subtract">
     219                            <UnifiedDim scale="1" type="RightEdge" />
     220                            <ImageDim dimension="Width" name="WindowsLook/ButtonNormalRight" />
     221                        </OperatorDim>
     222                    </Dim>
     223                    <Dim type="BottomEdge">
     224                        <OperatorDim op="Subtract">
     225                            <UnifiedDim scale="1" type="BottomEdge" />
     226                            <ImageDim dimension="Height" name="WindowsLook/ButtonNormalBottom" />
     227                        </OperatorDim>
     228                    </Dim>
     229                </Area>
     230                <Image name="WindowsLook/Background" />
    244231                <VertFormat type="Stretched" />
    245232                <HorzFormat type="Stretched" />
     
    281268            <Layer>
    282269                <Section section="disabled">
    283                     <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" />
     270                    <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" />
    284271                </Section>
    285272                <Section section="label">
     
    289276        </StateImagery>
    290277    </WidgetLook>
    291 
    292 
    293     <!--
    294     ***************************************************
    295         WindowsLook/Checkbox
    296     ***************************************************
    297     -->
    298278    <WidgetLook name="WindowsLook/Checkbox">
    299         <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />
    300         <PropertyDefinition name="HoverTextColour" initialValue="FF000000" redrawOnWrite="true" />
    301         <PropertyDefinition name="PushedTextColour" initialValue="FF000000" redrawOnWrite="true" />
    302         <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />
     279        <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" />
     280        <PropertyDefinition initialValue="FF000000" name="HoverTextColour" redrawOnWrite="true" />
     281        <PropertyDefinition initialValue="FF000000" name="PushedTextColour" redrawOnWrite="true" />
     282        <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" />
    303283        <ImagerySection name="label">
    304284            <TextComponent>
    305285                <Area>
    306                     <Dim type="LeftEdge" >
    307                         <ImageDim imageset="WindowsLook" image="CheckboxNormal" dimension="Width">
    308                             <DimOperator op="Add">
    309                                 <AbsoluteDim value="4" />
    310                             </DimOperator>
    311                         </ImageDim>
    312                     </Dim>
    313                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    314                     <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
    315                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     286                    <Dim type="LeftEdge">
     287                        <OperatorDim op="Add">
     288                            <ImageDim dimension="Width" name="WindowsLook/CheckboxNormal" />
     289                            <AbsoluteDim value="4" />
     290                        </OperatorDim>
     291                    </Dim>
     292                    <Dim type="TopEdge">
     293                        <AbsoluteDim value="0" />
     294                    </Dim>
     295                    <Dim type="RightEdge">
     296                        <UnifiedDim scale="1" type="Width" />
     297                    </Dim>
     298                    <Dim type="Height">
     299                        <UnifiedDim scale="1" type="Height" />
     300                    </Dim>
    316301                </Area>
    317302                <VertFormat type="CentreAligned" />
     
    322307            <ImageryComponent>
    323308                <Area>
    324                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    325                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    326                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    327                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    328                 </Area>
    329                 <Image imageset="WindowsLook" image="CheckboxNormal" />
     309                    <Dim type="LeftEdge">
     310                        <AbsoluteDim value="0" />
     311                    </Dim>
     312                    <Dim type="TopEdge">
     313                        <AbsoluteDim value="0" />
     314                    </Dim>
     315                    <Dim type="Width">
     316                        <UnifiedDim scale="1" type="Width" />
     317                    </Dim>
     318                    <Dim type="Height">
     319                        <UnifiedDim scale="1" type="Height" />
     320                    </Dim>
     321                </Area>
     322                <Image name="WindowsLook/CheckboxNormal" />
    330323                <VertFormat type="CentreAligned" />
    331324                <HorzFormat type="LeftAligned" />
     
    335328            <ImageryComponent>
    336329                <Area>
    337                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    338                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    339                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    340                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    341                 </Area>
    342                 <Image imageset="WindowsLook" image="CheckboxHover" />
     330                    <Dim type="LeftEdge">
     331                        <AbsoluteDim value="0" />
     332                    </Dim>
     333                    <Dim type="TopEdge">
     334                        <AbsoluteDim value="0" />
     335                    </Dim>
     336                    <Dim type="Width">
     337                        <UnifiedDim scale="1" type="Width" />
     338                    </Dim>
     339                    <Dim type="Height">
     340                        <UnifiedDim scale="1" type="Height" />
     341                    </Dim>
     342                </Area>
     343                <Image name="WindowsLook/CheckboxHover" />
    343344                <VertFormat type="CentreAligned" />
    344345                <HorzFormat type="LeftAligned" />
     
    348349            <ImageryComponent>
    349350                <Area>
    350                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    351                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    352                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    353                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    354                 </Area>
    355                 <Image imageset="WindowsLook" image="CheckboxMark" />
     351                    <Dim type="LeftEdge">
     352                        <AbsoluteDim value="0" />
     353                    </Dim>
     354                    <Dim type="TopEdge">
     355                        <AbsoluteDim value="0" />
     356                    </Dim>
     357                    <Dim type="Width">
     358                        <UnifiedDim scale="1" type="Width" />
     359                    </Dim>
     360                    <Dim type="Height">
     361                        <UnifiedDim scale="1" type="Height" />
     362                    </Dim>
     363                </Area>
     364                <Image name="WindowsLook/CheckboxMark" />
    356365                <VertFormat type="CentreAligned" />
    357366                <HorzFormat type="LeftAligned" />
     
    393402        </StateImagery>
    394403    </WidgetLook>
    395 
    396 
    397     <!--
    398     ***************************************************
    399         WindowsLook/SystemButton
    400     ***************************************************
    401     -->
    402404    <WidgetLook name="WindowsLook/SystemButton">
    403         <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />
    404         <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />
    405         <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />
     405        <PropertyDefinition initialValue="" name="NormalImage" redrawOnWrite="true" />
     406        <PropertyDefinition initialValue="" name="HoverImage" redrawOnWrite="true" />
     407        <PropertyDefinition initialValue="" name="PushedImage" redrawOnWrite="true" />
    406408        <Property name="WantsMultiClickEvents" value="False" />
    407409        <ImagerySection name="normal">
     
    486488            <Layer>
    487489                <Section section="normal">
    488                     <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" />
     490                    <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" />
    489491                </Section>
    490492            </Layer>
    491493        </StateImagery>
    492494    </WidgetLook>
    493 
    494 
    495     <!--
    496     ***************************************************
    497         WindowsLook/ComboDropList
    498     ***************************************************
    499     -->
    500495    <WidgetLook name="WindowsLook/ComboDropList">
    501496        <NamedArea name="ItemRenderingArea">
    502497            <Area>
    503                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    504                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    505                 <Dim type="RightEdge" >
    506                     <UnifiedDim scale="1" type="RightEdge">
    507                         <DimOperator op="Subtract">
    508                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    509                         </DimOperator>
    510                     </UnifiedDim>
    511                 </Dim>
    512                 <Dim type="BottomEdge" >
    513                     <UnifiedDim scale="1" type="BottomEdge">
    514                         <DimOperator op="Subtract">
    515                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    516                         </DimOperator>
    517                     </UnifiedDim>
     498                <Dim type="LeftEdge">
     499                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     500                </Dim>
     501                <Dim type="TopEdge">
     502                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     503                </Dim>
     504                <Dim type="RightEdge">
     505                    <OperatorDim op="Subtract">
     506                        <UnifiedDim scale="1" type="RightEdge" />
     507                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     508                    </OperatorDim>
     509                </Dim>
     510                <Dim type="BottomEdge">
     511                    <OperatorDim op="Subtract">
     512                        <UnifiedDim scale="1" type="BottomEdge" />
     513                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     514                    </OperatorDim>
    518515                </Dim>
    519516            </Area>
     
    521518        <NamedArea name="ItemRenderingAreaHScroll">
    522519            <Area>
    523                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    524                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    525                 <Dim type="RightEdge" >
    526                     <UnifiedDim scale="1" type="RightEdge">
    527                         <DimOperator op="Subtract">
    528                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    529                         </DimOperator>
    530                     </UnifiedDim>
    531                 </Dim>
    532                 <Dim type="BottomEdge" >
    533                     <UnifiedDim scale="1" offset="-16" type="BottomEdge" />
     520                <Dim type="LeftEdge">
     521                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     522                </Dim>
     523                <Dim type="TopEdge">
     524                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     525                </Dim>
     526                <Dim type="RightEdge">
     527                    <OperatorDim op="Subtract">
     528                        <UnifiedDim scale="1" type="RightEdge" />
     529                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     530                    </OperatorDim>
     531                </Dim>
     532                <Dim type="BottomEdge">
     533                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
    534534                </Dim>
    535535            </Area>
     
    537537        <NamedArea name="ItemRenderingAreaVScroll">
    538538            <Area>
    539                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    540                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    541                 <Dim type="RightEdge" >
    542                     <UnifiedDim scale="1" offset="-16" type="RightEdge" />
    543                 </Dim>
    544                 <Dim type="BottomEdge" >
    545                     <UnifiedDim scale="1" type="BottomEdge">
    546                         <DimOperator op="Subtract">
    547                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    548                         </DimOperator>
    549                     </UnifiedDim>
     539                <Dim type="LeftEdge">
     540                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     541                </Dim>
     542                <Dim type="TopEdge">
     543                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     544                </Dim>
     545                <Dim type="RightEdge">
     546                    <UnifiedDim offset="-16" scale="1" type="RightEdge" />
     547                </Dim>
     548                <Dim type="BottomEdge">
     549                    <OperatorDim op="Subtract">
     550                        <UnifiedDim scale="1" type="BottomEdge" />
     551                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     552                    </OperatorDim>
    550553                </Dim>
    551554            </Area>
     
    553556        <NamedArea name="ItemRenderingAreaHVScroll">
    554557            <Area>
    555                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    556                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    557                 <Dim type="RightEdge" >
    558                     <UnifiedDim scale="1" offset="-16" type="RightEdge" />
    559                 </Dim>
    560                 <Dim type="BottomEdge" >
    561                     <UnifiedDim scale="1" offset="-16" type="BottomEdge" />
     558                <Dim type="LeftEdge">
     559                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     560                </Dim>
     561                <Dim type="TopEdge">
     562                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     563                </Dim>
     564                <Dim type="RightEdge">
     565                    <UnifiedDim offset="-16" scale="1" type="RightEdge" />
     566                </Dim>
     567                <Dim type="BottomEdge">
     568                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
    562569                </Dim>
    563570            </Area>
    564571        </NamedArea>
    565         <Child  type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    566             <Area>
    567                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    568                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    569                 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim>
    570                 <Dim type="Height" ><AbsoluteDim value="16" /></Dim>
     572        <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
     573            <Area>
     574                <Dim type="LeftEdge">
     575                    <AbsoluteDim value="0" />
     576                </Dim>
     577                <Dim type="TopEdge">
     578                    <AbsoluteDim value="0" />
     579                </Dim>
     580                <Dim type="Width">
     581                    <UnifiedDim offset="-16" scale="1" type="Width" />
     582                </Dim>
     583                <Dim type="Height">
     584                    <AbsoluteDim value="16" />
     585                </Dim>
    571586            </Area>
    572587            <VertAlignment type="BottomAligned" />
    573588        </Child>
    574         <Child  type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    575             <Area>
    576                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    577                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    578                 <Dim type="Width" ><AbsoluteDim value="16" /></Dim>
    579                 <Dim type="Height" ><UnifiedDim scale="1" offset="-16" type="Height" /></Dim>
     589        <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
     590            <Area>
     591                <Dim type="LeftEdge">
     592                    <AbsoluteDim value="0" />
     593                </Dim>
     594                <Dim type="TopEdge">
     595                    <AbsoluteDim value="0" />
     596                </Dim>
     597                <Dim type="Width">
     598                    <AbsoluteDim value="16" />
     599                </Dim>
     600                <Dim type="Height">
     601                    <UnifiedDim offset="-16" scale="1" type="Height" />
     602                </Dim>
    580603            </Area>
    581604            <HorzAlignment type="RightAligned" />
     
    584607            <FrameComponent>
    585608                <Area>
    586                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    587                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    588                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    589                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    590                 </Area>
    591                 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" />
    592                 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" />
    593                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" />
    594                 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" />
    595                 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" />
    596                 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" />
    597                 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" />
    598                 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" />
    599                 <Image type="Background" imageset="WindowsLook" image="Background" />
     609                    <Dim type="LeftEdge">
     610                        <AbsoluteDim value="0" />
     611                    </Dim>
     612                    <Dim type="TopEdge">
     613                        <AbsoluteDim value="0" />
     614                    </Dim>
     615                    <Dim type="Width">
     616                        <UnifiedDim scale="1" type="Width" />
     617                    </Dim>
     618                    <Dim type="Height">
     619                        <UnifiedDim scale="1" type="Height" />
     620                    </Dim>
     621                </Area>
     622                <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" />
     623                <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" />
     624                <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" />
     625                <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" />
     626                <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" />
     627                <Image component="RightEdge" name="WindowsLook/StaticFrameRight" />
     628                <Image component="TopEdge" name="WindowsLook/StaticFrameTop" />
     629                <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" />
     630                <Image component="Background" name="WindowsLook/Background" />
    600631            </FrameComponent>
    601632        </ImagerySection>
     
    611642        </StateImagery>
    612643    </WidgetLook>
    613 
    614 
    615     <!--
    616     ***************************************************
    617         WindowsLook/Combobox
    618     ***************************************************
    619     -->
    620644    <WidgetLook name="WindowsLook/Combobox">
    621         <PropertyLinkDefinition name="NormalEditTextColour" widget="__auto_editbox__" targetProperty="NormalTextColour" initialValue="FF000000" />
    622         <PropertyLinkDefinition name="SelectedEditTextColour" widget="__auto_editbox__" targetProperty="SelectedTextColour" initialValue="FFFFFFFF" />
    623         <PropertyLinkDefinition name="ActiveEditSelectionColour" widget="__auto_editbox__" targetProperty="ActiveSelectionColour" initialValue="FF607FFF" />
    624         <PropertyLinkDefinition name="InactiveEditSelectionColour" widget="__auto_editbox__" targetProperty="InactiveSelectionColour" initialValue="FF808080" />
    625         <Child  type="WindowsLook/Editbox" nameSuffix="__auto_editbox__">
    626             <Area>
    627                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    628                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    629                 <Dim type="RightEdge" >
    630                     <UnifiedDim scale="1" type="RightEdge">
    631                         <DimOperator op="Subtract">
    632                             <ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height">
    633                                 <DimOperator op="Add">
    634                                     <ImageDim imageset="WindowsLook" image="EditFrameBottom" dimension="Height">
    635                                         <DimOperator op="Add">
    636                                             <FontDim type="LineSpacing">
    637                                                 <DimOperator op="Multiply">
    638                                                     <AbsoluteDim value="1.5" />
    639                                                 </DimOperator>
    640                                             </FontDim>
    641                                         </DimOperator>
    642                                     </ImageDim>
    643                                 </DimOperator>
    644                             </ImageDim>
    645                         </DimOperator>
    646                     </UnifiedDim>
    647                 </Dim>
    648                 <Dim type="Height" >
    649                     <ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height">
    650                         <DimOperator op="Add">
    651                             <ImageDim imageset="WindowsLook" image="EditFrameBottom" dimension="Height">
    652                                 <DimOperator op="Add">
    653                                     <FontDim type="LineSpacing">
    654                                         <DimOperator op="Multiply">
    655                                             <AbsoluteDim value="1.5" />
    656                                         </DimOperator>
    657                                     </FontDim>
    658                                 </DimOperator>
    659                             </ImageDim>
    660                         </DimOperator>
    661                     </ImageDim>
     645        <PropertyLinkDefinition initialValue="FF000000" name="NormalEditTextColour" targetProperty="NormalTextColour" widget="__auto_editbox__" />
     646        <PropertyLinkDefinition initialValue="FFFFFFFF" name="SelectedEditTextColour" targetProperty="SelectedTextColour" widget="__auto_editbox__" />
     647        <PropertyLinkDefinition initialValue="FF607FFF" name="ActiveEditSelectionColour" targetProperty="ActiveSelectionColour" widget="__auto_editbox__" />
     648        <PropertyLinkDefinition initialValue="FF808080" name="InactiveEditSelectionColour" targetProperty="InactiveSelectionColour" widget="__auto_editbox__" />
     649        <Child nameSuffix="__auto_editbox__" type="WindowsLook/Editbox">
     650            <Area>
     651                <Dim type="LeftEdge">
     652                    <AbsoluteDim value="0" />
     653                </Dim>
     654                <Dim type="TopEdge">
     655                    <AbsoluteDim value="0" />
     656                </Dim>
     657                <Dim type="RightEdge">
     658                    <OperatorDim op="Subtract">
     659                        <UnifiedDim scale="1" type="RightEdge" />
     660                        <OperatorDim op="Add">
     661                            <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" />
     662                            <OperatorDim op="Add">
     663                                <ImageDim dimension="Height" name="WindowsLook/EditFrameBottom" />
     664                                <OperatorDim op="Multiply">
     665                                    <FontDim type="LineSpacing" />
     666                                    <AbsoluteDim value="1.5" />
     667                                </OperatorDim>
     668                            </OperatorDim>
     669                        </OperatorDim>
     670                    </OperatorDim>
     671                </Dim>
     672                <Dim type="Height">
     673                    <OperatorDim op="Add">
     674                        <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" />
     675                        <OperatorDim op="Add">
     676                            <ImageDim dimension="Height" name="WindowsLook/EditFrameBottom" />
     677                            <OperatorDim op="Multiply">
     678                                <FontDim type="LineSpacing" />
     679                                <AbsoluteDim value="1.5" />
     680                            </OperatorDim>
     681                        </OperatorDim>
     682                    </OperatorDim>
    662683                </Dim>
    663684            </Area>
    664685        </Child>
    665         <Child  type="WindowsLook/ComboDropList" nameSuffix="__auto_droplist__">
    666             <Area>
    667                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    668                 <Dim type="TopEdge" ><WidgetDim widget="__auto_editbox__" dimension="BottomEdge" /></Dim>
    669                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    670                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
     686        <Child nameSuffix="__auto_droplist__" type="WindowsLook/ComboDropList">
     687            <Area>
     688                <Dim type="LeftEdge">
     689                    <AbsoluteDim value="0" />
     690                </Dim>
     691                <Dim type="TopEdge">
     692                    <WidgetDim dimension="BottomEdge" widget="__auto_editbox__" />
     693                </Dim>
     694                <Dim type="Width">
     695                    <UnifiedDim scale="1" type="Width" />
     696                </Dim>
     697                <Dim type="BottomEdge">
     698                    <UnifiedDim scale="1" type="BottomEdge" />
     699                </Dim>
    671700            </Area>
    672701        </Child>
    673         <Child  type="WindowsLook/IconButton" nameSuffix="__auto_button__">
    674             <Area>
    675                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    676                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    677                 <Dim type="Width" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
    678                 <Dim type="Height" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
     702        <Child nameSuffix="__auto_button__" type="WindowsLook/IconButton">
     703            <Area>
     704                <Dim type="LeftEdge">
     705                    <AbsoluteDim value="0" />
     706                </Dim>
     707                <Dim type="TopEdge">
     708                    <AbsoluteDim value="0" />
     709                </Dim>
     710                <Dim type="Width">
     711                    <WidgetDim dimension="Height" widget="__auto_editbox__" />
     712                </Dim>
     713                <Dim type="Height">
     714                    <WidgetDim dimension="Height" widget="__auto_editbox__" />
     715                </Dim>
    679716            </Area>
    680717            <HorzAlignment type="RightAligned" />
    681             <Property name="IconImage" value="set:WindowsLook image:LargeDownArrow" />
     718            <Property name="IconImage" value="WindowsLook/LargeDownArrow" />
    682719        </Child>
    683720        <StateImagery name="Enabled" />
    684721        <StateImagery name="Disabled" />
    685722    </WidgetLook>
    686 
    687 
    688     <!--
    689     ***************************************************
    690         WindowsLook/Editbox
    691     ***************************************************
    692     -->
    693723    <WidgetLook name="WindowsLook/Editbox">
    694         <PropertyDefinition name="ReadOnlyBGColour" initialValue="FFDFDFDF" redrawOnWrite="true" />
    695         <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />
    696         <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    697         <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
    698         <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
    699         <Property name="MouseCursorImage" value="set:WindowsLook image:MouseTextBar" />
     724        <PropertyDefinition initialValue="FFDFDFDF" name="ReadOnlyBGColour" redrawOnWrite="true" />
     725        <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" />
     726        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
     727        <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" />
     728        <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" />
     729        <Property name="MouseCursorImage" value="WindowsLook/MouseTextBar" />
    700730        <NamedArea name="TextArea">
    701731            <Area>
    702                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
    703                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
    704                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim>
    705                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim>
     732                <Dim type="LeftEdge">
     733                    <AbsoluteDim value="5" />
     734                </Dim>
     735                <Dim type="TopEdge">
     736                    <AbsoluteDim value="5" />
     737                </Dim>
     738                <Dim type="RightEdge">
     739                    <UnifiedDim offset="-5" scale="1.0" type="RightEdge" />
     740                </Dim>
     741                <Dim type="BottomEdge">
     742                    <UnifiedDim offset="-5" scale="1.0" type="BottomEdge" />
     743                </Dim>
    706744            </Area>
    707745        </NamedArea>
     
    709747            <FrameComponent>
    710748                <Area>
    711                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    712                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    713                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    714                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    715                 </Area>
    716                 <Image type="TopLeftCorner" imageset="WindowsLook" image="EditFrameTopLeft" />
    717                 <Image type="TopRightCorner" imageset="WindowsLook" image="EditFrameTopRight" />
    718                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="EditFrameBottomLeft" />
    719                 <Image type="BottomRightCorner" imageset="WindowsLook" image="EditFrameBottomRight" />
    720                 <Image type="LeftEdge" imageset="WindowsLook" image="EditFrameLeft" />
    721                 <Image type="TopEdge" imageset="WindowsLook" image="EditFrameTop" />
    722                 <Image type="RightEdge" imageset="WindowsLook" image="EditFrameRight" />
    723                 <Image type="BottomEdge" imageset="WindowsLook" image="EditFrameBottom" />
    724                 <Image type="Background" imageset="WindowsLook" image="Background" />
     749                    <Dim type="LeftEdge">
     750                        <AbsoluteDim value="0" />
     751                    </Dim>
     752                    <Dim type="TopEdge">
     753                        <AbsoluteDim value="0" />
     754                    </Dim>
     755                    <Dim type="Width">
     756                        <UnifiedDim scale="1" type="Width" />
     757                    </Dim>
     758                    <Dim type="Height">
     759                        <UnifiedDim scale="1" type="Height" />
     760                    </Dim>
     761                </Area>
     762                <Image component="TopLeftCorner" name="WindowsLook/EditFrameTopLeft" />
     763                <Image component="TopRightCorner" name="WindowsLook/EditFrameTopRight" />
     764                <Image component="BottomLeftCorner" name="WindowsLook/EditFrameBottomLeft" />
     765                <Image component="BottomRightCorner" name="WindowsLook/EditFrameBottomRight" />
     766                <Image component="LeftEdge" name="WindowsLook/EditFrameLeft" />
     767                <Image component="TopEdge" name="WindowsLook/EditFrameTop" />
     768                <Image component="RightEdge" name="WindowsLook/EditFrameRight" />
     769                <Image component="BottomEdge" name="WindowsLook/EditFrameBottom" />
     770                <Image component="Background" name="WindowsLook/Background" />
    725771            </FrameComponent>
    726772        </ImagerySection>
     
    728774            <ImageryComponent>
    729775                <Area>
    730                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    731                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    732                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    733                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    734                 </Area>
    735                 <Image imageset="WindowsLook" image="Background" />
     776                    <Dim type="LeftEdge">
     777                        <AbsoluteDim value="0" />
     778                    </Dim>
     779                    <Dim type="TopEdge">
     780                        <AbsoluteDim value="0" />
     781                    </Dim>
     782                    <Dim type="RightEdge">
     783                        <UnifiedDim scale="1.0" type="RightEdge" />
     784                    </Dim>
     785                    <Dim type="BottomEdge">
     786                        <UnifiedDim scale="1.0" type="BottomEdge" />
     787                    </Dim>
     788                </Area>
     789                <Image name="WindowsLook/Background" />
    736790                <VertFormat type="Stretched" />
    737791                <HorzFormat type="Stretched" />
    738792            </ImageryComponent>
    739793        </ImagerySection>
    740         <ImagerySection name="Carat">
     794        <ImagerySection name="Caret">
    741795            <ImageryComponent>
    742796                <Area>
    743                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    744                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    745                     <Dim type="Width" ><ImageDim imageset="WindowsLook" image="EditBoxCarat" dimension="Width" /></Dim>
    746                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    747                 </Area>
    748                 <Image imageset="WindowsLook" image="EditBoxCarat" />
     797                    <Dim type="LeftEdge">
     798                        <AbsoluteDim value="0" />
     799                    </Dim>
     800                    <Dim type="TopEdge">
     801                        <AbsoluteDim value="0" />
     802                    </Dim>
     803                    <Dim type="Width">
     804                        <ImageDim dimension="Width" name="WindowsLook/EditBoxCarat" />
     805                    </Dim>
     806                    <Dim type="BottomEdge">
     807                        <UnifiedDim scale="1.0" type="BottomEdge" />
     808                    </Dim>
     809                </Area>
     810                <Image name="WindowsLook/EditBoxCarat" />
    749811                <VertFormat type="Stretched" />
    750812                <HorzFormat type="Stretched" />
     
    785847        </StateImagery>
    786848    </WidgetLook>
    787 
    788 
    789     <!--
    790     ***************************************************
    791         WindowsLook/FrameWindow
    792     ***************************************************
    793     -->
    794849    <WidgetLook name="WindowsLook/FrameWindow">
    795         <PropertyLinkDefinition name="CaptionColour" widget="__auto_titlebar__" targetProperty="CaptionColour" initialValue="FF000000" />
    796         <PropertyLinkDefinition name="TitlebarFont" widget="__auto_titlebar__" targetProperty="Font" />
    797         <Property name="NSSizingCursorImage" value="set:WindowsLook image:MouseNoSoCursor" />
    798         <Property name="EWSizingCursorImage" value="set:WindowsLook image:MouseEsWeCursor" />
    799         <Property name="NWSESizingCursorImage" value="set:WindowsLook image:MouseNwSeCursor" />
    800         <Property name="NESWSizingCursorImage" value="set:WindowsLook image:MouseNeSwCursor" />
    801         <Property name="UnifiedMinSize" value="{{0.1,0},{0.1,0}}" />
     850        <PropertyLinkDefinition initialValue="FF000000" name="CaptionColour" targetProperty="CaptionColour" widget="__auto_titlebar__" />
     851        <PropertyLinkDefinition name="TitlebarFont" targetProperty="Font" widget="__auto_titlebar__" />
     852        <Property name="NSSizingCursorImage" value="WindowsLook/MouseNoSoCursor" />
     853        <Property name="EWSizingCursorImage" value="WindowsLook/MouseEsWeCursor" />
     854        <Property name="NWSESizingCursorImage" value="WindowsLook/MouseNwSeCursor" />
     855        <Property name="NESWSizingCursorImage" value="WindowsLook/MouseNeSwCursor" />
     856        <Property name="MinSize" value="{{0.1,0},{0.1,0}}" />
    802857        <NamedArea name="ClientWithTitleWithFrame">
    803858            <Area>
    804859                <Dim type="LeftEdge">
    805                     <ImageDim imageset="WindowsLook" image="WindowFrameLeft" dimension="Width" />
    806                 </Dim>
    807                 <Dim type="TopEdge">
    808                     <WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" />
     860                    <ImageDim dimension="Width" name="WindowsLook/WindowFrameLeft" />
     861                </Dim>
     862                <Dim type="TopEdge">
     863                    <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
    809864                </Dim>
    810865                <Dim type="RightEdge">
    811                     <UnifiedDim scale="1" type="RightEdge">
    812                         <DimOperator op="Subtract">
    813                             <ImageDim imageset="WindowsLook" image="WindowFrameRight" dimension="Width" />
    814                         </DimOperator>
    815                     </UnifiedDim>
     866                    <OperatorDim op="Subtract">
     867                        <UnifiedDim scale="1" type="RightEdge" />
     868                        <ImageDim dimension="Width" name="WindowsLook/WindowFrameRight" />
     869                    </OperatorDim>
    816870                </Dim>
    817871                <Dim type="BottomEdge">
    818                     <UnifiedDim scale="1" type="BottomEdge">
    819                         <DimOperator op="Subtract">
    820                             <ImageDim imageset="WindowsLook" image="WindowFrameBottom" dimension="Height" />
    821                         </DimOperator>
    822                     </UnifiedDim>
     872                    <OperatorDim op="Subtract">
     873                        <UnifiedDim scale="1" type="BottomEdge" />
     874                        <ImageDim dimension="Height" name="WindowsLook/WindowFrameBottom" />
     875                    </OperatorDim>
    823876                </Dim>
    824877            </Area>
     
    830883                </Dim>
    831884                <Dim type="TopEdge">
    832                     <WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" />
     885                    <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
    833886                </Dim>
    834887                <Dim type="RightEdge">
     
    843896            <Area>
    844897                <Dim type="LeftEdge">
    845                     <ImageDim imageset="WindowsLook" image="WindowFrameLeft" dimension="Width" />
    846                 </Dim>
    847                 <Dim type="TopEdge">
    848                     <ImageDim imageset="WindowsLook" image="WindowFrameTop" dimension="Height" />
     898                    <ImageDim dimension="Width" name="WindowsLook/WindowFrameLeft" />
     899                </Dim>
     900                <Dim type="TopEdge">
     901                    <ImageDim dimension="Height" name="WindowsLook/WindowFrameTop" />
    849902                </Dim>
    850903                <Dim type="RightEdge">
    851                     <UnifiedDim scale="1" type="RightEdge">
    852                         <DimOperator op="Subtract">
    853                             <ImageDim imageset="WindowsLook" image="WindowFrameRight" dimension="Width" />
    854                         </DimOperator>
    855                     </UnifiedDim>
     904                    <OperatorDim op="Subtract">
     905                        <UnifiedDim scale="1" type="RightEdge" />
     906                        <ImageDim dimension="Width" name="WindowsLook/WindowFrameRight" />
     907                    </OperatorDim>
    856908                </Dim>
    857909                <Dim type="BottomEdge">
    858                     <UnifiedDim scale="1" type="BottomEdge">
    859                         <DimOperator op="Subtract">
    860                             <ImageDim imageset="WindowsLook" image="WindowFrameBottom" dimension="Height" />
    861                         </DimOperator>
    862                     </UnifiedDim>
     910                    <OperatorDim op="Subtract">
     911                        <UnifiedDim scale="1" type="BottomEdge" />
     912                        <ImageDim dimension="Height" name="WindowsLook/WindowFrameBottom" />
     913                    </OperatorDim>
    863914                </Dim>
    864915            </Area>
     
    880931            </Area>
    881932        </NamedArea>
    882         <Child type="WindowsLook/Titlebar" nameSuffix="__auto_titlebar__">
     933        <Child nameSuffix="__auto_titlebar__" type="WindowsLook/Titlebar">
    883934            <Area>
    884935                <Dim type="LeftEdge">
     
    892943                </Dim>
    893944                <Dim type="Height">
    894                     <FontDim widget="__auto_titlebar__" type="LineSpacing">
    895                         <DimOperator op="Multiply">
    896                             <AbsoluteDim value="1.5" />
    897                         </DimOperator>
    898                     </FontDim>
     945                    <OperatorDim op="Multiply">
     946                        <FontDim type="LineSpacing" widget="__auto_titlebar__" />
     947                        <AbsoluteDim value="1.5" />
     948                    </OperatorDim>
    899949                </Dim>
    900950            </Area>
    901951            <Property name="AlwaysOnTop" value="False" />
    902952        </Child>
    903         <Child type="WindowsLook/SystemButton" nameSuffix="__auto_closebutton__">
    904             <Area>
    905                 <Dim type="LeftEdge">
    906                     <UnifiedDim scale="1" type="LeftEdge">
    907                         <DimOperator op="Subtract">
    908                             <AbsoluteDim value="0.5">
    909                                 <DimOperator op="Multiply">
    910                                     <ImageDim imageset="WindowsLook" image="CloseButtonNormal" dimension="Width">
    911                                         <DimOperator op="Add">
    912                                             <WidgetDim widget="__auto_titlebar__" dimension="Height" />
    913                                         </DimOperator>
    914                                     </ImageDim>
    915                                 </DimOperator>
    916                             </AbsoluteDim>
    917                         </DimOperator>
    918                     </UnifiedDim>
    919                 </Dim>
    920                 <Dim type="TopEdge">
    921                     <WidgetDim widget="__auto_titlebar__" dimension="Height">
    922                         <DimOperator op="Subtract">
    923                             <AbsoluteDim value="0.5">
    924                                 <DimOperator op="Multiply">
    925                                     <WidgetDim widget="__auto_titlebar__" dimension="Height">
    926                                         <DimOperator op="Add">
    927                                             <ImageDim imageset="WindowsLook" image="CloseButtonNormal" dimension="Height" />
    928                                         </DimOperator>
    929                                     </WidgetDim>
    930                                 </DimOperator>
    931                             </AbsoluteDim>
    932                         </DimOperator>
    933                     </WidgetDim>
     953        <Child nameSuffix="__auto_closebutton__" type="WindowsLook/SystemButton">
     954            <Area>
     955                <Dim type="LeftEdge">
     956                    <OperatorDim op="Subtract">
     957                        <UnifiedDim scale="1" type="LeftEdge" />
     958                        <OperatorDim op="Multiply">
     959                            <AbsoluteDim value="0.5" />
     960                            <OperatorDim op="Add">
     961                                <ImageDim dimension="Width" name="WindowsLook/CloseButtonNormal" />
     962                                <WidgetDim dimension="Height" widget="__auto_titlebar__" />
     963                            </OperatorDim>
     964                        </OperatorDim>
     965                    </OperatorDim>
     966                </Dim>
     967                <Dim type="TopEdge">
     968                    <OperatorDim op="Subtract">
     969                        <WidgetDim dimension="Height" widget="__auto_titlebar__" />
     970                        <OperatorDim op="Multiply">
     971                            <AbsoluteDim value="0.5" />
     972                            <OperatorDim op="Add">
     973                                <WidgetDim dimension="Height" widget="__auto_titlebar__" />
     974                                <ImageDim dimension="Height" name="WindowsLook/CloseButtonNormal" />
     975                            </OperatorDim>
     976                        </OperatorDim>
     977                    </OperatorDim>
    934978                </Dim>
    935979                <Dim type="Width">
    936                     <ImageDim imageset="WindowsLook" image="CloseButtonNormal" dimension="Width" />
     980                    <ImageDim dimension="Width" name="WindowsLook/CloseButtonNormal" />
    937981                </Dim>
    938982                <Dim type="Height">
    939                     <ImageDim imageset="WindowsLook" image="CloseButtonNormal" dimension="Height" />
     983                    <ImageDim dimension="Height" name="WindowsLook/CloseButtonNormal" />
    940984                </Dim>
    941985            </Area>
    942986            <Property name="AlwaysOnTop" value="True" />
    943             <Property name="NormalImage" value="set:WindowsLook image:CloseButtonNormal" />
    944             <Property name="HoverImage" value="set:WindowsLook image:CloseButtonHover" />
    945             <Property name="PushedImage" value="set:WindowsLook image:CloseButtonPushed" />
     987            <Property name="NormalImage" value="WindowsLook/CloseButtonNormal" />
     988            <Property name="HoverImage" value="WindowsLook/CloseButtonHover" />
     989            <Property name="PushedImage" value="WindowsLook/CloseButtonPushed" />
    946990        </Child>
    947991        <ImagerySection name="withtitle_frame">
     
    952996                    </Dim>
    953997                    <Dim type="TopEdge">
    954                         <WidgetDim widget="__auto_titlebar__" dimension="Height" />
     998                        <WidgetDim dimension="Height" widget="__auto_titlebar__" />
    955999                    </Dim>
    9561000                    <Dim type="RightEdge">
     
    9611005                    </Dim>
    9621006                </Area>
    963                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="WindowFrameBottomLeft" />
    964                 <Image type="BottomRightCorner" imageset="WindowsLook" image="WindowFrameBottomRight" />
    965                 <Image type="LeftEdge" imageset="WindowsLook" image="WindowFrameLeft" />
    966                 <Image type="RightEdge" imageset="WindowsLook" image="WindowFrameRight" />
    967                 <Image type="BottomEdge" imageset="WindowsLook" image="WindowFrameBottom" />
     1007                <Image component="BottomLeftCorner" name="WindowsLook/WindowFrameBottomLeft" />
     1008                <Image component="BottomRightCorner" name="WindowsLook/WindowFrameBottomRight" />
     1009                <Image component="LeftEdge" name="WindowsLook/WindowFrameLeft" />
     1010                <Image component="RightEdge" name="WindowsLook/WindowFrameRight" />
     1011                <Image component="BottomEdge" name="WindowsLook/WindowFrameBottom" />
    9681012            </FrameComponent>
    9691013        </ImagerySection>
     
    9841028                    </Dim>
    9851029                </Area>
    986                 <Image type="TopLeftCorner" imageset="WindowsLook" image="WindowFrameTopLeft" />
    987                 <Image type="TopRightCorner" imageset="WindowsLook" image="WindowFrameTopRight" />
    988                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="WindowFrameBottomLeft" />
    989                 <Image type="BottomRightCorner" imageset="WindowsLook" image="WindowFrameBottomRight" />
    990                 <Image type="LeftEdge" imageset="WindowsLook" image="WindowFrameLeft" />
    991                 <Image type="TopEdge" imageset="WindowsLook" image="WindowFrameTop" />
    992                 <Image type="RightEdge" imageset="WindowsLook" image="WindowFrameRight" />
    993                 <Image type="BottomEdge" imageset="WindowsLook" image="WindowFrameBottom" />
     1030                <Image component="TopLeftCorner" name="WindowsLook/WindowFrameTopLeft" />
     1031                <Image component="TopRightCorner" name="WindowsLook/WindowFrameTopRight" />
     1032                <Image component="BottomLeftCorner" name="WindowsLook/WindowFrameBottomLeft" />
     1033                <Image component="BottomRightCorner" name="WindowsLook/WindowFrameBottomRight" />
     1034                <Image component="LeftEdge" name="WindowsLook/WindowFrameLeft" />
     1035                <Image component="TopEdge" name="WindowsLook/WindowFrameTop" />
     1036                <Image component="RightEdge" name="WindowsLook/WindowFrameRight" />
     1037                <Image component="BottomEdge" name="WindowsLook/WindowFrameBottom" />
    9941038            </FrameComponent>
    9951039        </ImagerySection>
    9961040        <ImagerySection name="withtitle_withframe_client_area">
    997             <Colours topLeft="FFDFDFF5" topRight="FFDFEFF5" bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" />
     1041            <Colours bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" topLeft="FFDFDFF5" topRight="FFDFEFF5" />
    9981042            <ImageryComponent>
    9991043                <Area>
    10001044                    <Dim type="LeftEdge">
    1001                         <ImageDim imageset="WindowsLook" image="WindowFrameLeft" dimension="Width" />
    1002                     </Dim>
    1003                     <Dim type="TopEdge">
    1004                         <WidgetDim widget="__auto_titlebar__" dimension="Height" />
     1045                        <ImageDim dimension="Width" name="WindowsLook/WindowFrameLeft" />
     1046                    </Dim>
     1047                    <Dim type="TopEdge">
     1048                        <WidgetDim dimension="Height" widget="__auto_titlebar__" />
    10051049                    </Dim>
    10061050                    <Dim type="RightEdge">
    1007                         <UnifiedDim scale="1" type="RightEdge">
    1008                             <DimOperator op="Subtract">
    1009                                 <ImageDim imageset="WindowsLook" image="WindowFrameRight" dimension="Width" />
    1010                             </DimOperator>
    1011                         </UnifiedDim>
    1012                     </Dim>
    1013                     <Dim type="BottomEdge">
    1014                         <UnifiedDim scale="1" type="BottomEdge">
    1015                             <DimOperator op="Subtract">
    1016                                 <ImageDim imageset="WindowsLook" image="WindowFrameBottom" dimension="Height" />
    1017                             </DimOperator>
    1018                         </UnifiedDim>
    1019                     </Dim>
    1020                 </Area>
    1021                 <Image imageset="WindowsLook" image="Background" />
     1051                        <OperatorDim op="Subtract">
     1052                            <UnifiedDim scale="1" type="RightEdge" />
     1053                            <ImageDim dimension="Width" name="WindowsLook/WindowFrameRight" />
     1054                        </OperatorDim>
     1055                    </Dim>
     1056                    <Dim type="BottomEdge">
     1057                        <OperatorDim op="Subtract">
     1058                            <UnifiedDim scale="1" type="BottomEdge" />
     1059                            <ImageDim dimension="Height" name="WindowsLook/WindowFrameBottom" />
     1060                        </OperatorDim>
     1061                    </Dim>
     1062                </Area>
     1063                <Image name="WindowsLook/Background" />
    10221064                <VertFormat type="Stretched" />
    10231065                <HorzFormat type="Stretched" />
     
    10251067        </ImagerySection>
    10261068        <ImagerySection name="notitle_withframe_client_area">
    1027             <Colours topLeft="FFDFDFF5" topRight="FFDFEFF5" bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" />
     1069            <Colours bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" topLeft="FFDFDFF5" topRight="FFDFEFF5" />
    10281070            <ImageryComponent>
    10291071                <Area>
    10301072                    <Dim type="LeftEdge">
    1031                         <ImageDim imageset="WindowsLook" image="WindowFrameLeft" dimension="Width" />
    1032                     </Dim>
    1033                     <Dim type="TopEdge">
    1034                         <ImageDim imageset="WindowsLook" image="WindowFrameTop" dimension="Height" />
     1073                        <ImageDim dimension="Width" name="WindowsLook/WindowFrameLeft" />
     1074                    </Dim>
     1075                    <Dim type="TopEdge">
     1076                        <ImageDim dimension="Height" name="WindowsLook/WindowFrameTop" />
    10351077                    </Dim>
    10361078                    <Dim type="RightEdge">
    1037                         <UnifiedDim scale="1" type="RightEdge">
    1038                             <DimOperator op="Subtract">
    1039                                 <ImageDim imageset="WindowsLook" image="WindowFrameRight" dimension="Width" />
    1040                             </DimOperator>
    1041                         </UnifiedDim>
    1042                     </Dim>
    1043                     <Dim type="BottomEdge">
    1044                         <UnifiedDim scale="1" type="BottomEdge">
    1045                             <DimOperator op="Subtract">
    1046                                 <ImageDim imageset="WindowsLook" image="WindowFrameBottom" dimension="Height" />
    1047                             </DimOperator>
    1048                         </UnifiedDim>
    1049                     </Dim>
    1050                 </Area>
    1051                 <Image imageset="WindowsLook" image="Background" />
     1079                        <OperatorDim op="Subtract">
     1080                            <UnifiedDim scale="1" type="RightEdge" />
     1081                            <ImageDim dimension="Width" name="WindowsLook/WindowFrameRight" />
     1082                        </OperatorDim>
     1083                    </Dim>
     1084                    <Dim type="BottomEdge">
     1085                        <OperatorDim op="Subtract">
     1086                            <UnifiedDim scale="1" type="BottomEdge" />
     1087                            <ImageDim dimension="Height" name="WindowsLook/WindowFrameBottom" />
     1088                        </OperatorDim>
     1089                    </Dim>
     1090                </Area>
     1091                <Image name="WindowsLook/Background" />
    10521092                <VertFormat type="Stretched" />
    10531093                <HorzFormat type="Stretched" />
     
    10551095        </ImagerySection>
    10561096        <ImagerySection name="withtitle_noframe_client_area">
    1057             <Colours topLeft="FFDFDFF5" topRight="FFDFEFF5" bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" />
     1097            <Colours bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" topLeft="FFDFDFF5" topRight="FFDFEFF5" />
    10581098            <ImageryComponent>
    10591099                <Area>
     
    10621102                    </Dim>
    10631103                    <Dim type="TopEdge">
    1064                         <WidgetDim widget="__auto_titlebar__" dimension="Height" />
     1104                        <WidgetDim dimension="Height" widget="__auto_titlebar__" />
    10651105                    </Dim>
    10661106                    <Dim type="RightEdge">
     
    10711111                    </Dim>
    10721112                </Area>
    1073                 <Image imageset="WindowsLook" image="Background" />
     1113                <Image name="WindowsLook/Background" />
    10741114                <VertFormat type="Stretched" />
    10751115                <HorzFormat type="Stretched" />
     
    10771117        </ImagerySection>
    10781118        <ImagerySection name="notitle_noframe_client_area">
    1079             <Colours topLeft="FFDFDFF5" topRight="FFDFEFF5" bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" />
     1119            <Colours bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" topLeft="FFDFDFF5" topRight="FFDFEFF5" />
    10801120            <ImageryComponent>
    10811121                <Area>
     
    10931133                    </Dim>
    10941134                </Area>
    1095                 <Image imageset="WindowsLook" image="Background" />
     1135                <Image name="WindowsLook/Background" />
    10961136                <VertFormat type="Stretched" />
    10971137                <HorzFormat type="Stretched" />
     
    11011141            <Layer>
    11021142                <Section section="withtitle_frame">
    1103                     <Colours topLeft="FFA7C7FF" topRight="FFA7C7FF" bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" />
     1143                    <Colours bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" topLeft="FFA7C7FF" topRight="FFA7C7FF" />
    11041144                </Section>
    11051145                <Section section="withtitle_withframe_client_area" />
     
    11091149            <Layer>
    11101150                <Section section="withtitle_frame">
    1111                     <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />
     1151                    <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" />
    11121152                </Section>
    11131153                <Section section="withtitle_withframe_client_area" />
     
    11171157            <Layer>
    11181158                <Section section="withtitle_frame">
    1119                     <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />
     1159                    <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" />
    11201160                </Section>
    11211161                <Section section="withtitle_withframe_client_area" />
     
    11401180            <Layer>
    11411181                <Section section="notitle_frame">
    1142                     <Colours topLeft="FFA7C7FF" topRight="FFA7C7FF" bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" />
     1182                    <Colours bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" topLeft="FFA7C7FF" topRight="FFA7C7FF" />
    11431183                </Section>
    11441184                <Section section="notitle_withframe_client_area" />
     
    11481188            <Layer>
    11491189                <Section section="notitle_frame">
    1150                     <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />
     1190                    <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" />
    11511191                </Section>
    11521192                <Section section="notitle_withframe_client_area" />
     
    11561196            <Layer>
    11571197                <Section section="notitle_frame">
    1158                     <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />
     1198                    <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" />
    11591199                </Section>
    11601200                <Section section="notitle_withframe_client_area" />
     
    11771217        </StateImagery>
    11781218    </WidgetLook>
    1179 
    1180 
    1181     <!--
    1182     ***************************************************
    1183         WindowsLook/IconButton
    1184     ***************************************************
    1185     -->
    11861219    <WidgetLook name="WindowsLook/IconButton">
    11871220        <PropertyDefinition name="IconImage" redrawOnWrite="true" />
    1188         <PropertyDefinition name="IconColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
     1221        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="IconColours" redrawOnWrite="true" />
    11891222        <Property name="WantsMultiClickEvents" value="False" />
    11901223        <ImagerySection name="icon">
    11911224            <ImageryComponent>
    11921225                <Area>
    1193                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    1194                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    1195                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
    1196                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
     1226                    <Dim type="TopEdge">
     1227                        <AbsoluteDim value="0" />
     1228                    </Dim>
     1229                    <Dim type="LeftEdge">
     1230                        <AbsoluteDim value="0" />
     1231                    </Dim>
     1232                    <Dim type="RightEdge">
     1233                        <UnifiedDim scale="1" type="RightEdge" />
     1234                    </Dim>
     1235                    <Dim type="BottomEdge">
     1236                        <UnifiedDim scale="1" type="BottomEdge" />
     1237                    </Dim>
    11971238                </Area>
    11981239                <ImageProperty name="IconImage" />
     
    12231264            <Layer>
    12241265                <Section look="WindowsLook/Button" section="disabled">
    1225                     <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" />
     1266                    <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" />
    12261267                </Section>
    12271268                <Section section="icon" />
     
    12291270        </StateImagery>
    12301271    </WidgetLook>
    1231 
    1232 
    1233     <!--
    1234     ***************************************************
    1235         WindowsLook/Listbox
    1236     ***************************************************
    1237     -->
    12381272    <WidgetLook name="WindowsLook/Listbox">
    12391273        <NamedArea name="ItemRenderingArea">
    12401274            <Area>
    1241                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    1242                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    1243                 <Dim type="RightEdge" >
    1244                     <UnifiedDim scale="1" type="RightEdge">
    1245                         <DimOperator op="Subtract">
    1246                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    1247                         </DimOperator>
    1248                     </UnifiedDim>
    1249                 </Dim>
    1250                 <Dim type="BottomEdge" >
    1251                     <UnifiedDim scale="1" type="BottomEdge">
    1252                         <DimOperator op="Subtract">
    1253                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    1254                         </DimOperator>
    1255                     </UnifiedDim>
     1275                <Dim type="LeftEdge">
     1276                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     1277                </Dim>
     1278                <Dim type="TopEdge">
     1279                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     1280                </Dim>
     1281                <Dim type="RightEdge">
     1282                    <OperatorDim op="Subtract">
     1283                        <UnifiedDim scale="1" type="RightEdge" />
     1284                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     1285                    </OperatorDim>
     1286                </Dim>
     1287                <Dim type="BottomEdge">
     1288                    <OperatorDim op="Subtract">
     1289                        <UnifiedDim scale="1" type="BottomEdge" />
     1290                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     1291                    </OperatorDim>
    12561292                </Dim>
    12571293            </Area>
     
    12591295        <NamedArea name="ItemRenderingAreaHScroll">
    12601296            <Area>
    1261                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    1262                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    1263                 <Dim type="RightEdge" >
    1264                     <UnifiedDim scale="1" type="RightEdge">
    1265                         <DimOperator op="Subtract">
    1266                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    1267                         </DimOperator>
    1268                     </UnifiedDim>
    1269                 </Dim>
    1270                 <Dim type="BottomEdge" >
    1271                     <UnifiedDim scale="1" offset="-16" type="BottomEdge" />
     1297                <Dim type="LeftEdge">
     1298                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     1299                </Dim>
     1300                <Dim type="TopEdge">
     1301                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     1302                </Dim>
     1303                <Dim type="RightEdge">
     1304                    <OperatorDim op="Subtract">
     1305                        <UnifiedDim scale="1" type="RightEdge" />
     1306                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     1307                    </OperatorDim>
     1308                </Dim>
     1309                <Dim type="BottomEdge">
     1310                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
    12721311                </Dim>
    12731312            </Area>
     
    12751314        <NamedArea name="ItemRenderingAreaVScroll">
    12761315            <Area>
    1277                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    1278                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    1279                 <Dim type="RightEdge" >
    1280                     <UnifiedDim scale="1" offset="-16" type="RightEdge" />
    1281                 </Dim>
    1282                 <Dim type="BottomEdge" >
    1283                     <UnifiedDim scale="1" type="BottomEdge">
    1284                         <DimOperator op="Subtract">
    1285                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    1286                         </DimOperator>
    1287                     </UnifiedDim>
     1316                <Dim type="LeftEdge">
     1317                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     1318                </Dim>
     1319                <Dim type="TopEdge">
     1320                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     1321                </Dim>
     1322                <Dim type="RightEdge">
     1323                    <UnifiedDim offset="-16" scale="1" type="RightEdge" />
     1324                </Dim>
     1325                <Dim type="BottomEdge">
     1326                    <OperatorDim op="Subtract">
     1327                        <UnifiedDim scale="1" type="BottomEdge" />
     1328                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     1329                    </OperatorDim>
    12881330                </Dim>
    12891331            </Area>
     
    12911333        <NamedArea name="ItemRenderingAreaHVScroll">
    12921334            <Area>
    1293                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    1294                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    1295                 <Dim type="RightEdge" >
    1296                     <UnifiedDim scale="1" offset="-16" type="RightEdge" />
    1297                 </Dim>
    1298                 <Dim type="BottomEdge" >
    1299                     <UnifiedDim scale="1" offset="-16" type="BottomEdge" />
     1335                <Dim type="LeftEdge">
     1336                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     1337                </Dim>
     1338                <Dim type="TopEdge">
     1339                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     1340                </Dim>
     1341                <Dim type="RightEdge">
     1342                    <UnifiedDim offset="-16" scale="1" type="RightEdge" />
     1343                </Dim>
     1344                <Dim type="BottomEdge">
     1345                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
    13001346                </Dim>
    13011347            </Area>
    13021348        </NamedArea>
    1303         <Child  type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    1304             <Area>
    1305                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1306                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1307                 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim>
    1308                 <Dim type="Height" ><AbsoluteDim value="16" /></Dim>
     1349        <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
     1350            <Area>
     1351                <Dim type="LeftEdge">
     1352                    <AbsoluteDim value="0" />
     1353                </Dim>
     1354                <Dim type="TopEdge">
     1355                    <AbsoluteDim value="0" />
     1356                </Dim>
     1357                <Dim type="Width">
     1358                    <UnifiedDim offset="-16" scale="1" type="Width" />
     1359                </Dim>
     1360                <Dim type="Height">
     1361                    <AbsoluteDim value="16" />
     1362                </Dim>
    13091363            </Area>
    13101364            <VertAlignment type="BottomAligned" />
    13111365        </Child>
    1312         <Child  type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    1313             <Area>
    1314                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1315                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1316                 <Dim type="Width" ><AbsoluteDim value="16" /></Dim>
    1317                 <Dim type="Height" ><UnifiedDim scale="1" offset="-16" type="Height" /></Dim>
     1366        <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
     1367            <Area>
     1368                <Dim type="LeftEdge">
     1369                    <AbsoluteDim value="0" />
     1370                </Dim>
     1371                <Dim type="TopEdge">
     1372                    <AbsoluteDim value="0" />
     1373                </Dim>
     1374                <Dim type="Width">
     1375                    <AbsoluteDim value="16" />
     1376                </Dim>
     1377                <Dim type="Height">
     1378                    <UnifiedDim offset="-16" scale="1" type="Height" />
     1379                </Dim>
    13181380            </Area>
    13191381            <HorzAlignment type="RightAligned" />
     
    13221384            <FrameComponent>
    13231385                <Area>
    1324                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1325                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1326                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1327                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1328                 </Area>
    1329                 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" />
    1330                 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" />
    1331                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" />
    1332                 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" />
    1333                 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" />
    1334                 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" />
    1335                 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" />
    1336                 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" />
    1337                 <Image type="Background" imageset="WindowsLook" image="Background" />
     1386                    <Dim type="LeftEdge">
     1387                        <AbsoluteDim value="0" />
     1388                    </Dim>
     1389                    <Dim type="TopEdge">
     1390                        <AbsoluteDim value="0" />
     1391                    </Dim>
     1392                    <Dim type="Width">
     1393                        <UnifiedDim scale="1" type="Width" />
     1394                    </Dim>
     1395                    <Dim type="Height">
     1396                        <UnifiedDim scale="1" type="Height" />
     1397                    </Dim>
     1398                </Area>
     1399                <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" />
     1400                <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" />
     1401                <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" />
     1402                <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" />
     1403                <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" />
     1404                <Image component="RightEdge" name="WindowsLook/StaticFrameRight" />
     1405                <Image component="TopEdge" name="WindowsLook/StaticFrameTop" />
     1406                <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" />
     1407                <Image component="Background" name="WindowsLook/Background" />
    13381408            </FrameComponent>
    13391409        </ImagerySection>
     
    13491419        </StateImagery>
    13501420    </WidgetLook>
    1351 
    1352 
    1353     <!--
    1354     ***************************************************
    1355         WindowsLook/ItemListbox
    1356     ***************************************************
    1357     -->
    13581421    <WidgetLook name="WindowsLook/ItemListbox">
    13591422        <NamedArea name="ItemRenderArea">
    13601423            <Area>
    1361                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    1362                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    1363                 <Dim type="RightEdge" >
    1364                     <UnifiedDim scale="1" type="RightEdge">
    1365                         <DimOperator op="Subtract">
    1366                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    1367                         </DimOperator>
    1368                     </UnifiedDim>
    1369                 </Dim>
    1370                 <Dim type="BottomEdge" >
    1371                     <UnifiedDim scale="1" type="BottomEdge">
    1372                         <DimOperator op="Subtract">
    1373                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    1374                         </DimOperator>
    1375                     </UnifiedDim>
     1424                <Dim type="LeftEdge">
     1425                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     1426                </Dim>
     1427                <Dim type="TopEdge">
     1428                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     1429                </Dim>
     1430                <Dim type="RightEdge">
     1431                    <OperatorDim op="Subtract">
     1432                        <UnifiedDim scale="1" type="RightEdge" />
     1433                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     1434                    </OperatorDim>
     1435                </Dim>
     1436                <Dim type="BottomEdge">
     1437                    <OperatorDim op="Subtract">
     1438                        <UnifiedDim scale="1" type="BottomEdge" />
     1439                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     1440                    </OperatorDim>
    13761441                </Dim>
    13771442            </Area>
     
    13791444        <NamedArea name="ItemRenderAreaHScroll">
    13801445            <Area>
    1381                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    1382                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    1383                 <Dim type="RightEdge" >
    1384                     <UnifiedDim scale="1" type="RightEdge">
    1385                         <DimOperator op="Subtract">
    1386                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    1387                         </DimOperator>
    1388                     </UnifiedDim>
    1389                 </Dim>
    1390                 <Dim type="BottomEdge" >
    1391                     <UnifiedDim scale="1" offset="-16" type="BottomEdge" />
     1446                <Dim type="LeftEdge">
     1447                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     1448                </Dim>
     1449                <Dim type="TopEdge">
     1450                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     1451                </Dim>
     1452                <Dim type="RightEdge">
     1453                    <OperatorDim op="Subtract">
     1454                        <UnifiedDim scale="1" type="RightEdge" />
     1455                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     1456                    </OperatorDim>
     1457                </Dim>
     1458                <Dim type="BottomEdge">
     1459                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
    13921460                </Dim>
    13931461            </Area>
     
    13951463        <NamedArea name="ItemRenderAreaVScroll">
    13961464            <Area>
    1397                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    1398                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    1399                 <Dim type="RightEdge" >
    1400                     <UnifiedDim scale="1" offset="-16" type="RightEdge" />
    1401                 </Dim>
    1402                 <Dim type="BottomEdge" >
    1403                     <UnifiedDim scale="1" type="BottomEdge">
    1404                         <DimOperator op="Subtract">
    1405                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    1406                         </DimOperator>
    1407                     </UnifiedDim>
     1465                <Dim type="LeftEdge">
     1466                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     1467                </Dim>
     1468                <Dim type="TopEdge">
     1469                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     1470                </Dim>
     1471                <Dim type="RightEdge">
     1472                    <UnifiedDim offset="-16" scale="1" type="RightEdge" />
     1473                </Dim>
     1474                <Dim type="BottomEdge">
     1475                    <OperatorDim op="Subtract">
     1476                        <UnifiedDim scale="1" type="BottomEdge" />
     1477                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     1478                    </OperatorDim>
    14081479                </Dim>
    14091480            </Area>
     
    14111482        <NamedArea name="ItemRenderAreaHVScroll">
    14121483            <Area>
    1413                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    1414                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    1415                 <Dim type="RightEdge" >
    1416                     <UnifiedDim scale="1" offset="-16" type="RightEdge" />
    1417                 </Dim>
    1418                 <Dim type="BottomEdge" >
    1419                     <UnifiedDim scale="1" offset="-16" type="BottomEdge" />
     1484                <Dim type="LeftEdge">
     1485                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     1486                </Dim>
     1487                <Dim type="TopEdge">
     1488                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     1489                </Dim>
     1490                <Dim type="RightEdge">
     1491                    <UnifiedDim offset="-16" scale="1" type="RightEdge" />
     1492                </Dim>
     1493                <Dim type="BottomEdge">
     1494                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
    14201495                </Dim>
    14211496            </Area>
    14221497        </NamedArea>
    1423         <Child  type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    1424             <Area>
    1425                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1426                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1427                 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim>
    1428                 <Dim type="Height" ><AbsoluteDim value="16" /></Dim>
     1498        <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
     1499            <Area>
     1500                <Dim type="LeftEdge">
     1501                    <AbsoluteDim value="0" />
     1502                </Dim>
     1503                <Dim type="TopEdge">
     1504                    <AbsoluteDim value="0" />
     1505                </Dim>
     1506                <Dim type="Width">
     1507                    <UnifiedDim offset="-16" scale="1" type="Width" />
     1508                </Dim>
     1509                <Dim type="Height">
     1510                    <AbsoluteDim value="16" />
     1511                </Dim>
    14291512            </Area>
    14301513            <VertAlignment type="BottomAligned" />
    14311514        </Child>
    1432         <Child  type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    1433             <Area>
    1434                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1435                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1436                 <Dim type="Width" ><AbsoluteDim value="16" /></Dim>
    1437                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     1515        <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
     1516            <Area>
     1517                <Dim type="LeftEdge">
     1518                    <AbsoluteDim value="0" />
     1519                </Dim>
     1520                <Dim type="TopEdge">
     1521                    <AbsoluteDim value="0" />
     1522                </Dim>
     1523                <Dim type="Width">
     1524                    <AbsoluteDim value="16" />
     1525                </Dim>
     1526                <Dim type="Height">
     1527                    <UnifiedDim scale="1" type="Height" />
     1528                </Dim>
    14381529            </Area>
    14391530            <HorzAlignment type="RightAligned" />
     
    14421533            <FrameComponent>
    14431534                <Area>
    1444                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1445                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1446                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1447                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1448                 </Area>
    1449                 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" />
    1450                 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" />
    1451                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" />
    1452                 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" />
    1453                 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" />
    1454                 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" />
    1455                 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" />
    1456                 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" />
    1457                 <Image type="Background" imageset="WindowsLook" image="Background" />
     1535                    <Dim type="LeftEdge">
     1536                        <AbsoluteDim value="0" />
     1537                    </Dim>
     1538                    <Dim type="TopEdge">
     1539                        <AbsoluteDim value="0" />
     1540                    </Dim>
     1541                    <Dim type="Width">
     1542                        <UnifiedDim scale="1" type="Width" />
     1543                    </Dim>
     1544                    <Dim type="Height">
     1545                        <UnifiedDim scale="1" type="Height" />
     1546                    </Dim>
     1547                </Area>
     1548                <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" />
     1549                <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" />
     1550                <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" />
     1551                <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" />
     1552                <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" />
     1553                <Image component="RightEdge" name="WindowsLook/StaticFrameRight" />
     1554                <Image component="TopEdge" name="WindowsLook/StaticFrameTop" />
     1555                <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" />
     1556                <Image component="Background" name="WindowsLook/Background" />
    14581557            </FrameComponent>
    14591558        </ImagerySection>
     
    14691568        </StateImagery>
    14701569    </WidgetLook>
    1471 
    1472 
    1473     <!--
    1474     ***************************************************
    1475         WindowsLook/ListboxItem
    1476     ***************************************************
    1477     -->
    14781570    <WidgetLook name="WindowsLook/ListboxItem">
    1479                 <PropertyDefinition name="TextColour" initialValue="FF000000" redrawOnWrite="true" />
    1480                 <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    1481                 <PropertyDefinition name="SelectionBrush" initialValue="set:WindowsLook image:Background" redrawOnWrite="true" />
    1482                 <PropertyDefinition name="SelectionColour" initialValue="FF3030FF" redrawOnWrite="true" />
    1483                 <Property name="Selectable" value="True" />
    1484                 <NamedArea name="ContentSize">
    1485                         <Area>
    1486                                 <Dim type="LeftEdge" >
    1487                                         <AbsoluteDim value="0" />
    1488                                 </Dim>
    1489                                 <Dim type="TopEdge" >
    1490                                         <AbsoluteDim value="0" />
    1491                                 </Dim>
    1492                                 <Dim type="Width" >
    1493                                         <FontDim type="HorzExtent" padding="6" />
    1494                                 </Dim>
    1495                                 <Dim type="Height" >
    1496                                         <FontDim type="LineSpacing" />
    1497                                 </Dim>
    1498                         </Area>
    1499                 </NamedArea>
    1500                 <ImagerySection name="label">
    1501                         <TextComponent>
    1502                                 <Area>
    1503                                         <Dim type="TopEdge">
    1504                                                 <AbsoluteDim value="0" />
    1505                                         </Dim>
    1506                                         <Dim type="LeftEdge">
    1507                                                 <AbsoluteDim value="3" />
    1508                                         </Dim>
    1509                                         <Dim type="RightEdge">
    1510                                                 <UnifiedDim scale="1" offset="-3" type="RightEdge" />
    1511                                         </Dim>
    1512                                         <Dim type="BottomEdge">
    1513                                                 <UnifiedDim scale="1" type="BottomEdge" />
    1514                                         </Dim>
    1515                                 </Area>
    1516                         </TextComponent>
    1517                 </ImagerySection>
    1518                 <ImagerySection name="selection">
    1519                         <ImageryComponent>
    1520                                 <Area>
    1521                                         <Dim type="TopEdge">
    1522                                                 <AbsoluteDim value="0" />
    1523                                         </Dim>
    1524                                         <Dim type="LeftEdge">
    1525                                                 <AbsoluteDim value="0" />
    1526                                         </Dim>
    1527                                         <Dim type="RightEdge">
    1528                                                 <UnifiedDim scale="1" type="RightEdge" />
    1529                                         </Dim>
    1530                                         <Dim type="BottomEdge">
    1531                                                 <UnifiedDim scale="1" type="BottomEdge" />
    1532                                         </Dim>
    1533                                 </Area>
    1534                                 <ImageProperty name="SelectionBrush" />
    1535                                 <ColourProperty name="SelectionColour" />
    1536                                 <VertFormat type="Stretched" />
    1537                                 <HorzFormat type="Stretched" />
    1538                         </ImageryComponent>
    1539                 </ImagerySection>
    1540                 <StateImagery name="Enabled">
    1541                         <Layer>
    1542                                 <Section section="label">
    1543                                         <ColourProperty name="TextColour" />
    1544                                 </Section>
    1545                         </Layer>
    1546                 </StateImagery>
    1547                 <StateImagery name="Disabled">
    1548                         <Layer>
    1549                                 <Section section="label">
    1550                                         <ColourProperty name="TextColour" />
    1551                                 </Section>
    1552                         </Layer>
    1553                 </StateImagery>
    1554                 <StateImagery name="SelectedEnabled">
    1555                         <Layer>
    1556                                 <Section section="selection" />
    1557                                 <Section section="label">
    1558                                         <ColourProperty name="SelectedTextColour" />
    1559                                 </Section>
    1560                         </Layer>
    1561                 </StateImagery>
    1562                 <StateImagery name="SelectedDisabled">
    1563                         <Layer>
    1564                                 <Section section="selection" />
    1565                                 <Section section="label">
    1566                                         <ColourProperty name="SelectedTextColour" />
    1567                                 </Section>
    1568                         </Layer>
    1569                 </StateImagery>
     1571        <PropertyDefinition initialValue="FF000000" name="TextColour" redrawOnWrite="true" />
     1572        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
     1573        <PropertyDefinition initialValue="set:WindowsLook image:Background" name="SelectionBrush" redrawOnWrite="true" />
     1574        <PropertyDefinition initialValue="FF3030FF" name="SelectionColour" redrawOnWrite="true" />
     1575        <Property name="Selectable" value="True" />
     1576        <NamedArea name="ContentSize">
     1577            <Area>
     1578                <Dim type="LeftEdge">
     1579                    <AbsoluteDim value="0" />
     1580                </Dim>
     1581                <Dim type="TopEdge">
     1582                    <AbsoluteDim value="0" />
     1583                </Dim>
     1584                <Dim type="Width">
     1585                    <FontDim padding="6" type="HorzExtent" />
     1586                </Dim>
     1587                <Dim type="Height">
     1588                    <FontDim type="LineSpacing" />
     1589                </Dim>
     1590            </Area>
     1591        </NamedArea>
     1592        <ImagerySection name="label">
     1593            <TextComponent>
     1594                <Area>
     1595                    <Dim type="TopEdge">
     1596                        <AbsoluteDim value="0" />
     1597                    </Dim>
     1598                    <Dim type="LeftEdge">
     1599                        <AbsoluteDim value="3" />
     1600                    </Dim>
     1601                    <Dim type="RightEdge">
     1602                        <UnifiedDim offset="-3" scale="1" type="RightEdge" />
     1603                    </Dim>
     1604                    <Dim type="BottomEdge">
     1605                        <UnifiedDim scale="1" type="BottomEdge" />
     1606                    </Dim>
     1607                </Area>
     1608            </TextComponent>
     1609        </ImagerySection>
     1610        <ImagerySection name="selection">
     1611            <ImageryComponent>
     1612                <Area>
     1613                    <Dim type="TopEdge">
     1614                        <AbsoluteDim value="0" />
     1615                    </Dim>
     1616                    <Dim type="LeftEdge">
     1617                        <AbsoluteDim value="0" />
     1618                    </Dim>
     1619                    <Dim type="RightEdge">
     1620                        <UnifiedDim scale="1" type="RightEdge" />
     1621                    </Dim>
     1622                    <Dim type="BottomEdge">
     1623                        <UnifiedDim scale="1" type="BottomEdge" />
     1624                    </Dim>
     1625                </Area>
     1626                <ImageProperty name="SelectionBrush" />
     1627                <ColourProperty name="SelectionColour" />
     1628                <VertFormat type="Stretched" />
     1629                <HorzFormat type="Stretched" />
     1630            </ImageryComponent>
     1631        </ImagerySection>
     1632        <StateImagery name="Enabled">
     1633            <Layer>
     1634                <Section section="label">
     1635                    <ColourProperty name="TextColour" />
     1636                </Section>
     1637            </Layer>
     1638        </StateImagery>
     1639        <StateImagery name="Disabled">
     1640            <Layer>
     1641                <Section section="label">
     1642                    <ColourProperty name="TextColour" />
     1643                </Section>
     1644            </Layer>
     1645        </StateImagery>
     1646        <StateImagery name="SelectedEnabled">
     1647            <Layer>
     1648                <Section section="selection" />
     1649                <Section section="label">
     1650                    <ColourProperty name="SelectedTextColour" />
     1651                </Section>
     1652            </Layer>
     1653        </StateImagery>
     1654        <StateImagery name="SelectedDisabled">
     1655            <Layer>
     1656                <Section section="selection" />
     1657                <Section section="label">
     1658                    <ColourProperty name="SelectedTextColour" />
     1659                </Section>
     1660            </Layer>
     1661        </StateImagery>
    15701662    </WidgetLook>
    1571 
    1572 
    1573     <!--
    1574     ***************************************************
    1575         WindowsLook/Menubar
    1576     ***************************************************
    1577     -->
    15781663    <WidgetLook name="WindowsLook/Menubar">
    1579         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFEFF5 tr:FFDFDFF5 bl:FFF4F3F5 br:FFF4F3F5" redrawOnWrite="true" />
    1580         <PropertyDefinition name="BorderWidth" initialValue="5" layoutOnWrite="true" />
     1664        <PropertyDefinition initialValue="tl:FFDFEFF5 tr:FFDFDFF5 bl:FFF4F3F5 br:FFF4F3F5" name="BackgroundColours" redrawOnWrite="true" />
     1665        <PropertyDefinition initialValue="5" layoutOnWrite="true" name="BorderWidth" />
    15811666        <NamedArea name="ItemRenderArea">
    15821667            <Area>
    1583                 <Dim type="LeftEdge" >
    1584                     <ImageDim imageset="WindowsLook" image="MenuLeft" dimension="Width">
    1585                         <DimOperator op="Add">
     1668                <Dim type="LeftEdge">
     1669                    <OperatorDim op="Add">
     1670                        <ImageDim dimension="Width" name="WindowsLook/MenuLeft" />
     1671                        <PropertyDim name="BorderWidth" />
     1672                    </OperatorDim>
     1673                </Dim>
     1674                <Dim type="TopEdge">
     1675                    <OperatorDim op="Add">
     1676                        <ImageDim dimension="Height" name="WindowsLook/MenuTop" />
     1677                        <PropertyDim name="BorderWidth" />
     1678                    </OperatorDim>
     1679                </Dim>
     1680                <Dim type="RightEdge">
     1681                    <OperatorDim op="Subtract">
     1682                        <UnifiedDim scale="1" type="RightEdge" />
     1683                        <OperatorDim op="Add">
     1684                            <ImageDim dimension="Width" name="WindowsLook/MenuRight" />
    15861685                            <PropertyDim name="BorderWidth" />
    1587                         </DimOperator>
    1588                     </ImageDim>
    1589                 </Dim>
    1590                 <Dim type="TopEdge" >
    1591                     <ImageDim imageset="WindowsLook" image="MenuTop" dimension="Height">
    1592                         <DimOperator op="Add">
     1686                        </OperatorDim>
     1687                    </OperatorDim>
     1688                </Dim>
     1689                <Dim type="BottomEdge">
     1690                    <OperatorDim op="Subtract">
     1691                        <UnifiedDim scale="1" type="BottomEdge" />
     1692                        <OperatorDim op="Add">
     1693                            <ImageDim dimension="Height" name="WindowsLook/MenuBottom" />
    15931694                            <PropertyDim name="BorderWidth" />
    1594                         </DimOperator>
    1595                     </ImageDim>
    1596                 </Dim>
    1597                 <Dim type="RightEdge" >
    1598                     <UnifiedDim scale="1" type="RightEdge">
    1599                         <DimOperator op="Subtract">
    1600                             <ImageDim imageset="WindowsLook" image="MenuRight" dimension="Width">
    1601                                 <DimOperator op="Add">
    1602                                     <PropertyDim name="BorderWidth" />
    1603                                 </DimOperator>
    1604                             </ImageDim>
    1605                         </DimOperator>
    1606                     </UnifiedDim>
    1607                 </Dim>
    1608                 <Dim type="BottomEdge" >
    1609                     <UnifiedDim scale="1" type="BottomEdge">
    1610                         <DimOperator op="Subtract">
    1611                             <ImageDim imageset="WindowsLook" image="MenuBottom" dimension="Height">
    1612                                 <DimOperator op="Add">
    1613                                     <PropertyDim name="BorderWidth" />
    1614                                 </DimOperator>
    1615                             </ImageDim>
    1616                         </DimOperator>
    1617                     </UnifiedDim>
     1695                        </OperatorDim>
     1696                    </OperatorDim>
    16181697                </Dim>
    16191698            </Area>
     
    16221701            <FrameComponent>
    16231702                <Area>
    1624                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1625                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1626                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1627                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1628                 </Area>
    1629                 <Image type="TopLeftCorner" imageset="WindowsLook" image="MenuTopLeft" />
    1630                 <Image type="TopRightCorner" imageset="WindowsLook" image="MenuTopRight" />
    1631                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="MenuBottomLeft" />
    1632                 <Image type="BottomRightCorner" imageset="WindowsLook" image="MenuBottomRight" />
    1633                 <Image type="LeftEdge" imageset="WindowsLook" image="MenuLeft" />
    1634                 <Image type="RightEdge" imageset="WindowsLook" image="MenuRight" />
    1635                 <Image type="TopEdge" imageset="WindowsLook" image="MenuTop" />
    1636                 <Image type="BottomEdge" imageset="WindowsLook" image="MenuBottom" />
    1637                 <Image type="Background" imageset="WindowsLook" image="Background" />
     1703                    <Dim type="LeftEdge">
     1704                        <AbsoluteDim value="0" />
     1705                    </Dim>
     1706                    <Dim type="TopEdge">
     1707                        <AbsoluteDim value="0" />
     1708                    </Dim>
     1709                    <Dim type="Width">
     1710                        <UnifiedDim scale="1" type="Width" />
     1711                    </Dim>
     1712                    <Dim type="Height">
     1713                        <UnifiedDim scale="1" type="Height" />
     1714                    </Dim>
     1715                </Area>
     1716                <Image component="TopLeftCorner" name="WindowsLook/MenuTopLeft" />
     1717                <Image component="TopRightCorner" name="WindowsLook/MenuTopRight" />
     1718                <Image component="BottomLeftCorner" name="WindowsLook/MenuBottomLeft" />
     1719                <Image component="BottomRightCorner" name="WindowsLook/MenuBottomRight" />
     1720                <Image component="LeftEdge" name="WindowsLook/MenuLeft" />
     1721                <Image component="RightEdge" name="WindowsLook/MenuRight" />
     1722                <Image component="TopEdge" name="WindowsLook/MenuTop" />
     1723                <Image component="BottomEdge" name="WindowsLook/MenuBottom" />
     1724                <Image component="Background" name="WindowsLook/Background" />
    16381725                <ColourRectProperty name="BackgroundColours" />
    16391726            </FrameComponent>
     
    16501737        </StateImagery>
    16511738    </WidgetLook>
    1652 
    1653 
    1654     <!--
    1655     ***************************************************
    1656         WindowsLook/MenuItem
    1657     ***************************************************
    1658     -->
    16591739    <WidgetLook name="WindowsLook/MenuItem">
    1660         <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />
    1661         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
    1662         <PropertyDefinition name="HoverColour" initialValue="FFA7C7FF" redrawOnWrite="true" />
    1663         <PropertyDefinition name="PushedColour" initialValue="FF87A7DF" redrawOnWrite="true" />
    1664         <PropertyDefinition name="PushedOffColour" initialValue="7F87A7DF" redrawOnWrite="true" />
    1665         <PropertyDefinition name="OpenedColour" initialValue="FFEFEFEF" redrawOnWrite="true" />
     1740        <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" />
     1741        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
     1742        <PropertyDefinition initialValue="FFA7C7FF" name="HoverColour" redrawOnWrite="true" />
     1743        <PropertyDefinition initialValue="FF87A7DF" name="PushedColour" redrawOnWrite="true" />
     1744        <PropertyDefinition initialValue="7F87A7DF" name="PushedOffColour" redrawOnWrite="true" />
     1745        <PropertyDefinition initialValue="FFEFEFEF" name="OpenedColour" redrawOnWrite="true" />
    16661746        <Property name="WantsMultiClickEvents" value="False" />
    16671747        <NamedArea name="ContentSize">
    16681748            <Area>
    1669                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    1670                 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
     1749                <Dim type="LeftEdge">
     1750                    <AbsoluteDim value="0" />
     1751                </Dim>
     1752                <Dim type="TopEdge">
     1753                    <AbsoluteDim value="0" />
     1754                </Dim>
    16711755                <Dim type="Width">
    1672                     <FontDim type="HorzExtent">
    1673                         <DimOperator op="Add">
    1674                             <ImageDim imageset="WindowsLook" image="MenuLeft" dimension="Width">
    1675                                 <DimOperator op="Add">
    1676                                     <ImageDim imageset="WindowsLook" image="MenuRight" dimension="Width" />
    1677                                 </DimOperator>
    1678                             </ImageDim>
    1679                         </DimOperator>
    1680                     </FontDim>
     1756                    <OperatorDim op="Add">
     1757                        <FontDim type="HorzExtent" />
     1758                        <OperatorDim op="Add">
     1759                            <ImageDim dimension="Width" name="WindowsLook/MenuLeft" />
     1760                            <ImageDim dimension="Width" name="WindowsLook/MenuRight" />
     1761                        </OperatorDim>
     1762                    </OperatorDim>
    16811763                </Dim>
    16821764                <Dim type="Height">
    1683                     <FontDim type="LineSpacing">
    1684                         <DimOperator op="Add">
    1685                             <ImageDim imageset="WindowsLook" image="MenuTop" dimension="Height">
    1686                                 <DimOperator op="Add">
    1687                                     <ImageDim imageset="WindowsLook" image="MenuBottom" dimension="Height" />
    1688                                 </DimOperator>
    1689                             </ImageDim>
    1690                         </DimOperator>
    1691                     </FontDim>
     1765                    <OperatorDim op="Add">
     1766                        <FontDim type="LineSpacing" />
     1767                        <OperatorDim op="Add">
     1768                            <ImageDim dimension="Height" name="WindowsLook/MenuTop" />
     1769                            <ImageDim dimension="Height" name="WindowsLook/MenuBottom" />
     1770                        </OperatorDim>
     1771                    </OperatorDim>
    16921772                </Dim>
    16931773            </Area>
     
    16951775        <NamedArea name="HasPopupContentSize">
    16961776            <Area>
    1697                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    1698                 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
     1777                <Dim type="LeftEdge">
     1778                    <AbsoluteDim value="0" />
     1779                </Dim>
     1780                <Dim type="TopEdge">
     1781                    <AbsoluteDim value="0" />
     1782                </Dim>
    16991783                <Dim type="Width">
    1700                     <FontDim type="HorzExtent">
    1701                         <DimOperator op="Add">
    1702                             <ImageDim imageset="WindowsLook" image="MenuLeft" dimension="Width">
    1703                                 <DimOperator op="Add">
    1704                                     <ImageDim imageset="WindowsLook" image="MenuRight" dimension="Width">
    1705                                         <DimOperator op="Add">
    1706                                             <ImageDim imageset="WindowsLook" image="PopupMenuArrowLeft" dimension="Width">
    1707                                                 <DimOperator op="Multiply">
    1708                                                     <AbsoluteDim value="3" />
    1709                                                 </DimOperator>
    1710                                             </ImageDim>
    1711                                         </DimOperator>
    1712                                     </ImageDim>
    1713                                 </DimOperator>
    1714                             </ImageDim>
    1715                         </DimOperator>
    1716                     </FontDim>
     1784                    <OperatorDim op="Add">
     1785                        <FontDim type="HorzExtent" />
     1786                        <OperatorDim op="Add">
     1787                            <ImageDim dimension="Width" name="WindowsLook/MenuLeft" />
     1788                            <OperatorDim op="Add">
     1789                                <ImageDim dimension="Width" name="WindowsLook/MenuRight" />
     1790                                <OperatorDim op="Multiply">
     1791                                    <ImageDim dimension="Width" name="WindowsLook/PopupMenuArrowLeft" />
     1792                                    <AbsoluteDim value="3" />
     1793                                </OperatorDim>
     1794                            </OperatorDim>
     1795                        </OperatorDim>
     1796                    </OperatorDim>
    17171797                </Dim>
    17181798                <Dim type="Height">
    1719                     <FontDim type="LineSpacing">
    1720                         <DimOperator op="Add">
    1721                             <ImageDim imageset="WindowsLook" image="MenuTop" dimension="Height">
    1722                                 <DimOperator op="Add">
    1723                                     <ImageDim imageset="WindowsLook" image="MenuBottom" dimension="Height" />
    1724                                 </DimOperator>
    1725                             </ImageDim>
    1726                         </DimOperator>
    1727                     </FontDim>
     1799                    <OperatorDim op="Add">
     1800                        <FontDim type="LineSpacing" />
     1801                        <OperatorDim op="Add">
     1802                            <ImageDim dimension="Height" name="WindowsLook/MenuTop" />
     1803                            <ImageDim dimension="Height" name="WindowsLook/MenuBottom" />
     1804                        </OperatorDim>
     1805                    </OperatorDim>
    17281806                </Dim>
    17291807            </Area>
     
    17321810            <TextComponent>
    17331811                <Area>
    1734                     <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="MenuLeft" dimension="Width" /></Dim>
    1735                     <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="MenuTop" dimension="Height" /></Dim>
    1736                     <Dim type="RightEdge" >
    1737                         <UnifiedDim scale="1" type="RightEdge">
    1738                             <DimOperator op="Subtract">
    1739                                 <ImageDim imageset="WindowsLook" image="MenuRight" dimension="Width" />
    1740                             </DimOperator>
    1741                         </UnifiedDim>
    1742                     </Dim>
    1743                     <Dim type="BottomEdge" >
    1744                         <UnifiedDim scale="1" type="BottomEdge">
    1745                             <DimOperator op="Subtract">
    1746                                 <ImageDim imageset="WindowsLook" image="MenuBottom" dimension="Height" />
    1747                             </DimOperator>
    1748                         </UnifiedDim>
     1812                    <Dim type="LeftEdge">
     1813                        <ImageDim dimension="Width" name="WindowsLook/MenuLeft" />
     1814                    </Dim>
     1815                    <Dim type="TopEdge">
     1816                        <ImageDim dimension="Height" name="WindowsLook/MenuTop" />
     1817                    </Dim>
     1818                    <Dim type="RightEdge">
     1819                        <OperatorDim op="Subtract">
     1820                            <UnifiedDim scale="1" type="RightEdge" />
     1821                            <ImageDim dimension="Width" name="WindowsLook/MenuRight" />
     1822                        </OperatorDim>
     1823                    </Dim>
     1824                    <Dim type="BottomEdge">
     1825                        <OperatorDim op="Subtract">
     1826                            <UnifiedDim scale="1" type="BottomEdge" />
     1827                            <ImageDim dimension="Height" name="WindowsLook/MenuBottom" />
     1828                        </OperatorDim>
    17491829                    </Dim>
    17501830                </Area>
     
    17561836            <FrameComponent>
    17571837                <Area>
    1758                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1759                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1760                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1761                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1762                 </Area>
    1763                 <Image type="TopLeftCorner" imageset="WindowsLook" image="MenuTopLeft" />
    1764                 <Image type="TopRightCorner" imageset="WindowsLook" image="MenuTopRight" />
    1765                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="MenuBottomLeft" />
    1766                 <Image type="BottomRightCorner" imageset="WindowsLook" image="MenuBottomRight" />
    1767                 <Image type="LeftEdge" imageset="WindowsLook" image="MenuLeft" />
    1768                 <Image type="RightEdge" imageset="WindowsLook" image="MenuRight" />
    1769                 <Image type="TopEdge" imageset="WindowsLook" image="MenuTop" />
    1770                 <Image type="BottomEdge" imageset="WindowsLook" image="MenuBottom" />
    1771                 <Image type="Background" imageset="WindowsLook" image="Background" />
     1838                    <Dim type="LeftEdge">
     1839                        <AbsoluteDim value="0" />
     1840                    </Dim>
     1841                    <Dim type="TopEdge">
     1842                        <AbsoluteDim value="0" />
     1843                    </Dim>
     1844                    <Dim type="Width">
     1845                        <UnifiedDim scale="1" type="Width" />
     1846                    </Dim>
     1847                    <Dim type="Height">
     1848                        <UnifiedDim scale="1" type="Height" />
     1849                    </Dim>
     1850                </Area>
     1851                <Image component="TopLeftCorner" name="WindowsLook/MenuTopLeft" />
     1852                <Image component="TopRightCorner" name="WindowsLook/MenuTopRight" />
     1853                <Image component="BottomLeftCorner" name="WindowsLook/MenuBottomLeft" />
     1854                <Image component="BottomRightCorner" name="WindowsLook/MenuBottomRight" />
     1855                <Image component="LeftEdge" name="WindowsLook/MenuLeft" />
     1856                <Image component="RightEdge" name="WindowsLook/MenuRight" />
     1857                <Image component="TopEdge" name="WindowsLook/MenuTop" />
     1858                <Image component="BottomEdge" name="WindowsLook/MenuBottom" />
     1859                <Image component="Background" name="WindowsLook/Background" />
    17721860            </FrameComponent>
    17731861        </ImagerySection>
     
    17751863            <ImageryComponent>
    17761864                <Area>
    1777                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1778                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1779                     <Dim type="Width" >
    1780                         <UnifiedDim scale="1" type="Width">
    1781                             <DimOperator op="Subtract">
    1782                                 <ImageDim imageset="WindowsLook" image="PopupMenuArrowRight" dimension="Width" />
    1783                             </DimOperator>
    1784                         </UnifiedDim>
    1785                     </Dim>
    1786                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1787                 </Area>
    1788                 <Image imageset="WindowsLook" image="PopupMenuArrowRight" />
    1789                 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
     1865                    <Dim type="LeftEdge">
     1866                        <AbsoluteDim value="0" />
     1867                    </Dim>
     1868                    <Dim type="TopEdge">
     1869                        <AbsoluteDim value="0" />
     1870                    </Dim>
     1871                    <Dim type="Width">
     1872                        <OperatorDim op="Subtract">
     1873                            <UnifiedDim scale="1" type="Width" />
     1874                            <ImageDim dimension="Width" name="WindowsLook/PopupMenuArrowRight" />
     1875                        </OperatorDim>
     1876                    </Dim>
     1877                    <Dim type="Height">
     1878                        <UnifiedDim scale="1" type="Height" />
     1879                    </Dim>
     1880                </Area>
     1881                <Image name="WindowsLook/PopupMenuArrowRight" />
     1882                <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" />
    17901883                <VertFormat type="CentreAligned" />
    17911884                <HorzFormat type="RightAligned" />
     
    17951888            <ImageryComponent>
    17961889                <Area>
    1797                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1798                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1799                     <Dim type="Width" >
    1800                         <UnifiedDim scale="1" type="Width">
    1801                             <DimOperator op="Subtract">
    1802                                 <ImageDim imageset="WindowsLook" image="PopupMenuArrowLeft" dimension="Width" />
    1803                             </DimOperator>
    1804                         </UnifiedDim>
    1805                     </Dim>
    1806                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1807                 </Area>
    1808                 <Image imageset="WindowsLook" image="PopupMenuArrowLeft" />
    1809                 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
     1890                    <Dim type="LeftEdge">
     1891                        <AbsoluteDim value="0" />
     1892                    </Dim>
     1893                    <Dim type="TopEdge">
     1894                        <AbsoluteDim value="0" />
     1895                    </Dim>
     1896                    <Dim type="Width">
     1897                        <OperatorDim op="Subtract">
     1898                            <UnifiedDim scale="1" type="Width" />
     1899                            <ImageDim dimension="Width" name="WindowsLook/PopupMenuArrowLeft" />
     1900                        </OperatorDim>
     1901                    </Dim>
     1902                    <Dim type="Height">
     1903                        <UnifiedDim scale="1" type="Height" />
     1904                    </Dim>
     1905                </Area>
     1906                <Image name="WindowsLook/PopupMenuArrowLeft" />
     1907                <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" />
    18101908                <VertFormat type="CentreAligned" />
    18111909                <HorzFormat type="RightAligned" />
     
    19092007        </StateImagery>
    19102008    </WidgetLook>
    1911 
    1912 
    1913     <!--
    1914     ***************************************************
    1915         WindowsLook/ListHeaderSegment
    1916     ***************************************************
    1917     -->
    19182009    <WidgetLook name="WindowsLook/ListHeaderSegment">
    1919         <Property name="SizingCursorImage" value="set:WindowsLook image:MouseEsWeCursor" />
    1920         <Property name="MovingCursorImage" value="set:WindowsLook image:MouseMoveCursor" />
     2010        <Property name="SizingCursorImage" value="WindowsLook/MouseEsWeCursor" />
     2011        <Property name="MovingCursorImage" value="WindowsLook/MouseMoveCursor" />
    19212012        <ImagerySection name="segment">
    19222013            <ImageryComponent>
    19232014                <Area>
    1924                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1925                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1926                     <Dim type="RightEdge" >
    1927                         <UnifiedDim scale="1" type="RightEdge">
    1928                             <DimOperator op="Subtract">
    1929                                 <ImageDim imageset="WindowsLook" image="HeaderSplitter" dimension="Width" />
    1930                             </DimOperator>
    1931                         </UnifiedDim>
    1932                     </Dim>
    1933                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1934                 </Area>
    1935                 <Image imageset="WindowsLook" image="HeaderMainBrush" />
     2015                    <Dim type="LeftEdge">
     2016                        <AbsoluteDim value="0" />
     2017                    </Dim>
     2018                    <Dim type="TopEdge">
     2019                        <AbsoluteDim value="0" />
     2020                    </Dim>
     2021                    <Dim type="RightEdge">
     2022                        <OperatorDim op="Subtract">
     2023                            <UnifiedDim scale="1" type="RightEdge" />
     2024                            <ImageDim dimension="Width" name="WindowsLook/HeaderSplitter" />
     2025                        </OperatorDim>
     2026                    </Dim>
     2027                    <Dim type="Height">
     2028                        <UnifiedDim scale="1" type="Height" />
     2029                    </Dim>
     2030                </Area>
     2031                <Image name="WindowsLook/HeaderMainBrush" />
    19362032                <VertFormat type="Stretched" />
    19372033                <HorzFormat type="Stretched" />
     
    19412037            <ImageryComponent>
    19422038                <Area>
    1943                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1944                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1945                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1946                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1947                 </Area>
    1948                 <Image imageset="WindowsLook" image="HeaderSplitter" />
     2039                    <Dim type="LeftEdge">
     2040                        <AbsoluteDim value="0" />
     2041                    </Dim>
     2042                    <Dim type="TopEdge">
     2043                        <AbsoluteDim value="0" />
     2044                    </Dim>
     2045                    <Dim type="Width">
     2046                        <UnifiedDim scale="1" type="Width" />
     2047                    </Dim>
     2048                    <Dim type="Height">
     2049                        <UnifiedDim scale="1" type="Height" />
     2050                    </Dim>
     2051                </Area>
     2052                <Image name="WindowsLook/HeaderSplitter" />
    19492053                <VertFormat type="Stretched" />
    19502054                <HorzFormat type="RightAligned" />
     
    19542058            <ImageryComponent>
    19552059                <Area>
    1956                     <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
    1957                     <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
    1958                     <Dim type="Width" ><ImageDim imageset="WindowsLook" image="SmallUpArrow" dimension="Width" /></Dim>
    1959                     <Dim type="Height" ><ImageDim imageset="WindowsLook" image="SmallUpArrow" dimension="Height" /></Dim>
    1960                 </Area>
    1961                 <Image imageset="WindowsLook" image="SmallUpArrow" />
     2060                    <Dim type="LeftEdge">
     2061                        <AbsoluteDim value="3" />
     2062                    </Dim>
     2063                    <Dim type="TopEdge">
     2064                        <AbsoluteDim value="3" />
     2065                    </Dim>
     2066                    <Dim type="Width">
     2067                        <ImageDim dimension="Width" name="WindowsLook/SmallUpArrow" />
     2068                    </Dim>
     2069                    <Dim type="Height">
     2070                        <ImageDim dimension="Height" name="WindowsLook/SmallUpArrow" />
     2071                    </Dim>
     2072                </Area>
     2073                <Image name="WindowsLook/SmallUpArrow" />
    19622074            </ImageryComponent>
    19632075        </ImagerySection>
     
    19652077            <ImageryComponent>
    19662078                <Area>
    1967                     <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
    1968                     <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
    1969                     <Dim type="Width" ><ImageDim imageset="WindowsLook" image="SmallDownArrow" dimension="Width" /></Dim>
    1970                     <Dim type="Height" ><ImageDim imageset="WindowsLook" image="SmallDownArrow" dimension="Height" /></Dim>
    1971                 </Area>
    1972                 <Image imageset="WindowsLook" image="SmallDownArrow" />
     2079                    <Dim type="LeftEdge">
     2080                        <AbsoluteDim value="3" />
     2081                    </Dim>
     2082                    <Dim type="TopEdge">
     2083                        <AbsoluteDim value="3" />
     2084                    </Dim>
     2085                    <Dim type="Width">
     2086                        <ImageDim dimension="Width" name="WindowsLook/SmallDownArrow" />
     2087                    </Dim>
     2088                    <Dim type="Height">
     2089                        <ImageDim dimension="Height" name="WindowsLook/SmallDownArrow" />
     2090                    </Dim>
     2091                </Area>
     2092                <Image name="WindowsLook/SmallDownArrow" />
    19732093            </ImageryComponent>
    19742094        </ImagerySection>
     
    19762096            <TextComponent>
    19772097                <Area>
    1978                     <Dim type="LeftEdge" >
    1979                         <ImageDim imageset="WindowsLook" image="SmallUpArrow" dimension="Width">
    1980                             <DimOperator op="Add">
    1981                                 <AbsoluteDim value="5" />
    1982                             </DimOperator>
    1983                         </ImageDim>
    1984                     </Dim>
    1985                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1986                     <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
    1987                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     2098                    <Dim type="LeftEdge">
     2099                        <OperatorDim op="Add">
     2100                            <ImageDim dimension="Width" name="WindowsLook/SmallUpArrow" />
     2101                            <AbsoluteDim value="5" />
     2102                        </OperatorDim>
     2103                    </Dim>
     2104                    <Dim type="TopEdge">
     2105                        <AbsoluteDim value="0" />
     2106                    </Dim>
     2107                    <Dim type="RightEdge">
     2108                        <UnifiedDim scale="1" type="RightEdge" />
     2109                    </Dim>
     2110                    <Dim type="Height">
     2111                        <UnifiedDim scale="1" type="Height" />
     2112                    </Dim>
    19882113                </Area>
    19892114                <VertFormat type="CentreAligned" />
     
    19932118            <Layer>
    19942119                <Section section="segment">
    1995                     <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
     2120                    <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" />
    19962121                </Section>
    19972122                <Section section="splitter">
    1998                     <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
     2123                    <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" />
    19992124                </Section>
    20002125                <Section section="label">
    2001                     <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
     2126                    <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" />
    20022127                </Section>
    20032128            </Layer>
     
    20062131            <Layer>
    20072132                <Section section="segment">
    2008                     <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />
     2133                    <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" />
    20092134                </Section>
    20102135                <Section section="splitter">
    2011                     <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
     2136                    <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" />
    20122137                </Section>
    20132138                <Section section="label">
    2014                     <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
     2139                    <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" />
    20152140                </Section>
    20162141            </Layer>
     
    20192144            <Layer>
    20202145                <Section section="segment">
    2021                     <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
     2146                    <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" />
    20222147                </Section>
    20232148                <Section section="splitter">
    2024                     <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />
     2149                    <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" />
    20252150                </Section>
    20262151                <Section section="label">
    2027                     <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
    2028                 </Section>
    2029             </Layer>
    2030         </StateImagery>
    2031         <StateImagery name="DragGhost" clipped="false" >
    2032             <Layer priority="1" >
     2152                    <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" />
     2153                </Section>
     2154            </Layer>
     2155        </StateImagery>
     2156        <StateImagery clipped="false" name="DragGhost">
     2157            <Layer priority="1">
    20332158                <Section section="segment">
    2034                     <Colours topLeft="7FEFEFEF" topRight="7FEFEFEF" bottomLeft="7FEFEFEF" bottomRight="7FEFEFEF" />
     2159                    <Colours bottomLeft="7FEFEFEF" bottomRight="7FEFEFEF" topLeft="7FEFEFEF" topRight="7FEFEFEF" />
    20352160                </Section>
    20362161                <Section section="splitter">
    2037                     <Colours topLeft="7FDDDDDD" topRight="7FDDDDDD" bottomLeft="7FDDDDDD" bottomRight="7FDDDDDD" />
     2162                    <Colours bottomLeft="7FDDDDDD" bottomRight="7FDDDDDD" topLeft="7FDDDDDD" topRight="7FDDDDDD" />
    20382163                </Section>
    20392164                <Section section="label">
    2040                     <Colours topLeft="7F000000" topRight="7F000000" bottomLeft="7F000000" bottomRight="7F000000" />
     2165                    <Colours bottomLeft="7F000000" bottomRight="7F000000" topLeft="7F000000" topRight="7F000000" />
    20412166                </Section>
    20422167            </Layer>
     
    20522177            </Layer>
    20532178        </StateImagery>
    2054         <StateImagery name="GhostAscendingSortIcon" clipped="false">
    2055             <Layer priority="1" >
     2179        <StateImagery clipped="false" name="GhostAscendingSortIcon">
     2180            <Layer priority="1">
    20562181                <Section section="ascend_icon">
    2057                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
    2058                 </Section>
    2059             </Layer>
    2060         </StateImagery>
    2061         <StateImagery name="GhostDescendingSortIcon" clipped="false">
    2062             <Layer priority="1" >
     2182                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
     2183                </Section>
     2184            </Layer>
     2185        </StateImagery>
     2186        <StateImagery clipped="false" name="GhostDescendingSortIcon">
     2187            <Layer priority="1">
    20632188                <Section section="descend_icon">
    2064                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
     2189                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
    20652190                </Section>
    20662191            </Layer>
     
    20682193        <StateImagery name="Disabled" />
    20692194    </WidgetLook>
    2070 
    2071 
    2072     <!--
    2073     ***************************************************
    2074         WindowsLook/ListHeader
    2075     ***************************************************
    2076     -->
    20772195    <WidgetLook name="WindowsLook/ListHeader">
    20782196        <Property name="SegmentWidgetType" value="WindowsLook/ListHeaderSegment" />
     
    20802198        <StateImagery name="Disabled" />
    20812199    </WidgetLook>
    2082 
    2083 
    2084     <!--
    2085     ***************************************************
    2086         WindowsLook/MultiColumnList
    2087     ***************************************************
    2088     -->
    20892200    <WidgetLook name="WindowsLook/MultiColumnList">
    20902201        <NamedArea name="ItemRenderingArea">
    20912202            <Area>
    2092                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    2093                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2094                 <Dim type="RightEdge" >
    2095                     <UnifiedDim scale="1" type="RightEdge">
    2096                         <DimOperator op="Subtract">
    2097                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    2098                         </DimOperator>
    2099                     </UnifiedDim>
    2100                 </Dim>
    2101                 <Dim type="BottomEdge" >
    2102                     <UnifiedDim scale="1" type="BottomEdge">
    2103                         <DimOperator op="Subtract">
    2104                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    2105                         </DimOperator>
    2106                     </UnifiedDim>
     2203                <Dim type="LeftEdge">
     2204                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     2205                </Dim>
     2206                <Dim type="TopEdge">
     2207                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     2208                </Dim>
     2209                <Dim type="RightEdge">
     2210                    <OperatorDim op="Subtract">
     2211                        <UnifiedDim scale="1" type="RightEdge" />
     2212                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     2213                    </OperatorDim>
     2214                </Dim>
     2215                <Dim type="BottomEdge">
     2216                    <OperatorDim op="Subtract">
     2217                        <UnifiedDim scale="1" type="BottomEdge" />
     2218                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     2219                    </OperatorDim>
    21072220                </Dim>
    21082221            </Area>
     
    21102223        <NamedArea name="ItemRenderingAreaHScroll">
    21112224            <Area>
    2112                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    2113                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2114                 <Dim type="RightEdge" >
    2115                     <UnifiedDim scale="1" type="RightEdge">
    2116                         <DimOperator op="Subtract">
    2117                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    2118                         </DimOperator>
    2119                     </UnifiedDim>
    2120                 </Dim>
    2121                 <Dim type="BottomEdge" >
    2122                     <UnifiedDim scale="1" offset="-16" type="BottomEdge" />
     2225                <Dim type="LeftEdge">
     2226                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     2227                </Dim>
     2228                <Dim type="TopEdge">
     2229                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     2230                </Dim>
     2231                <Dim type="RightEdge">
     2232                    <OperatorDim op="Subtract">
     2233                        <UnifiedDim scale="1" type="RightEdge" />
     2234                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     2235                    </OperatorDim>
     2236                </Dim>
     2237                <Dim type="BottomEdge">
     2238                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
    21232239                </Dim>
    21242240            </Area>
     
    21262242        <NamedArea name="ItemRenderingAreaVScroll">
    21272243            <Area>
    2128                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    2129                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2130                 <Dim type="RightEdge" >
    2131                     <UnifiedDim scale="1" offset="-16" type="RightEdge" />
    2132                 </Dim>
    2133                 <Dim type="BottomEdge" >
    2134                     <UnifiedDim scale="1" type="BottomEdge">
    2135                         <DimOperator op="Subtract">
    2136                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    2137                         </DimOperator>
    2138                     </UnifiedDim>
     2244                <Dim type="LeftEdge">
     2245                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     2246                </Dim>
     2247                <Dim type="TopEdge">
     2248                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     2249                </Dim>
     2250                <Dim type="RightEdge">
     2251                    <UnifiedDim offset="-16" scale="1" type="RightEdge" />
     2252                </Dim>
     2253                <Dim type="BottomEdge">
     2254                    <OperatorDim op="Subtract">
     2255                        <UnifiedDim scale="1" type="BottomEdge" />
     2256                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     2257                    </OperatorDim>
    21392258                </Dim>
    21402259            </Area>
     
    21422261        <NamedArea name="ItemRenderingAreaHVScroll">
    21432262            <Area>
    2144                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    2145                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2146                 <Dim type="RightEdge" >
    2147                     <UnifiedDim scale="1" offset="-16" type="RightEdge" />
    2148                 </Dim>
    2149                 <Dim type="BottomEdge" >
    2150                     <UnifiedDim scale="1" offset="-16" type="BottomEdge" />
     2263                <Dim type="LeftEdge">
     2264                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     2265                </Dim>
     2266                <Dim type="TopEdge">
     2267                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     2268                </Dim>
     2269                <Dim type="RightEdge">
     2270                    <UnifiedDim offset="-16" scale="1" type="RightEdge" />
     2271                </Dim>
     2272                <Dim type="BottomEdge">
     2273                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
    21512274                </Dim>
    21522275            </Area>
    21532276        </NamedArea>
    2154         <Child  type="WindowsLook/ListHeader" nameSuffix="__auto_listheader__">
    2155             <Area>
    2156                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim>
    2157                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim>
    2158                 <Dim type="RightEdge" >
    2159                     <UnifiedDim scale="1" type="RightEdge">
    2160                         <DimOperator op="Subtract">
    2161                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    2162                         </DimOperator>
    2163                     </UnifiedDim>
    2164                 </Dim>
    2165                 <Dim type="Height" >
    2166                     <FontDim type="LineSpacing">
    2167                         <DimOperator op="Multiply">
    2168                             <AbsoluteDim value="1.5" />
    2169                         </DimOperator>
    2170                     </FontDim>
     2277        <Child nameSuffix="__auto_listheader__" type="WindowsLook/ListHeader">
     2278            <Area>
     2279                <Dim type="LeftEdge">
     2280                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     2281                </Dim>
     2282                <Dim type="TopEdge">
     2283                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     2284                </Dim>
     2285                <Dim type="RightEdge">
     2286                    <OperatorDim op="Subtract">
     2287                        <UnifiedDim scale="1" type="RightEdge" />
     2288                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     2289                    </OperatorDim>
     2290                </Dim>
     2291                <Dim type="Height">
     2292                    <OperatorDim op="Multiply">
     2293                        <FontDim type="LineSpacing" />
     2294                        <AbsoluteDim value="1.5" />
     2295                    </OperatorDim>
    21712296                </Dim>
    21722297            </Area>
    21732298        </Child>
    2174         <Child  type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    2175             <Area>
    2176                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2177                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2178                 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim>
    2179                 <Dim type="Height" ><AbsoluteDim value="16" /></Dim>
     2299        <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
     2300            <Area>
     2301                <Dim type="LeftEdge">
     2302                    <AbsoluteDim value="0" />
     2303                </Dim>
     2304                <Dim type="TopEdge">
     2305                    <AbsoluteDim value="0" />
     2306                </Dim>
     2307                <Dim type="Width">
     2308                    <UnifiedDim offset="-16" scale="1" type="Width" />
     2309                </Dim>
     2310                <Dim type="Height">
     2311                    <AbsoluteDim value="16" />
     2312                </Dim>
    21802313            </Area>
    21812314            <VertAlignment type="BottomAligned" />
    21822315        </Child>
    2183         <Child  type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    2184             <Area>
    2185                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2186                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2187                 <Dim type="Width" ><AbsoluteDim value="16" /></Dim>
    2188                 <Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-16" type="BottomEdge" /></Dim>
     2316        <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
     2317            <Area>
     2318                <Dim type="LeftEdge">
     2319                    <AbsoluteDim value="0" />
     2320                </Dim>
     2321                <Dim type="TopEdge">
     2322                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     2323                </Dim>
     2324                <Dim type="Width">
     2325                    <AbsoluteDim value="16" />
     2326                </Dim>
     2327                <Dim type="BottomEdge">
     2328                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
     2329                </Dim>
    21892330            </Area>
    21902331            <HorzAlignment type="RightAligned" />
     
    21932334            <FrameComponent>
    21942335                <Area>
    2195                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2196                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2197                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2198                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2199                 </Area>
    2200                 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" />
    2201                 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" />
    2202                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" />
    2203                 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" />
    2204                 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" />
    2205                 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" />
    2206                 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" />
    2207                 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" />
    2208                 <Image type="Background" imageset="WindowsLook" image="Background" />
     2336                    <Dim type="LeftEdge">
     2337                        <AbsoluteDim value="0" />
     2338                    </Dim>
     2339                    <Dim type="TopEdge">
     2340                        <AbsoluteDim value="0" />
     2341                    </Dim>
     2342                    <Dim type="Width">
     2343                        <UnifiedDim scale="1" type="Width" />
     2344                    </Dim>
     2345                    <Dim type="Height">
     2346                        <UnifiedDim scale="1" type="Height" />
     2347                    </Dim>
     2348                </Area>
     2349                <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" />
     2350                <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" />
     2351                <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" />
     2352                <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" />
     2353                <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" />
     2354                <Image component="RightEdge" name="WindowsLook/StaticFrameRight" />
     2355                <Image component="TopEdge" name="WindowsLook/StaticFrameTop" />
     2356                <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" />
     2357                <Image component="Background" name="WindowsLook/Background" />
    22092358            </FrameComponent>
    22102359        </ImagerySection>
     
    22202369        </StateImagery>
    22212370    </WidgetLook>
    2222 
    2223 
    2224     <!--
    2225     ***************************************************
    2226         WindowsLook/MultiLineEditbox
    2227     ***************************************************
    2228     -->
    22292371    <WidgetLook name="WindowsLook/MultiLineEditbox">
    2230         <PropertyDefinition name="ReadOnlyBGColour" initialValue="FFDFDFDF" />
    2231         <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />
    2232         <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    2233         <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
    2234         <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
    2235         <Property name="MouseCursorImage" value="set:WindowsLook image:MouseTextBar" />
    2236         <Property name="SelectionBrushImage" value="set:WindowsLook image:Background" />
     2372        <PropertyDefinition initialValue="FFDFDFDF" name="ReadOnlyBGColour" />
     2373        <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" />
     2374        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
     2375        <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" />
     2376        <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" />
     2377        <Property name="MouseCursorImage" value="WindowsLook/MouseTextBar" />
     2378        <Property name="SelectionBrushImage" value="WindowsLook/Background" />
    22372379        <NamedArea name="TextArea">
    22382380            <Area>
    2239                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="EditFrameLeft" dimension="Width" /></Dim>
    2240                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height" /></Dim>
    2241                 <Dim type="RightEdge" >
    2242                     <UnifiedDim scale="1" type="RightEdge">
    2243                         <DimOperator op="Subtract">
    2244                             <ImageDim imageset="WindowsLook" image="EditFrameRight" dimension="Width" />
    2245                         </DimOperator>
    2246                     </UnifiedDim>
    2247                 </Dim>
    2248                 <Dim type="BottomEdge" >
    2249                     <UnifiedDim scale="1" type="BottomEdge">
    2250                         <DimOperator op="Subtract">
    2251                             <ImageDim imageset="WindowsLook" image="EditFrameBottom" dimension="Height" />
    2252                         </DimOperator>
    2253                     </UnifiedDim>
     2381                <Dim type="LeftEdge">
     2382                    <ImageDim dimension="Width" name="WindowsLook/EditFrameLeft" />
     2383                </Dim>
     2384                <Dim type="TopEdge">
     2385                    <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" />
     2386                </Dim>
     2387                <Dim type="RightEdge">
     2388                    <OperatorDim op="Subtract">
     2389                        <UnifiedDim scale="1" type="RightEdge" />
     2390                        <ImageDim dimension="Width" name="WindowsLook/EditFrameRight" />
     2391                    </OperatorDim>
     2392                </Dim>
     2393                <Dim type="BottomEdge">
     2394                    <OperatorDim op="Subtract">
     2395                        <UnifiedDim scale="1" type="BottomEdge" />
     2396                        <ImageDim dimension="Height" name="WindowsLook/EditFrameBottom" />
     2397                    </OperatorDim>
    22542398                </Dim>
    22552399            </Area>
     
    22572401        <NamedArea name="TextAreaHScroll">
    22582402            <Area>
    2259                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="EditFrameLeft" dimension="Width" /></Dim>
    2260                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height" /></Dim>
    2261                 <Dim type="RightEdge" >
    2262                     <UnifiedDim scale="1" type="RightEdge">
    2263                         <DimOperator op="Subtract">
    2264                             <ImageDim imageset="WindowsLook" image="EditFrameRight" dimension="Height" />
    2265                         </DimOperator>
    2266                     </UnifiedDim>
    2267                 </Dim>
    2268                 <Dim type="BottomEdge" >
    2269                     <UnifiedDim scale="1" offset="-16" type="BottomEdge" />
     2403                <Dim type="LeftEdge">
     2404                    <ImageDim dimension="Width" name="WindowsLook/EditFrameLeft" />
     2405                </Dim>
     2406                <Dim type="TopEdge">
     2407                    <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" />
     2408                </Dim>
     2409                <Dim type="RightEdge">
     2410                    <OperatorDim op="Subtract">
     2411                        <UnifiedDim scale="1" type="RightEdge" />
     2412                        <ImageDim dimension="Height" name="WindowsLook/EditFrameRight" />
     2413                    </OperatorDim>
     2414                </Dim>
     2415                <Dim type="BottomEdge">
     2416                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
    22702417                </Dim>
    22712418            </Area>
     
    22732420        <NamedArea name="TextAreaVScroll">
    22742421            <Area>
    2275                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="EditFrameLeft" dimension="Width" /></Dim>
    2276                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height" /></Dim>
    2277                 <Dim type="RightEdge" >
    2278                     <UnifiedDim scale="1" offset="-16" type="RightEdge" />
    2279                 </Dim>
    2280                 <Dim type="BottomEdge" >
    2281                     <UnifiedDim scale="1" type="BottomEdge">
    2282                         <DimOperator op="Subtract">
    2283                             <ImageDim imageset="WindowsLook" image="EditFrameBottom" dimension="Height" />
    2284                         </DimOperator>
    2285                     </UnifiedDim>
     2422                <Dim type="LeftEdge">
     2423                    <ImageDim dimension="Width" name="WindowsLook/EditFrameLeft" />
     2424                </Dim>
     2425                <Dim type="TopEdge">
     2426                    <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" />
     2427                </Dim>
     2428                <Dim type="RightEdge">
     2429                    <UnifiedDim offset="-16" scale="1" type="RightEdge" />
     2430                </Dim>
     2431                <Dim type="BottomEdge">
     2432                    <OperatorDim op="Subtract">
     2433                        <UnifiedDim scale="1" type="BottomEdge" />
     2434                        <ImageDim dimension="Height" name="WindowsLook/EditFrameBottom" />
     2435                    </OperatorDim>
    22862436                </Dim>
    22872437            </Area>
     
    22892439        <NamedArea name="TextAreaHVScroll">
    22902440            <Area>
    2291                 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="EditFrameLeft" dimension="Width" /></Dim>
    2292                 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height" /></Dim>
    2293                 <Dim type="RightEdge" >
    2294                     <UnifiedDim scale="1" offset="-16" type="RightEdge" />
    2295                 </Dim>
    2296                 <Dim type="BottomEdge" >
    2297                     <UnifiedDim scale="1" offset="-16" type="BottomEdge" />
     2441                <Dim type="LeftEdge">
     2442                    <ImageDim dimension="Width" name="WindowsLook/EditFrameLeft" />
     2443                </Dim>
     2444                <Dim type="TopEdge">
     2445                    <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" />
     2446                </Dim>
     2447                <Dim type="RightEdge">
     2448                    <UnifiedDim offset="-16" scale="1" type="RightEdge" />
     2449                </Dim>
     2450                <Dim type="BottomEdge">
     2451                    <UnifiedDim offset="-16" scale="1" type="BottomEdge" />
    22982452                </Dim>
    22992453            </Area>
    23002454        </NamedArea>
    2301         <Child  type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    2302             <Area>
    2303                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2304                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2305                 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim>
    2306                 <Dim type="Height" ><AbsoluteDim value="16" /></Dim>
     2455        <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
     2456            <Area>
     2457                <Dim type="LeftEdge">
     2458                    <AbsoluteDim value="0" />
     2459                </Dim>
     2460                <Dim type="TopEdge">
     2461                    <AbsoluteDim value="0" />
     2462                </Dim>
     2463                <Dim type="Width">
     2464                    <UnifiedDim offset="-16" scale="1" type="Width" />
     2465                </Dim>
     2466                <Dim type="Height">
     2467                    <AbsoluteDim value="16" />
     2468                </Dim>
    23072469            </Area>
    23082470            <VertAlignment type="BottomAligned" />
    23092471        </Child>
    2310         <Child  type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    2311             <Area>
    2312                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2313                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2314                 <Dim type="Width" ><AbsoluteDim value="16" /></Dim>
    2315                 <Dim type="Height" ><UnifiedDim scale="1" offset="-16" type="Height" /></Dim>
     2472        <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
     2473            <Area>
     2474                <Dim type="LeftEdge">
     2475                    <AbsoluteDim value="0" />
     2476                </Dim>
     2477                <Dim type="TopEdge">
     2478                    <AbsoluteDim value="0" />
     2479                </Dim>
     2480                <Dim type="Width">
     2481                    <AbsoluteDim value="16" />
     2482                </Dim>
     2483                <Dim type="Height">
     2484                    <UnifiedDim offset="-16" scale="1" type="Height" />
     2485                </Dim>
    23162486            </Area>
    23172487            <HorzAlignment type="RightAligned" />
     
    23202490            <FrameComponent>
    23212491                <Area>
    2322                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2323                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2324                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2325                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2326                 </Area>
    2327                 <Image type="TopLeftCorner" imageset="WindowsLook" image="EditFrameTopLeft" />
    2328                 <Image type="TopRightCorner" imageset="WindowsLook" image="EditFrameTopRight" />
    2329                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="EditFrameBottomLeft" />
    2330                 <Image type="BottomRightCorner" imageset="WindowsLook" image="EditFrameBottomRight" />
    2331                 <Image type="LeftEdge" imageset="WindowsLook" image="EditFrameLeft" />
    2332                 <Image type="RightEdge" imageset="WindowsLook" image="EditFrameRight" />
    2333                 <Image type="TopEdge" imageset="WindowsLook" image="EditFrameTop" />
    2334                 <Image type="BottomEdge" imageset="WindowsLook" image="EditFrameBottom" />
    2335                 <Image type="Background" imageset="WindowsLook" image="Background" />
     2492                    <Dim type="LeftEdge">
     2493                        <AbsoluteDim value="0" />
     2494                    </Dim>
     2495                    <Dim type="TopEdge">
     2496                        <AbsoluteDim value="0" />
     2497                    </Dim>
     2498                    <Dim type="Width">
     2499                        <UnifiedDim scale="1" type="Width" />
     2500                    </Dim>
     2501                    <Dim type="Height">
     2502                        <UnifiedDim scale="1" type="Height" />
     2503                    </Dim>
     2504                </Area>
     2505                <Image component="TopLeftCorner" name="WindowsLook/EditFrameTopLeft" />
     2506                <Image component="TopRightCorner" name="WindowsLook/EditFrameTopRight" />
     2507                <Image component="BottomLeftCorner" name="WindowsLook/EditFrameBottomLeft" />
     2508                <Image component="BottomRightCorner" name="WindowsLook/EditFrameBottomRight" />
     2509                <Image component="LeftEdge" name="WindowsLook/EditFrameLeft" />
     2510                <Image component="RightEdge" name="WindowsLook/EditFrameRight" />
     2511                <Image component="TopEdge" name="WindowsLook/EditFrameTop" />
     2512                <Image component="BottomEdge" name="WindowsLook/EditFrameBottom" />
     2513                <Image component="Background" name="WindowsLook/Background" />
    23362514            </FrameComponent>
    23372515        </ImagerySection>
    2338         <ImagerySection name="Carat">
     2516        <ImagerySection name="Caret">
    23392517            <ImageryComponent>
    23402518                <Area>
    2341                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2342                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2343                     <Dim type="Width" ><ImageDim imageset="WindowsLook" image="EditBoxCarat" dimension="Width" /></Dim>
    2344                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    2345                 </Area>
    2346                 <Image imageset="WindowsLook" image="EditBoxCarat" />
     2519                    <Dim type="LeftEdge">
     2520                        <AbsoluteDim value="0" />
     2521                    </Dim>
     2522                    <Dim type="TopEdge">
     2523                        <AbsoluteDim value="0" />
     2524                    </Dim>
     2525                    <Dim type="Width">
     2526                        <ImageDim dimension="Width" name="WindowsLook/EditBoxCarat" />
     2527                    </Dim>
     2528                    <Dim type="BottomEdge">
     2529                        <UnifiedDim scale="1.0" type="BottomEdge" />
     2530                    </Dim>
     2531                </Area>
     2532                <Image name="WindowsLook/EditBoxCarat" />
    23472533                <VertFormat type="Stretched" />
    23482534                <HorzFormat type="Stretched" />
     
    23692555        </StateImagery>
    23702556    </WidgetLook>
    2371 
    2372 
    2373     <!--
    2374     ***************************************************
    2375         WindowsLook/PopupMenu
    2376     ***************************************************
    2377     -->
    23782557    <WidgetLook name="WindowsLook/PopupMenu">
    2379         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFF4F3F5 tr:FFF2F2FF bl:FFF4F3F5 br:FFF4F3F5" redrawOnWrite="true" />
    2380         <PropertyDefinition name="BorderWidth" initialValue="0" layoutOnWrite="true" />
     2558        <PropertyDefinition initialValue="tl:FFF4F3F5 tr:FFF2F2FF bl:FFF4F3F5 br:FFF4F3F5" name="BackgroundColours" redrawOnWrite="true" />
     2559        <PropertyDefinition initialValue="0" layoutOnWrite="true" name="BorderWidth" />
    23812560        <NamedArea name="ItemRenderArea">
    23822561            <Area>
    2383                 <Dim type="LeftEdge" >
    2384                     <ImageDim imageset="WindowsLook" image="PopupMenuFrameLeft" dimension="Width">
    2385                         <DimOperator op="Add">
     2562                <Dim type="LeftEdge">
     2563                    <OperatorDim op="Add">
     2564                        <ImageDim dimension="Width" name="WindowsLook/PopupMenuFrameLeft" />
     2565                        <PropertyDim name="BorderWidth" />
     2566                    </OperatorDim>
     2567                </Dim>
     2568                <Dim type="TopEdge">
     2569                    <OperatorDim op="Add">
     2570                        <ImageDim dimension="Height" name="WindowsLook/PopupMenuFrameTop" />
     2571                        <PropertyDim name="BorderWidth" />
     2572                    </OperatorDim>
     2573                </Dim>
     2574                <Dim type="RightEdge">
     2575                    <OperatorDim op="Subtract">
     2576                        <UnifiedDim scale="1" type="RightEdge" />
     2577                        <OperatorDim op="Add">
     2578                            <ImageDim dimension="Width" name="WindowsLook/PopupMenuFrameRight" />
    23862579                            <PropertyDim name="BorderWidth" />
    2387                         </DimOperator>
    2388                     </ImageDim>
    2389                 </Dim>
    2390                 <Dim type="TopEdge" >
    2391                     <ImageDim imageset="WindowsLook" image="PopupMenuFrameTop" dimension="Height">
    2392                         <DimOperator op="Add">
     2580                        </OperatorDim>
     2581                    </OperatorDim>
     2582                </Dim>
     2583                <Dim type="BottomEdge">
     2584                    <OperatorDim op="Subtract">
     2585                        <UnifiedDim scale="1" type="BottomEdge" />
     2586                        <OperatorDim op="Add">
     2587                            <ImageDim dimension="Height" name="WindowsLook/PopupMenuFrameBottom" />
    23932588                            <PropertyDim name="BorderWidth" />
    2394                         </DimOperator>
    2395                     </ImageDim>
    2396                 </Dim>
    2397                 <Dim type="RightEdge" >
    2398                     <UnifiedDim scale="1" type="RightEdge">
    2399                         <DimOperator op="Subtract">
    2400                             <ImageDim imageset="WindowsLook" image="PopupMenuFrameRight" dimension="Width">
    2401                                 <DimOperator op="Add">
    2402                                     <PropertyDim name="BorderWidth" />
    2403                                 </DimOperator>
    2404                             </ImageDim>
    2405                         </DimOperator>
    2406                     </UnifiedDim>
    2407                 </Dim>
    2408                 <Dim type="BottomEdge" >
    2409                     <UnifiedDim scale="1" type="BottomEdge">
    2410                         <DimOperator op="Subtract">
    2411                             <ImageDim imageset="WindowsLook" image="PopupMenuFrameBottom" dimension="Height">
    2412                                 <DimOperator op="Add">
    2413                                     <PropertyDim name="BorderWidth" />
    2414                                 </DimOperator>
    2415                             </ImageDim>
    2416                         </DimOperator>
    2417                     </UnifiedDim>
     2589                        </OperatorDim>
     2590                    </OperatorDim>
    24182591                </Dim>
    24192592            </Area>
     
    24222595            <FrameComponent>
    24232596                <Area>
    2424                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2425                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2426                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2427                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2428                 </Area>
    2429                 <Image type="TopLeftCorner" imageset="WindowsLook" image="PopupMenuFrameTopLeft" />
    2430                 <Image type="TopRightCorner" imageset="WindowsLook" image="PopupMenuFrameTopRight" />
    2431                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="PopupMenuFrameBottomLeft" />
    2432                 <Image type="BottomRightCorner" imageset="WindowsLook" image="PopupMenuFrameBottomRight" />
    2433                 <Image type="LeftEdge" imageset="WindowsLook" image="PopupMenuFrameLeft" />
    2434                 <Image type="RightEdge" imageset="WindowsLook" image="PopupMenuFrameRight" />
    2435                 <Image type="TopEdge" imageset="WindowsLook" image="PopupMenuFrameTop" />
    2436                 <Image type="BottomEdge" imageset="WindowsLook" image="PopupMenuFrameBottom" />
    2437                 <Image type="Background" imageset="WindowsLook" image="Background" />
     2597                    <Dim type="LeftEdge">
     2598                        <AbsoluteDim value="0" />
     2599                    </Dim>
     2600                    <Dim type="TopEdge">
     2601                        <AbsoluteDim value="0" />
     2602                    </Dim>
     2603                    <Dim type="Width">
     2604                        <UnifiedDim scale="1" type="Width" />
     2605                    </Dim>
     2606                    <Dim type="Height">
     2607                        <UnifiedDim scale="1" type="Height" />
     2608                    </Dim>
     2609                </Area>
     2610                <Image component="TopLeftCorner" name="WindowsLook/PopupMenuFrameTopLeft" />
     2611                <Image component="TopRightCorner" name="WindowsLook/PopupMenuFrameTopRight" />
     2612                <Image component="BottomLeftCorner" name="WindowsLook/PopupMenuFrameBottomLeft" />
     2613                <Image component="BottomRightCorner" name="WindowsLook/PopupMenuFrameBottomRight" />
     2614                <Image component="LeftEdge" name="WindowsLook/PopupMenuFrameLeft" />
     2615                <Image component="RightEdge" name="WindowsLook/PopupMenuFrameRight" />
     2616                <Image component="TopEdge" name="WindowsLook/PopupMenuFrameTop" />
     2617                <Image component="BottomEdge" name="WindowsLook/PopupMenuFrameBottom" />
     2618                <Image component="Background" name="WindowsLook/Background" />
    24382619                <ColourRectProperty name="BackgroundColours" />
    24392620            </FrameComponent>
     
    24502631        </StateImagery>
    24512632    </WidgetLook>
    2452 
    2453 
    2454     <!--
    2455     ***************************************************
    2456         WindowsLook/ProgressBar
    2457     ***************************************************
    2458     -->
    24592633    <WidgetLook name="WindowsLook/ProgressBar">
    24602634        <NamedArea name="ProgressArea">
    24612635            <Area>
    2462                 <Dim type="LeftEdge" >
    2463                     <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />
    2464                 </Dim>
    2465                 <Dim type="TopEdge" >
    2466                     <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />
    2467                 </Dim>
    2468                 <Dim type="RightEdge" >
    2469                     <UnifiedDim scale="1.0" type="RightEdge">
    2470                         <DimOperator op="Subtract">
    2471                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    2472                         </DimOperator>
    2473                     </UnifiedDim>
    2474                 </Dim>
    2475                 <Dim type="BottomEdge" >
    2476                     <UnifiedDim scale="1.0" type="BottomEdge">
    2477                         <DimOperator op="Subtract">
    2478                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    2479                         </DimOperator>
    2480                     </UnifiedDim>
     2636                <Dim type="LeftEdge">
     2637                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     2638                </Dim>
     2639                <Dim type="TopEdge">
     2640                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     2641                </Dim>
     2642                <Dim type="RightEdge">
     2643                    <OperatorDim op="Subtract">
     2644                        <UnifiedDim scale="1.0" type="RightEdge" />
     2645                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     2646                    </OperatorDim>
     2647                </Dim>
     2648                <Dim type="BottomEdge">
     2649                    <OperatorDim op="Subtract">
     2650                        <UnifiedDim scale="1.0" type="BottomEdge" />
     2651                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     2652                    </OperatorDim>
    24812653                </Dim>
    24822654            </Area>
     
    24852657            <FrameComponent>
    24862658                <Area>
    2487                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2488                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2489                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2490                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2491                 </Area>
    2492                 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" />
    2493                 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" />
    2494                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" />
    2495                 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" />
    2496                 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" />
    2497                 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" />
    2498                 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" />
    2499                 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" />
     2659                    <Dim type="LeftEdge">
     2660                        <AbsoluteDim value="0" />
     2661                    </Dim>
     2662                    <Dim type="TopEdge">
     2663                        <AbsoluteDim value="0" />
     2664                    </Dim>
     2665                    <Dim type="Width">
     2666                        <UnifiedDim scale="1" type="Width" />
     2667                    </Dim>
     2668                    <Dim type="Height">
     2669                        <UnifiedDim scale="1" type="Height" />
     2670                    </Dim>
     2671                </Area>
     2672                <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" />
     2673                <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" />
     2674                <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" />
     2675                <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" />
     2676                <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" />
     2677                <Image component="TopEdge" name="WindowsLook/StaticFrameTop" />
     2678                <Image component="RightEdge" name="WindowsLook/StaticFrameRight" />
     2679                <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" />
    25002680            </FrameComponent>
    25012681            <ImageryComponent>
    25022682                <Area>
    25032683                    <Dim type="LeftEdge">
    2504                         <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />
    2505                     </Dim>
    2506                     <Dim type="TopEdge">
    2507                         <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />
     2684                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     2685                    </Dim>
     2686                    <Dim type="TopEdge">
     2687                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
    25082688                    </Dim>
    25092689                    <Dim type="RightEdge">
    2510                         <UnifiedDim scale="1" type="RightEdge">
    2511                             <DimOperator op="Subtract">
    2512                                 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    2513                             </DimOperator>
    2514                         </UnifiedDim>
    2515                     </Dim>
    2516                     <Dim type="BottomEdge">
    2517                         <UnifiedDim scale="1" type="BottomEdge">
    2518                             <DimOperator op="Subtract">
    2519                                 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    2520                             </DimOperator>
    2521                         </UnifiedDim>
    2522                     </Dim>
    2523                 </Area>
    2524                 <Image imageset="WindowsLook" image="Background" />
    2525                 <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" />
     2690                        <OperatorDim op="Subtract">
     2691                            <UnifiedDim scale="1" type="RightEdge" />
     2692                            <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     2693                        </OperatorDim>
     2694                    </Dim>
     2695                    <Dim type="BottomEdge">
     2696                        <OperatorDim op="Subtract">
     2697                            <UnifiedDim scale="1" type="BottomEdge" />
     2698                            <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     2699                        </OperatorDim>
     2700                    </Dim>
     2701                </Area>
     2702                <Image name="WindowsLook/Background" />
     2703                <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" />
    25262704                <VertFormat type="Stretched" />
    25272705                <HorzFormat type="Stretched" />
    25282706            </ImageryComponent>
    25292707        </ImagerySection>
    2530         <ImagerySection name="progress_lights" >
     2708        <ImagerySection name="progress_lights">
    25312709            <ImageryComponent>
    25322710                <Area>
    2533                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2534                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2535                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2536                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2537                 </Area>
    2538                 <Image imageset="WindowsLook" image="Background" />
     2711                    <Dim type="LeftEdge">
     2712                        <AbsoluteDim value="0" />
     2713                    </Dim>
     2714                    <Dim type="TopEdge">
     2715                        <AbsoluteDim value="0" />
     2716                    </Dim>
     2717                    <Dim type="Width">
     2718                        <UnifiedDim scale="1" type="Width" />
     2719                    </Dim>
     2720                    <Dim type="Height">
     2721                        <UnifiedDim scale="1" type="Height" />
     2722                    </Dim>
     2723                </Area>
     2724                <Image name="WindowsLook/Background" />
    25392725                <VertFormat type="Stretched" />
    25402726                <HorzFormat type="Stretched" />
     
    25542740            <Layer>
    25552741                <Section section="progress_lights">
    2556                     <Colours topLeft="FF2222FF" topRight="FF2222FF" bottomLeft="FF2222FF" bottomRight="FF2222FF" />
     2742                    <Colours bottomLeft="FF2222FF" bottomRight="FF2222FF" topLeft="FF2222FF" topRight="FF2222FF" />
    25572743                </Section>
    25582744            </Layer>
     
    25612747            <Layer>
    25622748                <Section section="progress_lights">
    2563                     <Colours topLeft="FF2222FF" topRight="FF2222FF" bottomLeft="FF2222FF" bottomRight="FF2222FF" />
     2749                    <Colours bottomLeft="FF2222FF" bottomRight="FF2222FF" topLeft="FF2222FF" topRight="FF2222FF" />
    25642750                </Section>
    25652751            </Layer>
    25662752        </StateImagery>
    25672753    </WidgetLook>
    2568 
    2569 
    2570     <!--
    2571     ***************************************************
    2572         WindowsLook/RadioButton
    2573     ***************************************************
    2574     -->
    25752754    <WidgetLook name="WindowsLook/RadioButton">
    2576         <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />
    2577         <PropertyDefinition name="HoverTextColour" initialValue="FF000000" redrawOnWrite="true" />
    2578         <PropertyDefinition name="PushedTextColour" initialValue="FF000000" redrawOnWrite="true" />
    2579         <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />
     2755        <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" />
     2756        <PropertyDefinition initialValue="FF000000" name="HoverTextColour" redrawOnWrite="true" />
     2757        <PropertyDefinition initialValue="FF000000" name="PushedTextColour" redrawOnWrite="true" />
     2758        <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" />
    25802759        <ImagerySection name="label">
    25812760            <TextComponent>
    25822761                <Area>
    2583                     <Dim type="LeftEdge" >
    2584                         <ImageDim imageset="WindowsLook" image="RadioButtonNormal" dimension="Width">
    2585                             <DimOperator op="Add">
    2586                                 <AbsoluteDim value="4" />
    2587                             </DimOperator>
    2588                         </ImageDim>
    2589                     </Dim>
    2590                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2591                     <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
    2592                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     2762                    <Dim type="LeftEdge">
     2763                        <OperatorDim op="Add">
     2764                            <ImageDim dimension="Width" name="WindowsLook/RadioButtonNormal" />
     2765                            <AbsoluteDim value="4" />
     2766                        </OperatorDim>
     2767                    </Dim>
     2768                    <Dim type="TopEdge">
     2769                        <AbsoluteDim value="0" />
     2770                    </Dim>
     2771                    <Dim type="RightEdge">
     2772                        <UnifiedDim scale="1" type="Width" />
     2773                    </Dim>
     2774                    <Dim type="Height">
     2775                        <UnifiedDim scale="1" type="Height" />
     2776                    </Dim>
    25932777                </Area>
    25942778                <VertFormat type="CentreAligned" />
     
    25992783            <ImageryComponent>
    26002784                <Area>
    2601                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2602                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2603                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2604                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2605                 </Area>
    2606                 <Image imageset="WindowsLook" image="RadioButtonNormal" />
     2785                    <Dim type="LeftEdge">
     2786                        <AbsoluteDim value="0" />
     2787                    </Dim>
     2788                    <Dim type="TopEdge">
     2789                        <AbsoluteDim value="0" />
     2790                    </Dim>
     2791                    <Dim type="Width">
     2792                        <UnifiedDim scale="1" type="Width" />
     2793                    </Dim>
     2794                    <Dim type="Height">
     2795                        <UnifiedDim scale="1" type="Height" />
     2796                    </Dim>
     2797                </Area>
     2798                <Image name="WindowsLook/RadioButtonNormal" />
    26072799                <VertFormat type="CentreAligned" />
    26082800                <HorzFormat type="LeftAligned" />
     
    26122804            <ImageryComponent>
    26132805                <Area>
    2614                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2615                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2616                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2617                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2618                 </Area>
    2619                 <Image imageset="WindowsLook" image="RadioButtonHover" />
     2806                    <Dim type="LeftEdge">
     2807                        <AbsoluteDim value="0" />
     2808                    </Dim>
     2809                    <Dim type="TopEdge">
     2810                        <AbsoluteDim value="0" />
     2811                    </Dim>
     2812                    <Dim type="Width">
     2813                        <UnifiedDim scale="1" type="Width" />
     2814                    </Dim>
     2815                    <Dim type="Height">
     2816                        <UnifiedDim scale="1" type="Height" />
     2817                    </Dim>
     2818                </Area>
     2819                <Image name="WindowsLook/RadioButtonHover" />
    26202820                <VertFormat type="CentreAligned" />
    26212821                <HorzFormat type="LeftAligned" />
     
    26252825            <ImageryComponent>
    26262826                <Area>
    2627                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2628                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2629                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2630                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2631                 </Area>
    2632                 <Image imageset="WindowsLook" image="RadioButtonMark" />
     2827                    <Dim type="LeftEdge">
     2828                        <AbsoluteDim value="0" />
     2829                    </Dim>
     2830                    <Dim type="TopEdge">
     2831                        <AbsoluteDim value="0" />
     2832                    </Dim>
     2833                    <Dim type="Width">
     2834                        <UnifiedDim scale="1" type="Width" />
     2835                    </Dim>
     2836                    <Dim type="Height">
     2837                        <UnifiedDim scale="1" type="Height" />
     2838                    </Dim>
     2839                </Area>
     2840                <Image name="WindowsLook/RadioButtonMark" />
    26332841                <VertFormat type="CentreAligned" />
    26342842                <HorzFormat type="LeftAligned" />
     
    26702878        </StateImagery>
    26712879    </WidgetLook>
    2672 
    2673 
    2674     <!--
    2675     ***************************************************
    2676         WindowsLook/ScrollablePane
    2677     ***************************************************
    2678     -->
    26792880    <WidgetLook name="WindowsLook/ScrollablePane">
    26802881        <NamedArea name="ViewableArea">
    26812882            <Area>
    2682                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2683                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2684                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    2685                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     2883                <Dim type="LeftEdge">
     2884                    <AbsoluteDim value="0" />
     2885                </Dim>
     2886                <Dim type="TopEdge">
     2887                    <AbsoluteDim value="0" />
     2888                </Dim>
     2889                <Dim type="RightEdge">
     2890                    <UnifiedDim scale="1.0" type="RightEdge" />
     2891                </Dim>
     2892                <Dim type="BottomEdge">
     2893                    <UnifiedDim scale="1.0" type="BottomEdge" />
     2894                </Dim>
    26862895            </Area>
    26872896        </NamedArea>
    26882897        <NamedArea name="ViewableAreaHScroll">
    26892898            <Area>
    2690                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2691                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2692                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    2693                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-16" type="BottomEdge" /></Dim>
     2899                <Dim type="LeftEdge">
     2900                    <AbsoluteDim value="0" />
     2901                </Dim>
     2902                <Dim type="TopEdge">
     2903                    <AbsoluteDim value="0" />
     2904                </Dim>
     2905                <Dim type="RightEdge">
     2906                    <UnifiedDim scale="1.0" type="RightEdge" />
     2907                </Dim>
     2908                <Dim type="BottomEdge">
     2909                    <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" />
     2910                </Dim>
    26942911            </Area>
    26952912        </NamedArea>
    26962913        <NamedArea name="ViewableAreaVScroll">
    26972914            <Area>
    2698                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2699                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2700                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-16" type="RightEdge" /></Dim>
    2701                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     2915                <Dim type="LeftEdge">
     2916                    <AbsoluteDim value="0" />
     2917                </Dim>
     2918                <Dim type="TopEdge">
     2919                    <AbsoluteDim value="0" />
     2920                </Dim>
     2921                <Dim type="RightEdge">
     2922                    <UnifiedDim offset="-16" scale="1.0" type="RightEdge" />
     2923                </Dim>
     2924                <Dim type="BottomEdge">
     2925                    <UnifiedDim scale="1.0" type="BottomEdge" />
     2926                </Dim>
    27022927            </Area>
    27032928        </NamedArea>
    27042929        <NamedArea name="ViewableAreaHVScroll">
    27052930            <Area>
    2706                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2707                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2708                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-16" type="RightEdge" /></Dim>
    2709                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-16" type="BottomEdge" /></Dim>
     2931                <Dim type="LeftEdge">
     2932                    <AbsoluteDim value="0" />
     2933                </Dim>
     2934                <Dim type="TopEdge">
     2935                    <AbsoluteDim value="0" />
     2936                </Dim>
     2937                <Dim type="RightEdge">
     2938                    <UnifiedDim offset="-16" scale="1.0" type="RightEdge" />
     2939                </Dim>
     2940                <Dim type="BottomEdge">
     2941                    <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" />
     2942                </Dim>
    27102943            </Area>
    27112944        </NamedArea>
    2712         <Child  type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    2713             <Area>
    2714                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2715                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2716                 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim>
    2717                 <Dim type="Height" ><AbsoluteDim value="16" /></Dim>
     2945        <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
     2946            <Area>
     2947                <Dim type="LeftEdge">
     2948                    <AbsoluteDim value="0" />
     2949                </Dim>
     2950                <Dim type="TopEdge">
     2951                    <AbsoluteDim value="0" />
     2952                </Dim>
     2953                <Dim type="Width">
     2954                    <UnifiedDim offset="-16" scale="1" type="Width" />
     2955                </Dim>
     2956                <Dim type="Height">
     2957                    <AbsoluteDim value="16" />
     2958                </Dim>
    27182959            </Area>
    27192960            <VertAlignment type="BottomAligned" />
    27202961        </Child>
    2721         <Child  type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    2722             <Area>
    2723                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2724                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2725                 <Dim type="Width" ><AbsoluteDim value="16" /></Dim>
    2726                 <Dim type="Height" ><UnifiedDim scale="1" offset="-16" type="Height" /></Dim>
     2962        <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
     2963            <Area>
     2964                <Dim type="LeftEdge">
     2965                    <AbsoluteDim value="0" />
     2966                </Dim>
     2967                <Dim type="TopEdge">
     2968                    <AbsoluteDim value="0" />
     2969                </Dim>
     2970                <Dim type="Width">
     2971                    <AbsoluteDim value="16" />
     2972                </Dim>
     2973                <Dim type="Height">
     2974                    <UnifiedDim offset="-16" scale="1" type="Height" />
     2975                </Dim>
    27272976            </Area>
    27282977            <HorzAlignment type="RightAligned" />
     
    27312980        <StateImagery name="Disabled" />
    27322981    </WidgetLook>
    2733 
    2734 
    2735     <!--
    2736     ***************************************************
    2737         WindowsLook/VerticalScrollbarThumb
    2738     ***************************************************
    2739     -->
    27402982    <WidgetLook name="WindowsLook/VerticalScrollbarThumb">
    27412983        <Property name="VertFree" value="True" />
    2742         <Property name="UnifiedMinSize" value="{{0,0},{0,16}}" />
     2984        <Property name="MinSize" value="{{0,0},{0,16}}" />
    27432985        <ImagerySection name="normal">
    27442986            <FrameComponent>
    27452987                <Area>
    2746                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2747                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2748                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    2749                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    2750                 </Area>
    2751                 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonNormalTopLeft" />
    2752                 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonNormalTopRight" />
    2753                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonNormalBottomLeft" />
    2754                 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonNormalBottomRight" />
    2755                 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonNormalLeft" />
    2756                 <Image type="TopEdge" imageset="WindowsLook" image="ButtonNormalTop" />
    2757                 <Image type="RightEdge" imageset="WindowsLook" image="ButtonNormalRight" />
    2758                 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonNormalBottom" />
     2988                    <Dim type="LeftEdge">
     2989                        <AbsoluteDim value="0" />
     2990                    </Dim>
     2991                    <Dim type="TopEdge">
     2992                        <AbsoluteDim value="0" />
     2993                    </Dim>
     2994                    <Dim type="Width">
     2995                        <UnifiedDim scale="1.0" type="Width" />
     2996                    </Dim>
     2997                    <Dim type="Height">
     2998                        <UnifiedDim scale="1.0" type="Height" />
     2999                    </Dim>
     3000                </Area>
     3001                <Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft" />
     3002                <Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight" />
     3003                <Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft" />
     3004                <Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight" />
     3005                <Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft" />
     3006                <Image component="TopEdge" name="WindowsLook/ButtonNormalTop" />
     3007                <Image component="RightEdge" name="WindowsLook/ButtonNormalRight" />
     3008                <Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom" />
    27593009            </FrameComponent>
    27603010            <ImageryComponent>
    27613011                <Area>
    27623012                    <Dim type="LeftEdge">
    2763                         <ImageDim imageset="WindowsLook" image="ButtonNormalLeft" dimension="Width" />
    2764                     </Dim>
    2765                     <Dim type="TopEdge">
    2766                         <ImageDim imageset="WindowsLook" image="ButtonNormalTop" dimension="Height" />
     3013                        <ImageDim dimension="Width" name="WindowsLook/ButtonNormalLeft" />
     3014                    </Dim>
     3015                    <Dim type="TopEdge">
     3016                        <ImageDim dimension="Height" name="WindowsLook/ButtonNormalTop" />
    27673017                    </Dim>
    27683018                    <Dim type="RightEdge">
    2769                         <UnifiedDim scale="1" type="RightEdge">
    2770                             <DimOperator op="Subtract">
    2771                                 <ImageDim imageset="WindowsLook" image="ButtonNormalRight" dimension="Width" />
    2772                             </DimOperator>
    2773                         </UnifiedDim>
    2774                     </Dim>
    2775                     <Dim type="BottomEdge">
    2776                         <UnifiedDim scale="1" type="BottomEdge">
    2777                             <DimOperator op="Subtract">
    2778                                 <ImageDim imageset="WindowsLook" image="ButtonNormalBottom" dimension="Height" />
    2779                             </DimOperator>
    2780                         </UnifiedDim>
    2781                     </Dim>
    2782                 </Area>
    2783                 <Image imageset="WindowsLook" image="Background" />
    2784                 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />
     3019                        <OperatorDim op="Subtract">
     3020                            <UnifiedDim scale="1" type="RightEdge" />
     3021                            <ImageDim dimension="Width" name="WindowsLook/ButtonNormalRight" />
     3022                        </OperatorDim>
     3023                    </Dim>
     3024                    <Dim type="BottomEdge">
     3025                        <OperatorDim op="Subtract">
     3026                            <UnifiedDim scale="1" type="BottomEdge" />
     3027                            <ImageDim dimension="Height" name="WindowsLook/ButtonNormalBottom" />
     3028                        </OperatorDim>
     3029                    </Dim>
     3030                </Area>
     3031                <Image name="WindowsLook/Background" />
     3032                <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" />
    27853033                <VertFormat type="Stretched" />
    27863034                <HorzFormat type="Stretched" />
     
    27903038            <FrameComponent>
    27913039                <Area>
    2792                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2793                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2794                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    2795                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    2796                 </Area>
    2797                 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonHoverTopLeft" />
    2798                 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonHoverTopRight" />
    2799                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonHoverBottomLeft" />
    2800                 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonHoverBottomRight" />
    2801                 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonHoverLeft" />
    2802                 <Image type="TopEdge" imageset="WindowsLook" image="ButtonHoverTop" />
    2803                 <Image type="RightEdge" imageset="WindowsLook" image="ButtonHoverRight" />
    2804                 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonHoverBottom" />
     3040                    <Dim type="LeftEdge">
     3041                        <AbsoluteDim value="0" />
     3042                    </Dim>
     3043                    <Dim type="TopEdge">
     3044                        <AbsoluteDim value="0" />
     3045                    </Dim>
     3046                    <Dim type="Width">
     3047                        <UnifiedDim scale="1.0" type="Width" />
     3048                    </Dim>
     3049                    <Dim type="Height">
     3050                        <UnifiedDim scale="1.0" type="Height" />
     3051                    </Dim>
     3052                </Area>
     3053                <Image component="TopLeftCorner" name="WindowsLook/ButtonHoverTopLeft" />
     3054                <Image component="TopRightCorner" name="WindowsLook/ButtonHoverTopRight" />
     3055                <Image component="BottomLeftCorner" name="WindowsLook/ButtonHoverBottomLeft" />
     3056                <Image component="BottomRightCorner" name="WindowsLook/ButtonHoverBottomRight" />
     3057                <Image component="LeftEdge" name="WindowsLook/ButtonHoverLeft" />
     3058                <Image component="TopEdge" name="WindowsLook/ButtonHoverTop" />
     3059                <Image component="RightEdge" name="WindowsLook/ButtonHoverRight" />
     3060                <Image component="BottomEdge" name="WindowsLook/ButtonHoverBottom" />
    28053061            </FrameComponent>
    28063062            <ImageryComponent>
    28073063                <Area>
    28083064                    <Dim type="LeftEdge">
    2809                         <ImageDim imageset="WindowsLook" image="ButtonHoverLeft" dimension="Width" />
    2810                     </Dim>
    2811                     <Dim type="TopEdge">
    2812                         <ImageDim imageset="WindowsLook" image="ButtonHoverTop" dimension="Height" />
     3065                        <ImageDim dimension="Width" name="WindowsLook/ButtonHoverLeft" />
     3066                    </Dim>
     3067                    <Dim type="TopEdge">
     3068                        <ImageDim dimension="Height" name="WindowsLook/ButtonHoverTop" />
    28133069                    </Dim>
    28143070                    <Dim type="RightEdge">
    2815                         <UnifiedDim scale="1" type="RightEdge">
    2816                             <DimOperator op="Subtract">
    2817                                 <ImageDim imageset="WindowsLook" image="ButtonHoverRight" dimension="Width" />
    2818                             </DimOperator>
    2819                         </UnifiedDim>
    2820                     </Dim>
    2821                     <Dim type="BottomEdge">
    2822                         <UnifiedDim scale="1" type="BottomEdge">
    2823                             <DimOperator op="Subtract">
    2824                                 <ImageDim imageset="WindowsLook" image="ButtonHoverBottom" dimension="Height" />
    2825                             </DimOperator>
    2826                         </UnifiedDim>
    2827                     </Dim>
    2828                 </Area>
    2829                 <Image imageset="WindowsLook" image="Background" />
    2830                 <Colours topLeft="FFCFD9CF" topRight="FFF2FFF2" bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" />
     3071                        <OperatorDim op="Subtract">
     3072                            <UnifiedDim scale="1" type="RightEdge" />
     3073                            <ImageDim dimension="Width" name="WindowsLook/ButtonHoverRight" />
     3074                        </OperatorDim>
     3075                    </Dim>
     3076                    <Dim type="BottomEdge">
     3077                        <OperatorDim op="Subtract">
     3078                            <UnifiedDim scale="1" type="BottomEdge" />
     3079                            <ImageDim dimension="Height" name="WindowsLook/ButtonHoverBottom" />
     3080                        </OperatorDim>
     3081                    </Dim>
     3082                </Area>
     3083                <Image name="WindowsLook/Background" />
     3084                <Colours bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" topLeft="FFCFD9CF" topRight="FFF2FFF2" />
    28313085                <VertFormat type="Stretched" />
    28323086                <HorzFormat type="Stretched" />
     
    28363090            <FrameComponent>
    28373091                <Area>
    2838                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2839                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2840                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    2841                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    2842                 </Area>
    2843                 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonPushedTopLeft" />
    2844                 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonPushedTopRight" />
    2845                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonPushedBottomLeft" />
    2846                 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonPushedBottomRight" />
    2847                 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonPushedLeft" />
    2848                 <Image type="TopEdge" imageset="WindowsLook" image="ButtonPushedTop" />
    2849                 <Image type="RightEdge" imageset="WindowsLook" image="ButtonPushedRight" />
    2850                 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonPushedBottom" />
     3092                    <Dim type="LeftEdge">
     3093                        <AbsoluteDim value="0" />
     3094                    </Dim>
     3095                    <Dim type="TopEdge">
     3096                        <AbsoluteDim value="0" />
     3097                    </Dim>
     3098                    <Dim type="Width">
     3099                        <UnifiedDim scale="1.0" type="Width" />
     3100                    </Dim>
     3101                    <Dim type="Height">
     3102                        <UnifiedDim scale="1.0" type="Height" />
     3103                    </Dim>
     3104                </Area>
     3105                <Image component="TopLeftCorner" name="WindowsLook/ButtonPushedTopLeft" />
     3106                <Image component="TopRightCorner" name="WindowsLook/ButtonPushedTopRight" />
     3107                <Image component="BottomLeftCorner" name="WindowsLook/ButtonPushedBottomLeft" />
     3108                <Image component="BottomRightCorner" name="WindowsLook/ButtonPushedBottomRight" />
     3109                <Image component="LeftEdge" name="WindowsLook/ButtonPushedLeft" />
     3110                <Image component="TopEdge" name="WindowsLook/ButtonPushedTop" />
     3111                <Image component="RightEdge" name="WindowsLook/ButtonPushedRight" />
     3112                <Image component="BottomEdge" name="WindowsLook/ButtonPushedBottom" />
    28513113            </FrameComponent>
    28523114            <ImageryComponent>
    28533115                <Area>
    28543116                    <Dim type="LeftEdge">
    2855                         <ImageDim imageset="WindowsLook" image="ButtonPushedLeft" dimension="Width" />
    2856                     </Dim>
    2857                     <Dim type="TopEdge">
    2858                         <ImageDim imageset="WindowsLook" image="ButtonPushedTop" dimension="Height" />
     3117                        <ImageDim dimension="Width" name="WindowsLook/ButtonPushedLeft" />
     3118                    </Dim>
     3119                    <Dim type="TopEdge">
     3120                        <ImageDim dimension="Height" name="WindowsLook/ButtonPushedTop" />
    28593121                    </Dim>
    28603122                    <Dim type="RightEdge">
    2861                         <UnifiedDim scale="1" type="RightEdge">
    2862                             <DimOperator op="Subtract">
    2863                                 <ImageDim imageset="WindowsLook" image="ButtonPushedRight" dimension="Width" />
    2864                             </DimOperator>
    2865                         </UnifiedDim>
    2866                     </Dim>
    2867                     <Dim type="BottomEdge">
    2868                         <UnifiedDim scale="1" type="BottomEdge">
    2869                             <DimOperator op="Subtract">
    2870                                 <ImageDim imageset="WindowsLook" image="ButtonPushedBottom" dimension="Height" />
    2871                             </DimOperator>
    2872                         </UnifiedDim>
    2873                     </Dim>
    2874                 </Area>
    2875                 <Image imageset="WindowsLook" image="Background" />
    2876                 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />
     3123                        <OperatorDim op="Subtract">
     3124                            <UnifiedDim scale="1" type="RightEdge" />
     3125                            <ImageDim dimension="Width" name="WindowsLook/ButtonPushedRight" />
     3126                        </OperatorDim>
     3127                    </Dim>
     3128                    <Dim type="BottomEdge">
     3129                        <OperatorDim op="Subtract">
     3130                            <UnifiedDim scale="1" type="BottomEdge" />
     3131                            <ImageDim dimension="Height" name="WindowsLook/ButtonPushedBottom" />
     3132                        </OperatorDim>
     3133                    </Dim>
     3134                </Area>
     3135                <Image name="WindowsLook/Background" />
     3136                <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" />
    28773137                <VertFormat type="Stretched" />
    28783138                <HorzFormat type="Stretched" />
     
    28833143                <Area>
    28843144                    <Dim type="LeftEdge">
    2885                         <ImageDim imageset="WindowsLook" image="ButtonPushedLeft" dimension="Width" />
    2886                     </Dim>
    2887                     <Dim type="TopEdge">
    2888                         <ImageDim imageset="WindowsLook" image="ButtonPushedTop" dimension="Height" />
     3145                        <ImageDim dimension="Width" name="WindowsLook/ButtonPushedLeft" />
     3146                    </Dim>
     3147                    <Dim type="TopEdge">
     3148                        <ImageDim dimension="Height" name="WindowsLook/ButtonPushedTop" />
    28893149                    </Dim>
    28903150                    <Dim type="RightEdge">
    2891                         <UnifiedDim scale="1" type="RightEdge">
    2892                             <DimOperator op="Subtract">
    2893                                 <ImageDim imageset="WindowsLook" image="ButtonPushedRight" dimension="Width" />
    2894                             </DimOperator>
    2895                         </UnifiedDim>
    2896                     </Dim>
    2897                     <Dim type="BottomEdge">
    2898                         <UnifiedDim scale="1" type="BottomEdge">
    2899                             <DimOperator op="Subtract">
    2900                                 <ImageDim imageset="WindowsLook" image="ButtonPushedBottom" dimension="Height" />
    2901                             </DimOperator>
    2902                         </UnifiedDim>
    2903                     </Dim>
    2904                 </Area>
    2905                 <Image imageset="WindowsLook" image="VertScrollbarGrip" />
     3151                        <OperatorDim op="Subtract">
     3152                            <UnifiedDim scale="1" type="RightEdge" />
     3153                            <ImageDim dimension="Width" name="WindowsLook/ButtonPushedRight" />
     3154                        </OperatorDim>
     3155                    </Dim>
     3156                    <Dim type="BottomEdge">
     3157                        <OperatorDim op="Subtract">
     3158                            <UnifiedDim scale="1" type="BottomEdge" />
     3159                            <ImageDim dimension="Height" name="WindowsLook/ButtonPushedBottom" />
     3160                        </OperatorDim>
     3161                    </Dim>
     3162                </Area>
     3163                <Image name="WindowsLook/VertScrollbarGrip" />
    29063164                <VertFormat type="CentreAligned" />
    29073165                <HorzFormat type="Stretched" />
     
    29123170                <Section section="normal" />
    29133171                <Section section="gripper">
    2914                     <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />
     3172                    <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" />
    29153173                </Section>
    29163174            </Layer>
     
    29203178                <Section section="hover" />
    29213179                <Section section="gripper">
    2922                     <Colours topLeft="FFCFD9CF" topRight="FFF2FFF2" bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" />
     3180                    <Colours bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" topLeft="FFCFD9CF" topRight="FFF2FFF2" />
    29233181                </Section>
    29243182            </Layer>
     
    29283186                <Section section="pushed" />
    29293187                <Section section="gripper">
    2930                     <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />
     3188                    <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" />
    29313189                </Section>
    29323190            </Layer>
    29333191        </StateImagery>
    29343192    </WidgetLook>
    2935 
    2936 
    2937     <!--
    2938     ***************************************************
    2939         WindowsLook/VerticalScrollbar
    2940     ***************************************************
    2941     -->
    29423193    <WidgetLook name="WindowsLook/VerticalScrollbar">
    29433194        <Property name="VerticalScrollbar" value="True" />
     
    29453196        <NamedArea name="ThumbTrackArea">
    29463197            <Area>
    2947                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2948                 <Dim type="TopEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
    2949                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    2950                 <Dim type="BottomEdge" >
    2951                     <UnifiedDim scale="1.0" type="BottomEdge">
    2952                         <DimOperator op="Subtract">
    2953                             <UnifiedDim scale="1" type="Width" />
    2954                         </DimOperator>
    2955                     </UnifiedDim>
     3198                <Dim type="LeftEdge">
     3199                    <AbsoluteDim value="0" />
     3200                </Dim>
     3201                <Dim type="TopEdge">
     3202                    <UnifiedDim scale="1" type="Width" />
     3203                </Dim>
     3204                <Dim type="RightEdge">
     3205                    <UnifiedDim scale="1.0" type="RightEdge" />
     3206                </Dim>
     3207                <Dim type="BottomEdge">
     3208                    <OperatorDim op="Subtract">
     3209                        <UnifiedDim scale="1.0" type="BottomEdge" />
     3210                        <UnifiedDim scale="1" type="Width" />
     3211                    </OperatorDim>
    29563212                </Dim>
    29573213            </Area>
    29583214        </NamedArea>
    2959         <Child  type="WindowsLook/IconButton" nameSuffix="__auto_incbtn__">
    2960             <Area>
    2961                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2962                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2963                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2964                 <Dim type="Height" ><UnifiedDim scale="1" type="Width" /></Dim>
     3215        <Child nameSuffix="__auto_incbtn__" type="WindowsLook/IconButton">
     3216            <Area>
     3217                <Dim type="LeftEdge">
     3218                    <AbsoluteDim value="0" />
     3219                </Dim>
     3220                <Dim type="TopEdge">
     3221                    <AbsoluteDim value="0" />
     3222                </Dim>
     3223                <Dim type="Width">
     3224                    <UnifiedDim scale="1" type="Width" />
     3225                </Dim>
     3226                <Dim type="Height">
     3227                    <UnifiedDim scale="1" type="Width" />
     3228                </Dim>
    29653229            </Area>
    29663230            <VertAlignment type="BottomAligned" />
    2967             <Property name="IconImage" value="set:WindowsLook image:LargeDownArrow" />
     3231            <Property name="IconImage" value="WindowsLook/LargeDownArrow" />
    29683232        </Child>
    2969         <Child  type="WindowsLook/IconButton" nameSuffix="__auto_decbtn__">
    2970             <Area>
    2971                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2972                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2973                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2974                 <Dim type="Height" ><UnifiedDim scale="1" type="Width" /></Dim>
    2975             </Area>
    2976             <Property name="IconImage" value="set:WindowsLook image:LargeUpArrow" />
     3233        <Child nameSuffix="__auto_decbtn__" type="WindowsLook/IconButton">
     3234            <Area>
     3235                <Dim type="LeftEdge">
     3236                    <AbsoluteDim value="0" />
     3237                </Dim>
     3238                <Dim type="TopEdge">
     3239                    <AbsoluteDim value="0" />
     3240                </Dim>
     3241                <Dim type="Width">
     3242                    <UnifiedDim scale="1" type="Width" />
     3243                </Dim>
     3244                <Dim type="Height">
     3245                    <UnifiedDim scale="1" type="Width" />
     3246                </Dim>
     3247            </Area>
     3248            <Property name="IconImage" value="WindowsLook/LargeUpArrow" />
    29773249        </Child>
    2978         <Child  type="WindowsLook/VerticalScrollbarThumb" nameSuffix="__auto_thumb__">
    2979             <Area>
    2980                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2981                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2982                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2983                 <Dim type="Height" ><UnifiedDim scale="0.2" type="Height" /></Dim>
     3250        <Child nameSuffix="__auto_thumb__" type="WindowsLook/VerticalScrollbarThumb">
     3251            <Area>
     3252                <Dim type="LeftEdge">
     3253                    <AbsoluteDim value="0" />
     3254                </Dim>
     3255                <Dim type="TopEdge">
     3256                    <AbsoluteDim value="0" />
     3257                </Dim>
     3258                <Dim type="Width">
     3259                    <UnifiedDim scale="1" type="Width" />
     3260                </Dim>
     3261                <Dim type="Height">
     3262                    <UnifiedDim scale="0.2" type="Height" />
     3263                </Dim>
    29843264            </Area>
    29853265        </Child>
     
    29873267            <ImageryComponent>
    29883268                <Area>
    2989                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2990                     <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="LargeUpArrow" dimension="Height" /></Dim>
    2991                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    2992                     <Dim type="BottomEdge" >
    2993                         <UnifiedDim scale="1.0" type="BottomEdge">
    2994                             <DimOperator op="Subtract">
    2995                                 <ImageDim imageset="WindowsLook" image="LargeDownArrow" dimension="Height" />
    2996                             </DimOperator>
    2997                         </UnifiedDim>
    2998                     </Dim>
    2999                 </Area>
    3000                 <Image imageset="WindowsLook" image="Background" />
     3269                    <Dim type="LeftEdge">
     3270                        <AbsoluteDim value="0" />
     3271                    </Dim>
     3272                    <Dim type="TopEdge">
     3273                        <ImageDim dimension="Height" name="WindowsLook/LargeUpArrow" />
     3274                    </Dim>
     3275                    <Dim type="RightEdge">
     3276                        <UnifiedDim scale="1.0" type="RightEdge" />
     3277                    </Dim>
     3278                    <Dim type="BottomEdge">
     3279                        <OperatorDim op="Subtract">
     3280                            <UnifiedDim scale="1.0" type="BottomEdge" />
     3281                            <ImageDim dimension="Height" name="WindowsLook/LargeDownArrow" />
     3282                        </OperatorDim>
     3283                    </Dim>
     3284                </Area>
     3285                <Image name="WindowsLook/Background" />
    30013286                <VertFormat type="Stretched" />
    30023287                <HorzFormat type="Stretched" />
     
    30063291            <Layer>
    30073292                <Section section="main">
    3008                     <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" />
     3293                    <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" />
    30093294                </Section>
    30103295            </Layer>
     
    30133298            <Layer>
    30143299                <Section section="main">
    3015                     <Colours topLeft="FFBFBFBF" topRight="FFBFBFBF" bottomLeft="FFBFBFBF" bottomRight="FFBFBFBF" />
     3300                    <Colours bottomLeft="FFBFBFBF" bottomRight="FFBFBFBF" topLeft="FFBFBFBF" topRight="FFBFBFBF" />
    30163301                </Section>
    30173302            </Layer>
    30183303        </StateImagery>
    30193304    </WidgetLook>
    3020 
    3021 
    3022     <!--
    3023     ***************************************************
    3024         WindowsLook/HorizontalScrollbarThumb
    3025     ***************************************************
    3026     -->
    30273305    <WidgetLook name="WindowsLook/HorizontalScrollbarThumb">
    30283306        <Property name="HorzFree" value="True" />
    3029         <Property name="UnifiedMinSize" value="{{0,16},{0,0}}" />
     3307        <Property name="MinSize" value="{{0,16},{0,0}}" />
    30303308        <ImagerySection name="normal">
    30313309            <FrameComponent>
    30323310                <Area>
    3033                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3034                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3035                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    3036                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    3037                 </Area>
    3038                 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonNormalTopLeft" />
    3039                 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonNormalTopRight" />
    3040                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonNormalBottomLeft" />
    3041                 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonNormalBottomRight" />
    3042                 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonNormalLeft" />
    3043                 <Image type="TopEdge" imageset="WindowsLook" image="ButtonNormalTop" />
    3044                 <Image type="RightEdge" imageset="WindowsLook" image="ButtonNormalRight" />
    3045                 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonNormalBottom" />
     3311                    <Dim type="LeftEdge">
     3312                        <AbsoluteDim value="0" />
     3313                    </Dim>
     3314                    <Dim type="TopEdge">
     3315                        <AbsoluteDim value="0" />
     3316                    </Dim>
     3317                    <Dim type="Width">
     3318                        <UnifiedDim scale="1.0" type="Width" />
     3319                    </Dim>
     3320                    <Dim type="Height">
     3321                        <UnifiedDim scale="1.0" type="Height" />
     3322                    </Dim>
     3323                </Area>
     3324                <Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft" />
     3325                <Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight" />
     3326                <Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft" />
     3327                <Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight" />
     3328                <Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft" />
     3329                <Image component="TopEdge" name="WindowsLook/ButtonNormalTop" />
     3330                <Image component="RightEdge" name="WindowsLook/ButtonNormalRight" />
     3331                <Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom" />
    30463332            </FrameComponent>
    30473333            <ImageryComponent>
    30483334                <Area>
    30493335                    <Dim type="LeftEdge">
    3050                         <ImageDim imageset="WindowsLook" image="ButtonNormalLeft" dimension="Width" />
    3051                     </Dim>
    3052                     <Dim type="TopEdge">
    3053                         <ImageDim imageset="WindowsLook" image="ButtonNormalTop" dimension="Height" />
     3336                        <ImageDim dimension="Width" name="WindowsLook/ButtonNormalLeft" />
     3337                    </Dim>
     3338                    <Dim type="TopEdge">
     3339                        <ImageDim dimension="Height" name="WindowsLook/ButtonNormalTop" />
    30543340                    </Dim>
    30553341                    <Dim type="RightEdge">
    3056                         <UnifiedDim scale="1" type="RightEdge">
    3057                             <DimOperator op="Subtract">
    3058                                 <ImageDim imageset="WindowsLook" image="ButtonNormalRight" dimension="Width" />
    3059                             </DimOperator>
    3060                         </UnifiedDim>
    3061                     </Dim>
    3062                     <Dim type="BottomEdge">
    3063                         <UnifiedDim scale="1" type="BottomEdge">
    3064                             <DimOperator op="Subtract">
    3065                                 <ImageDim imageset="WindowsLook" image="ButtonNormalBottom" dimension="Height" />
    3066                             </DimOperator>
    3067                         </UnifiedDim>
    3068                     </Dim>
    3069                 </Area>
    3070                 <Image imageset="WindowsLook" image="Background" />
    3071                 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />
     3342                        <OperatorDim op="Subtract">
     3343                            <UnifiedDim scale="1" type="RightEdge" />
     3344                            <ImageDim dimension="Width" name="WindowsLook/ButtonNormalRight" />
     3345                        </OperatorDim>
     3346                    </Dim>
     3347                    <Dim type="BottomEdge">
     3348                        <OperatorDim op="Subtract">
     3349                            <UnifiedDim scale="1" type="BottomEdge" />
     3350                            <ImageDim dimension="Height" name="WindowsLook/ButtonNormalBottom" />
     3351                        </OperatorDim>
     3352                    </Dim>
     3353                </Area>
     3354                <Image name="WindowsLook/Background" />
     3355                <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" />
    30723356                <VertFormat type="Stretched" />
    30733357                <HorzFormat type="Stretched" />
     
    30773361            <FrameComponent>
    30783362                <Area>
    3079                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3080                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3081                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    3082                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    3083                 </Area>
    3084                 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonHoverTopLeft" />
    3085                 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonHoverTopRight" />
    3086                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonHoverBottomLeft" />
    3087                 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonHoverBottomRight" />
    3088                 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonHoverLeft" />
    3089                 <Image type="TopEdge" imageset="WindowsLook" image="ButtonHoverTop" />
    3090                 <Image type="RightEdge" imageset="WindowsLook" image="ButtonHoverRight" />
    3091                 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonHoverBottom" />
     3363                    <Dim type="LeftEdge">
     3364                        <AbsoluteDim value="0" />
     3365                    </Dim>
     3366                    <Dim type="TopEdge">
     3367                        <AbsoluteDim value="0" />
     3368                    </Dim>
     3369                    <Dim type="Width">
     3370                        <UnifiedDim scale="1.0" type="Width" />
     3371                    </Dim>
     3372                    <Dim type="Height">
     3373                        <UnifiedDim scale="1.0" type="Height" />
     3374                    </Dim>
     3375                </Area>
     3376                <Image component="TopLeftCorner" name="WindowsLook/ButtonHoverTopLeft" />
     3377                <Image component="TopRightCorner" name="WindowsLook/ButtonHoverTopRight" />
     3378                <Image component="BottomLeftCorner" name="WindowsLook/ButtonHoverBottomLeft" />
     3379                <Image component="BottomRightCorner" name="WindowsLook/ButtonHoverBottomRight" />
     3380                <Image component="LeftEdge" name="WindowsLook/ButtonHoverLeft" />
     3381                <Image component="TopEdge" name="WindowsLook/ButtonHoverTop" />
     3382                <Image component="RightEdge" name="WindowsLook/ButtonHoverRight" />
     3383                <Image component="BottomEdge" name="WindowsLook/ButtonHoverBottom" />
    30923384            </FrameComponent>
    30933385            <ImageryComponent>
    30943386                <Area>
    30953387                    <Dim type="LeftEdge">
    3096                         <ImageDim imageset="WindowsLook" image="ButtonHoverLeft" dimension="Width" />
    3097                     </Dim>
    3098                     <Dim type="TopEdge">
    3099                         <ImageDim imageset="WindowsLook" image="ButtonHoverTop" dimension="Height" />
     3388                        <ImageDim dimension="Width" name="WindowsLook/ButtonHoverLeft" />
     3389                    </Dim>
     3390                    <Dim type="TopEdge">
     3391                        <ImageDim dimension="Height" name="WindowsLook/ButtonHoverTop" />
    31003392                    </Dim>
    31013393                    <Dim type="RightEdge">
    3102                         <UnifiedDim scale="1" type="RightEdge">
    3103                             <DimOperator op="Subtract">
    3104                                 <ImageDim imageset="WindowsLook" image="ButtonHoverRight" dimension="Width" />
    3105                             </DimOperator>
    3106                         </UnifiedDim>
    3107                     </Dim>
    3108                     <Dim type="BottomEdge">
    3109                         <UnifiedDim scale="1" type="BottomEdge">
    3110                             <DimOperator op="Subtract">
    3111                                 <ImageDim imageset="WindowsLook" image="ButtonHoverBottom" dimension="Height" />
    3112                             </DimOperator>
    3113                         </UnifiedDim>
    3114                     </Dim>
    3115                 </Area>
    3116                 <Image imageset="WindowsLook" image="Background" />
    3117                 <Colours topLeft="FFCFD9CF" topRight="FFF2FFF2" bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" />
     3394                        <OperatorDim op="Subtract">
     3395                            <UnifiedDim scale="1" type="RightEdge" />
     3396                            <ImageDim dimension="Width" name="WindowsLook/ButtonHoverRight" />
     3397                        </OperatorDim>
     3398                    </Dim>
     3399                    <Dim type="BottomEdge">
     3400                        <OperatorDim op="Subtract">
     3401                            <UnifiedDim scale="1" type="BottomEdge" />
     3402                            <ImageDim dimension="Height" name="WindowsLook/ButtonHoverBottom" />
     3403                        </OperatorDim>
     3404                    </Dim>
     3405                </Area>
     3406                <Image name="WindowsLook/Background" />
     3407                <Colours bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" topLeft="FFCFD9CF" topRight="FFF2FFF2" />
    31183408                <VertFormat type="Stretched" />
    31193409                <HorzFormat type="Stretched" />
     
    31233413            <FrameComponent>
    31243414                <Area>
    3125                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3126                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3127                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    3128                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    3129                 </Area>
    3130                 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonPushedTopLeft" />
    3131                 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonPushedTopRight" />
    3132                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonPushedBottomLeft" />
    3133                 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonPushedBottomRight" />
    3134                 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonPushedLeft" />
    3135                 <Image type="TopEdge" imageset="WindowsLook" image="ButtonPushedTop" />
    3136                 <Image type="RightEdge" imageset="WindowsLook" image="ButtonPushedRight" />
    3137                 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonPushedBottom" />
     3415                    <Dim type="LeftEdge">
     3416                        <AbsoluteDim value="0" />
     3417                    </Dim>
     3418                    <Dim type="TopEdge">
     3419                        <AbsoluteDim value="0" />
     3420                    </Dim>
     3421                    <Dim type="Width">
     3422                        <UnifiedDim scale="1.0" type="Width" />
     3423                    </Dim>
     3424                    <Dim type="Height">
     3425                        <UnifiedDim scale="1.0" type="Height" />
     3426                    </Dim>
     3427                </Area>
     3428                <Image component="TopLeftCorner" name="WindowsLook/ButtonPushedTopLeft" />
     3429                <Image component="TopRightCorner" name="WindowsLook/ButtonPushedTopRight" />
     3430                <Image component="BottomLeftCorner" name="WindowsLook/ButtonPushedBottomLeft" />
     3431                <Image component="BottomRightCorner" name="WindowsLook/ButtonPushedBottomRight" />
     3432                <Image component="LeftEdge" name="WindowsLook/ButtonPushedLeft" />
     3433                <Image component="TopEdge" name="WindowsLook/ButtonPushedTop" />
     3434                <Image component="RightEdge" name="WindowsLook/ButtonPushedRight" />
     3435                <Image component="BottomEdge" name="WindowsLook/ButtonPushedBottom" />
    31383436            </FrameComponent>
    31393437            <ImageryComponent>
    31403438                <Area>
    31413439                    <Dim type="LeftEdge">
    3142                         <ImageDim imageset="WindowsLook" image="ButtonPushedLeft" dimension="Width" />
    3143                     </Dim>
    3144                     <Dim type="TopEdge">
    3145                         <ImageDim imageset="WindowsLook" image="ButtonPushedTop" dimension="Height" />
     3440                        <ImageDim dimension="Width" name="WindowsLook/ButtonPushedLeft" />
     3441                    </Dim>
     3442                    <Dim type="TopEdge">
     3443                        <ImageDim dimension="Height" name="WindowsLook/ButtonPushedTop" />
    31463444                    </Dim>
    31473445                    <Dim type="RightEdge">
    3148                         <UnifiedDim scale="1" type="RightEdge">
    3149                             <DimOperator op="Subtract">
    3150                                 <ImageDim imageset="WindowsLook" image="ButtonPushedRight" dimension="Width" />
    3151                             </DimOperator>
    3152                         </UnifiedDim>
    3153                     </Dim>
    3154                     <Dim type="BottomEdge">
    3155                         <UnifiedDim scale="1" type="BottomEdge">
    3156                             <DimOperator op="Subtract">
    3157                                 <ImageDim imageset="WindowsLook" image="ButtonPushedBottom" dimension="Height" />
    3158                             </DimOperator>
    3159                         </UnifiedDim>
    3160                     </Dim>
    3161                 </Area>
    3162                 <Image imageset="WindowsLook" image="Background" />
    3163                 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />
     3446                        <OperatorDim op="Subtract">
     3447                            <UnifiedDim scale="1" type="RightEdge" />
     3448                            <ImageDim dimension="Width" name="WindowsLook/ButtonPushedRight" />
     3449                        </OperatorDim>
     3450                    </Dim>
     3451                    <Dim type="BottomEdge">
     3452                        <OperatorDim op="Subtract">
     3453                            <UnifiedDim scale="1" type="BottomEdge" />
     3454                            <ImageDim dimension="Height" name="WindowsLook/ButtonPushedBottom" />
     3455                        </OperatorDim>
     3456                    </Dim>
     3457                </Area>
     3458                <Image name="WindowsLook/Background" />
     3459                <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" />
    31643460                <VertFormat type="Stretched" />
    31653461                <HorzFormat type="Stretched" />
     
    31703466                <Area>
    31713467                    <Dim type="LeftEdge">
    3172                         <ImageDim imageset="WindowsLook" image="ButtonPushedLeft" dimension="Width" />
    3173                     </Dim>
    3174                     <Dim type="TopEdge">
    3175                         <ImageDim imageset="WindowsLook" image="ButtonPushedTop" dimension="Height" />
     3468                        <ImageDim dimension="Width" name="WindowsLook/ButtonPushedLeft" />
     3469                    </Dim>
     3470                    <Dim type="TopEdge">
     3471                        <ImageDim dimension="Height" name="WindowsLook/ButtonPushedTop" />
    31763472                    </Dim>
    31773473                    <Dim type="RightEdge">
    3178                         <UnifiedDim scale="1" type="RightEdge">
    3179                             <DimOperator op="Subtract">
    3180                                 <ImageDim imageset="WindowsLook" image="ButtonPushedRight" dimension="Width" />
    3181                             </DimOperator>
    3182                         </UnifiedDim>
    3183                     </Dim>
    3184                     <Dim type="BottomEdge">
    3185                         <UnifiedDim scale="1" type="BottomEdge">
    3186                             <DimOperator op="Subtract">
    3187                                 <ImageDim imageset="WindowsLook" image="ButtonPushedBottom" dimension="Height" />
    3188                             </DimOperator>
    3189                         </UnifiedDim>
    3190                     </Dim>
    3191                 </Area>
    3192                 <Image imageset="WindowsLook" image="HorzScrollbarGrip" />
     3474                        <OperatorDim op="Subtract">
     3475                            <UnifiedDim scale="1" type="RightEdge" />
     3476                            <ImageDim dimension="Width" name="WindowsLook/ButtonPushedRight" />
     3477                        </OperatorDim>
     3478                    </Dim>
     3479                    <Dim type="BottomEdge">
     3480                        <OperatorDim op="Subtract">
     3481                            <UnifiedDim scale="1" type="BottomEdge" />
     3482                            <ImageDim dimension="Height" name="WindowsLook/ButtonPushedBottom" />
     3483                        </OperatorDim>
     3484                    </Dim>
     3485                </Area>
     3486                <Image name="WindowsLook/HorzScrollbarGrip" />
    31933487                <VertFormat type="Stretched" />
    31943488                <HorzFormat type="CentreAligned" />
     
    31993493                <Section section="normal" />
    32003494                <Section section="gripper">
    3201                     <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />
     3495                    <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" />
    32023496                </Section>
    32033497            </Layer>
     
    32073501                <Section section="hover" />
    32083502                <Section section="gripper">
    3209                     <Colours topLeft="FFCFD9CF" topRight="FFF2FFF2" bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" />
     3503                    <Colours bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" topLeft="FFCFD9CF" topRight="FFF2FFF2" />
    32103504                </Section>
    32113505            </Layer>
     
    32153509                <Section section="pushed" />
    32163510                <Section section="gripper">
    3217                     <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />
     3511                    <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" />
    32183512                </Section>
    32193513            </Layer>
    32203514        </StateImagery>
    32213515    </WidgetLook>
    3222 
    3223 
    3224     <!--
    3225     ***************************************************
    3226         WindowsLook/HorizontalScrollbar
    3227     ***************************************************
    3228     -->
    32293516    <WidgetLook name="WindowsLook/HorizontalScrollbar">
    32303517        <Property name="WantsMultiClickEvents" value="False" />
    32313518        <NamedArea name="ThumbTrackArea">
    32323519            <Area>
    3233                 <Dim type="LeftEdge" ><UnifiedDim scale="1" type="Height" /></Dim>
    3234                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3235                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge">
    3236                         <DimOperator op="Subtract">
    3237                             <UnifiedDim scale="1" type="Height" />
    3238                         </DimOperator>
    3239                     </UnifiedDim>
    3240                 </Dim>
    3241                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     3520                <Dim type="LeftEdge">
     3521                    <UnifiedDim scale="1" type="Height" />
     3522                </Dim>
     3523                <Dim type="TopEdge">
     3524                    <AbsoluteDim value="0" />
     3525                </Dim>
     3526                <Dim type="RightEdge">
     3527                    <OperatorDim op="Subtract">
     3528                        <UnifiedDim scale="1.0" type="RightEdge" />
     3529                        <UnifiedDim scale="1" type="Height" />
     3530                    </OperatorDim>
     3531                </Dim>
     3532                <Dim type="BottomEdge">
     3533                    <UnifiedDim scale="1.0" type="BottomEdge" />
     3534                </Dim>
    32423535            </Area>
    32433536        </NamedArea>
    3244         <Child  type="WindowsLook/IconButton" nameSuffix="__auto_incbtn__">
    3245             <Area>
    3246                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3247                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3248                 <Dim type="Width" ><UnifiedDim scale="1" type="Height" /></Dim>
    3249                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     3537        <Child nameSuffix="__auto_incbtn__" type="WindowsLook/IconButton">
     3538            <Area>
     3539                <Dim type="LeftEdge">
     3540                    <AbsoluteDim value="0" />
     3541                </Dim>
     3542                <Dim type="TopEdge">
     3543                    <AbsoluteDim value="0" />
     3544                </Dim>
     3545                <Dim type="Width">
     3546                    <UnifiedDim scale="1" type="Height" />
     3547                </Dim>
     3548                <Dim type="Height">
     3549                    <UnifiedDim scale="1" type="Height" />
     3550                </Dim>
    32503551            </Area>
    32513552            <HorzAlignment type="RightAligned" />
    3252             <Property name="IconImage" value="set:WindowsLook image:LargeRightArrow" />
     3553            <Property name="IconImage" value="WindowsLook/LargeRightArrow" />
    32533554        </Child>
    3254         <Child  type="WindowsLook/IconButton" nameSuffix="__auto_decbtn__">
    3255             <Area>
    3256                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3257                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3258                 <Dim type="Width" ><UnifiedDim scale="1" type="Height" /></Dim>
    3259                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3260             </Area>
    3261             <Property name="IconImage" value="set:WindowsLook image:LargeLeftArrow" />
     3555        <Child nameSuffix="__auto_decbtn__" type="WindowsLook/IconButton">
     3556            <Area>
     3557                <Dim type="LeftEdge">
     3558                    <AbsoluteDim value="0" />
     3559                </Dim>
     3560                <Dim type="TopEdge">
     3561                    <AbsoluteDim value="0" />
     3562                </Dim>
     3563                <Dim type="Width">
     3564                    <UnifiedDim scale="1" type="Height" />
     3565                </Dim>
     3566                <Dim type="Height">
     3567                    <UnifiedDim scale="1" type="Height" />
     3568                </Dim>
     3569            </Area>
     3570            <Property name="IconImage" value="WindowsLook/LargeLeftArrow" />
    32623571        </Child>
    3263         <Child  type="WindowsLook/HorizontalScrollbarThumb" nameSuffix="__auto_thumb__">
    3264             <Area>
    3265                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3266                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3267                 <Dim type="Width" ><UnifiedDim scale="0.2" type="Width" /></Dim>
    3268                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     3572        <Child nameSuffix="__auto_thumb__" type="WindowsLook/HorizontalScrollbarThumb">
     3573            <Area>
     3574                <Dim type="LeftEdge">
     3575                    <AbsoluteDim value="0" />
     3576                </Dim>
     3577                <Dim type="TopEdge">
     3578                    <AbsoluteDim value="0" />
     3579                </Dim>
     3580                <Dim type="Width">
     3581                    <UnifiedDim scale="0.2" type="Width" />
     3582                </Dim>
     3583                <Dim type="Height">
     3584                    <UnifiedDim scale="1" type="Height" />
     3585                </Dim>
    32693586            </Area>
    32703587        </Child>
     
    32723589            <ImageryComponent>
    32733590                <Area>
    3274                     <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="LargeLeftArrow" dimension="Height" /></Dim>
    3275                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3276                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge">
    3277                             <DimOperator op="Subtract">
    3278                                 <ImageDim imageset="WindowsLook" image="LargeRightArrow" dimension="Height" />
    3279                             </DimOperator>
    3280                         </UnifiedDim></Dim>
    3281                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    3282                 </Area>
    3283                 <Image imageset="WindowsLook" image="Background" />
    3284                 <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" />
     3591                    <Dim type="LeftEdge">
     3592                        <ImageDim dimension="Height" name="WindowsLook/LargeLeftArrow" />
     3593                    </Dim>
     3594                    <Dim type="TopEdge">
     3595                        <AbsoluteDim value="0" />
     3596                    </Dim>
     3597                    <Dim type="RightEdge">
     3598                        <OperatorDim op="Subtract">
     3599                            <UnifiedDim scale="1.0" type="RightEdge" />
     3600                            <ImageDim dimension="Height" name="WindowsLook/LargeRightArrow" />
     3601                        </OperatorDim>
     3602                    </Dim>
     3603                    <Dim type="BottomEdge">
     3604                        <UnifiedDim scale="1.0" type="BottomEdge" />
     3605                    </Dim>
     3606                </Area>
     3607                <Image name="WindowsLook/Background" />
     3608                <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" />
    32853609                <VertFormat type="Stretched" />
    32863610                <HorzFormat type="Stretched" />
     
    32983622        </StateImagery>
    32993623    </WidgetLook>
    3300 
    3301 
    3302     <!--
    3303     ***************************************************
    3304         WindowsLook/SliderThumb
    3305     ***************************************************
    3306     -->
    33073624    <WidgetLook name="WindowsLook/SliderThumb">
    33083625        <Property name="HorzFree" value="True" />
     
    33103627            <ImageryComponent>
    33113628                <Area>
    3312                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3313                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3314                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    3315                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    3316                 </Area>
    3317                 <Image imageset="WindowsLook" image="SliderThumbNormal" />
     3629                    <Dim type="LeftEdge">
     3630                        <AbsoluteDim value="0" />
     3631                    </Dim>
     3632                    <Dim type="TopEdge">
     3633                        <AbsoluteDim value="0" />
     3634                    </Dim>
     3635                    <Dim type="Width">
     3636                        <UnifiedDim scale="1.0" type="Width" />
     3637                    </Dim>
     3638                    <Dim type="Height">
     3639                        <UnifiedDim scale="1.0" type="Height" />
     3640                    </Dim>
     3641                </Area>
     3642                <Image name="WindowsLook/SliderThumbNormal" />
    33183643                <VertFormat type="Stretched" />
    33193644                <HorzFormat type="Stretched" />
     
    33233648            <ImageryComponent>
    33243649                <Area>
    3325                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3326                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3327                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    3328                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    3329                 </Area>
    3330                 <Image imageset="WindowsLook" image="SliderThumbHover" />
     3650                    <Dim type="LeftEdge">
     3651                        <AbsoluteDim value="0" />
     3652                    </Dim>
     3653                    <Dim type="TopEdge">
     3654                        <AbsoluteDim value="0" />
     3655                    </Dim>
     3656                    <Dim type="Width">
     3657                        <UnifiedDim scale="1.0" type="Width" />
     3658                    </Dim>
     3659                    <Dim type="Height">
     3660                        <UnifiedDim scale="1.0" type="Height" />
     3661                    </Dim>
     3662                </Area>
     3663                <Image name="WindowsLook/SliderThumbHover" />
    33313664                <VertFormat type="Stretched" />
    33323665                <HorzFormat type="Stretched" />
     
    33513684            <Layer>
    33523685                <Section section="normal">
    3353                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3686                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    33543687                </Section>
    33553688            </Layer>
    33563689        </StateImagery>
    33573690    </WidgetLook>
    3358 
    3359 
    3360     <!--
    3361     ***************************************************
    3362         WindowsLook/Slider
    3363     ***************************************************
    3364     -->
    33653691    <WidgetLook name="WindowsLook/Slider">
    33663692        <Property name="HorizontalSlider" value="True" />
    3367         <Property name="MouseButtonDownAutoRepeat" value="True" />
     3693        <Property name="MouseAutoRepeatEnabled" value="True" />
    33683694        <Property name="WantsMultiClickEvents" value="False" />
    33693695        <NamedArea name="ThumbTrackArea">
    33703696            <Area>
    3371                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3372                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3373                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    3374                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     3697                <Dim type="LeftEdge">
     3698                    <AbsoluteDim value="0" />
     3699                </Dim>
     3700                <Dim type="TopEdge">
     3701                    <AbsoluteDim value="0" />
     3702                </Dim>
     3703                <Dim type="RightEdge">
     3704                    <UnifiedDim scale="1.0" type="RightEdge" />
     3705                </Dim>
     3706                <Dim type="BottomEdge">
     3707                    <UnifiedDim scale="1.0" type="BottomEdge" />
     3708                </Dim>
    33753709            </Area>
    33763710        </NamedArea>
    3377         <Child  type="WindowsLook/SliderThumb" nameSuffix="__auto_thumb__">
    3378             <Area>
    3379                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3380                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3381                 <Dim type="Width" ><ImageDim imageset="WindowsLook" image="SliderThumbNormal" dimension="Width" /></Dim>
    3382                 <Dim type="Height" ><ImageDim imageset="WindowsLook" image="SliderThumbNormal" dimension="Height" /></Dim>
     3711        <Child nameSuffix="__auto_thumb__" type="WindowsLook/SliderThumb">
     3712            <Area>
     3713                <Dim type="LeftEdge">
     3714                    <AbsoluteDim value="0" />
     3715                </Dim>
     3716                <Dim type="TopEdge">
     3717                    <AbsoluteDim value="0" />
     3718                </Dim>
     3719                <Dim type="Width">
     3720                    <ImageDim dimension="Width" name="WindowsLook/SliderThumbNormal" />
     3721                </Dim>
     3722                <Dim type="Height">
     3723                    <ImageDim dimension="Height" name="WindowsLook/SliderThumbNormal" />
     3724                </Dim>
    33833725            </Area>
    33843726            <VertAlignment type="CentreAligned" />
     
    33873729            <FrameComponent>
    33883730                <Area>
    3389                     <Dim type="LeftEdge" >
    3390                         <ImageDim imageset="WindowsLook" image="SliderThumbNormal" dimension="Width">
    3391                             <DimOperator op="Multiply">
     3731                    <Dim type="LeftEdge">
     3732                        <OperatorDim op="Multiply">
     3733                            <ImageDim dimension="Width" name="WindowsLook/SliderThumbNormal" />
     3734                            <AbsoluteDim value="0.5" />
     3735                        </OperatorDim>
     3736                    </Dim>
     3737                    <Dim type="TopEdge">
     3738                        <OperatorDim op="Subtract">
     3739                            <UnifiedDim scale="0.5" type="TopEdge" />
     3740                            <OperatorDim op="Multiply">
     3741                                <ImageDim dimension="Height" name="WindowsLook/SlidertrackMiddle" />
    33923742                                <AbsoluteDim value="0.5" />
    3393                             </DimOperator>
    3394                         </ImageDim>
    3395                     </Dim>
    3396                     <Dim type="TopEdge" >
    3397                         <UnifiedDim scale="0.5" type="TopEdge">
    3398                             <DimOperator op="Subtract">
    3399                                 <ImageDim imageset="WindowsLook" image="SlidertrackMiddle" dimension="Height">
    3400                                     <DimOperator op="Multiply">
    3401                                         <AbsoluteDim value="0.5" />
    3402                                     </DimOperator>
    3403                                 </ImageDim>
    3404                             </DimOperator>
    3405                         </UnifiedDim>
    3406                     </Dim>
    3407                     <Dim type="RightEdge" >
    3408                         <UnifiedDim scale="1.0" type="RightEdge">
    3409                             <DimOperator op="Subtract">
    3410                                 <ImageDim imageset="WindowsLook" image="SliderThumbNormal" dimension="Width">
    3411                                     <DimOperator op="Multiply">
    3412                                         <AbsoluteDim value="0.5" />
    3413                                     </DimOperator>
    3414                                 </ImageDim>
    3415                             </DimOperator>
    3416                         </UnifiedDim>
    3417                     </Dim>
    3418                     <Dim type="Height" ><ImageDim imageset="WindowsLook" image="SlidertrackMiddle" dimension="Height" /></Dim>
    3419                 </Area>
    3420                 <Image type="LeftEdge" imageset="WindowsLook" image="SliderTrackLeft" />
    3421                 <Image type="RightEdge" imageset="WindowsLook" image="SliderTrackRight" />
    3422                 <Image type="Background" imageset="WindowsLook" image="SlidertrackMiddle" />
     3743                            </OperatorDim>
     3744                        </OperatorDim>
     3745                    </Dim>
     3746                    <Dim type="RightEdge">
     3747                        <OperatorDim op="Subtract">
     3748                            <UnifiedDim scale="1.0" type="RightEdge" />
     3749                            <OperatorDim op="Multiply">
     3750                                <ImageDim dimension="Width" name="WindowsLook/SliderThumbNormal" />
     3751                                <AbsoluteDim value="0.5" />
     3752                            </OperatorDim>
     3753                        </OperatorDim>
     3754                    </Dim>
     3755                    <Dim type="Height">
     3756                        <ImageDim dimension="Height" name="WindowsLook/SlidertrackMiddle" />
     3757                    </Dim>
     3758                </Area>
     3759                <Image component="LeftEdge" name="WindowsLook/SliderTrackLeft" />
     3760                <Image component="RightEdge" name="WindowsLook/SliderTrackRight" />
     3761                <Image component="Background" name="WindowsLook/SlidertrackMiddle" />
    34233762                <VertFormat type="Stretched" />
    34243763                <HorzFormat type="Stretched" />
     
    34363775        </StateImagery>
    34373776    </WidgetLook>
    3438 
    3439 
    3440     <!--
    3441     ***************************************************
    3442         WindowsLook/Spinner
    3443     ***************************************************
    3444     -->
    34453777    <WidgetLook name="WindowsLook/Spinner">
    3446         <Child  type="WindowsLook/Editbox" nameSuffix="__auto_editbox__">
    3447             <Area>
    3448                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3449                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3450                 <Dim type="RightEdge" >
    3451                     <UnifiedDim scale="1" type="RightEdge">
    3452                         <DimOperator op="Subtract">
    3453                             <UnifiedDim scale="0.5" type="Height" />
    3454                         </DimOperator>
    3455                     </UnifiedDim>
    3456                 </Dim>
    3457                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     3778        <Child nameSuffix="__auto_editbox__" type="WindowsLook/Editbox">
     3779            <Area>
     3780                <Dim type="LeftEdge">
     3781                    <AbsoluteDim value="0" />
     3782                </Dim>
     3783                <Dim type="TopEdge">
     3784                    <AbsoluteDim value="0" />
     3785                </Dim>
     3786                <Dim type="RightEdge">
     3787                    <OperatorDim op="Subtract">
     3788                        <UnifiedDim scale="1" type="RightEdge" />
     3789                        <UnifiedDim scale="0.5" type="Height" />
     3790                    </OperatorDim>
     3791                </Dim>
     3792                <Dim type="Height">
     3793                    <UnifiedDim scale="1" type="Height" />
     3794                </Dim>
    34583795            </Area>
    34593796        </Child>
    3460         <Child  type="WindowsLook/IconButton" nameSuffix="__auto_incbtn__">
    3461             <Area>
    3462                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3463                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3464                 <Dim type="Width" ><UnifiedDim scale="0.5" type="Height" /></Dim>
    3465                 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
     3797        <Child nameSuffix="__auto_incbtn__" type="WindowsLook/IconButton">
     3798            <Area>
     3799                <Dim type="LeftEdge">
     3800                    <AbsoluteDim value="0" />
     3801                </Dim>
     3802                <Dim type="TopEdge">
     3803                    <AbsoluteDim value="0" />
     3804                </Dim>
     3805                <Dim type="Width">
     3806                    <UnifiedDim scale="0.5" type="Height" />
     3807                </Dim>
     3808                <Dim type="Height">
     3809                    <UnifiedDim scale="0.5" type="Height" />
     3810                </Dim>
    34663811            </Area>
    34673812            <HorzAlignment type="RightAligned" />
    3468             <Property name="IconImage" value="set:WindowsLook image:LargeUpArrow" />
     3813            <Property name="IconImage" value="WindowsLook/LargeUpArrow" />
    34693814        </Child>
    3470         <Child  type="WindowsLook/IconButton" nameSuffix="__auto_decbtn__">
    3471             <Area>
    3472                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3473                 <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim>
    3474                 <Dim type="Width" ><UnifiedDim scale="0.5" type="Height" /></Dim>
    3475                 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
     3815        <Child nameSuffix="__auto_decbtn__" type="WindowsLook/IconButton">
     3816            <Area>
     3817                <Dim type="LeftEdge">
     3818                    <AbsoluteDim value="0" />
     3819                </Dim>
     3820                <Dim type="TopEdge">
     3821                    <UnifiedDim scale="0.5" type="TopEdge" />
     3822                </Dim>
     3823                <Dim type="Width">
     3824                    <UnifiedDim scale="0.5" type="Height" />
     3825                </Dim>
     3826                <Dim type="Height">
     3827                    <UnifiedDim scale="0.5" type="Height" />
     3828                </Dim>
    34763829            </Area>
    34773830            <HorzAlignment type="RightAligned" />
    3478             <Property name="IconImage" value="set:WindowsLook image:LargeDownArrow" />
     3831            <Property name="IconImage" value="WindowsLook/LargeDownArrow" />
    34793832        </Child>
    34803833        <StateImagery name="Enabled" />
    34813834        <StateImagery name="Disabled" />
    34823835    </WidgetLook>
    3483 
    3484 
    3485     <!--
    3486     ***************************************************
    3487         WindowsLook/StaticShared
    3488     ***************************************************
    3489     -->
    34903836    <WidgetLook name="WindowsLook/StaticShared">
    34913837        <ImagerySection name="frame">
     
    35053851                    </Dim>
    35063852                </Area>
    3507                 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" />
    3508                 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" />
    3509                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" />
    3510                 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" />
    3511                 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" />
    3512                 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" />
    3513                 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" />
    3514                 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" />
     3853                <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" />
     3854                <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" />
     3855                <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" />
     3856                <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" />
     3857                <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" />
     3858                <Image component="TopEdge" name="WindowsLook/StaticFrameTop" />
     3859                <Image component="RightEdge" name="WindowsLook/StaticFrameRight" />
     3860                <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" />
    35153861                <ColourRectProperty name="FrameColours" />
    35163862            </FrameComponent>
     
    35203866                <Area>
    35213867                    <Dim type="LeftEdge">
    3522                         <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />
    3523                     </Dim>
    3524                     <Dim type="TopEdge">
    3525                         <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />
     3868                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     3869                    </Dim>
     3870                    <Dim type="TopEdge">
     3871                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
    35263872                    </Dim>
    35273873                    <Dim type="RightEdge">
    3528                         <UnifiedDim scale="1" type="RightEdge">
    3529                             <DimOperator op="Subtract">
    3530                                 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    3531                             </DimOperator>
    3532                         </UnifiedDim>
    3533                     </Dim>
    3534                     <Dim type="BottomEdge">
    3535                         <UnifiedDim scale="1" type="BottomEdge">
    3536                             <DimOperator op="Subtract">
    3537                                 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    3538                             </DimOperator>
    3539                         </UnifiedDim>
    3540                     </Dim>
    3541                 </Area>
    3542                 <Image imageset="WindowsLook" image="Background" />
     3874                        <OperatorDim op="Subtract">
     3875                            <UnifiedDim scale="1" type="RightEdge" />
     3876                            <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     3877                        </OperatorDim>
     3878                    </Dim>
     3879                    <Dim type="BottomEdge">
     3880                        <OperatorDim op="Subtract">
     3881                            <UnifiedDim scale="1" type="BottomEdge" />
     3882                            <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     3883                        </OperatorDim>
     3884                    </Dim>
     3885                </Area>
     3886                <Image name="WindowsLook/Background" />
    35433887                <VertFormat type="Stretched" />
    35443888                <HorzFormat type="Stretched" />
     
    35483892            <ImageryComponent>
    35493893                <Area>
    3550                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3551                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    3552                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
    3553                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    3554                 </Area>
    3555                 <Image imageset="WindowsLook" image="Background" />
     3894                    <Dim type="LeftEdge">
     3895                        <AbsoluteDim value="0" />
     3896                    </Dim>
     3897                    <Dim type="TopEdge">
     3898                        <AbsoluteDim value="0" />
     3899                    </Dim>
     3900                    <Dim type="RightEdge">
     3901                        <UnifiedDim scale="1" type="RightEdge" />
     3902                    </Dim>
     3903                    <Dim type="BottomEdge">
     3904                        <UnifiedDim scale="1" type="BottomEdge" />
     3905                    </Dim>
     3906                </Area>
     3907                <Image name="WindowsLook/Background" />
    35563908                <VertFormat type="Stretched" />
    35573909                <HorzFormat type="Stretched" />
     
    35593911        </ImagerySection>
    35603912    </WidgetLook>
    3561 
    3562 
    3563         <!--
    3564     ***************************************************
    3565         WindowsLook/Static
    3566     ***************************************************
    3567     -->
    35683913    <WidgetLook name="WindowsLook/Static">
    3569                 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    3570         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" redrawOnWrite="true" />
    3571         <PropertyDefinition name="TextPadding" initialValue="0" redrawOnWrite="true" />
    3572         <PropertyDefinition name="HorzFormatting" initialValue="LeftAligned" redrawOnWrite="true" />
    3573         <PropertyDefinition name="VertFormatting" initialValue="CentreAligned" redrawOnWrite="true" />
     3914        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" />
     3915        <PropertyDefinition initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" name="BackgroundColours" redrawOnWrite="true" />
     3916        <PropertyDefinition initialValue="0" name="TextPadding" redrawOnWrite="true" />
     3917        <PropertyDefinition initialValue="LeftAligned" name="HorzFormatting" redrawOnWrite="true" />
     3918        <PropertyDefinition initialValue="CentreAligned" name="VertFormatting" redrawOnWrite="true" />
    35743919        <Property name="BackgroundEnabled" value="True" />
    35753920        <Property name="FrameEnabled" value="True" />
     
    35843929                    </Dim>
    35853930                    <Dim type="RightEdge">
    3586                         <UnifiedDim scale="1" type="RightEdge">
    3587                                                         <DimOperator op="Subtract">
    3588                                                                 <PropertyDim name="TextPadding" />
    3589                                                         </DimOperator>
    3590                         </UnifiedDim>
    3591                     </Dim>
    3592                     <Dim type="BottomEdge">
    3593                         <UnifiedDim scale="1" type="BottomEdge">
    3594                                                         <DimOperator op="Subtract">
    3595                                                                 <PropertyDim name="TextPadding" />
    3596                                                         </DimOperator>
    3597                         </UnifiedDim>
    3598                     </Dim>
    3599                 </Area>
    3600                 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
     3931                        <OperatorDim op="Subtract">
     3932                            <UnifiedDim scale="1" type="RightEdge" />
     3933                            <PropertyDim name="TextPadding" />
     3934                        </OperatorDim>
     3935                    </Dim>
     3936                    <Dim type="BottomEdge">
     3937                        <OperatorDim op="Subtract">
     3938                            <UnifiedDim scale="1" type="BottomEdge" />
     3939                            <PropertyDim name="TextPadding" />
     3940                        </OperatorDim>
     3941                    </Dim>
     3942                </Area>
     3943                <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" />
    36013944                <VertFormatProperty name="VertFormatting" />
    36023945                <HorzFormatProperty name="HorzFormatting" />
     
    36263969            <Layer>
    36273970                <Section look="WindowsLook/StaticShared" section="background">
    3628                                         <ColourRectProperty name="BackgroundColours" />
     3971                    <ColourRectProperty name="BackgroundColours" />
    36293972                </Section>
    36303973            </Layer>
     
    36333976            <Layer>
    36343977                <Section look="WindowsLook/StaticShared" section="background">
    3635                                         <ColourRectProperty name="BackgroundColours" />
     3978                    <ColourRectProperty name="BackgroundColours" />
    36363979                </Section>
    36373980            </Layer>
     
    36403983            <Layer>
    36413984                <Section look="WindowsLook/StaticShared" section="background_noframe">
    3642                                         <ColourRectProperty name="BackgroundColours" />
     3985                    <ColourRectProperty name="BackgroundColours" />
    36433986                </Section>
    36443987            </Layer>
     
    36473990            <Layer>
    36483991                <Section look="WindowsLook/StaticShared" section="background_noframe">
    3649                                         <ColourRectProperty name="BackgroundColours" />
     3992                    <ColourRectProperty name="BackgroundColours" />
    36503993                </Section>
    36513994            </Layer>
    36523995        </StateImagery>
    36533996    </WidgetLook>
    3654 
    3655 
    3656     <!--
    3657     ***************************************************
    3658         WindowsLook/StaticImage
    3659     ***************************************************
    3660     -->
    36613997    <WidgetLook name="WindowsLook/StaticImage">
    3662                 <PropertyDefinition name="ImageColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    3663                 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    3664         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" redrawOnWrite="true" />
    3665         <PropertyDefinition name="VertFormatting" initialValue="Stretched" redrawOnWrite="true" />
    3666         <PropertyDefinition name="HorzFormatting" initialValue="Stretched" redrawOnWrite="true" />
     3998        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="ImageColours" redrawOnWrite="true" />
     3999        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" />
     4000        <PropertyDefinition initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" name="BackgroundColours" redrawOnWrite="true" />
     4001        <PropertyDefinition initialValue="Stretched" name="VertFormatting" redrawOnWrite="true" />
     4002        <PropertyDefinition initialValue="Stretched" name="HorzFormatting" redrawOnWrite="true" />
    36674003        <Property name="BackgroundEnabled" value="True" />
    36684004        <Property name="FrameEnabled" value="True" />
     
    36704006            <ImageryComponent>
    36714007                <Area>
    3672                     <Dim type="LeftEdge" >
    3673                         <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />
    3674                     </Dim>
    3675                     <Dim type="TopEdge" >
    3676                         <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />
    3677                     </Dim>
    3678                     <Dim type="RightEdge" >
    3679                         <UnifiedDim scale="1.0" type="RightEdge">
    3680                             <DimOperator op="Subtract">
    3681                                 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    3682                             </DimOperator>
    3683                         </UnifiedDim>
    3684                     </Dim>
    3685                     <Dim type="BottomEdge" >
    3686                         <UnifiedDim scale="1.0" type="BottomEdge">
    3687                             <DimOperator op="Subtract">
    3688                                 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    3689                             </DimOperator>
    3690                         </UnifiedDim>
     4008                    <Dim type="LeftEdge">
     4009                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     4010                    </Dim>
     4011                    <Dim type="TopEdge">
     4012                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     4013                    </Dim>
     4014                    <Dim type="RightEdge">
     4015                        <OperatorDim op="Subtract">
     4016                            <UnifiedDim scale="1.0" type="RightEdge" />
     4017                            <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     4018                        </OperatorDim>
     4019                    </Dim>
     4020                    <Dim type="BottomEdge">
     4021                        <OperatorDim op="Subtract">
     4022                            <UnifiedDim scale="1.0" type="BottomEdge" />
     4023                            <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     4024                        </OperatorDim>
    36914025                    </Dim>
    36924026                </Area>
     
    37004034            <ImageryComponent>
    37014035                <Area>
    3702                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3703                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3704                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    3705                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     4036                    <Dim type="LeftEdge">
     4037                        <AbsoluteDim value="0" />
     4038                    </Dim>
     4039                    <Dim type="TopEdge">
     4040                        <AbsoluteDim value="0" />
     4041                    </Dim>
     4042                    <Dim type="RightEdge">
     4043                        <UnifiedDim scale="1.0" type="RightEdge" />
     4044                    </Dim>
     4045                    <Dim type="BottomEdge">
     4046                        <UnifiedDim scale="1.0" type="BottomEdge" />
     4047                    </Dim>
    37064048                </Area>
    37074049                <ImageProperty name="Image" />
     
    37264068            <Layer>
    37274069                <Section look="WindowsLook/StaticShared" section="background">
    3728                                         <ColourRectProperty name="BackgroundColours" />
     4070                    <ColourRectProperty name="BackgroundColours" />
    37294071                </Section>
    37304072            </Layer>
     
    37334075            <Layer>
    37344076                <Section look="WindowsLook/StaticShared" section="background">
    3735                                         <ColourRectProperty name="BackgroundColours" />
     4077                    <ColourRectProperty name="BackgroundColours" />
    37364078                </Section>
    37374079            </Layer>
    37384080        </StateImagery>
    37394081        <StateImagery name="NoFrameEnabledBackground">
    3740             <Layer>
    3741                 <Section look="WindowsLook/StaticShared" section="background_noframe">
    3742                                         <ColourRectProperty name="BackgroundColours" />
    3743                 </Section>
    3744             </Layer>
    3745         </StateImagery>
    3746         <StateImagery name="NoFrameDisabledBackground">
    37474082            <Layer>
    37484083                <Section look="WindowsLook/StaticShared" section="background_noframe">
     
    37514086            </Layer>
    37524087        </StateImagery>
     4088        <StateImagery name="NoFrameDisabledBackground">
     4089            <Layer>
     4090                <Section look="WindowsLook/StaticShared" section="background_noframe">
     4091                    <ColourRectProperty name="BackgroundColours" />
     4092                </Section>
     4093            </Layer>
     4094        </StateImagery>
    37534095        <StateImagery name="WithFrameImage">
    37544096            <Layer>
     
    37624104        </StateImagery>
    37634105    </WidgetLook>
    3764 
    3765 
    3766     <!--
    3767     ***************************************************
    3768         WindowsLook/StaticText
    3769     ***************************************************
    3770     -->
    37714106    <WidgetLook name="WindowsLook/StaticText">
    3772         <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    3773         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" redrawOnWrite="true" />
     4107        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" />
     4108        <PropertyDefinition initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" name="BackgroundColours" redrawOnWrite="true" />
    37744109        <Property name="BackgroundEnabled" value="True" />
    37754110        <Property name="FrameEnabled" value="True" />
     
    37774112        <NamedArea name="WithFrameTextRenderArea">
    37784113            <Area>
    3779                 <Dim type="LeftEdge" >
    3780                     <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />
    3781                 </Dim>
    3782                 <Dim type="TopEdge" >
    3783                     <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />
    3784                 </Dim>
    3785                 <Dim type="RightEdge" >
    3786                     <UnifiedDim scale="1.0" type="RightEdge">
    3787                         <DimOperator op="Subtract">
    3788                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    3789                         </DimOperator>
    3790                     </UnifiedDim>
    3791                 </Dim>
    3792                 <Dim type="BottomEdge" >
    3793                     <UnifiedDim scale="1.0" type="BottomEdge">
    3794                         <DimOperator op="Subtract">
    3795                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    3796                         </DimOperator>
    3797                     </UnifiedDim>
     4114                <Dim type="LeftEdge">
     4115                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     4116                </Dim>
     4117                <Dim type="TopEdge">
     4118                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     4119                </Dim>
     4120                <Dim type="RightEdge">
     4121                    <OperatorDim op="Subtract">
     4122                        <UnifiedDim scale="1.0" type="RightEdge" />
     4123                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     4124                    </OperatorDim>
     4125                </Dim>
     4126                <Dim type="BottomEdge">
     4127                    <OperatorDim op="Subtract">
     4128                        <UnifiedDim scale="1.0" type="BottomEdge" />
     4129                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     4130                    </OperatorDim>
    37984131                </Dim>
    37994132            </Area>
     
    38014134        <NamedArea name="WithFrameTextRenderAreaHScroll">
    38024135            <Area>
    3803                 <Dim type="LeftEdge" >
    3804                     <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />
    3805                 </Dim>
    3806                 <Dim type="TopEdge" >
    3807                     <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />
    3808                 </Dim>
    3809                 <Dim type="RightEdge" >
    3810                     <UnifiedDim scale="1.0" type="RightEdge">
    3811                         <DimOperator op="Subtract">
    3812                             <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" />
    3813                         </DimOperator>
    3814                     </UnifiedDim>
    3815                 </Dim>
    3816                 <Dim type="BottomEdge" >
    3817                     <UnifiedDim scale="1.0" offset="-16" type="BottomEdge" />
     4136                <Dim type="LeftEdge">
     4137                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     4138                </Dim>
     4139                <Dim type="TopEdge">
     4140                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     4141                </Dim>
     4142                <Dim type="RightEdge">
     4143                    <OperatorDim op="Subtract">
     4144                        <UnifiedDim scale="1.0" type="RightEdge" />
     4145                        <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" />
     4146                    </OperatorDim>
     4147                </Dim>
     4148                <Dim type="BottomEdge">
     4149                    <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" />
    38184150                </Dim>
    38194151            </Area>
     
    38214153        <NamedArea name="WithFrameTextRenderAreaVScroll">
    38224154            <Area>
    3823                 <Dim type="LeftEdge" >
    3824                     <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />
    3825                 </Dim>
    3826                 <Dim type="TopEdge" >
    3827                     <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />
    3828                 </Dim>
    3829                 <Dim type="RightEdge" >
    3830                     <UnifiedDim scale="1.0" offset="-16" type="RightEdge" />
    3831                 </Dim>
    3832                 <Dim type="BottomEdge" >
    3833                     <UnifiedDim scale="1.0" type="BottomEdge">
    3834                         <DimOperator op="Subtract">
    3835                             <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" />
    3836                         </DimOperator>
    3837                     </UnifiedDim>
     4155                <Dim type="LeftEdge">
     4156                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     4157                </Dim>
     4158                <Dim type="TopEdge">
     4159                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     4160                </Dim>
     4161                <Dim type="RightEdge">
     4162                    <UnifiedDim offset="-16" scale="1.0" type="RightEdge" />
     4163                </Dim>
     4164                <Dim type="BottomEdge">
     4165                    <OperatorDim op="Subtract">
     4166                        <UnifiedDim scale="1.0" type="BottomEdge" />
     4167                        <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" />
     4168                    </OperatorDim>
    38384169                </Dim>
    38394170            </Area>
     
    38414172        <NamedArea name="WithFrameTextRenderAreaHVScroll">
    38424173            <Area>
    3843                 <Dim type="LeftEdge" >
    3844                     <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />
    3845                 </Dim>
    3846                 <Dim type="TopEdge" >
    3847                     <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />
    3848                 </Dim>
    3849                 <Dim type="RightEdge" >
    3850                     <UnifiedDim scale="1.0" offset="-16" type="RightEdge" />
    3851                 </Dim>
    3852                 <Dim type="BottomEdge" >
    3853                     <UnifiedDim scale="1.0" offset="-16" type="BottomEdge" />
     4174                <Dim type="LeftEdge">
     4175                    <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" />
     4176                </Dim>
     4177                <Dim type="TopEdge">
     4178                    <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" />
     4179                </Dim>
     4180                <Dim type="RightEdge">
     4181                    <UnifiedDim offset="-16" scale="1.0" type="RightEdge" />
     4182                </Dim>
     4183                <Dim type="BottomEdge">
     4184                    <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" />
    38544185                </Dim>
    38554186            </Area>
     
    38574188        <NamedArea name="NoFrameTextRenderArea">
    38584189            <Area>
    3859                 <Dim type="LeftEdge" >
    3860                     <AbsoluteDim value="0" />
    3861                 </Dim>
    3862                 <Dim type="TopEdge" >
    3863                     <AbsoluteDim value="0" />
    3864                 </Dim>
    3865                 <Dim type="RightEdge" >
    3866                                         <UnifiedDim scale="1.0" type="RightEdge" />
    3867                 </Dim>
    3868                 <Dim type="BottomEdge" >
     4190                <Dim type="LeftEdge">
     4191                    <AbsoluteDim value="0" />
     4192                </Dim>
     4193                <Dim type="TopEdge">
     4194                    <AbsoluteDim value="0" />
     4195                </Dim>
     4196                <Dim type="RightEdge">
     4197                    <UnifiedDim scale="1.0" type="RightEdge" />
     4198                </Dim>
     4199                <Dim type="BottomEdge">
    38694200                    <UnifiedDim scale="1.0" type="BottomEdge" />
    38704201                </Dim>
     
    38734204        <NamedArea name="NoFrameTextRenderAreaHScroll">
    38744205            <Area>
    3875                 <Dim type="LeftEdge" >
    3876                     <AbsoluteDim value="0" />
    3877                 </Dim>
    3878                 <Dim type="TopEdge" >
    3879                     <AbsoluteDim value="0" />
    3880                 </Dim>
    3881                 <Dim type="RightEdge" >
     4206                <Dim type="LeftEdge">
     4207                    <AbsoluteDim value="0" />
     4208                </Dim>
     4209                <Dim type="TopEdge">
     4210                    <AbsoluteDim value="0" />
     4211                </Dim>
     4212                <Dim type="RightEdge">
    38824213                    <UnifiedDim scale="1.0" type="RightEdge" />
    38834214                </Dim>
    3884                 <Dim type="BottomEdge" >
    3885                     <UnifiedDim scale="1.0" offset="-16" type="BottomEdge" />
     4215                <Dim type="BottomEdge">
     4216                    <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" />
    38864217                </Dim>
    38874218            </Area>
     
    38894220        <NamedArea name="NoFrameTextRenderAreaVScroll">
    38904221            <Area>
    3891                 <Dim type="LeftEdge" >
    3892                     <AbsoluteDim value="0" />
    3893                 </Dim>
    3894                 <Dim type="TopEdge" >
    3895                     <AbsoluteDim value="0" />
    3896                 </Dim>
    3897                 <Dim type="RightEdge" >
    3898                     <UnifiedDim scale="1.0" offset="-16" type="RightEdge" />
    3899                 </Dim>
    3900                 <Dim type="BottomEdge" >
     4222                <Dim type="LeftEdge">
     4223                    <AbsoluteDim value="0" />
     4224                </Dim>
     4225                <Dim type="TopEdge">
     4226                    <AbsoluteDim value="0" />
     4227                </Dim>
     4228                <Dim type="RightEdge">
     4229                    <UnifiedDim offset="-16" scale="1.0" type="RightEdge" />
     4230                </Dim>
     4231                <Dim type="BottomEdge">
    39014232                    <UnifiedDim scale="1.0" type="BottomEdge" />
    39024233                </Dim>
     
    39054236        <NamedArea name="NoFrameTextRenderAreaHVScroll">
    39064237            <Area>
    3907                 <Dim type="LeftEdge" >
    3908                     <AbsoluteDim value="0" />
    3909                 </Dim>
    3910                 <Dim type="TopEdge" >
    3911                     <AbsoluteDim value="0" />
    3912                 </Dim>
    3913                 <Dim type="RightEdge" >
    3914                     <UnifiedDim scale="1.0" offset="-16" type="RightEdge" />
    3915                 </Dim>
    3916                 <Dim type="BottomEdge" >
    3917                     <UnifiedDim scale="1.0" offset="-16" type="BottomEdge" />
     4238                <Dim type="LeftEdge">
     4239                    <AbsoluteDim value="0" />
     4240                </Dim>
     4241                <Dim type="TopEdge">
     4242                    <AbsoluteDim value="0" />
     4243                </Dim>
     4244                <Dim type="RightEdge">
     4245                    <UnifiedDim offset="-16" scale="1.0" type="RightEdge" />
     4246                </Dim>
     4247                <Dim type="BottomEdge">
     4248                    <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" />
    39184249                </Dim>
    39194250            </Area>
    39204251        </NamedArea>
    3921         <Child type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    3922             <Area>
    3923                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3924                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3925                 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim>
    3926                 <Dim type="Height" ><AbsoluteDim value="16" /></Dim>
     4252        <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar">
     4253            <Area>
     4254                <Dim type="LeftEdge">
     4255                    <AbsoluteDim value="0" />
     4256                </Dim>
     4257                <Dim type="TopEdge">
     4258                    <AbsoluteDim value="0" />
     4259                </Dim>
     4260                <Dim type="Width">
     4261                    <UnifiedDim offset="-16" scale="1" type="Width" />
     4262                </Dim>
     4263                <Dim type="Height">
     4264                    <AbsoluteDim value="16" />
     4265                </Dim>
    39274266            </Area>
    39284267            <VertAlignment type="BottomAligned" />
    39294268        </Child>
    3930         <Child type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    3931             <Area>
    3932                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3933                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3934                 <Dim type="Width" ><AbsoluteDim value="16" /></Dim>
    3935                 <Dim type="Height" ><UnifiedDim scale="1" offset="-16" type="Height" /></Dim>
     4269        <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar">
     4270            <Area>
     4271                <Dim type="LeftEdge">
     4272                    <AbsoluteDim value="0" />
     4273                </Dim>
     4274                <Dim type="TopEdge">
     4275                    <AbsoluteDim value="0" />
     4276                </Dim>
     4277                <Dim type="Width">
     4278                    <AbsoluteDim value="16" />
     4279                </Dim>
     4280                <Dim type="Height">
     4281                    <UnifiedDim offset="-16" scale="1" type="Height" />
     4282                </Dim>
    39364283            </Area>
    39374284            <HorzAlignment type="RightAligned" />
     
    39524299            <Layer>
    39534300                <Section look="WindowsLook/StaticShared" section="background">
    3954                                         <ColourRectProperty name="BackgroundColours" />
     4301                    <ColourRectProperty name="BackgroundColours" />
    39554302                </Section>
    39564303            </Layer>
     
    39594306            <Layer>
    39604307                <Section look="WindowsLook/StaticShared" section="background">
    3961                                         <ColourRectProperty name="BackgroundColours" />
     4308                    <ColourRectProperty name="BackgroundColours" />
    39624309                </Section>
    39634310            </Layer>
     
    39664313            <Layer>
    39674314                <Section look="WindowsLook/StaticShared" section="background_noframe">
    3968                                         <ColourRectProperty name="BackgroundColours" />
     4315                    <ColourRectProperty name="BackgroundColours" />
    39694316                </Section>
    39704317            </Layer>
     
    39734320            <Layer>
    39744321                <Section look="WindowsLook/StaticShared" section="background_noframe">
    3975                                         <ColourRectProperty name="BackgroundColours" />
     4322                    <ColourRectProperty name="BackgroundColours" />
    39764323                </Section>
    39774324            </Layer>
    39784325        </StateImagery>
    39794326    </WidgetLook>
    3980 
    3981 
    3982     <!--
    3983     ***************************************************
    3984         WindowsLook/TabButton
    3985     ***************************************************
    3986     -->
    39874327    <WidgetLook name="WindowsLook/TabButton">
    3988         <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />
    3989         <PropertyDefinition name="HoverTextColour" initialValue="FF000000" redrawOnWrite="true" />
    3990         <PropertyDefinition name="PushedTextColour" initialValue="FF000000" redrawOnWrite="true" />
    3991         <PropertyDefinition name="SelectedTextColour" initialValue="FF000010" redrawOnWrite="true" />
    3992         <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />
     4328        <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" />
     4329        <PropertyDefinition initialValue="FF000000" name="HoverTextColour" redrawOnWrite="true" />
     4330        <PropertyDefinition initialValue="FF000000" name="PushedTextColour" redrawOnWrite="true" />
     4331        <PropertyDefinition initialValue="FF000010" name="SelectedTextColour" redrawOnWrite="true" />
     4332        <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" />
    39934333        <ImagerySection name="label">
    39944334            <TextComponent>
    39954335                <Area>
    3996                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3997                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3998                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3999                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4336                    <Dim type="LeftEdge">
     4337                        <AbsoluteDim value="0" />
     4338                    </Dim>
     4339                    <Dim type="TopEdge">
     4340                        <AbsoluteDim value="0" />
     4341                    </Dim>
     4342                    <Dim type="Width">
     4343                        <UnifiedDim scale="1" type="Width" />
     4344                    </Dim>
     4345                    <Dim type="Height">
     4346                        <UnifiedDim scale="1" type="Height" />
     4347                    </Dim>
    40004348                </Area>
    40014349                <VertFormat type="CentreAligned" />
     
    40064354            <FrameComponent>
    40074355                <Area>
    4008                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4009                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4010                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4011                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4012                 </Area>
    4013                 <Image type="TopLeftCorner" imageset="WindowsLook" image="TabButtonUpperLeftNormal" />
    4014                 <Image type="TopRightCorner" imageset="WindowsLook" image="TabButtonUpperRightNormal" />
    4015                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="TabButtonLowerLeftNormal" />
    4016                 <Image type="BottomRightCorner" imageset="WindowsLook" image="TabButtonLowerRightNormal" />
    4017                 <Image type="LeftEdge" imageset="WindowsLook" image="TabButtonLeftNormal" />
    4018                 <Image type="RightEdge" imageset="WindowsLook" image="TabButtonRightNormal" />
    4019                 <Image type="TopEdge" imageset="WindowsLook" image="TabButtonUpperNormal" />
    4020                 <Image type="BottomEdge" imageset="WindowsLook" image="TabButtonLowerNormal" />
    4021                 <Image type="Background" imageset="WindowsLook" image="TabButtonMiddleNormal" />
     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="Height">
     4366                        <UnifiedDim scale="1" type="Height" />
     4367                    </Dim>
     4368                </Area>
     4369                <Image component="TopLeftCorner" name="WindowsLook/TabButtonUpperLeftNormal" />
     4370                <Image component="TopRightCorner" name="WindowsLook/TabButtonUpperRightNormal" />
     4371                <Image component="BottomLeftCorner" name="WindowsLook/TabButtonLowerLeftNormal" />
     4372                <Image component="BottomRightCorner" name="WindowsLook/TabButtonLowerRightNormal" />
     4373                <Image component="LeftEdge" name="WindowsLook/TabButtonLeftNormal" />
     4374                <Image component="RightEdge" name="WindowsLook/TabButtonRightNormal" />
     4375                <Image component="TopEdge" name="WindowsLook/TabButtonUpperNormal" />
     4376                <Image component="BottomEdge" name="WindowsLook/TabButtonLowerNormal" />
     4377                <Image component="Background" name="WindowsLook/TabButtonMiddleNormal" />
    40224378            </FrameComponent>
    40234379        </ImagerySection>
     
    40254381            <FrameComponent>
    40264382                <Area>
    4027                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4028                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4029                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4030                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4031                 </Area>
    4032                 <Image type="TopLeftCorner" imageset="WindowsLook" image="TabButtonUpperLeftSelected" />
    4033                 <Image type="TopEdge" imageset="WindowsLook" image="TabButtonUpperSelected" />
    4034                 <Image type="TopRightCorner" imageset="WindowsLook" image="TabButtonUpperRightSelected" />
    4035                 <Image type="LeftEdge" imageset="WindowsLook" image="TabButtonLeftSelected" />
    4036                 <Image type="Background" imageset="WindowsLook" image="TabButtonMiddleSelected" />
    4037                 <Image type="RightEdge" imageset="WindowsLook" image="TabButtonRightSelected" />
     4383                    <Dim type="LeftEdge">
     4384                        <AbsoluteDim value="0" />
     4385                    </Dim>
     4386                    <Dim type="TopEdge">
     4387                        <AbsoluteDim value="0" />
     4388                    </Dim>
     4389                    <Dim type="Width">
     4390                        <UnifiedDim scale="1" type="Width" />
     4391                    </Dim>
     4392                    <Dim type="Height">
     4393                        <UnifiedDim scale="1" type="Height" />
     4394                    </Dim>
     4395                </Area>
     4396                <Image component="TopLeftCorner" name="WindowsLook/TabButtonUpperLeftSelected" />
     4397                <Image component="TopEdge" name="WindowsLook/TabButtonUpperSelected" />
     4398                <Image component="TopRightCorner" name="WindowsLook/TabButtonUpperRightSelected" />
     4399                <Image component="LeftEdge" name="WindowsLook/TabButtonLeftSelected" />
     4400                <Image component="Background" name="WindowsLook/TabButtonMiddleSelected" />
     4401                <Image component="RightEdge" name="WindowsLook/TabButtonRightSelected" />
    40384402            </FrameComponent>
    40394403        </ImagerySection>
     
    40414405            <FrameComponent>
    40424406                <Area>
    4043                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4044                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4045                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4046                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4047                 </Area>
    4048                 <Image type="LeftEdge" imageset="WindowsLook" image="TabButtonLeftSelected" />
    4049                 <Image type="Background" imageset="WindowsLook" image="TabButtonMiddleSelected" />
    4050                 <Image type="RightEdge" imageset="WindowsLook" image="TabButtonRightSelected" />
    4051                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="TabButtonLowerLeftSelected" />
    4052                 <Image type="BottomEdge" imageset="WindowsLook" image="TabButtonLowerSelected" />
    4053                 <Image type="BottomRightCorner" imageset="WindowsLook" image="TabButtonLowerRightSelected" />
     4407                    <Dim type="LeftEdge">
     4408                        <AbsoluteDim value="0" />
     4409                    </Dim>
     4410                    <Dim type="TopEdge">
     4411                        <AbsoluteDim value="0" />
     4412                    </Dim>
     4413                    <Dim type="Width">
     4414                        <UnifiedDim scale="1" type="Width" />
     4415                    </Dim>
     4416                    <Dim type="Height">
     4417                        <UnifiedDim scale="1" type="Height" />
     4418                    </Dim>
     4419                </Area>
     4420                <Image component="LeftEdge" name="WindowsLook/TabButtonLeftSelected" />
     4421                <Image component="Background" name="WindowsLook/TabButtonMiddleSelected" />
     4422                <Image component="RightEdge" name="WindowsLook/TabButtonRightSelected" />
     4423                <Image component="BottomLeftCorner" name="WindowsLook/TabButtonLowerLeftSelected" />
     4424                <Image component="BottomEdge" name="WindowsLook/TabButtonLowerSelected" />
     4425                <Image component="BottomRightCorner" name="WindowsLook/TabButtonLowerRightSelected" />
    40544426            </FrameComponent>
    40554427        </ImagerySection>
     
    40954467        </StateImagery>
    40964468    </WidgetLook>
    4097 
    4098 
    4099     <!--
    4100     ***************************************************
    4101         WindowsLook/TabContentPane
    4102     ***************************************************
    4103     -->
    41044469    <WidgetLook name="WindowsLook/TabContentPane">
    4105         <PropertyDefinition name="EnableTop" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />
    4106         <PropertyDefinition name="EnableBottom" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />
     4470        <PropertyDefinition initialValue="0" layoutOnWrite="true" name="EnableTop" redrawOnWrite="true" />
     4471        <PropertyDefinition initialValue="0" layoutOnWrite="true" name="EnableBottom" redrawOnWrite="true" />
    41074472        <ImagerySection name="normal">
    41084473            <FrameComponent>
    41094474                <Area>
    4110                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4111                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4112                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4113                     <Dim type="BottomEdge" >
    4114                         <ImageDim imageset="WindowsLook" image="TabContentPaneUpperLeft" dimension="Height">
    4115                             <DimOperator op="Multiply">
    4116                                 <PropertyDim name="EnableTop" />
    4117                             </DimOperator>
    4118                         </ImageDim>
    4119                     </Dim>
    4120                 </Area>
    4121                 <Image type="TopLeftCorner" imageset="WindowsLook" image="TabContentPaneUpperLeft" />
    4122                 <Image type="TopEdge" imageset="WindowsLook" image="TabContentPaneTop" />
    4123                 <Image type="TopRightCorner" imageset="WindowsLook" image="TabContentPaneUpperRight" />
     4475                    <Dim type="LeftEdge">
     4476                        <AbsoluteDim value="0" />
     4477                    </Dim>
     4478                    <Dim type="TopEdge">
     4479                        <AbsoluteDim value="0" />
     4480                    </Dim>
     4481                    <Dim type="Width">
     4482                        <UnifiedDim scale="1" type="Width" />
     4483                    </Dim>
     4484                    <Dim type="BottomEdge">
     4485                        <OperatorDim op="Multiply">
     4486                            <ImageDim dimension="Height" name="WindowsLook/TabContentPaneUpperLeft" />
     4487                            <PropertyDim name="EnableTop" />
     4488                        </OperatorDim>
     4489                    </Dim>
     4490                </Area>
     4491                <Image component="TopLeftCorner" name="WindowsLook/TabContentPaneUpperLeft" />
     4492                <Image component="TopEdge" name="WindowsLook/TabContentPaneTop" />
     4493                <Image component="TopRightCorner" name="WindowsLook/TabContentPaneUpperRight" />
    41244494            </FrameComponent>
    41254495            <FrameComponent>
    41264496                <Area>
    4127                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4128                     <Dim type="TopEdge" >
    4129                         <ImageDim imageset="WindowsLook" image="TabContentPaneUpperLeft" dimension="Height">
    4130                             <DimOperator op="Multiply">
    4131                                 <PropertyDim name="EnableTop" />
    4132                             </DimOperator>
    4133                         </ImageDim>
    4134                     </Dim>
    4135                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4136                     <Dim type="BottomEdge" >
    4137                         <UnifiedDim scale="1" type="Height">
    4138                             <DimOperator op="Subtract">
    4139                                 <ImageDim imageset="WindowsLook" image="TabContentPaneLowerLeft" dimension="Height">
    4140                                     <DimOperator op="Multiply">
    4141                                         <PropertyDim name="EnableBottom" />
    4142                                     </DimOperator>
    4143                                 </ImageDim>
    4144                             </DimOperator>
    4145                         </UnifiedDim>
    4146                     </Dim>
    4147                 </Area>
    4148                 <Image type="LeftEdge" imageset="WindowsLook" image="TabContentPaneLeft" />
    4149                 <Image type="Background" imageset="WindowsLook" image="TabContentPaneMiddle" />
    4150                 <Image type="RightEdge" imageset="WindowsLook" image="TabContentPaneRight" />
     4497                    <Dim type="LeftEdge">
     4498                        <AbsoluteDim value="0" />
     4499                    </Dim>
     4500                    <Dim type="TopEdge">
     4501                        <OperatorDim op="Multiply">
     4502                            <ImageDim dimension="Height" name="WindowsLook/TabContentPaneUpperLeft" />
     4503                            <PropertyDim name="EnableTop" />
     4504                        </OperatorDim>
     4505                    </Dim>
     4506                    <Dim type="Width">
     4507                        <UnifiedDim scale="1" type="Width" />
     4508                    </Dim>
     4509                    <Dim type="BottomEdge">
     4510                        <OperatorDim op="Subtract">
     4511                            <UnifiedDim scale="1" type="Height" />
     4512                            <OperatorDim op="Multiply">
     4513                                <ImageDim dimension="Height" name="WindowsLook/TabContentPaneLowerLeft" />
     4514                                <PropertyDim name="EnableBottom" />
     4515                            </OperatorDim>
     4516                        </OperatorDim>
     4517                    </Dim>
     4518                </Area>
     4519                <Image component="LeftEdge" name="WindowsLook/TabContentPaneLeft" />
     4520                <Image component="Background" name="WindowsLook/TabContentPaneMiddle" />
     4521                <Image component="RightEdge" name="WindowsLook/TabContentPaneRight" />
    41514522            </FrameComponent>
    41524523            <FrameComponent>
    41534524                <Area>
    4154                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4155                     <Dim type="TopEdge" >
    4156                         <UnifiedDim scale="1" type="Height">
    4157                             <DimOperator op="Subtract">
    4158                                 <ImageDim imageset="WindowsLook" image="TabContentPaneLowerLeft" dimension="Height">
    4159                                     <DimOperator op="Multiply">
    4160                                         <PropertyDim name="EnableBottom" />
    4161                                     </DimOperator>
    4162                                 </ImageDim>
    4163                             </DimOperator>
    4164                         </UnifiedDim>
    4165                     </Dim>
    4166                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4167                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim>
    4168                 </Area>
    4169                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="TabContentPaneLowerLeft" />
    4170                 <Image type="BottomEdge" imageset="WindowsLook" image="TabContentPaneLower" />
    4171                 <Image type="BottomRightCorner" imageset="WindowsLook" image="TabContentPaneLowerRight" />
     4525                    <Dim type="LeftEdge">
     4526                        <AbsoluteDim value="0" />
     4527                    </Dim>
     4528                    <Dim type="TopEdge">
     4529                        <OperatorDim op="Subtract">
     4530                            <UnifiedDim scale="1" type="Height" />
     4531                            <OperatorDim op="Multiply">
     4532                                <ImageDim dimension="Height" name="WindowsLook/TabContentPaneLowerLeft" />
     4533                                <PropertyDim name="EnableBottom" />
     4534                            </OperatorDim>
     4535                        </OperatorDim>
     4536                    </Dim>
     4537                    <Dim type="Width">
     4538                        <UnifiedDim scale="1" type="Width" />
     4539                    </Dim>
     4540                    <Dim type="BottomEdge">
     4541                        <UnifiedDim scale="1" type="Height" />
     4542                    </Dim>
     4543                </Area>
     4544                <Image component="BottomLeftCorner" name="WindowsLook/TabContentPaneLowerLeft" />
     4545                <Image component="BottomEdge" name="WindowsLook/TabContentPaneLower" />
     4546                <Image component="BottomRightCorner" name="WindowsLook/TabContentPaneLowerRight" />
    41724547            </FrameComponent>
    41734548        </ImagerySection>
     
    41804555            <Layer>
    41814556                <Section section="normal">
    4182                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4557                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    41834558                </Section>
    41844559            </Layer>
    41854560        </StateImagery>
    41864561    </WidgetLook>
    4187 
    4188 
    4189     <!--
    4190     ***************************************************
    4191         WindowsLook/TabButtonPane
    4192     ***************************************************
    4193     -->
    41944562    <WidgetLook name="WindowsLook/TabButtonPane">
    4195         <PropertyDefinition name="EnableTop" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />
    4196         <PropertyDefinition name="EnableBottom" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />
     4563        <PropertyDefinition initialValue="1" layoutOnWrite="true" name="EnableTop" redrawOnWrite="true" />
     4564        <PropertyDefinition initialValue="1" layoutOnWrite="true" name="EnableBottom" redrawOnWrite="true" />
    41974565        <ImagerySection name="normal">
    41984566            <FrameComponent>
    41994567                <Area>
    4200                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4201                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4202                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4203                     <Dim type="BottomEdge" >
    4204                         <ImageDim imageset="WindowsLook" image="TabHorizontalTopFiller" dimension="Height">
    4205                             <DimOperator op="Multiply">
    4206                                 <PropertyDim name="EnableTop" />
    4207                             </DimOperator>
    4208                         </ImageDim>
    4209                     </Dim>
    4210                 </Area>
    4211                 <Image type="TopEdge" imageset="WindowsLook" image="TabHorizontalTopFiller" />
     4568                    <Dim type="LeftEdge">
     4569                        <AbsoluteDim value="0" />
     4570                    </Dim>
     4571                    <Dim type="TopEdge">
     4572                        <AbsoluteDim value="0" />
     4573                    </Dim>
     4574                    <Dim type="Width">
     4575                        <UnifiedDim scale="1" type="Width" />
     4576                    </Dim>
     4577                    <Dim type="BottomEdge">
     4578                        <OperatorDim op="Multiply">
     4579                            <ImageDim dimension="Height" name="WindowsLook/TabHorizontalTopFiller" />
     4580                            <PropertyDim name="EnableTop" />
     4581                        </OperatorDim>
     4582                    </Dim>
     4583                </Area>
     4584                <Image component="TopEdge" name="WindowsLook/TabHorizontalTopFiller" />
    42124585            </FrameComponent>
    42134586            <FrameComponent>
    42144587                <Area>
    4215                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4216                     <Dim type="TopEdge" >
    4217                         <ImageDim imageset="WindowsLook" image="TabHorizontalTopFiller" dimension="Height">
    4218                             <DimOperator op="Multiply">
    4219                                 <PropertyDim name="EnableTop" />
    4220                             </DimOperator>
    4221                         </ImageDim>
    4222                     </Dim>
    4223                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4224                     <Dim type="BottomEdge" >
    4225                         <UnifiedDim scale="1" type="Height">
    4226                             <DimOperator op="Subtract">
    4227                                 <ImageDim imageset="WindowsLook" image="TabHorizontalBottomFiller" dimension="Height">
    4228                                     <DimOperator op="Multiply">
    4229                                         <PropertyDim name="EnableBottom" />
    4230                                     </DimOperator>
    4231                                 </ImageDim>
    4232                             </DimOperator>
    4233                         </UnifiedDim>
     4588                    <Dim type="LeftEdge">
     4589                        <AbsoluteDim value="0" />
     4590                    </Dim>
     4591                    <Dim type="TopEdge">
     4592                        <OperatorDim op="Multiply">
     4593                            <ImageDim dimension="Height" name="WindowsLook/TabHorizontalTopFiller" />
     4594                            <PropertyDim name="EnableTop" />
     4595                        </OperatorDim>
     4596                    </Dim>
     4597                    <Dim type="Width">
     4598                        <UnifiedDim scale="1" type="Width" />
     4599                    </Dim>
     4600                    <Dim type="BottomEdge">
     4601                        <OperatorDim op="Subtract">
     4602                            <UnifiedDim scale="1" type="Height" />
     4603                            <OperatorDim op="Multiply">
     4604                                <ImageDim dimension="Height" name="WindowsLook/TabHorizontalBottomFiller" />
     4605                                <PropertyDim name="EnableBottom" />
     4606                            </OperatorDim>
     4607                        </OperatorDim>
    42344608                    </Dim>
    42354609                </Area>
     
    42374611            <FrameComponent>
    42384612                <Area>
    4239                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4240                     <Dim type="TopEdge" >
    4241                         <UnifiedDim scale="1" type="Height">
    4242                             <DimOperator op="Subtract">
    4243                                 <ImageDim imageset="WindowsLook" image="TabHorizontalBottomFiller" dimension="Height">
    4244                                     <DimOperator op="Multiply">
    4245                                         <PropertyDim name="EnableBottom" />
    4246                                     </DimOperator>
    4247                                 </ImageDim>
    4248                             </DimOperator>
    4249                         </UnifiedDim>
    4250                     </Dim>
    4251                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4252                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim>
    4253                 </Area>
    4254                 <Image type="BottomEdge" imageset="WindowsLook" image="TabHorizontalBottomFiller" />
     4613                    <Dim type="LeftEdge">
     4614                        <AbsoluteDim value="0" />
     4615                    </Dim>
     4616                    <Dim type="TopEdge">
     4617                        <OperatorDim op="Subtract">
     4618                            <UnifiedDim scale="1" type="Height" />
     4619                            <OperatorDim op="Multiply">
     4620                                <ImageDim dimension="Height" name="WindowsLook/TabHorizontalBottomFiller" />
     4621                                <PropertyDim name="EnableBottom" />
     4622                            </OperatorDim>
     4623                        </OperatorDim>
     4624                    </Dim>
     4625                    <Dim type="Width">
     4626                        <UnifiedDim scale="1" type="Width" />
     4627                    </Dim>
     4628                    <Dim type="BottomEdge">
     4629                        <UnifiedDim scale="1" type="Height" />
     4630                    </Dim>
     4631                </Area>
     4632                <Image component="BottomEdge" name="WindowsLook/TabHorizontalBottomFiller" />
    42554633            </FrameComponent>
    42564634        </ImagerySection>
     
    42634641            <Layer>
    42644642                <Section section="normal">
    4265                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4643                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    42664644                </Section>
    42674645            </Layer>
    42684646        </StateImagery>
    42694647    </WidgetLook>
    4270 
    4271 
    4272     <!--
    4273     ***************************************************
    4274         WindowsLook/TabControl
    4275     ***************************************************
    4276     -->
    42774648    <WidgetLook name="WindowsLook/TabControl">
    42784649        <Property name="TabButtonType" value="WindowsLook/TabButton" />
    42794650        <Property name="TabTextPadding" value="{0,4}" />
    4280         <Child  type="WindowsLook/TabContentPane" nameSuffix="__auto_TabPane__">
    4281             <Area>
    4282                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    4283                 <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim>
    4284                 <Dim type="TopEdge">
    4285                     <PropertyDim widget="__auto_TabPane__" name="EnableBottom">
    4286                         <DimOperator op="Multiply">
     4651        <Child nameSuffix="__auto_TabPane__" type="WindowsLook/TabContentPane">
     4652            <Area>
     4653                <Dim type="LeftEdge">
     4654                    <AbsoluteDim value="0" />
     4655                </Dim>
     4656                <Dim type="RightEdge">
     4657                    <UnifiedDim scale="1" type="Width" />
     4658                </Dim>
     4659                <Dim type="TopEdge">
     4660                    <OperatorDim op="Multiply">
     4661                        <PropertyDim name="EnableBottom" widget="__auto_TabPane__" />
     4662                        <PropertyDim name="TabHeight" type="Height" />
     4663                    </OperatorDim>
     4664                </Dim>
     4665                <Dim type="Height">
     4666                    <OperatorDim op="Subtract">
     4667                        <UnifiedDim scale="1" type="Height" />
     4668                        <PropertyDim name="TabHeight" type="Height" />
     4669                    </OperatorDim>
     4670                </Dim>
     4671            </Area>
     4672        </Child>
     4673        <Child nameSuffix="__auto_TabPane__Buttons" type="WindowsLook/TabButtonPane">
     4674            <Area>
     4675                <Dim type="LeftEdge">
     4676                    <AbsoluteDim value="0" />
     4677                </Dim>
     4678                <Dim type="RightEdge">
     4679                    <UnifiedDim scale="1" type="Width" />
     4680                </Dim>
     4681                <Dim type="TopEdge">
     4682                    <OperatorDim op="Multiply">
     4683                        <PropertyDim name="EnableTop" widget="__auto_TabPane__Buttons" />
     4684                        <OperatorDim op="Subtract">
     4685                            <UnifiedDim scale="1" type="Height" />
    42874686                            <PropertyDim name="TabHeight" type="Height" />
    4288                         </DimOperator>
    4289                     </PropertyDim>
     4687                        </OperatorDim>
     4688                    </OperatorDim>
    42904689                </Dim>
    42914690                <Dim type="Height">
    4292                     <UnifiedDim scale="1" type="Height">
    4293                         <DimOperator op="Subtract">
    4294                             <PropertyDim name="TabHeight" type="Height" />
    4295                         </DimOperator>
    4296                     </UnifiedDim>
     4691                    <PropertyDim name="TabHeight" type="Height" />
    42974692                </Dim>
    42984693            </Area>
    42994694        </Child>
    4300         <Child  type="WindowsLook/TabButtonPane" nameSuffix="__auto_TabPane__Buttons">
    4301             <Area>
    4302                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    4303                 <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim>
    4304                 <Dim type="TopEdge">
    4305                     <PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop">
    4306                         <DimOperator op="Multiply">
    4307                             <UnifiedDim scale="1" type="Height">
    4308                                 <DimOperator op="Subtract">
    4309                                     <PropertyDim name="TabHeight" type="Height" />
    4310                                 </DimOperator>
    4311                             </UnifiedDim>
    4312                         </DimOperator>
    4313                     </PropertyDim>
    4314                 </Dim>
    4315                 <Dim type="Height"><PropertyDim name="TabHeight" type="Height" /></Dim>
    4316             </Area>
     4695        <Child nameSuffix="__auto_TabPane__ScrollLeft" type="WindowsLook/SystemButton">
     4696            <Area>
     4697                <Dim type="LeftEdge">
     4698                    <AbsoluteDim value="6" />
     4699                </Dim>
     4700                <Dim type="TopEdge">
     4701                    <OperatorDim op="Add">
     4702                        <WidgetDim dimension="TopEdge" widget="__auto_TabPane__" />
     4703                        <OperatorDim op="Add">
     4704                            <AbsoluteDim value="4" />
     4705                            <OperatorDim op="Multiply">
     4706                                <PropertyDim name="EnableTop" widget="__auto_TabPane__Buttons" />
     4707                                <OperatorDim op="Subtract">
     4708                                    <WidgetDim dimension="Height" widget="__auto_TabPane__" />
     4709                                    <OperatorDim op="Add">
     4710                                        <ImageDim dimension="Width" name="WindowsLook/TabButtonScrollLeftNormal" />
     4711                                        <AbsoluteDim value="6" />
     4712                                    </OperatorDim>
     4713                                </OperatorDim>
     4714                            </OperatorDim>
     4715                        </OperatorDim>
     4716                    </OperatorDim>
     4717                </Dim>
     4718                <Dim type="Width">
     4719                    <ImageDim dimension="Width" name="WindowsLook/TabButtonScrollLeftNormal" />
     4720                </Dim>
     4721                <Dim type="Height">
     4722                    <ImageDim dimension="Height" name="WindowsLook/TabButtonScrollLeftNormal" />
     4723                </Dim>
     4724            </Area>
     4725            <Property name="AlwaysOnTop" value="True" />
     4726            <Property name="NormalImage" value="WindowsLook/TabButtonScrollLeftNormal" />
     4727            <Property name="HoverImage" value="WindowsLook/TabButtonScrollLeftHover" />
     4728            <Property name="PushedImage" value="WindowsLook/TabButtonScrollLeftHover" />
    43174729        </Child>
    4318         <Child type="WindowsLook/SystemButton" nameSuffix="__auto_TabPane__ScrollLeft">
    4319             <Area>
    4320                 <Dim type="LeftEdge"><AbsoluteDim value="6" /></Dim>
    4321                 <Dim type="TopEdge">
    4322                     <WidgetDim widget="__auto_TabPane__" dimension="TopEdge">
    4323                         <DimOperator op="Add">
    4324                             <AbsoluteDim value="4">
    4325                                 <DimOperator op="Add">
    4326                                     <PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop">
    4327                                         <DimOperator op="Multiply">
    4328                                             <WidgetDim widget="__auto_TabPane__" dimension="Height">
    4329                                                 <DimOperator op="Subtract">
    4330                                                     <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Width">
    4331                                                         <DimOperator op="Add">
    4332                                                             <AbsoluteDim value="6" />
    4333                                                         </DimOperator>
    4334                                                     </ImageDim>
    4335                                                 </DimOperator>
    4336                                             </WidgetDim>
    4337                                         </DimOperator>
    4338                                     </PropertyDim>
    4339                                 </DimOperator>
    4340                             </AbsoluteDim>
    4341                         </DimOperator>
    4342                     </WidgetDim>
     4730        <Child nameSuffix="__auto_TabPane__ScrollRight" type="WindowsLook/SystemButton">
     4731            <Area>
     4732                <Dim type="LeftEdge">
     4733                    <OperatorDim op="Subtract">
     4734                        <UnifiedDim scale="1" type="Width" />
     4735                        <OperatorDim op="Add">
     4736                            <ImageDim dimension="Width" name="WindowsLook/TabButtonScrollLeftNormal" />
     4737                            <AbsoluteDim value="6" />
     4738                        </OperatorDim>
     4739                    </OperatorDim>
     4740                </Dim>
     4741                <Dim type="TopEdge">
     4742                    <OperatorDim op="Add">
     4743                        <WidgetDim dimension="TopEdge" widget="__auto_TabPane__" />
     4744                        <OperatorDim op="Add">
     4745                            <AbsoluteDim value="4" />
     4746                            <OperatorDim op="Multiply">
     4747                                <PropertyDim name="EnableTop" widget="__auto_TabPane__Buttons" />
     4748                                <OperatorDim op="Subtract">
     4749                                    <WidgetDim dimension="Height" widget="__auto_TabPane__" />
     4750                                    <OperatorDim op="Add">
     4751                                        <ImageDim dimension="Width" name="WindowsLook/TabButtonScrollLeftNormal" />
     4752                                        <AbsoluteDim value="6" />
     4753                                    </OperatorDim>
     4754                                </OperatorDim>
     4755                            </OperatorDim>
     4756                        </OperatorDim>
     4757                    </OperatorDim>
    43434758                </Dim>
    43444759                <Dim type="Width">
    4345                     <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Width" />
     4760                    <ImageDim dimension="Width" name="WindowsLook/TabButtonScrollLeftNormal" />
    43464761                </Dim>
    43474762                <Dim type="Height">
    4348                     <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Height" />
     4763                    <ImageDim dimension="Height" name="WindowsLook/TabButtonScrollLeftNormal" />
    43494764                </Dim>
    43504765            </Area>
    43514766            <Property name="AlwaysOnTop" value="True" />
    4352             <Property name="NormalImage" value="set:WindowsLook image:TabButtonScrollLeftNormal" />
    4353             <Property name="HoverImage" value="set:WindowsLook image:TabButtonScrollLeftHover" />
    4354             <Property name="PushedImage" value="set:WindowsLook image:TabButtonScrollLeftHover" />
    4355         </Child>
    4356         <Child type="WindowsLook/SystemButton" nameSuffix="__auto_TabPane__ScrollRight">
    4357             <Area>
    4358                 <Dim type="LeftEdge">
    4359                     <UnifiedDim scale="1" type="Width">
    4360                         <DimOperator op="Subtract">
    4361                             <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Width">
    4362                                 <DimOperator op="Add">
    4363                                     <AbsoluteDim value="6" />
    4364                                 </DimOperator>
    4365                             </ImageDim>
    4366                         </DimOperator>
    4367                     </UnifiedDim>
    4368                 </Dim>
    4369                 <Dim type="TopEdge">
    4370                     <WidgetDim widget="__auto_TabPane__" dimension="TopEdge">
    4371                         <DimOperator op="Add">
    4372                             <AbsoluteDim value="4">
    4373                                 <DimOperator op="Add">
    4374                                     <PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop">
    4375                                         <DimOperator op="Multiply">
    4376                                             <WidgetDim widget="__auto_TabPane__" dimension="Height">
    4377                                                 <DimOperator op="Subtract">
    4378                                                     <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Width">
    4379                                                         <DimOperator op="Add">
    4380                                                             <AbsoluteDim value="6" />
    4381                                                         </DimOperator>
    4382                                                     </ImageDim>
    4383                                                 </DimOperator>
    4384                                             </WidgetDim>
    4385                                         </DimOperator>
    4386                                     </PropertyDim>
    4387                                 </DimOperator>
    4388                             </AbsoluteDim>
    4389                         </DimOperator>
    4390                     </WidgetDim>
    4391                 </Dim>
    4392                 <Dim type="Width">
    4393                     <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Width" />
    4394                 </Dim>
    4395                 <Dim type="Height">
    4396                     <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Height" />
    4397                 </Dim>
    4398             </Area>
    4399             <Property name="AlwaysOnTop" value="True" />
    4400             <Property name="NormalImage" value="set:WindowsLook image:TabButtonScrollRightNormal" />
    4401             <Property name="HoverImage" value="set:WindowsLook image:TabButtonScrollRightHover" />
    4402             <Property name="PushedImage" value="set:WindowsLook image:TabButtonScrollRightHover" />
     4767            <Property name="NormalImage" value="WindowsLook/TabButtonScrollRightNormal" />
     4768            <Property name="HoverImage" value="WindowsLook/TabButtonScrollRightHover" />
     4769            <Property name="PushedImage" value="WindowsLook/TabButtonScrollRightHover" />
    44034770        </Child>
    44044771        <StateImagery name="Enabled" />
    44054772        <StateImagery name="Disabled" />
    44064773    </WidgetLook>
    4407 
    4408 
    4409     <!--
    4410     ***************************************************
    4411         WindowsLook/Titlebar
    4412     ***************************************************
    4413     -->
    44144774    <WidgetLook name="WindowsLook/Titlebar">
    4415         <PropertyDefinition name="CaptionColour" initialValue="FF000000" redrawOnWrite="true" />
     4775        <PropertyDefinition initialValue="FF000000" name="CaptionColour" redrawOnWrite="true" />
    44164776        <ImagerySection name="normal">
    44174777            <FrameComponent>
     
    44304790                    </Dim>
    44314791                </Area>
    4432                 <Image type="TopLeftCorner" imageset="WindowsLook" image="TitlebarTopLeft" />
    4433                 <Image type="TopRightCorner" imageset="WindowsLook" image="TitlebarTopRight" />
    4434                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="TitlebarBottomLeft" />
    4435                 <Image type="BottomRightCorner" imageset="WindowsLook" image="TitlebarBottomRight" />
    4436                 <Image type="LeftEdge" imageset="WindowsLook" image="TitlebarLeft" />
    4437                 <Image type="TopEdge" imageset="WindowsLook" image="TitlebarTop" />
    4438                 <Image type="RightEdge" imageset="WindowsLook" image="TitlebarRight" />
    4439                 <Image type="BottomEdge" imageset="WindowsLook" image="TitlebarBottom" />
    4440                 <Image type="Background" imageset="WindowsLook" image="TitlebarFill" />
     4792                <Image component="TopLeftCorner" name="WindowsLook/TitlebarTopLeft" />
     4793                <Image component="TopRightCorner" name="WindowsLook/TitlebarTopRight" />
     4794                <Image component="BottomLeftCorner" name="WindowsLook/TitlebarBottomLeft" />
     4795                <Image component="BottomRightCorner" name="WindowsLook/TitlebarBottomRight" />
     4796                <Image component="LeftEdge" name="WindowsLook/TitlebarLeft" />
     4797                <Image component="TopEdge" name="WindowsLook/TitlebarTop" />
     4798                <Image component="RightEdge" name="WindowsLook/TitlebarRight" />
     4799                <Image component="BottomEdge" name="WindowsLook/TitlebarBottom" />
     4800                <Image component="Background" name="WindowsLook/TitlebarFill" />
    44414801            </FrameComponent>
    44424802        </ImagerySection>
     
    44444804            <TextComponent>
    44454805                <Area>
    4446                     <Dim type="LeftEdge" ><AbsoluteDim value="12" /></Dim>
    4447                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4448                     <Dim type="RightEdge" >
    4449                         <UnifiedDim scale="1" type="RightEdge">
    4450                             <DimOperator op="Subtract">
    4451                                 <WidgetDim dimension="Height" />
    4452                             </DimOperator>
    4453                         </UnifiedDim>
    4454                     </Dim>
    4455                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
     4806                    <Dim type="LeftEdge">
     4807                        <AbsoluteDim value="12" />
     4808                    </Dim>
     4809                    <Dim type="TopEdge">
     4810                        <AbsoluteDim value="0" />
     4811                    </Dim>
     4812                    <Dim type="RightEdge">
     4813                        <OperatorDim op="Subtract">
     4814                            <UnifiedDim scale="1" type="RightEdge" />
     4815                            <WidgetDim dimension="Height" />
     4816                        </OperatorDim>
     4817                    </Dim>
     4818                    <Dim type="BottomEdge">
     4819                        <UnifiedDim scale="1" type="BottomEdge" />
     4820                    </Dim>
    44564821                </Area>
    44574822                <ColourProperty name="CaptionColour" />
     
    44624827            <Layer>
    44634828                <Section section="normal">
    4464                     <Colours topLeft="FFA7C7FF" topRight="FFA7C7FF" bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" />
     4829                    <Colours bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" topLeft="FFA7C7FF" topRight="FFA7C7FF" />
    44654830                </Section>
    44664831                <Section section="caption" />
     
    44704835            <Layer>
    44714836                <Section section="normal">
    4472                     <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />
     4837                    <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" />
    44734838                </Section>
    44744839                <Section section="caption" />
     
    44784843            <Layer>
    44794844                <Section section="normal">
    4480                     <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />
     4845                    <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" />
    44814846                </Section>
    44824847                <Section section="caption" />
     
    44844849        </StateImagery>
    44854850    </WidgetLook>
    4486 
    4487 
    4488     <!--
    4489     ***************************************************
    4490         WindowsLook/Tooltip
    4491     ***************************************************
    4492     -->
    44934851    <WidgetLook name="WindowsLook/Tooltip">
    44944852        <NamedArea name="TextArea">
    44954853            <Area>
    4496                 <Dim type="LeftEdge" >
    4497                     <ImageDim imageset="WindowsLook" image="TooltipLeftEdge" dimension="Width" />
    4498                 </Dim>
    4499                 <Dim type="TopEdge" >
    4500                     <ImageDim imageset="WindowsLook" image="TooltipTopEdge" dimension="Height" />
    4501                 </Dim>
    4502                 <Dim type="RightEdge" >
    4503                     <UnifiedDim scale="1.0" type="RightEdge">
    4504                         <DimOperator op="Subtract">
    4505                             <ImageDim imageset="WindowsLook" image="TooltipRightEdge" dimension="Width" />
    4506                         </DimOperator>
    4507                     </UnifiedDim>
    4508                 </Dim>
    4509                 <Dim type="BottomEdge" >
    4510                     <UnifiedDim scale="1.0" type="BottomEdge">
    4511                         <DimOperator op="Subtract">
    4512                             <ImageDim imageset="WindowsLook" image="TooltipBottomEdge" dimension="Height" />
    4513                         </DimOperator>
    4514                     </UnifiedDim>
     4854                <Dim type="LeftEdge">
     4855                    <ImageDim dimension="Width" name="WindowsLook/TooltipLeftEdge" />
     4856                </Dim>
     4857                <Dim type="TopEdge">
     4858                    <ImageDim dimension="Height" name="WindowsLook/TooltipTopEdge" />
     4859                </Dim>
     4860                <Dim type="RightEdge">
     4861                    <OperatorDim op="Subtract">
     4862                        <UnifiedDim scale="1.0" type="RightEdge" />
     4863                        <ImageDim dimension="Width" name="WindowsLook/TooltipRightEdge" />
     4864                    </OperatorDim>
     4865                </Dim>
     4866                <Dim type="BottomEdge">
     4867                    <OperatorDim op="Subtract">
     4868                        <UnifiedDim scale="1.0" type="BottomEdge" />
     4869                        <ImageDim dimension="Height" name="WindowsLook/TooltipBottomEdge" />
     4870                    </OperatorDim>
    45154871                </Dim>
    45164872            </Area>
     
    45324888                    </Dim>
    45334889                </Area>
    4534                 <Image type="TopLeftCorner" imageset="WindowsLook" image="TooltipTopLeft" />
    4535                 <Image type="TopRightCorner" imageset="WindowsLook" image="TooltipTopRight" />
    4536                 <Image type="BottomLeftCorner" imageset="WindowsLook" image="TooltipBottomLeft" />
    4537                 <Image type="BottomRightCorner" imageset="WindowsLook" image="TooltipBottomRight" />
    4538                 <Image type="LeftEdge" imageset="WindowsLook" image="TooltipLeftEdge" />
    4539                 <Image type="TopEdge" imageset="WindowsLook" image="TooltipTopEdge" />
    4540                 <Image type="RightEdge" imageset="WindowsLook" image="TooltipRightEdge" />
    4541                 <Image type="BottomEdge" imageset="WindowsLook" image="TooltipBottomEdge" />
    4542                 <Image type="Background" imageset="WindowsLook" image="TooltipMiddle" />
     4890                <Image component="TopLeftCorner" name="WindowsLook/TooltipTopLeft" />
     4891                <Image component="TopRightCorner" name="WindowsLook/TooltipTopRight" />
     4892                <Image component="BottomLeftCorner" name="WindowsLook/TooltipBottomLeft" />
     4893                <Image component="BottomRightCorner" name="WindowsLook/TooltipBottomRight" />
     4894                <Image component="LeftEdge" name="WindowsLook/TooltipLeftEdge" />
     4895                <Image component="TopEdge" name="WindowsLook/TooltipTopEdge" />
     4896                <Image component="RightEdge" name="WindowsLook/TooltipRightEdge" />
     4897                <Image component="BottomEdge" name="WindowsLook/TooltipBottomEdge" />
     4898                <Image component="Background" name="WindowsLook/TooltipMiddle" />
    45434899            </FrameComponent>
    45444900        </ImagerySection>
     
    45594915                    </Dim>
    45604916                </Area>
    4561                 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
     4917                <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" />
    45624918                <VertFormat type="CentreAligned" />
    45634919                <HorzFormat type="CentreAligned" />
Note: See TracChangeset for help on using the changeset viewer.