Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

initial migration of data files to cegui0.8

File:
1 edited

Legend:

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

    r8818 r11120  
    1 <?xml version="1.0" ?>
    2 <Falagard>
    3     <!--
    4     ***************************************************
    5         OrxonoxLook/Button
    6     ***************************************************
    7     -->
     1<?xml version='1.0' encoding='utf-8'?>
     2<Falagard version="7">
    83    <WidgetLook name="OrxonoxLook/Button">
    9         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    10         <PropertyDefinition name="HoverTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    11         <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    12         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
    13         <PropertyDefinition name="VertLabelFormatting" initialValue="CentreAligned" />
    14         <PropertyDefinition name="HorzLabelFormatting" initialValue="CentreAligned" />
    15         <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />
    16         <PropertyDefinition name="NormalImageBackground" initialValue="set:OrxonoxLook image:ButtonMiddleNormal" redrawOnWrite="true" />
    17         <PropertyDefinition name="NormalImageRightEdge" initialValue="set:OrxonoxLook image:ButtonRightNormal" redrawOnWrite="true" />
    18         <PropertyDefinition name="NormalImageLeftEdge" initialValue="set:OrxonoxLook image:ButtonLeftNormal" redrawOnWrite="true" />
    19         <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />
    20         <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />
    21         <PropertyDefinition name="DisabledImage" initialValue="" redrawOnWrite="true" />
    22         <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
    23         <PropertyDefinition name="HorzImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
     4        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     5        <PropertyDefinition initialValue="FFFFFFFF" name="HoverTextColour" redrawOnWrite="true" />
     6        <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" />
     7        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
     8        <PropertyDefinition initialValue="CentreAligned" name="VertLabelFormatting" />
     9        <PropertyDefinition initialValue="CentreAligned" name="HorzLabelFormatting" />
     10        <PropertyDefinition initialValue="" name="NormalImage" redrawOnWrite="true" />
     11        <PropertyDefinition initialValue="set:OrxonoxLook image:ButtonMiddleNormal" name="NormalImageBackground" redrawOnWrite="true" />
     12        <PropertyDefinition initialValue="set:OrxonoxLook image:ButtonRightNormal" name="NormalImageRightEdge" redrawOnWrite="true" />
     13        <PropertyDefinition initialValue="set:OrxonoxLook image:ButtonLeftNormal" name="NormalImageLeftEdge" redrawOnWrite="true" />
     14        <PropertyDefinition initialValue="" name="HoverImage" redrawOnWrite="true" />
     15        <PropertyDefinition initialValue="" name="PushedImage" redrawOnWrite="true" />
     16        <PropertyDefinition initialValue="" name="DisabledImage" redrawOnWrite="true" />
     17        <PropertyDefinition initialValue="Stretched" name="VertImageFormatting" redrawOnWrite="true" />
     18        <PropertyDefinition initialValue="Stretched" name="HorzImageFormatting" redrawOnWrite="true" />
    2419        <ImagerySection name="label">
    2520            <TextComponent>
    2621                <Area>
    27                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    28                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    29                     <Dim type="Width"><UnifiedDim scale="1" type="Width" /></Dim>
    30                     <Dim type="Height"><UnifiedDim scale="1" type="Height" /></Dim>
     22                    <Dim type="LeftEdge">
     23                        <AbsoluteDim value="0" />
     24                    </Dim>
     25                    <Dim type="TopEdge">
     26                        <AbsoluteDim value="0" />
     27                    </Dim>
     28                    <Dim type="Width">
     29                        <UnifiedDim scale="1" type="Width" />
     30                    </Dim>
     31                    <Dim type="Height">
     32                        <UnifiedDim scale="1" type="Height" />
     33                    </Dim>
    3134                </Area>
    3235                <VertFormatProperty name="VertLabelFormatting" />
     
    3740            <FrameComponent>
    3841                <Area>
    39                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    40                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    41                     <Dim type="Width"><UnifiedDim scale="1" type="Width" /></Dim>
    42                     <Dim type="Height"><UnifiedDim scale="1" type="Height" /></Dim>
    43                 </Area>
    44                 <Image type="LeftEdge" imageset="OrxonoxLook" image="ButtonLeftNormal" />
    45                 <Image type="RightEdge" imageset="OrxonoxLook" image="ButtonRightNormal" />
    46                 <Image type="Background" imageset="OrxonoxLook" image="ButtonMiddleNormal" />
     42                    <Dim type="LeftEdge">
     43                        <AbsoluteDim value="0" />
     44                    </Dim>
     45                    <Dim type="TopEdge">
     46                        <AbsoluteDim value="0" />
     47                    </Dim>
     48                    <Dim type="Width">
     49                        <UnifiedDim scale="1" type="Width" />
     50                    </Dim>
     51                    <Dim type="Height">
     52                        <UnifiedDim scale="1" type="Height" />
     53                    </Dim>
     54                </Area>
     55                <Image component="LeftEdge" name="OrxonoxLook/ButtonLeftNormal" />
     56                <Image component="RightEdge" name="OrxonoxLook/ButtonRightNormal" />
     57                <Image component="Background" name="OrxonoxLook/ButtonMiddleNormal" />
    4758            </FrameComponent>
    4859            <ImageryComponent>
    4960                <Area>
    50                     <Dim type="LeftEdge" >
    51                         <AbsoluteDim value="0" >
    52                             <DimOperator op="Add">
    53                                 <ImageDim imageset="OrxonoxLook" image="ButtonLeftNormal" dimension="Width" />
    54                             </DimOperator>
    55                         </AbsoluteDim>
    56                     </Dim>
    57                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    58                     <Dim type="Width" >
    59                         <UnifiedDim scale="1" type="Width">
    60                             <DimOperator op="Subtract">
    61                                 <ImageDim imageset="OrxonoxLook" image="ButtonLeftNormal" dimension="Width">
    62                                     <DimOperator op="Add">
    63                                         <ImageDim imageset="OrxonoxLook" image="ButtonRightNormal" dimension="Width" />
    64                                     </DimOperator>
    65                                 </ImageDim>
    66                             </DimOperator>
    67                         </UnifiedDim>
    68                     </Dim>
    69                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     61                    <Dim type="LeftEdge">
     62                        <OperatorDim op="Add">
     63                            <AbsoluteDim value="0" />
     64                            <ImageDim dimension="Width" name="OrxonoxLook/ButtonLeftNormal" />
     65                        </OperatorDim>
     66                    </Dim>
     67                    <Dim type="TopEdge">
     68                        <AbsoluteDim value="0" />
     69                    </Dim>
     70                    <Dim type="Width">
     71                        <OperatorDim op="Subtract">
     72                            <UnifiedDim scale="1" type="Width" />
     73                            <OperatorDim op="Add">
     74                                <ImageDim dimension="Width" name="OrxonoxLook/ButtonLeftNormal" />
     75                                <ImageDim dimension="Width" name="OrxonoxLook/ButtonRightNormal" />
     76                            </OperatorDim>
     77                        </OperatorDim>
     78                    </Dim>
     79                    <Dim type="Height">
     80                        <UnifiedDim scale="1" type="Height" />
     81                    </Dim>
    7082                </Area>
    7183                <ImageProperty name="NormalImageBackground" />
     
    7587            <ImageryComponent>
    7688                <Area>
    77                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    78                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    79                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    80                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     89                    <Dim type="LeftEdge">
     90                        <AbsoluteDim value="0" />
     91                    </Dim>
     92                    <Dim type="TopEdge">
     93                        <AbsoluteDim value="0" />
     94                    </Dim>
     95                    <Dim type="Width">
     96                        <UnifiedDim scale="1" type="Width" />
     97                    </Dim>
     98                    <Dim type="Height">
     99                        <UnifiedDim scale="1" type="Height" />
     100                    </Dim>
    81101                </Area>
    82102                <ImageProperty name="NormalImageRightEdge" />
     
    86106            <ImageryComponent>
    87107                <Area>
    88                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    89                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    90                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    91                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     108                    <Dim type="LeftEdge">
     109                        <AbsoluteDim value="0" />
     110                    </Dim>
     111                    <Dim type="TopEdge">
     112                        <AbsoluteDim value="0" />
     113                    </Dim>
     114                    <Dim type="Width">
     115                        <UnifiedDim scale="1" type="Width" />
     116                    </Dim>
     117                    <Dim type="Height">
     118                        <UnifiedDim scale="1" type="Height" />
     119                    </Dim>
    92120                </Area>
    93121                <ImageProperty name="NormalImageLeftEdge" />
     
    96124            <ImageryComponent>
    97125                <Area>
    98                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    99                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    100                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    101                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     126                    <Dim type="LeftEdge">
     127                        <AbsoluteDim value="0" />
     128                    </Dim>
     129                    <Dim type="TopEdge">
     130                        <AbsoluteDim value="0" />
     131                    </Dim>
     132                    <Dim type="Width">
     133                        <UnifiedDim scale="1" type="Width" />
     134                    </Dim>
     135                    <Dim type="Height">
     136                        <UnifiedDim scale="1" type="Height" />
     137                    </Dim>
    102138                </Area>
    103139                <ImageProperty name="NormalImage" />
     
    109145            <FrameComponent>
    110146                <Area>
    111                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    112                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    113                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    114                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    115                 </Area>
    116                 <Image type="LeftEdge" imageset="OrxonoxLook" image="ButtonLeftHighlight" />
    117                 <Image type="RightEdge" imageset="OrxonoxLook" image="ButtonRightHighlight" />
    118                 <Image type="Background" imageset="OrxonoxLook" image="ButtonMiddleHighlight" />
     147                    <Dim type="LeftEdge">
     148                        <AbsoluteDim value="0" />
     149                    </Dim>
     150                    <Dim type="TopEdge">
     151                        <AbsoluteDim value="0" />
     152                    </Dim>
     153                    <Dim type="Width">
     154                        <UnifiedDim scale="1" type="Width" />
     155                    </Dim>
     156                    <Dim type="Height">
     157                        <UnifiedDim scale="1" type="Height" />
     158                    </Dim>
     159                </Area>
     160                <Image component="LeftEdge" name="OrxonoxLook/ButtonLeftHighlight" />
     161                <Image component="RightEdge" name="OrxonoxLook/ButtonRightHighlight" />
     162                <Image component="Background" name="OrxonoxLook/ButtonMiddleHighlight" />
    119163            </FrameComponent>
    120164            <ImageryComponent>
    121165                <Area>
    122                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    123                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    124                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    125                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     166                    <Dim type="LeftEdge">
     167                        <AbsoluteDim value="0" />
     168                    </Dim>
     169                    <Dim type="TopEdge">
     170                        <AbsoluteDim value="0" />
     171                    </Dim>
     172                    <Dim type="Width">
     173                        <UnifiedDim scale="1" type="Width" />
     174                    </Dim>
     175                    <Dim type="Height">
     176                        <UnifiedDim scale="1" type="Height" />
     177                    </Dim>
    126178                </Area>
    127179                <ImageProperty name="HoverImage" />
     
    133185            <FrameComponent>
    134186                <Area>
    135                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    136                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    137                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    138                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    139                 </Area>
    140                 <Image type="LeftEdge" imageset="OrxonoxLook" image="ButtonLeftPushed" />
    141                 <Image type="RightEdge" imageset="OrxonoxLook" image="ButtonRightPushed" />
    142                 <Image type="Background" imageset="OrxonoxLook" image="ButtonMiddlePushed" />
     187                    <Dim type="LeftEdge">
     188                        <AbsoluteDim value="0" />
     189                    </Dim>
     190                    <Dim type="TopEdge">
     191                        <AbsoluteDim value="0" />
     192                    </Dim>
     193                    <Dim type="Width">
     194                        <UnifiedDim scale="1" type="Width" />
     195                    </Dim>
     196                    <Dim type="Height">
     197                        <UnifiedDim scale="1" type="Height" />
     198                    </Dim>
     199                </Area>
     200                <Image component="LeftEdge" name="OrxonoxLook/ButtonLeftPushed" />
     201                <Image component="RightEdge" name="OrxonoxLook/ButtonRightPushed" />
     202                <Image component="Background" name="OrxonoxLook/ButtonMiddlePushed" />
    143203            </FrameComponent>
    144204            <ImageryComponent>
    145205                <Area>
    146                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    147                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    148                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    149                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     206                    <Dim type="LeftEdge">
     207                        <AbsoluteDim value="0" />
     208                    </Dim>
     209                    <Dim type="TopEdge">
     210                        <AbsoluteDim value="0" />
     211                    </Dim>
     212                    <Dim type="Width">
     213                        <UnifiedDim scale="1" type="Width" />
     214                    </Dim>
     215                    <Dim type="Height">
     216                        <UnifiedDim scale="1" type="Height" />
     217                    </Dim>
    150218                </Area>
    151219                <ImageProperty name="PushedImage" />
     
    189257            <Layer>
    190258                <Section section="normal">
    191                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     259                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    192260                </Section>
    193261                <Section section="label">
     
    197265        </StateImagery>
    198266    </WidgetLook>
    199 
    200     <!--
    201     ***************************************************
    202         OrxonoxLook/RadioButton
    203     ***************************************************
    204     -->
    205267    <WidgetLook name="OrxonoxLook/RadioButton">
    206                 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    207         <PropertyDefinition name="HoverTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    208         <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    209         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
     268        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     269        <PropertyDefinition initialValue="FFFFFFFF" name="HoverTextColour" redrawOnWrite="true" />
     270        <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" />
     271        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
    210272        <ImagerySection name="label">
    211273            <TextComponent>
    212274                <Area>
    213                     <Dim type="LeftEdge" >
    214                         <ImageDim imageset="OrxonoxLook" image="RadioButtonNormal" dimension="Width">
    215                             <DimOperator op="Add">
    216                                 <AbsoluteDim value="3" />
    217                             </DimOperator>
    218                         </ImageDim>
    219                     </Dim>
    220                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    221                     <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
    222                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     275                    <Dim type="LeftEdge">
     276                        <OperatorDim op="Add">
     277                            <ImageDim dimension="Width" name="OrxonoxLook/RadioButtonNormal" />
     278                            <AbsoluteDim value="3" />
     279                        </OperatorDim>
     280                    </Dim>
     281                    <Dim type="TopEdge">
     282                        <AbsoluteDim value="0" />
     283                    </Dim>
     284                    <Dim type="RightEdge">
     285                        <UnifiedDim scale="1" type="Width" />
     286                    </Dim>
     287                    <Dim type="Height">
     288                        <UnifiedDim scale="1" type="Height" />
     289                    </Dim>
    223290                </Area>
    224291                <VertFormat type="CentreAligned" />
     
    229296            <ImageryComponent>
    230297                <Area>
    231                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    232                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    233                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    234                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    235                 </Area>
    236                 <Image imageset="OrxonoxLook" image="RadioButtonNormal" />
     298                    <Dim type="LeftEdge">
     299                        <AbsoluteDim value="0" />
     300                    </Dim>
     301                    <Dim type="TopEdge">
     302                        <AbsoluteDim value="0" />
     303                    </Dim>
     304                    <Dim type="Width">
     305                        <UnifiedDim scale="1" type="Width" />
     306                    </Dim>
     307                    <Dim type="Height">
     308                        <UnifiedDim scale="1" type="Height" />
     309                    </Dim>
     310                </Area>
     311                <Image name="OrxonoxLook/RadioButtonNormal" />
    237312                <VertFormat type="CentreAligned" />
    238313                <HorzFormat type="LeftAligned" />
     
    242317            <ImageryComponent>
    243318                <Area>
    244                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    245                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    246                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    247                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    248                 </Area>
    249                 <Image imageset="OrxonoxLook" image="RadioButtonHover" />
     319                    <Dim type="LeftEdge">
     320                        <AbsoluteDim value="0" />
     321                    </Dim>
     322                    <Dim type="TopEdge">
     323                        <AbsoluteDim value="0" />
     324                    </Dim>
     325                    <Dim type="Width">
     326                        <UnifiedDim scale="1" type="Width" />
     327                    </Dim>
     328                    <Dim type="Height">
     329                        <UnifiedDim scale="1" type="Height" />
     330                    </Dim>
     331                </Area>
     332                <Image name="OrxonoxLook/RadioButtonHover" />
    250333                <VertFormat type="CentreAligned" />
    251334                <HorzFormat type="LeftAligned" />
     
    255338            <ImageryComponent>
    256339                <Area>
    257                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    258                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    259                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    260                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    261                 </Area>
    262                 <Image imageset="OrxonoxLook" image="RadioButtonMark" />
     340                    <Dim type="LeftEdge">
     341                        <AbsoluteDim value="0" />
     342                    </Dim>
     343                    <Dim type="TopEdge">
     344                        <AbsoluteDim value="0" />
     345                    </Dim>
     346                    <Dim type="Width">
     347                        <UnifiedDim scale="1" type="Width" />
     348                    </Dim>
     349                    <Dim type="Height">
     350                        <UnifiedDim scale="1" type="Height" />
     351                    </Dim>
     352                </Area>
     353                <Image name="OrxonoxLook/RadioButtonMark" />
    263354                <VertFormat type="CentreAligned" />
    264355                <HorzFormat type="LeftAligned" />
     
    284375            <Layer>
    285376                <Section section="normal">
    286                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     377                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    287378                </Section>
    288379                <Section section="label">
     
    312403            <Layer>
    313404                <Section section="normal">
    314                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     405                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    315406                </Section>
    316407                <Section section="select_mark">
    317                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     408                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    318409                </Section>
    319410                <Section section="label">
     
    323414        </StateImagery>
    324415    </WidgetLook>
    325 
    326     <!--
    327     ***************************************************
    328         OrxonoxLook/Checkbox
    329     ***************************************************
    330     -->
    331416    <WidgetLook name="OrxonoxLook/Checkbox">
    332                 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    333         <PropertyDefinition name="HoverTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    334         <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    335         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
     417        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     418        <PropertyDefinition initialValue="FFFFFFFF" name="HoverTextColour" redrawOnWrite="true" />
     419        <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" />
     420        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
    336421        <ImagerySection name="label">
    337422            <TextComponent>
    338423                <Area>
    339                     <Dim type="LeftEdge" >
    340                         <ImageDim imageset="OrxonoxLook" image="CheckboxNormal" dimension="Width">
    341                             <DimOperator op="Add">
    342                                 <AbsoluteDim value="3" />
    343                             </DimOperator>
    344                         </ImageDim>
    345                     </Dim>
    346                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    347                     <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
    348                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     424                    <Dim type="LeftEdge">
     425                        <OperatorDim op="Add">
     426                            <ImageDim dimension="Width" name="OrxonoxLook/CheckboxNormal" />
     427                            <AbsoluteDim value="3" />
     428                        </OperatorDim>
     429                    </Dim>
     430                    <Dim type="TopEdge">
     431                        <AbsoluteDim value="0" />
     432                    </Dim>
     433                    <Dim type="RightEdge">
     434                        <UnifiedDim scale="1" type="Width" />
     435                    </Dim>
     436                    <Dim type="Height">
     437                        <UnifiedDim scale="1" type="Height" />
     438                    </Dim>
    349439                </Area>
    350440                <VertFormat type="CentreAligned" />
     
    355445            <ImageryComponent>
    356446                <Area>
    357                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    358                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    359                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    360                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    361                 </Area>
    362                 <Image imageset="OrxonoxLook" image="CheckboxNormal" />
     447                    <Dim type="LeftEdge">
     448                        <AbsoluteDim value="0" />
     449                    </Dim>
     450                    <Dim type="TopEdge">
     451                        <AbsoluteDim value="0" />
     452                    </Dim>
     453                    <Dim type="Width">
     454                        <UnifiedDim scale="1" type="Width" />
     455                    </Dim>
     456                    <Dim type="Height">
     457                        <UnifiedDim scale="1" type="Height" />
     458                    </Dim>
     459                </Area>
     460                <Image name="OrxonoxLook/CheckboxNormal" />
    363461                <VertFormat type="CentreAligned" />
    364462                <HorzFormat type="LeftAligned" />
     
    368466            <ImageryComponent>
    369467                <Area>
    370                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    371                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    372                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    373                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    374                 </Area>
    375                 <Image imageset="OrxonoxLook" image="CheckboxHover" />
     468                    <Dim type="LeftEdge">
     469                        <AbsoluteDim value="0" />
     470                    </Dim>
     471                    <Dim type="TopEdge">
     472                        <AbsoluteDim value="0" />
     473                    </Dim>
     474                    <Dim type="Width">
     475                        <UnifiedDim scale="1" type="Width" />
     476                    </Dim>
     477                    <Dim type="Height">
     478                        <UnifiedDim scale="1" type="Height" />
     479                    </Dim>
     480                </Area>
     481                <Image name="OrxonoxLook/CheckboxHover" />
    376482                <VertFormat type="CentreAligned" />
    377483                <HorzFormat type="LeftAligned" />
     
    381487            <ImageryComponent>
    382488                <Area>
    383                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    384                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    385                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    386                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    387                 </Area>
    388                 <Image imageset="OrxonoxLook" image="CheckboxMark" />
     489                    <Dim type="LeftEdge">
     490                        <AbsoluteDim value="0" />
     491                    </Dim>
     492                    <Dim type="TopEdge">
     493                        <AbsoluteDim value="0" />
     494                    </Dim>
     495                    <Dim type="Width">
     496                        <UnifiedDim scale="1" type="Width" />
     497                    </Dim>
     498                    <Dim type="Height">
     499                        <UnifiedDim scale="1" type="Height" />
     500                    </Dim>
     501                </Area>
     502                <Image name="OrxonoxLook/CheckboxMark" />
    389503                <VertFormat type="CentreAligned" />
    390504                <HorzFormat type="LeftAligned" />
     
    410524            <Layer>
    411525                <Section section="normal">
    412                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     526                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    413527                </Section>
    414528                <Section section="label">
     
    438552            <Layer>
    439553                <Section section="normal">
    440                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     554                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    441555                </Section>
    442556                <Section section="select_mark">
    443                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     557                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    444558                </Section>
    445559                <Section section="label">
     
    449563        </StateImagery>
    450564    </WidgetLook>
    451 
    452     <!--
    453     ***************************************************
    454         OrxonoxLook/Editbox
    455     ***************************************************
    456     -->
    457565    <WidgetLook name="OrxonoxLook/Editbox">
    458         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    459         <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />
    460         <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
    461         <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
    462         <Property name="MouseCursorImage" value="set:OrxonoxLook image:MouseTextBar" />
     566        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     567        <PropertyDefinition initialValue="FF000000" name="SelectedTextColour" redrawOnWrite="true" />
     568        <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" />
     569        <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" />
     570        <Property name="MouseCursorImage" value="OrxonoxLook/MouseTextBar" />
    463571        <NamedArea name="TextArea">
    464572            <Area>
    465                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
    466                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
    467                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim>
    468                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim>
     573                <Dim type="LeftEdge">
     574                    <AbsoluteDim value="5" />
     575                </Dim>
     576                <Dim type="TopEdge">
     577                    <AbsoluteDim value="5" />
     578                </Dim>
     579                <Dim type="RightEdge">
     580                    <UnifiedDim offset="-5" scale="1.0" type="RightEdge" />
     581                </Dim>
     582                <Dim type="BottomEdge">
     583                    <UnifiedDim offset="-5" scale="1.0" type="BottomEdge" />
     584                </Dim>
    469585            </Area>
    470586        </NamedArea>
     
    472588            <FrameComponent>
    473589                <Area>
    474                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    475                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    476                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    477                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    478                 </Area>
    479                 <Image type="LeftEdge" imageset="OrxonoxLook" image="EditBoxLeft" />
    480                 <Image type="RightEdge" imageset="OrxonoxLook" image="EditBoxRight" />
    481                 <Image type="Background" imageset="OrxonoxLook" image="EditBoxMiddle" />
     590                    <Dim type="LeftEdge">
     591                        <AbsoluteDim value="0" />
     592                    </Dim>
     593                    <Dim type="TopEdge">
     594                        <AbsoluteDim value="0" />
     595                    </Dim>
     596                    <Dim type="Width">
     597                        <UnifiedDim scale="1" type="Width" />
     598                    </Dim>
     599                    <Dim type="Height">
     600                        <UnifiedDim scale="1" type="Height" />
     601                    </Dim>
     602                </Area>
     603                <Image component="LeftEdge" name="OrxonoxLook/EditBoxLeft" />
     604                <Image component="RightEdge" name="OrxonoxLook/EditBoxRight" />
     605                <Image component="Background" name="OrxonoxLook/EditBoxMiddle" />
    482606            </FrameComponent>
    483607        </ImagerySection>
     
    485609            <ImageryComponent>
    486610                <Area>
    487                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    488                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    489                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    490                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    491                 </Area>
    492                 <Image imageset="OrxonoxLook" image="TextSelectionBrush" />
     611                    <Dim type="LeftEdge">
     612                        <AbsoluteDim value="0" />
     613                    </Dim>
     614                    <Dim type="TopEdge">
     615                        <AbsoluteDim value="0" />
     616                    </Dim>
     617                    <Dim type="RightEdge">
     618                        <UnifiedDim scale="1.0" type="RightEdge" />
     619                    </Dim>
     620                    <Dim type="BottomEdge">
     621                        <UnifiedDim scale="1.0" type="BottomEdge" />
     622                    </Dim>
     623                </Area>
     624                <Image name="OrxonoxLook/TextSelectionBrush" />
    493625                <VertFormat type="Stretched" />
    494626                <HorzFormat type="Stretched" />
    495627            </ImageryComponent>
    496628        </ImagerySection>
    497         <ImagerySection name="Carat">
    498             <ImageryComponent>
    499                 <Area>
    500                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    501                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    502                     <Dim type="Width" ><ImageDim imageset="OrxonoxLook" image="EditBoxCarat" dimension="Width" /></Dim>
    503                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    504                 </Area>
    505                 <Image imageset="OrxonoxLook" image="EditBoxCarat" />
     629        <ImagerySection name="Caret">
     630            <ImageryComponent>
     631                <Area>
     632                    <Dim type="LeftEdge">
     633                        <AbsoluteDim value="0" />
     634                    </Dim>
     635                    <Dim type="TopEdge">
     636                        <AbsoluteDim value="0" />
     637                    </Dim>
     638                    <Dim type="Width">
     639                        <ImageDim dimension="Width" name="OrxonoxLook/EditBoxCarat" />
     640                    </Dim>
     641                    <Dim type="BottomEdge">
     642                        <UnifiedDim scale="1.0" type="BottomEdge" />
     643                    </Dim>
     644                </Area>
     645                <Image name="OrxonoxLook/EditBoxCarat" />
    506646                <VertFormat type="Stretched" />
    507647                <HorzFormat type="Stretched" />
     
    521661            <Layer>
    522662                <Section section="container_normal">
    523                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     663                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    524664                </Section>
    525665            </Layer>
     
    540680        </StateImagery>
    541681    </WidgetLook>
    542 
    543     <!--
    544     ***************************************************
    545         OrxonoxLook/Titlebar
    546     ***************************************************
    547     -->
    548682    <WidgetLook name="OrxonoxLook/Titlebar">
    549         <PropertyDefinition name="CaptionColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
     683        <PropertyDefinition initialValue="FFFFFFFF" name="CaptionColour" redrawOnWrite="true" />
    550684        <ImagerySection name="main">
    551685            <ImageryComponent>
    552686                <Area>
    553                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    554                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    555                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    556                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    557                 </Area>
    558                 <Image imageset="OrxonoxLook" image="NewTitlebarLeft" />
     687                    <Dim type="LeftEdge">
     688                        <AbsoluteDim value="0" />
     689                    </Dim>
     690                    <Dim type="TopEdge">
     691                        <AbsoluteDim value="0" />
     692                    </Dim>
     693                    <Dim type="Width">
     694                        <UnifiedDim scale="1.0" type="Width" />
     695                    </Dim>
     696                    <Dim type="Height">
     697                        <UnifiedDim scale="1.0" type="Height" />
     698                    </Dim>
     699                </Area>
     700                <Image name="OrxonoxLook/NewTitlebarLeft" />
    559701                <VertFormat type="Stretched" />
    560702            </ImageryComponent>
    561703            <ImageryComponent>
    562704                <Area>
    563                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    564                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    565                     <Dim type="RightEdge" >
    566                         <UnifiedDim scale="1" type="RightEdge">
    567                             <DimOperator op="Subtract">
    568                                 <ImageDim imageset="OrxonoxLook" image="SysAreaRight" dimension="Width">
    569                                     <DimOperator op="Add">
    570                                         <ImageDim imageset="OrxonoxLook" image="SysAreaMiddle" dimension="Width" />
    571                                     </DimOperator>
    572                                 </ImageDim>
    573                             </DimOperator>
    574                         </UnifiedDim>
    575                     </Dim>
    576                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    577                 </Area>
    578                 <Image imageset="OrxonoxLook" image="NewTitlebarRight" />
     705                    <Dim type="LeftEdge">
     706                        <AbsoluteDim value="0" />
     707                    </Dim>
     708                    <Dim type="TopEdge">
     709                        <AbsoluteDim value="0" />
     710                    </Dim>
     711                    <Dim type="RightEdge">
     712                        <OperatorDim op="Subtract">
     713                            <UnifiedDim scale="1" type="RightEdge" />
     714                            <OperatorDim op="Add">
     715                                <ImageDim dimension="Width" name="OrxonoxLook/SysAreaRight" />
     716                                <ImageDim dimension="Width" name="OrxonoxLook/SysAreaMiddle" />
     717                            </OperatorDim>
     718                        </OperatorDim>
     719                    </Dim>
     720                    <Dim type="Height">
     721                        <UnifiedDim scale="1.0" type="Height" />
     722                    </Dim>
     723                </Area>
     724                <Image name="OrxonoxLook/NewTitlebarRight" />
    579725                <VertFormat type="Stretched" />
    580726                <HorzFormat type="RightAligned" />
     
    582728            <ImageryComponent>
    583729                <Area>
    584                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    585                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    586                     <Dim type="RightEdge" >
    587                         <UnifiedDim scale="1" type="RightEdge">
    588                             <DimOperator op="Subtract">
    589                                 <ImageDim imageset="OrxonoxLook" image="SysAreaRight" dimension="Width" />
    590                             </DimOperator>
    591                         </UnifiedDim>
    592                     </Dim>
    593                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    594                 </Area>
    595                 <Image imageset="OrxonoxLook" image="SysAreaMiddle" />
     730                    <Dim type="LeftEdge">
     731                        <AbsoluteDim value="0" />
     732                    </Dim>
     733                    <Dim type="TopEdge">
     734                        <AbsoluteDim value="0" />
     735                    </Dim>
     736                    <Dim type="RightEdge">
     737                        <OperatorDim op="Subtract">
     738                            <UnifiedDim scale="1" type="RightEdge" />
     739                            <ImageDim dimension="Width" name="OrxonoxLook/SysAreaRight" />
     740                        </OperatorDim>
     741                    </Dim>
     742                    <Dim type="Height">
     743                        <UnifiedDim scale="1.0" type="Height" />
     744                    </Dim>
     745                </Area>
     746                <Image name="OrxonoxLook/SysAreaMiddle" />
    596747                <VertFormat type="Stretched" />
    597748                <HorzFormat type="RightAligned" />
     
    599750            <ImageryComponent>
    600751                <Area>
    601                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    602                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    603                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    604                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    605                 </Area>
    606                 <Image imageset="OrxonoxLook" image="SysAreaRight" />
     752                    <Dim type="LeftEdge">
     753                        <AbsoluteDim value="0" />
     754                    </Dim>
     755                    <Dim type="TopEdge">
     756                        <AbsoluteDim value="0" />
     757                    </Dim>
     758                    <Dim type="Width">
     759                        <UnifiedDim scale="1.0" type="Width" />
     760                    </Dim>
     761                    <Dim type="Height">
     762                        <UnifiedDim scale="1.0" type="Height" />
     763                    </Dim>
     764                </Area>
     765                <Image name="OrxonoxLook/SysAreaRight" />
    607766                <VertFormat type="Stretched" />
    608767                <HorzFormat type="RightAligned" />
     
    610769            <ImageryComponent>
    611770                <Area>
    612                     <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="NewTitlebarLeft" dimension="Width" /></Dim>
    613                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    614                     <Dim type="RightEdge" >
    615                         <UnifiedDim scale="1" type="RightEdge">
    616                             <DimOperator op="Subtract">
    617                                 <ImageDim imageset="OrxonoxLook" image="SysAreaRight" dimension="Width">
    618                                     <DimOperator op="Add">
    619                                         <ImageDim imageset="OrxonoxLook" image="SysAreaMiddle" dimension="Width">
    620                                             <DimOperator op="Add">
    621                                                 <ImageDim imageset="OrxonoxLook" image="NewTitlebarRight" dimension="Width" />
    622                                             </DimOperator>
    623                                         </ImageDim>
    624                                     </DimOperator>
    625                                 </ImageDim>
    626                             </DimOperator>
    627                         </UnifiedDim>
    628                     </Dim>
    629                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    630                 </Area>
    631                 <Image imageset="OrxonoxLook" image="NewTitlebarMiddle" />
     771                    <Dim type="LeftEdge">
     772                        <ImageDim dimension="Width" name="OrxonoxLook/NewTitlebarLeft" />
     773                    </Dim>
     774                    <Dim type="TopEdge">
     775                        <AbsoluteDim value="0" />
     776                    </Dim>
     777                    <Dim type="RightEdge">
     778                        <OperatorDim op="Subtract">
     779                            <UnifiedDim scale="1" type="RightEdge" />
     780                            <OperatorDim op="Add">
     781                                <ImageDim dimension="Width" name="OrxonoxLook/SysAreaRight" />
     782                                <OperatorDim op="Add">
     783                                    <ImageDim dimension="Width" name="OrxonoxLook/SysAreaMiddle" />
     784                                    <ImageDim dimension="Width" name="OrxonoxLook/NewTitlebarRight" />
     785                                </OperatorDim>
     786                            </OperatorDim>
     787                        </OperatorDim>
     788                    </Dim>
     789                    <Dim type="Height">
     790                        <UnifiedDim scale="1.0" type="Height" />
     791                    </Dim>
     792                </Area>
     793                <Image name="OrxonoxLook/NewTitlebarMiddle" />
    632794                <VertFormat type="Stretched" />
    633795                <HorzFormat type="Stretched" />
     
    637799            <TextComponent>
    638800                <Area>
    639                     <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="NewTitlebarLeft" dimension="Width" /></Dim>
    640                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    641                     <Dim type="Width" ><UnifiedDim scale="1" offset="-75" type="Width" /></Dim>
    642                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     801                    <Dim type="LeftEdge">
     802                        <ImageDim dimension="Width" name="OrxonoxLook/NewTitlebarLeft" />
     803                    </Dim>
     804                    <Dim type="TopEdge">
     805                        <AbsoluteDim value="0" />
     806                    </Dim>
     807                    <Dim type="Width">
     808                        <UnifiedDim offset="-75" scale="1" type="Width" />
     809                    </Dim>
     810                    <Dim type="Height">
     811                        <UnifiedDim scale="1" type="Height" />
     812                    </Dim>
    643813                </Area>
    644814                <ColourProperty name="CaptionColour" />
     
    661831            <Layer>
    662832                <Section section="main">
    663                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     833                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    664834                </Section>
    665835                <Section section="caption">
    666                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     836                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    667837                </Section>
    668838            </Layer>
    669839        </StateImagery>
    670840    </WidgetLook>
    671 
    672     <!--
    673     ***************************************************
    674         OrxonoxLook/FrameWindow
    675     ***************************************************
    676     -->
    677841    <WidgetLook name="OrxonoxLook/FrameWindow">
    678         <PropertyDefinition name="ClientAreaColour" initialValue="FF141B38" redrawOnWrite="true" />
    679         <PropertyLinkDefinition name="CaptionColour" widget="__auto_titlebar__" targetProperty="CaptionColour" initialValue="FFFFFFFF" />
    680         <PropertyLinkDefinition name="TitlebarFont" widget="__auto_titlebar__" targetProperty="Font" />
    681         <Property name="NSSizingCursorImage" value="set:OrxonoxLook image:MouseNoSoCursor" />
    682         <Property name="EWSizingCursorImage" value="set:OrxonoxLook image:MouseEsWeCursor" />
    683         <Property name="NWSESizingCursorImage" value="set:OrxonoxLook image:MouseNwSeCursor" />
    684         <Property name="NESWSizingCursorImage" value="set:OrxonoxLook image:MouseNeSwCursor" />
    685         <Property name="UnifiedMinSize" value="{{0.1,0},{0.1,0}}" />
     842        <PropertyDefinition initialValue="FF141B38" name="ClientAreaColour" redrawOnWrite="true" />
     843        <PropertyLinkDefinition initialValue="FFFFFFFF" name="CaptionColour" targetProperty="CaptionColour" widget="__auto_titlebar__" />
     844        <PropertyLinkDefinition name="TitlebarFont" targetProperty="Font" widget="__auto_titlebar__" />
     845        <Property name="NSSizingCursorImage" value="OrxonoxLook/MouseNoSoCursor" />
     846        <Property name="EWSizingCursorImage" value="OrxonoxLook/MouseEsWeCursor" />
     847        <Property name="NWSESizingCursorImage" value="OrxonoxLook/MouseNwSeCursor" />
     848        <Property name="NESWSizingCursorImage" value="OrxonoxLook/MouseNeSwCursor" />
     849        <Property name="MinSize" value="{{0.1,0},{0.1,0}}" />
    686850        <NamedArea name="ClientWithTitleWithFrame">
    687851            <Area>
    688                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="WindowTopLeft" dimension="Width" /></Dim>
    689                 <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
    690                 <Dim type="RightEdge" >
    691                     <UnifiedDim scale="1" type="RightEdge">
    692                         <DimOperator op="Subtract">
    693                             <ImageDim imageset="OrxonoxLook" image="WindowTopRight" dimension="Width" />
    694                         </DimOperator>
    695                     </UnifiedDim>
    696                 </Dim>
    697                 <Dim type="BottomEdge" >
    698                     <UnifiedDim scale="1" type="BottomEdge">
    699                         <DimOperator op="Subtract">
    700                             <ImageDim imageset="OrxonoxLook" image="WindowBottomEdge" dimension="Height" />
    701                         </DimOperator>
    702                     </UnifiedDim>
     852                <Dim type="LeftEdge">
     853                    <ImageDim dimension="Width" name="OrxonoxLook/WindowTopLeft" />
     854                </Dim>
     855                <Dim type="TopEdge">
     856                    <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
     857                </Dim>
     858                <Dim type="RightEdge">
     859                    <OperatorDim op="Subtract">
     860                        <UnifiedDim scale="1" type="RightEdge" />
     861                        <ImageDim dimension="Width" name="OrxonoxLook/WindowTopRight" />
     862                    </OperatorDim>
     863                </Dim>
     864                <Dim type="BottomEdge">
     865                    <OperatorDim op="Subtract">
     866                        <UnifiedDim scale="1" type="BottomEdge" />
     867                        <ImageDim dimension="Height" name="OrxonoxLook/WindowBottomEdge" />
     868                    </OperatorDim>
    703869                </Dim>
    704870            </Area>
     
    706872        <NamedArea name="ClientWithTitleNoFrame">
    707873            <Area>
    708                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    709                 <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
    710                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    711                 <Dim type="BottomEdge" ><WidgetDim dimension="BottomEdge" /></Dim>
     874                <Dim type="LeftEdge">
     875                    <AbsoluteDim value="0" />
     876                </Dim>
     877                <Dim type="TopEdge">
     878                    <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
     879                </Dim>
     880                <Dim type="Width">
     881                    <UnifiedDim scale="1" type="Width" />
     882                </Dim>
     883                <Dim type="BottomEdge">
     884                    <WidgetDim dimension="BottomEdge" />
     885                </Dim>
    712886            </Area>
    713887        </NamedArea>
    714888        <NamedArea name="ClientNoTitleWithFrame">
    715889            <Area>
    716                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="WindowTopLeft" dimension="Width" /></Dim>
    717                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="WindowTopEdge" dimension="Height" /></Dim>
    718                 <Dim type="RightEdge" >
    719                     <UnifiedDim scale="1" type="RightEdge">
    720                         <DimOperator op="Subtract">
    721                             <ImageDim imageset="OrxonoxLook" image="WindowTopRight" dimension="Width" />
    722                         </DimOperator>
    723                     </UnifiedDim>
    724                 </Dim>
    725                 <Dim type="BottomEdge" >
    726                     <UnifiedDim scale="1" type="BottomEdge">
    727                         <DimOperator op="Subtract">
    728                             <ImageDim imageset="OrxonoxLook" image="WindowBottomEdge" dimension="Height" />
    729                         </DimOperator>
    730                     </UnifiedDim>
     890                <Dim type="LeftEdge">
     891                    <ImageDim dimension="Width" name="OrxonoxLook/WindowTopLeft" />
     892                </Dim>
     893                <Dim type="TopEdge">
     894                    <ImageDim dimension="Height" name="OrxonoxLook/WindowTopEdge" />
     895                </Dim>
     896                <Dim type="RightEdge">
     897                    <OperatorDim op="Subtract">
     898                        <UnifiedDim scale="1" type="RightEdge" />
     899                        <ImageDim dimension="Width" name="OrxonoxLook/WindowTopRight" />
     900                    </OperatorDim>
     901                </Dim>
     902                <Dim type="BottomEdge">
     903                    <OperatorDim op="Subtract">
     904                        <UnifiedDim scale="1" type="BottomEdge" />
     905                        <ImageDim dimension="Height" name="OrxonoxLook/WindowBottomEdge" />
     906                    </OperatorDim>
    731907                </Dim>
    732908            </Area>
     
    734910        <NamedArea name="ClientNoTitleNoFrame">
    735911            <Area>
    736                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    737                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    738                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    739                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     912                <Dim type="LeftEdge">
     913                    <AbsoluteDim value="0" />
     914                </Dim>
     915                <Dim type="TopEdge">
     916                    <AbsoluteDim value="0" />
     917                </Dim>
     918                <Dim type="Width">
     919                    <UnifiedDim scale="1" type="Width" />
     920                </Dim>
     921                <Dim type="Height">
     922                    <UnifiedDim scale="1" type="Height" />
     923                </Dim>
    740924            </Area>
    741925        </NamedArea>
    742         <Child type="OrxonoxLook/Titlebar" nameSuffix="__auto_titlebar__">
    743             <Area>
    744                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    745                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    746                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    747                 <Dim type="Height" ><FontDim type="LineSpacing" padding="8" /></Dim>
     926        <Child nameSuffix="__auto_titlebar__" type="OrxonoxLook/Titlebar">
     927            <Area>
     928                <Dim type="LeftEdge">
     929                    <AbsoluteDim value="0" />
     930                </Dim>
     931                <Dim type="TopEdge">
     932                    <AbsoluteDim value="0" />
     933                </Dim>
     934                <Dim type="Width">
     935                    <UnifiedDim scale="1" type="Width" />
     936                </Dim>
     937                <Dim type="Height">
     938                    <FontDim padding="8" type="LineSpacing" />
     939                </Dim>
    748940            </Area>
    749941            <Property name="AlwaysOnTop" value="False" />
    750942        </Child>
    751         <Child type="OrxonoxLook/SystemButton" nameSuffix="__auto_closebutton__">
    752             <Area>
    753                 <Dim type="LeftEdge" >
    754                     <UnifiedDim scale="1" type="LeftEdge">
    755                         <DimOperator op="Subtract">
    756                             <ImageDim imageset="OrxonoxLook" image="SysAreaRight" dimension="Width">
    757                                 <DimOperator op="Add">
    758                                     <ImageDim imageset="OrxonoxLook" image="SysAreaMiddle" dimension="Width" />
    759                                 </DimOperator>
    760                             </ImageDim>
    761                         </DimOperator>
    762                     </UnifiedDim>
    763                 </Dim>
    764                 <Dim type="TopEdge" >
    765                     <AbsoluteDim value="0.5">
    766                         <DimOperator op="Multiply">
    767                             <WidgetDim widget="__auto_titlebar__" dimension="Height">
    768                                 <DimOperator op="Subtract">
    769                                     <ImageDim imageset="OrxonoxLook" image="NewCloseButtonNormal" dimension="Width" />
    770                                 </DimOperator>
    771                             </WidgetDim>
    772                         </DimOperator>
    773                     </AbsoluteDim>
    774                 </Dim>
    775                 <Dim type="Width" ><ImageDim imageset="OrxonoxLook" image="NewCloseButtonNormal" dimension="Width" /></Dim>
    776                 <Dim type="Height" ><ImageDim imageset="OrxonoxLook" image="NewCloseButtonNormal" dimension="Width" /></Dim>
     943        <Child nameSuffix="__auto_closebutton__" type="OrxonoxLook/SystemButton">
     944            <Area>
     945                <Dim type="LeftEdge">
     946                    <OperatorDim op="Subtract">
     947                        <UnifiedDim scale="1" type="LeftEdge" />
     948                        <OperatorDim op="Add">
     949                            <ImageDim dimension="Width" name="OrxonoxLook/SysAreaRight" />
     950                            <ImageDim dimension="Width" name="OrxonoxLook/SysAreaMiddle" />
     951                        </OperatorDim>
     952                    </OperatorDim>
     953                </Dim>
     954                <Dim type="TopEdge">
     955                    <OperatorDim op="Multiply">
     956                        <AbsoluteDim value="0.5" />
     957                        <OperatorDim op="Subtract">
     958                            <WidgetDim dimension="Height" widget="__auto_titlebar__" />
     959                            <ImageDim dimension="Width" name="OrxonoxLook/NewCloseButtonNormal" />
     960                        </OperatorDim>
     961                    </OperatorDim>
     962                </Dim>
     963                <Dim type="Width">
     964                    <ImageDim dimension="Width" name="OrxonoxLook/NewCloseButtonNormal" />
     965                </Dim>
     966                <Dim type="Height">
     967                    <ImageDim dimension="Width" name="OrxonoxLook/NewCloseButtonNormal" />
     968                </Dim>
    777969            </Area>
    778970            <Property name="AlwaysOnTop" value="True" />
    779             <Property name="NormalImage" value="set:OrxonoxLook image:NewCloseButtonNormal" />
    780             <Property name="HoverImage" value="set:OrxonoxLook image:NewCloseButtonHover" />
    781             <Property name="PushedImage" value="set:OrxonoxLook image:NewCloseButtonPressed" />
     971            <Property name="NormalImage" value="OrxonoxLook/NewCloseButtonNormal" />
     972            <Property name="HoverImage" value="OrxonoxLook/NewCloseButtonHover" />
     973            <Property name="PushedImage" value="OrxonoxLook/NewCloseButtonPressed" />
    782974        </Child>
    783975        <ImagerySection name="withtitle_frame">
    784976            <FrameComponent>
    785977                <Area>
    786                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    787                     <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
    788                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    789                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    790                 </Area>
    791                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="WindowBottomLeft" />
    792                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="WindowBottomRight" />
    793                 <Image type="LeftEdge" imageset="OrxonoxLook" image="WindowLeftEdge" />
    794                 <Image type="RightEdge" imageset="OrxonoxLook" image="WindowRightEdge" />
    795                 <Image type="BottomEdge" imageset="OrxonoxLook" image="WindowBottomEdge" />
     978                    <Dim type="LeftEdge">
     979                        <AbsoluteDim value="0" />
     980                    </Dim>
     981                    <Dim type="TopEdge">
     982                        <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
     983                    </Dim>
     984                    <Dim type="Width">
     985                        <UnifiedDim scale="1" type="Width" />
     986                    </Dim>
     987                    <Dim type="BottomEdge">
     988                        <UnifiedDim scale="1" type="BottomEdge" />
     989                    </Dim>
     990                </Area>
     991                <Image component="BottomLeftCorner" name="OrxonoxLook/WindowBottomLeft" />
     992                <Image component="BottomRightCorner" name="OrxonoxLook/WindowBottomRight" />
     993                <Image component="LeftEdge" name="OrxonoxLook/WindowLeftEdge" />
     994                <Image component="RightEdge" name="OrxonoxLook/WindowRightEdge" />
     995                <Image component="BottomEdge" name="OrxonoxLook/WindowBottomEdge" />
    796996            </FrameComponent>
    797997            <ImageryComponent>
    798998                <Area>
    799                     <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="WindowTopLeft" dimension="Width" /></Dim>
    800                     <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
    801                     <Dim type="RightEdge" >
    802                         <UnifiedDim scale="1" type="Width">
    803                             <DimOperator op="Subtract">
    804                                 <ImageDim imageset="OrxonoxLook" image="WindowTopRight" dimension="Width" />
    805                             </DimOperator>
    806                         </UnifiedDim>
    807                     </Dim>
    808                     <Dim type="BottomEdge" >
    809                         <UnifiedDim scale="1" type="Height">
    810                             <DimOperator op="Subtract">
    811                                 <ImageDim imageset="OrxonoxLook" image="WindowBottomEdge" dimension="Height" />
    812                             </DimOperator>
    813                         </UnifiedDim>
    814                     </Dim>
    815                 </Area>
    816                 <Image imageset="OrxonoxLook" image="GenericBrush" />
     999                    <Dim type="LeftEdge">
     1000                        <ImageDim dimension="Width" name="OrxonoxLook/WindowTopLeft" />
     1001                    </Dim>
     1002                    <Dim type="TopEdge">
     1003                        <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
     1004                    </Dim>
     1005                    <Dim type="RightEdge">
     1006                        <OperatorDim op="Subtract">
     1007                            <UnifiedDim scale="1" type="Width" />
     1008                            <ImageDim dimension="Width" name="OrxonoxLook/WindowTopRight" />
     1009                        </OperatorDim>
     1010                    </Dim>
     1011                    <Dim type="BottomEdge">
     1012                        <OperatorDim op="Subtract">
     1013                            <UnifiedDim scale="1" type="Height" />
     1014                            <ImageDim dimension="Height" name="OrxonoxLook/WindowBottomEdge" />
     1015                        </OperatorDim>
     1016                    </Dim>
     1017                </Area>
     1018                <Image name="OrxonoxLook/GenericBrush" />
    8171019                <ColourProperty name="ClientAreaColour" />
    8181020                <VertFormat type="Stretched" />
     
    8231025            <FrameComponent>
    8241026                <Area>
    825                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    826                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    827                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    828                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    829                 </Area>
    830                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="WindowTopLeft" />
    831                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="WindowTopRight" />
    832                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="WindowBottomLeft" />
    833                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="WindowBottomRight" />
    834                 <Image type="LeftEdge" imageset="OrxonoxLook" image="WindowLeftEdge" />
    835                 <Image type="RightEdge" imageset="OrxonoxLook" image="WindowRightEdge" />
    836                 <Image type="BottomEdge" imageset="OrxonoxLook" image="WindowBottomEdge" />
     1027                    <Dim type="LeftEdge">
     1028                        <AbsoluteDim value="0" />
     1029                    </Dim>
     1030                    <Dim type="TopEdge">
     1031                        <AbsoluteDim value="0" />
     1032                    </Dim>
     1033                    <Dim type="Width">
     1034                        <UnifiedDim scale="1" type="Width" />
     1035                    </Dim>
     1036                    <Dim type="Height">
     1037                        <UnifiedDim scale="1" type="Height" />
     1038                    </Dim>
     1039                </Area>
     1040                <Image component="TopLeftCorner" name="OrxonoxLook/WindowTopLeft" />
     1041                <Image component="TopRightCorner" name="OrxonoxLook/WindowTopRight" />
     1042                <Image component="BottomLeftCorner" name="OrxonoxLook/WindowBottomLeft" />
     1043                <Image component="BottomRightCorner" name="OrxonoxLook/WindowBottomRight" />
     1044                <Image component="LeftEdge" name="OrxonoxLook/WindowLeftEdge" />
     1045                <Image component="RightEdge" name="OrxonoxLook/WindowRightEdge" />
     1046                <Image component="BottomEdge" name="OrxonoxLook/WindowBottomEdge" />
    8371047            </FrameComponent>
    8381048            <ImageryComponent>
    8391049                <Area>
    840                     <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="WindowTopLeft" dimension="Width" /></Dim>
    841                     <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="WindowTopEdge" dimension="Width" /></Dim>
    842                     <Dim type="RightEdge" >
    843                         <UnifiedDim scale="1" type="Width">
    844                             <DimOperator op="Subtract">
    845                                 <ImageDim imageset="OrxonoxLook" image="WindowTopRight" dimension="Width" />
    846                             </DimOperator>
    847                         </UnifiedDim>
    848                     </Dim>
    849                     <Dim type="BottomEdge" >
    850                         <UnifiedDim scale="1" type="Height">
    851                             <DimOperator op="Subtract">
    852                                 <ImageDim imageset="OrxonoxLook" image="WindowBottomEdge" dimension="Height" />
    853                             </DimOperator>
    854                         </UnifiedDim>
    855                     </Dim>
    856                 </Area>
    857                 <Image imageset="OrxonoxLook" image="GenericBrush" />
     1050                    <Dim type="LeftEdge">
     1051                        <ImageDim dimension="Width" name="OrxonoxLook/WindowTopLeft" />
     1052                    </Dim>
     1053                    <Dim type="TopEdge">
     1054                        <ImageDim dimension="Width" name="OrxonoxLook/WindowTopEdge" />
     1055                    </Dim>
     1056                    <Dim type="RightEdge">
     1057                        <OperatorDim op="Subtract">
     1058                            <UnifiedDim scale="1" type="Width" />
     1059                            <ImageDim dimension="Width" name="OrxonoxLook/WindowTopRight" />
     1060                        </OperatorDim>
     1061                    </Dim>
     1062                    <Dim type="BottomEdge">
     1063                        <OperatorDim op="Subtract">
     1064                            <UnifiedDim scale="1" type="Height" />
     1065                            <ImageDim dimension="Height" name="OrxonoxLook/WindowBottomEdge" />
     1066                        </OperatorDim>
     1067                    </Dim>
     1068                </Area>
     1069                <Image name="OrxonoxLook/GenericBrush" />
    8581070                <ColourProperty name="ClientAreaColour" />
    8591071                <VertFormat type="Stretched" />
     
    8641076            <ImageryComponent>
    8651077                <Area>
    866                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    867                     <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="Height" /></Dim>
    868                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    869                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    870                 </Area>
    871                 <Image imageset="OrxonoxLook" image="GenericBrush" />
     1078                    <Dim type="LeftEdge">
     1079                        <AbsoluteDim value="0" />
     1080                    </Dim>
     1081                    <Dim type="TopEdge">
     1082                        <WidgetDim dimension="Height" widget="__auto_titlebar__" />
     1083                    </Dim>
     1084                    <Dim type="Width">
     1085                        <UnifiedDim scale="1" type="Width" />
     1086                    </Dim>
     1087                    <Dim type="BottomEdge">
     1088                        <UnifiedDim scale="1" type="BottomEdge" />
     1089                    </Dim>
     1090                </Area>
     1091                <Image name="OrxonoxLook/GenericBrush" />
    8721092                <ColourProperty name="ClientAreaColour" />
    8731093                <VertFormat type="Stretched" />
     
    8781098            <ImageryComponent>
    8791099                <Area>
    880                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    881                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    882                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    883                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    884                 </Area>
    885                 <Image imageset="OrxonoxLook" image="GenericBrush" />
     1100                    <Dim type="LeftEdge">
     1101                        <AbsoluteDim value="0" />
     1102                    </Dim>
     1103                    <Dim type="TopEdge">
     1104                        <AbsoluteDim value="0" />
     1105                    </Dim>
     1106                    <Dim type="Width">
     1107                        <UnifiedDim scale="1" type="Width" />
     1108                    </Dim>
     1109                    <Dim type="Height">
     1110                        <UnifiedDim scale="1" type="Height" />
     1111                    </Dim>
     1112                </Area>
     1113                <Image name="OrxonoxLook/GenericBrush" />
    8861114                <ColourProperty name="ClientAreaColour" />
    8871115                <VertFormat type="Stretched" />
     
    9021130            <Layer>
    9031131                <Section section="withtitle_frame">
    904                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1132                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    9051133                </Section>
    9061134            </Layer>
     
    9191147            <Layer>
    9201148                <Section section="withtitle_noframe_client_area">
    921                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1149                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    9221150                </Section>
    9231151            </Layer>
     
    9361164            <Layer>
    9371165                <Section section="notitle_frame">
    938                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1166                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    9391167                </Section>
    9401168            </Layer>
     
    9531181            <Layer>
    9541182                <Section section="notitle_noframe_client_area">
    955                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1183                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    9561184                </Section>
    9571185            </Layer>
    9581186        </StateImagery>
    9591187    </WidgetLook>
    960 
    961     <!--
    962     ***************************************************
    963         OrxonoxLook/GroupBox
    964     ***************************************************
    965     -->
    9661188    <WidgetLook name="OrxonoxLook/GroupBox">
    967         <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    968         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" redrawOnWrite="true" />
    969 
    970         <PropertyDefinition name="BackgroundTextColours" initialValue="tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" redrawOnWrite="true" />
    971 
    972             <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />
    973         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    974         <PropertyDefinition name="TextBackground" initialValue="FF888888" redrawOnWrite="true" />
    975 
    976         <Child type="DefaultWindow" nameSuffix="__auto_contentpane__">
     1189        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" />
     1190        <PropertyDefinition initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" name="BackgroundColours" redrawOnWrite="true" />
     1191        <PropertyDefinition initialValue="tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" name="BackgroundTextColours" redrawOnWrite="true" />
     1192        <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" />
     1193        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     1194        <PropertyDefinition initialValue="FF888888" name="TextBackground" redrawOnWrite="true" />
     1195        <Child nameSuffix="__auto_contentpane__" type="DefaultWindow">
    9771196            <Area>
    9781197                <Dim type="LeftEdge">
     
    9831202                </Dim>
    9841203                <Dim type="RightEdge">
    985                     <UnifiedDim scale="1" offset="0" type="RightEdge">
    986                         <DimOperator op="Subtract">
    987                             <AbsoluteDim value="8" />
    988                         </DimOperator>
    989                     </UnifiedDim>
     1204                    <OperatorDim op="Subtract">
     1205                        <UnifiedDim offset="0" scale="1" type="RightEdge" />
     1206                        <AbsoluteDim value="8" />
     1207                    </OperatorDim>
    9901208                </Dim>
    9911209                <Dim type="BottomEdge">
    992                     <UnifiedDim scale="1" offset="0" type="BottomEdge">
    993                         <DimOperator op="Subtract">
    994                             <AbsoluteDim value="8" />
    995                         </DimOperator>
    996                     </UnifiedDim>
     1210                    <OperatorDim op="Subtract">
     1211                        <UnifiedDim offset="0" scale="1" type="BottomEdge" />
     1212                        <AbsoluteDim value="8" />
     1213                    </OperatorDim>
    9971214                </Dim>
    9981215            </Area>
     
    10081225                    </Dim>
    10091226                    <Dim type="RightEdge">
    1010                         <UnifiedDim scale="1" offset="0" type="RightEdge" />
     1227                        <UnifiedDim offset="0" scale="1" type="RightEdge" />
    10111228                    </Dim>
    10121229                    <Dim type="BottomEdge">
    1013                         <UnifiedDim scale="1" offset="0" type="BottomEdge" />
     1230                        <UnifiedDim offset="0" scale="1" type="BottomEdge" />
    10141231                    </Dim>
    10151232                </Area>
     
    10281245                    </Dim>
    10291246                    <Dim type="RightEdge">
    1030                         <UnifiedDim scale="1" offset="0" type="RightEdge" />
     1247                        <UnifiedDim offset="0" scale="1" type="RightEdge" />
    10311248                    </Dim>
    10321249                    <Dim type="BottomEdge">
    1033                         <UnifiedDim scale="1" offset="0" type="BottomEdge" />
    1034                     </Dim>
    1035                 </Area>
    1036                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="StaticTopLeft" />
    1037                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="StaticTopRight" />
    1038                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="StaticBottomLeft" />
    1039                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="StaticBottomRight" />
    1040                 <Image type="LeftEdge" imageset="OrxonoxLook" image="StaticLeft" />
    1041                 <Image type="TopEdge" imageset="OrxonoxLook" image="StaticTop" />
    1042                 <Image type="RightEdge" imageset="OrxonoxLook" image="StaticRight" />
    1043                 <Image type="BottomEdge" imageset="OrxonoxLook" image="StaticBottom" />
     1250                        <UnifiedDim offset="0" scale="1" type="BottomEdge" />
     1251                    </Dim>
     1252                </Area>
     1253                <Image component="TopLeftCorner" name="OrxonoxLook/StaticTopLeft" />
     1254                <Image component="TopRightCorner" name="OrxonoxLook/StaticTopRight" />
     1255                <Image component="BottomLeftCorner" name="OrxonoxLook/StaticBottomLeft" />
     1256                <Image component="BottomRightCorner" name="OrxonoxLook/StaticBottomRight" />
     1257                <Image component="LeftEdge" name="OrxonoxLook/StaticLeft" />
     1258                <Image component="TopEdge" name="OrxonoxLook/StaticTop" />
     1259                <Image component="RightEdge" name="OrxonoxLook/StaticRight" />
     1260                <Image component="BottomEdge" name="OrxonoxLook/StaticBottom" />
    10441261                <VertFormat type="Stretched" />
    10451262                <HorzFormat type="Stretched" />
     
    10491266            <ImageryComponent>
    10501267                <Area>
    1051                     <Dim type="LeftEdge" >
     1268                    <Dim type="LeftEdge">
    10521269                        <AbsoluteDim value="13" />
    10531270                    </Dim>
    1054                     <Dim type="TopEdge" >
    1055                         <AbsoluteDim value="0" />
    1056                     </Dim>
    1057                     <Dim type="Width" >
    1058                         <FontDim type="HorzExtent" padding="5" />
    1059                     </Dim>
    1060                     <Dim type="Height" >
     1271                    <Dim type="TopEdge">
     1272                        <AbsoluteDim value="0" />
     1273                    </Dim>
     1274                    <Dim type="Width">
     1275                        <FontDim padding="5" type="HorzExtent" />
     1276                    </Dim>
     1277                    <Dim type="Height">
    10611278                        <FontDim type="LineSpacing" />
    10621279                    </Dim>
    10631280                </Area>
    1064                 <Image imageset="OrxonoxLook" image="StaticBackdrop" />
     1281                <Image name="OrxonoxLook/StaticBackdrop" />
    10651282                <ColourRectProperty name="BackgroundTextColours" />
    10661283                <VertFormat type="Stretched" />
     
    10801297            <Layer>
    10811298                <Section section="frame" />
    1082                     <Section section="label_bg" />
    1083                     <Section section="label">
     1299                <Section section="label_bg" />
     1300                <Section section="label">
    10841301                    <ColourProperty name="DisabledTextColour" />
    10851302                </Section>
     
    10871304        </StateImagery>
    10881305    </WidgetLook>
    1089 
    1090     <!--
    1091     ***************************************************
    1092         OrxonoxLook/ProgressBar
    1093     ***************************************************
    1094     -->
    10951306    <WidgetLook name="OrxonoxLook/ProgressBar">
    10961307        <NamedArea name="ProgressArea">
    10971308            <Area>
    1098                 <Dim type="LeftEdge" >
    1099                     <ImageDim imageset="OrxonoxLook" image="ProgressBarLeft" dimension="Width">
    1100                         <DimOperator op="Divide">
     1309                <Dim type="LeftEdge">
     1310                    <OperatorDim op="Divide">
     1311                        <ImageDim dimension="Width" name="OrxonoxLook/ProgressBarLeft" />
     1312                        <AbsoluteDim value="2" />
     1313                    </OperatorDim>
     1314                </Dim>
     1315                <Dim type="TopEdge">
     1316                    <AbsoluteDim value="0" />
     1317                </Dim>
     1318                <Dim type="RightEdge">
     1319                    <OperatorDim op="Subtract">
     1320                        <UnifiedDim scale="1" type="RightEdge" />
     1321                        <OperatorDim op="Divide">
     1322                            <ImageDim dimension="Width" name="OrxonoxLook/ProgressBarRight" />
    11011323                            <AbsoluteDim value="2" />
    1102                         </DimOperator>
    1103                     </ImageDim>
    1104                 </Dim>
    1105                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1106                 <Dim type="RightEdge" >
    1107                     <UnifiedDim scale="1" type="RightEdge">
    1108                         <DimOperator op="Subtract">
    1109                             <ImageDim imageset="OrxonoxLook" image="ProgressBarRight" dimension="Width">
    1110                                 <DimOperator op="Divide">
    1111                                     <AbsoluteDim value="2" />
    1112                                 </DimOperator>
    1113                             </ImageDim>
    1114                         </DimOperator>
    1115                     </UnifiedDim>
    1116                 </Dim>
    1117                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     1324                        </OperatorDim>
     1325                    </OperatorDim>
     1326                </Dim>
     1327                <Dim type="Height">
     1328                    <UnifiedDim scale="1" type="Height" />
     1329                </Dim>
    11181330            </Area>
    11191331        </NamedArea>
     
    11211333            <FrameComponent>
    11221334                <Area>
    1123                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1124                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1125                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1126                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1127                 </Area>
    1128                 <Image type="LeftEdge" imageset="OrxonoxLook" image="ProgressBarLeft" />
    1129                 <Image type="RightEdge" imageset="OrxonoxLook" image="ProgressBarRight" />
    1130                 <Image type="Background" imageset="OrxonoxLook" image="ProgressBarMiddle" />
     1335                    <Dim type="LeftEdge">
     1336                        <AbsoluteDim value="0" />
     1337                    </Dim>
     1338                    <Dim type="TopEdge">
     1339                        <AbsoluteDim value="0" />
     1340                    </Dim>
     1341                    <Dim type="Width">
     1342                        <UnifiedDim scale="1" type="Width" />
     1343                    </Dim>
     1344                    <Dim type="Height">
     1345                        <UnifiedDim scale="1" type="Height" />
     1346                    </Dim>
     1347                </Area>
     1348                <Image component="LeftEdge" name="OrxonoxLook/ProgressBarLeft" />
     1349                <Image component="RightEdge" name="OrxonoxLook/ProgressBarRight" />
     1350                <Image component="Background" name="OrxonoxLook/ProgressBarMiddle" />
    11311351                <HorzFormat type="Tiled" />
    11321352            </FrameComponent>
    11331353        </ImagerySection>
    1134         <ImagerySection name="progress_lights" >
    1135             <ImageryComponent>
    1136                 <Area>
    1137                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1138                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1139                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1140                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1141                 </Area>
    1142                 <Image imageset="OrxonoxLook" image="ProgressBarLitSegment" />
     1354        <ImagerySection name="progress_lights">
     1355            <ImageryComponent>
     1356                <Area>
     1357                    <Dim type="LeftEdge">
     1358                        <AbsoluteDim value="0" />
     1359                    </Dim>
     1360                    <Dim type="TopEdge">
     1361                        <AbsoluteDim value="0" />
     1362                    </Dim>
     1363                    <Dim type="Width">
     1364                        <UnifiedDim scale="1" type="Width" />
     1365                    </Dim>
     1366                    <Dim type="Height">
     1367                        <UnifiedDim scale="1" type="Height" />
     1368                    </Dim>
     1369                </Area>
     1370                <Image name="OrxonoxLook/ProgressBarLitSegment" />
    11431371                <VertFormat type="Stretched" />
    11441372                <HorzFormat type="Tiled" />
     
    11531381            <Layer>
    11541382                <Section section="frame">
    1155                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1383                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    11561384                </Section>
    11571385            </Layer>
     
    11651393            <Layer>
    11661394                <Section section="progress_lights">
    1167                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1395                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    11681396                </Section>
    11691397            </Layer>
    11701398        </StateImagery>
    11711399    </WidgetLook>
    1172 
    1173     <!--
    1174     ***************************************************
    1175         OrxonoxLook/AlternateProgressBar
    1176     ***************************************************
    1177     -->
    11781400    <WidgetLook name="OrxonoxLook/AltProgressBar">
    11791401        <NamedArea name="ProgressArea">
    11801402            <Area>
    1181                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="AltProgressLeft" dimension="Width" /></Dim>
    1182                 <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim>
    1183                 <Dim type="RightEdge" >
    1184                     <UnifiedDim scale="1" type="RightEdge">
    1185                         <DimOperator op="Subtract">
    1186                             <ImageDim imageset="OrxonoxLook" image="AltProgressRight" dimension="Width" />
    1187                         </DimOperator>
    1188                     </UnifiedDim>
    1189                 </Dim>
    1190                 <Dim type="Height" ><UnifiedDim scale="1" offset="-4" type="Height" /></Dim>
     1403                <Dim type="LeftEdge">
     1404                    <ImageDim dimension="Width" name="OrxonoxLook/AltProgressLeft" />
     1405                </Dim>
     1406                <Dim type="TopEdge">
     1407                    <AbsoluteDim value="2" />
     1408                </Dim>
     1409                <Dim type="RightEdge">
     1410                    <OperatorDim op="Subtract">
     1411                        <UnifiedDim scale="1" type="RightEdge" />
     1412                        <ImageDim dimension="Width" name="OrxonoxLook/AltProgressRight" />
     1413                    </OperatorDim>
     1414                </Dim>
     1415                <Dim type="Height">
     1416                    <UnifiedDim offset="-4" scale="1" type="Height" />
     1417                </Dim>
    11911418            </Area>
    11921419        </NamedArea>
     
    11941421            <FrameComponent>
    11951422                <Area>
    1196                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1197                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1198                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1199                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1200                 </Area>
    1201                 <Image type="LeftEdge" imageset="OrxonoxLook" image="AltProgressLeft" />
    1202                 <Image type="RightEdge" imageset="OrxonoxLook" image="AltProgressRight" />
    1203                 <Image type="Background" imageset="OrxonoxLook" image="AltProgressMiddle" />
     1423                    <Dim type="LeftEdge">
     1424                        <AbsoluteDim value="0" />
     1425                    </Dim>
     1426                    <Dim type="TopEdge">
     1427                        <AbsoluteDim value="0" />
     1428                    </Dim>
     1429                    <Dim type="Width">
     1430                        <UnifiedDim scale="1" type="Width" />
     1431                    </Dim>
     1432                    <Dim type="Height">
     1433                        <UnifiedDim scale="1" type="Height" />
     1434                    </Dim>
     1435                </Area>
     1436                <Image component="LeftEdge" name="OrxonoxLook/AltProgressLeft" />
     1437                <Image component="RightEdge" name="OrxonoxLook/AltProgressRight" />
     1438                <Image component="Background" name="OrxonoxLook/AltProgressMiddle" />
    12041439            </FrameComponent>
    12051440        </ImagerySection>
    1206         <ImagerySection name="progress_lights" >
    1207             <ImageryComponent>
    1208                 <Area>
    1209                     <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
    1210                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1211                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1212                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1213                 </Area>
    1214                 <Image imageset="OrxonoxLook" image="AltProgressLight1" />
     1441        <ImagerySection name="progress_lights">
     1442            <ImageryComponent>
     1443                <Area>
     1444                    <Dim type="LeftEdge">
     1445                        <UnifiedDim scale="0" type="LeftEdge" />
     1446                    </Dim>
     1447                    <Dim type="TopEdge">
     1448                        <AbsoluteDim value="0" />
     1449                    </Dim>
     1450                    <Dim type="Width">
     1451                        <UnifiedDim scale="0.1" type="Width" />
     1452                    </Dim>
     1453                    <Dim type="Height">
     1454                        <UnifiedDim scale="1" type="Height" />
     1455                    </Dim>
     1456                </Area>
     1457                <Image name="OrxonoxLook/AltProgressLight1" />
    12151458                <VertFormat type="Stretched" />
    12161459                <HorzFormat type="Tiled" />
     
    12181461            <ImageryComponent>
    12191462                <Area>
    1220                     <Dim type="LeftEdge" ><UnifiedDim scale="0.1" type="LeftEdge" /></Dim>
    1221                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1222                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1223                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1224                 </Area>
    1225                 <Image imageset="OrxonoxLook" image="AltProgressLight2" />
     1463                    <Dim type="LeftEdge">
     1464                        <UnifiedDim scale="0.1" type="LeftEdge" />
     1465                    </Dim>
     1466                    <Dim type="TopEdge">
     1467                        <AbsoluteDim value="0" />
     1468                    </Dim>
     1469                    <Dim type="Width">
     1470                        <UnifiedDim scale="0.1" type="Width" />
     1471                    </Dim>
     1472                    <Dim type="Height">
     1473                        <UnifiedDim scale="1" type="Height" />
     1474                    </Dim>
     1475                </Area>
     1476                <Image name="OrxonoxLook/AltProgressLight2" />
    12261477                <VertFormat type="Stretched" />
    12271478                <HorzFormat type="Tiled" />
     
    12291480            <ImageryComponent>
    12301481                <Area>
    1231                     <Dim type="LeftEdge" ><UnifiedDim scale="0.2" type="LeftEdge" /></Dim>
    1232                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1233                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1234                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1235                 </Area>
    1236                 <Image imageset="OrxonoxLook" image="AltProgressLight3" />
     1482                    <Dim type="LeftEdge">
     1483                        <UnifiedDim scale="0.2" type="LeftEdge" />
     1484                    </Dim>
     1485                    <Dim type="TopEdge">
     1486                        <AbsoluteDim value="0" />
     1487                    </Dim>
     1488                    <Dim type="Width">
     1489                        <UnifiedDim scale="0.1" type="Width" />
     1490                    </Dim>
     1491                    <Dim type="Height">
     1492                        <UnifiedDim scale="1" type="Height" />
     1493                    </Dim>
     1494                </Area>
     1495                <Image name="OrxonoxLook/AltProgressLight3" />
    12371496                <VertFormat type="Stretched" />
    12381497                <HorzFormat type="Tiled" />
     
    12401499            <ImageryComponent>
    12411500                <Area>
    1242                     <Dim type="LeftEdge" ><UnifiedDim scale="0.3" type="LeftEdge" /></Dim>
    1243                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1244                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1245                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1246                 </Area>
    1247                 <Image imageset="OrxonoxLook" image="AltProgressLight4" />
     1501                    <Dim type="LeftEdge">
     1502                        <UnifiedDim scale="0.3" type="LeftEdge" />
     1503                    </Dim>
     1504                    <Dim type="TopEdge">
     1505                        <AbsoluteDim value="0" />
     1506                    </Dim>
     1507                    <Dim type="Width">
     1508                        <UnifiedDim scale="0.1" type="Width" />
     1509                    </Dim>
     1510                    <Dim type="Height">
     1511                        <UnifiedDim scale="1" type="Height" />
     1512                    </Dim>
     1513                </Area>
     1514                <Image name="OrxonoxLook/AltProgressLight4" />
    12481515                <VertFormat type="Stretched" />
    12491516                <HorzFormat type="Tiled" />
     
    12511518            <ImageryComponent>
    12521519                <Area>
    1253                     <Dim type="LeftEdge" ><UnifiedDim scale="0.4" type="LeftEdge" /></Dim>
    1254                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1255                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1256                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1257                 </Area>
    1258                 <Image imageset="OrxonoxLook" image="AltProgressLight5" />
     1520                    <Dim type="LeftEdge">
     1521                        <UnifiedDim scale="0.4" type="LeftEdge" />
     1522                    </Dim>
     1523                    <Dim type="TopEdge">
     1524                        <AbsoluteDim value="0" />
     1525                    </Dim>
     1526                    <Dim type="Width">
     1527                        <UnifiedDim scale="0.1" type="Width" />
     1528                    </Dim>
     1529                    <Dim type="Height">
     1530                        <UnifiedDim scale="1" type="Height" />
     1531                    </Dim>
     1532                </Area>
     1533                <Image name="OrxonoxLook/AltProgressLight5" />
    12591534                <VertFormat type="Stretched" />
    12601535                <HorzFormat type="Tiled" />
     
    12621537            <ImageryComponent>
    12631538                <Area>
    1264                     <Dim type="LeftEdge" ><UnifiedDim scale="0.5" type="LeftEdge" /></Dim>
    1265                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1266                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1267                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1268                 </Area>
    1269                 <Image imageset="OrxonoxLook" image="AltProgressLight6" />
     1539                    <Dim type="LeftEdge">
     1540                        <UnifiedDim scale="0.5" type="LeftEdge" />
     1541                    </Dim>
     1542                    <Dim type="TopEdge">
     1543                        <AbsoluteDim value="0" />
     1544                    </Dim>
     1545                    <Dim type="Width">
     1546                        <UnifiedDim scale="0.1" type="Width" />
     1547                    </Dim>
     1548                    <Dim type="Height">
     1549                        <UnifiedDim scale="1" type="Height" />
     1550                    </Dim>
     1551                </Area>
     1552                <Image name="OrxonoxLook/AltProgressLight6" />
    12701553                <VertFormat type="Stretched" />
    12711554                <HorzFormat type="Tiled" />
     
    12731556            <ImageryComponent>
    12741557                <Area>
    1275                     <Dim type="LeftEdge" ><UnifiedDim scale="0.6" type="LeftEdge" /></Dim>
    1276                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1277                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1278                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1279                 </Area>
    1280                 <Image imageset="OrxonoxLook" image="AltProgressLight7" />
     1558                    <Dim type="LeftEdge">
     1559                        <UnifiedDim scale="0.6" type="LeftEdge" />
     1560                    </Dim>
     1561                    <Dim type="TopEdge">
     1562                        <AbsoluteDim value="0" />
     1563                    </Dim>
     1564                    <Dim type="Width">
     1565                        <UnifiedDim scale="0.1" type="Width" />
     1566                    </Dim>
     1567                    <Dim type="Height">
     1568                        <UnifiedDim scale="1" type="Height" />
     1569                    </Dim>
     1570                </Area>
     1571                <Image name="OrxonoxLook/AltProgressLight7" />
    12811572                <VertFormat type="Stretched" />
    12821573                <HorzFormat type="Tiled" />
     
    12841575            <ImageryComponent>
    12851576                <Area>
    1286                     <Dim type="LeftEdge" ><UnifiedDim scale="0.7" type="LeftEdge" /></Dim>
    1287                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1288                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1289                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1290                 </Area>
    1291                 <Image imageset="OrxonoxLook" image="AltProgressLight8" />
     1577                    <Dim type="LeftEdge">
     1578                        <UnifiedDim scale="0.7" type="LeftEdge" />
     1579                    </Dim>
     1580                    <Dim type="TopEdge">
     1581                        <AbsoluteDim value="0" />
     1582                    </Dim>
     1583                    <Dim type="Width">
     1584                        <UnifiedDim scale="0.1" type="Width" />
     1585                    </Dim>
     1586                    <Dim type="Height">
     1587                        <UnifiedDim scale="1" type="Height" />
     1588                    </Dim>
     1589                </Area>
     1590                <Image name="OrxonoxLook/AltProgressLight8" />
    12921591                <VertFormat type="Stretched" />
    12931592                <HorzFormat type="Tiled" />
     
    12951594            <ImageryComponent>
    12961595                <Area>
    1297                     <Dim type="LeftEdge" ><UnifiedDim scale="0.8" type="LeftEdge" /></Dim>
    1298                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1299                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1300                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1301                 </Area>
    1302                 <Image imageset="OrxonoxLook" image="AltProgressLight9" />
     1596                    <Dim type="LeftEdge">
     1597                        <UnifiedDim scale="0.8" type="LeftEdge" />
     1598                    </Dim>
     1599                    <Dim type="TopEdge">
     1600                        <AbsoluteDim value="0" />
     1601                    </Dim>
     1602                    <Dim type="Width">
     1603                        <UnifiedDim scale="0.1" type="Width" />
     1604                    </Dim>
     1605                    <Dim type="Height">
     1606                        <UnifiedDim scale="1" type="Height" />
     1607                    </Dim>
     1608                </Area>
     1609                <Image name="OrxonoxLook/AltProgressLight9" />
    13031610                <VertFormat type="Stretched" />
    13041611                <HorzFormat type="Tiled" />
     
    13061613            <ImageryComponent>
    13071614                <Area>
    1308                     <Dim type="LeftEdge" ><UnifiedDim scale="0.9" type="LeftEdge" /></Dim>
    1309                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1310                     <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1311                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1312                 </Area>
    1313                 <Image imageset="OrxonoxLook" image="AltProgressLight10" />
     1615                    <Dim type="LeftEdge">
     1616                        <UnifiedDim scale="0.9" type="LeftEdge" />
     1617                    </Dim>
     1618                    <Dim type="TopEdge">
     1619                        <AbsoluteDim value="0" />
     1620                    </Dim>
     1621                    <Dim type="Width">
     1622                        <UnifiedDim scale="0.1" type="Width" />
     1623                    </Dim>
     1624                    <Dim type="Height">
     1625                        <UnifiedDim scale="1" type="Height" />
     1626                    </Dim>
     1627                </Area>
     1628                <Image name="OrxonoxLook/AltProgressLight10" />
    13141629                <VertFormat type="Stretched" />
    13151630                <HorzFormat type="Tiled" />
     
    13241639            <Layer>
    13251640                <Section section="frame">
    1326                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1641                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    13271642                </Section>
    13281643            </Layer>
     
    13361651            <Layer>
    13371652                <Section section="progress_lights">
    1338                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1653                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    13391654                </Section>
    13401655            </Layer>
    13411656        </StateImagery>
    13421657    </WidgetLook>
    1343 
    1344     <!--
    1345     ***************************************************
    1346         OrxonoxLook/VUMeter (progress bar)
    1347     ***************************************************
    1348     -->
    13491658    <WidgetLook name="OrxonoxLook/VUMeter">
    13501659        <Property name="VerticalProgress" value="True" />
    13511660        <NamedArea name="ProgressArea">
    13521661            <Area>
    1353                 <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
    1354                 <Dim type="TopEdge" ><UnifiedDim scale="0" type="TopEdge" /></Dim>
    1355                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1356                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     1662                <Dim type="LeftEdge">
     1663                    <UnifiedDim scale="0" type="LeftEdge" />
     1664                </Dim>
     1665                <Dim type="TopEdge">
     1666                    <UnifiedDim scale="0" type="TopEdge" />
     1667                </Dim>
     1668                <Dim type="Width">
     1669                    <UnifiedDim scale="1" type="Width" />
     1670                </Dim>
     1671                <Dim type="Height">
     1672                    <UnifiedDim scale="1" type="Height" />
     1673                </Dim>
    13571674            </Area>
    13581675        </NamedArea>
    1359         <ImagerySection name="progress_lights" >
    1360             <ImageryComponent>
    1361                 <Area>
    1362                     <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
    1363                     <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim>
    1364                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1365                     <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
    1366                 </Area>
    1367                 <Image imageset="OrxonoxLook" image="TextSelectionBrush" />
    1368                 <Colours topLeft="FF00FF00" topRight="FF00FF00" bottomLeft="FF00FF00" bottomRight="FF00FF00" />
     1676        <ImagerySection name="progress_lights">
     1677            <ImageryComponent>
     1678                <Area>
     1679                    <Dim type="LeftEdge">
     1680                        <UnifiedDim scale="0" type="LeftEdge" />
     1681                    </Dim>
     1682                    <Dim type="TopEdge">
     1683                        <UnifiedDim scale="0.5" type="TopEdge" />
     1684                    </Dim>
     1685                    <Dim type="Width">
     1686                        <UnifiedDim scale="1" type="Width" />
     1687                    </Dim>
     1688                    <Dim type="Height">
     1689                        <UnifiedDim scale="0.5" type="Height" />
     1690                    </Dim>
     1691                </Area>
     1692                <Image name="OrxonoxLook/TextSelectionBrush" />
     1693                <Colours bottomLeft="FF00FF00" bottomRight="FF00FF00" topLeft="FF00FF00" topRight="FF00FF00" />
    13691694                <VertFormat type="Tiled" />
    13701695                <HorzFormat type="Stretched" />
     
    13721697            <ImageryComponent>
    13731698                <Area>
    1374                     <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
    1375                     <Dim type="TopEdge" ><UnifiedDim scale="0.2" type="TopEdge" /></Dim>
    1376                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1377                     <Dim type="Height" ><UnifiedDim scale="0.3" type="Height" /></Dim>
    1378                 </Area>
    1379                 <Image imageset="OrxonoxLook" image="TextSelectionBrush" />
    1380                 <Colours topLeft="FFFFFF00" topRight="FFFFFF00" bottomLeft="FFFFFF00" bottomRight="FFFFFF00" />
     1699                    <Dim type="LeftEdge">
     1700                        <UnifiedDim scale="0" type="LeftEdge" />
     1701                    </Dim>
     1702                    <Dim type="TopEdge">
     1703                        <UnifiedDim scale="0.2" type="TopEdge" />
     1704                    </Dim>
     1705                    <Dim type="Width">
     1706                        <UnifiedDim scale="1" type="Width" />
     1707                    </Dim>
     1708                    <Dim type="Height">
     1709                        <UnifiedDim scale="0.3" type="Height" />
     1710                    </Dim>
     1711                </Area>
     1712                <Image name="OrxonoxLook/TextSelectionBrush" />
     1713                <Colours bottomLeft="FFFFFF00" bottomRight="FFFFFF00" topLeft="FFFFFF00" topRight="FFFFFF00" />
    13811714                <VertFormat type="Tiled" />
    13821715                <HorzFormat type="Stretched" />
     
    13841717            <ImageryComponent>
    13851718                <Area>
    1386                     <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
    1387                     <Dim type="TopEdge" ><UnifiedDim scale="0" type="TopEdge" /></Dim>
    1388                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1389                     <Dim type="Height" ><UnifiedDim scale="0.2" type="Height" /></Dim>
    1390                 </Area>
    1391                 <Image imageset="OrxonoxLook" image="TextSelectionBrush" />
    1392                 <Colours topLeft="FFFF0000" topRight="FFFF0000" bottomLeft="FFFF0000" bottomRight="FFFF0000" />
     1719                    <Dim type="LeftEdge">
     1720                        <UnifiedDim scale="0" type="LeftEdge" />
     1721                    </Dim>
     1722                    <Dim type="TopEdge">
     1723                        <UnifiedDim scale="0" type="TopEdge" />
     1724                    </Dim>
     1725                    <Dim type="Width">
     1726                        <UnifiedDim scale="1" type="Width" />
     1727                    </Dim>
     1728                    <Dim type="Height">
     1729                        <UnifiedDim scale="0.2" type="Height" />
     1730                    </Dim>
     1731                </Area>
     1732                <Image name="OrxonoxLook/TextSelectionBrush" />
     1733                <Colours bottomLeft="FFFF0000" bottomRight="FFFF0000" topLeft="FFFF0000" topRight="FFFF0000" />
    13931734                <VertFormat type="Tiled" />
    13941735                <HorzFormat type="Stretched" />
     
    14071748            <Layer>
    14081749                <Section section="progress_lights">
    1409                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1750                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    14101751                </Section>
    14111752            </Layer>
    14121753        </StateImagery>
    14131754    </WidgetLook>
    1414 
    1415     <!--
    1416     ***************************************************
    1417         OrxonoxLook/SliderThumb
    1418     ***************************************************
    1419     -->
    14201755    <WidgetLook name="OrxonoxLook/SliderThumb">
    14211756        <Property name="VertFree" value="True" />
     
    14231758            <ImageryComponent>
    14241759                <Area>
    1425                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1426                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1427                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1428                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1429                 </Area>
    1430                 <Image imageset="OrxonoxLook" image="VertSliderThumbNormal" />
     1760                    <Dim type="LeftEdge">
     1761                        <AbsoluteDim value="0" />
     1762                    </Dim>
     1763                    <Dim type="TopEdge">
     1764                        <AbsoluteDim value="0" />
     1765                    </Dim>
     1766                    <Dim type="Width">
     1767                        <UnifiedDim scale="1.0" type="Width" />
     1768                    </Dim>
     1769                    <Dim type="Height">
     1770                        <UnifiedDim scale="1.0" type="Height" />
     1771                    </Dim>
     1772                </Area>
     1773                <Image name="OrxonoxLook/VertSliderThumbNormal" />
    14311774                <VertFormat type="Stretched" />
    14321775                <HorzFormat type="Stretched" />
     
    14361779            <ImageryComponent>
    14371780                <Area>
    1438                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1439                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1440                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1441                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1442                 </Area>
    1443                 <Image imageset="OrxonoxLook" image="VertSliderThumbHover" />
     1781                    <Dim type="LeftEdge">
     1782                        <AbsoluteDim value="0" />
     1783                    </Dim>
     1784                    <Dim type="TopEdge">
     1785                        <AbsoluteDim value="0" />
     1786                    </Dim>
     1787                    <Dim type="Width">
     1788                        <UnifiedDim scale="1.0" type="Width" />
     1789                    </Dim>
     1790                    <Dim type="Height">
     1791                        <UnifiedDim scale="1.0" type="Height" />
     1792                    </Dim>
     1793                </Area>
     1794                <Image name="OrxonoxLook/VertSliderThumbHover" />
    14441795                <VertFormat type="Stretched" />
    14451796                <HorzFormat type="Stretched" />
     
    14641815            <Layer>
    14651816                <Section section="normal">
    1466                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1817                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    14671818                </Section>
    14681819            </Layer>
    14691820        </StateImagery>
    14701821    </WidgetLook>
    1471 
    1472     <!--
    1473     ***************************************************
    1474         OrxonoxLook/Slider
    1475     ***************************************************
    1476     -->
    14771822    <WidgetLook name="OrxonoxLook/Slider">
    14781823        <Property name="VerticalSlider" value="True" />
    1479         <Property name="MouseButtonDownAutoRepeat" value="True" />
     1824        <Property name="MouseAutoRepeatEnabled" value="True" />
    14801825        <Property name="WantsMultiClickEvents" value="False" />
    14811826        <NamedArea name="ThumbTrackArea">
    14821827            <Area>
    1483                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1484                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1485                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    1486                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     1828                <Dim type="LeftEdge">
     1829                    <AbsoluteDim value="0" />
     1830                </Dim>
     1831                <Dim type="TopEdge">
     1832                    <AbsoluteDim value="0" />
     1833                </Dim>
     1834                <Dim type="RightEdge">
     1835                    <UnifiedDim scale="1.0" type="RightEdge" />
     1836                </Dim>
     1837                <Dim type="BottomEdge">
     1838                    <UnifiedDim scale="1.0" type="BottomEdge" />
     1839                </Dim>
    14871840            </Area>
    14881841        </NamedArea>
    1489         <Child  type="OrxonoxLook/SliderThumb" nameSuffix="__auto_thumb__">
    1490             <Area>
    1491                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1492                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1493                 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1494                 <Dim type="Height" ><ImageDim imageset="OrxonoxLook" image="VertSliderThumbNormal" dimension="Height" /></Dim>
     1842        <Child nameSuffix="__auto_thumb__" type="OrxonoxLook/SliderThumb">
     1843            <Area>
     1844                <Dim type="LeftEdge">
     1845                    <AbsoluteDim value="0" />
     1846                </Dim>
     1847                <Dim type="TopEdge">
     1848                    <AbsoluteDim value="0" />
     1849                </Dim>
     1850                <Dim type="Width">
     1851                    <UnifiedDim scale="1.0" type="Width" />
     1852                </Dim>
     1853                <Dim type="Height">
     1854                    <ImageDim dimension="Height" name="OrxonoxLook/VertSliderThumbNormal" />
     1855                </Dim>
    14951856            </Area>
    14961857        </Child>
     
    14981859            <ImageryComponent>
    14991860                <Area>
    1500                     <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
    1501                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1502                     <Dim type="Width" ><UnifiedDim scale="1.0" offset="-6" type="Width" /></Dim>
    1503                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1504                 </Area>
    1505                 <Image imageset="OrxonoxLook" image="VertSliderBody" />
     1861                    <Dim type="LeftEdge">
     1862                        <AbsoluteDim value="3" />
     1863                    </Dim>
     1864                    <Dim type="TopEdge">
     1865                        <AbsoluteDim value="0" />
     1866                    </Dim>
     1867                    <Dim type="Width">
     1868                        <UnifiedDim offset="-6" scale="1.0" type="Width" />
     1869                    </Dim>
     1870                    <Dim type="Height">
     1871                        <UnifiedDim scale="1.0" type="Height" />
     1872                    </Dim>
     1873                </Area>
     1874                <Image name="OrxonoxLook/VertSliderBody" />
    15061875                <VertFormat type="Stretched" />
    15071876                <HorzFormat type="Stretched" />
     
    15161885            <Layer>
    15171886                <Section section="main">
    1518                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1887                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    15191888                </Section>
    15201889            </Layer>
    15211890        </StateImagery>
    15221891    </WidgetLook>
    1523 
    1524     <!--
    1525     ***************************************************
    1526         OrxonoxLook/HorizontalScrollbarThumb
    1527     ***************************************************
    1528     -->
    15291892    <WidgetLook name="OrxonoxLook/HorizontalScrollbarThumb">
    15301893        <Property name="HorzFree" value="True" />
     
    15321895            <FrameComponent>
    15331896                <Area>
    1534                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1535                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1536                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1537                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1538                 </Area>
    1539                 <Image type="LeftEdge" imageset="OrxonoxLook" image="MiniHorzScrollThumbLeftNormal" />
    1540                 <Image type="RightEdge" imageset="OrxonoxLook" image="MiniHorzScrollThumbRightNormal" />
    1541                 <Image type="Background" imageset="OrxonoxLook" image="MiniHorzScrollThumbMiddleNormal" />
     1897                    <Dim type="LeftEdge">
     1898                        <AbsoluteDim value="0" />
     1899                    </Dim>
     1900                    <Dim type="TopEdge">
     1901                        <AbsoluteDim value="0" />
     1902                    </Dim>
     1903                    <Dim type="Width">
     1904                        <UnifiedDim scale="1.0" type="Width" />
     1905                    </Dim>
     1906                    <Dim type="Height">
     1907                        <UnifiedDim scale="1.0" type="Height" />
     1908                    </Dim>
     1909                </Area>
     1910                <Image component="LeftEdge" name="OrxonoxLook/MiniHorzScrollThumbLeftNormal" />
     1911                <Image component="RightEdge" name="OrxonoxLook/MiniHorzScrollThumbRightNormal" />
     1912                <Image component="Background" name="OrxonoxLook/MiniHorzScrollThumbMiddleNormal" />
    15421913            </FrameComponent>
    15431914        </ImagerySection>
     
    15451916            <FrameComponent>
    15461917                <Area>
    1547                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1548                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1549                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1550                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1551                 </Area>
    1552                 <Image type="LeftEdge" imageset="OrxonoxLook" image="MiniHorzScrollThumbLeftHover" />
    1553                 <Image type="RightEdge" imageset="OrxonoxLook" image="MiniHorzScrollThumbRightHover" />
    1554                 <Image type="Background" imageset="OrxonoxLook" image="MiniHorzScrollThumbMiddleHover" />
     1918                    <Dim type="LeftEdge">
     1919                        <AbsoluteDim value="0" />
     1920                    </Dim>
     1921                    <Dim type="TopEdge">
     1922                        <AbsoluteDim value="0" />
     1923                    </Dim>
     1924                    <Dim type="Width">
     1925                        <UnifiedDim scale="1.0" type="Width" />
     1926                    </Dim>
     1927                    <Dim type="Height">
     1928                        <UnifiedDim scale="1.0" type="Height" />
     1929                    </Dim>
     1930                </Area>
     1931                <Image component="LeftEdge" name="OrxonoxLook/MiniHorzScrollThumbLeftHover" />
     1932                <Image component="RightEdge" name="OrxonoxLook/MiniHorzScrollThumbRightHover" />
     1933                <Image component="Background" name="OrxonoxLook/MiniHorzScrollThumbMiddleHover" />
    15551934            </FrameComponent>
    15561935        </ImagerySection>
     
    15731952            <Layer>
    15741953                <Section section="normal">
    1575                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     1954                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    15761955                </Section>
    15771956            </Layer>
    15781957        </StateImagery>
    15791958    </WidgetLook>
    1580 
    1581     <!--
    1582     ***************************************************
    1583         OrxonoxLook/HorizontalScrollbar
    1584     ***************************************************
    1585     -->
    15861959    <WidgetLook name="OrxonoxLook/HorizontalScrollbar">
    15871960        <NamedArea name="ThumbTrackArea">
    15881961            <Area>
    1589                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
    1590                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1591                 <Dim type="RightEdge" >
    1592                     <UnifiedDim scale="1.0" type="RightEdge">
    1593                         <DimOperator op="Subtract">
    1594                             <ImageDim imageset="OrxonoxLook" image="MiniHorzScrollRightNormal" dimension="Width" />
    1595                         </DimOperator>
    1596                     </UnifiedDim>
    1597                 </Dim>
    1598                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     1962                <Dim type="LeftEdge">
     1963                    <ImageDim dimension="Width" name="OrxonoxLook/MiniHorzScrollLeftNormal" />
     1964                </Dim>
     1965                <Dim type="TopEdge">
     1966                    <AbsoluteDim value="0" />
     1967                </Dim>
     1968                <Dim type="RightEdge">
     1969                    <OperatorDim op="Subtract">
     1970                        <UnifiedDim scale="1.0" type="RightEdge" />
     1971                        <ImageDim dimension="Width" name="OrxonoxLook/MiniHorzScrollRightNormal" />
     1972                    </OperatorDim>
     1973                </Dim>
     1974                <Dim type="BottomEdge">
     1975                    <UnifiedDim scale="1.0" type="BottomEdge" />
     1976                </Dim>
    15991977            </Area>
    16001978        </NamedArea>
    1601         <Child  type="OrxonoxLook/ImageButton" nameSuffix="__auto_incbtn__">
    1602             <Area>
    1603                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1604                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1605                 <Dim type="Width" ><ImageDim imageset="OrxonoxLook" image="MiniHorzScrollRightNormal" dimension="Width" /></Dim>
    1606                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     1979        <Child nameSuffix="__auto_incbtn__" type="OrxonoxLook/ImageButton">
     1980            <Area>
     1981                <Dim type="LeftEdge">
     1982                    <AbsoluteDim value="0" />
     1983                </Dim>
     1984                <Dim type="TopEdge">
     1985                    <AbsoluteDim value="0" />
     1986                </Dim>
     1987                <Dim type="Width">
     1988                    <ImageDim dimension="Width" name="OrxonoxLook/MiniHorzScrollRightNormal" />
     1989                </Dim>
     1990                <Dim type="Height">
     1991                    <UnifiedDim scale="1" type="Height" />
     1992                </Dim>
    16071993            </Area>
    16081994            <HorzAlignment type="RightAligned" />
    1609             <Property name="NormalImage" value="set:OrxonoxLook image:MiniHorzScrollRightNormal" />
    1610             <Property name="HoverImage" value="set:OrxonoxLook image:MiniHorzScrollRightHover" />
    1611             <Property name="PushedImage" value="set:OrxonoxLook image:MiniHorzScrollRightNormal" />
     1995            <Property name="NormalImage" value="OrxonoxLook/MiniHorzScrollRightNormal" />
     1996            <Property name="HoverImage" value="OrxonoxLook/MiniHorzScrollRightHover" />
     1997            <Property name="PushedImage" value="OrxonoxLook/MiniHorzScrollRightNormal" />
    16121998        </Child>
    1613         <Child  type="OrxonoxLook/ImageButton" nameSuffix="__auto_decbtn__">
    1614             <Area>
    1615                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1616                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1617                 <Dim type="Width" ><ImageDim imageset="OrxonoxLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
    1618                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1619             </Area>
    1620             <Property name="NormalImage" value="set:OrxonoxLook image:MiniHorzScrollLeftNormal" />
    1621             <Property name="HoverImage" value="set:OrxonoxLook image:MiniHorzScrollLeftHover" />
    1622             <Property name="PushedImage" value="set:OrxonoxLook image:MiniHorzScrollLeftNormal" />
     1999        <Child nameSuffix="__auto_decbtn__" type="OrxonoxLook/ImageButton">
     2000            <Area>
     2001                <Dim type="LeftEdge">
     2002                    <AbsoluteDim value="0" />
     2003                </Dim>
     2004                <Dim type="TopEdge">
     2005                    <AbsoluteDim value="0" />
     2006                </Dim>
     2007                <Dim type="Width">
     2008                    <ImageDim dimension="Width" name="OrxonoxLook/MiniHorzScrollLeftNormal" />
     2009                </Dim>
     2010                <Dim type="Height">
     2011                    <UnifiedDim scale="1" type="Height" />
     2012                </Dim>
     2013            </Area>
     2014            <Property name="NormalImage" value="OrxonoxLook/MiniHorzScrollLeftNormal" />
     2015            <Property name="HoverImage" value="OrxonoxLook/MiniHorzScrollLeftHover" />
     2016            <Property name="PushedImage" value="OrxonoxLook/MiniHorzScrollLeftNormal" />
    16232017        </Child>
    1624         <Child  type="OrxonoxLook/HorizontalScrollbarThumb" nameSuffix="__auto_thumb__">
    1625             <Area>
    1626                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1627                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1628                 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
    1629                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1630             </Area>
    1631             <Property name="UnifiedMinSize" value="{{0,25},{0,0}}" />
     2018        <Child nameSuffix="__auto_thumb__" type="OrxonoxLook/HorizontalScrollbarThumb">
     2019            <Area>
     2020                <Dim type="LeftEdge">
     2021                    <AbsoluteDim value="0" />
     2022                </Dim>
     2023                <Dim type="TopEdge">
     2024                    <AbsoluteDim value="0" />
     2025                </Dim>
     2026                <Dim type="Width">
     2027                    <UnifiedDim scale="0.1" type="Width" />
     2028                </Dim>
     2029                <Dim type="Height">
     2030                    <UnifiedDim scale="1" type="Height" />
     2031                </Dim>
     2032            </Area>
     2033            <Property name="MinSize" value="{{0,25},{0,0}}" />
    16322034        </Child>
    16332035        <ImagerySection name="main">
    16342036            <ImageryComponent>
    16352037                <Area>
    1636                     <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
    1637                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1638                     <Dim type="RightEdge" >
    1639                         <UnifiedDim scale="1.0" type="RightEdge">
    1640                             <DimOperator op="Subtract">
    1641                                 <ImageDim imageset="OrxonoxLook" image="MiniHorzScrollRightNormal" dimension="Width" />
    1642                             </DimOperator>
    1643                         </UnifiedDim>
    1644                     </Dim>
    1645                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    1646                 </Area>
    1647                 <Image imageset="OrxonoxLook" image="MiniHorzScrollBarSegment" />
     2038                    <Dim type="LeftEdge">
     2039                        <ImageDim dimension="Width" name="OrxonoxLook/MiniHorzScrollLeftNormal" />
     2040                    </Dim>
     2041                    <Dim type="TopEdge">
     2042                        <AbsoluteDim value="0" />
     2043                    </Dim>
     2044                    <Dim type="RightEdge">
     2045                        <OperatorDim op="Subtract">
     2046                            <UnifiedDim scale="1.0" type="RightEdge" />
     2047                            <ImageDim dimension="Width" name="OrxonoxLook/MiniHorzScrollRightNormal" />
     2048                        </OperatorDim>
     2049                    </Dim>
     2050                    <Dim type="BottomEdge">
     2051                        <UnifiedDim scale="1.0" type="BottomEdge" />
     2052                    </Dim>
     2053                </Area>
     2054                <Image name="OrxonoxLook/MiniHorzScrollBarSegment" />
    16482055                <VertFormat type="CentreAligned" />
    16492056                <HorzFormat type="Stretched" />
     
    16582065            <Layer>
    16592066                <Section section="main">
    1660                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2067                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    16612068                </Section>
    16622069            </Layer>
    16632070        </StateImagery>
    16642071    </WidgetLook>
    1665 
    1666     <!--
    1667     ***************************************************
    1668         OrxonoxLook/VerticalScrollbarThumb
    1669     ***************************************************
    1670     -->
    16712072    <WidgetLook name="OrxonoxLook/VerticalScrollbarThumb">
    16722073        <Property name="VertFree" value="True" />
     
    16742075            <FrameComponent>
    16752076                <Area>
    1676                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1677                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1678                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1679                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1680                 </Area>
    1681                 <Image type="TopEdge" imageset="OrxonoxLook" image="MiniVertScrollThumbTopNormal" />
    1682                 <Image type="BottomEdge" imageset="OrxonoxLook" image="MiniVertScrollThumbBottomNormal" />
    1683                 <Image type="Background" imageset="OrxonoxLook" image="MiniVertScrollThumbMiddleNormal" />
     2077                    <Dim type="LeftEdge">
     2078                        <AbsoluteDim value="0" />
     2079                    </Dim>
     2080                    <Dim type="TopEdge">
     2081                        <AbsoluteDim value="0" />
     2082                    </Dim>
     2083                    <Dim type="Width">
     2084                        <UnifiedDim scale="1.0" type="Width" />
     2085                    </Dim>
     2086                    <Dim type="Height">
     2087                        <UnifiedDim scale="1.0" type="Height" />
     2088                    </Dim>
     2089                </Area>
     2090                <Image component="TopEdge" name="OrxonoxLook/MiniVertScrollThumbTopNormal" />
     2091                <Image component="BottomEdge" name="OrxonoxLook/MiniVertScrollThumbBottomNormal" />
     2092                <Image component="Background" name="OrxonoxLook/MiniVertScrollThumbMiddleNormal" />
    16842093            </FrameComponent>
    16852094        </ImagerySection>
     
    16872096            <FrameComponent>
    16882097                <Area>
    1689                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1690                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1691                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    1692                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    1693                 </Area>
    1694                 <Image type="TopEdge" imageset="OrxonoxLook" image="MiniVertScrollThumbTopHover" />
    1695                 <Image type="BottomEdge" imageset="OrxonoxLook" image="MiniVertScrollThumbBottomHover" />
    1696                 <Image type="Background" imageset="OrxonoxLook" image="MiniVertScrollThumbMiddleHover" />
     2098                    <Dim type="LeftEdge">
     2099                        <AbsoluteDim value="0" />
     2100                    </Dim>
     2101                    <Dim type="TopEdge">
     2102                        <AbsoluteDim value="0" />
     2103                    </Dim>
     2104                    <Dim type="Width">
     2105                        <UnifiedDim scale="1.0" type="Width" />
     2106                    </Dim>
     2107                    <Dim type="Height">
     2108                        <UnifiedDim scale="1.0" type="Height" />
     2109                    </Dim>
     2110                </Area>
     2111                <Image component="TopEdge" name="OrxonoxLook/MiniVertScrollThumbTopHover" />
     2112                <Image component="BottomEdge" name="OrxonoxLook/MiniVertScrollThumbBottomHover" />
     2113                <Image component="Background" name="OrxonoxLook/MiniVertScrollThumbMiddleHover" />
    16972114            </FrameComponent>
    16982115        </ImagerySection>
     
    17152132            <Layer>
    17162133                <Section section="normal">
    1717                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2134                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    17182135                </Section>
    17192136            </Layer>
    17202137        </StateImagery>
    17212138    </WidgetLook>
    1722 
    1723     <!--
    1724     ***************************************************
    1725         OrxonoxLook/VerticalScrollbar
    1726     ***************************************************
    1727     -->
    17282139    <WidgetLook name="OrxonoxLook/VerticalScrollbar">
    17292140        <Property name="VerticalScrollbar" value="True" />
    17302141        <NamedArea name="ThumbTrackArea">
    17312142            <Area>
    1732                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1733                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
    1734                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    1735                 <Dim type="BottomEdge" >
    1736                     <UnifiedDim scale="1.0" type="BottomEdge">
    1737                         <DimOperator op="Subtract">
    1738                             <ImageDim imageset="OrxonoxLook" image="MiniVertScrollDownNormal" dimension="Height" />
    1739                         </DimOperator>
    1740                     </UnifiedDim>
     2143                <Dim type="LeftEdge">
     2144                    <AbsoluteDim value="0" />
     2145                </Dim>
     2146                <Dim type="TopEdge">
     2147                    <ImageDim dimension="Height" name="OrxonoxLook/MiniVertScrollUpNormal" />
     2148                </Dim>
     2149                <Dim type="RightEdge">
     2150                    <UnifiedDim scale="1.0" type="RightEdge" />
     2151                </Dim>
     2152                <Dim type="BottomEdge">
     2153                    <OperatorDim op="Subtract">
     2154                        <UnifiedDim scale="1.0" type="BottomEdge" />
     2155                        <ImageDim dimension="Height" name="OrxonoxLook/MiniVertScrollDownNormal" />
     2156                    </OperatorDim>
    17412157                </Dim>
    17422158            </Area>
    17432159        </NamedArea>
    1744         <Child  type="OrxonoxLook/ImageButton" nameSuffix="__auto_incbtn__">
    1745             <Area>
    1746                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1747                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1748                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1749                 <Dim type="Height" ><ImageDim imageset="OrxonoxLook" image="MiniVertScrollDownNormal" dimension="Height" /></Dim>
     2160        <Child nameSuffix="__auto_incbtn__" type="OrxonoxLook/ImageButton">
     2161            <Area>
     2162                <Dim type="LeftEdge">
     2163                    <AbsoluteDim value="0" />
     2164                </Dim>
     2165                <Dim type="TopEdge">
     2166                    <AbsoluteDim value="0" />
     2167                </Dim>
     2168                <Dim type="Width">
     2169                    <UnifiedDim scale="1" type="Width" />
     2170                </Dim>
     2171                <Dim type="Height">
     2172                    <ImageDim dimension="Height" name="OrxonoxLook/MiniVertScrollDownNormal" />
     2173                </Dim>
    17502174            </Area>
    17512175            <VertAlignment type="BottomAligned" />
    1752             <Property name="NormalImage" value="set:OrxonoxLook image:MiniVertScrollDownNormal" />
    1753             <Property name="HoverImage" value="set:OrxonoxLook image:MiniVertScrollDownHover" />
    1754             <Property name="PushedImage" value="set:OrxonoxLook image:MiniVertScrollDownNormal" />
     2176            <Property name="NormalImage" value="OrxonoxLook/MiniVertScrollDownNormal" />
     2177            <Property name="HoverImage" value="OrxonoxLook/MiniVertScrollDownHover" />
     2178            <Property name="PushedImage" value="OrxonoxLook/MiniVertScrollDownNormal" />
    17552179        </Child>
    1756         <Child  type="OrxonoxLook/ImageButton" nameSuffix="__auto_decbtn__">
    1757             <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" ><ImageDim imageset="OrxonoxLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
    1762             </Area>
    1763             <Property name="NormalImage" value="set:OrxonoxLook image:MiniVertScrollUpNormal" />
    1764             <Property name="HoverImage" value="set:OrxonoxLook image:MiniVertScrollUpHover" />
    1765             <Property name="PushedImage" value="set:OrxonoxLook image:MiniVertScrollUpNormal" />
     2180        <Child nameSuffix="__auto_decbtn__" type="OrxonoxLook/ImageButton">
     2181            <Area>
     2182                <Dim type="LeftEdge">
     2183                    <AbsoluteDim value="0" />
     2184                </Dim>
     2185                <Dim type="TopEdge">
     2186                    <AbsoluteDim value="0" />
     2187                </Dim>
     2188                <Dim type="Width">
     2189                    <UnifiedDim scale="1" type="Width" />
     2190                </Dim>
     2191                <Dim type="Height">
     2192                    <ImageDim dimension="Height" name="OrxonoxLook/MiniVertScrollUpNormal" />
     2193                </Dim>
     2194            </Area>
     2195            <Property name="NormalImage" value="OrxonoxLook/MiniVertScrollUpNormal" />
     2196            <Property name="HoverImage" value="OrxonoxLook/MiniVertScrollUpHover" />
     2197            <Property name="PushedImage" value="OrxonoxLook/MiniVertScrollUpNormal" />
    17662198        </Child>
    1767         <Child  type="OrxonoxLook/VerticalScrollbarThumb" nameSuffix="__auto_thumb__">
    1768             <Area>
    1769                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1770                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1771                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1772                 <Dim type="Height" ><UnifiedDim scale="0.1" type="Height" /></Dim>
    1773             </Area>
    1774             <Property name="UnifiedMinSize" value="{{0,0},{0,25}}" />
     2199        <Child nameSuffix="__auto_thumb__" type="OrxonoxLook/VerticalScrollbarThumb">
     2200            <Area>
     2201                <Dim type="LeftEdge">
     2202                    <AbsoluteDim value="0" />
     2203                </Dim>
     2204                <Dim type="TopEdge">
     2205                    <AbsoluteDim value="0" />
     2206                </Dim>
     2207                <Dim type="Width">
     2208                    <UnifiedDim scale="1" type="Width" />
     2209                </Dim>
     2210                <Dim type="Height">
     2211                    <UnifiedDim scale="0.1" type="Height" />
     2212                </Dim>
     2213            </Area>
     2214            <Property name="MinSize" value="{{0,0},{0,25}}" />
    17752215        </Child>
    17762216        <ImagerySection name="main">
    17772217            <ImageryComponent>
    17782218                <Area>
    1779                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1780                     <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
    1781                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    1782                     <Dim type="BottomEdge" >
    1783                         <UnifiedDim scale="1.0" type="BottomEdge">
    1784                             <DimOperator op="Subtract">
    1785                                 <ImageDim imageset="OrxonoxLook" image="MiniVertScrollDownNormal" dimension="Height" />
    1786                             </DimOperator>
    1787                         </UnifiedDim>
    1788                     </Dim>
    1789                 </Area>
    1790                 <Image imageset="OrxonoxLook" image="MiniVertScrollBarSegment" />
     2219                    <Dim type="LeftEdge">
     2220                        <AbsoluteDim value="0" />
     2221                    </Dim>
     2222                    <Dim type="TopEdge">
     2223                        <ImageDim dimension="Height" name="OrxonoxLook/MiniVertScrollUpNormal" />
     2224                    </Dim>
     2225                    <Dim type="RightEdge">
     2226                        <UnifiedDim scale="1.0" type="RightEdge" />
     2227                    </Dim>
     2228                    <Dim type="BottomEdge">
     2229                        <OperatorDim op="Subtract">
     2230                            <UnifiedDim scale="1.0" type="BottomEdge" />
     2231                            <ImageDim dimension="Height" name="OrxonoxLook/MiniVertScrollDownNormal" />
     2232                        </OperatorDim>
     2233                    </Dim>
     2234                </Area>
     2235                <Image name="OrxonoxLook/MiniVertScrollBarSegment" />
    17912236                <VertFormat type="Stretched" />
    17922237                <HorzFormat type="CentreAligned" />
     
    18012246            <Layer>
    18022247                <Section section="main">
    1803                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2248                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    18042249                </Section>
    18052250            </Layer>
    18062251        </StateImagery>
    18072252    </WidgetLook>
    1808 
    1809     <!--
    1810     ***************************************************
    1811         OrxonoxLook/Listbox
    1812     ***************************************************
    1813     -->
    18142253    <WidgetLook name="OrxonoxLook/Listbox">
    1815         <PropertyDefinition name="BackgroundColor" initialValue="FFFFFFFF" redrawOnWrite="true" />
     2254        <PropertyDefinition initialValue="FFFFFFFF" name="BackgroundColor" redrawOnWrite="true" />
    18162255        <NamedArea name="ItemRenderingArea">
    18172256            <Area>
    1818                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxLeft" dimension="Width" /></Dim>
    1819                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxTop" dimension="Height" /></Dim>
    1820                 <Dim type="RightEdge" >
    1821                     <UnifiedDim scale="1" type="RightEdge">
    1822                         <DimOperator op="Subtract">
    1823                             <ImageDim imageset="OrxonoxLook" image="ListboxRight" dimension="Width" />
    1824                         </DimOperator>
    1825                     </UnifiedDim>
    1826                 </Dim>
    1827                 <Dim type="BottomEdge" >
    1828                     <UnifiedDim scale="1" type="BottomEdge">
    1829                         <DimOperator op="Subtract">
    1830                             <ImageDim imageset="OrxonoxLook" image="ListboxBottom" dimension="Height" />
    1831                         </DimOperator>
    1832                     </UnifiedDim>
     2257                <Dim type="LeftEdge">
     2258                    <ImageDim dimension="Width" name="OrxonoxLook/ListboxLeft" />
     2259                </Dim>
     2260                <Dim type="TopEdge">
     2261                    <ImageDim dimension="Height" name="OrxonoxLook/ListboxTop" />
     2262                </Dim>
     2263                <Dim type="RightEdge">
     2264                    <OperatorDim op="Subtract">
     2265                        <UnifiedDim scale="1" type="RightEdge" />
     2266                        <ImageDim dimension="Width" name="OrxonoxLook/ListboxRight" />
     2267                    </OperatorDim>
     2268                </Dim>
     2269                <Dim type="BottomEdge">
     2270                    <OperatorDim op="Subtract">
     2271                        <UnifiedDim scale="1" type="BottomEdge" />
     2272                        <ImageDim dimension="Height" name="OrxonoxLook/ListboxBottom" />
     2273                    </OperatorDim>
    18332274                </Dim>
    18342275            </Area>
     
    18362277        <NamedArea name="ItemRenderingAreaHScroll">
    18372278            <Area>
    1838                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxLeft" dimension="Width" /></Dim>
    1839                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxTop" dimension="Height" /></Dim>
    1840                 <Dim type="RightEdge" >
    1841                     <UnifiedDim scale="1" type="RightEdge">
    1842                         <DimOperator op="Subtract">
    1843                             <ImageDim imageset="OrxonoxLook" image="ListboxRight" dimension="Width" />
    1844                         </DimOperator>
    1845                     </UnifiedDim>
    1846                 </Dim>
    1847                 <Dim type="BottomEdge" >
    1848                     <UnifiedDim scale="1" type="BottomEdge">
    1849                         <DimOperator op="Subtract">
    1850                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    1851                         </DimOperator>
    1852                     </UnifiedDim>
     2279                <Dim type="LeftEdge">
     2280                    <ImageDim dimension="Width" name="OrxonoxLook/ListboxLeft" />
     2281                </Dim>
     2282                <Dim type="TopEdge">
     2283                    <ImageDim dimension="Height" name="OrxonoxLook/ListboxTop" />
     2284                </Dim>
     2285                <Dim type="RightEdge">
     2286                    <OperatorDim op="Subtract">
     2287                        <UnifiedDim scale="1" type="RightEdge" />
     2288                        <ImageDim dimension="Width" name="OrxonoxLook/ListboxRight" />
     2289                    </OperatorDim>
     2290                </Dim>
     2291                <Dim type="BottomEdge">
     2292                    <OperatorDim op="Subtract">
     2293                        <UnifiedDim scale="1" type="BottomEdge" />
     2294                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     2295                    </OperatorDim>
    18532296                </Dim>
    18542297            </Area>
     
    18562299        <NamedArea name="ItemRenderingAreaVScroll">
    18572300            <Area>
    1858                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxLeft" dimension="Width" /></Dim>
    1859                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxTop" dimension="Height" /></Dim>
    1860                 <Dim type="RightEdge" >
    1861                     <UnifiedDim scale="1" type="RightEdge">
    1862                         <DimOperator op="Subtract">
    1863                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    1864                         </DimOperator>
    1865                     </UnifiedDim>
    1866                 </Dim>
    1867                 <Dim type="BottomEdge" >
    1868                     <UnifiedDim scale="1" type="BottomEdge">
    1869                         <DimOperator op="Subtract">
    1870                             <ImageDim imageset="OrxonoxLook" image="ListboxBottom" dimension="Height" />
    1871                         </DimOperator>
    1872                     </UnifiedDim>
     2301                <Dim type="LeftEdge">
     2302                    <ImageDim dimension="Width" name="OrxonoxLook/ListboxLeft" />
     2303                </Dim>
     2304                <Dim type="TopEdge">
     2305                    <ImageDim dimension="Height" name="OrxonoxLook/ListboxTop" />
     2306                </Dim>
     2307                <Dim type="RightEdge">
     2308                    <OperatorDim op="Subtract">
     2309                        <UnifiedDim scale="1" type="RightEdge" />
     2310                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     2311                    </OperatorDim>
     2312                </Dim>
     2313                <Dim type="BottomEdge">
     2314                    <OperatorDim op="Subtract">
     2315                        <UnifiedDim scale="1" type="BottomEdge" />
     2316                        <ImageDim dimension="Height" name="OrxonoxLook/ListboxBottom" />
     2317                    </OperatorDim>
    18732318                </Dim>
    18742319            </Area>
     
    18762321        <NamedArea name="ItemRenderingAreaHVScroll">
    18772322            <Area>
    1878                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxLeft" dimension="Width" /></Dim>
    1879                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxTop" dimension="Height" /></Dim>
    1880                 <Dim type="RightEdge" >
    1881                     <UnifiedDim scale="1" type="RightEdge">
    1882                         <DimOperator op="Subtract">
    1883                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    1884                         </DimOperator>
    1885                     </UnifiedDim>
    1886                 </Dim>
    1887                 <Dim type="BottomEdge" >
    1888                     <UnifiedDim scale="1" type="BottomEdge">
    1889                         <DimOperator op="Subtract">
    1890                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    1891                         </DimOperator>
    1892                     </UnifiedDim>
     2323                <Dim type="LeftEdge">
     2324                    <ImageDim dimension="Width" name="OrxonoxLook/ListboxLeft" />
     2325                </Dim>
     2326                <Dim type="TopEdge">
     2327                    <ImageDim dimension="Height" name="OrxonoxLook/ListboxTop" />
     2328                </Dim>
     2329                <Dim type="RightEdge">
     2330                    <OperatorDim op="Subtract">
     2331                        <UnifiedDim scale="1" type="RightEdge" />
     2332                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     2333                    </OperatorDim>
     2334                </Dim>
     2335                <Dim type="BottomEdge">
     2336                    <OperatorDim op="Subtract">
     2337                        <UnifiedDim scale="1" type="BottomEdge" />
     2338                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     2339                    </OperatorDim>
    18932340                </Dim>
    18942341            </Area>
    18952342        </NamedArea>
    1896         <Child  type="OrxonoxLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    1897             <Area>
    1898                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1899                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1900                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    1901                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     2343        <Child nameSuffix="__auto_hscrollbar__" type="OrxonoxLook/HorizontalScrollbar">
     2344            <Area>
     2345                <Dim type="LeftEdge">
     2346                    <AbsoluteDim value="0" />
     2347                </Dim>
     2348                <Dim type="TopEdge">
     2349                    <AbsoluteDim value="0" />
     2350                </Dim>
     2351                <Dim type="Width">
     2352                    <UnifiedDim offset="-12" scale="1" type="Width" />
     2353                </Dim>
     2354                <Dim type="Height">
     2355                    <AbsoluteDim value="12" />
     2356                </Dim>
    19022357            </Area>
    19032358            <VertAlignment type="BottomAligned" />
    19042359        </Child>
    1905         <Child  type="OrxonoxLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    1906             <Area>
    1907                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1908                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1909                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    1910                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
     2360        <Child nameSuffix="__auto_vscrollbar__" type="OrxonoxLook/VerticalScrollbar">
     2361            <Area>
     2362                <Dim type="LeftEdge">
     2363                    <AbsoluteDim value="0" />
     2364                </Dim>
     2365                <Dim type="TopEdge">
     2366                    <AbsoluteDim value="0" />
     2367                </Dim>
     2368                <Dim type="Width">
     2369                    <AbsoluteDim value="12" />
     2370                </Dim>
     2371                <Dim type="Height">
     2372                    <UnifiedDim offset="-12" scale="1" type="Height" />
     2373                </Dim>
    19112374            </Area>
    19122375            <HorzAlignment type="RightAligned" />
     
    19152378            <FrameComponent>
    19162379                <Area>
    1917                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    1918                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    1919                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    1920                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    1921                 </Area>
    1922                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="ListboxTopLeft" />
    1923                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="ListboxTopRight" />
    1924                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="ListboxBottomLeft" />
    1925                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="ListboxBottomRight" />
    1926                 <Image type="LeftEdge" imageset="OrxonoxLook" image="ListboxLeft" />
    1927                 <Image type="RightEdge" imageset="OrxonoxLook" image="ListboxRight" />
    1928                 <Image type="TopEdge" imageset="OrxonoxLook" image="ListboxTop" />
    1929                 <Image type="BottomEdge" imageset="OrxonoxLook" image="ListboxBottom" />
    1930                 <Image type="Background" imageset="OrxonoxLook" image="ListboxBackdrop" />
     2380                    <Dim type="LeftEdge">
     2381                        <AbsoluteDim value="0" />
     2382                    </Dim>
     2383                    <Dim type="TopEdge">
     2384                        <AbsoluteDim value="0" />
     2385                    </Dim>
     2386                    <Dim type="Width">
     2387                        <UnifiedDim scale="1" type="Width" />
     2388                    </Dim>
     2389                    <Dim type="Height">
     2390                        <UnifiedDim scale="1" type="Height" />
     2391                    </Dim>
     2392                </Area>
     2393                <Image component="TopLeftCorner" name="OrxonoxLook/ListboxTopLeft" />
     2394                <Image component="TopRightCorner" name="OrxonoxLook/ListboxTopRight" />
     2395                <Image component="BottomLeftCorner" name="OrxonoxLook/ListboxBottomLeft" />
     2396                <Image component="BottomRightCorner" name="OrxonoxLook/ListboxBottomRight" />
     2397                <Image component="LeftEdge" name="OrxonoxLook/ListboxLeft" />
     2398                <Image component="RightEdge" name="OrxonoxLook/ListboxRight" />
     2399                <Image component="TopEdge" name="OrxonoxLook/ListboxTop" />
     2400                <Image component="BottomEdge" name="OrxonoxLook/ListboxBottom" />
     2401                <Image component="Background" name="OrxonoxLook/ListboxBackdrop" />
    19312402            </FrameComponent>
    19322403        </ImagerySection>
     
    19412412            <Layer>
    19422413                <Section section="main">
    1943                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2414                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    19442415                </Section>
    19452416            </Layer>
    19462417        </StateImagery>
    19472418    </WidgetLook>
    1948 
    1949     <!--
    1950     ***************************************************
    1951         OrxonoxLook/ComboDropList
    1952     ***************************************************
    1953     -->
    19542419    <WidgetLook name="OrxonoxLook/ComboDropList">
    19552420        <NamedArea name="ItemRenderingArea">
    19562421            <Area>
    1957                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ComboboxListLeft" dimension="Width" /></Dim>
    1958                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ComboboxListTop" dimension="Height" /></Dim>
    1959                 <Dim type="RightEdge" >
    1960                     <UnifiedDim scale="1" type="RightEdge">
    1961                         <DimOperator op="Subtract">
    1962                             <ImageDim imageset="OrxonoxLook" image="ComboboxListRight" dimension="Width" />
    1963                         </DimOperator>
    1964                     </UnifiedDim>
    1965                 </Dim>
    1966                 <Dim type="BottomEdge" >
    1967                     <UnifiedDim scale="1" type="BottomEdge">
    1968                         <DimOperator op="Subtract">
    1969                             <ImageDim imageset="OrxonoxLook" image="ComboboxListBottom" dimension="Height" />
    1970                         </DimOperator>
    1971                     </UnifiedDim>
     2422                <Dim type="LeftEdge">
     2423                    <ImageDim dimension="Width" name="OrxonoxLook/ComboboxListLeft" />
     2424                </Dim>
     2425                <Dim type="TopEdge">
     2426                    <ImageDim dimension="Height" name="OrxonoxLook/ComboboxListTop" />
     2427                </Dim>
     2428                <Dim type="RightEdge">
     2429                    <OperatorDim op="Subtract">
     2430                        <UnifiedDim scale="1" type="RightEdge" />
     2431                        <ImageDim dimension="Width" name="OrxonoxLook/ComboboxListRight" />
     2432                    </OperatorDim>
     2433                </Dim>
     2434                <Dim type="BottomEdge">
     2435                    <OperatorDim op="Subtract">
     2436                        <UnifiedDim scale="1" type="BottomEdge" />
     2437                        <ImageDim dimension="Height" name="OrxonoxLook/ComboboxListBottom" />
     2438                    </OperatorDim>
    19722439                </Dim>
    19732440            </Area>
     
    19752442        <NamedArea name="ItemRenderingAreaHScroll">
    19762443            <Area>
    1977                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ComboboxListLeft" dimension="Width" /></Dim>
    1978                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ComboboxListTop" dimension="Height" /></Dim>
    1979                 <Dim type="RightEdge" >
    1980                     <UnifiedDim scale="1" type="RightEdge">
    1981                         <DimOperator op="Subtract">
    1982                             <ImageDim imageset="OrxonoxLook" image="ComboboxListRight" dimension="Width" />
    1983                         </DimOperator>
    1984                     </UnifiedDim>
    1985                 </Dim>
    1986                 <Dim type="BottomEdge" >
    1987                     <UnifiedDim scale="1" type="BottomEdge">
    1988                         <DimOperator op="Subtract">
    1989                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    1990                         </DimOperator>
    1991                     </UnifiedDim>
     2444                <Dim type="LeftEdge">
     2445                    <ImageDim dimension="Width" name="OrxonoxLook/ComboboxListLeft" />
     2446                </Dim>
     2447                <Dim type="TopEdge">
     2448                    <ImageDim dimension="Height" name="OrxonoxLook/ComboboxListTop" />
     2449                </Dim>
     2450                <Dim type="RightEdge">
     2451                    <OperatorDim op="Subtract">
     2452                        <UnifiedDim scale="1" type="RightEdge" />
     2453                        <ImageDim dimension="Width" name="OrxonoxLook/ComboboxListRight" />
     2454                    </OperatorDim>
     2455                </Dim>
     2456                <Dim type="BottomEdge">
     2457                    <OperatorDim op="Subtract">
     2458                        <UnifiedDim scale="1" type="BottomEdge" />
     2459                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     2460                    </OperatorDim>
    19922461                </Dim>
    19932462            </Area>
     
    19952464        <NamedArea name="ItemRenderingAreaVScroll">
    19962465            <Area>
    1997                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ComboboxListLeft" dimension="Width" /></Dim>
    1998                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ComboboxListTop" dimension="Height" /></Dim>
    1999                 <Dim type="RightEdge" >
    2000                     <UnifiedDim scale="1" type="RightEdge">
    2001                         <DimOperator op="Subtract">
    2002                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2003                         </DimOperator>
    2004                     </UnifiedDim>
    2005                 </Dim>
    2006                 <Dim type="BottomEdge" >
    2007                     <UnifiedDim scale="1" type="BottomEdge">
    2008                         <DimOperator op="Subtract">
    2009                             <ImageDim imageset="OrxonoxLook" image="ComboboxListBottom" dimension="Height" />
    2010                         </DimOperator>
    2011                     </UnifiedDim>
     2466                <Dim type="LeftEdge">
     2467                    <ImageDim dimension="Width" name="OrxonoxLook/ComboboxListLeft" />
     2468                </Dim>
     2469                <Dim type="TopEdge">
     2470                    <ImageDim dimension="Height" name="OrxonoxLook/ComboboxListTop" />
     2471                </Dim>
     2472                <Dim type="RightEdge">
     2473                    <OperatorDim op="Subtract">
     2474                        <UnifiedDim scale="1" type="RightEdge" />
     2475                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     2476                    </OperatorDim>
     2477                </Dim>
     2478                <Dim type="BottomEdge">
     2479                    <OperatorDim op="Subtract">
     2480                        <UnifiedDim scale="1" type="BottomEdge" />
     2481                        <ImageDim dimension="Height" name="OrxonoxLook/ComboboxListBottom" />
     2482                    </OperatorDim>
    20122483                </Dim>
    20132484            </Area>
     
    20152486        <NamedArea name="ItemRenderingAreaHVScroll">
    20162487            <Area>
    2017                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ComboboxListLeft" dimension="Width" /></Dim>
    2018                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ComboboxListTop" dimension="Height" /></Dim>
    2019                 <Dim type="RightEdge" >
    2020                     <UnifiedDim scale="1" type="RightEdge">
    2021                         <DimOperator op="Subtract">
    2022                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2023                         </DimOperator>
    2024                     </UnifiedDim>
    2025                 </Dim>
    2026                 <Dim type="BottomEdge" >
    2027                     <UnifiedDim scale="1" type="BottomEdge">
    2028                         <DimOperator op="Subtract">
    2029                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2030                         </DimOperator>
    2031                     </UnifiedDim>
     2488                <Dim type="LeftEdge">
     2489                    <ImageDim dimension="Width" name="OrxonoxLook/ComboboxListLeft" />
     2490                </Dim>
     2491                <Dim type="TopEdge">
     2492                    <ImageDim dimension="Height" name="OrxonoxLook/ComboboxListTop" />
     2493                </Dim>
     2494                <Dim type="RightEdge">
     2495                    <OperatorDim op="Subtract">
     2496                        <UnifiedDim scale="1" type="RightEdge" />
     2497                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     2498                    </OperatorDim>
     2499                </Dim>
     2500                <Dim type="BottomEdge">
     2501                    <OperatorDim op="Subtract">
     2502                        <UnifiedDim scale="1" type="BottomEdge" />
     2503                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     2504                    </OperatorDim>
    20322505                </Dim>
    20332506            </Area>
    20342507        </NamedArea>
    2035         <Child  type="OrxonoxLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    2036             <Area>
    2037                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2038                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2039                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    2040                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     2508        <Child nameSuffix="__auto_hscrollbar__" type="OrxonoxLook/HorizontalScrollbar">
     2509            <Area>
     2510                <Dim type="LeftEdge">
     2511                    <AbsoluteDim value="0" />
     2512                </Dim>
     2513                <Dim type="TopEdge">
     2514                    <AbsoluteDim value="0" />
     2515                </Dim>
     2516                <Dim type="Width">
     2517                    <UnifiedDim offset="-12" scale="1" type="Width" />
     2518                </Dim>
     2519                <Dim type="Height">
     2520                    <AbsoluteDim value="12" />
     2521                </Dim>
    20412522            </Area>
    20422523            <VertAlignment type="BottomAligned" />
    20432524        </Child>
    2044         <Child  type="OrxonoxLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    2045             <Area>
    2046                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2047                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2048                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    2049                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
     2525        <Child nameSuffix="__auto_vscrollbar__" type="OrxonoxLook/VerticalScrollbar">
     2526            <Area>
     2527                <Dim type="LeftEdge">
     2528                    <AbsoluteDim value="0" />
     2529                </Dim>
     2530                <Dim type="TopEdge">
     2531                    <AbsoluteDim value="0" />
     2532                </Dim>
     2533                <Dim type="Width">
     2534                    <AbsoluteDim value="12" />
     2535                </Dim>
     2536                <Dim type="Height">
     2537                    <UnifiedDim offset="-12" scale="1" type="Height" />
     2538                </Dim>
    20502539            </Area>
    20512540            <HorzAlignment type="RightAligned" />
     
    20542543            <FrameComponent>
    20552544                <Area>
    2056                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2057                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2058                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2059                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2060                 </Area>
    2061                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="ComboboxListTopLeft" />
    2062                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="ComboboxListTopRight" />
    2063                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="ComboboxListBottomLeft" />
    2064                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="ComboboxListBottomRight" />
    2065                 <Image type="LeftEdge" imageset="OrxonoxLook" image="ComboboxListLeft" />
    2066                 <Image type="RightEdge" imageset="OrxonoxLook" image="ComboboxListRight" />
    2067                 <Image type="TopEdge" imageset="OrxonoxLook" image="ComboboxListTop" />
    2068                 <Image type="BottomEdge" imageset="OrxonoxLook" image="ComboboxListBottom" />
    2069                 <Image type="Background" imageset="OrxonoxLook" image="ComboboxListBackdrop" />
     2545                    <Dim type="LeftEdge">
     2546                        <AbsoluteDim value="0" />
     2547                    </Dim>
     2548                    <Dim type="TopEdge">
     2549                        <AbsoluteDim value="0" />
     2550                    </Dim>
     2551                    <Dim type="Width">
     2552                        <UnifiedDim scale="1" type="Width" />
     2553                    </Dim>
     2554                    <Dim type="Height">
     2555                        <UnifiedDim scale="1" type="Height" />
     2556                    </Dim>
     2557                </Area>
     2558                <Image component="TopLeftCorner" name="OrxonoxLook/ComboboxListTopLeft" />
     2559                <Image component="TopRightCorner" name="OrxonoxLook/ComboboxListTopRight" />
     2560                <Image component="BottomLeftCorner" name="OrxonoxLook/ComboboxListBottomLeft" />
     2561                <Image component="BottomRightCorner" name="OrxonoxLook/ComboboxListBottomRight" />
     2562                <Image component="LeftEdge" name="OrxonoxLook/ComboboxListLeft" />
     2563                <Image component="RightEdge" name="OrxonoxLook/ComboboxListRight" />
     2564                <Image component="TopEdge" name="OrxonoxLook/ComboboxListTop" />
     2565                <Image component="BottomEdge" name="OrxonoxLook/ComboboxListBottom" />
     2566                <Image component="Background" name="OrxonoxLook/ComboboxListBackdrop" />
    20702567            </FrameComponent>
    20712568        </ImagerySection>
     
    20782575            <Layer>
    20792576                <Section section="main">
    2080                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2577                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    20812578                </Section>
    20822579            </Layer>
    20832580        </StateImagery>
    20842581    </WidgetLook>
    2085 
    2086     <!--
    2087     ***************************************************
    2088         OrxonoxLook/ComboEditbox
    2089     ***************************************************
    2090     -->
    20912582    <WidgetLook name="OrxonoxLook/ComboEditbox">
    2092         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    2093         <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />
    2094         <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
    2095         <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
    2096         <Property name="MouseCursorImage" value="set:OrxonoxLook image:MouseTextBar" />
     2583        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     2584        <PropertyDefinition initialValue="FF000000" name="SelectedTextColour" redrawOnWrite="true" />
     2585        <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" />
     2586        <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" />
     2587        <Property name="MouseCursorImage" value="OrxonoxLook/MouseTextBar" />
    20972588        <NamedArea name="TextArea">
    20982589            <Area>
    2099                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
    2100                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
    2101                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim>
    2102                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim>
     2590                <Dim type="LeftEdge">
     2591                    <AbsoluteDim value="5" />
     2592                </Dim>
     2593                <Dim type="TopEdge">
     2594                    <AbsoluteDim value="5" />
     2595                </Dim>
     2596                <Dim type="RightEdge">
     2597                    <UnifiedDim offset="-5" scale="1.0" type="RightEdge" />
     2598                </Dim>
     2599                <Dim type="BottomEdge">
     2600                    <UnifiedDim offset="-5" scale="1.0" type="BottomEdge" />
     2601                </Dim>
    21032602            </Area>
    21042603        </NamedArea>
     
    21062605            <FrameComponent>
    21072606                <Area>
    2108                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2109                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2110                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    2111                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    2112                 </Area>
    2113                 <Image type="LeftEdge" imageset="OrxonoxLook" image="ComboboxEditLeft" />
    2114                 <Image type="Background" imageset="OrxonoxLook" image="ComboboxEditMiddle" />
     2607                    <Dim type="LeftEdge">
     2608                        <AbsoluteDim value="0" />
     2609                    </Dim>
     2610                    <Dim type="TopEdge">
     2611                        <AbsoluteDim value="0" />
     2612                    </Dim>
     2613                    <Dim type="Width">
     2614                        <UnifiedDim scale="1.0" type="Width" />
     2615                    </Dim>
     2616                    <Dim type="Height">
     2617                        <UnifiedDim scale="1.0" type="Height" />
     2618                    </Dim>
     2619                </Area>
     2620                <Image component="LeftEdge" name="OrxonoxLook/ComboboxEditLeft" />
     2621                <Image component="Background" name="OrxonoxLook/ComboboxEditMiddle" />
    21152622            </FrameComponent>
    21162623        </ImagerySection>
     
    21182625            <ImageryComponent>
    21192626                <Area>
    2120                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2121                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2122                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    2123                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    2124                 </Area>
    2125                 <Image imageset="OrxonoxLook" image="TextSelectionBrush" />
     2627                    <Dim type="LeftEdge">
     2628                        <AbsoluteDim value="0" />
     2629                    </Dim>
     2630                    <Dim type="TopEdge">
     2631                        <AbsoluteDim value="0" />
     2632                    </Dim>
     2633                    <Dim type="RightEdge">
     2634                        <UnifiedDim scale="1.0" type="RightEdge" />
     2635                    </Dim>
     2636                    <Dim type="BottomEdge">
     2637                        <UnifiedDim scale="1.0" type="BottomEdge" />
     2638                    </Dim>
     2639                </Area>
     2640                <Image name="OrxonoxLook/TextSelectionBrush" />
    21262641                <VertFormat type="Stretched" />
    21272642                <HorzFormat type="Stretched" />
    21282643            </ImageryComponent>
    21292644        </ImagerySection>
    2130         <ImagerySection name="Carat">
    2131             <ImageryComponent>
    2132                 <Area>
    2133                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2134                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2135                     <Dim type="Width" ><ImageDim imageset="OrxonoxLook" image="EditBoxCarat" dimension="Width" /></Dim>
    2136                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    2137                 </Area>
    2138                 <Image imageset="OrxonoxLook" image="EditBoxCarat" />
     2645        <ImagerySection name="Caret">
     2646            <ImageryComponent>
     2647                <Area>
     2648                    <Dim type="LeftEdge">
     2649                        <AbsoluteDim value="0" />
     2650                    </Dim>
     2651                    <Dim type="TopEdge">
     2652                        <AbsoluteDim value="0" />
     2653                    </Dim>
     2654                    <Dim type="Width">
     2655                        <ImageDim dimension="Width" name="OrxonoxLook/EditBoxCarat" />
     2656                    </Dim>
     2657                    <Dim type="BottomEdge">
     2658                        <UnifiedDim scale="1.0" type="BottomEdge" />
     2659                    </Dim>
     2660                </Area>
     2661                <Image name="OrxonoxLook/EditBoxCarat" />
    21392662                <VertFormat type="Stretched" />
    21402663                <HorzFormat type="Stretched" />
     
    21542677            <Layer>
    21552678                <Section section="container_normal">
    2156                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     2679                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    21572680                </Section>
    21582681            </Layer>
     
    21732696        </StateImagery>
    21742697    </WidgetLook>
    2175 
    2176     <!--
    2177     ***************************************************
    2178         OrxonoxLook/Combobox
    2179     ***************************************************
    2180     -->
    21812698    <WidgetLook name="OrxonoxLook/Combobox">
    2182         <PropertyLinkDefinition name="NormalEditTextColour" widget="__auto_editbox__" targetProperty="NormalTextColour" initialValue="FFFFFFFF" />
    2183         <PropertyLinkDefinition name="SelectedEditTextColour" widget="__auto_editbox__" targetProperty="SelectedTextColour" initialValue="FF000000" />
    2184         <PropertyLinkDefinition name="ActiveEditSelectionColour" widget="__auto_editbox__" targetProperty="ActiveSelectionColour" initialValue="FF6060FF" />
    2185         <PropertyLinkDefinition name="InactiveEditSelectionColour" widget="__auto_editbox__" targetProperty="InactiveSelectionColour" initialValue="FF808080" />
    2186         <Child  type="OrxonoxLook/ComboEditbox" nameSuffix="__auto_editbox__">
    2187             <Area>
    2188                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2189                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2190                 <Dim type="RightEdge" >
    2191                     <UnifiedDim scale="1" type="RightEdge">
    2192                         <DimOperator op="Subtract">
    2193                             <FontDim type="LineSpacing">
    2194                                 <DimOperator op="Multiply">
    2195                                     <AbsoluteDim value="1.5" />
    2196                                 </DimOperator>
    2197                             </FontDim>
    2198                         </DimOperator>
    2199                     </UnifiedDim>
    2200                 </Dim>
    2201                 <Dim type="Height" >
    2202                     <FontDim type="LineSpacing">
    2203                         <DimOperator op="Multiply">
     2699        <PropertyLinkDefinition initialValue="FFFFFFFF" name="NormalEditTextColour" targetProperty="NormalTextColour" widget="__auto_editbox__" />
     2700        <PropertyLinkDefinition initialValue="FF000000" name="SelectedEditTextColour" targetProperty="SelectedTextColour" widget="__auto_editbox__" />
     2701        <PropertyLinkDefinition initialValue="FF6060FF" name="ActiveEditSelectionColour" targetProperty="ActiveSelectionColour" widget="__auto_editbox__" />
     2702        <PropertyLinkDefinition initialValue="FF808080" name="InactiveEditSelectionColour" targetProperty="InactiveSelectionColour" widget="__auto_editbox__" />
     2703        <Child nameSuffix="__auto_editbox__" type="OrxonoxLook/ComboEditbox">
     2704            <Area>
     2705                <Dim type="LeftEdge">
     2706                    <AbsoluteDim value="0" />
     2707                </Dim>
     2708                <Dim type="TopEdge">
     2709                    <AbsoluteDim value="0" />
     2710                </Dim>
     2711                <Dim type="RightEdge">
     2712                    <OperatorDim op="Subtract">
     2713                        <UnifiedDim scale="1" type="RightEdge" />
     2714                        <OperatorDim op="Multiply">
     2715                            <FontDim type="LineSpacing" />
    22042716                            <AbsoluteDim value="1.5" />
    2205                         </DimOperator>
    2206                     </FontDim>
     2717                        </OperatorDim>
     2718                    </OperatorDim>
     2719                </Dim>
     2720                <Dim type="Height">
     2721                    <OperatorDim op="Multiply">
     2722                        <FontDim type="LineSpacing" />
     2723                        <AbsoluteDim value="1.5" />
     2724                    </OperatorDim>
    22072725                </Dim>
    22082726            </Area>
    22092727        </Child>
    2210         <Child  type="OrxonoxLook/ComboDropList" nameSuffix="__auto_droplist__">
    2211             <Area>
    2212                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2213                 <Dim type="TopEdge" ><WidgetDim widget="__auto_editbox__" dimension="BottomEdge" /></Dim>
    2214                 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2215                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
     2728        <Child nameSuffix="__auto_droplist__" type="OrxonoxLook/ComboDropList">
     2729            <Area>
     2730                <Dim type="LeftEdge">
     2731                    <AbsoluteDim value="0" />
     2732                </Dim>
     2733                <Dim type="TopEdge">
     2734                    <WidgetDim dimension="BottomEdge" widget="__auto_editbox__" />
     2735                </Dim>
     2736                <Dim type="Width">
     2737                    <UnifiedDim scale="1" type="Width" />
     2738                </Dim>
     2739                <Dim type="BottomEdge">
     2740                    <UnifiedDim scale="1" type="BottomEdge" />
     2741                </Dim>
    22162742            </Area>
    22172743        </Child>
    2218         <Child  type="OrxonoxLook/ImageButton" nameSuffix="__auto_button__">
    2219             <Area>
    2220                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2221                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2222                 <Dim type="Width" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
    2223                 <Dim type="Height" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
     2744        <Child nameSuffix="__auto_button__" type="OrxonoxLook/ImageButton">
     2745            <Area>
     2746                <Dim type="LeftEdge">
     2747                    <AbsoluteDim value="0" />
     2748                </Dim>
     2749                <Dim type="TopEdge">
     2750                    <AbsoluteDim value="0" />
     2751                </Dim>
     2752                <Dim type="Width">
     2753                    <WidgetDim dimension="Height" widget="__auto_editbox__" />
     2754                </Dim>
     2755                <Dim type="Height">
     2756                    <WidgetDim dimension="Height" widget="__auto_editbox__" />
     2757                </Dim>
    22242758            </Area>
    22252759            <HorzAlignment type="RightAligned" />
    2226             <Property name="NormalImage" value="set:OrxonoxLook image:ComboboxListButtonNormal" />
    2227             <Property name="HoverImage" value="set:OrxonoxLook image:ComboboxListButtonHover" />
    2228             <Property name="PushedImage" value="set:OrxonoxLook image:ComboboxListButtonNormal" />
     2760            <Property name="NormalImage" value="OrxonoxLook/ComboboxListButtonNormal" />
     2761            <Property name="HoverImage" value="OrxonoxLook/ComboboxListButtonHover" />
     2762            <Property name="PushedImage" value="OrxonoxLook/ComboboxListButtonNormal" />
    22292763        </Child>
    22302764        <StateImagery name="Enabled" />
    22312765        <StateImagery name="Disabled" />
    22322766    </WidgetLook>
    2233 
    2234     <!--
    2235     ***************************************************
    2236         OrxonoxLook/Spinner
    2237     ***************************************************
    2238     -->
    22392767    <WidgetLook name="OrxonoxLook/Spinner">
    2240         <Child  type="OrxonoxLook/Editbox" nameSuffix="__auto_editbox__">
    2241             <Area>
    2242                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2243                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2244                 <Dim type="RightEdge" >
    2245                     <UnifiedDim scale="1" type="RightEdge">
    2246                         <DimOperator op="Subtract">
    2247                             <ImageDim imageset="OrxonoxLook" image="VertScrollUpNormal" dimension="Width" />
    2248                         </DimOperator>
    2249                     </UnifiedDim>
    2250                 </Dim>
    2251                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     2768        <Child nameSuffix="__auto_editbox__" type="OrxonoxLook/Editbox">
     2769            <Area>
     2770                <Dim type="LeftEdge">
     2771                    <AbsoluteDim value="0" />
     2772                </Dim>
     2773                <Dim type="TopEdge">
     2774                    <AbsoluteDim value="0" />
     2775                </Dim>
     2776                <Dim type="RightEdge">
     2777                    <OperatorDim op="Subtract">
     2778                        <UnifiedDim scale="1" type="RightEdge" />
     2779                        <ImageDim dimension="Width" name="OrxonoxLook/VertScrollUpNormal" />
     2780                    </OperatorDim>
     2781                </Dim>
     2782                <Dim type="Height">
     2783                    <UnifiedDim scale="1" type="Height" />
     2784                </Dim>
    22522785            </Area>
    22532786        </Child>
    2254         <Child  type="OrxonoxLook/ImageButton" nameSuffix="__auto_incbtn__">
    2255             <Area>
    2256                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2257                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2258                 <Dim type="Width" ><ImageDim imageset="OrxonoxLook" image="VertScrollUpNormal" dimension="Width" /></Dim>
    2259                 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
     2787        <Child nameSuffix="__auto_incbtn__" type="OrxonoxLook/ImageButton">
     2788            <Area>
     2789                <Dim type="LeftEdge">
     2790                    <AbsoluteDim value="0" />
     2791                </Dim>
     2792                <Dim type="TopEdge">
     2793                    <AbsoluteDim value="0" />
     2794                </Dim>
     2795                <Dim type="Width">
     2796                    <ImageDim dimension="Width" name="OrxonoxLook/VertScrollUpNormal" />
     2797                </Dim>
     2798                <Dim type="Height">
     2799                    <UnifiedDim scale="0.5" type="Height" />
     2800                </Dim>
    22602801            </Area>
    22612802            <HorzAlignment type="RightAligned" />
    2262             <Property name="NormalImage" value="set:OrxonoxLook image:VertScrollUpNormal" />
    2263             <Property name="HoverImage" value="set:OrxonoxLook image:VertScrollUpHover" />
    2264             <Property name="PushedImage" value="set:OrxonoxLook image:VertScrollUpNormal" />
     2803            <Property name="NormalImage" value="OrxonoxLook/VertScrollUpNormal" />
     2804            <Property name="HoverImage" value="OrxonoxLook/VertScrollUpHover" />
     2805            <Property name="PushedImage" value="OrxonoxLook/VertScrollUpNormal" />
    22652806        </Child>
    2266         <Child  type="OrxonoxLook/ImageButton" nameSuffix="__auto_decbtn__">
    2267             <Area>
    2268                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2269                 <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim>
    2270                 <Dim type="Width" ><ImageDim imageset="OrxonoxLook" image="VertScrollUpNormal" dimension="Width" /></Dim>
    2271                 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
     2807        <Child nameSuffix="__auto_decbtn__" type="OrxonoxLook/ImageButton">
     2808            <Area>
     2809                <Dim type="LeftEdge">
     2810                    <AbsoluteDim value="0" />
     2811                </Dim>
     2812                <Dim type="TopEdge">
     2813                    <UnifiedDim scale="0.5" type="TopEdge" />
     2814                </Dim>
     2815                <Dim type="Width">
     2816                    <ImageDim dimension="Width" name="OrxonoxLook/VertScrollUpNormal" />
     2817                </Dim>
     2818                <Dim type="Height">
     2819                    <UnifiedDim scale="0.5" type="Height" />
     2820                </Dim>
    22722821            </Area>
    22732822            <HorzAlignment type="RightAligned" />
    2274             <Property name="NormalImage" value="set:OrxonoxLook image:VertScrollDownNormal" />
    2275             <Property name="HoverImage" value="set:OrxonoxLook image:VertScrollDownHover" />
    2276             <Property name="PushedImage" value="set:OrxonoxLook image:VertScrollDownNormal" />
     2823            <Property name="NormalImage" value="OrxonoxLook/VertScrollDownNormal" />
     2824            <Property name="HoverImage" value="OrxonoxLook/VertScrollDownHover" />
     2825            <Property name="PushedImage" value="OrxonoxLook/VertScrollDownNormal" />
    22772826        </Child>
    22782827        <StateImagery name="Enabled" />
    22792828        <StateImagery name="Disabled" />
    22802829    </WidgetLook>
    2281 
    2282     <!--
    2283     ***************************************************
    2284         OrxonoxLook/StaticShared
    2285         (Shared imagery components for static widgets)
    2286     ***************************************************
    2287     -->
    22882830    <WidgetLook name="OrxonoxLook/StaticShared">
    22892831        <ImagerySection name="frame">
    22902832            <FrameComponent>
    22912833                <Area>
    2292                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2293                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2294                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2295                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2296                 </Area>
    2297                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="StaticTopLeft" />
    2298                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="StaticTopRight" />
    2299                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="StaticBottomLeft" />
    2300                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="StaticBottomRight" />
    2301                 <Image type="LeftEdge" imageset="OrxonoxLook" image="StaticLeft" />
    2302                 <Image type="RightEdge" imageset="OrxonoxLook" image="StaticRight" />
    2303                 <Image type="TopEdge" imageset="OrxonoxLook" image="StaticTop" />
    2304                 <Image type="BottomEdge" imageset="OrxonoxLook" image="StaticBottom" />
     2834                    <Dim type="LeftEdge">
     2835                        <AbsoluteDim value="0" />
     2836                    </Dim>
     2837                    <Dim type="TopEdge">
     2838                        <AbsoluteDim value="0" />
     2839                    </Dim>
     2840                    <Dim type="Width">
     2841                        <UnifiedDim scale="1" type="Width" />
     2842                    </Dim>
     2843                    <Dim type="Height">
     2844                        <UnifiedDim scale="1" type="Height" />
     2845                    </Dim>
     2846                </Area>
     2847                <Image component="TopLeftCorner" name="OrxonoxLook/StaticTopLeft" />
     2848                <Image component="TopRightCorner" name="OrxonoxLook/StaticTopRight" />
     2849                <Image component="BottomLeftCorner" name="OrxonoxLook/StaticBottomLeft" />
     2850                <Image component="BottomRightCorner" name="OrxonoxLook/StaticBottomRight" />
     2851                <Image component="LeftEdge" name="OrxonoxLook/StaticLeft" />
     2852                <Image component="RightEdge" name="OrxonoxLook/StaticRight" />
     2853                <Image component="TopEdge" name="OrxonoxLook/StaticTop" />
     2854                <Image component="BottomEdge" name="OrxonoxLook/StaticBottom" />
    23052855                <ColourRectProperty name="FrameColours" />
    23062856            </FrameComponent>
     
    23092859            <ImageryComponent>
    23102860                <Area>
    2311                     <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="StaticLeft" dimension="Width" /></Dim>
    2312                     <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="StaticTop" dimension="Height" /></Dim>
    2313                     <Dim type="RightEdge" >
    2314                         <UnifiedDim scale="1" type="RightEdge">
    2315                             <DimOperator op="Subtract">
    2316                                 <ImageDim imageset="OrxonoxLook" image="StaticRight" dimension="Width" />
    2317                             </DimOperator>
    2318                         </UnifiedDim>
    2319                     </Dim>
    2320                     <Dim type="BottomEdge" >
    2321                         <UnifiedDim scale="1" type="BottomEdge">
    2322                             <DimOperator op="Subtract">
    2323                                 <ImageDim imageset="OrxonoxLook" image="StaticBottom" dimension="Height" />
    2324                             </DimOperator>
    2325                         </UnifiedDim>
    2326                     </Dim>
    2327                 </Area>
    2328                 <Image imageset="OrxonoxLook" image="StaticBackdrop" />
    2329                 <!--<ColourRectProperty name="BackgroundColours" />-->
    2330                 <Colours topLeft="FFFFFFFF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" />
     2861                    <Dim type="LeftEdge">
     2862                        <ImageDim dimension="Width" name="OrxonoxLook/StaticLeft" />
     2863                    </Dim>
     2864                    <Dim type="TopEdge">
     2865                        <ImageDim dimension="Height" name="OrxonoxLook/StaticTop" />
     2866                    </Dim>
     2867                    <Dim type="RightEdge">
     2868                        <OperatorDim op="Subtract">
     2869                            <UnifiedDim scale="1" type="RightEdge" />
     2870                            <ImageDim dimension="Width" name="OrxonoxLook/StaticRight" />
     2871                        </OperatorDim>
     2872                    </Dim>
     2873                    <Dim type="BottomEdge">
     2874                        <OperatorDim op="Subtract">
     2875                            <UnifiedDim scale="1" type="BottomEdge" />
     2876                            <ImageDim dimension="Height" name="OrxonoxLook/StaticBottom" />
     2877                        </OperatorDim>
     2878                    </Dim>
     2879                </Area>
     2880                <Image name="OrxonoxLook/StaticBackdrop" />
     2881                <Colours bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" topLeft="FFFFFFFF" topRight="FFFFFFFF" />
    23312882                <VertFormat type="Stretched" />
    23322883                <HorzFormat type="Stretched" />
     
    23362887            <ImageryComponent>
    23372888                <Area>
    2338                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    2339                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    2340                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
    2341                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    2342                 </Area>
    2343                 <Image imageset="OrxonoxLook" image="StaticBackdrop" />
    2344                 <!--<ColourRectProperty name="BackgroundColours" />-->
    2345                 <Colours topLeft="FFFFFFFF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" />
     2889                    <Dim type="LeftEdge">
     2890                        <AbsoluteDim value="0" />
     2891                    </Dim>
     2892                    <Dim type="TopEdge">
     2893                        <AbsoluteDim value="0" />
     2894                    </Dim>
     2895                    <Dim type="RightEdge">
     2896                        <UnifiedDim scale="1" type="RightEdge" />
     2897                    </Dim>
     2898                    <Dim type="BottomEdge">
     2899                        <UnifiedDim scale="1" type="BottomEdge" />
     2900                    </Dim>
     2901                </Area>
     2902                <Image name="OrxonoxLook/StaticBackdrop" />
     2903                <Colours bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" topLeft="FFFFFFFF" topRight="FFFFFFFF" />
    23462904                <VertFormat type="Stretched" />
    23472905                <HorzFormat type="Stretched" />
     
    23492907        </ImagerySection>
    23502908    </WidgetLook>
    2351 
    2352     <!--
    2353     ***************************************************
    2354         OrxonoxLook/StaticImage
    2355     ***************************************************
    2356     -->
    23572909    <WidgetLook name="OrxonoxLook/StaticImage">
    2358                 <PropertyDefinition name="ImageColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    2359                 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    2360                 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    2361         <PropertyDefinition name="VertFormatting" initialValue="Stretched" redrawOnWrite="true" />
    2362         <PropertyDefinition name="HorzFormatting" initialValue="Stretched" redrawOnWrite="true" />
     2910        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="ImageColours" redrawOnWrite="true" />
     2911        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" />
     2912        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" />
     2913        <PropertyDefinition initialValue="Stretched" name="VertFormatting" redrawOnWrite="true" />
     2914        <PropertyDefinition initialValue="Stretched" name="HorzFormatting" redrawOnWrite="true" />
    23632915        <Property name="BackgroundEnabled" value="True" />
    23642916        <Property name="FrameEnabled" value="True" />
     
    23662918            <ImageryComponent>
    23672919                <Area>
    2368                                         <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="StaticLeft" dimension="Width" /></Dim>
    2369                                         <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="StaticTop" dimension="Height" /></Dim>
    2370                                         <Dim type="RightEdge" >
    2371                                                 <UnifiedDim scale="1" type="RightEdge">
    2372                                                         <DimOperator op="Subtract">
    2373                                                                 <ImageDim imageset="OrxonoxLook" image="StaticRight" dimension="Width" />
    2374                                                         </DimOperator>
    2375                                                 </UnifiedDim>
    2376                                         </Dim>
    2377                                         <Dim type="BottomEdge" >
    2378                                                 <UnifiedDim scale="1" type="BottomEdge">
    2379                                                         <DimOperator op="Subtract">
    2380                                                                 <ImageDim imageset="OrxonoxLook" image="StaticBottom" dimension="Height" />
    2381                                                         </DimOperator>
    2382                                                 </UnifiedDim>
    2383                                         </Dim>
    2384                                 </Area>
     2920                    <Dim type="LeftEdge">
     2921                        <ImageDim dimension="Width" name="OrxonoxLook/StaticLeft" />
     2922                    </Dim>
     2923                    <Dim type="TopEdge">
     2924                        <ImageDim dimension="Height" name="OrxonoxLook/StaticTop" />
     2925                    </Dim>
     2926                    <Dim type="RightEdge">
     2927                        <OperatorDim op="Subtract">
     2928                            <UnifiedDim scale="1" type="RightEdge" />
     2929                            <ImageDim dimension="Width" name="OrxonoxLook/StaticRight" />
     2930                        </OperatorDim>
     2931                    </Dim>
     2932                    <Dim type="BottomEdge">
     2933                        <OperatorDim op="Subtract">
     2934                            <UnifiedDim scale="1" type="BottomEdge" />
     2935                            <ImageDim dimension="Height" name="OrxonoxLook/StaticBottom" />
     2936                        </OperatorDim>
     2937                    </Dim>
     2938                </Area>
    23852939                <ImageProperty name="Image" />
    23862940                <ColourRectProperty name="ImageColours" />
     
    23922946            <ImageryComponent>
    23932947                <Area>
    2394                                         <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2395                                         <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2396                                         <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2397                                         <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2398                                 </Area>
     2948                    <Dim type="LeftEdge">
     2949                        <AbsoluteDim value="0" />
     2950                    </Dim>
     2951                    <Dim type="TopEdge">
     2952                        <AbsoluteDim value="0" />
     2953                    </Dim>
     2954                    <Dim type="Width">
     2955                        <UnifiedDim scale="1" type="Width" />
     2956                    </Dim>
     2957                    <Dim type="Height">
     2958                        <UnifiedDim scale="1" type="Height" />
     2959                    </Dim>
     2960                </Area>
    23992961                <ImageProperty name="Image" />
    24002962                <ColourRectProperty name="ImageColours" />
     
    24463008        </StateImagery>
    24473009    </WidgetLook>
    2448 
    2449     <!--
    2450     ***************************************************
    2451         OrxonoxLook/StaticText
    2452     ***************************************************
    2453     -->
    24543010    <WidgetLook name="OrxonoxLook/StaticText">
    2455                 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    2456                 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    2457                 <Property name="TextColours" value="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" />
     3011        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" />
     3012        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" />
     3013        <Property name="TextColours" value="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" />
    24583014        <Property name="FrameEnabled" value="True" />
    24593015        <Property name="BackgroundEnabled" value="True" />
    24603016        <NamedArea name="WithFrameTextRenderArea">
    24613017            <Area>
    2462                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="StaticLeft" dimension="Width" /></Dim>
    2463                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="StaticTop" dimension="Height" /></Dim>
    2464                 <Dim type="RightEdge" >
    2465                     <UnifiedDim scale="1" type="RightEdge">
    2466                         <DimOperator op="Subtract">
    2467                             <ImageDim imageset="OrxonoxLook" image="StaticRight" dimension="Width" />
    2468                         </DimOperator>
    2469                     </UnifiedDim>
    2470                 </Dim>
    2471                 <Dim type="BottomEdge" >
    2472                     <UnifiedDim scale="1" type="BottomEdge">
    2473                         <DimOperator op="Subtract">
    2474                             <ImageDim imageset="OrxonoxLook" image="StaticBottom" dimension="Height" />
    2475                         </DimOperator>
    2476                     </UnifiedDim>
     3018                <Dim type="LeftEdge">
     3019                    <ImageDim dimension="Width" name="OrxonoxLook/StaticLeft" />
     3020                </Dim>
     3021                <Dim type="TopEdge">
     3022                    <ImageDim dimension="Height" name="OrxonoxLook/StaticTop" />
     3023                </Dim>
     3024                <Dim type="RightEdge">
     3025                    <OperatorDim op="Subtract">
     3026                        <UnifiedDim scale="1" type="RightEdge" />
     3027                        <ImageDim dimension="Width" name="OrxonoxLook/StaticRight" />
     3028                    </OperatorDim>
     3029                </Dim>
     3030                <Dim type="BottomEdge">
     3031                    <OperatorDim op="Subtract">
     3032                        <UnifiedDim scale="1" type="BottomEdge" />
     3033                        <ImageDim dimension="Height" name="OrxonoxLook/StaticBottom" />
     3034                    </OperatorDim>
    24773035                </Dim>
    24783036            </Area>
     
    24803038        <NamedArea name="WithFrameTextRenderAreaHScroll">
    24813039            <Area>
    2482                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="StaticLeft" dimension="Width" /></Dim>
    2483                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="StaticTop" dimension="Height" /></Dim>
    2484                 <Dim type="RightEdge" >
    2485                     <UnifiedDim scale="1" type="RightEdge">
    2486                         <DimOperator op="Subtract">
    2487                             <ImageDim imageset="OrxonoxLook" image="StaticRight" dimension="Width" />
    2488                         </DimOperator>
    2489                     </UnifiedDim>
    2490                 </Dim>
    2491                 <Dim type="BottomEdge" >
    2492                     <UnifiedDim scale="1" type="BottomEdge">
    2493                         <DimOperator op="Subtract">
    2494                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2495                         </DimOperator>
    2496                     </UnifiedDim>
     3040                <Dim type="LeftEdge">
     3041                    <ImageDim dimension="Width" name="OrxonoxLook/StaticLeft" />
     3042                </Dim>
     3043                <Dim type="TopEdge">
     3044                    <ImageDim dimension="Height" name="OrxonoxLook/StaticTop" />
     3045                </Dim>
     3046                <Dim type="RightEdge">
     3047                    <OperatorDim op="Subtract">
     3048                        <UnifiedDim scale="1" type="RightEdge" />
     3049                        <ImageDim dimension="Width" name="OrxonoxLook/StaticRight" />
     3050                    </OperatorDim>
     3051                </Dim>
     3052                <Dim type="BottomEdge">
     3053                    <OperatorDim op="Subtract">
     3054                        <UnifiedDim scale="1" type="BottomEdge" />
     3055                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3056                    </OperatorDim>
    24973057                </Dim>
    24983058            </Area>
     
    25003060        <NamedArea name="WithFrameTextRenderAreaVScroll">
    25013061            <Area>
    2502                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="StaticLeft" dimension="Width" /></Dim>
    2503                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="StaticTop" dimension="Height" /></Dim>
    2504                 <Dim type="RightEdge" >
    2505                     <UnifiedDim scale="1" type="RightEdge">
    2506                         <DimOperator op="Subtract">
    2507                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2508                         </DimOperator>
    2509                     </UnifiedDim>
    2510                 </Dim>
    2511                 <Dim type="BottomEdge" >
    2512                     <UnifiedDim scale="1" type="BottomEdge">
    2513                         <DimOperator op="Subtract">
    2514                             <ImageDim imageset="OrxonoxLook" image="StaticBottom" dimension="Height" />
    2515                         </DimOperator>
    2516                     </UnifiedDim>
     3062                <Dim type="LeftEdge">
     3063                    <ImageDim dimension="Width" name="OrxonoxLook/StaticLeft" />
     3064                </Dim>
     3065                <Dim type="TopEdge">
     3066                    <ImageDim dimension="Height" name="OrxonoxLook/StaticTop" />
     3067                </Dim>
     3068                <Dim type="RightEdge">
     3069                    <OperatorDim op="Subtract">
     3070                        <UnifiedDim scale="1" type="RightEdge" />
     3071                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3072                    </OperatorDim>
     3073                </Dim>
     3074                <Dim type="BottomEdge">
     3075                    <OperatorDim op="Subtract">
     3076                        <UnifiedDim scale="1" type="BottomEdge" />
     3077                        <ImageDim dimension="Height" name="OrxonoxLook/StaticBottom" />
     3078                    </OperatorDim>
    25173079                </Dim>
    25183080            </Area>
     
    25203082        <NamedArea name="WithFrameTextRenderAreaHVScroll">
    25213083            <Area>
    2522                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="StaticLeft" dimension="Width" /></Dim>
    2523                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="StaticTop" dimension="Height" /></Dim>
    2524                 <Dim type="RightEdge" >
    2525                     <UnifiedDim scale="1" type="RightEdge">
    2526                         <DimOperator op="Subtract">
    2527                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2528                         </DimOperator>
    2529                     </UnifiedDim>
    2530                 </Dim>
    2531                 <Dim type="BottomEdge" >
    2532                     <UnifiedDim scale="1" type="BottomEdge">
    2533                         <DimOperator op="Subtract">
    2534                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2535                         </DimOperator>
    2536                     </UnifiedDim>
     3084                <Dim type="LeftEdge">
     3085                    <ImageDim dimension="Width" name="OrxonoxLook/StaticLeft" />
     3086                </Dim>
     3087                <Dim type="TopEdge">
     3088                    <ImageDim dimension="Height" name="OrxonoxLook/StaticTop" />
     3089                </Dim>
     3090                <Dim type="RightEdge">
     3091                    <OperatorDim op="Subtract">
     3092                        <UnifiedDim scale="1" type="RightEdge" />
     3093                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3094                    </OperatorDim>
     3095                </Dim>
     3096                <Dim type="BottomEdge">
     3097                    <OperatorDim op="Subtract">
     3098                        <UnifiedDim scale="1" type="BottomEdge" />
     3099                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3100                    </OperatorDim>
    25373101                </Dim>
    25383102            </Area>
     
    25403104        <NamedArea name="NoFrameTextRenderArea">
    25413105            <Area>
    2542                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2543                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2544                 <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
    2545                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
     3106                <Dim type="LeftEdge">
     3107                    <AbsoluteDim value="0" />
     3108                </Dim>
     3109                <Dim type="TopEdge">
     3110                    <AbsoluteDim value="0" />
     3111                </Dim>
     3112                <Dim type="RightEdge">
     3113                    <UnifiedDim scale="1" type="RightEdge" />
     3114                </Dim>
     3115                <Dim type="BottomEdge">
     3116                    <UnifiedDim scale="1" type="BottomEdge" />
     3117                </Dim>
    25463118            </Area>
    25473119        </NamedArea>
    25483120        <NamedArea name="NoFrameTextRenderAreaHScroll">
    25493121            <Area>
    2550                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2551                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2552                 <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
    2553                 <Dim type="BottomEdge" >
    2554                     <UnifiedDim scale="1" type="BottomEdge">
    2555                         <DimOperator op="Subtract">
    2556                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2557                         </DimOperator>
    2558                     </UnifiedDim>
     3122                <Dim type="LeftEdge">
     3123                    <AbsoluteDim value="0" />
     3124                </Dim>
     3125                <Dim type="TopEdge">
     3126                    <AbsoluteDim value="0" />
     3127                </Dim>
     3128                <Dim type="RightEdge">
     3129                    <UnifiedDim scale="1" type="RightEdge" />
     3130                </Dim>
     3131                <Dim type="BottomEdge">
     3132                    <OperatorDim op="Subtract">
     3133                        <UnifiedDim scale="1" type="BottomEdge" />
     3134                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3135                    </OperatorDim>
    25593136                </Dim>
    25603137            </Area>
     
    25623139        <NamedArea name="NoFrameTextRenderAreaVScroll">
    25633140            <Area>
    2564                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2565                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2566                 <Dim type="RightEdge" >
    2567                     <UnifiedDim scale="1" type="RightEdge">
    2568                         <DimOperator op="Subtract">
    2569                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2570                         </DimOperator>
    2571                     </UnifiedDim>
    2572                 </Dim>
    2573                 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
     3141                <Dim type="LeftEdge">
     3142                    <AbsoluteDim value="0" />
     3143                </Dim>
     3144                <Dim type="TopEdge">
     3145                    <AbsoluteDim value="0" />
     3146                </Dim>
     3147                <Dim type="RightEdge">
     3148                    <OperatorDim op="Subtract">
     3149                        <UnifiedDim scale="1" type="RightEdge" />
     3150                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3151                    </OperatorDim>
     3152                </Dim>
     3153                <Dim type="BottomEdge">
     3154                    <UnifiedDim scale="1" type="BottomEdge" />
     3155                </Dim>
    25743156            </Area>
    25753157        </NamedArea>
    25763158        <NamedArea name="NoFrameTextRenderAreaHVScroll">
    25773159            <Area>
    2578                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2579                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2580                 <Dim type="RightEdge" >
    2581                     <UnifiedDim scale="1" type="RightEdge">
    2582                         <DimOperator op="Subtract">
    2583                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2584                         </DimOperator>
    2585                     </UnifiedDim>
    2586                 </Dim>
    2587                 <Dim type="BottomEdge" >
    2588                     <UnifiedDim scale="1" type="BottomEdge">
    2589                         <DimOperator op="Subtract">
    2590                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2591                         </DimOperator>
    2592                     </UnifiedDim>
     3160                <Dim type="LeftEdge">
     3161                    <AbsoluteDim value="0" />
     3162                </Dim>
     3163                <Dim type="TopEdge">
     3164                    <AbsoluteDim value="0" />
     3165                </Dim>
     3166                <Dim type="RightEdge">
     3167                    <OperatorDim op="Subtract">
     3168                        <UnifiedDim scale="1" type="RightEdge" />
     3169                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3170                    </OperatorDim>
     3171                </Dim>
     3172                <Dim type="BottomEdge">
     3173                    <OperatorDim op="Subtract">
     3174                        <UnifiedDim scale="1" type="BottomEdge" />
     3175                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3176                    </OperatorDim>
    25933177                </Dim>
    25943178            </Area>
    25953179        </NamedArea>
    2596         <Child  type="OrxonoxLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    2597             <Area>
    2598                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2599                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2600                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    2601                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     3180        <Child nameSuffix="__auto_hscrollbar__" type="OrxonoxLook/HorizontalScrollbar">
     3181            <Area>
     3182                <Dim type="LeftEdge">
     3183                    <AbsoluteDim value="0" />
     3184                </Dim>
     3185                <Dim type="TopEdge">
     3186                    <AbsoluteDim value="0" />
     3187                </Dim>
     3188                <Dim type="Width">
     3189                    <UnifiedDim offset="-12" scale="1" type="Width" />
     3190                </Dim>
     3191                <Dim type="Height">
     3192                    <AbsoluteDim value="12" />
     3193                </Dim>
    26023194            </Area>
    26033195            <VertAlignment type="BottomAligned" />
    26043196        </Child>
    2605         <Child  type="OrxonoxLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    2606             <Area>
    2607                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2608                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2609                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    2610                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
     3197        <Child nameSuffix="__auto_vscrollbar__" type="OrxonoxLook/VerticalScrollbar">
     3198            <Area>
     3199                <Dim type="LeftEdge">
     3200                    <AbsoluteDim value="0" />
     3201                </Dim>
     3202                <Dim type="TopEdge">
     3203                    <AbsoluteDim value="0" />
     3204                </Dim>
     3205                <Dim type="Width">
     3206                    <AbsoluteDim value="12" />
     3207                </Dim>
     3208                <Dim type="Height">
     3209                    <UnifiedDim offset="-12" scale="1" type="Height" />
     3210                </Dim>
    26113211            </Area>
    26123212            <HorzAlignment type="RightAligned" />
     
    26453245        </StateImagery>
    26463246    </WidgetLook>
    2647 
    2648     <!--
    2649     ***************************************************
    2650         OrxonoxLook/ListHeaderSegment
    2651     ***************************************************
    2652     -->
    26533247    <WidgetLook name="OrxonoxLook/ListHeaderSegment">
    2654         <Property name="SizingCursorImage" value="set:OrxonoxLook image:MouseEsWeCursor" />
    2655         <Property name="MovingCursorImage" value="set:OrxonoxLook image:MouseMoveCursor" />
     3248        <Property name="SizingCursorImage" value="OrxonoxLook/MouseEsWeCursor" />
     3249        <Property name="MovingCursorImage" value="OrxonoxLook/MouseMoveCursor" />
    26563250        <ImagerySection name="segment_normal">
    2657             <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
    2658             <ImageryComponent>
    2659                 <Area>
    2660                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2661                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2662                     <Dim type="RightEdge" >
    2663                         <UnifiedDim scale="1" type="RightEdge">
    2664                             <DimOperator op="Subtract">
    2665                                 <ImageDim imageset="OrxonoxLook" image="HeaderBarSplitterNormal" dimension="Width" />
    2666                             </DimOperator>
    2667                         </UnifiedDim>
    2668                     </Dim>
    2669                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2670                 </Area>
    2671                 <Image imageset="OrxonoxLook" image="HeaderBarBackdropNormal" />
     3251            <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" />
     3252            <ImageryComponent>
     3253                <Area>
     3254                    <Dim type="LeftEdge">
     3255                        <AbsoluteDim value="0" />
     3256                    </Dim>
     3257                    <Dim type="TopEdge">
     3258                        <AbsoluteDim value="0" />
     3259                    </Dim>
     3260                    <Dim type="RightEdge">
     3261                        <OperatorDim op="Subtract">
     3262                            <UnifiedDim scale="1" type="RightEdge" />
     3263                            <ImageDim dimension="Width" name="OrxonoxLook/HeaderBarSplitterNormal" />
     3264                        </OperatorDim>
     3265                    </Dim>
     3266                    <Dim type="Height">
     3267                        <UnifiedDim scale="1" type="Height" />
     3268                    </Dim>
     3269                </Area>
     3270                <Image name="OrxonoxLook/HeaderBarBackdropNormal" />
    26723271                <VertFormat type="Stretched" />
    26733272                <HorzFormat type="Stretched" />
     
    26773276            <ImageryComponent>
    26783277                <Area>
    2679                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2680                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2681                     <Dim type="RightEdge" >
    2682                         <UnifiedDim scale="1" type="RightEdge">
    2683                             <DimOperator op="Subtract">
    2684                                 <ImageDim imageset="OrxonoxLook" image="HeaderBarSplitterNormal" dimension="Width" />
    2685                             </DimOperator>
    2686                         </UnifiedDim>
    2687                     </Dim>
    2688                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2689                 </Area>
    2690                 <Image imageset="OrxonoxLook" image="HeaderBarBackdropHover" />
     3278                    <Dim type="LeftEdge">
     3279                        <AbsoluteDim value="0" />
     3280                    </Dim>
     3281                    <Dim type="TopEdge">
     3282                        <AbsoluteDim value="0" />
     3283                    </Dim>
     3284                    <Dim type="RightEdge">
     3285                        <OperatorDim op="Subtract">
     3286                            <UnifiedDim scale="1" type="RightEdge" />
     3287                            <ImageDim dimension="Width" name="OrxonoxLook/HeaderBarSplitterNormal" />
     3288                        </OperatorDim>
     3289                    </Dim>
     3290                    <Dim type="Height">
     3291                        <UnifiedDim scale="1" type="Height" />
     3292                    </Dim>
     3293                </Area>
     3294                <Image name="OrxonoxLook/HeaderBarBackdropHover" />
    26913295                <VertFormat type="Stretched" />
    26923296                <HorzFormat type="Stretched" />
     
    26963300            <ImageryComponent>
    26973301                <Area>
    2698                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2699                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2700                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2701                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2702                 </Area>
    2703                 <Image imageset="OrxonoxLook" image="HeaderBarSplitterNormal" />
     3302                    <Dim type="LeftEdge">
     3303                        <AbsoluteDim value="0" />
     3304                    </Dim>
     3305                    <Dim type="TopEdge">
     3306                        <AbsoluteDim value="0" />
     3307                    </Dim>
     3308                    <Dim type="Width">
     3309                        <UnifiedDim scale="1" type="Width" />
     3310                    </Dim>
     3311                    <Dim type="Height">
     3312                        <UnifiedDim scale="1" type="Height" />
     3313                    </Dim>
     3314                </Area>
     3315                <Image name="OrxonoxLook/HeaderBarSplitterNormal" />
    27043316                <VertFormat type="Stretched" />
    27053317                <HorzFormat type="RightAligned" />
     
    27093321            <ImageryComponent>
    27103322                <Area>
    2711                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2712                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2713                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2714                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2715                 </Area>
    2716                 <Image imageset="OrxonoxLook" image="HeaderBarSplitterHover" />
     3323                    <Dim type="LeftEdge">
     3324                        <AbsoluteDim value="0" />
     3325                    </Dim>
     3326                    <Dim type="TopEdge">
     3327                        <AbsoluteDim value="0" />
     3328                    </Dim>
     3329                    <Dim type="Width">
     3330                        <UnifiedDim scale="1" type="Width" />
     3331                    </Dim>
     3332                    <Dim type="Height">
     3333                        <UnifiedDim scale="1" type="Height" />
     3334                    </Dim>
     3335                </Area>
     3336                <Image name="OrxonoxLook/HeaderBarSplitterHover" />
    27173337                <VertFormat type="Stretched" />
    27183338                <HorzFormat type="RightAligned" />
     
    27223342            <ImageryComponent>
    27233343                <Area>
    2724                     <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
    2725                     <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
    2726                     <Dim type="Width" ><ImageDim imageset="OrxonoxLook" image="HeaderBarSortUp" dimension="Width" /></Dim>
    2727                     <Dim type="Height" ><ImageDim imageset="OrxonoxLook" image="HeaderBarSortUp" dimension="Height" /></Dim>
    2728                 </Area>
    2729                 <Image imageset="OrxonoxLook" image="HeaderBarSortUp" />
     3344                    <Dim type="LeftEdge">
     3345                        <AbsoluteDim value="3" />
     3346                    </Dim>
     3347                    <Dim type="TopEdge">
     3348                        <AbsoluteDim value="3" />
     3349                    </Dim>
     3350                    <Dim type="Width">
     3351                        <ImageDim dimension="Width" name="OrxonoxLook/HeaderBarSortUp" />
     3352                    </Dim>
     3353                    <Dim type="Height">
     3354                        <ImageDim dimension="Height" name="OrxonoxLook/HeaderBarSortUp" />
     3355                    </Dim>
     3356                </Area>
     3357                <Image name="OrxonoxLook/HeaderBarSortUp" />
    27303358            </ImageryComponent>
    27313359        </ImagerySection>
     
    27333361            <ImageryComponent>
    27343362                <Area>
    2735                     <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
    2736                     <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
    2737                     <Dim type="Width" ><ImageDim imageset="OrxonoxLook" image="HeaderBarSortDown" dimension="Width" /></Dim>
    2738                     <Dim type="Height" ><ImageDim imageset="OrxonoxLook" image="HeaderBarSortDown" dimension="Height" /></Dim>
    2739                 </Area>
    2740                 <Image imageset="OrxonoxLook" image="HeaderBarSortDown" />
     3363                    <Dim type="LeftEdge">
     3364                        <AbsoluteDim value="3" />
     3365                    </Dim>
     3366                    <Dim type="TopEdge">
     3367                        <AbsoluteDim value="3" />
     3368                    </Dim>
     3369                    <Dim type="Width">
     3370                        <ImageDim dimension="Width" name="OrxonoxLook/HeaderBarSortDown" />
     3371                    </Dim>
     3372                    <Dim type="Height">
     3373                        <ImageDim dimension="Height" name="OrxonoxLook/HeaderBarSortDown" />
     3374                    </Dim>
     3375                </Area>
     3376                <Image name="OrxonoxLook/HeaderBarSortDown" />
    27413377            </ImageryComponent>
    27423378        </ImagerySection>
     
    27443380            <TextComponent>
    27453381                <Area>
    2746                     <Dim type="LeftEdge" >
    2747                         <ImageDim imageset="OrxonoxLook" image="HeaderBarSortUp" dimension="Width">
    2748                             <DimOperator op="Add">
    2749                                 <AbsoluteDim value="5" />
    2750                             </DimOperator>
    2751                         </ImageDim>
    2752                     </Dim>
    2753                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2754                     <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
    2755                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     3382                    <Dim type="LeftEdge">
     3383                        <OperatorDim op="Add">
     3384                            <ImageDim dimension="Width" name="OrxonoxLook/HeaderBarSortUp" />
     3385                            <AbsoluteDim value="5" />
     3386                        </OperatorDim>
     3387                    </Dim>
     3388                    <Dim type="TopEdge">
     3389                        <AbsoluteDim value="0" />
     3390                    </Dim>
     3391                    <Dim type="RightEdge">
     3392                        <UnifiedDim scale="1" type="RightEdge" />
     3393                    </Dim>
     3394                    <Dim type="Height">
     3395                        <UnifiedDim scale="1" type="Height" />
     3396                    </Dim>
    27563397                </Area>
    27573398                <VertFormat type="CentreAligned" />
     
    27793420            </Layer>
    27803421        </StateImagery>
    2781         <StateImagery name="DragGhost" clipped="false" >
    2782             <Layer priority="1" >
     3422        <StateImagery clipped="false" name="DragGhost">
     3423            <Layer priority="1">
    27833424                <Section section="segment_normal">
    2784                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
     3425                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
    27853426                </Section>
    27863427                <Section section="splitter_normal">
    2787                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
     3428                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
    27883429                </Section>
    27893430                <Section section="label">
    2790                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
     3431                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
    27913432                </Section>
    27923433            </Layer>
     
    28023443            </Layer>
    28033444        </StateImagery>
    2804         <StateImagery name="GhostAscendingSortIcon" clipped="false">
    2805             <Layer priority="1" >
     3445        <StateImagery clipped="false" name="GhostAscendingSortIcon">
     3446            <Layer priority="1">
    28063447                <Section section="ascend_icon">
    2807                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
    2808                 </Section>
    2809             </Layer>
    2810         </StateImagery>
    2811         <StateImagery name="GhostDescendingSortIcon" clipped="false">
    2812             <Layer priority="1" >
     3448                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
     3449                </Section>
     3450            </Layer>
     3451        </StateImagery>
     3452        <StateImagery clipped="false" name="GhostDescendingSortIcon">
     3453            <Layer priority="1">
    28133454                <Section section="descend_icon">
    2814                     <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
     3455                    <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" />
    28153456                </Section>
    28163457            </Layer>
     
    28193460            <Layer>
    28203461                <Section section="segment_normal">
    2821                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3462                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    28223463                </Section>
    28233464                <Section section="splitter_normal">
    2824                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3465                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    28253466                </Section>
    28263467                <Section section="label">
    2827                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3468                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    28283469                </Section>
    28293470            </Layer>
    28303471        </StateImagery>
    28313472    </WidgetLook>
    2832 
    2833     <!--
    2834     ***************************************************
    2835         OrxonoxLook/ListHeader
    2836     ***************************************************
    2837     -->
    28383473    <WidgetLook name="OrxonoxLook/ListHeader">
    28393474        <Property name="SegmentWidgetType" value="OrxonoxLook/ListHeaderSegment" />
     
    28413476        <StateImagery name="Disabled" />
    28423477    </WidgetLook>
    2843 
    2844     <!--
    2845     ***************************************************
    2846         OrxonoxLook/MultiColumnList
    2847     ***************************************************
    2848     -->
    28493478    <WidgetLook name="OrxonoxLook/MultiColumnList">
    28503479        <NamedArea name="ItemRenderingArea">
    28513480            <Area>
    2852                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MultiListLeft" dimension="Width" /></Dim>
    2853                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2854                 <Dim type="RightEdge" >
    2855                     <UnifiedDim scale="1" type="RightEdge">
    2856                         <DimOperator op="Subtract">
    2857                             <ImageDim imageset="OrxonoxLook" image="MultiListRight" dimension="Width" />
    2858                         </DimOperator>
    2859                     </UnifiedDim>
    2860                 </Dim>
    2861                 <Dim type="BottomEdge" >
    2862                     <UnifiedDim scale="1" type="BottomEdge">
    2863                         <DimOperator op="Subtract">
    2864                             <ImageDim imageset="OrxonoxLook" image="MultiListBottom" dimension="Height" />
    2865                         </DimOperator>
    2866                     </UnifiedDim>
     3481                <Dim type="LeftEdge">
     3482                    <ImageDim dimension="Width" name="OrxonoxLook/MultiListLeft" />
     3483                </Dim>
     3484                <Dim type="TopEdge">
     3485                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     3486                </Dim>
     3487                <Dim type="RightEdge">
     3488                    <OperatorDim op="Subtract">
     3489                        <UnifiedDim scale="1" type="RightEdge" />
     3490                        <ImageDim dimension="Width" name="OrxonoxLook/MultiListRight" />
     3491                    </OperatorDim>
     3492                </Dim>
     3493                <Dim type="BottomEdge">
     3494                    <OperatorDim op="Subtract">
     3495                        <UnifiedDim scale="1" type="BottomEdge" />
     3496                        <ImageDim dimension="Height" name="OrxonoxLook/MultiListBottom" />
     3497                    </OperatorDim>
    28673498                </Dim>
    28683499            </Area>
     
    28703501        <NamedArea name="ItemRenderingAreaHScroll">
    28713502            <Area>
    2872                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MultiListLeft" dimension="Width" /></Dim>
    2873                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2874                 <Dim type="RightEdge" >
    2875                     <UnifiedDim scale="1" type="RightEdge">
    2876                         <DimOperator op="Subtract">
    2877                             <ImageDim imageset="OrxonoxLook" image="MultiListRight" dimension="Width" />
    2878                         </DimOperator>
    2879                     </UnifiedDim>
    2880                 </Dim>
    2881                 <Dim type="BottomEdge" >
    2882                     <UnifiedDim scale="1" type="BottomEdge">
    2883                         <DimOperator op="Subtract">
    2884                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2885                         </DimOperator>
    2886                     </UnifiedDim>
     3503                <Dim type="LeftEdge">
     3504                    <ImageDim dimension="Width" name="OrxonoxLook/MultiListLeft" />
     3505                </Dim>
     3506                <Dim type="TopEdge">
     3507                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     3508                </Dim>
     3509                <Dim type="RightEdge">
     3510                    <OperatorDim op="Subtract">
     3511                        <UnifiedDim scale="1" type="RightEdge" />
     3512                        <ImageDim dimension="Width" name="OrxonoxLook/MultiListRight" />
     3513                    </OperatorDim>
     3514                </Dim>
     3515                <Dim type="BottomEdge">
     3516                    <OperatorDim op="Subtract">
     3517                        <UnifiedDim scale="1" type="BottomEdge" />
     3518                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3519                    </OperatorDim>
    28873520                </Dim>
    28883521            </Area>
     
    28903523        <NamedArea name="ItemRenderingAreaVScroll">
    28913524            <Area>
    2892                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MultiListLeft" dimension="Width" /></Dim>
    2893                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2894                 <Dim type="RightEdge" >
    2895                     <UnifiedDim scale="1" type="RightEdge">
    2896                         <DimOperator op="Subtract">
    2897                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2898                         </DimOperator>
    2899                     </UnifiedDim>
    2900                 </Dim>
    2901                 <Dim type="BottomEdge" >
    2902                     <UnifiedDim scale="1" type="BottomEdge">
    2903                         <DimOperator op="Subtract">
    2904                             <ImageDim imageset="OrxonoxLook" image="MultiListBottom" dimension="Height" />
    2905                         </DimOperator>
    2906                     </UnifiedDim>
     3525                <Dim type="LeftEdge">
     3526                    <ImageDim dimension="Width" name="OrxonoxLook/MultiListLeft" />
     3527                </Dim>
     3528                <Dim type="TopEdge">
     3529                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     3530                </Dim>
     3531                <Dim type="RightEdge">
     3532                    <OperatorDim op="Subtract">
     3533                        <UnifiedDim scale="1" type="RightEdge" />
     3534                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3535                    </OperatorDim>
     3536                </Dim>
     3537                <Dim type="BottomEdge">
     3538                    <OperatorDim op="Subtract">
     3539                        <UnifiedDim scale="1" type="BottomEdge" />
     3540                        <ImageDim dimension="Height" name="OrxonoxLook/MultiListBottom" />
     3541                    </OperatorDim>
    29073542                </Dim>
    29083543            </Area>
     
    29103545        <NamedArea name="ItemRenderingAreaHVScroll">
    29113546            <Area>
    2912                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MultiListLeft" dimension="Width" /></Dim>
    2913                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2914                 <Dim type="RightEdge" >
    2915                     <UnifiedDim scale="1" type="RightEdge">
    2916                         <DimOperator op="Subtract">
    2917                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    2918                         </DimOperator>
    2919                     </UnifiedDim>
    2920                 </Dim>
    2921                 <Dim type="BottomEdge" >
    2922                     <UnifiedDim scale="1" type="BottomEdge">
    2923                         <DimOperator op="Subtract">
    2924                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    2925                         </DimOperator>
    2926                     </UnifiedDim>
     3547                <Dim type="LeftEdge">
     3548                    <ImageDim dimension="Width" name="OrxonoxLook/MultiListLeft" />
     3549                </Dim>
     3550                <Dim type="TopEdge">
     3551                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     3552                </Dim>
     3553                <Dim type="RightEdge">
     3554                    <OperatorDim op="Subtract">
     3555                        <UnifiedDim scale="1" type="RightEdge" />
     3556                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3557                    </OperatorDim>
     3558                </Dim>
     3559                <Dim type="BottomEdge">
     3560                    <OperatorDim op="Subtract">
     3561                        <UnifiedDim scale="1" type="BottomEdge" />
     3562                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3563                    </OperatorDim>
    29273564                </Dim>
    29283565            </Area>
    29293566        </NamedArea>
    2930         <Child  type="OrxonoxLook/ListHeader" nameSuffix="__auto_listheader__">
    2931             <Area>
    2932                 <Dim type="LeftEdge" ><AbsoluteDim value="2" /></Dim>
    2933                 <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim>
    2934                 <Dim type="RightEdge" ><UnifiedDim scale="1" offset="-2" type="RightEdge" /></Dim>
    2935                 <Dim type="Height" >
    2936                     <FontDim type="LineSpacing">
    2937                         <DimOperator op="Multiply">
    2938                             <AbsoluteDim value="1.5" />
    2939                         </DimOperator>
    2940                     </FontDim>
     3567        <Child nameSuffix="__auto_listheader__" type="OrxonoxLook/ListHeader">
     3568            <Area>
     3569                <Dim type="LeftEdge">
     3570                    <AbsoluteDim value="2" />
     3571                </Dim>
     3572                <Dim type="TopEdge">
     3573                    <AbsoluteDim value="2" />
     3574                </Dim>
     3575                <Dim type="RightEdge">
     3576                    <UnifiedDim offset="-2" scale="1" type="RightEdge" />
     3577                </Dim>
     3578                <Dim type="Height">
     3579                    <OperatorDim op="Multiply">
     3580                        <FontDim type="LineSpacing" />
     3581                        <AbsoluteDim value="1.5" />
     3582                    </OperatorDim>
    29413583                </Dim>
    29423584            </Area>
    29433585        </Child>
    2944         <Child  type="OrxonoxLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    2945             <Area>
    2946                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2947                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2948                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    2949                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     3586        <Child nameSuffix="__auto_hscrollbar__" type="OrxonoxLook/HorizontalScrollbar">
     3587            <Area>
     3588                <Dim type="LeftEdge">
     3589                    <AbsoluteDim value="0" />
     3590                </Dim>
     3591                <Dim type="TopEdge">
     3592                    <AbsoluteDim value="0" />
     3593                </Dim>
     3594                <Dim type="Width">
     3595                    <UnifiedDim offset="-12" scale="1" type="Width" />
     3596                </Dim>
     3597                <Dim type="Height">
     3598                    <AbsoluteDim value="12" />
     3599                </Dim>
    29503600            </Area>
    29513601            <VertAlignment type="BottomAligned" />
    29523602        </Child>
    2953         <Child  type="OrxonoxLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    2954             <Area>
    2955                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2956                 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
    2957                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    2958                 <Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-12" type="BottomEdge" /></Dim>
     3603        <Child nameSuffix="__auto_vscrollbar__" type="OrxonoxLook/VerticalScrollbar">
     3604            <Area>
     3605                <Dim type="LeftEdge">
     3606                    <AbsoluteDim value="0" />
     3607                </Dim>
     3608                <Dim type="TopEdge">
     3609                    <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" />
     3610                </Dim>
     3611                <Dim type="Width">
     3612                    <AbsoluteDim value="12" />
     3613                </Dim>
     3614                <Dim type="BottomEdge">
     3615                    <UnifiedDim offset="-12" scale="1" type="BottomEdge" />
     3616                </Dim>
    29593617            </Area>
    29603618            <HorzAlignment type="RightAligned" />
     
    29633621            <FrameComponent>
    29643622                <Area>
    2965                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    2966                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    2967                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    2968                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    2969                 </Area>
    2970                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="MultiListTopLeft" />
    2971                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="MultiListTopRight" />
    2972                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="MultiListBottomLeft" />
    2973                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="MultiListBottomRight" />
    2974                 <Image type="LeftEdge" imageset="OrxonoxLook" image="MultiListLeft" />
    2975                 <Image type="RightEdge" imageset="OrxonoxLook" image="MultiListRight" />
    2976                 <Image type="TopEdge" imageset="OrxonoxLook" image="MultiListTop" />
    2977                 <Image type="BottomEdge" imageset="OrxonoxLook" image="MultiListBottom" />
    2978                 <Image type="Background" imageset="OrxonoxLook" image="MultiListBackdrop" />
     3623                    <Dim type="LeftEdge">
     3624                        <AbsoluteDim value="0" />
     3625                    </Dim>
     3626                    <Dim type="TopEdge">
     3627                        <AbsoluteDim value="0" />
     3628                    </Dim>
     3629                    <Dim type="Width">
     3630                        <UnifiedDim scale="1" type="Width" />
     3631                    </Dim>
     3632                    <Dim type="Height">
     3633                        <UnifiedDim scale="1" type="Height" />
     3634                    </Dim>
     3635                </Area>
     3636                <Image component="TopLeftCorner" name="OrxonoxLook/MultiListTopLeft" />
     3637                <Image component="TopRightCorner" name="OrxonoxLook/MultiListTopRight" />
     3638                <Image component="BottomLeftCorner" name="OrxonoxLook/MultiListBottomLeft" />
     3639                <Image component="BottomRightCorner" name="OrxonoxLook/MultiListBottomRight" />
     3640                <Image component="LeftEdge" name="OrxonoxLook/MultiListLeft" />
     3641                <Image component="RightEdge" name="OrxonoxLook/MultiListRight" />
     3642                <Image component="TopEdge" name="OrxonoxLook/MultiListTop" />
     3643                <Image component="BottomEdge" name="OrxonoxLook/MultiListBottom" />
     3644                <Image component="Background" name="OrxonoxLook/MultiListBackdrop" />
    29793645            </FrameComponent>
    29803646        </ImagerySection>
     
    29873653            <Layer>
    29883654                <Section section="main">
    2989                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3655                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    29903656                </Section>
    29913657            </Layer>
    29923658        </StateImagery>
    29933659    </WidgetLook>
    2994 
    2995     <!--
    2996     ***************************************************
    2997         OrxonoxLook/MultiLineEditbox
    2998     ***************************************************
    2999     -->
    30003660    <WidgetLook name="OrxonoxLook/MultiLineEditbox">
    3001         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    3002         <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />
    3003         <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
    3004         <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
    3005         <Property name="MouseCursorImage" value="set:OrxonoxLook image:MouseTextBar" />
    3006         <Property name="SelectionBrushImage" value="set:OrxonoxLook image:MultiLineEditboxSelectionBrush" />
     3661        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     3662        <PropertyDefinition initialValue="FF000000" name="SelectedTextColour" redrawOnWrite="true" />
     3663        <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" />
     3664        <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" />
     3665        <Property name="MouseCursorImage" value="OrxonoxLook/MouseTextBar" />
     3666        <Property name="SelectionBrushImage" value="OrxonoxLook/MultiLineEditboxSelectionBrush" />
    30073667        <NamedArea name="TextArea">
    30083668            <Area>
    3009                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
    3010                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
    3011                 <Dim type="RightEdge" >
    3012                     <UnifiedDim scale="1" type="RightEdge">
    3013                         <DimOperator op="Subtract">
    3014                             <ImageDim imageset="OrxonoxLook" image="MultiLineEditboxRight" dimension="Width" />
    3015                         </DimOperator>
    3016                     </UnifiedDim>
    3017                 </Dim>
    3018                 <Dim type="BottomEdge" >
    3019                     <UnifiedDim scale="1" type="BottomEdge">
    3020                         <DimOperator op="Subtract">
    3021                             <ImageDim imageset="OrxonoxLook" image="MultiLineEditboxBottom" dimension="Height" />
    3022                         </DimOperator>
    3023                     </UnifiedDim>
     3669                <Dim type="LeftEdge">
     3670                    <ImageDim dimension="Width" name="OrxonoxLook/MultiLineEditboxLeft" />
     3671                </Dim>
     3672                <Dim type="TopEdge">
     3673                    <ImageDim dimension="Height" name="OrxonoxLook/MultiLineEditboxTop" />
     3674                </Dim>
     3675                <Dim type="RightEdge">
     3676                    <OperatorDim op="Subtract">
     3677                        <UnifiedDim scale="1" type="RightEdge" />
     3678                        <ImageDim dimension="Width" name="OrxonoxLook/MultiLineEditboxRight" />
     3679                    </OperatorDim>
     3680                </Dim>
     3681                <Dim type="BottomEdge">
     3682                    <OperatorDim op="Subtract">
     3683                        <UnifiedDim scale="1" type="BottomEdge" />
     3684                        <ImageDim dimension="Height" name="OrxonoxLook/MultiLineEditboxBottom" />
     3685                    </OperatorDim>
    30243686                </Dim>
    30253687            </Area>
     
    30273689        <NamedArea name="TextAreaHScroll">
    30283690            <Area>
    3029                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
    3030                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
    3031                 <Dim type="RightEdge" >
    3032                     <UnifiedDim scale="1" type="RightEdge">
    3033                         <DimOperator op="Subtract">
    3034                             <ImageDim imageset="OrxonoxLook" image="MultiLineEditboxRight" dimension="Width" />
    3035                         </DimOperator>
    3036                     </UnifiedDim>
    3037                 </Dim>
    3038                 <Dim type="BottomEdge" >
    3039                     <UnifiedDim scale="1" type="BottomEdge">
    3040                         <DimOperator op="Subtract">
    3041                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    3042                         </DimOperator>
    3043                     </UnifiedDim>
     3691                <Dim type="LeftEdge">
     3692                    <ImageDim dimension="Width" name="OrxonoxLook/MultiLineEditboxLeft" />
     3693                </Dim>
     3694                <Dim type="TopEdge">
     3695                    <ImageDim dimension="Height" name="OrxonoxLook/MultiLineEditboxTop" />
     3696                </Dim>
     3697                <Dim type="RightEdge">
     3698                    <OperatorDim op="Subtract">
     3699                        <UnifiedDim scale="1" type="RightEdge" />
     3700                        <ImageDim dimension="Width" name="OrxonoxLook/MultiLineEditboxRight" />
     3701                    </OperatorDim>
     3702                </Dim>
     3703                <Dim type="BottomEdge">
     3704                    <OperatorDim op="Subtract">
     3705                        <UnifiedDim scale="1" type="BottomEdge" />
     3706                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3707                    </OperatorDim>
    30443708                </Dim>
    30453709            </Area>
     
    30473711        <NamedArea name="TextAreaVScroll">
    30483712            <Area>
    3049                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
    3050                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
    3051                 <Dim type="RightEdge" >
    3052                     <UnifiedDim scale="1" type="RightEdge">
    3053                         <DimOperator op="Subtract">
    3054                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    3055                         </DimOperator>
    3056                     </UnifiedDim>
    3057                 </Dim>
    3058                 <Dim type="BottomEdge" >
    3059                     <UnifiedDim scale="1" type="BottomEdge">
    3060                         <DimOperator op="Subtract">
    3061                             <ImageDim imageset="OrxonoxLook" image="MultiLineEditboxBottom" dimension="Height" />
    3062                         </DimOperator>
    3063                     </UnifiedDim>
     3713                <Dim type="LeftEdge">
     3714                    <ImageDim dimension="Width" name="OrxonoxLook/MultiLineEditboxLeft" />
     3715                </Dim>
     3716                <Dim type="TopEdge">
     3717                    <ImageDim dimension="Height" name="OrxonoxLook/MultiLineEditboxTop" />
     3718                </Dim>
     3719                <Dim type="RightEdge">
     3720                    <OperatorDim op="Subtract">
     3721                        <UnifiedDim scale="1" type="RightEdge" />
     3722                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3723                    </OperatorDim>
     3724                </Dim>
     3725                <Dim type="BottomEdge">
     3726                    <OperatorDim op="Subtract">
     3727                        <UnifiedDim scale="1" type="BottomEdge" />
     3728                        <ImageDim dimension="Height" name="OrxonoxLook/MultiLineEditboxBottom" />
     3729                    </OperatorDim>
    30643730                </Dim>
    30653731            </Area>
     
    30673733        <NamedArea name="TextAreaHVScroll">
    30683734            <Area>
    3069                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
    3070                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
    3071                 <Dim type="RightEdge" >
    3072                     <UnifiedDim scale="1" type="RightEdge">
    3073                         <DimOperator op="Subtract">
    3074                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    3075                         </DimOperator>
    3076                     </UnifiedDim>
    3077                 </Dim>
    3078                 <Dim type="BottomEdge" >
    3079                     <UnifiedDim scale="1" type="BottomEdge">
    3080                         <DimOperator op="Subtract">
    3081                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    3082                         </DimOperator>
    3083                     </UnifiedDim>
     3735                <Dim type="LeftEdge">
     3736                    <ImageDim dimension="Width" name="OrxonoxLook/MultiLineEditboxLeft" />
     3737                </Dim>
     3738                <Dim type="TopEdge">
     3739                    <ImageDim dimension="Height" name="OrxonoxLook/MultiLineEditboxTop" />
     3740                </Dim>
     3741                <Dim type="RightEdge">
     3742                    <OperatorDim op="Subtract">
     3743                        <UnifiedDim scale="1" type="RightEdge" />
     3744                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3745                    </OperatorDim>
     3746                </Dim>
     3747                <Dim type="BottomEdge">
     3748                    <OperatorDim op="Subtract">
     3749                        <UnifiedDim scale="1" type="BottomEdge" />
     3750                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3751                    </OperatorDim>
    30843752                </Dim>
    30853753            </Area>
    30863754        </NamedArea>
    3087         <Child  type="OrxonoxLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    3088             <Area>
    3089                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3090                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3091                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    3092                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     3755        <Child nameSuffix="__auto_hscrollbar__" type="OrxonoxLook/HorizontalScrollbar">
     3756            <Area>
     3757                <Dim type="LeftEdge">
     3758                    <AbsoluteDim value="0" />
     3759                </Dim>
     3760                <Dim type="TopEdge">
     3761                    <AbsoluteDim value="0" />
     3762                </Dim>
     3763                <Dim type="Width">
     3764                    <UnifiedDim offset="-12" scale="1" type="Width" />
     3765                </Dim>
     3766                <Dim type="Height">
     3767                    <AbsoluteDim value="12" />
     3768                </Dim>
    30933769            </Area>
    30943770            <VertAlignment type="BottomAligned" />
    30953771        </Child>
    3096         <Child  type="OrxonoxLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    3097             <Area>
    3098                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3099                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3100                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    3101                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
     3772        <Child nameSuffix="__auto_vscrollbar__" type="OrxonoxLook/VerticalScrollbar">
     3773            <Area>
     3774                <Dim type="LeftEdge">
     3775                    <AbsoluteDim value="0" />
     3776                </Dim>
     3777                <Dim type="TopEdge">
     3778                    <AbsoluteDim value="0" />
     3779                </Dim>
     3780                <Dim type="Width">
     3781                    <AbsoluteDim value="12" />
     3782                </Dim>
     3783                <Dim type="Height">
     3784                    <UnifiedDim offset="-12" scale="1" type="Height" />
     3785                </Dim>
    31023786            </Area>
    31033787            <HorzAlignment type="RightAligned" />
     
    31063790            <FrameComponent>
    31073791                <Area>
    3108                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3109                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3110                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3111                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3112                 </Area>
    3113                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="MultiLineEditboxTopLeft" />
    3114                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="MultiLineEditboxTopRight" />
    3115                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="MultiLineEditboxBottomLeft" />
    3116                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="MultiLineEditboxBottomRight" />
    3117                 <Image type="LeftEdge" imageset="OrxonoxLook" image="MultiLineEditboxLeft" />
    3118                 <Image type="RightEdge" imageset="OrxonoxLook" image="MultiLineEditboxRight" />
    3119                 <Image type="TopEdge" imageset="OrxonoxLook" image="MultiLineEditboxTop" />
    3120                 <Image type="BottomEdge" imageset="OrxonoxLook" image="MultiLineEditboxBottom" />
    3121                 <Image type="Background" imageset="OrxonoxLook" image="MultiLineEditboxBackdrop" />
     3792                    <Dim type="LeftEdge">
     3793                        <AbsoluteDim value="0" />
     3794                    </Dim>
     3795                    <Dim type="TopEdge">
     3796                        <AbsoluteDim value="0" />
     3797                    </Dim>
     3798                    <Dim type="Width">
     3799                        <UnifiedDim scale="1" type="Width" />
     3800                    </Dim>
     3801                    <Dim type="Height">
     3802                        <UnifiedDim scale="1" type="Height" />
     3803                    </Dim>
     3804                </Area>
     3805                <Image component="TopLeftCorner" name="OrxonoxLook/MultiLineEditboxTopLeft" />
     3806                <Image component="TopRightCorner" name="OrxonoxLook/MultiLineEditboxTopRight" />
     3807                <Image component="BottomLeftCorner" name="OrxonoxLook/MultiLineEditboxBottomLeft" />
     3808                <Image component="BottomRightCorner" name="OrxonoxLook/MultiLineEditboxBottomRight" />
     3809                <Image component="LeftEdge" name="OrxonoxLook/MultiLineEditboxLeft" />
     3810                <Image component="RightEdge" name="OrxonoxLook/MultiLineEditboxRight" />
     3811                <Image component="TopEdge" name="OrxonoxLook/MultiLineEditboxTop" />
     3812                <Image component="BottomEdge" name="OrxonoxLook/MultiLineEditboxBottom" />
     3813                <Image component="Background" name="OrxonoxLook/MultiLineEditboxBackdrop" />
    31223814            </FrameComponent>
    31233815        </ImagerySection>
    3124         <ImagerySection name="Carat">
    3125             <ImageryComponent>
    3126                 <Area>
    3127                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3128                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3129                     <Dim type="Width" ><ImageDim imageset="OrxonoxLook" image="EditBoxCarat" dimension="Width" /></Dim>
    3130                     <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
    3131                 </Area>
    3132                 <Image imageset="OrxonoxLook" image="EditBoxCarat" />
     3816        <ImagerySection name="Caret">
     3817            <ImageryComponent>
     3818                <Area>
     3819                    <Dim type="LeftEdge">
     3820                        <AbsoluteDim value="0" />
     3821                    </Dim>
     3822                    <Dim type="TopEdge">
     3823                        <AbsoluteDim value="0" />
     3824                    </Dim>
     3825                    <Dim type="Width">
     3826                        <ImageDim dimension="Width" name="OrxonoxLook/EditBoxCarat" />
     3827                    </Dim>
     3828                    <Dim type="BottomEdge">
     3829                        <UnifiedDim scale="1.0" type="BottomEdge" />
     3830                    </Dim>
     3831                </Area>
     3832                <Image name="OrxonoxLook/EditBoxCarat" />
    31333833                <VertFormat type="Stretched" />
    31343834                <HorzFormat type="Stretched" />
     
    31483848            <Layer>
    31493849                <Section section="main">
    3150                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     3850                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    31513851                </Section>
    31523852            </Layer>
    31533853        </StateImagery>
    31543854    </WidgetLook>
    3155 
    3156     <!--
    3157     ***************************************************
    3158         OrxonoxLook/Tooltip
    3159     ***************************************************
    3160     -->
    31613855    <WidgetLook name="OrxonoxLook/Tooltip">
    31623856        <NamedArea name="TextArea">
    31633857            <Area>
    3164                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
    3165                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="TooltipTopEdge" dimension="Height" /></Dim>
    3166                 <Dim type="RightEdge" >
    3167                     <UnifiedDim scale="1" type="RightEdge">
    3168                         <DimOperator op="Subtract">
    3169                             <ImageDim imageset="OrxonoxLook" image="TooltipRightEdge" dimension="Width" />
    3170                         </DimOperator>
    3171                     </UnifiedDim>
    3172                 </Dim>
    3173                 <Dim type="BottomEdge" >
    3174                     <UnifiedDim scale="1" type="BottomEdge">
    3175                         <DimOperator op="Subtract">
    3176                             <ImageDim imageset="OrxonoxLook" image="TooltipBottomEdge" dimension="Height" />
    3177                         </DimOperator>
    3178                     </UnifiedDim>
     3858                <Dim type="LeftEdge">
     3859                    <ImageDim dimension="Width" name="OrxonoxLook/TooltipLeftEdge" />
     3860                </Dim>
     3861                <Dim type="TopEdge">
     3862                    <ImageDim dimension="Height" name="OrxonoxLook/TooltipTopEdge" />
     3863                </Dim>
     3864                <Dim type="RightEdge">
     3865                    <OperatorDim op="Subtract">
     3866                        <UnifiedDim scale="1" type="RightEdge" />
     3867                        <ImageDim dimension="Width" name="OrxonoxLook/TooltipRightEdge" />
     3868                    </OperatorDim>
     3869                </Dim>
     3870                <Dim type="BottomEdge">
     3871                    <OperatorDim op="Subtract">
     3872                        <UnifiedDim scale="1" type="BottomEdge" />
     3873                        <ImageDim dimension="Height" name="OrxonoxLook/TooltipBottomEdge" />
     3874                    </OperatorDim>
    31793875                </Dim>
    31803876            </Area>
     
    31833879            <FrameComponent>
    31843880                <Area>
    3185                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3186                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3187                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3188                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3189                 </Area>
    3190                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="TooltipTopLeft" />
    3191                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="TooltipTopRight" />
    3192                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="TooltipBottomLeft" />
    3193                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="TooltipBottomRight" />
    3194                 <Image type="LeftEdge" imageset="OrxonoxLook" image="TooltipLeftEdge" />
    3195                 <Image type="RightEdge" imageset="OrxonoxLook" image="TooltipRightEdge" />
    3196                 <Image type="TopEdge" imageset="OrxonoxLook" image="TooltipTopEdge" />
    3197                 <Image type="BottomEdge" imageset="OrxonoxLook" image="TooltipBottomEdge" />
    3198                 <Image type="Background" imageset="OrxonoxLook" image="TooltipMiddle" />
     3881                    <Dim type="LeftEdge">
     3882                        <AbsoluteDim value="0" />
     3883                    </Dim>
     3884                    <Dim type="TopEdge">
     3885                        <AbsoluteDim value="0" />
     3886                    </Dim>
     3887                    <Dim type="Width">
     3888                        <UnifiedDim scale="1" type="Width" />
     3889                    </Dim>
     3890                    <Dim type="Height">
     3891                        <UnifiedDim scale="1" type="Height" />
     3892                    </Dim>
     3893                </Area>
     3894                <Image component="TopLeftCorner" name="OrxonoxLook/TooltipTopLeft" />
     3895                <Image component="TopRightCorner" name="OrxonoxLook/TooltipTopRight" />
     3896                <Image component="BottomLeftCorner" name="OrxonoxLook/TooltipBottomLeft" />
     3897                <Image component="BottomRightCorner" name="OrxonoxLook/TooltipBottomRight" />
     3898                <Image component="LeftEdge" name="OrxonoxLook/TooltipLeftEdge" />
     3899                <Image component="RightEdge" name="OrxonoxLook/TooltipRightEdge" />
     3900                <Image component="TopEdge" name="OrxonoxLook/TooltipTopEdge" />
     3901                <Image component="BottomEdge" name="OrxonoxLook/TooltipBottomEdge" />
     3902                <Image component="Background" name="OrxonoxLook/TooltipMiddle" />
    31993903            </FrameComponent>
    32003904        </ImagerySection>
     
    32023906            <TextComponent>
    32033907                <Area>
    3204                     <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
    3205                     <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="TooltipTopEdge" dimension="Height" /></Dim>
    3206                     <Dim type="RightEdge" >
    3207                         <UnifiedDim scale="1" type="RightEdge">
    3208                             <DimOperator op="Subtract">
    3209                                 <ImageDim imageset="OrxonoxLook" image="TooltipRightEdge" dimension="Width" />
    3210                             </DimOperator>
    3211                         </UnifiedDim>
    3212                     </Dim>
    3213                     <Dim type="BottomEdge" >
    3214                         <UnifiedDim scale="1" type="BottomEdge">
    3215                             <DimOperator op="Subtract">
    3216                                 <ImageDim imageset="OrxonoxLook" image="TooltipBottomEdge" dimension="Height" />
    3217                             </DimOperator>
    3218                         </UnifiedDim>
    3219                     </Dim>
    3220                 </Area>
    3221                 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
     3908                    <Dim type="LeftEdge">
     3909                        <ImageDim dimension="Width" name="OrxonoxLook/TooltipLeftEdge" />
     3910                    </Dim>
     3911                    <Dim type="TopEdge">
     3912                        <ImageDim dimension="Height" name="OrxonoxLook/TooltipTopEdge" />
     3913                    </Dim>
     3914                    <Dim type="RightEdge">
     3915                        <OperatorDim op="Subtract">
     3916                            <UnifiedDim scale="1" type="RightEdge" />
     3917                            <ImageDim dimension="Width" name="OrxonoxLook/TooltipRightEdge" />
     3918                        </OperatorDim>
     3919                    </Dim>
     3920                    <Dim type="BottomEdge">
     3921                        <OperatorDim op="Subtract">
     3922                            <UnifiedDim scale="1" type="BottomEdge" />
     3923                            <ImageDim dimension="Height" name="OrxonoxLook/TooltipBottomEdge" />
     3924                        </OperatorDim>
     3925                    </Dim>
     3926                </Area>
     3927                <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" />
    32223928                <VertFormat type="CentreAligned" />
    32233929                <HorzFormat type="CentreAligned" />
     
    32373943        </StateImagery>
    32383944    </WidgetLook>
    3239 
    3240     <!--
    3241     ***************************************************
    3242         OrxonoxLook/ScrollablePane
    3243     ***************************************************
    3244     -->
    32453945    <WidgetLook name="OrxonoxLook/ScrollablePane">
    32463946        <NamedArea name="ViewableArea">
    32473947            <Area>
    3248                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3249                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3250                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    3251                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     3948                <Dim type="LeftEdge">
     3949                    <AbsoluteDim value="0" />
     3950                </Dim>
     3951                <Dim type="TopEdge">
     3952                    <AbsoluteDim value="0" />
     3953                </Dim>
     3954                <Dim type="RightEdge">
     3955                    <UnifiedDim scale="1.0" type="RightEdge" />
     3956                </Dim>
     3957                <Dim type="BottomEdge">
     3958                    <UnifiedDim scale="1.0" type="BottomEdge" />
     3959                </Dim>
    32523960            </Area>
    32533961        </NamedArea>
    32543962        <NamedArea name="ViewableAreaHScroll">
    32553963            <Area>
    3256                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3257                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3258                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    3259                 <Dim type="BottomEdge" >
    3260                     <UnifiedDim scale="1" type="BottomEdge">
    3261                         <DimOperator op="Subtract">
    3262                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    3263                         </DimOperator>
    3264                     </UnifiedDim>
     3964                <Dim type="LeftEdge">
     3965                    <AbsoluteDim value="0" />
     3966                </Dim>
     3967                <Dim type="TopEdge">
     3968                    <AbsoluteDim value="0" />
     3969                </Dim>
     3970                <Dim type="RightEdge">
     3971                    <UnifiedDim scale="1.0" type="RightEdge" />
     3972                </Dim>
     3973                <Dim type="BottomEdge">
     3974                    <OperatorDim op="Subtract">
     3975                        <UnifiedDim scale="1" type="BottomEdge" />
     3976                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     3977                    </OperatorDim>
    32653978                </Dim>
    32663979            </Area>
     
    32683981        <NamedArea name="ViewableAreaVScroll">
    32693982            <Area>
    3270                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3271                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3272                 <Dim type="RightEdge" >
    3273                     <UnifiedDim scale="1" type="RightEdge">
    3274                         <DimOperator op="Subtract">
    3275                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    3276                         </DimOperator>
    3277                     </UnifiedDim>
    3278                 </Dim>
    3279                 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
     3983                <Dim type="LeftEdge">
     3984                    <AbsoluteDim value="0" />
     3985                </Dim>
     3986                <Dim type="TopEdge">
     3987                    <AbsoluteDim value="0" />
     3988                </Dim>
     3989                <Dim type="RightEdge">
     3990                    <OperatorDim op="Subtract">
     3991                        <UnifiedDim scale="1" type="RightEdge" />
     3992                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     3993                    </OperatorDim>
     3994                </Dim>
     3995                <Dim type="BottomEdge">
     3996                    <UnifiedDim scale="1.0" type="BottomEdge" />
     3997                </Dim>
    32803998            </Area>
    32813999        </NamedArea>
    32824000        <NamedArea name="ViewableAreaHVScroll">
    32834001            <Area>
    3284                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3285                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3286                 <Dim type="RightEdge" >
    3287                     <UnifiedDim scale="1" type="RightEdge">
    3288                         <DimOperator op="Subtract">
    3289                             <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
    3290                         </DimOperator>
    3291                     </UnifiedDim>
    3292                 </Dim>
    3293                 <Dim type="BottomEdge" >
    3294                     <UnifiedDim scale="1" type="BottomEdge">
    3295                         <DimOperator op="Subtract">
    3296                             <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
    3297                         </DimOperator>
    3298                     </UnifiedDim>
     4002                <Dim type="LeftEdge">
     4003                    <AbsoluteDim value="0" />
     4004                </Dim>
     4005                <Dim type="TopEdge">
     4006                    <AbsoluteDim value="0" />
     4007                </Dim>
     4008                <Dim type="RightEdge">
     4009                    <OperatorDim op="Subtract">
     4010                        <UnifiedDim scale="1" type="RightEdge" />
     4011                        <WidgetDim dimension="Width" widget="__auto_vscrollbar__" />
     4012                    </OperatorDim>
     4013                </Dim>
     4014                <Dim type="BottomEdge">
     4015                    <OperatorDim op="Subtract">
     4016                        <UnifiedDim scale="1" type="BottomEdge" />
     4017                        <WidgetDim dimension="Height" widget="__auto_hscrollbar__" />
     4018                    </OperatorDim>
    32994019                </Dim>
    33004020            </Area>
    33014021        </NamedArea>
    3302         <Child  type="OrxonoxLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    3303             <Area>
    3304                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3305                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3306                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    3307                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     4022        <Child nameSuffix="__auto_hscrollbar__" type="OrxonoxLook/HorizontalScrollbar">
     4023            <Area>
     4024                <Dim type="LeftEdge">
     4025                    <AbsoluteDim value="0" />
     4026                </Dim>
     4027                <Dim type="TopEdge">
     4028                    <AbsoluteDim value="0" />
     4029                </Dim>
     4030                <Dim type="Width">
     4031                    <UnifiedDim offset="-12" scale="1" type="Width" />
     4032                </Dim>
     4033                <Dim type="Height">
     4034                    <AbsoluteDim value="12" />
     4035                </Dim>
    33084036            </Area>
    33094037            <VertAlignment type="BottomAligned" />
    33104038        </Child>
    3311         <Child  type="OrxonoxLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    3312             <Area>
    3313                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3314                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3315                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    3316                 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
     4039        <Child nameSuffix="__auto_vscrollbar__" type="OrxonoxLook/VerticalScrollbar">
     4040            <Area>
     4041                <Dim type="LeftEdge">
     4042                    <AbsoluteDim value="0" />
     4043                </Dim>
     4044                <Dim type="TopEdge">
     4045                    <AbsoluteDim value="0" />
     4046                </Dim>
     4047                <Dim type="Width">
     4048                    <AbsoluteDim value="12" />
     4049                </Dim>
     4050                <Dim type="Height">
     4051                    <UnifiedDim offset="-12" scale="1" type="Height" />
     4052                </Dim>
    33174053            </Area>
    33184054            <HorzAlignment type="RightAligned" />
     
    33214057        <StateImagery name="Disabled" />
    33224058    </WidgetLook>
    3323 
    3324     <!--
    3325     ***************************************************
    3326         OrxonoxLook/TabButton
    3327     ***************************************************
    3328     -->
    33294059    <WidgetLook name="OrxonoxLook/TabButton">
    3330         <PropertyDefinition name="NormalTextColour" initialValue="FFC0C0C0" redrawOnWrite="true" />
    3331         <PropertyDefinition name="HoverTextColour" initialValue="FFE0E0E0" redrawOnWrite="true" />
    3332         <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    3333         <PropertyDefinition name="SelectedTextColour" initialValue="FFE0E0E0" redrawOnWrite="true" />
    3334         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
     4060        <PropertyDefinition initialValue="FFC0C0C0" name="NormalTextColour" redrawOnWrite="true" />
     4061        <PropertyDefinition initialValue="FFE0E0E0" name="HoverTextColour" redrawOnWrite="true" />
     4062        <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" />
     4063        <PropertyDefinition initialValue="FFE0E0E0" name="SelectedTextColour" redrawOnWrite="true" />
     4064        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
    33354065        <ImagerySection name="label">
    33364066            <TextComponent>
    33374067                <Area>
    3338                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3339                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3340                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3341                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     4068                    <Dim type="LeftEdge">
     4069                        <AbsoluteDim value="0" />
     4070                    </Dim>
     4071                    <Dim type="TopEdge">
     4072                        <AbsoluteDim value="0" />
     4073                    </Dim>
     4074                    <Dim type="Width">
     4075                        <UnifiedDim scale="1" type="Width" />
     4076                    </Dim>
     4077                    <Dim type="Height">
     4078                        <UnifiedDim scale="1" type="Height" />
     4079                    </Dim>
    33424080                </Area>
    33434081                <VertFormat type="CentreAligned" />
     
    33484086            <FrameComponent>
    33494087                <Area>
    3350                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3351                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3352                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3353                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3354                 </Area>
    3355                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="TabButtonUpperLeftNormal" />
    3356                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="TabButtonUpperRightNormal" />
    3357                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="TabButtonLowerLeftNormal" />
    3358                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="TabButtonLowerRight2Normal" />
    3359                 <Image type="LeftEdge" imageset="OrxonoxLook" image="TabButtonLeftNormal" />
    3360                 <Image type="RightEdge" imageset="OrxonoxLook" image="TabButtonRightNormal" />
    3361                 <Image type="TopEdge" imageset="OrxonoxLook" image="TabButtonUpperNormal" />
    3362                 <Image type="BottomEdge" imageset="OrxonoxLook" image="TabButtonLowerNormal" />
    3363                 <Image type="Background" imageset="OrxonoxLook" image="TabButtonMiddleNormal" />
     4088                    <Dim type="LeftEdge">
     4089                        <AbsoluteDim value="0" />
     4090                    </Dim>
     4091                    <Dim type="TopEdge">
     4092                        <AbsoluteDim value="0" />
     4093                    </Dim>
     4094                    <Dim type="Width">
     4095                        <UnifiedDim scale="1" type="Width" />
     4096                    </Dim>
     4097                    <Dim type="Height">
     4098                        <UnifiedDim scale="1" type="Height" />
     4099                    </Dim>
     4100                </Area>
     4101                <Image component="TopLeftCorner" name="OrxonoxLook/TabButtonUpperLeftNormal" />
     4102                <Image component="TopRightCorner" name="OrxonoxLook/TabButtonUpperRightNormal" />
     4103                <Image component="BottomLeftCorner" name="OrxonoxLook/TabButtonLowerLeftNormal" />
     4104                <Image component="BottomRightCorner" name="OrxonoxLook/TabButtonLowerRight2Normal" />
     4105                <Image component="LeftEdge" name="OrxonoxLook/TabButtonLeftNormal" />
     4106                <Image component="RightEdge" name="OrxonoxLook/TabButtonRightNormal" />
     4107                <Image component="TopEdge" name="OrxonoxLook/TabButtonUpperNormal" />
     4108                <Image component="BottomEdge" name="OrxonoxLook/TabButtonLowerNormal" />
     4109                <Image component="Background" name="OrxonoxLook/TabButtonMiddleNormal" />
    33644110            </FrameComponent>
    33654111        </ImagerySection>
     
    33674113            <FrameComponent>
    33684114                <Area>
    3369                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3370                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3371                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3372                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3373                 </Area>
    3374                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="TabButtonUpperLeft2Normal" />
    3375                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="TabButtonUpperRightNormal" />
    3376                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="TabButtonLowerLeftNormal" />
    3377                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="TabButtonLowerRightNormal" />
    3378                 <Image type="LeftEdge" imageset="OrxonoxLook" image="TabButtonLeftNormal" />
    3379                 <Image type="RightEdge" imageset="OrxonoxLook" image="TabButtonRightNormal" />
    3380                 <Image type="TopEdge" imageset="OrxonoxLook" image="TabButtonUpperNormal" />
    3381                 <Image type="BottomEdge" imageset="OrxonoxLook" image="TabButtonLowerNormal" />
    3382                 <Image type="Background" imageset="OrxonoxLook" image="TabButtonMiddleNormal" />
     4115                    <Dim type="LeftEdge">
     4116                        <AbsoluteDim value="0" />
     4117                    </Dim>
     4118                    <Dim type="TopEdge">
     4119                        <AbsoluteDim value="0" />
     4120                    </Dim>
     4121                    <Dim type="Width">
     4122                        <UnifiedDim scale="1" type="Width" />
     4123                    </Dim>
     4124                    <Dim type="Height">
     4125                        <UnifiedDim scale="1" type="Height" />
     4126                    </Dim>
     4127                </Area>
     4128                <Image component="TopLeftCorner" name="OrxonoxLook/TabButtonUpperLeft2Normal" />
     4129                <Image component="TopRightCorner" name="OrxonoxLook/TabButtonUpperRightNormal" />
     4130                <Image component="BottomLeftCorner" name="OrxonoxLook/TabButtonLowerLeftNormal" />
     4131                <Image component="BottomRightCorner" name="OrxonoxLook/TabButtonLowerRightNormal" />
     4132                <Image component="LeftEdge" name="OrxonoxLook/TabButtonLeftNormal" />
     4133                <Image component="RightEdge" name="OrxonoxLook/TabButtonRightNormal" />
     4134                <Image component="TopEdge" name="OrxonoxLook/TabButtonUpperNormal" />
     4135                <Image component="BottomEdge" name="OrxonoxLook/TabButtonLowerNormal" />
     4136                <Image component="Background" name="OrxonoxLook/TabButtonMiddleNormal" />
    33834137            </FrameComponent>
    33844138        </ImagerySection>
     
    33864140            <FrameComponent>
    33874141                <Area>
    3388                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3389                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3390                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3391                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3392                 </Area>
    3393                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="TabButtonUpperLeftNormal" />
    3394                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="TabButtonUpperRightNormal" />
    3395                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="TabButtonLowerLeftNormal" />
    3396                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="TabButtonLowerRight2Normal" />
    3397                 <Image type="LeftEdge" imageset="OrxonoxLook" image="TabButtonLeftNormal" />
    3398                 <Image type="RightEdge" imageset="OrxonoxLook" image="TabButtonRightNormal" />
    3399                 <Image type="TopEdge" imageset="OrxonoxLook" image="TabButtonUpperNormal" />
    3400                 <Image type="BottomEdge" imageset="OrxonoxLook" image="TabButtonLowerNormal" />
    3401                 <Image type="Background" imageset="OrxonoxLook" image="TabButtonMiddleNormal" />
     4142                    <Dim type="LeftEdge">
     4143                        <AbsoluteDim value="0" />
     4144                    </Dim>
     4145                    <Dim type="TopEdge">
     4146                        <AbsoluteDim value="0" />
     4147                    </Dim>
     4148                    <Dim type="Width">
     4149                        <UnifiedDim scale="1" type="Width" />
     4150                    </Dim>
     4151                    <Dim type="Height">
     4152                        <UnifiedDim scale="1" type="Height" />
     4153                    </Dim>
     4154                </Area>
     4155                <Image component="TopLeftCorner" name="OrxonoxLook/TabButtonUpperLeftNormal" />
     4156                <Image component="TopRightCorner" name="OrxonoxLook/TabButtonUpperRightNormal" />
     4157                <Image component="BottomLeftCorner" name="OrxonoxLook/TabButtonLowerLeftNormal" />
     4158                <Image component="BottomRightCorner" name="OrxonoxLook/TabButtonLowerRight2Normal" />
     4159                <Image component="LeftEdge" name="OrxonoxLook/TabButtonLeftNormal" />
     4160                <Image component="RightEdge" name="OrxonoxLook/TabButtonRightNormal" />
     4161                <Image component="TopEdge" name="OrxonoxLook/TabButtonUpperNormal" />
     4162                <Image component="BottomEdge" name="OrxonoxLook/TabButtonLowerNormal" />
     4163                <Image component="Background" name="OrxonoxLook/TabButtonMiddleNormal" />
    34024164            </FrameComponent>
    34034165        </ImagerySection>
     
    34054167            <FrameComponent>
    34064168                <Area>
    3407                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3408                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3409                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3410                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3411                 </Area>
    3412                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="TabButtonUpperLeft2Normal" />
    3413                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="TabButtonUpperRightNormal" />
    3414                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="TabButtonLowerLeftNormal" />
    3415                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="TabButtonLowerRightNormal" />
    3416                 <Image type="LeftEdge" imageset="OrxonoxLook" image="TabButtonLeftNormal" />
    3417                 <Image type="RightEdge" imageset="OrxonoxLook" image="TabButtonRightNormal" />
    3418                 <Image type="TopEdge" imageset="OrxonoxLook" image="TabButtonUpperNormal" />
    3419                 <Image type="BottomEdge" imageset="OrxonoxLook" image="TabButtonLowerNormal" />
    3420                 <Image type="Background" imageset="OrxonoxLook" image="TabButtonMiddleNormal" />
     4169                    <Dim type="LeftEdge">
     4170                        <AbsoluteDim value="0" />
     4171                    </Dim>
     4172                    <Dim type="TopEdge">
     4173                        <AbsoluteDim value="0" />
     4174                    </Dim>
     4175                    <Dim type="Width">
     4176                        <UnifiedDim scale="1" type="Width" />
     4177                    </Dim>
     4178                    <Dim type="Height">
     4179                        <UnifiedDim scale="1" type="Height" />
     4180                    </Dim>
     4181                </Area>
     4182                <Image component="TopLeftCorner" name="OrxonoxLook/TabButtonUpperLeft2Normal" />
     4183                <Image component="TopRightCorner" name="OrxonoxLook/TabButtonUpperRightNormal" />
     4184                <Image component="BottomLeftCorner" name="OrxonoxLook/TabButtonLowerLeftNormal" />
     4185                <Image component="BottomRightCorner" name="OrxonoxLook/TabButtonLowerRightNormal" />
     4186                <Image component="LeftEdge" name="OrxonoxLook/TabButtonLeftNormal" />
     4187                <Image component="RightEdge" name="OrxonoxLook/TabButtonRightNormal" />
     4188                <Image component="TopEdge" name="OrxonoxLook/TabButtonUpperNormal" />
     4189                <Image component="BottomEdge" name="OrxonoxLook/TabButtonLowerNormal" />
     4190                <Image component="Background" name="OrxonoxLook/TabButtonMiddleNormal" />
    34214191            </FrameComponent>
    34224192        </ImagerySection>
     
    34244194            <FrameComponent>
    34254195                <Area>
    3426                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3427                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3428                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3429                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3430                 </Area>
    3431                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="TabButtonUpperLeftSelected" />
    3432                 <Image type="TopEdge" imageset="OrxonoxLook" image="TabButtonUpperSelected" />
    3433                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="TabButtonUpperRightSelected" />
    3434                 <Image type="LeftEdge" imageset="OrxonoxLook" image="TabButtonLeftSelected" />
    3435                 <Image type="Background" imageset="OrxonoxLook" image="TabButtonMiddleSelected" />
    3436                 <Image type="RightEdge" imageset="OrxonoxLook" image="TabButtonRightSelected" />
     4196                    <Dim type="LeftEdge">
     4197                        <AbsoluteDim value="0" />
     4198                    </Dim>
     4199                    <Dim type="TopEdge">
     4200                        <AbsoluteDim value="0" />
     4201                    </Dim>
     4202                    <Dim type="Width">
     4203                        <UnifiedDim scale="1" type="Width" />
     4204                    </Dim>
     4205                    <Dim type="Height">
     4206                        <UnifiedDim scale="1" type="Height" />
     4207                    </Dim>
     4208                </Area>
     4209                <Image component="TopLeftCorner" name="OrxonoxLook/TabButtonUpperLeftSelected" />
     4210                <Image component="TopEdge" name="OrxonoxLook/TabButtonUpperSelected" />
     4211                <Image component="TopRightCorner" name="OrxonoxLook/TabButtonUpperRightSelected" />
     4212                <Image component="LeftEdge" name="OrxonoxLook/TabButtonLeftSelected" />
     4213                <Image component="Background" name="OrxonoxLook/TabButtonMiddleSelected" />
     4214                <Image component="RightEdge" name="OrxonoxLook/TabButtonRightSelected" />
    34374215            </FrameComponent>
    34384216        </ImagerySection>
     
    34404218            <FrameComponent>
    34414219                <Area>
    3442                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3443                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3444                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3445                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3446                 </Area>
    3447                 <Image type="LeftEdge" imageset="OrxonoxLook" image="TabButtonLeftSelected" />
    3448                 <Image type="Background" imageset="OrxonoxLook" image="TabButtonMiddleSelected" />
    3449                 <Image type="RightEdge" imageset="OrxonoxLook" image="TabButtonRightSelected" />
    3450                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="TabButtonLowerLeftNormal" />
    3451                 <Image type="BottomEdge" imageset="OrxonoxLook" image="TabButtonLowerNormal" />
    3452                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="TabButtonLowerRightNormal" />
     4220                    <Dim type="LeftEdge">
     4221                        <AbsoluteDim value="0" />
     4222                    </Dim>
     4223                    <Dim type="TopEdge">
     4224                        <AbsoluteDim value="0" />
     4225                    </Dim>
     4226                    <Dim type="Width">
     4227                        <UnifiedDim scale="1" type="Width" />
     4228                    </Dim>
     4229                    <Dim type="Height">
     4230                        <UnifiedDim scale="1" type="Height" />
     4231                    </Dim>
     4232                </Area>
     4233                <Image component="LeftEdge" name="OrxonoxLook/TabButtonLeftSelected" />
     4234                <Image component="Background" name="OrxonoxLook/TabButtonMiddleSelected" />
     4235                <Image component="RightEdge" name="OrxonoxLook/TabButtonRightSelected" />
     4236                <Image component="BottomLeftCorner" name="OrxonoxLook/TabButtonLowerLeftNormal" />
     4237                <Image component="BottomEdge" name="OrxonoxLook/TabButtonLowerNormal" />
     4238                <Image component="BottomRightCorner" name="OrxonoxLook/TabButtonLowerRightNormal" />
    34534239            </FrameComponent>
    34544240        </ImagerySection>
     
    35204306            <Layer>
    35214307                <Section section="top_normal">
    3522                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4308                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    35234309                </Section>
    35244310                <Section section="label">
     
    35304316            <Layer>
    35314317                <Section section="bot_normal">
    3532                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4318                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    35334319                </Section>
    35344320                <Section section="label">
     
    35384324        </StateImagery>
    35394325    </WidgetLook>
    3540 
    3541     <!--
    3542     ***************************************************
    3543         OrxonoxLook/TabContentPane
    3544     ***************************************************
    3545     -->
    35464326    <WidgetLook name="OrxonoxLook/TabContentPane">
    3547         <PropertyDefinition name="EnableTop" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />
    3548         <PropertyDefinition name="EnableBottom" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />
     4327        <PropertyDefinition initialValue="0" layoutOnWrite="true" name="EnableTop" redrawOnWrite="true" />
     4328        <PropertyDefinition initialValue="0" layoutOnWrite="true" name="EnableBottom" redrawOnWrite="true" />
    35494329        <ImagerySection name="normal">
    35504330            <FrameComponent>
    35514331                <Area>
    3552                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3553                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3554                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3555                     <Dim type="BottomEdge" >
    3556                         <ImageDim imageset="OrxonoxLook" image="TabContentPaneUpperLeft" dimension="Height">
    3557                             <DimOperator op="Multiply">
    3558                                 <PropertyDim name="EnableTop" />
    3559                             </DimOperator>
    3560                         </ImageDim>
    3561                     </Dim>
    3562                 </Area>
    3563                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="TabContentPaneUpperLeft" />
    3564                 <Image type="TopEdge" imageset="OrxonoxLook" image="TabContentPaneUpper" />
    3565                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="TabContentPaneUpperRight" />
     4332                    <Dim type="LeftEdge">
     4333                        <AbsoluteDim value="0" />
     4334                    </Dim>
     4335                    <Dim type="TopEdge">
     4336                        <AbsoluteDim value="0" />
     4337                    </Dim>
     4338                    <Dim type="Width">
     4339                        <UnifiedDim scale="1" type="Width" />
     4340                    </Dim>
     4341                    <Dim type="BottomEdge">
     4342                        <OperatorDim op="Multiply">
     4343                            <ImageDim dimension="Height" name="OrxonoxLook/TabContentPaneUpperLeft" />
     4344                            <PropertyDim name="EnableTop" />
     4345                        </OperatorDim>
     4346                    </Dim>
     4347                </Area>
     4348                <Image component="TopLeftCorner" name="OrxonoxLook/TabContentPaneUpperLeft" />
     4349                <Image component="TopEdge" name="OrxonoxLook/TabContentPaneUpper" />
     4350                <Image component="TopRightCorner" name="OrxonoxLook/TabContentPaneUpperRight" />
    35664351            </FrameComponent>
    35674352            <FrameComponent>
    35684353                <Area>
    3569                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3570                     <Dim type="TopEdge" >
    3571                         <ImageDim imageset="OrxonoxLook" image="TabContentPaneUpperLeft" dimension="Height">
    3572                             <DimOperator op="Multiply">
    3573                                 <PropertyDim name="EnableTop" />
    3574                             </DimOperator>
    3575                         </ImageDim>
    3576                     </Dim>
    3577                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3578                     <Dim type="BottomEdge" >
    3579                         <UnifiedDim scale="1" type="Height">
    3580                             <DimOperator op="Subtract">
    3581                                 <ImageDim imageset="OrxonoxLook" image="TabContentPaneLowerLeft" dimension="Height">
    3582                                     <DimOperator op="Multiply">
    3583                                         <PropertyDim name="EnableBottom" />
    3584                                     </DimOperator>
    3585                                 </ImageDim>
    3586                             </DimOperator>
    3587                         </UnifiedDim>
    3588                     </Dim>
    3589                 </Area>
    3590                 <Image type="LeftEdge" imageset="OrxonoxLook" image="TabContentPaneLeft" />
    3591                 <Image type="Background" imageset="OrxonoxLook" image="TabContentPaneMiddle" />
    3592                 <Image type="RightEdge" imageset="OrxonoxLook" image="TabContentPaneRight" />
     4354                    <Dim type="LeftEdge">
     4355                        <AbsoluteDim value="0" />
     4356                    </Dim>
     4357                    <Dim type="TopEdge">
     4358                        <OperatorDim op="Multiply">
     4359                            <ImageDim dimension="Height" name="OrxonoxLook/TabContentPaneUpperLeft" />
     4360                            <PropertyDim name="EnableTop" />
     4361                        </OperatorDim>
     4362                    </Dim>
     4363                    <Dim type="Width">
     4364                        <UnifiedDim scale="1" type="Width" />
     4365                    </Dim>
     4366                    <Dim type="BottomEdge">
     4367                        <OperatorDim op="Subtract">
     4368                            <UnifiedDim scale="1" type="Height" />
     4369                            <OperatorDim op="Multiply">
     4370                                <ImageDim dimension="Height" name="OrxonoxLook/TabContentPaneLowerLeft" />
     4371                                <PropertyDim name="EnableBottom" />
     4372                            </OperatorDim>
     4373                        </OperatorDim>
     4374                    </Dim>
     4375                </Area>
     4376                <Image component="LeftEdge" name="OrxonoxLook/TabContentPaneLeft" />
     4377                <Image component="Background" name="OrxonoxLook/TabContentPaneMiddle" />
     4378                <Image component="RightEdge" name="OrxonoxLook/TabContentPaneRight" />
    35934379            </FrameComponent>
    35944380            <FrameComponent>
    35954381                <Area>
    3596                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3597                     <Dim type="TopEdge" >
    3598                         <UnifiedDim scale="1" type="Height">
    3599                             <DimOperator op="Subtract">
    3600                                 <ImageDim imageset="OrxonoxLook" image="TabContentPaneLowerLeft" dimension="Height">
    3601                                     <DimOperator op="Multiply">
    3602                                         <PropertyDim name="EnableBottom" />
    3603                                     </DimOperator>
    3604                                 </ImageDim>
    3605                             </DimOperator>
    3606                         </UnifiedDim>
    3607                     </Dim>
    3608                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3609                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim>
    3610                 </Area>
    3611                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="TabContentPaneLowerLeft" />
    3612                 <Image type="BottomEdge" imageset="OrxonoxLook" image="TabContentPaneLower" />
    3613                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="TabContentPaneLowerRight" />
     4382                    <Dim type="LeftEdge">
     4383                        <AbsoluteDim value="0" />
     4384                    </Dim>
     4385                    <Dim type="TopEdge">
     4386                        <OperatorDim op="Subtract">
     4387                            <UnifiedDim scale="1" type="Height" />
     4388                            <OperatorDim op="Multiply">
     4389                                <ImageDim dimension="Height" name="OrxonoxLook/TabContentPaneLowerLeft" />
     4390                                <PropertyDim name="EnableBottom" />
     4391                            </OperatorDim>
     4392                        </OperatorDim>
     4393                    </Dim>
     4394                    <Dim type="Width">
     4395                        <UnifiedDim scale="1" type="Width" />
     4396                    </Dim>
     4397                    <Dim type="BottomEdge">
     4398                        <UnifiedDim scale="1" type="Height" />
     4399                    </Dim>
     4400                </Area>
     4401                <Image component="BottomLeftCorner" name="OrxonoxLook/TabContentPaneLowerLeft" />
     4402                <Image component="BottomEdge" name="OrxonoxLook/TabContentPaneLower" />
     4403                <Image component="BottomRightCorner" name="OrxonoxLook/TabContentPaneLowerRight" />
    36144404            </FrameComponent>
    36154405        </ImagerySection>
     
    36224412            <Layer>
    36234413                <Section section="normal">
    3624                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4414                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    36254415                </Section>
    36264416            </Layer>
    36274417        </StateImagery>
    36284418    </WidgetLook>
    3629 
    3630     <!--
    3631     ***************************************************
    3632         OrxonoxLook/TabButtonPane
    3633     ***************************************************
    3634     -->
    36354419    <WidgetLook name="OrxonoxLook/TabButtonPane">
    3636         <PropertyDefinition name="EnableTop" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />
    3637         <PropertyDefinition name="EnableBottom" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />
     4420        <PropertyDefinition initialValue="1" layoutOnWrite="true" name="EnableTop" redrawOnWrite="true" />
     4421        <PropertyDefinition initialValue="1" layoutOnWrite="true" name="EnableBottom" redrawOnWrite="true" />
    36384422        <ImagerySection name="normal">
    36394423            <FrameComponent>
    36404424                <Area>
    3641                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3642                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3643                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3644                     <Dim type="BottomEdge" >
    3645                         <ImageDim imageset="OrxonoxLook" image="TabHorizontalFiller" dimension="Height">
    3646                             <DimOperator op="Multiply">
    3647                                 <PropertyDim name="EnableTop" />
    3648                             </DimOperator>
    3649                         </ImageDim>
    3650                     </Dim>
    3651                 </Area>
    3652                 <Image type="TopEdge" imageset="OrxonoxLook" image="TabHorizontalFiller" />
     4425                    <Dim type="LeftEdge">
     4426                        <AbsoluteDim value="0" />
     4427                    </Dim>
     4428                    <Dim type="TopEdge">
     4429                        <AbsoluteDim value="0" />
     4430                    </Dim>
     4431                    <Dim type="Width">
     4432                        <UnifiedDim scale="1" type="Width" />
     4433                    </Dim>
     4434                    <Dim type="BottomEdge">
     4435                        <OperatorDim op="Multiply">
     4436                            <ImageDim dimension="Height" name="OrxonoxLook/TabHorizontalFiller" />
     4437                            <PropertyDim name="EnableTop" />
     4438                        </OperatorDim>
     4439                    </Dim>
     4440                </Area>
     4441                <Image component="TopEdge" name="OrxonoxLook/TabHorizontalFiller" />
    36534442            </FrameComponent>
    36544443            <FrameComponent>
    36554444                <Area>
    3656                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3657                     <Dim type="TopEdge" >
    3658                         <ImageDim imageset="OrxonoxLook" image="TabHorizontalFiller" dimension="Height">
    3659                             <DimOperator op="Multiply">
    3660                                 <PropertyDim name="EnableTop" />
    3661                             </DimOperator>
    3662                         </ImageDim>
    3663                     </Dim>
    3664                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3665                     <Dim type="BottomEdge" >
    3666                         <UnifiedDim scale="1" type="Height">
    3667                             <DimOperator op="Subtract">
    3668                                 <ImageDim imageset="OrxonoxLook" image="TabHorizontalFiller" dimension="Height">
    3669                                     <DimOperator op="Multiply">
    3670                                         <PropertyDim name="EnableBottom" />
    3671                                     </DimOperator>
    3672                                 </ImageDim>
    3673                             </DimOperator>
    3674                         </UnifiedDim>
     4445                    <Dim type="LeftEdge">
     4446                        <AbsoluteDim value="0" />
     4447                    </Dim>
     4448                    <Dim type="TopEdge">
     4449                        <OperatorDim op="Multiply">
     4450                            <ImageDim dimension="Height" name="OrxonoxLook/TabHorizontalFiller" />
     4451                            <PropertyDim name="EnableTop" />
     4452                        </OperatorDim>
     4453                    </Dim>
     4454                    <Dim type="Width">
     4455                        <UnifiedDim scale="1" type="Width" />
     4456                    </Dim>
     4457                    <Dim type="BottomEdge">
     4458                        <OperatorDim op="Subtract">
     4459                            <UnifiedDim scale="1" type="Height" />
     4460                            <OperatorDim op="Multiply">
     4461                                <ImageDim dimension="Height" name="OrxonoxLook/TabHorizontalFiller" />
     4462                                <PropertyDim name="EnableBottom" />
     4463                            </OperatorDim>
     4464                        </OperatorDim>
    36754465                    </Dim>
    36764466                </Area>
     
    36784468            <FrameComponent>
    36794469                <Area>
    3680                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3681                     <Dim type="TopEdge" >
    3682                         <UnifiedDim scale="1" type="Height">
    3683                             <DimOperator op="Subtract">
    3684                                 <ImageDim imageset="OrxonoxLook" image="TabHorizontalFiller" dimension="Height">
    3685                                     <DimOperator op="Multiply">
    3686                                         <PropertyDim name="EnableBottom" />
    3687                                     </DimOperator>
    3688                                 </ImageDim>
    3689                             </DimOperator>
    3690                         </UnifiedDim>
    3691                     </Dim>
    3692                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3693                     <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim>
    3694                 </Area>
    3695                 <Image type="BottomEdge" imageset="OrxonoxLook" image="TabHorizontalFiller" />
     4470                    <Dim type="LeftEdge">
     4471                        <AbsoluteDim value="0" />
     4472                    </Dim>
     4473                    <Dim type="TopEdge">
     4474                        <OperatorDim op="Subtract">
     4475                            <UnifiedDim scale="1" type="Height" />
     4476                            <OperatorDim op="Multiply">
     4477                                <ImageDim dimension="Height" name="OrxonoxLook/TabHorizontalFiller" />
     4478                                <PropertyDim name="EnableBottom" />
     4479                            </OperatorDim>
     4480                        </OperatorDim>
     4481                    </Dim>
     4482                    <Dim type="Width">
     4483                        <UnifiedDim scale="1" type="Width" />
     4484                    </Dim>
     4485                    <Dim type="BottomEdge">
     4486                        <UnifiedDim scale="1" type="Height" />
     4487                    </Dim>
     4488                </Area>
     4489                <Image component="BottomEdge" name="OrxonoxLook/TabHorizontalFiller" />
    36964490            </FrameComponent>
    36974491        </ImagerySection>
     
    37044498            <Layer>
    37054499                <Section section="normal">
    3706                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4500                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    37074501                </Section>
    37084502            </Layer>
    37094503        </StateImagery>
    37104504    </WidgetLook>
    3711 
    3712     <!--
    3713     ***************************************************
    3714         OrxonoxLook/TabControl
    3715     ***************************************************
    3716     -->
    37174505    <WidgetLook name="OrxonoxLook/TabControl">
    37184506        <Property name="TabButtonType" value="OrxonoxLook/TabButton" />
    37194507        <Property name="TabTextPadding" value="{0,6}" />
    3720         <Child type="OrxonoxLook/TabContentPane" nameSuffix="__auto_TabPane__">
    3721             <Area>
    3722                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3723                 <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim>
    3724                 <Dim type="TopEdge">
    3725                     <PropertyDim widget="__auto_TabPane__" name="EnableBottom">
    3726                         <DimOperator op="Multiply">
     4508        <Child nameSuffix="__auto_TabPane__" type="OrxonoxLook/TabContentPane">
     4509            <Area>
     4510                <Dim type="LeftEdge">
     4511                    <AbsoluteDim value="0" />
     4512                </Dim>
     4513                <Dim type="RightEdge">
     4514                    <UnifiedDim scale="1" type="Width" />
     4515                </Dim>
     4516                <Dim type="TopEdge">
     4517                    <OperatorDim op="Multiply">
     4518                        <PropertyDim name="EnableBottom" widget="__auto_TabPane__" />
     4519                        <PropertyDim name="TabHeight" type="Height" />
     4520                    </OperatorDim>
     4521                </Dim>
     4522                <Dim type="Height">
     4523                    <OperatorDim op="Subtract">
     4524                        <UnifiedDim scale="1" type="Height" />
     4525                        <PropertyDim name="TabHeight" type="Height" />
     4526                    </OperatorDim>
     4527                </Dim>
     4528            </Area>
     4529        </Child>
     4530        <Child nameSuffix="__auto_TabPane__Buttons" type="OrxonoxLook/TabButtonPane">
     4531            <Area>
     4532                <Dim type="LeftEdge">
     4533                    <AbsoluteDim value="0" />
     4534                </Dim>
     4535                <Dim type="RightEdge">
     4536                    <UnifiedDim scale="1" type="Width" />
     4537                </Dim>
     4538                <Dim type="TopEdge">
     4539                    <OperatorDim op="Multiply">
     4540                        <PropertyDim name="EnableTop" widget="__auto_TabPane__Buttons" />
     4541                        <OperatorDim op="Subtract">
     4542                            <UnifiedDim scale="1" type="Height" />
    37274543                            <PropertyDim name="TabHeight" type="Height" />
    3728                         </DimOperator>
    3729                     </PropertyDim>
     4544                        </OperatorDim>
     4545                    </OperatorDim>
    37304546                </Dim>
    37314547                <Dim type="Height">
    3732                     <UnifiedDim scale="1" type="Height">
    3733                         <DimOperator op="Subtract">
    3734                             <PropertyDim name="TabHeight" type="Height" />
    3735                         </DimOperator>
    3736                     </UnifiedDim>
     4548                    <PropertyDim name="TabHeight" type="Height" />
    37374549                </Dim>
    37384550            </Area>
    37394551        </Child>
    3740         <Child  type="OrxonoxLook/TabButtonPane" nameSuffix="__auto_TabPane__Buttons">
    3741             <Area>
    3742                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3743                 <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim>
    3744                 <Dim type="TopEdge">
    3745                     <PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop">
    3746                         <DimOperator op="Multiply">
    3747                             <UnifiedDim scale="1" type="Height">
    3748                                 <DimOperator op="Subtract">
    3749                                     <PropertyDim name="TabHeight" type="Height" />
    3750                                 </DimOperator>
    3751                             </UnifiedDim>
    3752                         </DimOperator>
    3753                     </PropertyDim>
    3754                 </Dim>
    3755                 <Dim type="Height"><PropertyDim name="TabHeight" type="Height" /></Dim>
    3756             </Area>
     4552        <Child nameSuffix="__auto_TabPane__ScrollLeft" type="OrxonoxLook/SystemButton">
     4553            <Area>
     4554                <Dim type="LeftEdge">
     4555                    <AbsoluteDim value="0" />
     4556                </Dim>
     4557                <Dim type="TopEdge">
     4558                    <WidgetDim dimension="TopEdge" widget="__auto_TabPane__Buttons" />
     4559                </Dim>
     4560                <Dim type="Width">
     4561                    <OperatorDim op="Multiply">
     4562                        <WidgetDim dimension="Height" widget="__auto_TabPane__Buttons" />
     4563                        <OperatorDim op="Divide">
     4564                            <ImageDim dimension="Width" name="OrxonoxLook/TabButtonScrollLeftNormal" />
     4565                            <ImageDim dimension="Height" name="OrxonoxLook/TabButtonScrollLeftNormal" />
     4566                        </OperatorDim>
     4567                    </OperatorDim>
     4568                </Dim>
     4569                <Dim type="BottomEdge">
     4570                    <WidgetDim dimension="BottomEdge" widget="__auto_TabPane__Buttons" />
     4571                </Dim>
     4572            </Area>
     4573            <Property name="AlwaysOnTop" value="True" />
     4574            <Property name="NormalImage" value="OrxonoxLook/TabButtonScrollLeftNormal" />
     4575            <Property name="HoverImage" value="OrxonoxLook/TabButtonScrollLeftHover" />
     4576            <Property name="PushedImage" value="OrxonoxLook/TabButtonScrollLeftHover" />
    37574577        </Child>
    3758         <Child type="OrxonoxLook/SystemButton" nameSuffix="__auto_TabPane__ScrollLeft">
    3759             <Area>
    3760                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3761                 <Dim type="TopEdge">
    3762                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="TopEdge" />
    3763                 </Dim>
     4578        <Child nameSuffix="__auto_TabPane__ScrollRight" type="OrxonoxLook/SystemButton">
     4579            <Area>
    37644580                <Dim type="Width">
    3765                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height">
    3766                         <DimOperator op="Multiply">
    3767                             <ImageDim imageset="OrxonoxLook" image="TabButtonScrollLeftNormal" dimension="Width">
    3768                                 <DimOperator op="Divide">
    3769                                     <ImageDim imageset="OrxonoxLook" image="TabButtonScrollLeftNormal" dimension="Height" />
    3770                                 </DimOperator>
    3771                             </ImageDim>
    3772                         </DimOperator>
    3773                     </WidgetDim>
    3774                 </Dim>
    3775                 <Dim type="BottomEdge">
    3776                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="BottomEdge" />
     4581                    <OperatorDim op="Multiply">
     4582                        <WidgetDim dimension="Height" widget="__auto_TabPane__Buttons" />
     4583                        <OperatorDim op="Divide">
     4584                            <ImageDim dimension="Width" name="OrxonoxLook/TabButtonScrollRightNormal" />
     4585                            <ImageDim dimension="Height" name="OrxonoxLook/TabButtonScrollRightNormal" />
     4586                        </OperatorDim>
     4587                    </OperatorDim>
     4588                </Dim>
     4589                <Dim type="LeftEdge">
     4590                    <OperatorDim op="Subtract">
     4591                        <UnifiedDim scale="1" type="Width" />
     4592                        <WidgetDim dimension="Width" widget="__auto_TabPane__ScrollRight" />
     4593                    </OperatorDim>
     4594                </Dim>
     4595                <Dim type="TopEdge">
     4596                    <WidgetDim dimension="TopEdge" widget="__auto_TabPane__Buttons" />
     4597                </Dim>
     4598                <Dim type="Height">
     4599                    <WidgetDim dimension="Height" widget="__auto_TabPane__Buttons" />
    37774600                </Dim>
    37784601            </Area>
    37794602            <Property name="AlwaysOnTop" value="True" />
    3780             <Property name="NormalImage" value="set:OrxonoxLook image:TabButtonScrollLeftNormal" />
    3781             <Property name="HoverImage" value="set:OrxonoxLook image:TabButtonScrollLeftHover" />
    3782             <Property name="PushedImage" value="set:OrxonoxLook image:TabButtonScrollLeftHover" />
    3783         </Child>
    3784         <Child type="OrxonoxLook/SystemButton" nameSuffix="__auto_TabPane__ScrollRight">
    3785             <Area>
    3786                 <Dim type="Width">
    3787                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height">
    3788                         <DimOperator op="Multiply">
    3789                             <ImageDim imageset="OrxonoxLook" image="TabButtonScrollRightNormal" dimension="Width">
    3790                                 <DimOperator op="Divide">
    3791                                     <ImageDim imageset="OrxonoxLook" image="TabButtonScrollRightNormal" dimension="Height" />
    3792                                 </DimOperator>
    3793                             </ImageDim>
    3794                         </DimOperator>
    3795                     </WidgetDim>
    3796                 </Dim>
    3797                 <Dim type="LeftEdge">
    3798                     <UnifiedDim scale="1" type="Width">
    3799                         <DimOperator op="Subtract">
    3800                             <WidgetDim widget="__auto_TabPane__ScrollRight" dimension="Width" />
    3801                         </DimOperator>
    3802                     </UnifiedDim>
    3803                 </Dim>
    3804                 <Dim type="TopEdge">
    3805                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="TopEdge" />
    3806                 </Dim>
    3807                 <Dim type="Height">
    3808                     <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height" />
    3809                 </Dim>
    3810             </Area>
    3811             <Property name="AlwaysOnTop" value="True" />
    3812             <Property name="NormalImage" value="set:OrxonoxLook image:TabButtonScrollRightNormal" />
    3813             <Property name="HoverImage" value="set:OrxonoxLook image:TabButtonScrollRightHover" />
    3814             <Property name="PushedImage" value="set:OrxonoxLook image:TabButtonScrollRightHover" />
     4603            <Property name="NormalImage" value="OrxonoxLook/TabButtonScrollRightNormal" />
     4604            <Property name="HoverImage" value="OrxonoxLook/TabButtonScrollRightHover" />
     4605            <Property name="PushedImage" value="OrxonoxLook/TabButtonScrollRightHover" />
    38154606        </Child>
    38164607        <StateImagery name="Enabled" />
    38174608        <StateImagery name="Disabled" />
    38184609    </WidgetLook>
    3819 
    3820     <!--
    3821     ***************************************************
    3822         OrxonoxLook/MenuItem
    3823     ***************************************************
    3824     -->
    38254610    <WidgetLook name="OrxonoxLook/MenuItem">
    3826         <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    3827         <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
    3828         <PropertyDefinition name="HoverColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    3829         <PropertyDefinition name="PushedColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    3830         <PropertyDefinition name="OpenedColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
     4611        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
     4612        <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" />
     4613        <PropertyDefinition initialValue="FFFFFFFF" name="HoverColour" redrawOnWrite="true" />
     4614        <PropertyDefinition initialValue="FFFFFFFF" name="PushedColour" redrawOnWrite="true" />
     4615        <PropertyDefinition initialValue="FFFFFFFF" name="OpenedColour" redrawOnWrite="true" />
    38314616        <Property name="WantsMultiClickEvents" value="False" />
    38324617        <NamedArea name="ContentSize">
    38334618            <Area>
    3834                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3835                 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
     4619                <Dim type="LeftEdge">
     4620                    <AbsoluteDim value="0" />
     4621                </Dim>
     4622                <Dim type="TopEdge">
     4623                    <AbsoluteDim value="0" />
     4624                </Dim>
    38364625                <Dim type="Width">
    3837                     <FontDim type="HorzExtent">
    3838                         <DimOperator op="Add">
    3839                             <ImageDim imageset="OrxonoxLook" image="MenuLeft" dimension="Width">
    3840                                 <DimOperator op="Add">
    3841                                     <ImageDim imageset="OrxonoxLook" image="MenuRight" dimension="Width" />
    3842                                 </DimOperator>
    3843                             </ImageDim>
    3844                         </DimOperator>
    3845                     </FontDim>
     4626                    <OperatorDim op="Add">
     4627                        <FontDim type="HorzExtent" />
     4628                        <OperatorDim op="Add">
     4629                            <ImageDim dimension="Width" name="OrxonoxLook/MenuLeft" />
     4630                            <ImageDim dimension="Width" name="OrxonoxLook/MenuRight" />
     4631                        </OperatorDim>
     4632                    </OperatorDim>
    38464633                </Dim>
    38474634                <Dim type="Height">
    3848                     <FontDim type="LineSpacing">
    3849                         <DimOperator op="Add">
    3850                             <ImageDim imageset="OrxonoxLook" image="MenuTop" dimension="Height">
    3851                                 <DimOperator op="Add">
    3852                                     <ImageDim imageset="OrxonoxLook" image="MenuBottom" dimension="Height" />
    3853                                 </DimOperator>
    3854                             </ImageDim>
    3855                         </DimOperator>
    3856                     </FontDim>
     4635                    <OperatorDim op="Add">
     4636                        <FontDim type="LineSpacing" />
     4637                        <OperatorDim op="Add">
     4638                            <ImageDim dimension="Height" name="OrxonoxLook/MenuTop" />
     4639                            <ImageDim dimension="Height" name="OrxonoxLook/MenuBottom" />
     4640                        </OperatorDim>
     4641                    </OperatorDim>
    38574642                </Dim>
    38584643            </Area>
     
    38604645        <NamedArea name="HasPopupContentSize">
    38614646            <Area>
    3862                 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    3863                 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
     4647                <Dim type="LeftEdge">
     4648                    <AbsoluteDim value="0" />
     4649                </Dim>
     4650                <Dim type="TopEdge">
     4651                    <AbsoluteDim value="0" />
     4652                </Dim>
    38644653                <Dim type="Width">
    3865                     <FontDim type="HorzExtent">
    3866                         <DimOperator op="Add">
    3867                             <ImageDim imageset="OrxonoxLook" image="MenuLeft" dimension="Width">
    3868                                 <DimOperator op="Add">
    3869                                     <ImageDim imageset="OrxonoxLook" image="MenuRight" dimension="Width">
    3870                                         <DimOperator op="Add">
    3871                                             <ImageDim imageset="OrxonoxLook" image="PopupMenuArrowLeft" dimension="Width">
    3872                                                 <DimOperator op="Multiply">
    3873                                                     <AbsoluteDim value="3" />
    3874                                                 </DimOperator>
    3875                                             </ImageDim>
    3876                                         </DimOperator>
    3877                                     </ImageDim>
    3878                                 </DimOperator>
    3879                             </ImageDim>
    3880                         </DimOperator>
    3881                     </FontDim>
     4654                    <OperatorDim op="Add">
     4655                        <FontDim type="HorzExtent" />
     4656                        <OperatorDim op="Add">
     4657                            <ImageDim dimension="Width" name="OrxonoxLook/MenuLeft" />
     4658                            <OperatorDim op="Add">
     4659                                <ImageDim dimension="Width" name="OrxonoxLook/MenuRight" />
     4660                                <OperatorDim op="Multiply">
     4661                                    <ImageDim dimension="Width" name="OrxonoxLook/PopupMenuArrowLeft" />
     4662                                    <AbsoluteDim value="3" />
     4663                                </OperatorDim>
     4664                            </OperatorDim>
     4665                        </OperatorDim>
     4666                    </OperatorDim>
    38824667                </Dim>
    38834668                <Dim type="Height">
    3884                     <FontDim type="LineSpacing">
    3885                         <DimOperator op="Add">
    3886                             <ImageDim imageset="OrxonoxLook" image="MenuTop" dimension="Height">
    3887                                 <DimOperator op="Add">
    3888                                     <ImageDim imageset="OrxonoxLook" image="MenuBottom" dimension="Height" />
    3889                                 </DimOperator>
    3890                             </ImageDim>
    3891                         </DimOperator>
    3892                     </FontDim>
     4669                    <OperatorDim op="Add">
     4670                        <FontDim type="LineSpacing" />
     4671                        <OperatorDim op="Add">
     4672                            <ImageDim dimension="Height" name="OrxonoxLook/MenuTop" />
     4673                            <ImageDim dimension="Height" name="OrxonoxLook/MenuBottom" />
     4674                        </OperatorDim>
     4675                    </OperatorDim>
    38934676                </Dim>
    38944677            </Area>
     
    38974680            <TextComponent>
    38984681                <Area>
    3899                     <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="MenuLeft" dimension="Width" /></Dim>
    3900                     <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="MenuTop" dimension="Height" /></Dim>
    3901                     <Dim type="RightEdge" >
    3902                         <UnifiedDim scale="1" type="RightEdge">
    3903                             <DimOperator op="Subtract">
    3904                                 <ImageDim imageset="OrxonoxLook" image="MenuRight" dimension="Width" />
    3905                             </DimOperator>
    3906                         </UnifiedDim>
    3907                     </Dim>
    3908                     <Dim type="BottomEdge" >
    3909                         <UnifiedDim scale="1" type="BottomEdge">
    3910                             <DimOperator op="Subtract">
    3911                                 <ImageDim imageset="OrxonoxLook" image="MenuBottom" dimension="Height" />
    3912                             </DimOperator>
    3913                         </UnifiedDim>
     4682                    <Dim type="LeftEdge">
     4683                        <ImageDim dimension="Width" name="OrxonoxLook/MenuLeft" />
     4684                    </Dim>
     4685                    <Dim type="TopEdge">
     4686                        <ImageDim dimension="Height" name="OrxonoxLook/MenuTop" />
     4687                    </Dim>
     4688                    <Dim type="RightEdge">
     4689                        <OperatorDim op="Subtract">
     4690                            <UnifiedDim scale="1" type="RightEdge" />
     4691                            <ImageDim dimension="Width" name="OrxonoxLook/MenuRight" />
     4692                        </OperatorDim>
     4693                    </Dim>
     4694                    <Dim type="BottomEdge">
     4695                        <OperatorDim op="Subtract">
     4696                            <UnifiedDim scale="1" type="BottomEdge" />
     4697                            <ImageDim dimension="Height" name="OrxonoxLook/MenuBottom" />
     4698                        </OperatorDim>
    39144699                    </Dim>
    39154700                </Area>
     
    39214706            <FrameComponent>
    39224707                <Area>
    3923                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3924                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3925                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    3926                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3927                 </Area>
    3928                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="MenuTopLeft" />
    3929                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="MenuTopRight" />
    3930                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="MenuBottomLeft" />
    3931                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="MenuBottomRight" />
    3932                 <Image type="LeftEdge" imageset="OrxonoxLook" image="MenuLeft" />
    3933                 <Image type="RightEdge" imageset="OrxonoxLook" image="MenuRight" />
    3934                 <Image type="TopEdge" imageset="OrxonoxLook" image="MenuTop" />
    3935                 <Image type="BottomEdge" imageset="OrxonoxLook" image="MenuBottom" />
    3936                 <Image type="Background" imageset="OrxonoxLook" image="MenuMiddle" />
     4708                    <Dim type="LeftEdge">
     4709                        <AbsoluteDim value="0" />
     4710                    </Dim>
     4711                    <Dim type="TopEdge">
     4712                        <AbsoluteDim value="0" />
     4713                    </Dim>
     4714                    <Dim type="Width">
     4715                        <UnifiedDim scale="1" type="Width" />
     4716                    </Dim>
     4717                    <Dim type="Height">
     4718                        <UnifiedDim scale="1" type="Height" />
     4719                    </Dim>
     4720                </Area>
     4721                <Image component="TopLeftCorner" name="OrxonoxLook/MenuTopLeft" />
     4722                <Image component="TopRightCorner" name="OrxonoxLook/MenuTopRight" />
     4723                <Image component="BottomLeftCorner" name="OrxonoxLook/MenuBottomLeft" />
     4724                <Image component="BottomRightCorner" name="OrxonoxLook/MenuBottomRight" />
     4725                <Image component="LeftEdge" name="OrxonoxLook/MenuLeft" />
     4726                <Image component="RightEdge" name="OrxonoxLook/MenuRight" />
     4727                <Image component="TopEdge" name="OrxonoxLook/MenuTop" />
     4728                <Image component="BottomEdge" name="OrxonoxLook/MenuBottom" />
     4729                <Image component="Background" name="OrxonoxLook/MenuMiddle" />
    39374730            </FrameComponent>
    39384731        </ImagerySection>
     
    39404733            <ImageryComponent>
    39414734                <Area>
    3942                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3943                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3944                     <Dim type="Width" >
    3945                         <UnifiedDim scale="1" type="Width">
    3946                             <DimOperator op="Subtract">
    3947                                 <ImageDim imageset="OrxonoxLook" image="PopupMenuArrowRight" dimension="Width" />
    3948                             </DimOperator>
    3949                         </UnifiedDim>
    3950                     </Dim>
    3951                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3952                 </Area>
    3953                 <Image imageset="OrxonoxLook" image="PopupMenuArrowRight" />
     4735                    <Dim type="LeftEdge">
     4736                        <AbsoluteDim value="0" />
     4737                    </Dim>
     4738                    <Dim type="TopEdge">
     4739                        <AbsoluteDim value="0" />
     4740                    </Dim>
     4741                    <Dim type="Width">
     4742                        <OperatorDim op="Subtract">
     4743                            <UnifiedDim scale="1" type="Width" />
     4744                            <ImageDim dimension="Width" name="OrxonoxLook/PopupMenuArrowRight" />
     4745                        </OperatorDim>
     4746                    </Dim>
     4747                    <Dim type="Height">
     4748                        <UnifiedDim scale="1" type="Height" />
     4749                    </Dim>
     4750                </Area>
     4751                <Image name="OrxonoxLook/PopupMenuArrowRight" />
    39544752                <VertFormat type="CentreAligned" />
    39554753                <HorzFormat type="RightAligned" />
     
    39594757            <ImageryComponent>
    39604758                <Area>
    3961                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    3962                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    3963                     <Dim type="Width" >
    3964                         <UnifiedDim scale="1" type="Width">
    3965                             <DimOperator op="Subtract">
    3966                                 <ImageDim imageset="OrxonoxLook" image="PopupMenuArrowLeft" dimension="Width" />
    3967                             </DimOperator>
    3968                         </UnifiedDim>
    3969                     </Dim>
    3970                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    3971                 </Area>
    3972                 <Image imageset="OrxonoxLook" image="PopupMenuArrowLeft" />
     4759                    <Dim type="LeftEdge">
     4760                        <AbsoluteDim value="0" />
     4761                    </Dim>
     4762                    <Dim type="TopEdge">
     4763                        <AbsoluteDim value="0" />
     4764                    </Dim>
     4765                    <Dim type="Width">
     4766                        <OperatorDim op="Subtract">
     4767                            <UnifiedDim scale="1" type="Width" />
     4768                            <ImageDim dimension="Width" name="OrxonoxLook/PopupMenuArrowLeft" />
     4769                        </OperatorDim>
     4770                    </Dim>
     4771                    <Dim type="Height">
     4772                        <UnifiedDim scale="1" type="Height" />
     4773                    </Dim>
     4774                </Area>
     4775                <Image name="OrxonoxLook/PopupMenuArrowLeft" />
    39734776                <VertFormat type="CentreAligned" />
    39744777                <HorzFormat type="RightAligned" />
     
    40224825            <Layer>
    40234826                <Section section="frame">
    4024                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4827                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    40254828                </Section>
    40264829                <Section section="label">
     
    40324835            <Layer>
    40334836                <Section section="frame">
    4034                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4837                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    40354838                </Section>
    40364839                <Section section="label">
     
    40424845            <Layer>
    40434846                <Section section="frame">
    4044                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4847                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    40454848                </Section>
    40464849                <Section section="label">
     
    40604863        </StateImagery>
    40614864    </WidgetLook>
    4062 
    4063     <!--
    4064     ***************************************************
    4065         OrxonoxLook/PopupMenu
    4066     ***************************************************
    4067     -->
    40684865    <WidgetLook name="OrxonoxLook/PopupMenu">
    4069         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    4070         <PropertyDefinition name="BorderWidth" initialValue="0" layoutOnWrite="true" />
     4866        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" />
     4867        <PropertyDefinition initialValue="0" layoutOnWrite="true" name="BorderWidth" />
    40714868        <NamedArea name="ItemRenderArea">
    40724869            <Area>
    4073                 <Dim type="LeftEdge" >
    4074                     <ImageDim imageset="OrxonoxLook" image="PopupMenuFrameLeft" dimension="Width">
    4075                         <DimOperator op="Add">
     4870                <Dim type="LeftEdge">
     4871                    <OperatorDim op="Add">
     4872                        <ImageDim dimension="Width" name="OrxonoxLook/PopupMenuFrameLeft" />
     4873                        <PropertyDim name="BorderWidth" />
     4874                    </OperatorDim>
     4875                </Dim>
     4876                <Dim type="TopEdge">
     4877                    <OperatorDim op="Add">
     4878                        <ImageDim dimension="Height" name="OrxonoxLook/PopupMenuFrameTop" />
     4879                        <PropertyDim name="BorderWidth" />
     4880                    </OperatorDim>
     4881                </Dim>
     4882                <Dim type="RightEdge">
     4883                    <OperatorDim op="Subtract">
     4884                        <UnifiedDim scale="1" type="RightEdge" />
     4885                        <OperatorDim op="Add">
     4886                            <ImageDim dimension="Width" name="OrxonoxLook/PopupMenuFrameRight" />
    40764887                            <PropertyDim name="BorderWidth" />
    4077                         </DimOperator>
    4078                     </ImageDim>
    4079                 </Dim>
    4080                 <Dim type="TopEdge" >
    4081                     <ImageDim imageset="OrxonoxLook" image="PopupMenuFrameTop" dimension="Height">
    4082                         <DimOperator op="Add">
     4888                        </OperatorDim>
     4889                    </OperatorDim>
     4890                </Dim>
     4891                <Dim type="BottomEdge">
     4892                    <OperatorDim op="Subtract">
     4893                        <UnifiedDim scale="1" type="BottomEdge" />
     4894                        <OperatorDim op="Add">
     4895                            <ImageDim dimension="Height" name="OrxonoxLook/PopupMenuFrameBottom" />
    40834896                            <PropertyDim name="BorderWidth" />
    4084                         </DimOperator>
    4085                     </ImageDim>
    4086                 </Dim>
    4087                 <Dim type="RightEdge" >
    4088                     <UnifiedDim scale="1" type="RightEdge">
    4089                         <DimOperator op="Subtract">
    4090                             <ImageDim imageset="OrxonoxLook" image="PopupMenuFrameRight" dimension="Width">
    4091                                 <DimOperator op="Add">
    4092                                     <PropertyDim name="BorderWidth" />
    4093                                 </DimOperator>
    4094                             </ImageDim>
    4095                         </DimOperator>
    4096                     </UnifiedDim>
    4097                 </Dim>
    4098                 <Dim type="BottomEdge" >
    4099                     <UnifiedDim scale="1" type="BottomEdge">
    4100                         <DimOperator op="Subtract">
    4101                             <ImageDim imageset="OrxonoxLook" image="PopupMenuFrameBottom" dimension="Height">
    4102                                 <DimOperator op="Add">
    4103                                     <PropertyDim name="BorderWidth" />
    4104                                 </DimOperator>
    4105                             </ImageDim>
    4106                         </DimOperator>
    4107                     </UnifiedDim>
     4897                        </OperatorDim>
     4898                    </OperatorDim>
    41084899                </Dim>
    41094900            </Area>
     
    41124903            <FrameComponent>
    41134904                <Area>
    4114                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4115                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4116                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4117                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4118                 </Area>
    4119                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="PopupMenuFrameTopLeft" />
    4120                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="PopupMenuFrameTopRight" />
    4121                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="PopupMenuFrameBottomLeft" />
    4122                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="PopupMenuFrameBottomRight" />
    4123                 <Image type="LeftEdge" imageset="OrxonoxLook" image="PopupMenuFrameLeft" />
    4124                 <Image type="RightEdge" imageset="OrxonoxLook" image="PopupMenuFrameRight" />
    4125                 <Image type="TopEdge" imageset="OrxonoxLook" image="PopupMenuFrameTop" />
    4126                 <Image type="BottomEdge" imageset="OrxonoxLook" image="PopupMenuFrameBottom" />
    4127                 <Image type="Background" imageset="OrxonoxLook" image="PopupMenuMiddle" />
     4905                    <Dim type="LeftEdge">
     4906                        <AbsoluteDim value="0" />
     4907                    </Dim>
     4908                    <Dim type="TopEdge">
     4909                        <AbsoluteDim value="0" />
     4910                    </Dim>
     4911                    <Dim type="Width">
     4912                        <UnifiedDim scale="1" type="Width" />
     4913                    </Dim>
     4914                    <Dim type="Height">
     4915                        <UnifiedDim scale="1" type="Height" />
     4916                    </Dim>
     4917                </Area>
     4918                <Image component="TopLeftCorner" name="OrxonoxLook/PopupMenuFrameTopLeft" />
     4919                <Image component="TopRightCorner" name="OrxonoxLook/PopupMenuFrameTopRight" />
     4920                <Image component="BottomLeftCorner" name="OrxonoxLook/PopupMenuFrameBottomLeft" />
     4921                <Image component="BottomRightCorner" name="OrxonoxLook/PopupMenuFrameBottomRight" />
     4922                <Image component="LeftEdge" name="OrxonoxLook/PopupMenuFrameLeft" />
     4923                <Image component="RightEdge" name="OrxonoxLook/PopupMenuFrameRight" />
     4924                <Image component="TopEdge" name="OrxonoxLook/PopupMenuFrameTop" />
     4925                <Image component="BottomEdge" name="OrxonoxLook/PopupMenuFrameBottom" />
     4926                <Image component="Background" name="OrxonoxLook/PopupMenuMiddle" />
    41284927            </FrameComponent>
    41294928        </ImagerySection>
     
    41384937            <Layer>
    41394938                <Section section="frame">
    4140                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     4939                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    41414940                </Section>
    41424941            </Layer>
    41434942        </StateImagery>
    41444943    </WidgetLook>
    4145 
    4146 
    4147     <!--
    4148     ***************************************************
    4149         OrxonoxLook/Menubar
    4150     ***************************************************
    4151     -->
    41524944    <WidgetLook name="OrxonoxLook/Menubar">
    4153         <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
    4154         <PropertyDefinition name="BorderWidth" initialValue="5" layoutOnWrite="true" />
     4945        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" />
     4946        <PropertyDefinition initialValue="5" layoutOnWrite="true" name="BorderWidth" />
    41554947        <NamedArea name="ItemRenderArea">
    41564948            <Area>
    4157                 <Dim type="LeftEdge" >
    4158                     <ImageDim imageset="OrxonoxLook" image="PopupMenuFrameLeft" dimension="Width">
    4159                         <DimOperator op="Add">
     4949                <Dim type="LeftEdge">
     4950                    <OperatorDim op="Add">
     4951                        <ImageDim dimension="Width" name="OrxonoxLook/PopupMenuFrameLeft" />
     4952                        <PropertyDim name="BorderWidth" />
     4953                    </OperatorDim>
     4954                </Dim>
     4955                <Dim type="TopEdge">
     4956                    <OperatorDim op="Add">
     4957                        <ImageDim dimension="Height" name="OrxonoxLook/PopupMenuFrameTop" />
     4958                        <PropertyDim name="BorderWidth" />
     4959                    </OperatorDim>
     4960                </Dim>
     4961                <Dim type="RightEdge">
     4962                    <OperatorDim op="Subtract">
     4963                        <UnifiedDim scale="1" type="RightEdge" />
     4964                        <OperatorDim op="Add">
     4965                            <ImageDim dimension="Width" name="OrxonoxLook/PopupMenuFrameRight" />
    41604966                            <PropertyDim name="BorderWidth" />
    4161                         </DimOperator>
    4162                     </ImageDim>
    4163                 </Dim>
    4164                 <Dim type="TopEdge" >
    4165                     <ImageDim imageset="OrxonoxLook" image="PopupMenuFrameTop" dimension="Height">
    4166                         <DimOperator op="Add">
     4967                        </OperatorDim>
     4968                    </OperatorDim>
     4969                </Dim>
     4970                <Dim type="BottomEdge">
     4971                    <OperatorDim op="Subtract">
     4972                        <UnifiedDim scale="1" type="BottomEdge" />
     4973                        <OperatorDim op="Add">
     4974                            <ImageDim dimension="Height" name="OrxonoxLook/PopupMenuFrameBottom" />
    41674975                            <PropertyDim name="BorderWidth" />
    4168                         </DimOperator>
    4169                     </ImageDim>
    4170                 </Dim>
    4171                 <Dim type="RightEdge" >
    4172                     <UnifiedDim scale="1" type="RightEdge">
    4173                         <DimOperator op="Subtract">
    4174                             <ImageDim imageset="OrxonoxLook" image="PopupMenuFrameRight" dimension="Width">
    4175                                 <DimOperator op="Add">
    4176                                     <PropertyDim name="BorderWidth" />
    4177                                 </DimOperator>
    4178                             </ImageDim>
    4179                         </DimOperator>
    4180                     </UnifiedDim>
    4181                 </Dim>
    4182                 <Dim type="BottomEdge" >
    4183                     <UnifiedDim scale="1" type="BottomEdge">
    4184                         <DimOperator op="Subtract">
    4185                             <ImageDim imageset="OrxonoxLook" image="PopupMenuFrameBottom" dimension="Height">
    4186                                 <DimOperator op="Add">
    4187                                     <PropertyDim name="BorderWidth" />
    4188                                 </DimOperator>
    4189                             </ImageDim>
    4190                         </DimOperator>
    4191                     </UnifiedDim>
     4976                        </OperatorDim>
     4977                    </OperatorDim>
    41924978                </Dim>
    41934979            </Area>
     
    41964982            <FrameComponent>
    41974983                <Area>
    4198                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4199                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4200                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4201                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4202                 </Area>
    4203                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="PopupMenuFrameTopLeft" />
    4204                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="PopupMenuFrameTopRight" />
    4205                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="PopupMenuFrameBottomLeft" />
    4206                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="PopupMenuFrameBottomRight" />
    4207                 <Image type="LeftEdge" imageset="OrxonoxLook" image="PopupMenuFrameLeft" />
    4208                 <Image type="RightEdge" imageset="OrxonoxLook" image="PopupMenuFrameRight" />
    4209                 <Image type="TopEdge" imageset="OrxonoxLook" image="PopupMenuFrameTop" />
    4210                 <Image type="BottomEdge" imageset="OrxonoxLook" image="PopupMenuFrameBottom" />
    4211                 <Image type="Background" imageset="OrxonoxLook" image="PopupMenuMiddle" />
     4984                    <Dim type="LeftEdge">
     4985                        <AbsoluteDim value="0" />
     4986                    </Dim>
     4987                    <Dim type="TopEdge">
     4988                        <AbsoluteDim value="0" />
     4989                    </Dim>
     4990                    <Dim type="Width">
     4991                        <UnifiedDim scale="1" type="Width" />
     4992                    </Dim>
     4993                    <Dim type="Height">
     4994                        <UnifiedDim scale="1" type="Height" />
     4995                    </Dim>
     4996                </Area>
     4997                <Image component="TopLeftCorner" name="OrxonoxLook/PopupMenuFrameTopLeft" />
     4998                <Image component="TopRightCorner" name="OrxonoxLook/PopupMenuFrameTopRight" />
     4999                <Image component="BottomLeftCorner" name="OrxonoxLook/PopupMenuFrameBottomLeft" />
     5000                <Image component="BottomRightCorner" name="OrxonoxLook/PopupMenuFrameBottomRight" />
     5001                <Image component="LeftEdge" name="OrxonoxLook/PopupMenuFrameLeft" />
     5002                <Image component="RightEdge" name="OrxonoxLook/PopupMenuFrameRight" />
     5003                <Image component="TopEdge" name="OrxonoxLook/PopupMenuFrameTop" />
     5004                <Image component="BottomEdge" name="OrxonoxLook/PopupMenuFrameBottom" />
     5005                <Image component="Background" name="OrxonoxLook/PopupMenuMiddle" />
    42125006            </FrameComponent>
    42135007        </ImagerySection>
     
    42225016            <Layer>
    42235017                <Section section="frame">
    4224                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5018                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    42255019                </Section>
    42265020            </Layer>
    42275021        </StateImagery>
    42285022    </WidgetLook>
    4229 
    4230     <!--
    4231     ***************************************************
    4232         OrxonoxLook/LargeVerticalScrollbarThumb
    4233     ***************************************************
    4234     -->
    42355023    <WidgetLook name="OrxonoxLook/LargeVerticalScrollbarThumb">
    42365024        <Property name="VertFree" value="True" />
     
    42385026            <ImageryComponent>
    42395027                <Area>
    4240                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4241                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4242                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    4243                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    4244                 </Area>
    4245                 <Image imageset="OrxonoxLook" image="VertScrollThumbNormal" />
     5028                    <Dim type="LeftEdge">
     5029                        <AbsoluteDim value="0" />
     5030                    </Dim>
     5031                    <Dim type="TopEdge">
     5032                        <AbsoluteDim value="0" />
     5033                    </Dim>
     5034                    <Dim type="Width">
     5035                        <UnifiedDim scale="1.0" type="Width" />
     5036                    </Dim>
     5037                    <Dim type="Height">
     5038                        <UnifiedDim scale="1.0" type="Height" />
     5039                    </Dim>
     5040                </Area>
     5041                <Image name="OrxonoxLook/VertScrollThumbNormal" />
    42465042                <VertFormat type="Stretched" />
    42475043                <HorzFormat type="Stretched" />
     
    42515047            <ImageryComponent>
    42525048                <Area>
    4253                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4254                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4255                     <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
    4256                     <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
    4257                 </Area>
    4258                 <Image imageset="OrxonoxLook" image="VertScrollThumbHover" />
     5049                    <Dim type="LeftEdge">
     5050                        <AbsoluteDim value="0" />
     5051                    </Dim>
     5052                    <Dim type="TopEdge">
     5053                        <AbsoluteDim value="0" />
     5054                    </Dim>
     5055                    <Dim type="Width">
     5056                        <UnifiedDim scale="1.0" type="Width" />
     5057                    </Dim>
     5058                    <Dim type="Height">
     5059                        <UnifiedDim scale="1.0" type="Height" />
     5060                    </Dim>
     5061                </Area>
     5062                <Image name="OrxonoxLook/VertScrollThumbHover" />
    42595063                <VertFormat type="Stretched" />
    42605064                <HorzFormat type="Stretched" />
     
    42795083            <Layer>
    42805084                <Section section="normal">
    4281                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5085                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    42825086                </Section>
    42835087            </Layer>
    42845088        </StateImagery>
    42855089    </WidgetLook>
    4286 
    4287     <!--
    4288     ***************************************************
    4289         OrxonoxLook/LargeVerticalScrollbar
    4290     ***************************************************
    4291     -->
    42925090    <WidgetLook name="OrxonoxLook/LargeVerticalScrollbar">
    42935091        <Property name="VerticalScrollbar" value="True" />
    42945092        <NamedArea name="ThumbTrackArea">
    42955093            <Area>
    4296                 <Dim type="LeftEdge" ><UnifiedDim scale="0.325" type="LeftEdge" /></Dim>
    4297                 <Dim type="TopEdge" >
    4298                     <WidgetDim widget="__auto_decbtn__" dimension="Height">
    4299                         <DimOperator op="Add">
    4300                             <ImageDim imageset="OrxonoxLook" image="VertScrollTop" dimension="Height">
    4301                                 <DimOperator op="Multiply">
    4302                                     <AbsoluteDim value="0.5" />
    4303                                 </DimOperator>
    4304                             </ImageDim>
    4305                         </DimOperator>
    4306                     </WidgetDim>
    4307                 </Dim>
    4308                 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    4309                 <Dim type="BottomEdge" >
    4310                     <UnifiedDim scale="1.0" type="BottomEdge">
    4311                         <DimOperator op="Subtract">
    4312                             <WidgetDim widget="__auto_decbtn__" dimension="Height">
    4313                                 <DimOperator op="Add">
    4314                                     <ImageDim imageset="OrxonoxLook" image="VertScrollTop" dimension="Height">
    4315                                         <DimOperator op="Multiply">
    4316                                             <AbsoluteDim value="0.5" />
    4317                                         </DimOperator>
    4318                                     </ImageDim>
    4319                                 </DimOperator>
    4320                             </WidgetDim>
    4321                         </DimOperator>
    4322                     </UnifiedDim>
     5094                <Dim type="LeftEdge">
     5095                    <UnifiedDim scale="0.325" type="LeftEdge" />
     5096                </Dim>
     5097                <Dim type="TopEdge">
     5098                    <OperatorDim op="Add">
     5099                        <WidgetDim dimension="Height" widget="__auto_decbtn__" />
     5100                        <OperatorDim op="Multiply">
     5101                            <ImageDim dimension="Height" name="OrxonoxLook/VertScrollTop" />
     5102                            <AbsoluteDim value="0.5" />
     5103                        </OperatorDim>
     5104                    </OperatorDim>
     5105                </Dim>
     5106                <Dim type="RightEdge">
     5107                    <UnifiedDim scale="1.0" type="RightEdge" />
     5108                </Dim>
     5109                <Dim type="BottomEdge">
     5110                    <OperatorDim op="Subtract">
     5111                        <UnifiedDim scale="1.0" type="BottomEdge" />
     5112                        <OperatorDim op="Add">
     5113                            <WidgetDim dimension="Height" widget="__auto_decbtn__" />
     5114                            <OperatorDim op="Multiply">
     5115                                <ImageDim dimension="Height" name="OrxonoxLook/VertScrollTop" />
     5116                                <AbsoluteDim value="0.5" />
     5117                            </OperatorDim>
     5118                        </OperatorDim>
     5119                    </OperatorDim>
    43235120                </Dim>
    43245121            </Area>
    43255122        </NamedArea>
    4326         <Child  type="OrxonoxLook/ImageButton" nameSuffix="__auto_incbtn__">
    4327             <Area>
    4328                 <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>
    4329                 <Dim type="TopEdge" >
    4330                     <AbsoluteDim value="-1">
    4331                         <DimOperator op="Multiply">
    4332                             <ImageDim imageset="OrxonoxLook" image="VertScrollTop" dimension="Height">
    4333                                 <DimOperator op="Multiply">
    4334                                     <AbsoluteDim value="0.5" />
    4335                                 </DimOperator>
    4336                             </ImageDim>
    4337                         </DimOperator>
    4338                     </AbsoluteDim>
    4339                 </Dim>
    4340                 <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>
    4341                 <Dim type="Height" >
    4342                     <UnifiedDim scale="0.6" type="Width">
    4343                         <DimOperator op="Multiply">
    4344                             <ImageDim imageset="OrxonoxLook" image="VertScrollUpNormal" dimension="Width">
    4345                                 <DimOperator op="Divide">
    4346                                     <ImageDim imageset="OrxonoxLook" image="VertScrollUpNormal" dimension="Height"/>
    4347                                 </DimOperator>
    4348                             </ImageDim>
    4349                         </DimOperator>
    4350                     </UnifiedDim>
     5123        <Child nameSuffix="__auto_incbtn__" type="OrxonoxLook/ImageButton">
     5124            <Area>
     5125                <Dim type="LeftEdge">
     5126                    <UnifiedDim scale="0.25" type="LeftEdge" />
     5127                </Dim>
     5128                <Dim type="TopEdge">
     5129                    <OperatorDim op="Multiply">
     5130                        <AbsoluteDim value="-1" />
     5131                        <OperatorDim op="Multiply">
     5132                            <ImageDim dimension="Height" name="OrxonoxLook/VertScrollTop" />
     5133                            <AbsoluteDim value="0.5" />
     5134                        </OperatorDim>
     5135                    </OperatorDim>
     5136                </Dim>
     5137                <Dim type="Width">
     5138                    <UnifiedDim scale="0.6" type="Width" />
     5139                </Dim>
     5140                <Dim type="Height">
     5141                    <OperatorDim op="Multiply">
     5142                        <UnifiedDim scale="0.6" type="Width" />
     5143                        <OperatorDim op="Divide">
     5144                            <ImageDim dimension="Width" name="OrxonoxLook/VertScrollUpNormal" />
     5145                            <ImageDim dimension="Height" name="OrxonoxLook/VertScrollUpNormal" />
     5146                        </OperatorDim>
     5147                    </OperatorDim>
    43515148                </Dim>
    43525149            </Area>
    43535150            <VertAlignment type="BottomAligned" />
    4354             <Property name="NormalImage" value="set:OrxonoxLook image:VertScrollDownNormal" />
    4355             <Property name="HoverImage" value="set:OrxonoxLook image:VertScrollDownHover" />
    4356             <Property name="PushedImage" value="set:OrxonoxLook image:VertScrollDownNormal" />
     5151            <Property name="NormalImage" value="OrxonoxLook/VertScrollDownNormal" />
     5152            <Property name="HoverImage" value="OrxonoxLook/VertScrollDownHover" />
     5153            <Property name="PushedImage" value="OrxonoxLook/VertScrollDownNormal" />
    43575154        </Child>
    4358         <Child  type="OrxonoxLook/ImageButton" nameSuffix="__auto_decbtn__">
    4359             <Area>
    4360                 <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>
    4361                 <Dim type="TopEdge">
    4362                     <ImageDim imageset="OrxonoxLook" image="VertScrollTop" dimension="Height">
    4363                         <DimOperator op="Multiply">
    4364                             <AbsoluteDim value="0.5" />
    4365                         </DimOperator>
    4366                     </ImageDim>
    4367                 </Dim>
    4368                 <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>
    4369                 <Dim type="Height" >
    4370                     <UnifiedDim scale="0.6" type="Width">
    4371                         <DimOperator op="Multiply">
    4372                             <ImageDim imageset="OrxonoxLook" image="VertScrollUpNormal" dimension="Width">
    4373                                 <DimOperator op="Divide">
    4374                                     <ImageDim imageset="OrxonoxLook" image="VertScrollUpNormal" dimension="Height"/>
    4375                                 </DimOperator>
    4376                             </ImageDim>
    4377                         </DimOperator>
    4378                     </UnifiedDim>
    4379                 </Dim>
    4380             </Area>
    4381             <Property name="NormalImage" value="set:OrxonoxLook image:VertScrollUpNormal" />
    4382             <Property name="HoverImage" value="set:OrxonoxLook image:VertScrollUpHover" />
    4383             <Property name="PushedImage" value="set:OrxonoxLook image:VertScrollUpNormal" />
     5155        <Child nameSuffix="__auto_decbtn__" type="OrxonoxLook/ImageButton">
     5156            <Area>
     5157                <Dim type="LeftEdge">
     5158                    <UnifiedDim scale="0.25" type="LeftEdge" />
     5159                </Dim>
     5160                <Dim type="TopEdge">
     5161                    <OperatorDim op="Multiply">
     5162                        <ImageDim dimension="Height" name="OrxonoxLook/VertScrollTop" />
     5163                        <AbsoluteDim value="0.5" />
     5164                    </OperatorDim>
     5165                </Dim>
     5166                <Dim type="Width">
     5167                    <UnifiedDim scale="0.6" type="Width" />
     5168                </Dim>
     5169                <Dim type="Height">
     5170                    <OperatorDim op="Multiply">
     5171                        <UnifiedDim scale="0.6" type="Width" />
     5172                        <OperatorDim op="Divide">
     5173                            <ImageDim dimension="Width" name="OrxonoxLook/VertScrollUpNormal" />
     5174                            <ImageDim dimension="Height" name="OrxonoxLook/VertScrollUpNormal" />
     5175                        </OperatorDim>
     5176                    </OperatorDim>
     5177                </Dim>
     5178            </Area>
     5179            <Property name="NormalImage" value="OrxonoxLook/VertScrollUpNormal" />
     5180            <Property name="HoverImage" value="OrxonoxLook/VertScrollUpHover" />
     5181            <Property name="PushedImage" value="OrxonoxLook/VertScrollUpNormal" />
    43845182        </Child>
    4385         <Child  type="OrxonoxLook/LargeVerticalScrollbarThumb" nameSuffix="__auto_thumb__">
    4386             <Area>
    4387                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4388                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4389                 <Dim type="Width" ><UnifiedDim scale="0.4" type="Width" /></Dim>
    4390                 <Dim type="Height" >
    4391                     <UnifiedDim scale="0.4" type="Width">
    4392                         <DimOperator op="Multiply">
    4393                             <ImageDim imageset="OrxonoxLook" image="VertScrollThumbNormal" dimension="Height">
    4394                                 <DimOperator op="Divide">
    4395                                     <ImageDim imageset="OrxonoxLook" image="VertScrollThumbNormal" dimension="Width"/>
    4396                                 </DimOperator>
    4397                             </ImageDim>
    4398                         </DimOperator>
    4399                     </UnifiedDim>
     5183        <Child nameSuffix="__auto_thumb__" type="OrxonoxLook/LargeVerticalScrollbarThumb">
     5184            <Area>
     5185                <Dim type="LeftEdge">
     5186                    <AbsoluteDim value="0" />
     5187                </Dim>
     5188                <Dim type="TopEdge">
     5189                    <AbsoluteDim value="0" />
     5190                </Dim>
     5191                <Dim type="Width">
     5192                    <UnifiedDim scale="0.4" type="Width" />
     5193                </Dim>
     5194                <Dim type="Height">
     5195                    <OperatorDim op="Multiply">
     5196                        <UnifiedDim scale="0.4" type="Width" />
     5197                        <OperatorDim op="Divide">
     5198                            <ImageDim dimension="Height" name="OrxonoxLook/VertScrollThumbNormal" />
     5199                            <ImageDim dimension="Width" name="OrxonoxLook/VertScrollThumbNormal" />
     5200                        </OperatorDim>
     5201                    </OperatorDim>
    44005202                </Dim>
    44015203            </Area>
     
    44045206            <FrameComponent>
    44055207                <Area>
    4406                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4407                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4408                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4409                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4410                 </Area>
    4411                 <Image type="TopEdge" imageset="OrxonoxLook" image="VertScrollTop" />
    4412                 <Image type="BottomEdge" imageset="OrxonoxLook" image="VertScrollBottom" />
    4413                 <Image type="Background" imageset="OrxonoxLook" image="VertScrollMiddle" />
     5208                    <Dim type="LeftEdge">
     5209                        <AbsoluteDim value="0" />
     5210                    </Dim>
     5211                    <Dim type="TopEdge">
     5212                        <AbsoluteDim value="0" />
     5213                    </Dim>
     5214                    <Dim type="Width">
     5215                        <UnifiedDim scale="1" type="Width" />
     5216                    </Dim>
     5217                    <Dim type="Height">
     5218                        <UnifiedDim scale="1" type="Height" />
     5219                    </Dim>
     5220                </Area>
     5221                <Image component="TopEdge" name="OrxonoxLook/VertScrollTop" />
     5222                <Image component="BottomEdge" name="OrxonoxLook/VertScrollBottom" />
     5223                <Image component="Background" name="OrxonoxLook/VertScrollMiddle" />
    44145224            </FrameComponent>
    44155225            <ImageryComponent>
    44165226                <Area>
    4417                     <Dim type="LeftEdge" ><UnifiedDim scale="0.45" type="LeftEdge" /></Dim>
    4418                     <Dim type="TopEdge" >
    4419                         <WidgetDim widget="__auto_decbtn__" dimension="Height">
    4420                             <DimOperator op="Add">
    4421                                 <ImageDim imageset="OrxonoxLook" image="VertScrollTop" dimension="Height">
    4422                                     <DimOperator op="Multiply">
    4423                                         <AbsoluteDim value="0.5" />
    4424                                     </DimOperator>
    4425                                 </ImageDim>
    4426                             </DimOperator>
    4427                         </WidgetDim>
    4428                     </Dim>
    4429                     <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
    4430                     <Dim type="BottomEdge" >
    4431                         <UnifiedDim scale="1.0" type="BottomEdge">
    4432                             <DimOperator op="Subtract">
    4433                                 <WidgetDim widget="__auto_decbtn__" dimension="Height">
    4434                                     <DimOperator op="Add">
    4435                                         <ImageDim imageset="OrxonoxLook" image="VertScrollTop" dimension="Height">
    4436                                             <DimOperator op="Multiply">
    4437                                                 <AbsoluteDim value="0.5" />
    4438                                             </DimOperator>
    4439                                         </ImageDim>
    4440                                     </DimOperator>
    4441                                 </WidgetDim>
    4442                             </DimOperator>
    4443                         </UnifiedDim>
    4444                     </Dim>
    4445                 </Area>
    4446                 <Image imageset="OrxonoxLook" image="VertScrollBarSegment" />
     5227                    <Dim type="LeftEdge">
     5228                        <UnifiedDim scale="0.45" type="LeftEdge" />
     5229                    </Dim>
     5230                    <Dim type="TopEdge">
     5231                        <OperatorDim op="Add">
     5232                            <WidgetDim dimension="Height" widget="__auto_decbtn__" />
     5233                            <OperatorDim op="Multiply">
     5234                                <ImageDim dimension="Height" name="OrxonoxLook/VertScrollTop" />
     5235                                <AbsoluteDim value="0.5" />
     5236                            </OperatorDim>
     5237                        </OperatorDim>
     5238                    </Dim>
     5239                    <Dim type="RightEdge">
     5240                        <UnifiedDim scale="1.0" type="RightEdge" />
     5241                    </Dim>
     5242                    <Dim type="BottomEdge">
     5243                        <OperatorDim op="Subtract">
     5244                            <UnifiedDim scale="1.0" type="BottomEdge" />
     5245                            <OperatorDim op="Add">
     5246                                <WidgetDim dimension="Height" widget="__auto_decbtn__" />
     5247                                <OperatorDim op="Multiply">
     5248                                    <ImageDim dimension="Height" name="OrxonoxLook/VertScrollTop" />
     5249                                    <AbsoluteDim value="0.5" />
     5250                                </OperatorDim>
     5251                            </OperatorDim>
     5252                        </OperatorDim>
     5253                    </Dim>
     5254                </Area>
     5255                <Image name="OrxonoxLook/VertScrollBarSegment" />
    44475256                <VertFormat type="Tiled" />
    44485257            </ImageryComponent>
     
    44565265            <Layer>
    44575266                <Section section="main">
    4458                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5267                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    44595268                </Section>
    44605269            </Layer>
    44615270        </StateImagery>
    44625271    </WidgetLook>
    4463 
    4464     <!--
    4465     ***************************************************
    4466         OrxonoxLook/ImageButton
    4467     ***************************************************
    4468     -->
    44695272    <WidgetLook name="OrxonoxLook/ImageButton">
    4470         <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />
    4471         <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />
    4472         <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />
    4473         <PropertyDefinition name="DisabledImage" initialValue="" redrawOnWrite="true" />
    4474         <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
    4475         <PropertyDefinition name="HorzImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
     5273        <PropertyDefinition initialValue="" name="NormalImage" redrawOnWrite="true" />
     5274        <PropertyDefinition initialValue="" name="HoverImage" redrawOnWrite="true" />
     5275        <PropertyDefinition initialValue="" name="PushedImage" redrawOnWrite="true" />
     5276        <PropertyDefinition initialValue="" name="DisabledImage" redrawOnWrite="true" />
     5277        <PropertyDefinition initialValue="Stretched" name="VertImageFormatting" redrawOnWrite="true" />
     5278        <PropertyDefinition initialValue="Stretched" name="HorzImageFormatting" redrawOnWrite="true" />
    44765279        <ImagerySection name="normal">
    44775280            <ImageryComponent>
    44785281                <Area>
    4479                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4480                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4481                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4482                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5282                    <Dim type="LeftEdge">
     5283                        <AbsoluteDim value="0" />
     5284                    </Dim>
     5285                    <Dim type="TopEdge">
     5286                        <AbsoluteDim value="0" />
     5287                    </Dim>
     5288                    <Dim type="Width">
     5289                        <UnifiedDim scale="1" type="Width" />
     5290                    </Dim>
     5291                    <Dim type="Height">
     5292                        <UnifiedDim scale="1" type="Height" />
     5293                    </Dim>
    44835294                </Area>
    44845295                <ImageProperty name="NormalImage" />
     
    44905301            <ImageryComponent>
    44915302                <Area>
    4492                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4493                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4494                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4495                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5303                    <Dim type="LeftEdge">
     5304                        <AbsoluteDim value="0" />
     5305                    </Dim>
     5306                    <Dim type="TopEdge">
     5307                        <AbsoluteDim value="0" />
     5308                    </Dim>
     5309                    <Dim type="Width">
     5310                        <UnifiedDim scale="1" type="Width" />
     5311                    </Dim>
     5312                    <Dim type="Height">
     5313                        <UnifiedDim scale="1" type="Height" />
     5314                    </Dim>
    44965315                </Area>
    44975316                <ImageProperty name="HoverImage" />
     
    45035322            <ImageryComponent>
    45045323                <Area>
    4505                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4506                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4507                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4508                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5324                    <Dim type="LeftEdge">
     5325                        <AbsoluteDim value="0" />
     5326                    </Dim>
     5327                    <Dim type="TopEdge">
     5328                        <AbsoluteDim value="0" />
     5329                    </Dim>
     5330                    <Dim type="Width">
     5331                        <UnifiedDim scale="1" type="Width" />
     5332                    </Dim>
     5333                    <Dim type="Height">
     5334                        <UnifiedDim scale="1" type="Height" />
     5335                    </Dim>
    45095336                </Area>
    45105337                <ImageProperty name="PushedImage" />
     
    45165343            <ImageryComponent>
    45175344                <Area>
    4518                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4519                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4520                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4521                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5345                    <Dim type="LeftEdge">
     5346                        <AbsoluteDim value="0" />
     5347                    </Dim>
     5348                    <Dim type="TopEdge">
     5349                        <AbsoluteDim value="0" />
     5350                    </Dim>
     5351                    <Dim type="Width">
     5352                        <UnifiedDim scale="1" type="Width" />
     5353                    </Dim>
     5354                    <Dim type="Height">
     5355                        <UnifiedDim scale="1" type="Height" />
     5356                    </Dim>
    45225357                </Area>
    45235358                <ImageProperty name="DisabledImage" />
     
    45525387        </StateImagery>
    45535388    </WidgetLook>
    4554 
    4555     <!--
    4556     ***************************************************
    4557         OrxonoxLook/ItemListbox
    4558     ***************************************************
    4559     -->
    45605389    <WidgetLook name="OrxonoxLook/ItemListbox">
    45615390        <NamedArea name="ItemRenderArea">
    45625391            <Area>
    4563                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxLeft" dimension="Width" /></Dim>
    4564                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxTop" dimension="Height" /></Dim>
    4565                 <Dim type="RightEdge" >
    4566                     <UnifiedDim scale="1" type="RightEdge">
    4567                         <DimOperator op="Subtract">
    4568                             <ImageDim imageset="OrxonoxLook" image="ListboxRight" dimension="Width" />
    4569                         </DimOperator>
    4570                     </UnifiedDim>
    4571                 </Dim>
    4572                 <Dim type="BottomEdge" >
    4573                     <UnifiedDim scale="1" type="BottomEdge">
    4574                         <DimOperator op="Subtract">
    4575                             <ImageDim imageset="OrxonoxLook" image="ListboxBottom" dimension="Height" />
    4576                         </DimOperator>
    4577                     </UnifiedDim>
     5392                <Dim type="LeftEdge">
     5393                    <ImageDim dimension="Width" name="OrxonoxLook/ListboxLeft" />
     5394                </Dim>
     5395                <Dim type="TopEdge">
     5396                    <ImageDim dimension="Height" name="OrxonoxLook/ListboxTop" />
     5397                </Dim>
     5398                <Dim type="RightEdge">
     5399                    <OperatorDim op="Subtract">
     5400                        <UnifiedDim scale="1" type="RightEdge" />
     5401                        <ImageDim dimension="Width" name="OrxonoxLook/ListboxRight" />
     5402                    </OperatorDim>
     5403                </Dim>
     5404                <Dim type="BottomEdge">
     5405                    <OperatorDim op="Subtract">
     5406                        <UnifiedDim scale="1" type="BottomEdge" />
     5407                        <ImageDim dimension="Height" name="OrxonoxLook/ListboxBottom" />
     5408                    </OperatorDim>
    45785409                </Dim>
    45795410            </Area>
     
    45815412        <NamedArea name="ItemRenderAreaHScroll">
    45825413            <Area>
    4583                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxLeft" dimension="Width" /></Dim>
    4584                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxTop" dimension="Height" /></Dim>
    4585                 <Dim type="RightEdge" >
    4586                     <UnifiedDim scale="1" type="RightEdge">
    4587                         <DimOperator op="Subtract">
    4588                             <ImageDim imageset="OrxonoxLook" image="ListboxRight" dimension="Width" />
    4589                         </DimOperator>
    4590                     </UnifiedDim>
    4591                 </Dim>
    4592                 <Dim type="BottomEdge" >
    4593                     <UnifiedDim scale="1" offset="-12" type="BottomEdge" />
     5414                <Dim type="LeftEdge">
     5415                    <ImageDim dimension="Width" name="OrxonoxLook/ListboxLeft" />
     5416                </Dim>
     5417                <Dim type="TopEdge">
     5418                    <ImageDim dimension="Height" name="OrxonoxLook/ListboxTop" />
     5419                </Dim>
     5420                <Dim type="RightEdge">
     5421                    <OperatorDim op="Subtract">
     5422                        <UnifiedDim scale="1" type="RightEdge" />
     5423                        <ImageDim dimension="Width" name="OrxonoxLook/ListboxRight" />
     5424                    </OperatorDim>
     5425                </Dim>
     5426                <Dim type="BottomEdge">
     5427                    <UnifiedDim offset="-12" scale="1" type="BottomEdge" />
    45945428                </Dim>
    45955429            </Area>
     
    45975431        <NamedArea name="ItemRenderAreaVScroll">
    45985432            <Area>
    4599                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxLeft" dimension="Width" /></Dim>
    4600                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxTop" dimension="Height" /></Dim>
    4601                 <Dim type="RightEdge" >
    4602                     <UnifiedDim scale="1" offset="-12" type="RightEdge" />
    4603                 </Dim>
    4604                 <Dim type="BottomEdge" >
    4605                     <UnifiedDim scale="1" type="BottomEdge">
    4606                         <DimOperator op="Subtract">
    4607                             <ImageDim imageset="OrxonoxLook" image="ListboxBottom" dimension="Height" />
    4608                         </DimOperator>
    4609                     </UnifiedDim>
     5433                <Dim type="LeftEdge">
     5434                    <ImageDim dimension="Width" name="OrxonoxLook/ListboxLeft" />
     5435                </Dim>
     5436                <Dim type="TopEdge">
     5437                    <ImageDim dimension="Height" name="OrxonoxLook/ListboxTop" />
     5438                </Dim>
     5439                <Dim type="RightEdge">
     5440                    <UnifiedDim offset="-12" scale="1" type="RightEdge" />
     5441                </Dim>
     5442                <Dim type="BottomEdge">
     5443                    <OperatorDim op="Subtract">
     5444                        <UnifiedDim scale="1" type="BottomEdge" />
     5445                        <ImageDim dimension="Height" name="OrxonoxLook/ListboxBottom" />
     5446                    </OperatorDim>
    46105447                </Dim>
    46115448            </Area>
     
    46135450        <NamedArea name="ItemRenderAreaHVScroll">
    46145451            <Area>
    4615                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxLeft" dimension="Width" /></Dim>
    4616                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="ListboxTop" dimension="Height" /></Dim>
    4617                 <Dim type="RightEdge" >
    4618                     <UnifiedDim scale="1" offset="-12" type="RightEdge" />
    4619                 </Dim>
    4620                 <Dim type="BottomEdge" >
    4621                     <UnifiedDim scale="1" offset="-12" type="BottomEdge" />
     5452                <Dim type="LeftEdge">
     5453                    <ImageDim dimension="Width" name="OrxonoxLook/ListboxLeft" />
     5454                </Dim>
     5455                <Dim type="TopEdge">
     5456                    <ImageDim dimension="Height" name="OrxonoxLook/ListboxTop" />
     5457                </Dim>
     5458                <Dim type="RightEdge">
     5459                    <UnifiedDim offset="-12" scale="1" type="RightEdge" />
     5460                </Dim>
     5461                <Dim type="BottomEdge">
     5462                    <UnifiedDim offset="-12" scale="1" type="BottomEdge" />
    46225463                </Dim>
    46235464            </Area>
    46245465        </NamedArea>
    4625         <Child  type="OrxonoxLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    4626             <Area>
    4627                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4628                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4629                 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
    4630                 <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
     5466        <Child nameSuffix="__auto_hscrollbar__" type="OrxonoxLook/HorizontalScrollbar">
     5467            <Area>
     5468                <Dim type="LeftEdge">
     5469                    <AbsoluteDim value="0" />
     5470                </Dim>
     5471                <Dim type="TopEdge">
     5472                    <AbsoluteDim value="0" />
     5473                </Dim>
     5474                <Dim type="Width">
     5475                    <UnifiedDim offset="-12" scale="1" type="Width" />
     5476                </Dim>
     5477                <Dim type="Height">
     5478                    <AbsoluteDim value="12" />
     5479                </Dim>
    46315480            </Area>
    46325481            <VertAlignment type="BottomAligned" />
    46335482        </Child>
    4634         <Child  type="OrxonoxLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    4635             <Area>
    4636                 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4637                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4638                 <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
    4639                 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
     5483        <Child nameSuffix="__auto_vscrollbar__" type="OrxonoxLook/VerticalScrollbar">
     5484            <Area>
     5485                <Dim type="LeftEdge">
     5486                    <AbsoluteDim value="0" />
     5487                </Dim>
     5488                <Dim type="TopEdge">
     5489                    <AbsoluteDim value="0" />
     5490                </Dim>
     5491                <Dim type="Width">
     5492                    <AbsoluteDim value="12" />
     5493                </Dim>
     5494                <Dim type="Height">
     5495                    <UnifiedDim scale="1" type="Height" />
     5496                </Dim>
    46405497            </Area>
    46415498            <HorzAlignment type="RightAligned" />
     
    46445501            <FrameComponent>
    46455502                <Area>
    4646                     <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
    4647                     <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4648                     <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
    4649                     <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
    4650                 </Area>
    4651                 <Image type="TopLeftCorner" imageset="OrxonoxLook" image="ListboxTopLeft" />
    4652                 <Image type="TopRightCorner" imageset="OrxonoxLook" image="ListboxTopRight" />
    4653                 <Image type="BottomLeftCorner" imageset="OrxonoxLook" image="ListboxBottomLeft" />
    4654                 <Image type="BottomRightCorner" imageset="OrxonoxLook" image="ListboxBottomRight" />
    4655                 <Image type="LeftEdge" imageset="OrxonoxLook" image="ListboxLeft" />
    4656                 <Image type="RightEdge" imageset="OrxonoxLook" image="ListboxRight" />
    4657                 <Image type="TopEdge" imageset="OrxonoxLook" image="ListboxTop" />
    4658                 <Image type="BottomEdge" imageset="OrxonoxLook" image="ListboxBottom" />
    4659                 <Image type="Background" imageset="OrxonoxLook" image="ListboxBackdrop" />
     5503                    <Dim type="LeftEdge">
     5504                        <AbsoluteDim value="0" />
     5505                    </Dim>
     5506                    <Dim type="TopEdge">
     5507                        <AbsoluteDim value="0" />
     5508                    </Dim>
     5509                    <Dim type="Width">
     5510                        <UnifiedDim scale="1" type="Width" />
     5511                    </Dim>
     5512                    <Dim type="Height">
     5513                        <UnifiedDim scale="1" type="Height" />
     5514                    </Dim>
     5515                </Area>
     5516                <Image component="TopLeftCorner" name="OrxonoxLook/ListboxTopLeft" />
     5517                <Image component="TopRightCorner" name="OrxonoxLook/ListboxTopRight" />
     5518                <Image component="BottomLeftCorner" name="OrxonoxLook/ListboxBottomLeft" />
     5519                <Image component="BottomRightCorner" name="OrxonoxLook/ListboxBottomRight" />
     5520                <Image component="LeftEdge" name="OrxonoxLook/ListboxLeft" />
     5521                <Image component="RightEdge" name="OrxonoxLook/ListboxRight" />
     5522                <Image component="TopEdge" name="OrxonoxLook/ListboxTop" />
     5523                <Image component="BottomEdge" name="OrxonoxLook/ListboxBottom" />
     5524                <Image component="Background" name="OrxonoxLook/ListboxBackdrop" />
    46605525            </FrameComponent>
    46615526        </ImagerySection>
     
    46715536        </StateImagery>
    46725537    </WidgetLook>
    4673 
    4674 
    4675     <!--
    4676     ***************************************************
    4677         OrxonoxLook/ListboxItem
    4678     ***************************************************
    4679     -->
    46805538    <WidgetLook name="OrxonoxLook/ListboxItem">
    4681         <PropertyDefinition name="TextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    4682         <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
    4683         <PropertyDefinition name="SelectionBrush" initialValue="set:OrxonoxLook image:ListboxSelectionBrush" redrawOnWrite="true" />
    4684         <PropertyDefinition name="SelectionColour" initialValue="FF4444AA" redrawOnWrite="true" />
     5539        <PropertyDefinition initialValue="FFFFFFFF" name="TextColour" redrawOnWrite="true" />
     5540        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
     5541        <PropertyDefinition initialValue="set:OrxonoxLook image:ListboxSelectionBrush" name="SelectionBrush" redrawOnWrite="true" />
     5542        <PropertyDefinition initialValue="FF4444AA" name="SelectionColour" redrawOnWrite="true" />
    46855543        <Property name="Selectable" value="True" />
    46865544        <NamedArea name="ContentSize">
    46875545            <Area>
    4688                 <Dim type="LeftEdge" >
    4689                     <AbsoluteDim value="0" />
    4690                 </Dim>
    4691                 <Dim type="TopEdge" >
    4692                     <AbsoluteDim value="0" />
    4693                 </Dim>
    4694                 <Dim type="Width" >
    4695                     <FontDim type="HorzExtent" padding="6" />
    4696                 </Dim>
    4697                 <Dim type="Height" >
     5546                <Dim type="LeftEdge">
     5547                    <AbsoluteDim value="0" />
     5548                </Dim>
     5549                <Dim type="TopEdge">
     5550                    <AbsoluteDim value="0" />
     5551                </Dim>
     5552                <Dim type="Width">
     5553                    <FontDim padding="6" type="HorzExtent" />
     5554                </Dim>
     5555                <Dim type="Height">
    46985556                    <FontDim type="LineSpacing" />
    46995557                </Dim>
     
    47105568                    </Dim>
    47115569                    <Dim type="RightEdge">
    4712                         <UnifiedDim scale="1" offset="-3" type="RightEdge" />
     5570                        <UnifiedDim offset="-3" scale="1" type="RightEdge" />
    47135571                    </Dim>
    47145572                    <Dim type="BottomEdge">
     
    47715629        </StateImagery>
    47725630    </WidgetLook>
    4773 
    4774 <!--
    4775 /**********************************************************************************************************
    4776         OrxonoxLook/Tree
    4777 ***********************************************************************************************************/
    4778 -->
    4779 <WidgetLook name="OrxonoxLook/Tree">
    4780         <Property name="SelectionBrushImage" value="set:OrxonoxLook image:GenericBrush" />
     5631    <WidgetLook name="OrxonoxLook/Tree">
     5632        <Property name="SelectionBrushImage" value="OrxonoxLook/GenericBrush" />
    47815633        <Property name="NormalTextColour" value="FF000000" />
    47825634        <Property name="SelectedTextColour" value="FFFFFFFF" />
     
    47855637        <NamedArea name="ItemRenderingArea">
    47865638            <Area>
    4787                 <Dim type="LeftEdge" ><ImageDim imageset="OrxonoxLook" image="WindowLeftEdge" dimension="Width" /></Dim>
    4788                 <Dim type="TopEdge" ><ImageDim imageset="OrxonoxLook" image="WindowTopEdge" dimension="Height" /></Dim>
    4789                 <Dim type="RightEdge" >
    4790                     <UnifiedDim scale="1" type="RightEdge">
    4791                         <DimOperator op="Subtract">
    4792                             <ImageDim imageset="OrxonoxLook" image="WindowRightEdge" dimension="Width" />
    4793                         </DimOperator>
    4794                     </UnifiedDim>
    4795                 </Dim>
    4796                 <Dim type="BottomEdge" >
    4797                     <UnifiedDim scale="1" type="BottomEdge">
    4798                         <DimOperator op="Subtract">
    4799                             <ImageDim imageset="OrxonoxLook" image="WindowBottomEdge" dimension="Height" />
    4800                         </DimOperator>
    4801                     </UnifiedDim>
     5639                <Dim type="LeftEdge">
     5640                    <ImageDim dimension="Width" name="OrxonoxLook/WindowLeftEdge" />
     5641                </Dim>
     5642                <Dim type="TopEdge">
     5643                    <ImageDim dimension="Height" name="OrxonoxLook/WindowTopEdge" />
     5644                </Dim>
     5645                <Dim type="RightEdge">
     5646                    <OperatorDim op="Subtract">
     5647                        <UnifiedDim scale="1" type="RightEdge" />
     5648                        <ImageDim dimension="Width" name="OrxonoxLook/WindowRightEdge" />
     5649                    </OperatorDim>
     5650                </Dim>
     5651                <Dim type="BottomEdge">
     5652                    <OperatorDim op="Subtract">
     5653                        <UnifiedDim scale="1" type="BottomEdge" />
     5654                        <ImageDim dimension="Height" name="OrxonoxLook/WindowBottomEdge" />
     5655                    </OperatorDim>
    48025656                </Dim>
    48035657            </Area>
    48045658        </NamedArea>
    4805         <Child  type="OrxonoxLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
    4806             <Area>
    4807                 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
    4808                 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
    4809                 <Dim type="Width" ><UnifiedDim scale="1" offset="-25" type="Width" /></Dim>
    4810                 <Dim type="Height" ><AbsoluteDim value="10" /></Dim>
     5659        <Child nameSuffix="__auto_hscrollbar__" type="OrxonoxLook/HorizontalScrollbar">
     5660            <Area>
     5661                <Dim type="LeftEdge">
     5662                    <AbsoluteDim value="5" />
     5663                </Dim>
     5664                <Dim type="TopEdge">
     5665                    <AbsoluteDim value="0" />
     5666                </Dim>
     5667                <Dim type="Width">
     5668                    <UnifiedDim offset="-25" scale="1" type="Width" />
     5669                </Dim>
     5670                <Dim type="Height">
     5671                    <AbsoluteDim value="10" />
     5672                </Dim>
    48115673            </Area>
    48125674            <VertAlignment type="BottomAligned" />
    48135675        </Child>
    4814         <Child  type="OrxonoxLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
    4815             <Area>
    4816                 <Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
    4817                 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
    4818                 <Dim type="Width" ><AbsoluteDim value="10" /></Dim>
    4819                 <Dim type="Height" ><UnifiedDim scale="1" offset="-10" type="Height" /></Dim>
     5676        <Child nameSuffix="__auto_vscrollbar__" type="OrxonoxLook/VerticalScrollbar">
     5677            <Area>
     5678                <Dim type="LeftEdge">
     5679                    <AbsoluteDim value="-5" />
     5680                </Dim>
     5681                <Dim type="TopEdge">
     5682                    <AbsoluteDim value="5" />
     5683                </Dim>
     5684                <Dim type="Width">
     5685                    <AbsoluteDim value="10" />
     5686                </Dim>
     5687                <Dim type="Height">
     5688                    <UnifiedDim offset="-10" scale="1" type="Height" />
     5689                </Dim>
    48205690            </Area>
    48215691            <HorzAlignment type="RightAligned" />
     
    48245694            <ImageryComponent>
    48255695                <Area>
    4826                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    4827                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    4828                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
    4829                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    4830                 </Area>
    4831                 <Image imageset="OrxonoxLook" image="TreeListClosed" />
    4832               <!--  <VertFormat type="Stretched" />
    4833                 <HorzFormat type="Stretched" /> -->
     5696                    <Dim type="LeftEdge">
     5697                        <AbsoluteDim value="0" />
     5698                    </Dim>
     5699                    <Dim type="TopEdge">
     5700                        <AbsoluteDim value="0" />
     5701                    </Dim>
     5702                    <Dim type="RightEdge">
     5703                        <UnifiedDim scale="1" type="RightEdge" />
     5704                    </Dim>
     5705                    <Dim type="BottomEdge">
     5706                        <UnifiedDim scale="1" type="BottomEdge" />
     5707                    </Dim>
     5708                </Area>
     5709                <Image name="OrxonoxLook/TreeListClosed" />
    48345710            </ImageryComponent>
    48355711        </ImagerySection>
     
    48375713            <ImageryComponent>
    48385714                <Area>
    4839                     <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
    4840                     <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
    4841                     <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
    4842                     <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
    4843                 </Area>
    4844                 <Image imageset="OrxonoxLook" image="TreeListOpened" />
     5715                    <Dim type="LeftEdge">
     5716                        <AbsoluteDim value="0" />
     5717                    </Dim>
     5718                    <Dim type="TopEdge">
     5719                        <AbsoluteDim value="0" />
     5720                    </Dim>
     5721                    <Dim type="RightEdge">
     5722                        <UnifiedDim scale="1" type="RightEdge" />
     5723                    </Dim>
     5724                    <Dim type="BottomEdge">
     5725                        <UnifiedDim scale="1" type="BottomEdge" />
     5726                    </Dim>
     5727                </Area>
     5728                <Image name="OrxonoxLook/TreeListOpened" />
    48455729                <VertFormat type="Stretched" />
    48465730                <HorzFormat type="Stretched" />
     
    48505734            <Layer>
    48515735                <Section look="OrxonoxLook/StaticShared" section="frame">
    4852                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5736                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    48535737                </Section>
    48545738            </Layer>
     
    48575741            <Layer>
    48585742                <Section look="OrxonoxLook/StaticShared" section="frame">
    4859                     <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
     5743                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
    48605744                </Section>
    48615745            </Layer>
    48625746        </StateImagery>
    48635747    </WidgetLook>
    4864 
    4865 
    48665748</Falagard>
    4867 
    4868 
Note: See TracChangeset for help on using the changeset viewer.