- Timestamp:
- Feb 20, 2018, 11:41:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/cegui0.8_ogre1.9/gui/looknfeels/WindowsLook.looknfeel
r7708 r11792 1 <?xml version="1.0" ?> 2 <Falagard> 3 <!-- 4 *************************************************** 5 WindowsLook/Button 6 *************************************************** 7 --> 1 <?xml version='1.0' encoding='utf-8'?> 2 <Falagard version="7"> 8 3 <WidgetLook name="WindowsLook/Button"> 9 <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />10 <PropertyDefinition name="HoverTextColour" initialValue="FF000000" redrawOnWrite="true" />11 <PropertyDefinition name="PushedTextColour" initialValue="FF000000" redrawOnWrite="true" />12 <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />4 <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" /> 5 <PropertyDefinition initialValue="FF000000" name="HoverTextColour" redrawOnWrite="true" /> 6 <PropertyDefinition initialValue="FF000000" name="PushedTextColour" redrawOnWrite="true" /> 7 <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" /> 13 8 <ImagerySection name="label"> 14 9 <TextComponent> … … 47 42 </Dim> 48 43 </Area> 49 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonNormalTopLeft" />50 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonNormalTopRight" />51 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonNormalBottomLeft" />52 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonNormalBottomRight" />53 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonNormalLeft" />54 <Image type="TopEdge" imageset="WindowsLook" image="ButtonNormalTop" />55 <Image type="RightEdge" imageset="WindowsLook" image="ButtonNormalRight" />56 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonNormalBottom" />44 <Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft" /> 45 <Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight" /> 46 <Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft" /> 47 <Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight" /> 48 <Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft" /> 49 <Image component="TopEdge" name="WindowsLook/ButtonNormalTop" /> 50 <Image component="RightEdge" name="WindowsLook/ButtonNormalRight" /> 51 <Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom" /> 57 52 </FrameComponent> 58 53 <ImageryComponent> 59 54 <Area> 60 55 <Dim type="LeftEdge"> 61 <ImageDim imageset="WindowsLook" image="ButtonNormalLeft" dimension="Width" />62 </Dim> 63 <Dim type="TopEdge"> 64 <ImageDim imageset="WindowsLook" image="ButtonNormalTop" dimension="Height" />56 <ImageDim dimension="Width" name="WindowsLook/ButtonNormalLeft" /> 57 </Dim> 58 <Dim type="TopEdge"> 59 <ImageDim dimension="Height" name="WindowsLook/ButtonNormalTop" /> 65 60 </Dim> 66 61 <Dim type="RightEdge"> 67 <UnifiedDim scale="1" type="RightEdge"> 68 <DimOperator op="Subtract"> 69 <ImageDim imageset="WindowsLook" image="ButtonNormalRight" dimension="Width" /> 70 </DimOperator> 71 </UnifiedDim> 72 </Dim> 73 <Dim type="BottomEdge"> 74 <UnifiedDim scale="1" type="BottomEdge"> 75 <DimOperator op="Subtract"> 76 <ImageDim imageset="WindowsLook" image="ButtonNormalBottom" dimension="Height" /> 77 </DimOperator> 78 </UnifiedDim> 79 </Dim> 80 </Area> 81 <Image imageset="WindowsLook" image="Background" /> 82 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" /> 62 <OperatorDim op="Subtract"> 63 <UnifiedDim scale="1" type="RightEdge" /> 64 <ImageDim dimension="Width" name="WindowsLook/ButtonNormalRight" /> 65 </OperatorDim> 66 </Dim> 67 <Dim type="BottomEdge"> 68 <OperatorDim op="Subtract"> 69 <UnifiedDim scale="1" type="BottomEdge" /> 70 <ImageDim dimension="Height" name="WindowsLook/ButtonNormalBottom" /> 71 </OperatorDim> 72 </Dim> 73 </Area> 74 <Image name="WindowsLook/Background" /> 75 <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" /> 83 76 <VertFormat type="Stretched" /> 84 77 <HorzFormat type="Stretched" /> … … 101 94 </Dim> 102 95 </Area> 103 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonHoverTopLeft" />104 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonHoverTopRight" />105 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonHoverBottomLeft" />106 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonHoverBottomRight" />107 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonHoverLeft" />108 <Image type="TopEdge" imageset="WindowsLook" image="ButtonHoverTop" />109 <Image type="RightEdge" imageset="WindowsLook" image="ButtonHoverRight" />110 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonHoverBottom" />96 <Image component="TopLeftCorner" name="WindowsLook/ButtonHoverTopLeft" /> 97 <Image component="TopRightCorner" name="WindowsLook/ButtonHoverTopRight" /> 98 <Image component="BottomLeftCorner" name="WindowsLook/ButtonHoverBottomLeft" /> 99 <Image component="BottomRightCorner" name="WindowsLook/ButtonHoverBottomRight" /> 100 <Image component="LeftEdge" name="WindowsLook/ButtonHoverLeft" /> 101 <Image component="TopEdge" name="WindowsLook/ButtonHoverTop" /> 102 <Image component="RightEdge" name="WindowsLook/ButtonHoverRight" /> 103 <Image component="BottomEdge" name="WindowsLook/ButtonHoverBottom" /> 111 104 </FrameComponent> 112 105 <ImageryComponent> 113 106 <Area> 114 107 <Dim type="LeftEdge"> 115 <ImageDim imageset="WindowsLook" image="ButtonHoverLeft" dimension="Width" />116 </Dim> 117 <Dim type="TopEdge"> 118 <ImageDim imageset="WindowsLook" image="ButtonHoverTop" dimension="Height" />108 <ImageDim dimension="Width" name="WindowsLook/ButtonHoverLeft" /> 109 </Dim> 110 <Dim type="TopEdge"> 111 <ImageDim dimension="Height" name="WindowsLook/ButtonHoverTop" /> 119 112 </Dim> 120 113 <Dim type="RightEdge"> 121 <UnifiedDim scale="1" type="RightEdge"> 122 <DimOperator op="Subtract"> 123 <ImageDim imageset="WindowsLook" image="ButtonHoverRight" dimension="Width" /> 124 </DimOperator> 125 </UnifiedDim> 126 </Dim> 127 <Dim type="BottomEdge"> 128 <UnifiedDim scale="1" type="BottomEdge"> 129 <DimOperator op="Subtract"> 130 <ImageDim imageset="WindowsLook" image="ButtonHoverBottom" dimension="Height" /> 131 </DimOperator> 132 </UnifiedDim> 133 </Dim> 134 </Area> 135 <Image imageset="WindowsLook" image="Background" /> 136 <Colours topLeft="FFCFD9CF" topRight="FFF2FFF2" bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" /> 114 <OperatorDim op="Subtract"> 115 <UnifiedDim scale="1" type="RightEdge" /> 116 <ImageDim dimension="Width" name="WindowsLook/ButtonHoverRight" /> 117 </OperatorDim> 118 </Dim> 119 <Dim type="BottomEdge"> 120 <OperatorDim op="Subtract"> 121 <UnifiedDim scale="1" type="BottomEdge" /> 122 <ImageDim dimension="Height" name="WindowsLook/ButtonHoverBottom" /> 123 </OperatorDim> 124 </Dim> 125 </Area> 126 <Image name="WindowsLook/Background" /> 127 <Colours bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" topLeft="FFCFD9CF" topRight="FFF2FFF2" /> 137 128 <VertFormat type="Stretched" /> 138 129 <HorzFormat type="Stretched" /> … … 155 146 </Dim> 156 147 </Area> 157 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonPushedTopLeft" />158 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonPushedTopRight" />159 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonPushedBottomLeft" />160 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonPushedBottomRight" />161 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonPushedLeft" />162 <Image type="TopEdge" imageset="WindowsLook" image="ButtonPushedTop" />163 <Image type="RightEdge" imageset="WindowsLook" image="ButtonPushedRight" />164 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonPushedBottom" />148 <Image component="TopLeftCorner" name="WindowsLook/ButtonPushedTopLeft" /> 149 <Image component="TopRightCorner" name="WindowsLook/ButtonPushedTopRight" /> 150 <Image component="BottomLeftCorner" name="WindowsLook/ButtonPushedBottomLeft" /> 151 <Image component="BottomRightCorner" name="WindowsLook/ButtonPushedBottomRight" /> 152 <Image component="LeftEdge" name="WindowsLook/ButtonPushedLeft" /> 153 <Image component="TopEdge" name="WindowsLook/ButtonPushedTop" /> 154 <Image component="RightEdge" name="WindowsLook/ButtonPushedRight" /> 155 <Image component="BottomEdge" name="WindowsLook/ButtonPushedBottom" /> 165 156 </FrameComponent> 166 157 <ImageryComponent> 167 158 <Area> 168 159 <Dim type="LeftEdge"> 169 <ImageDim imageset="WindowsLook" image="ButtonPushedLeft" dimension="Width" />170 </Dim> 171 <Dim type="TopEdge"> 172 <ImageDim imageset="WindowsLook" image="ButtonPushedTop" dimension="Height" />160 <ImageDim dimension="Width" name="WindowsLook/ButtonPushedLeft" /> 161 </Dim> 162 <Dim type="TopEdge"> 163 <ImageDim dimension="Height" name="WindowsLook/ButtonPushedTop" /> 173 164 </Dim> 174 165 <Dim type="RightEdge"> 175 <UnifiedDim scale="1" type="RightEdge"> 176 <DimOperator op="Subtract"> 177 <ImageDim imageset="WindowsLook" image="ButtonPushedRight" dimension="Width" /> 178 </DimOperator> 179 </UnifiedDim> 180 </Dim> 181 <Dim type="BottomEdge"> 182 <UnifiedDim scale="1" type="BottomEdge"> 183 <DimOperator op="Subtract"> 184 <ImageDim imageset="WindowsLook" image="ButtonPushedBottom" dimension="Height" /> 185 </DimOperator> 186 </UnifiedDim> 187 </Dim> 188 </Area> 189 <Image imageset="WindowsLook" image="Background" /> 190 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" /> 166 <OperatorDim op="Subtract"> 167 <UnifiedDim scale="1" type="RightEdge" /> 168 <ImageDim dimension="Width" name="WindowsLook/ButtonPushedRight" /> 169 </OperatorDim> 170 </Dim> 171 <Dim type="BottomEdge"> 172 <OperatorDim op="Subtract"> 173 <UnifiedDim scale="1" type="BottomEdge" /> 174 <ImageDim dimension="Height" name="WindowsLook/ButtonPushedBottom" /> 175 </OperatorDim> 176 </Dim> 177 </Area> 178 <Image name="WindowsLook/Background" /> 179 <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" /> 191 180 <VertFormat type="Stretched" /> 192 181 <HorzFormat type="Stretched" /> … … 209 198 </Dim> 210 199 </Area> 211 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonNormalTopLeft" />212 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonNormalTopRight" />213 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonNormalBottomLeft" />214 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonNormalBottomRight" />215 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonNormalLeft" />216 <Image type="TopEdge" imageset="WindowsLook" image="ButtonNormalTop" />217 <Image type="RightEdge" imageset="WindowsLook" image="ButtonNormalRight" />218 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonNormalBottom" />200 <Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft" /> 201 <Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight" /> 202 <Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft" /> 203 <Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight" /> 204 <Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft" /> 205 <Image component="TopEdge" name="WindowsLook/ButtonNormalTop" /> 206 <Image component="RightEdge" name="WindowsLook/ButtonNormalRight" /> 207 <Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom" /> 219 208 </FrameComponent> 220 209 <ImageryComponent> 221 210 <Area> 222 211 <Dim type="LeftEdge"> 223 <ImageDim imageset="WindowsLook" image="ButtonNormalLeft" dimension="Width" />224 </Dim> 225 <Dim type="TopEdge"> 226 <ImageDim imageset="WindowsLook" image="ButtonNormalTop" dimension="Height" />212 <ImageDim dimension="Width" name="WindowsLook/ButtonNormalLeft" /> 213 </Dim> 214 <Dim type="TopEdge"> 215 <ImageDim dimension="Height" name="WindowsLook/ButtonNormalTop" /> 227 216 </Dim> 228 217 <Dim type="RightEdge"> 229 <UnifiedDim scale="1" type="RightEdge"> 230 <DimOperator op="Subtract"> 231 <ImageDim imageset="WindowsLook" image="ButtonNormalRight" dimension="Width" /> 232 </DimOperator> 233 </UnifiedDim> 234 </Dim> 235 <Dim type="BottomEdge"> 236 <UnifiedDim scale="1" type="BottomEdge"> 237 <DimOperator op="Subtract"> 238 <ImageDim imageset="WindowsLook" image="ButtonNormalBottom" dimension="Height" /> 239 </DimOperator> 240 </UnifiedDim> 241 </Dim> 242 </Area> 243 <Image imageset="WindowsLook" image="Background" /> 218 <OperatorDim op="Subtract"> 219 <UnifiedDim scale="1" type="RightEdge" /> 220 <ImageDim dimension="Width" name="WindowsLook/ButtonNormalRight" /> 221 </OperatorDim> 222 </Dim> 223 <Dim type="BottomEdge"> 224 <OperatorDim op="Subtract"> 225 <UnifiedDim scale="1" type="BottomEdge" /> 226 <ImageDim dimension="Height" name="WindowsLook/ButtonNormalBottom" /> 227 </OperatorDim> 228 </Dim> 229 </Area> 230 <Image name="WindowsLook/Background" /> 244 231 <VertFormat type="Stretched" /> 245 232 <HorzFormat type="Stretched" /> … … 281 268 <Layer> 282 269 <Section section="disabled"> 283 <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" />270 <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" /> 284 271 </Section> 285 272 <Section section="label"> … … 289 276 </StateImagery> 290 277 </WidgetLook> 291 292 293 <!--294 ***************************************************295 WindowsLook/Checkbox296 ***************************************************297 -->298 278 <WidgetLook name="WindowsLook/Checkbox"> 299 <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />300 <PropertyDefinition name="HoverTextColour" initialValue="FF000000" redrawOnWrite="true" />301 <PropertyDefinition name="PushedTextColour" initialValue="FF000000" redrawOnWrite="true" />302 <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />279 <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" /> 280 <PropertyDefinition initialValue="FF000000" name="HoverTextColour" redrawOnWrite="true" /> 281 <PropertyDefinition initialValue="FF000000" name="PushedTextColour" redrawOnWrite="true" /> 282 <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" /> 303 283 <ImagerySection name="label"> 304 284 <TextComponent> 305 285 <Area> 306 <Dim type="LeftEdge" > 307 <ImageDim imageset="WindowsLook" image="CheckboxNormal" dimension="Width"> 308 <DimOperator op="Add"> 309 <AbsoluteDim value="4" /> 310 </DimOperator> 311 </ImageDim> 312 </Dim> 313 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 314 <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim> 315 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 286 <Dim type="LeftEdge"> 287 <OperatorDim op="Add"> 288 <ImageDim dimension="Width" name="WindowsLook/CheckboxNormal" /> 289 <AbsoluteDim value="4" /> 290 </OperatorDim> 291 </Dim> 292 <Dim type="TopEdge"> 293 <AbsoluteDim value="0" /> 294 </Dim> 295 <Dim type="RightEdge"> 296 <UnifiedDim scale="1" type="Width" /> 297 </Dim> 298 <Dim type="Height"> 299 <UnifiedDim scale="1" type="Height" /> 300 </Dim> 316 301 </Area> 317 302 <VertFormat type="CentreAligned" /> … … 322 307 <ImageryComponent> 323 308 <Area> 324 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 325 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 326 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 327 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 328 </Area> 329 <Image imageset="WindowsLook" image="CheckboxNormal" /> 309 <Dim type="LeftEdge"> 310 <AbsoluteDim value="0" /> 311 </Dim> 312 <Dim type="TopEdge"> 313 <AbsoluteDim value="0" /> 314 </Dim> 315 <Dim type="Width"> 316 <UnifiedDim scale="1" type="Width" /> 317 </Dim> 318 <Dim type="Height"> 319 <UnifiedDim scale="1" type="Height" /> 320 </Dim> 321 </Area> 322 <Image name="WindowsLook/CheckboxNormal" /> 330 323 <VertFormat type="CentreAligned" /> 331 324 <HorzFormat type="LeftAligned" /> … … 335 328 <ImageryComponent> 336 329 <Area> 337 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 338 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 339 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 340 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 341 </Area> 342 <Image imageset="WindowsLook" image="CheckboxHover" /> 330 <Dim type="LeftEdge"> 331 <AbsoluteDim value="0" /> 332 </Dim> 333 <Dim type="TopEdge"> 334 <AbsoluteDim value="0" /> 335 </Dim> 336 <Dim type="Width"> 337 <UnifiedDim scale="1" type="Width" /> 338 </Dim> 339 <Dim type="Height"> 340 <UnifiedDim scale="1" type="Height" /> 341 </Dim> 342 </Area> 343 <Image name="WindowsLook/CheckboxHover" /> 343 344 <VertFormat type="CentreAligned" /> 344 345 <HorzFormat type="LeftAligned" /> … … 348 349 <ImageryComponent> 349 350 <Area> 350 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 351 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 352 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 353 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 354 </Area> 355 <Image imageset="WindowsLook" image="CheckboxMark" /> 351 <Dim type="LeftEdge"> 352 <AbsoluteDim value="0" /> 353 </Dim> 354 <Dim type="TopEdge"> 355 <AbsoluteDim value="0" /> 356 </Dim> 357 <Dim type="Width"> 358 <UnifiedDim scale="1" type="Width" /> 359 </Dim> 360 <Dim type="Height"> 361 <UnifiedDim scale="1" type="Height" /> 362 </Dim> 363 </Area> 364 <Image name="WindowsLook/CheckboxMark" /> 356 365 <VertFormat type="CentreAligned" /> 357 366 <HorzFormat type="LeftAligned" /> … … 393 402 </StateImagery> 394 403 </WidgetLook> 395 396 397 <!--398 ***************************************************399 WindowsLook/SystemButton400 ***************************************************401 -->402 404 <WidgetLook name="WindowsLook/SystemButton"> 403 <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />404 <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />405 <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />405 <PropertyDefinition initialValue="" name="NormalImage" redrawOnWrite="true" /> 406 <PropertyDefinition initialValue="" name="HoverImage" redrawOnWrite="true" /> 407 <PropertyDefinition initialValue="" name="PushedImage" redrawOnWrite="true" /> 406 408 <Property name="WantsMultiClickEvents" value="False" /> 407 409 <ImagerySection name="normal"> … … 486 488 <Layer> 487 489 <Section section="normal"> 488 <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" />490 <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" /> 489 491 </Section> 490 492 </Layer> 491 493 </StateImagery> 492 494 </WidgetLook> 493 494 495 <!--496 ***************************************************497 WindowsLook/ComboDropList498 ***************************************************499 -->500 495 <WidgetLook name="WindowsLook/ComboDropList"> 501 496 <NamedArea name="ItemRenderingArea"> 502 497 <Area> 503 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 504 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 505 <Dim type="RightEdge" > 506 <UnifiedDim scale="1" type="RightEdge"> 507 <DimOperator op="Subtract"> 508 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 509 </DimOperator> 510 </UnifiedDim> 511 </Dim> 512 <Dim type="BottomEdge" > 513 <UnifiedDim scale="1" type="BottomEdge"> 514 <DimOperator op="Subtract"> 515 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 516 </DimOperator> 517 </UnifiedDim> 498 <Dim type="LeftEdge"> 499 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 500 </Dim> 501 <Dim type="TopEdge"> 502 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 503 </Dim> 504 <Dim type="RightEdge"> 505 <OperatorDim op="Subtract"> 506 <UnifiedDim scale="1" type="RightEdge" /> 507 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 508 </OperatorDim> 509 </Dim> 510 <Dim type="BottomEdge"> 511 <OperatorDim op="Subtract"> 512 <UnifiedDim scale="1" type="BottomEdge" /> 513 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 514 </OperatorDim> 518 515 </Dim> 519 516 </Area> … … 521 518 <NamedArea name="ItemRenderingAreaHScroll"> 522 519 <Area> 523 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 524 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 525 <Dim type="RightEdge" > 526 <UnifiedDim scale="1" type="RightEdge"> 527 <DimOperator op="Subtract"> 528 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 529 </DimOperator> 530 </UnifiedDim> 531 </Dim> 532 <Dim type="BottomEdge" > 533 <UnifiedDim scale="1" offset="-16" type="BottomEdge" /> 520 <Dim type="LeftEdge"> 521 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 522 </Dim> 523 <Dim type="TopEdge"> 524 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 525 </Dim> 526 <Dim type="RightEdge"> 527 <OperatorDim op="Subtract"> 528 <UnifiedDim scale="1" type="RightEdge" /> 529 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 530 </OperatorDim> 531 </Dim> 532 <Dim type="BottomEdge"> 533 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 534 534 </Dim> 535 535 </Area> … … 537 537 <NamedArea name="ItemRenderingAreaVScroll"> 538 538 <Area> 539 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 540 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 541 <Dim type="RightEdge" > 542 <UnifiedDim scale="1" offset="-16" type="RightEdge" /> 543 </Dim> 544 <Dim type="BottomEdge" > 545 <UnifiedDim scale="1" type="BottomEdge"> 546 <DimOperator op="Subtract"> 547 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 548 </DimOperator> 549 </UnifiedDim> 539 <Dim type="LeftEdge"> 540 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 541 </Dim> 542 <Dim type="TopEdge"> 543 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 544 </Dim> 545 <Dim type="RightEdge"> 546 <UnifiedDim offset="-16" scale="1" type="RightEdge" /> 547 </Dim> 548 <Dim type="BottomEdge"> 549 <OperatorDim op="Subtract"> 550 <UnifiedDim scale="1" type="BottomEdge" /> 551 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 552 </OperatorDim> 550 553 </Dim> 551 554 </Area> … … 553 556 <NamedArea name="ItemRenderingAreaHVScroll"> 554 557 <Area> 555 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 556 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 557 <Dim type="RightEdge" > 558 <UnifiedDim scale="1" offset="-16" type="RightEdge" /> 559 </Dim> 560 <Dim type="BottomEdge" > 561 <UnifiedDim scale="1" offset="-16" type="BottomEdge" /> 558 <Dim type="LeftEdge"> 559 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 560 </Dim> 561 <Dim type="TopEdge"> 562 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 563 </Dim> 564 <Dim type="RightEdge"> 565 <UnifiedDim offset="-16" scale="1" type="RightEdge" /> 566 </Dim> 567 <Dim type="BottomEdge"> 568 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 562 569 </Dim> 563 570 </Area> 564 571 </NamedArea> 565 <Child type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 566 <Area> 567 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 568 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 569 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim> 570 <Dim type="Height" ><AbsoluteDim value="16" /></Dim> 572 <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar"> 573 <Area> 574 <Dim type="LeftEdge"> 575 <AbsoluteDim value="0" /> 576 </Dim> 577 <Dim type="TopEdge"> 578 <AbsoluteDim value="0" /> 579 </Dim> 580 <Dim type="Width"> 581 <UnifiedDim offset="-16" scale="1" type="Width" /> 582 </Dim> 583 <Dim type="Height"> 584 <AbsoluteDim value="16" /> 585 </Dim> 571 586 </Area> 572 587 <VertAlignment type="BottomAligned" /> 573 588 </Child> 574 <Child type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 575 <Area> 576 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 577 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 578 <Dim type="Width" ><AbsoluteDim value="16" /></Dim> 579 <Dim type="Height" ><UnifiedDim scale="1" offset="-16" type="Height" /></Dim> 589 <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar"> 590 <Area> 591 <Dim type="LeftEdge"> 592 <AbsoluteDim value="0" /> 593 </Dim> 594 <Dim type="TopEdge"> 595 <AbsoluteDim value="0" /> 596 </Dim> 597 <Dim type="Width"> 598 <AbsoluteDim value="16" /> 599 </Dim> 600 <Dim type="Height"> 601 <UnifiedDim offset="-16" scale="1" type="Height" /> 602 </Dim> 580 603 </Area> 581 604 <HorzAlignment type="RightAligned" /> … … 584 607 <FrameComponent> 585 608 <Area> 586 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 587 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 588 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 589 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 590 </Area> 591 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" /> 592 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" /> 593 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" /> 594 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" /> 595 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" /> 596 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" /> 597 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" /> 598 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" /> 599 <Image type="Background" imageset="WindowsLook" image="Background" /> 609 <Dim type="LeftEdge"> 610 <AbsoluteDim value="0" /> 611 </Dim> 612 <Dim type="TopEdge"> 613 <AbsoluteDim value="0" /> 614 </Dim> 615 <Dim type="Width"> 616 <UnifiedDim scale="1" type="Width" /> 617 </Dim> 618 <Dim type="Height"> 619 <UnifiedDim scale="1" type="Height" /> 620 </Dim> 621 </Area> 622 <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" /> 623 <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" /> 624 <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" /> 625 <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" /> 626 <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" /> 627 <Image component="RightEdge" name="WindowsLook/StaticFrameRight" /> 628 <Image component="TopEdge" name="WindowsLook/StaticFrameTop" /> 629 <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" /> 630 <Image component="Background" name="WindowsLook/Background" /> 600 631 </FrameComponent> 601 632 </ImagerySection> … … 611 642 </StateImagery> 612 643 </WidgetLook> 613 614 615 <!--616 ***************************************************617 WindowsLook/Combobox618 ***************************************************619 -->620 644 <WidgetLook name="WindowsLook/Combobox"> 621 <PropertyLinkDefinition name="NormalEditTextColour" widget="__auto_editbox__" targetProperty="NormalTextColour" initialValue="FF000000" /> 622 <PropertyLinkDefinition name="SelectedEditTextColour" widget="__auto_editbox__" targetProperty="SelectedTextColour" initialValue="FFFFFFFF" /> 623 <PropertyLinkDefinition name="ActiveEditSelectionColour" widget="__auto_editbox__" targetProperty="ActiveSelectionColour" initialValue="FF607FFF" /> 624 <PropertyLinkDefinition name="InactiveEditSelectionColour" widget="__auto_editbox__" targetProperty="InactiveSelectionColour" initialValue="FF808080" /> 625 <Child type="WindowsLook/Editbox" nameSuffix="__auto_editbox__"> 626 <Area> 627 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 628 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 629 <Dim type="RightEdge" > 630 <UnifiedDim scale="1" type="RightEdge"> 631 <DimOperator op="Subtract"> 632 <ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height"> 633 <DimOperator op="Add"> 634 <ImageDim imageset="WindowsLook" image="EditFrameBottom" dimension="Height"> 635 <DimOperator op="Add"> 636 <FontDim type="LineSpacing"> 637 <DimOperator op="Multiply"> 638 <AbsoluteDim value="1.5" /> 639 </DimOperator> 640 </FontDim> 641 </DimOperator> 642 </ImageDim> 643 </DimOperator> 644 </ImageDim> 645 </DimOperator> 646 </UnifiedDim> 647 </Dim> 648 <Dim type="Height" > 649 <ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height"> 650 <DimOperator op="Add"> 651 <ImageDim imageset="WindowsLook" image="EditFrameBottom" dimension="Height"> 652 <DimOperator op="Add"> 653 <FontDim type="LineSpacing"> 654 <DimOperator op="Multiply"> 655 <AbsoluteDim value="1.5" /> 656 </DimOperator> 657 </FontDim> 658 </DimOperator> 659 </ImageDim> 660 </DimOperator> 661 </ImageDim> 645 <PropertyLinkDefinition initialValue="FF000000" name="NormalEditTextColour" targetProperty="NormalTextColour" widget="__auto_editbox__" /> 646 <PropertyLinkDefinition initialValue="FFFFFFFF" name="SelectedEditTextColour" targetProperty="SelectedTextColour" widget="__auto_editbox__" /> 647 <PropertyLinkDefinition initialValue="FF607FFF" name="ActiveEditSelectionColour" targetProperty="ActiveSelectionColour" widget="__auto_editbox__" /> 648 <PropertyLinkDefinition initialValue="FF808080" name="InactiveEditSelectionColour" targetProperty="InactiveSelectionColour" widget="__auto_editbox__" /> 649 <Child nameSuffix="__auto_editbox__" type="WindowsLook/Editbox"> 650 <Area> 651 <Dim type="LeftEdge"> 652 <AbsoluteDim value="0" /> 653 </Dim> 654 <Dim type="TopEdge"> 655 <AbsoluteDim value="0" /> 656 </Dim> 657 <Dim type="RightEdge"> 658 <OperatorDim op="Subtract"> 659 <UnifiedDim scale="1" type="RightEdge" /> 660 <OperatorDim op="Add"> 661 <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" /> 662 <OperatorDim op="Add"> 663 <ImageDim dimension="Height" name="WindowsLook/EditFrameBottom" /> 664 <OperatorDim op="Multiply"> 665 <FontDim type="LineSpacing" /> 666 <AbsoluteDim value="1.5" /> 667 </OperatorDim> 668 </OperatorDim> 669 </OperatorDim> 670 </OperatorDim> 671 </Dim> 672 <Dim type="Height"> 673 <OperatorDim op="Add"> 674 <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" /> 675 <OperatorDim op="Add"> 676 <ImageDim dimension="Height" name="WindowsLook/EditFrameBottom" /> 677 <OperatorDim op="Multiply"> 678 <FontDim type="LineSpacing" /> 679 <AbsoluteDim value="1.5" /> 680 </OperatorDim> 681 </OperatorDim> 682 </OperatorDim> 662 683 </Dim> 663 684 </Area> 664 685 </Child> 665 <Child type="WindowsLook/ComboDropList" nameSuffix="__auto_droplist__"> 666 <Area> 667 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 668 <Dim type="TopEdge" ><WidgetDim widget="__auto_editbox__" dimension="BottomEdge" /></Dim> 669 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 670 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim> 686 <Child nameSuffix="__auto_droplist__" type="WindowsLook/ComboDropList"> 687 <Area> 688 <Dim type="LeftEdge"> 689 <AbsoluteDim value="0" /> 690 </Dim> 691 <Dim type="TopEdge"> 692 <WidgetDim dimension="BottomEdge" widget="__auto_editbox__" /> 693 </Dim> 694 <Dim type="Width"> 695 <UnifiedDim scale="1" type="Width" /> 696 </Dim> 697 <Dim type="BottomEdge"> 698 <UnifiedDim scale="1" type="BottomEdge" /> 699 </Dim> 671 700 </Area> 672 701 </Child> 673 <Child type="WindowsLook/IconButton" nameSuffix="__auto_button__"> 674 <Area> 675 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 676 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 677 <Dim type="Width" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim> 678 <Dim type="Height" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim> 702 <Child nameSuffix="__auto_button__" type="WindowsLook/IconButton"> 703 <Area> 704 <Dim type="LeftEdge"> 705 <AbsoluteDim value="0" /> 706 </Dim> 707 <Dim type="TopEdge"> 708 <AbsoluteDim value="0" /> 709 </Dim> 710 <Dim type="Width"> 711 <WidgetDim dimension="Height" widget="__auto_editbox__" /> 712 </Dim> 713 <Dim type="Height"> 714 <WidgetDim dimension="Height" widget="__auto_editbox__" /> 715 </Dim> 679 716 </Area> 680 717 <HorzAlignment type="RightAligned" /> 681 <Property name="IconImage" value=" set:WindowsLook image:LargeDownArrow" />718 <Property name="IconImage" value="WindowsLook/LargeDownArrow" /> 682 719 </Child> 683 720 <StateImagery name="Enabled" /> 684 721 <StateImagery name="Disabled" /> 685 722 </WidgetLook> 686 687 688 <!--689 ***************************************************690 WindowsLook/Editbox691 ***************************************************692 -->693 723 <WidgetLook name="WindowsLook/Editbox"> 694 <PropertyDefinition name="ReadOnlyBGColour" initialValue="FFDFDFDF" redrawOnWrite="true" />695 <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />696 <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />697 <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />698 <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />699 <Property name="MouseCursorImage" value=" set:WindowsLook image:MouseTextBar" />724 <PropertyDefinition initialValue="FFDFDFDF" name="ReadOnlyBGColour" redrawOnWrite="true" /> 725 <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" /> 726 <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" /> 727 <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" /> 728 <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" /> 729 <Property name="MouseCursorImage" value="WindowsLook/MouseTextBar" /> 700 730 <NamedArea name="TextArea"> 701 731 <Area> 702 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim> 703 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim> 704 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim> 705 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim> 732 <Dim type="LeftEdge"> 733 <AbsoluteDim value="5" /> 734 </Dim> 735 <Dim type="TopEdge"> 736 <AbsoluteDim value="5" /> 737 </Dim> 738 <Dim type="RightEdge"> 739 <UnifiedDim offset="-5" scale="1.0" type="RightEdge" /> 740 </Dim> 741 <Dim type="BottomEdge"> 742 <UnifiedDim offset="-5" scale="1.0" type="BottomEdge" /> 743 </Dim> 706 744 </Area> 707 745 </NamedArea> … … 709 747 <FrameComponent> 710 748 <Area> 711 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 712 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 713 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 714 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 715 </Area> 716 <Image type="TopLeftCorner" imageset="WindowsLook" image="EditFrameTopLeft" /> 717 <Image type="TopRightCorner" imageset="WindowsLook" image="EditFrameTopRight" /> 718 <Image type="BottomLeftCorner" imageset="WindowsLook" image="EditFrameBottomLeft" /> 719 <Image type="BottomRightCorner" imageset="WindowsLook" image="EditFrameBottomRight" /> 720 <Image type="LeftEdge" imageset="WindowsLook" image="EditFrameLeft" /> 721 <Image type="TopEdge" imageset="WindowsLook" image="EditFrameTop" /> 722 <Image type="RightEdge" imageset="WindowsLook" image="EditFrameRight" /> 723 <Image type="BottomEdge" imageset="WindowsLook" image="EditFrameBottom" /> 724 <Image type="Background" imageset="WindowsLook" image="Background" /> 749 <Dim type="LeftEdge"> 750 <AbsoluteDim value="0" /> 751 </Dim> 752 <Dim type="TopEdge"> 753 <AbsoluteDim value="0" /> 754 </Dim> 755 <Dim type="Width"> 756 <UnifiedDim scale="1" type="Width" /> 757 </Dim> 758 <Dim type="Height"> 759 <UnifiedDim scale="1" type="Height" /> 760 </Dim> 761 </Area> 762 <Image component="TopLeftCorner" name="WindowsLook/EditFrameTopLeft" /> 763 <Image component="TopRightCorner" name="WindowsLook/EditFrameTopRight" /> 764 <Image component="BottomLeftCorner" name="WindowsLook/EditFrameBottomLeft" /> 765 <Image component="BottomRightCorner" name="WindowsLook/EditFrameBottomRight" /> 766 <Image component="LeftEdge" name="WindowsLook/EditFrameLeft" /> 767 <Image component="TopEdge" name="WindowsLook/EditFrameTop" /> 768 <Image component="RightEdge" name="WindowsLook/EditFrameRight" /> 769 <Image component="BottomEdge" name="WindowsLook/EditFrameBottom" /> 770 <Image component="Background" name="WindowsLook/Background" /> 725 771 </FrameComponent> 726 772 </ImagerySection> … … 728 774 <ImageryComponent> 729 775 <Area> 730 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 731 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 732 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 733 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 734 </Area> 735 <Image imageset="WindowsLook" image="Background" /> 776 <Dim type="LeftEdge"> 777 <AbsoluteDim value="0" /> 778 </Dim> 779 <Dim type="TopEdge"> 780 <AbsoluteDim value="0" /> 781 </Dim> 782 <Dim type="RightEdge"> 783 <UnifiedDim scale="1.0" type="RightEdge" /> 784 </Dim> 785 <Dim type="BottomEdge"> 786 <UnifiedDim scale="1.0" type="BottomEdge" /> 787 </Dim> 788 </Area> 789 <Image name="WindowsLook/Background" /> 736 790 <VertFormat type="Stretched" /> 737 791 <HorzFormat type="Stretched" /> 738 792 </ImageryComponent> 739 793 </ImagerySection> 740 <ImagerySection name="Car at">794 <ImagerySection name="Caret"> 741 795 <ImageryComponent> 742 796 <Area> 743 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 744 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 745 <Dim type="Width" ><ImageDim imageset="WindowsLook" image="EditBoxCarat" dimension="Width" /></Dim> 746 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 747 </Area> 748 <Image imageset="WindowsLook" image="EditBoxCarat" /> 797 <Dim type="LeftEdge"> 798 <AbsoluteDim value="0" /> 799 </Dim> 800 <Dim type="TopEdge"> 801 <AbsoluteDim value="0" /> 802 </Dim> 803 <Dim type="Width"> 804 <ImageDim dimension="Width" name="WindowsLook/EditBoxCarat" /> 805 </Dim> 806 <Dim type="BottomEdge"> 807 <UnifiedDim scale="1.0" type="BottomEdge" /> 808 </Dim> 809 </Area> 810 <Image name="WindowsLook/EditBoxCarat" /> 749 811 <VertFormat type="Stretched" /> 750 812 <HorzFormat type="Stretched" /> … … 785 847 </StateImagery> 786 848 </WidgetLook> 787 788 789 <!--790 ***************************************************791 WindowsLook/FrameWindow792 ***************************************************793 -->794 849 <WidgetLook name="WindowsLook/FrameWindow"> 795 <PropertyLinkDefinition name="CaptionColour" widget="__auto_titlebar__" targetProperty="CaptionColour" initialValue="FF000000" />796 <PropertyLinkDefinition name="TitlebarFont" widget="__auto_titlebar__" targetProperty="Font" />797 <Property name="NSSizingCursorImage" value=" set:WindowsLook image:MouseNoSoCursor" />798 <Property name="EWSizingCursorImage" value=" set:WindowsLook image:MouseEsWeCursor" />799 <Property name="NWSESizingCursorImage" value=" set:WindowsLook image:MouseNwSeCursor" />800 <Property name="NESWSizingCursorImage" value=" set:WindowsLook image:MouseNeSwCursor" />801 <Property name=" UnifiedMinSize" value="{{0.1,0},{0.1,0}}" />850 <PropertyLinkDefinition initialValue="FF000000" name="CaptionColour" targetProperty="CaptionColour" widget="__auto_titlebar__" /> 851 <PropertyLinkDefinition name="TitlebarFont" targetProperty="Font" widget="__auto_titlebar__" /> 852 <Property name="NSSizingCursorImage" value="WindowsLook/MouseNoSoCursor" /> 853 <Property name="EWSizingCursorImage" value="WindowsLook/MouseEsWeCursor" /> 854 <Property name="NWSESizingCursorImage" value="WindowsLook/MouseNwSeCursor" /> 855 <Property name="NESWSizingCursorImage" value="WindowsLook/MouseNeSwCursor" /> 856 <Property name="MinSize" value="{{0.1,0},{0.1,0}}" /> 802 857 <NamedArea name="ClientWithTitleWithFrame"> 803 858 <Area> 804 859 <Dim type="LeftEdge"> 805 <ImageDim imageset="WindowsLook" image="WindowFrameLeft" dimension="Width" />806 </Dim> 807 <Dim type="TopEdge"> 808 <WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" />860 <ImageDim dimension="Width" name="WindowsLook/WindowFrameLeft" /> 861 </Dim> 862 <Dim type="TopEdge"> 863 <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" /> 809 864 </Dim> 810 865 <Dim type="RightEdge"> 811 <UnifiedDim scale="1" type="RightEdge"> 812 <DimOperator op="Subtract"> 813 <ImageDim imageset="WindowsLook" image="WindowFrameRight" dimension="Width" /> 814 </DimOperator> 815 </UnifiedDim> 866 <OperatorDim op="Subtract"> 867 <UnifiedDim scale="1" type="RightEdge" /> 868 <ImageDim dimension="Width" name="WindowsLook/WindowFrameRight" /> 869 </OperatorDim> 816 870 </Dim> 817 871 <Dim type="BottomEdge"> 818 <UnifiedDim scale="1" type="BottomEdge"> 819 <DimOperator op="Subtract"> 820 <ImageDim imageset="WindowsLook" image="WindowFrameBottom" dimension="Height" /> 821 </DimOperator> 822 </UnifiedDim> 872 <OperatorDim op="Subtract"> 873 <UnifiedDim scale="1" type="BottomEdge" /> 874 <ImageDim dimension="Height" name="WindowsLook/WindowFrameBottom" /> 875 </OperatorDim> 823 876 </Dim> 824 877 </Area> … … 830 883 </Dim> 831 884 <Dim type="TopEdge"> 832 <WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" />885 <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" /> 833 886 </Dim> 834 887 <Dim type="RightEdge"> … … 843 896 <Area> 844 897 <Dim type="LeftEdge"> 845 <ImageDim imageset="WindowsLook" image="WindowFrameLeft" dimension="Width" />846 </Dim> 847 <Dim type="TopEdge"> 848 <ImageDim imageset="WindowsLook" image="WindowFrameTop" dimension="Height" />898 <ImageDim dimension="Width" name="WindowsLook/WindowFrameLeft" /> 899 </Dim> 900 <Dim type="TopEdge"> 901 <ImageDim dimension="Height" name="WindowsLook/WindowFrameTop" /> 849 902 </Dim> 850 903 <Dim type="RightEdge"> 851 <UnifiedDim scale="1" type="RightEdge"> 852 <DimOperator op="Subtract"> 853 <ImageDim imageset="WindowsLook" image="WindowFrameRight" dimension="Width" /> 854 </DimOperator> 855 </UnifiedDim> 904 <OperatorDim op="Subtract"> 905 <UnifiedDim scale="1" type="RightEdge" /> 906 <ImageDim dimension="Width" name="WindowsLook/WindowFrameRight" /> 907 </OperatorDim> 856 908 </Dim> 857 909 <Dim type="BottomEdge"> 858 <UnifiedDim scale="1" type="BottomEdge"> 859 <DimOperator op="Subtract"> 860 <ImageDim imageset="WindowsLook" image="WindowFrameBottom" dimension="Height" /> 861 </DimOperator> 862 </UnifiedDim> 910 <OperatorDim op="Subtract"> 911 <UnifiedDim scale="1" type="BottomEdge" /> 912 <ImageDim dimension="Height" name="WindowsLook/WindowFrameBottom" /> 913 </OperatorDim> 863 914 </Dim> 864 915 </Area> … … 880 931 </Area> 881 932 </NamedArea> 882 <Child type="WindowsLook/Titlebar" nameSuffix="__auto_titlebar__">933 <Child nameSuffix="__auto_titlebar__" type="WindowsLook/Titlebar"> 883 934 <Area> 884 935 <Dim type="LeftEdge"> … … 892 943 </Dim> 893 944 <Dim type="Height"> 894 <FontDim widget="__auto_titlebar__" type="LineSpacing"> 895 <DimOperator op="Multiply"> 896 <AbsoluteDim value="1.5" /> 897 </DimOperator> 898 </FontDim> 945 <OperatorDim op="Multiply"> 946 <FontDim type="LineSpacing" widget="__auto_titlebar__" /> 947 <AbsoluteDim value="1.5" /> 948 </OperatorDim> 899 949 </Dim> 900 950 </Area> 901 951 <Property name="AlwaysOnTop" value="False" /> 902 952 </Child> 903 <Child type="WindowsLook/SystemButton" nameSuffix="__auto_closebutton__"> 904 <Area> 905 <Dim type="LeftEdge"> 906 <UnifiedDim scale="1" type="LeftEdge"> 907 <DimOperator op="Subtract"> 908 <AbsoluteDim value="0.5"> 909 <DimOperator op="Multiply"> 910 <ImageDim imageset="WindowsLook" image="CloseButtonNormal" dimension="Width"> 911 <DimOperator op="Add"> 912 <WidgetDim widget="__auto_titlebar__" dimension="Height" /> 913 </DimOperator> 914 </ImageDim> 915 </DimOperator> 916 </AbsoluteDim> 917 </DimOperator> 918 </UnifiedDim> 919 </Dim> 920 <Dim type="TopEdge"> 921 <WidgetDim widget="__auto_titlebar__" dimension="Height"> 922 <DimOperator op="Subtract"> 923 <AbsoluteDim value="0.5"> 924 <DimOperator op="Multiply"> 925 <WidgetDim widget="__auto_titlebar__" dimension="Height"> 926 <DimOperator op="Add"> 927 <ImageDim imageset="WindowsLook" image="CloseButtonNormal" dimension="Height" /> 928 </DimOperator> 929 </WidgetDim> 930 </DimOperator> 931 </AbsoluteDim> 932 </DimOperator> 933 </WidgetDim> 953 <Child nameSuffix="__auto_closebutton__" type="WindowsLook/SystemButton"> 954 <Area> 955 <Dim type="LeftEdge"> 956 <OperatorDim op="Subtract"> 957 <UnifiedDim scale="1" type="LeftEdge" /> 958 <OperatorDim op="Multiply"> 959 <AbsoluteDim value="0.5" /> 960 <OperatorDim op="Add"> 961 <ImageDim dimension="Width" name="WindowsLook/CloseButtonNormal" /> 962 <WidgetDim dimension="Height" widget="__auto_titlebar__" /> 963 </OperatorDim> 964 </OperatorDim> 965 </OperatorDim> 966 </Dim> 967 <Dim type="TopEdge"> 968 <OperatorDim op="Subtract"> 969 <WidgetDim dimension="Height" widget="__auto_titlebar__" /> 970 <OperatorDim op="Multiply"> 971 <AbsoluteDim value="0.5" /> 972 <OperatorDim op="Add"> 973 <WidgetDim dimension="Height" widget="__auto_titlebar__" /> 974 <ImageDim dimension="Height" name="WindowsLook/CloseButtonNormal" /> 975 </OperatorDim> 976 </OperatorDim> 977 </OperatorDim> 934 978 </Dim> 935 979 <Dim type="Width"> 936 <ImageDim imageset="WindowsLook" image="CloseButtonNormal" dimension="Width" />980 <ImageDim dimension="Width" name="WindowsLook/CloseButtonNormal" /> 937 981 </Dim> 938 982 <Dim type="Height"> 939 <ImageDim imageset="WindowsLook" image="CloseButtonNormal" dimension="Height" />983 <ImageDim dimension="Height" name="WindowsLook/CloseButtonNormal" /> 940 984 </Dim> 941 985 </Area> 942 986 <Property name="AlwaysOnTop" value="True" /> 943 <Property name="NormalImage" value=" set:WindowsLook image:CloseButtonNormal" />944 <Property name="HoverImage" value=" set:WindowsLook image:CloseButtonHover" />945 <Property name="PushedImage" value=" set:WindowsLook image:CloseButtonPushed" />987 <Property name="NormalImage" value="WindowsLook/CloseButtonNormal" /> 988 <Property name="HoverImage" value="WindowsLook/CloseButtonHover" /> 989 <Property name="PushedImage" value="WindowsLook/CloseButtonPushed" /> 946 990 </Child> 947 991 <ImagerySection name="withtitle_frame"> … … 952 996 </Dim> 953 997 <Dim type="TopEdge"> 954 <WidgetDim widget="__auto_titlebar__" dimension="Height" />998 <WidgetDim dimension="Height" widget="__auto_titlebar__" /> 955 999 </Dim> 956 1000 <Dim type="RightEdge"> … … 961 1005 </Dim> 962 1006 </Area> 963 <Image type="BottomLeftCorner" imageset="WindowsLook" image="WindowFrameBottomLeft" />964 <Image type="BottomRightCorner" imageset="WindowsLook" image="WindowFrameBottomRight" />965 <Image type="LeftEdge" imageset="WindowsLook" image="WindowFrameLeft" />966 <Image type="RightEdge" imageset="WindowsLook" image="WindowFrameRight" />967 <Image type="BottomEdge" imageset="WindowsLook" image="WindowFrameBottom" />1007 <Image component="BottomLeftCorner" name="WindowsLook/WindowFrameBottomLeft" /> 1008 <Image component="BottomRightCorner" name="WindowsLook/WindowFrameBottomRight" /> 1009 <Image component="LeftEdge" name="WindowsLook/WindowFrameLeft" /> 1010 <Image component="RightEdge" name="WindowsLook/WindowFrameRight" /> 1011 <Image component="BottomEdge" name="WindowsLook/WindowFrameBottom" /> 968 1012 </FrameComponent> 969 1013 </ImagerySection> … … 984 1028 </Dim> 985 1029 </Area> 986 <Image type="TopLeftCorner" imageset="WindowsLook" image="WindowFrameTopLeft" />987 <Image type="TopRightCorner" imageset="WindowsLook" image="WindowFrameTopRight" />988 <Image type="BottomLeftCorner" imageset="WindowsLook" image="WindowFrameBottomLeft" />989 <Image type="BottomRightCorner" imageset="WindowsLook" image="WindowFrameBottomRight" />990 <Image type="LeftEdge" imageset="WindowsLook" image="WindowFrameLeft" />991 <Image type="TopEdge" imageset="WindowsLook" image="WindowFrameTop" />992 <Image type="RightEdge" imageset="WindowsLook" image="WindowFrameRight" />993 <Image type="BottomEdge" imageset="WindowsLook" image="WindowFrameBottom" />1030 <Image component="TopLeftCorner" name="WindowsLook/WindowFrameTopLeft" /> 1031 <Image component="TopRightCorner" name="WindowsLook/WindowFrameTopRight" /> 1032 <Image component="BottomLeftCorner" name="WindowsLook/WindowFrameBottomLeft" /> 1033 <Image component="BottomRightCorner" name="WindowsLook/WindowFrameBottomRight" /> 1034 <Image component="LeftEdge" name="WindowsLook/WindowFrameLeft" /> 1035 <Image component="TopEdge" name="WindowsLook/WindowFrameTop" /> 1036 <Image component="RightEdge" name="WindowsLook/WindowFrameRight" /> 1037 <Image component="BottomEdge" name="WindowsLook/WindowFrameBottom" /> 994 1038 </FrameComponent> 995 1039 </ImagerySection> 996 1040 <ImagerySection name="withtitle_withframe_client_area"> 997 <Colours topLeft="FFDFDFF5" topRight="FFDFEFF5" bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" />1041 <Colours bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" topLeft="FFDFDFF5" topRight="FFDFEFF5" /> 998 1042 <ImageryComponent> 999 1043 <Area> 1000 1044 <Dim type="LeftEdge"> 1001 <ImageDim imageset="WindowsLook" image="WindowFrameLeft" dimension="Width" />1002 </Dim> 1003 <Dim type="TopEdge"> 1004 <WidgetDim widget="__auto_titlebar__" dimension="Height" />1045 <ImageDim dimension="Width" name="WindowsLook/WindowFrameLeft" /> 1046 </Dim> 1047 <Dim type="TopEdge"> 1048 <WidgetDim dimension="Height" widget="__auto_titlebar__" /> 1005 1049 </Dim> 1006 1050 <Dim type="RightEdge"> 1007 <UnifiedDim scale="1" type="RightEdge"> 1008 <DimOperator op="Subtract"> 1009 <ImageDim imageset="WindowsLook" image="WindowFrameRight" dimension="Width" /> 1010 </DimOperator> 1011 </UnifiedDim> 1012 </Dim> 1013 <Dim type="BottomEdge"> 1014 <UnifiedDim scale="1" type="BottomEdge"> 1015 <DimOperator op="Subtract"> 1016 <ImageDim imageset="WindowsLook" image="WindowFrameBottom" dimension="Height" /> 1017 </DimOperator> 1018 </UnifiedDim> 1019 </Dim> 1020 </Area> 1021 <Image imageset="WindowsLook" image="Background" /> 1051 <OperatorDim op="Subtract"> 1052 <UnifiedDim scale="1" type="RightEdge" /> 1053 <ImageDim dimension="Width" name="WindowsLook/WindowFrameRight" /> 1054 </OperatorDim> 1055 </Dim> 1056 <Dim type="BottomEdge"> 1057 <OperatorDim op="Subtract"> 1058 <UnifiedDim scale="1" type="BottomEdge" /> 1059 <ImageDim dimension="Height" name="WindowsLook/WindowFrameBottom" /> 1060 </OperatorDim> 1061 </Dim> 1062 </Area> 1063 <Image name="WindowsLook/Background" /> 1022 1064 <VertFormat type="Stretched" /> 1023 1065 <HorzFormat type="Stretched" /> … … 1025 1067 </ImagerySection> 1026 1068 <ImagerySection name="notitle_withframe_client_area"> 1027 <Colours topLeft="FFDFDFF5" topRight="FFDFEFF5" bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" />1069 <Colours bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" topLeft="FFDFDFF5" topRight="FFDFEFF5" /> 1028 1070 <ImageryComponent> 1029 1071 <Area> 1030 1072 <Dim type="LeftEdge"> 1031 <ImageDim imageset="WindowsLook" image="WindowFrameLeft" dimension="Width" />1032 </Dim> 1033 <Dim type="TopEdge"> 1034 <ImageDim imageset="WindowsLook" image="WindowFrameTop" dimension="Height" />1073 <ImageDim dimension="Width" name="WindowsLook/WindowFrameLeft" /> 1074 </Dim> 1075 <Dim type="TopEdge"> 1076 <ImageDim dimension="Height" name="WindowsLook/WindowFrameTop" /> 1035 1077 </Dim> 1036 1078 <Dim type="RightEdge"> 1037 <UnifiedDim scale="1" type="RightEdge"> 1038 <DimOperator op="Subtract"> 1039 <ImageDim imageset="WindowsLook" image="WindowFrameRight" dimension="Width" /> 1040 </DimOperator> 1041 </UnifiedDim> 1042 </Dim> 1043 <Dim type="BottomEdge"> 1044 <UnifiedDim scale="1" type="BottomEdge"> 1045 <DimOperator op="Subtract"> 1046 <ImageDim imageset="WindowsLook" image="WindowFrameBottom" dimension="Height" /> 1047 </DimOperator> 1048 </UnifiedDim> 1049 </Dim> 1050 </Area> 1051 <Image imageset="WindowsLook" image="Background" /> 1079 <OperatorDim op="Subtract"> 1080 <UnifiedDim scale="1" type="RightEdge" /> 1081 <ImageDim dimension="Width" name="WindowsLook/WindowFrameRight" /> 1082 </OperatorDim> 1083 </Dim> 1084 <Dim type="BottomEdge"> 1085 <OperatorDim op="Subtract"> 1086 <UnifiedDim scale="1" type="BottomEdge" /> 1087 <ImageDim dimension="Height" name="WindowsLook/WindowFrameBottom" /> 1088 </OperatorDim> 1089 </Dim> 1090 </Area> 1091 <Image name="WindowsLook/Background" /> 1052 1092 <VertFormat type="Stretched" /> 1053 1093 <HorzFormat type="Stretched" /> … … 1055 1095 </ImagerySection> 1056 1096 <ImagerySection name="withtitle_noframe_client_area"> 1057 <Colours topLeft="FFDFDFF5" topRight="FFDFEFF5" bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" />1097 <Colours bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" topLeft="FFDFDFF5" topRight="FFDFEFF5" /> 1058 1098 <ImageryComponent> 1059 1099 <Area> … … 1062 1102 </Dim> 1063 1103 <Dim type="TopEdge"> 1064 <WidgetDim widget="__auto_titlebar__" dimension="Height" />1104 <WidgetDim dimension="Height" widget="__auto_titlebar__" /> 1065 1105 </Dim> 1066 1106 <Dim type="RightEdge"> … … 1071 1111 </Dim> 1072 1112 </Area> 1073 <Image imageset="WindowsLook" image="Background" />1113 <Image name="WindowsLook/Background" /> 1074 1114 <VertFormat type="Stretched" /> 1075 1115 <HorzFormat type="Stretched" /> … … 1077 1117 </ImagerySection> 1078 1118 <ImagerySection name="notitle_noframe_client_area"> 1079 <Colours topLeft="FFDFDFF5" topRight="FFDFEFF5" bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" />1119 <Colours bottomLeft="FFF4F3F5" bottomRight="FFF0F0F5" topLeft="FFDFDFF5" topRight="FFDFEFF5" /> 1080 1120 <ImageryComponent> 1081 1121 <Area> … … 1093 1133 </Dim> 1094 1134 </Area> 1095 <Image imageset="WindowsLook" image="Background" />1135 <Image name="WindowsLook/Background" /> 1096 1136 <VertFormat type="Stretched" /> 1097 1137 <HorzFormat type="Stretched" /> … … 1101 1141 <Layer> 1102 1142 <Section section="withtitle_frame"> 1103 <Colours topLeft="FFA7C7FF" topRight="FFA7C7FF" bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" />1143 <Colours bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" topLeft="FFA7C7FF" topRight="FFA7C7FF" /> 1104 1144 </Section> 1105 1145 <Section section="withtitle_withframe_client_area" /> … … 1109 1149 <Layer> 1110 1150 <Section section="withtitle_frame"> 1111 <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />1151 <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" /> 1112 1152 </Section> 1113 1153 <Section section="withtitle_withframe_client_area" /> … … 1117 1157 <Layer> 1118 1158 <Section section="withtitle_frame"> 1119 <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />1159 <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" /> 1120 1160 </Section> 1121 1161 <Section section="withtitle_withframe_client_area" /> … … 1140 1180 <Layer> 1141 1181 <Section section="notitle_frame"> 1142 <Colours topLeft="FFA7C7FF" topRight="FFA7C7FF" bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" />1182 <Colours bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" topLeft="FFA7C7FF" topRight="FFA7C7FF" /> 1143 1183 </Section> 1144 1184 <Section section="notitle_withframe_client_area" /> … … 1148 1188 <Layer> 1149 1189 <Section section="notitle_frame"> 1150 <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />1190 <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" /> 1151 1191 </Section> 1152 1192 <Section section="notitle_withframe_client_area" /> … … 1156 1196 <Layer> 1157 1197 <Section section="notitle_frame"> 1158 <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />1198 <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" /> 1159 1199 </Section> 1160 1200 <Section section="notitle_withframe_client_area" /> … … 1177 1217 </StateImagery> 1178 1218 </WidgetLook> 1179 1180 1181 <!--1182 ***************************************************1183 WindowsLook/IconButton1184 ***************************************************1185 -->1186 1219 <WidgetLook name="WindowsLook/IconButton"> 1187 1220 <PropertyDefinition name="IconImage" redrawOnWrite="true" /> 1188 <PropertyDefinition name="IconColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />1221 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="IconColours" redrawOnWrite="true" /> 1189 1222 <Property name="WantsMultiClickEvents" value="False" /> 1190 1223 <ImagerySection name="icon"> 1191 1224 <ImageryComponent> 1192 1225 <Area> 1193 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 1194 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 1195 <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim> 1196 <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim> 1226 <Dim type="TopEdge"> 1227 <AbsoluteDim value="0" /> 1228 </Dim> 1229 <Dim type="LeftEdge"> 1230 <AbsoluteDim value="0" /> 1231 </Dim> 1232 <Dim type="RightEdge"> 1233 <UnifiedDim scale="1" type="RightEdge" /> 1234 </Dim> 1235 <Dim type="BottomEdge"> 1236 <UnifiedDim scale="1" type="BottomEdge" /> 1237 </Dim> 1197 1238 </Area> 1198 1239 <ImageProperty name="IconImage" /> … … 1223 1264 <Layer> 1224 1265 <Section look="WindowsLook/Button" section="disabled"> 1225 <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" />1266 <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" /> 1226 1267 </Section> 1227 1268 <Section section="icon" /> … … 1229 1270 </StateImagery> 1230 1271 </WidgetLook> 1231 1232 1233 <!--1234 ***************************************************1235 WindowsLook/Listbox1236 ***************************************************1237 -->1238 1272 <WidgetLook name="WindowsLook/Listbox"> 1239 1273 <NamedArea name="ItemRenderingArea"> 1240 1274 <Area> 1241 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 1242 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 1243 <Dim type="RightEdge" > 1244 <UnifiedDim scale="1" type="RightEdge"> 1245 <DimOperator op="Subtract"> 1246 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 1247 </DimOperator> 1248 </UnifiedDim> 1249 </Dim> 1250 <Dim type="BottomEdge" > 1251 <UnifiedDim scale="1" type="BottomEdge"> 1252 <DimOperator op="Subtract"> 1253 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 1254 </DimOperator> 1255 </UnifiedDim> 1275 <Dim type="LeftEdge"> 1276 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 1277 </Dim> 1278 <Dim type="TopEdge"> 1279 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 1280 </Dim> 1281 <Dim type="RightEdge"> 1282 <OperatorDim op="Subtract"> 1283 <UnifiedDim scale="1" type="RightEdge" /> 1284 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 1285 </OperatorDim> 1286 </Dim> 1287 <Dim type="BottomEdge"> 1288 <OperatorDim op="Subtract"> 1289 <UnifiedDim scale="1" type="BottomEdge" /> 1290 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 1291 </OperatorDim> 1256 1292 </Dim> 1257 1293 </Area> … … 1259 1295 <NamedArea name="ItemRenderingAreaHScroll"> 1260 1296 <Area> 1261 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 1262 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 1263 <Dim type="RightEdge" > 1264 <UnifiedDim scale="1" type="RightEdge"> 1265 <DimOperator op="Subtract"> 1266 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 1267 </DimOperator> 1268 </UnifiedDim> 1269 </Dim> 1270 <Dim type="BottomEdge" > 1271 <UnifiedDim scale="1" offset="-16" type="BottomEdge" /> 1297 <Dim type="LeftEdge"> 1298 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 1299 </Dim> 1300 <Dim type="TopEdge"> 1301 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 1302 </Dim> 1303 <Dim type="RightEdge"> 1304 <OperatorDim op="Subtract"> 1305 <UnifiedDim scale="1" type="RightEdge" /> 1306 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 1307 </OperatorDim> 1308 </Dim> 1309 <Dim type="BottomEdge"> 1310 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 1272 1311 </Dim> 1273 1312 </Area> … … 1275 1314 <NamedArea name="ItemRenderingAreaVScroll"> 1276 1315 <Area> 1277 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 1278 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 1279 <Dim type="RightEdge" > 1280 <UnifiedDim scale="1" offset="-16" type="RightEdge" /> 1281 </Dim> 1282 <Dim type="BottomEdge" > 1283 <UnifiedDim scale="1" type="BottomEdge"> 1284 <DimOperator op="Subtract"> 1285 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 1286 </DimOperator> 1287 </UnifiedDim> 1316 <Dim type="LeftEdge"> 1317 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 1318 </Dim> 1319 <Dim type="TopEdge"> 1320 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 1321 </Dim> 1322 <Dim type="RightEdge"> 1323 <UnifiedDim offset="-16" scale="1" type="RightEdge" /> 1324 </Dim> 1325 <Dim type="BottomEdge"> 1326 <OperatorDim op="Subtract"> 1327 <UnifiedDim scale="1" type="BottomEdge" /> 1328 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 1329 </OperatorDim> 1288 1330 </Dim> 1289 1331 </Area> … … 1291 1333 <NamedArea name="ItemRenderingAreaHVScroll"> 1292 1334 <Area> 1293 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 1294 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 1295 <Dim type="RightEdge" > 1296 <UnifiedDim scale="1" offset="-16" type="RightEdge" /> 1297 </Dim> 1298 <Dim type="BottomEdge" > 1299 <UnifiedDim scale="1" offset="-16" type="BottomEdge" /> 1335 <Dim type="LeftEdge"> 1336 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 1337 </Dim> 1338 <Dim type="TopEdge"> 1339 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 1340 </Dim> 1341 <Dim type="RightEdge"> 1342 <UnifiedDim offset="-16" scale="1" type="RightEdge" /> 1343 </Dim> 1344 <Dim type="BottomEdge"> 1345 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 1300 1346 </Dim> 1301 1347 </Area> 1302 1348 </NamedArea> 1303 <Child type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 1304 <Area> 1305 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1306 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1307 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim> 1308 <Dim type="Height" ><AbsoluteDim value="16" /></Dim> 1349 <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar"> 1350 <Area> 1351 <Dim type="LeftEdge"> 1352 <AbsoluteDim value="0" /> 1353 </Dim> 1354 <Dim type="TopEdge"> 1355 <AbsoluteDim value="0" /> 1356 </Dim> 1357 <Dim type="Width"> 1358 <UnifiedDim offset="-16" scale="1" type="Width" /> 1359 </Dim> 1360 <Dim type="Height"> 1361 <AbsoluteDim value="16" /> 1362 </Dim> 1309 1363 </Area> 1310 1364 <VertAlignment type="BottomAligned" /> 1311 1365 </Child> 1312 <Child type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 1313 <Area> 1314 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1315 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1316 <Dim type="Width" ><AbsoluteDim value="16" /></Dim> 1317 <Dim type="Height" ><UnifiedDim scale="1" offset="-16" type="Height" /></Dim> 1366 <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar"> 1367 <Area> 1368 <Dim type="LeftEdge"> 1369 <AbsoluteDim value="0" /> 1370 </Dim> 1371 <Dim type="TopEdge"> 1372 <AbsoluteDim value="0" /> 1373 </Dim> 1374 <Dim type="Width"> 1375 <AbsoluteDim value="16" /> 1376 </Dim> 1377 <Dim type="Height"> 1378 <UnifiedDim offset="-16" scale="1" type="Height" /> 1379 </Dim> 1318 1380 </Area> 1319 1381 <HorzAlignment type="RightAligned" /> … … 1322 1384 <FrameComponent> 1323 1385 <Area> 1324 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1325 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1326 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1327 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1328 </Area> 1329 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" /> 1330 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" /> 1331 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" /> 1332 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" /> 1333 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" /> 1334 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" /> 1335 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" /> 1336 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" /> 1337 <Image type="Background" imageset="WindowsLook" image="Background" /> 1386 <Dim type="LeftEdge"> 1387 <AbsoluteDim value="0" /> 1388 </Dim> 1389 <Dim type="TopEdge"> 1390 <AbsoluteDim value="0" /> 1391 </Dim> 1392 <Dim type="Width"> 1393 <UnifiedDim scale="1" type="Width" /> 1394 </Dim> 1395 <Dim type="Height"> 1396 <UnifiedDim scale="1" type="Height" /> 1397 </Dim> 1398 </Area> 1399 <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" /> 1400 <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" /> 1401 <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" /> 1402 <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" /> 1403 <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" /> 1404 <Image component="RightEdge" name="WindowsLook/StaticFrameRight" /> 1405 <Image component="TopEdge" name="WindowsLook/StaticFrameTop" /> 1406 <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" /> 1407 <Image component="Background" name="WindowsLook/Background" /> 1338 1408 </FrameComponent> 1339 1409 </ImagerySection> … … 1349 1419 </StateImagery> 1350 1420 </WidgetLook> 1351 1352 1353 <!--1354 ***************************************************1355 WindowsLook/ItemListbox1356 ***************************************************1357 -->1358 1421 <WidgetLook name="WindowsLook/ItemListbox"> 1359 1422 <NamedArea name="ItemRenderArea"> 1360 1423 <Area> 1361 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 1362 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 1363 <Dim type="RightEdge" > 1364 <UnifiedDim scale="1" type="RightEdge"> 1365 <DimOperator op="Subtract"> 1366 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 1367 </DimOperator> 1368 </UnifiedDim> 1369 </Dim> 1370 <Dim type="BottomEdge" > 1371 <UnifiedDim scale="1" type="BottomEdge"> 1372 <DimOperator op="Subtract"> 1373 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 1374 </DimOperator> 1375 </UnifiedDim> 1424 <Dim type="LeftEdge"> 1425 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 1426 </Dim> 1427 <Dim type="TopEdge"> 1428 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 1429 </Dim> 1430 <Dim type="RightEdge"> 1431 <OperatorDim op="Subtract"> 1432 <UnifiedDim scale="1" type="RightEdge" /> 1433 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 1434 </OperatorDim> 1435 </Dim> 1436 <Dim type="BottomEdge"> 1437 <OperatorDim op="Subtract"> 1438 <UnifiedDim scale="1" type="BottomEdge" /> 1439 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 1440 </OperatorDim> 1376 1441 </Dim> 1377 1442 </Area> … … 1379 1444 <NamedArea name="ItemRenderAreaHScroll"> 1380 1445 <Area> 1381 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 1382 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 1383 <Dim type="RightEdge" > 1384 <UnifiedDim scale="1" type="RightEdge"> 1385 <DimOperator op="Subtract"> 1386 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 1387 </DimOperator> 1388 </UnifiedDim> 1389 </Dim> 1390 <Dim type="BottomEdge" > 1391 <UnifiedDim scale="1" offset="-16" type="BottomEdge" /> 1446 <Dim type="LeftEdge"> 1447 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 1448 </Dim> 1449 <Dim type="TopEdge"> 1450 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 1451 </Dim> 1452 <Dim type="RightEdge"> 1453 <OperatorDim op="Subtract"> 1454 <UnifiedDim scale="1" type="RightEdge" /> 1455 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 1456 </OperatorDim> 1457 </Dim> 1458 <Dim type="BottomEdge"> 1459 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 1392 1460 </Dim> 1393 1461 </Area> … … 1395 1463 <NamedArea name="ItemRenderAreaVScroll"> 1396 1464 <Area> 1397 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 1398 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 1399 <Dim type="RightEdge" > 1400 <UnifiedDim scale="1" offset="-16" type="RightEdge" /> 1401 </Dim> 1402 <Dim type="BottomEdge" > 1403 <UnifiedDim scale="1" type="BottomEdge"> 1404 <DimOperator op="Subtract"> 1405 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 1406 </DimOperator> 1407 </UnifiedDim> 1465 <Dim type="LeftEdge"> 1466 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 1467 </Dim> 1468 <Dim type="TopEdge"> 1469 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 1470 </Dim> 1471 <Dim type="RightEdge"> 1472 <UnifiedDim offset="-16" scale="1" type="RightEdge" /> 1473 </Dim> 1474 <Dim type="BottomEdge"> 1475 <OperatorDim op="Subtract"> 1476 <UnifiedDim scale="1" type="BottomEdge" /> 1477 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 1478 </OperatorDim> 1408 1479 </Dim> 1409 1480 </Area> … … 1411 1482 <NamedArea name="ItemRenderAreaHVScroll"> 1412 1483 <Area> 1413 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 1414 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 1415 <Dim type="RightEdge" > 1416 <UnifiedDim scale="1" offset="-16" type="RightEdge" /> 1417 </Dim> 1418 <Dim type="BottomEdge" > 1419 <UnifiedDim scale="1" offset="-16" type="BottomEdge" /> 1484 <Dim type="LeftEdge"> 1485 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 1486 </Dim> 1487 <Dim type="TopEdge"> 1488 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 1489 </Dim> 1490 <Dim type="RightEdge"> 1491 <UnifiedDim offset="-16" scale="1" type="RightEdge" /> 1492 </Dim> 1493 <Dim type="BottomEdge"> 1494 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 1420 1495 </Dim> 1421 1496 </Area> 1422 1497 </NamedArea> 1423 <Child type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 1424 <Area> 1425 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1426 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1427 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim> 1428 <Dim type="Height" ><AbsoluteDim value="16" /></Dim> 1498 <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar"> 1499 <Area> 1500 <Dim type="LeftEdge"> 1501 <AbsoluteDim value="0" /> 1502 </Dim> 1503 <Dim type="TopEdge"> 1504 <AbsoluteDim value="0" /> 1505 </Dim> 1506 <Dim type="Width"> 1507 <UnifiedDim offset="-16" scale="1" type="Width" /> 1508 </Dim> 1509 <Dim type="Height"> 1510 <AbsoluteDim value="16" /> 1511 </Dim> 1429 1512 </Area> 1430 1513 <VertAlignment type="BottomAligned" /> 1431 1514 </Child> 1432 <Child type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 1433 <Area> 1434 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1435 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1436 <Dim type="Width" ><AbsoluteDim value="16" /></Dim> 1437 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1515 <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar"> 1516 <Area> 1517 <Dim type="LeftEdge"> 1518 <AbsoluteDim value="0" /> 1519 </Dim> 1520 <Dim type="TopEdge"> 1521 <AbsoluteDim value="0" /> 1522 </Dim> 1523 <Dim type="Width"> 1524 <AbsoluteDim value="16" /> 1525 </Dim> 1526 <Dim type="Height"> 1527 <UnifiedDim scale="1" type="Height" /> 1528 </Dim> 1438 1529 </Area> 1439 1530 <HorzAlignment type="RightAligned" /> … … 1442 1533 <FrameComponent> 1443 1534 <Area> 1444 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1445 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1446 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1447 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1448 </Area> 1449 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" /> 1450 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" /> 1451 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" /> 1452 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" /> 1453 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" /> 1454 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" /> 1455 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" /> 1456 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" /> 1457 <Image type="Background" imageset="WindowsLook" image="Background" /> 1535 <Dim type="LeftEdge"> 1536 <AbsoluteDim value="0" /> 1537 </Dim> 1538 <Dim type="TopEdge"> 1539 <AbsoluteDim value="0" /> 1540 </Dim> 1541 <Dim type="Width"> 1542 <UnifiedDim scale="1" type="Width" /> 1543 </Dim> 1544 <Dim type="Height"> 1545 <UnifiedDim scale="1" type="Height" /> 1546 </Dim> 1547 </Area> 1548 <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" /> 1549 <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" /> 1550 <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" /> 1551 <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" /> 1552 <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" /> 1553 <Image component="RightEdge" name="WindowsLook/StaticFrameRight" /> 1554 <Image component="TopEdge" name="WindowsLook/StaticFrameTop" /> 1555 <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" /> 1556 <Image component="Background" name="WindowsLook/Background" /> 1458 1557 </FrameComponent> 1459 1558 </ImagerySection> … … 1469 1568 </StateImagery> 1470 1569 </WidgetLook> 1471 1472 1473 <!--1474 ***************************************************1475 WindowsLook/ListboxItem1476 ***************************************************1477 -->1478 1570 <WidgetLook name="WindowsLook/ListboxItem"> 1479 <PropertyDefinition name="TextColour" initialValue="FF000000" redrawOnWrite="true" />1480 <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />1481 <PropertyDefinition name="SelectionBrush" initialValue="set:WindowsLook image:Background" redrawOnWrite="true" />1482 <PropertyDefinition name="SelectionColour" initialValue="FF3030FF" redrawOnWrite="true" />1483 1484 1485 1486 <Dim type="LeftEdge">1487 1488 1489 <Dim type="TopEdge">1490 1491 1492 <Dim type="Width">1493 <FontDim type="HorzExtent" padding="6" />1494 1495 <Dim type="Height">1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 <UnifiedDim scale="1" offset="-3" type="RightEdge" />1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1571 <PropertyDefinition initialValue="FF000000" name="TextColour" redrawOnWrite="true" /> 1572 <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" /> 1573 <PropertyDefinition initialValue="set:WindowsLook image:Background" name="SelectionBrush" redrawOnWrite="true" /> 1574 <PropertyDefinition initialValue="FF3030FF" name="SelectionColour" redrawOnWrite="true" /> 1575 <Property name="Selectable" value="True" /> 1576 <NamedArea name="ContentSize"> 1577 <Area> 1578 <Dim type="LeftEdge"> 1579 <AbsoluteDim value="0" /> 1580 </Dim> 1581 <Dim type="TopEdge"> 1582 <AbsoluteDim value="0" /> 1583 </Dim> 1584 <Dim type="Width"> 1585 <FontDim padding="6" type="HorzExtent" /> 1586 </Dim> 1587 <Dim type="Height"> 1588 <FontDim type="LineSpacing" /> 1589 </Dim> 1590 </Area> 1591 </NamedArea> 1592 <ImagerySection name="label"> 1593 <TextComponent> 1594 <Area> 1595 <Dim type="TopEdge"> 1596 <AbsoluteDim value="0" /> 1597 </Dim> 1598 <Dim type="LeftEdge"> 1599 <AbsoluteDim value="3" /> 1600 </Dim> 1601 <Dim type="RightEdge"> 1602 <UnifiedDim offset="-3" scale="1" type="RightEdge" /> 1603 </Dim> 1604 <Dim type="BottomEdge"> 1605 <UnifiedDim scale="1" type="BottomEdge" /> 1606 </Dim> 1607 </Area> 1608 </TextComponent> 1609 </ImagerySection> 1610 <ImagerySection name="selection"> 1611 <ImageryComponent> 1612 <Area> 1613 <Dim type="TopEdge"> 1614 <AbsoluteDim value="0" /> 1615 </Dim> 1616 <Dim type="LeftEdge"> 1617 <AbsoluteDim value="0" /> 1618 </Dim> 1619 <Dim type="RightEdge"> 1620 <UnifiedDim scale="1" type="RightEdge" /> 1621 </Dim> 1622 <Dim type="BottomEdge"> 1623 <UnifiedDim scale="1" type="BottomEdge" /> 1624 </Dim> 1625 </Area> 1626 <ImageProperty name="SelectionBrush" /> 1627 <ColourProperty name="SelectionColour" /> 1628 <VertFormat type="Stretched" /> 1629 <HorzFormat type="Stretched" /> 1630 </ImageryComponent> 1631 </ImagerySection> 1632 <StateImagery name="Enabled"> 1633 <Layer> 1634 <Section section="label"> 1635 <ColourProperty name="TextColour" /> 1636 </Section> 1637 </Layer> 1638 </StateImagery> 1639 <StateImagery name="Disabled"> 1640 <Layer> 1641 <Section section="label"> 1642 <ColourProperty name="TextColour" /> 1643 </Section> 1644 </Layer> 1645 </StateImagery> 1646 <StateImagery name="SelectedEnabled"> 1647 <Layer> 1648 <Section section="selection" /> 1649 <Section section="label"> 1650 <ColourProperty name="SelectedTextColour" /> 1651 </Section> 1652 </Layer> 1653 </StateImagery> 1654 <StateImagery name="SelectedDisabled"> 1655 <Layer> 1656 <Section section="selection" /> 1657 <Section section="label"> 1658 <ColourProperty name="SelectedTextColour" /> 1659 </Section> 1660 </Layer> 1661 </StateImagery> 1570 1662 </WidgetLook> 1571 1572 1573 <!--1574 ***************************************************1575 WindowsLook/Menubar1576 ***************************************************1577 -->1578 1663 <WidgetLook name="WindowsLook/Menubar"> 1579 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFEFF5 tr:FFDFDFF5 bl:FFF4F3F5 br:FFF4F3F5" redrawOnWrite="true" />1580 <PropertyDefinition name="BorderWidth" initialValue="5" layoutOnWrite="true" />1664 <PropertyDefinition initialValue="tl:FFDFEFF5 tr:FFDFDFF5 bl:FFF4F3F5 br:FFF4F3F5" name="BackgroundColours" redrawOnWrite="true" /> 1665 <PropertyDefinition initialValue="5" layoutOnWrite="true" name="BorderWidth" /> 1581 1666 <NamedArea name="ItemRenderArea"> 1582 1667 <Area> 1583 <Dim type="LeftEdge" > 1584 <ImageDim imageset="WindowsLook" image="MenuLeft" dimension="Width"> 1585 <DimOperator op="Add"> 1668 <Dim type="LeftEdge"> 1669 <OperatorDim op="Add"> 1670 <ImageDim dimension="Width" name="WindowsLook/MenuLeft" /> 1671 <PropertyDim name="BorderWidth" /> 1672 </OperatorDim> 1673 </Dim> 1674 <Dim type="TopEdge"> 1675 <OperatorDim op="Add"> 1676 <ImageDim dimension="Height" name="WindowsLook/MenuTop" /> 1677 <PropertyDim name="BorderWidth" /> 1678 </OperatorDim> 1679 </Dim> 1680 <Dim type="RightEdge"> 1681 <OperatorDim op="Subtract"> 1682 <UnifiedDim scale="1" type="RightEdge" /> 1683 <OperatorDim op="Add"> 1684 <ImageDim dimension="Width" name="WindowsLook/MenuRight" /> 1586 1685 <PropertyDim name="BorderWidth" /> 1587 </DimOperator> 1588 </ImageDim> 1589 </Dim> 1590 <Dim type="TopEdge" > 1591 <ImageDim imageset="WindowsLook" image="MenuTop" dimension="Height"> 1592 <DimOperator op="Add"> 1686 </OperatorDim> 1687 </OperatorDim> 1688 </Dim> 1689 <Dim type="BottomEdge"> 1690 <OperatorDim op="Subtract"> 1691 <UnifiedDim scale="1" type="BottomEdge" /> 1692 <OperatorDim op="Add"> 1693 <ImageDim dimension="Height" name="WindowsLook/MenuBottom" /> 1593 1694 <PropertyDim name="BorderWidth" /> 1594 </DimOperator> 1595 </ImageDim> 1596 </Dim> 1597 <Dim type="RightEdge" > 1598 <UnifiedDim scale="1" type="RightEdge"> 1599 <DimOperator op="Subtract"> 1600 <ImageDim imageset="WindowsLook" image="MenuRight" dimension="Width"> 1601 <DimOperator op="Add"> 1602 <PropertyDim name="BorderWidth" /> 1603 </DimOperator> 1604 </ImageDim> 1605 </DimOperator> 1606 </UnifiedDim> 1607 </Dim> 1608 <Dim type="BottomEdge" > 1609 <UnifiedDim scale="1" type="BottomEdge"> 1610 <DimOperator op="Subtract"> 1611 <ImageDim imageset="WindowsLook" image="MenuBottom" dimension="Height"> 1612 <DimOperator op="Add"> 1613 <PropertyDim name="BorderWidth" /> 1614 </DimOperator> 1615 </ImageDim> 1616 </DimOperator> 1617 </UnifiedDim> 1695 </OperatorDim> 1696 </OperatorDim> 1618 1697 </Dim> 1619 1698 </Area> … … 1622 1701 <FrameComponent> 1623 1702 <Area> 1624 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1625 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1626 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1627 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1628 </Area> 1629 <Image type="TopLeftCorner" imageset="WindowsLook" image="MenuTopLeft" /> 1630 <Image type="TopRightCorner" imageset="WindowsLook" image="MenuTopRight" /> 1631 <Image type="BottomLeftCorner" imageset="WindowsLook" image="MenuBottomLeft" /> 1632 <Image type="BottomRightCorner" imageset="WindowsLook" image="MenuBottomRight" /> 1633 <Image type="LeftEdge" imageset="WindowsLook" image="MenuLeft" /> 1634 <Image type="RightEdge" imageset="WindowsLook" image="MenuRight" /> 1635 <Image type="TopEdge" imageset="WindowsLook" image="MenuTop" /> 1636 <Image type="BottomEdge" imageset="WindowsLook" image="MenuBottom" /> 1637 <Image type="Background" imageset="WindowsLook" image="Background" /> 1703 <Dim type="LeftEdge"> 1704 <AbsoluteDim value="0" /> 1705 </Dim> 1706 <Dim type="TopEdge"> 1707 <AbsoluteDim value="0" /> 1708 </Dim> 1709 <Dim type="Width"> 1710 <UnifiedDim scale="1" type="Width" /> 1711 </Dim> 1712 <Dim type="Height"> 1713 <UnifiedDim scale="1" type="Height" /> 1714 </Dim> 1715 </Area> 1716 <Image component="TopLeftCorner" name="WindowsLook/MenuTopLeft" /> 1717 <Image component="TopRightCorner" name="WindowsLook/MenuTopRight" /> 1718 <Image component="BottomLeftCorner" name="WindowsLook/MenuBottomLeft" /> 1719 <Image component="BottomRightCorner" name="WindowsLook/MenuBottomRight" /> 1720 <Image component="LeftEdge" name="WindowsLook/MenuLeft" /> 1721 <Image component="RightEdge" name="WindowsLook/MenuRight" /> 1722 <Image component="TopEdge" name="WindowsLook/MenuTop" /> 1723 <Image component="BottomEdge" name="WindowsLook/MenuBottom" /> 1724 <Image component="Background" name="WindowsLook/Background" /> 1638 1725 <ColourRectProperty name="BackgroundColours" /> 1639 1726 </FrameComponent> … … 1650 1737 </StateImagery> 1651 1738 </WidgetLook> 1652 1653 1654 <!--1655 ***************************************************1656 WindowsLook/MenuItem1657 ***************************************************1658 -->1659 1739 <WidgetLook name="WindowsLook/MenuItem"> 1660 <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />1661 <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />1662 <PropertyDefinition name="HoverColour" initialValue="FFA7C7FF" redrawOnWrite="true" />1663 <PropertyDefinition name="PushedColour" initialValue="FF87A7DF" redrawOnWrite="true" />1664 <PropertyDefinition name="PushedOffColour" initialValue="7F87A7DF" redrawOnWrite="true" />1665 <PropertyDefinition name="OpenedColour" initialValue="FFEFEFEF" redrawOnWrite="true" />1740 <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" /> 1741 <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" /> 1742 <PropertyDefinition initialValue="FFA7C7FF" name="HoverColour" redrawOnWrite="true" /> 1743 <PropertyDefinition initialValue="FF87A7DF" name="PushedColour" redrawOnWrite="true" /> 1744 <PropertyDefinition initialValue="7F87A7DF" name="PushedOffColour" redrawOnWrite="true" /> 1745 <PropertyDefinition initialValue="FFEFEFEF" name="OpenedColour" redrawOnWrite="true" /> 1666 1746 <Property name="WantsMultiClickEvents" value="False" /> 1667 1747 <NamedArea name="ContentSize"> 1668 1748 <Area> 1669 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 1670 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 1749 <Dim type="LeftEdge"> 1750 <AbsoluteDim value="0" /> 1751 </Dim> 1752 <Dim type="TopEdge"> 1753 <AbsoluteDim value="0" /> 1754 </Dim> 1671 1755 <Dim type="Width"> 1672 <FontDim type="HorzExtent"> 1673 <DimOperator op="Add"> 1674 <ImageDim imageset="WindowsLook" image="MenuLeft" dimension="Width"> 1675 <DimOperator op="Add"> 1676 <ImageDim imageset="WindowsLook" image="MenuRight" dimension="Width" /> 1677 </DimOperator> 1678 </ImageDim> 1679 </DimOperator> 1680 </FontDim> 1756 <OperatorDim op="Add"> 1757 <FontDim type="HorzExtent" /> 1758 <OperatorDim op="Add"> 1759 <ImageDim dimension="Width" name="WindowsLook/MenuLeft" /> 1760 <ImageDim dimension="Width" name="WindowsLook/MenuRight" /> 1761 </OperatorDim> 1762 </OperatorDim> 1681 1763 </Dim> 1682 1764 <Dim type="Height"> 1683 <FontDim type="LineSpacing"> 1684 <DimOperator op="Add"> 1685 <ImageDim imageset="WindowsLook" image="MenuTop" dimension="Height"> 1686 <DimOperator op="Add"> 1687 <ImageDim imageset="WindowsLook" image="MenuBottom" dimension="Height" /> 1688 </DimOperator> 1689 </ImageDim> 1690 </DimOperator> 1691 </FontDim> 1765 <OperatorDim op="Add"> 1766 <FontDim type="LineSpacing" /> 1767 <OperatorDim op="Add"> 1768 <ImageDim dimension="Height" name="WindowsLook/MenuTop" /> 1769 <ImageDim dimension="Height" name="WindowsLook/MenuBottom" /> 1770 </OperatorDim> 1771 </OperatorDim> 1692 1772 </Dim> 1693 1773 </Area> … … 1695 1775 <NamedArea name="HasPopupContentSize"> 1696 1776 <Area> 1697 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 1698 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 1777 <Dim type="LeftEdge"> 1778 <AbsoluteDim value="0" /> 1779 </Dim> 1780 <Dim type="TopEdge"> 1781 <AbsoluteDim value="0" /> 1782 </Dim> 1699 1783 <Dim type="Width"> 1700 <FontDim type="HorzExtent"> 1701 <DimOperator op="Add"> 1702 <ImageDim imageset="WindowsLook" image="MenuLeft" dimension="Width"> 1703 <DimOperator op="Add"> 1704 <ImageDim imageset="WindowsLook" image="MenuRight" dimension="Width"> 1705 <DimOperator op="Add"> 1706 <ImageDim imageset="WindowsLook" image="PopupMenuArrowLeft" dimension="Width"> 1707 <DimOperator op="Multiply"> 1708 <AbsoluteDim value="3" /> 1709 </DimOperator> 1710 </ImageDim> 1711 </DimOperator> 1712 </ImageDim> 1713 </DimOperator> 1714 </ImageDim> 1715 </DimOperator> 1716 </FontDim> 1784 <OperatorDim op="Add"> 1785 <FontDim type="HorzExtent" /> 1786 <OperatorDim op="Add"> 1787 <ImageDim dimension="Width" name="WindowsLook/MenuLeft" /> 1788 <OperatorDim op="Add"> 1789 <ImageDim dimension="Width" name="WindowsLook/MenuRight" /> 1790 <OperatorDim op="Multiply"> 1791 <ImageDim dimension="Width" name="WindowsLook/PopupMenuArrowLeft" /> 1792 <AbsoluteDim value="3" /> 1793 </OperatorDim> 1794 </OperatorDim> 1795 </OperatorDim> 1796 </OperatorDim> 1717 1797 </Dim> 1718 1798 <Dim type="Height"> 1719 <FontDim type="LineSpacing"> 1720 <DimOperator op="Add"> 1721 <ImageDim imageset="WindowsLook" image="MenuTop" dimension="Height"> 1722 <DimOperator op="Add"> 1723 <ImageDim imageset="WindowsLook" image="MenuBottom" dimension="Height" /> 1724 </DimOperator> 1725 </ImageDim> 1726 </DimOperator> 1727 </FontDim> 1799 <OperatorDim op="Add"> 1800 <FontDim type="LineSpacing" /> 1801 <OperatorDim op="Add"> 1802 <ImageDim dimension="Height" name="WindowsLook/MenuTop" /> 1803 <ImageDim dimension="Height" name="WindowsLook/MenuBottom" /> 1804 </OperatorDim> 1805 </OperatorDim> 1728 1806 </Dim> 1729 1807 </Area> … … 1732 1810 <TextComponent> 1733 1811 <Area> 1734 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="MenuLeft" dimension="Width" /></Dim> 1735 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="MenuTop" dimension="Height" /></Dim> 1736 <Dim type="RightEdge" > 1737 <UnifiedDim scale="1" type="RightEdge"> 1738 <DimOperator op="Subtract"> 1739 <ImageDim imageset="WindowsLook" image="MenuRight" dimension="Width" /> 1740 </DimOperator> 1741 </UnifiedDim> 1742 </Dim> 1743 <Dim type="BottomEdge" > 1744 <UnifiedDim scale="1" type="BottomEdge"> 1745 <DimOperator op="Subtract"> 1746 <ImageDim imageset="WindowsLook" image="MenuBottom" dimension="Height" /> 1747 </DimOperator> 1748 </UnifiedDim> 1812 <Dim type="LeftEdge"> 1813 <ImageDim dimension="Width" name="WindowsLook/MenuLeft" /> 1814 </Dim> 1815 <Dim type="TopEdge"> 1816 <ImageDim dimension="Height" name="WindowsLook/MenuTop" /> 1817 </Dim> 1818 <Dim type="RightEdge"> 1819 <OperatorDim op="Subtract"> 1820 <UnifiedDim scale="1" type="RightEdge" /> 1821 <ImageDim dimension="Width" name="WindowsLook/MenuRight" /> 1822 </OperatorDim> 1823 </Dim> 1824 <Dim type="BottomEdge"> 1825 <OperatorDim op="Subtract"> 1826 <UnifiedDim scale="1" type="BottomEdge" /> 1827 <ImageDim dimension="Height" name="WindowsLook/MenuBottom" /> 1828 </OperatorDim> 1749 1829 </Dim> 1750 1830 </Area> … … 1756 1836 <FrameComponent> 1757 1837 <Area> 1758 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1759 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1760 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1761 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1762 </Area> 1763 <Image type="TopLeftCorner" imageset="WindowsLook" image="MenuTopLeft" /> 1764 <Image type="TopRightCorner" imageset="WindowsLook" image="MenuTopRight" /> 1765 <Image type="BottomLeftCorner" imageset="WindowsLook" image="MenuBottomLeft" /> 1766 <Image type="BottomRightCorner" imageset="WindowsLook" image="MenuBottomRight" /> 1767 <Image type="LeftEdge" imageset="WindowsLook" image="MenuLeft" /> 1768 <Image type="RightEdge" imageset="WindowsLook" image="MenuRight" /> 1769 <Image type="TopEdge" imageset="WindowsLook" image="MenuTop" /> 1770 <Image type="BottomEdge" imageset="WindowsLook" image="MenuBottom" /> 1771 <Image type="Background" imageset="WindowsLook" image="Background" /> 1838 <Dim type="LeftEdge"> 1839 <AbsoluteDim value="0" /> 1840 </Dim> 1841 <Dim type="TopEdge"> 1842 <AbsoluteDim value="0" /> 1843 </Dim> 1844 <Dim type="Width"> 1845 <UnifiedDim scale="1" type="Width" /> 1846 </Dim> 1847 <Dim type="Height"> 1848 <UnifiedDim scale="1" type="Height" /> 1849 </Dim> 1850 </Area> 1851 <Image component="TopLeftCorner" name="WindowsLook/MenuTopLeft" /> 1852 <Image component="TopRightCorner" name="WindowsLook/MenuTopRight" /> 1853 <Image component="BottomLeftCorner" name="WindowsLook/MenuBottomLeft" /> 1854 <Image component="BottomRightCorner" name="WindowsLook/MenuBottomRight" /> 1855 <Image component="LeftEdge" name="WindowsLook/MenuLeft" /> 1856 <Image component="RightEdge" name="WindowsLook/MenuRight" /> 1857 <Image component="TopEdge" name="WindowsLook/MenuTop" /> 1858 <Image component="BottomEdge" name="WindowsLook/MenuBottom" /> 1859 <Image component="Background" name="WindowsLook/Background" /> 1772 1860 </FrameComponent> 1773 1861 </ImagerySection> … … 1775 1863 <ImageryComponent> 1776 1864 <Area> 1777 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1778 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1779 <Dim type="Width" > 1780 <UnifiedDim scale="1" type="Width"> 1781 <DimOperator op="Subtract"> 1782 <ImageDim imageset="WindowsLook" image="PopupMenuArrowRight" dimension="Width" /> 1783 </DimOperator> 1784 </UnifiedDim> 1785 </Dim> 1786 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1787 </Area> 1788 <Image imageset="WindowsLook" image="PopupMenuArrowRight" /> 1789 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" /> 1865 <Dim type="LeftEdge"> 1866 <AbsoluteDim value="0" /> 1867 </Dim> 1868 <Dim type="TopEdge"> 1869 <AbsoluteDim value="0" /> 1870 </Dim> 1871 <Dim type="Width"> 1872 <OperatorDim op="Subtract"> 1873 <UnifiedDim scale="1" type="Width" /> 1874 <ImageDim dimension="Width" name="WindowsLook/PopupMenuArrowRight" /> 1875 </OperatorDim> 1876 </Dim> 1877 <Dim type="Height"> 1878 <UnifiedDim scale="1" type="Height" /> 1879 </Dim> 1880 </Area> 1881 <Image name="WindowsLook/PopupMenuArrowRight" /> 1882 <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" /> 1790 1883 <VertFormat type="CentreAligned" /> 1791 1884 <HorzFormat type="RightAligned" /> … … 1795 1888 <ImageryComponent> 1796 1889 <Area> 1797 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1798 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1799 <Dim type="Width" > 1800 <UnifiedDim scale="1" type="Width"> 1801 <DimOperator op="Subtract"> 1802 <ImageDim imageset="WindowsLook" image="PopupMenuArrowLeft" dimension="Width" /> 1803 </DimOperator> 1804 </UnifiedDim> 1805 </Dim> 1806 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1807 </Area> 1808 <Image imageset="WindowsLook" image="PopupMenuArrowLeft" /> 1809 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" /> 1890 <Dim type="LeftEdge"> 1891 <AbsoluteDim value="0" /> 1892 </Dim> 1893 <Dim type="TopEdge"> 1894 <AbsoluteDim value="0" /> 1895 </Dim> 1896 <Dim type="Width"> 1897 <OperatorDim op="Subtract"> 1898 <UnifiedDim scale="1" type="Width" /> 1899 <ImageDim dimension="Width" name="WindowsLook/PopupMenuArrowLeft" /> 1900 </OperatorDim> 1901 </Dim> 1902 <Dim type="Height"> 1903 <UnifiedDim scale="1" type="Height" /> 1904 </Dim> 1905 </Area> 1906 <Image name="WindowsLook/PopupMenuArrowLeft" /> 1907 <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" /> 1810 1908 <VertFormat type="CentreAligned" /> 1811 1909 <HorzFormat type="RightAligned" /> … … 1909 2007 </StateImagery> 1910 2008 </WidgetLook> 1911 1912 1913 <!--1914 ***************************************************1915 WindowsLook/ListHeaderSegment1916 ***************************************************1917 -->1918 2009 <WidgetLook name="WindowsLook/ListHeaderSegment"> 1919 <Property name="SizingCursorImage" value=" set:WindowsLook image:MouseEsWeCursor" />1920 <Property name="MovingCursorImage" value=" set:WindowsLook image:MouseMoveCursor" />2010 <Property name="SizingCursorImage" value="WindowsLook/MouseEsWeCursor" /> 2011 <Property name="MovingCursorImage" value="WindowsLook/MouseMoveCursor" /> 1921 2012 <ImagerySection name="segment"> 1922 2013 <ImageryComponent> 1923 2014 <Area> 1924 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1925 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1926 <Dim type="RightEdge" > 1927 <UnifiedDim scale="1" type="RightEdge"> 1928 <DimOperator op="Subtract"> 1929 <ImageDim imageset="WindowsLook" image="HeaderSplitter" dimension="Width" /> 1930 </DimOperator> 1931 </UnifiedDim> 1932 </Dim> 1933 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1934 </Area> 1935 <Image imageset="WindowsLook" image="HeaderMainBrush" /> 2015 <Dim type="LeftEdge"> 2016 <AbsoluteDim value="0" /> 2017 </Dim> 2018 <Dim type="TopEdge"> 2019 <AbsoluteDim value="0" /> 2020 </Dim> 2021 <Dim type="RightEdge"> 2022 <OperatorDim op="Subtract"> 2023 <UnifiedDim scale="1" type="RightEdge" /> 2024 <ImageDim dimension="Width" name="WindowsLook/HeaderSplitter" /> 2025 </OperatorDim> 2026 </Dim> 2027 <Dim type="Height"> 2028 <UnifiedDim scale="1" type="Height" /> 2029 </Dim> 2030 </Area> 2031 <Image name="WindowsLook/HeaderMainBrush" /> 1936 2032 <VertFormat type="Stretched" /> 1937 2033 <HorzFormat type="Stretched" /> … … 1941 2037 <ImageryComponent> 1942 2038 <Area> 1943 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1944 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1945 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1946 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1947 </Area> 1948 <Image imageset="WindowsLook" image="HeaderSplitter" /> 2039 <Dim type="LeftEdge"> 2040 <AbsoluteDim value="0" /> 2041 </Dim> 2042 <Dim type="TopEdge"> 2043 <AbsoluteDim value="0" /> 2044 </Dim> 2045 <Dim type="Width"> 2046 <UnifiedDim scale="1" type="Width" /> 2047 </Dim> 2048 <Dim type="Height"> 2049 <UnifiedDim scale="1" type="Height" /> 2050 </Dim> 2051 </Area> 2052 <Image name="WindowsLook/HeaderSplitter" /> 1949 2053 <VertFormat type="Stretched" /> 1950 2054 <HorzFormat type="RightAligned" /> … … 1954 2058 <ImageryComponent> 1955 2059 <Area> 1956 <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim> 1957 <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim> 1958 <Dim type="Width" ><ImageDim imageset="WindowsLook" image="SmallUpArrow" dimension="Width" /></Dim> 1959 <Dim type="Height" ><ImageDim imageset="WindowsLook" image="SmallUpArrow" dimension="Height" /></Dim> 1960 </Area> 1961 <Image imageset="WindowsLook" image="SmallUpArrow" /> 2060 <Dim type="LeftEdge"> 2061 <AbsoluteDim value="3" /> 2062 </Dim> 2063 <Dim type="TopEdge"> 2064 <AbsoluteDim value="3" /> 2065 </Dim> 2066 <Dim type="Width"> 2067 <ImageDim dimension="Width" name="WindowsLook/SmallUpArrow" /> 2068 </Dim> 2069 <Dim type="Height"> 2070 <ImageDim dimension="Height" name="WindowsLook/SmallUpArrow" /> 2071 </Dim> 2072 </Area> 2073 <Image name="WindowsLook/SmallUpArrow" /> 1962 2074 </ImageryComponent> 1963 2075 </ImagerySection> … … 1965 2077 <ImageryComponent> 1966 2078 <Area> 1967 <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim> 1968 <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim> 1969 <Dim type="Width" ><ImageDim imageset="WindowsLook" image="SmallDownArrow" dimension="Width" /></Dim> 1970 <Dim type="Height" ><ImageDim imageset="WindowsLook" image="SmallDownArrow" dimension="Height" /></Dim> 1971 </Area> 1972 <Image imageset="WindowsLook" image="SmallDownArrow" /> 2079 <Dim type="LeftEdge"> 2080 <AbsoluteDim value="3" /> 2081 </Dim> 2082 <Dim type="TopEdge"> 2083 <AbsoluteDim value="3" /> 2084 </Dim> 2085 <Dim type="Width"> 2086 <ImageDim dimension="Width" name="WindowsLook/SmallDownArrow" /> 2087 </Dim> 2088 <Dim type="Height"> 2089 <ImageDim dimension="Height" name="WindowsLook/SmallDownArrow" /> 2090 </Dim> 2091 </Area> 2092 <Image name="WindowsLook/SmallDownArrow" /> 1973 2093 </ImageryComponent> 1974 2094 </ImagerySection> … … 1976 2096 <TextComponent> 1977 2097 <Area> 1978 <Dim type="LeftEdge" > 1979 <ImageDim imageset="WindowsLook" image="SmallUpArrow" dimension="Width"> 1980 <DimOperator op="Add"> 1981 <AbsoluteDim value="5" /> 1982 </DimOperator> 1983 </ImageDim> 1984 </Dim> 1985 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1986 <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim> 1987 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2098 <Dim type="LeftEdge"> 2099 <OperatorDim op="Add"> 2100 <ImageDim dimension="Width" name="WindowsLook/SmallUpArrow" /> 2101 <AbsoluteDim value="5" /> 2102 </OperatorDim> 2103 </Dim> 2104 <Dim type="TopEdge"> 2105 <AbsoluteDim value="0" /> 2106 </Dim> 2107 <Dim type="RightEdge"> 2108 <UnifiedDim scale="1" type="RightEdge" /> 2109 </Dim> 2110 <Dim type="Height"> 2111 <UnifiedDim scale="1" type="Height" /> 2112 </Dim> 1988 2113 </Area> 1989 2114 <VertFormat type="CentreAligned" /> … … 1993 2118 <Layer> 1994 2119 <Section section="segment"> 1995 <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />2120 <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" /> 1996 2121 </Section> 1997 2122 <Section section="splitter"> 1998 <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />2123 <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" /> 1999 2124 </Section> 2000 2125 <Section section="label"> 2001 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />2126 <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" /> 2002 2127 </Section> 2003 2128 </Layer> … … 2006 2131 <Layer> 2007 2132 <Section section="segment"> 2008 <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />2133 <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" /> 2009 2134 </Section> 2010 2135 <Section section="splitter"> 2011 <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />2136 <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" /> 2012 2137 </Section> 2013 2138 <Section section="label"> 2014 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />2139 <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" /> 2015 2140 </Section> 2016 2141 </Layer> … … 2019 2144 <Layer> 2020 2145 <Section section="segment"> 2021 <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />2146 <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" /> 2022 2147 </Section> 2023 2148 <Section section="splitter"> 2024 <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />2149 <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" /> 2025 2150 </Section> 2026 2151 <Section section="label"> 2027 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />2028 </Section> 2029 </Layer> 2030 </StateImagery> 2031 <StateImagery name="DragGhost" clipped="false">2032 <Layer priority="1" 2152 <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" /> 2153 </Section> 2154 </Layer> 2155 </StateImagery> 2156 <StateImagery clipped="false" name="DragGhost"> 2157 <Layer priority="1"> 2033 2158 <Section section="segment"> 2034 <Colours topLeft="7FEFEFEF" topRight="7FEFEFEF" bottomLeft="7FEFEFEF" bottomRight="7FEFEFEF" />2159 <Colours bottomLeft="7FEFEFEF" bottomRight="7FEFEFEF" topLeft="7FEFEFEF" topRight="7FEFEFEF" /> 2035 2160 </Section> 2036 2161 <Section section="splitter"> 2037 <Colours topLeft="7FDDDDDD" topRight="7FDDDDDD" bottomLeft="7FDDDDDD" bottomRight="7FDDDDDD" />2162 <Colours bottomLeft="7FDDDDDD" bottomRight="7FDDDDDD" topLeft="7FDDDDDD" topRight="7FDDDDDD" /> 2038 2163 </Section> 2039 2164 <Section section="label"> 2040 <Colours topLeft="7F000000" topRight="7F000000" bottomLeft="7F000000" bottomRight="7F000000" />2165 <Colours bottomLeft="7F000000" bottomRight="7F000000" topLeft="7F000000" topRight="7F000000" /> 2041 2166 </Section> 2042 2167 </Layer> … … 2052 2177 </Layer> 2053 2178 </StateImagery> 2054 <StateImagery name="GhostAscendingSortIcon" clipped="false">2055 <Layer priority="1" 2179 <StateImagery clipped="false" name="GhostAscendingSortIcon"> 2180 <Layer priority="1"> 2056 2181 <Section section="ascend_icon"> 2057 <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />2058 </Section> 2059 </Layer> 2060 </StateImagery> 2061 <StateImagery name="GhostDescendingSortIcon" clipped="false">2062 <Layer priority="1" 2182 <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" /> 2183 </Section> 2184 </Layer> 2185 </StateImagery> 2186 <StateImagery clipped="false" name="GhostDescendingSortIcon"> 2187 <Layer priority="1"> 2063 2188 <Section section="descend_icon"> 2064 <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />2189 <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" /> 2065 2190 </Section> 2066 2191 </Layer> … … 2068 2193 <StateImagery name="Disabled" /> 2069 2194 </WidgetLook> 2070 2071 2072 <!--2073 ***************************************************2074 WindowsLook/ListHeader2075 ***************************************************2076 -->2077 2195 <WidgetLook name="WindowsLook/ListHeader"> 2078 2196 <Property name="SegmentWidgetType" value="WindowsLook/ListHeaderSegment" /> … … 2080 2198 <StateImagery name="Disabled" /> 2081 2199 </WidgetLook> 2082 2083 2084 <!--2085 ***************************************************2086 WindowsLook/MultiColumnList2087 ***************************************************2088 -->2089 2200 <WidgetLook name="WindowsLook/MultiColumnList"> 2090 2201 <NamedArea name="ItemRenderingArea"> 2091 2202 <Area> 2092 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 2093 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim> 2094 <Dim type="RightEdge" > 2095 <UnifiedDim scale="1" type="RightEdge"> 2096 <DimOperator op="Subtract"> 2097 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 2098 </DimOperator> 2099 </UnifiedDim> 2100 </Dim> 2101 <Dim type="BottomEdge" > 2102 <UnifiedDim scale="1" type="BottomEdge"> 2103 <DimOperator op="Subtract"> 2104 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 2105 </DimOperator> 2106 </UnifiedDim> 2203 <Dim type="LeftEdge"> 2204 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 2205 </Dim> 2206 <Dim type="TopEdge"> 2207 <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" /> 2208 </Dim> 2209 <Dim type="RightEdge"> 2210 <OperatorDim op="Subtract"> 2211 <UnifiedDim scale="1" type="RightEdge" /> 2212 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 2213 </OperatorDim> 2214 </Dim> 2215 <Dim type="BottomEdge"> 2216 <OperatorDim op="Subtract"> 2217 <UnifiedDim scale="1" type="BottomEdge" /> 2218 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 2219 </OperatorDim> 2107 2220 </Dim> 2108 2221 </Area> … … 2110 2223 <NamedArea name="ItemRenderingAreaHScroll"> 2111 2224 <Area> 2112 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 2113 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim> 2114 <Dim type="RightEdge" > 2115 <UnifiedDim scale="1" type="RightEdge"> 2116 <DimOperator op="Subtract"> 2117 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 2118 </DimOperator> 2119 </UnifiedDim> 2120 </Dim> 2121 <Dim type="BottomEdge" > 2122 <UnifiedDim scale="1" offset="-16" type="BottomEdge" /> 2225 <Dim type="LeftEdge"> 2226 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 2227 </Dim> 2228 <Dim type="TopEdge"> 2229 <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" /> 2230 </Dim> 2231 <Dim type="RightEdge"> 2232 <OperatorDim op="Subtract"> 2233 <UnifiedDim scale="1" type="RightEdge" /> 2234 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 2235 </OperatorDim> 2236 </Dim> 2237 <Dim type="BottomEdge"> 2238 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 2123 2239 </Dim> 2124 2240 </Area> … … 2126 2242 <NamedArea name="ItemRenderingAreaVScroll"> 2127 2243 <Area> 2128 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 2129 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim> 2130 <Dim type="RightEdge" > 2131 <UnifiedDim scale="1" offset="-16" type="RightEdge" /> 2132 </Dim> 2133 <Dim type="BottomEdge" > 2134 <UnifiedDim scale="1" type="BottomEdge"> 2135 <DimOperator op="Subtract"> 2136 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 2137 </DimOperator> 2138 </UnifiedDim> 2244 <Dim type="LeftEdge"> 2245 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 2246 </Dim> 2247 <Dim type="TopEdge"> 2248 <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" /> 2249 </Dim> 2250 <Dim type="RightEdge"> 2251 <UnifiedDim offset="-16" scale="1" type="RightEdge" /> 2252 </Dim> 2253 <Dim type="BottomEdge"> 2254 <OperatorDim op="Subtract"> 2255 <UnifiedDim scale="1" type="BottomEdge" /> 2256 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 2257 </OperatorDim> 2139 2258 </Dim> 2140 2259 </Area> … … 2142 2261 <NamedArea name="ItemRenderingAreaHVScroll"> 2143 2262 <Area> 2144 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 2145 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim> 2146 <Dim type="RightEdge" > 2147 <UnifiedDim scale="1" offset="-16" type="RightEdge" /> 2148 </Dim> 2149 <Dim type="BottomEdge" > 2150 <UnifiedDim scale="1" offset="-16" type="BottomEdge" /> 2263 <Dim type="LeftEdge"> 2264 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 2265 </Dim> 2266 <Dim type="TopEdge"> 2267 <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" /> 2268 </Dim> 2269 <Dim type="RightEdge"> 2270 <UnifiedDim offset="-16" scale="1" type="RightEdge" /> 2271 </Dim> 2272 <Dim type="BottomEdge"> 2273 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 2151 2274 </Dim> 2152 2275 </Area> 2153 2276 </NamedArea> 2154 <Child type="WindowsLook/ListHeader" nameSuffix="__auto_listheader__"> 2155 <Area> 2156 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /></Dim> 2157 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /></Dim> 2158 <Dim type="RightEdge" > 2159 <UnifiedDim scale="1" type="RightEdge"> 2160 <DimOperator op="Subtract"> 2161 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 2162 </DimOperator> 2163 </UnifiedDim> 2164 </Dim> 2165 <Dim type="Height" > 2166 <FontDim type="LineSpacing"> 2167 <DimOperator op="Multiply"> 2168 <AbsoluteDim value="1.5" /> 2169 </DimOperator> 2170 </FontDim> 2277 <Child nameSuffix="__auto_listheader__" type="WindowsLook/ListHeader"> 2278 <Area> 2279 <Dim type="LeftEdge"> 2280 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 2281 </Dim> 2282 <Dim type="TopEdge"> 2283 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 2284 </Dim> 2285 <Dim type="RightEdge"> 2286 <OperatorDim op="Subtract"> 2287 <UnifiedDim scale="1" type="RightEdge" /> 2288 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 2289 </OperatorDim> 2290 </Dim> 2291 <Dim type="Height"> 2292 <OperatorDim op="Multiply"> 2293 <FontDim type="LineSpacing" /> 2294 <AbsoluteDim value="1.5" /> 2295 </OperatorDim> 2171 2296 </Dim> 2172 2297 </Area> 2173 2298 </Child> 2174 <Child type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 2175 <Area> 2176 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2177 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2178 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim> 2179 <Dim type="Height" ><AbsoluteDim value="16" /></Dim> 2299 <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar"> 2300 <Area> 2301 <Dim type="LeftEdge"> 2302 <AbsoluteDim value="0" /> 2303 </Dim> 2304 <Dim type="TopEdge"> 2305 <AbsoluteDim value="0" /> 2306 </Dim> 2307 <Dim type="Width"> 2308 <UnifiedDim offset="-16" scale="1" type="Width" /> 2309 </Dim> 2310 <Dim type="Height"> 2311 <AbsoluteDim value="16" /> 2312 </Dim> 2180 2313 </Area> 2181 2314 <VertAlignment type="BottomAligned" /> 2182 2315 </Child> 2183 <Child type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 2184 <Area> 2185 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2186 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim> 2187 <Dim type="Width" ><AbsoluteDim value="16" /></Dim> 2188 <Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-16" type="BottomEdge" /></Dim> 2316 <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar"> 2317 <Area> 2318 <Dim type="LeftEdge"> 2319 <AbsoluteDim value="0" /> 2320 </Dim> 2321 <Dim type="TopEdge"> 2322 <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" /> 2323 </Dim> 2324 <Dim type="Width"> 2325 <AbsoluteDim value="16" /> 2326 </Dim> 2327 <Dim type="BottomEdge"> 2328 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 2329 </Dim> 2189 2330 </Area> 2190 2331 <HorzAlignment type="RightAligned" /> … … 2193 2334 <FrameComponent> 2194 2335 <Area> 2195 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2196 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2197 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2198 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2199 </Area> 2200 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" /> 2201 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" /> 2202 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" /> 2203 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" /> 2204 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" /> 2205 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" /> 2206 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" /> 2207 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" /> 2208 <Image type="Background" imageset="WindowsLook" image="Background" /> 2336 <Dim type="LeftEdge"> 2337 <AbsoluteDim value="0" /> 2338 </Dim> 2339 <Dim type="TopEdge"> 2340 <AbsoluteDim value="0" /> 2341 </Dim> 2342 <Dim type="Width"> 2343 <UnifiedDim scale="1" type="Width" /> 2344 </Dim> 2345 <Dim type="Height"> 2346 <UnifiedDim scale="1" type="Height" /> 2347 </Dim> 2348 </Area> 2349 <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" /> 2350 <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" /> 2351 <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" /> 2352 <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" /> 2353 <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" /> 2354 <Image component="RightEdge" name="WindowsLook/StaticFrameRight" /> 2355 <Image component="TopEdge" name="WindowsLook/StaticFrameTop" /> 2356 <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" /> 2357 <Image component="Background" name="WindowsLook/Background" /> 2209 2358 </FrameComponent> 2210 2359 </ImagerySection> … … 2220 2369 </StateImagery> 2221 2370 </WidgetLook> 2222 2223 2224 <!--2225 ***************************************************2226 WindowsLook/MultiLineEditbox2227 ***************************************************2228 -->2229 2371 <WidgetLook name="WindowsLook/MultiLineEditbox"> 2230 <PropertyDefinition name="ReadOnlyBGColour" initialValue="FFDFDFDF" />2231 <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />2232 <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />2233 <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />2234 <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />2235 <Property name="MouseCursorImage" value=" set:WindowsLook image:MouseTextBar" />2236 <Property name="SelectionBrushImage" value=" set:WindowsLook image:Background" />2372 <PropertyDefinition initialValue="FFDFDFDF" name="ReadOnlyBGColour" /> 2373 <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" /> 2374 <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" /> 2375 <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" /> 2376 <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" /> 2377 <Property name="MouseCursorImage" value="WindowsLook/MouseTextBar" /> 2378 <Property name="SelectionBrushImage" value="WindowsLook/Background" /> 2237 2379 <NamedArea name="TextArea"> 2238 2380 <Area> 2239 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="EditFrameLeft" dimension="Width" /></Dim> 2240 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height" /></Dim> 2241 <Dim type="RightEdge" > 2242 <UnifiedDim scale="1" type="RightEdge"> 2243 <DimOperator op="Subtract"> 2244 <ImageDim imageset="WindowsLook" image="EditFrameRight" dimension="Width" /> 2245 </DimOperator> 2246 </UnifiedDim> 2247 </Dim> 2248 <Dim type="BottomEdge" > 2249 <UnifiedDim scale="1" type="BottomEdge"> 2250 <DimOperator op="Subtract"> 2251 <ImageDim imageset="WindowsLook" image="EditFrameBottom" dimension="Height" /> 2252 </DimOperator> 2253 </UnifiedDim> 2381 <Dim type="LeftEdge"> 2382 <ImageDim dimension="Width" name="WindowsLook/EditFrameLeft" /> 2383 </Dim> 2384 <Dim type="TopEdge"> 2385 <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" /> 2386 </Dim> 2387 <Dim type="RightEdge"> 2388 <OperatorDim op="Subtract"> 2389 <UnifiedDim scale="1" type="RightEdge" /> 2390 <ImageDim dimension="Width" name="WindowsLook/EditFrameRight" /> 2391 </OperatorDim> 2392 </Dim> 2393 <Dim type="BottomEdge"> 2394 <OperatorDim op="Subtract"> 2395 <UnifiedDim scale="1" type="BottomEdge" /> 2396 <ImageDim dimension="Height" name="WindowsLook/EditFrameBottom" /> 2397 </OperatorDim> 2254 2398 </Dim> 2255 2399 </Area> … … 2257 2401 <NamedArea name="TextAreaHScroll"> 2258 2402 <Area> 2259 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="EditFrameLeft" dimension="Width" /></Dim> 2260 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height" /></Dim> 2261 <Dim type="RightEdge" > 2262 <UnifiedDim scale="1" type="RightEdge"> 2263 <DimOperator op="Subtract"> 2264 <ImageDim imageset="WindowsLook" image="EditFrameRight" dimension="Height" /> 2265 </DimOperator> 2266 </UnifiedDim> 2267 </Dim> 2268 <Dim type="BottomEdge" > 2269 <UnifiedDim scale="1" offset="-16" type="BottomEdge" /> 2403 <Dim type="LeftEdge"> 2404 <ImageDim dimension="Width" name="WindowsLook/EditFrameLeft" /> 2405 </Dim> 2406 <Dim type="TopEdge"> 2407 <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" /> 2408 </Dim> 2409 <Dim type="RightEdge"> 2410 <OperatorDim op="Subtract"> 2411 <UnifiedDim scale="1" type="RightEdge" /> 2412 <ImageDim dimension="Height" name="WindowsLook/EditFrameRight" /> 2413 </OperatorDim> 2414 </Dim> 2415 <Dim type="BottomEdge"> 2416 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 2270 2417 </Dim> 2271 2418 </Area> … … 2273 2420 <NamedArea name="TextAreaVScroll"> 2274 2421 <Area> 2275 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="EditFrameLeft" dimension="Width" /></Dim> 2276 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height" /></Dim> 2277 <Dim type="RightEdge" > 2278 <UnifiedDim scale="1" offset="-16" type="RightEdge" /> 2279 </Dim> 2280 <Dim type="BottomEdge" > 2281 <UnifiedDim scale="1" type="BottomEdge"> 2282 <DimOperator op="Subtract"> 2283 <ImageDim imageset="WindowsLook" image="EditFrameBottom" dimension="Height" /> 2284 </DimOperator> 2285 </UnifiedDim> 2422 <Dim type="LeftEdge"> 2423 <ImageDim dimension="Width" name="WindowsLook/EditFrameLeft" /> 2424 </Dim> 2425 <Dim type="TopEdge"> 2426 <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" /> 2427 </Dim> 2428 <Dim type="RightEdge"> 2429 <UnifiedDim offset="-16" scale="1" type="RightEdge" /> 2430 </Dim> 2431 <Dim type="BottomEdge"> 2432 <OperatorDim op="Subtract"> 2433 <UnifiedDim scale="1" type="BottomEdge" /> 2434 <ImageDim dimension="Height" name="WindowsLook/EditFrameBottom" /> 2435 </OperatorDim> 2286 2436 </Dim> 2287 2437 </Area> … … 2289 2439 <NamedArea name="TextAreaHVScroll"> 2290 2440 <Area> 2291 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="EditFrameLeft" dimension="Width" /></Dim> 2292 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="EditFrameTop" dimension="Height" /></Dim> 2293 <Dim type="RightEdge" > 2294 <UnifiedDim scale="1" offset="-16" type="RightEdge" /> 2295 </Dim> 2296 <Dim type="BottomEdge" > 2297 <UnifiedDim scale="1" offset="-16" type="BottomEdge" /> 2441 <Dim type="LeftEdge"> 2442 <ImageDim dimension="Width" name="WindowsLook/EditFrameLeft" /> 2443 </Dim> 2444 <Dim type="TopEdge"> 2445 <ImageDim dimension="Height" name="WindowsLook/EditFrameTop" /> 2446 </Dim> 2447 <Dim type="RightEdge"> 2448 <UnifiedDim offset="-16" scale="1" type="RightEdge" /> 2449 </Dim> 2450 <Dim type="BottomEdge"> 2451 <UnifiedDim offset="-16" scale="1" type="BottomEdge" /> 2298 2452 </Dim> 2299 2453 </Area> 2300 2454 </NamedArea> 2301 <Child type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 2302 <Area> 2303 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2304 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2305 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim> 2306 <Dim type="Height" ><AbsoluteDim value="16" /></Dim> 2455 <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar"> 2456 <Area> 2457 <Dim type="LeftEdge"> 2458 <AbsoluteDim value="0" /> 2459 </Dim> 2460 <Dim type="TopEdge"> 2461 <AbsoluteDim value="0" /> 2462 </Dim> 2463 <Dim type="Width"> 2464 <UnifiedDim offset="-16" scale="1" type="Width" /> 2465 </Dim> 2466 <Dim type="Height"> 2467 <AbsoluteDim value="16" /> 2468 </Dim> 2307 2469 </Area> 2308 2470 <VertAlignment type="BottomAligned" /> 2309 2471 </Child> 2310 <Child type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 2311 <Area> 2312 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2313 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2314 <Dim type="Width" ><AbsoluteDim value="16" /></Dim> 2315 <Dim type="Height" ><UnifiedDim scale="1" offset="-16" type="Height" /></Dim> 2472 <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar"> 2473 <Area> 2474 <Dim type="LeftEdge"> 2475 <AbsoluteDim value="0" /> 2476 </Dim> 2477 <Dim type="TopEdge"> 2478 <AbsoluteDim value="0" /> 2479 </Dim> 2480 <Dim type="Width"> 2481 <AbsoluteDim value="16" /> 2482 </Dim> 2483 <Dim type="Height"> 2484 <UnifiedDim offset="-16" scale="1" type="Height" /> 2485 </Dim> 2316 2486 </Area> 2317 2487 <HorzAlignment type="RightAligned" /> … … 2320 2490 <FrameComponent> 2321 2491 <Area> 2322 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2323 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2324 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2325 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2326 </Area> 2327 <Image type="TopLeftCorner" imageset="WindowsLook" image="EditFrameTopLeft" /> 2328 <Image type="TopRightCorner" imageset="WindowsLook" image="EditFrameTopRight" /> 2329 <Image type="BottomLeftCorner" imageset="WindowsLook" image="EditFrameBottomLeft" /> 2330 <Image type="BottomRightCorner" imageset="WindowsLook" image="EditFrameBottomRight" /> 2331 <Image type="LeftEdge" imageset="WindowsLook" image="EditFrameLeft" /> 2332 <Image type="RightEdge" imageset="WindowsLook" image="EditFrameRight" /> 2333 <Image type="TopEdge" imageset="WindowsLook" image="EditFrameTop" /> 2334 <Image type="BottomEdge" imageset="WindowsLook" image="EditFrameBottom" /> 2335 <Image type="Background" imageset="WindowsLook" image="Background" /> 2492 <Dim type="LeftEdge"> 2493 <AbsoluteDim value="0" /> 2494 </Dim> 2495 <Dim type="TopEdge"> 2496 <AbsoluteDim value="0" /> 2497 </Dim> 2498 <Dim type="Width"> 2499 <UnifiedDim scale="1" type="Width" /> 2500 </Dim> 2501 <Dim type="Height"> 2502 <UnifiedDim scale="1" type="Height" /> 2503 </Dim> 2504 </Area> 2505 <Image component="TopLeftCorner" name="WindowsLook/EditFrameTopLeft" /> 2506 <Image component="TopRightCorner" name="WindowsLook/EditFrameTopRight" /> 2507 <Image component="BottomLeftCorner" name="WindowsLook/EditFrameBottomLeft" /> 2508 <Image component="BottomRightCorner" name="WindowsLook/EditFrameBottomRight" /> 2509 <Image component="LeftEdge" name="WindowsLook/EditFrameLeft" /> 2510 <Image component="RightEdge" name="WindowsLook/EditFrameRight" /> 2511 <Image component="TopEdge" name="WindowsLook/EditFrameTop" /> 2512 <Image component="BottomEdge" name="WindowsLook/EditFrameBottom" /> 2513 <Image component="Background" name="WindowsLook/Background" /> 2336 2514 </FrameComponent> 2337 2515 </ImagerySection> 2338 <ImagerySection name="Car at">2516 <ImagerySection name="Caret"> 2339 2517 <ImageryComponent> 2340 2518 <Area> 2341 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2342 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2343 <Dim type="Width" ><ImageDim imageset="WindowsLook" image="EditBoxCarat" dimension="Width" /></Dim> 2344 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 2345 </Area> 2346 <Image imageset="WindowsLook" image="EditBoxCarat" /> 2519 <Dim type="LeftEdge"> 2520 <AbsoluteDim value="0" /> 2521 </Dim> 2522 <Dim type="TopEdge"> 2523 <AbsoluteDim value="0" /> 2524 </Dim> 2525 <Dim type="Width"> 2526 <ImageDim dimension="Width" name="WindowsLook/EditBoxCarat" /> 2527 </Dim> 2528 <Dim type="BottomEdge"> 2529 <UnifiedDim scale="1.0" type="BottomEdge" /> 2530 </Dim> 2531 </Area> 2532 <Image name="WindowsLook/EditBoxCarat" /> 2347 2533 <VertFormat type="Stretched" /> 2348 2534 <HorzFormat type="Stretched" /> … … 2369 2555 </StateImagery> 2370 2556 </WidgetLook> 2371 2372 2373 <!--2374 ***************************************************2375 WindowsLook/PopupMenu2376 ***************************************************2377 -->2378 2557 <WidgetLook name="WindowsLook/PopupMenu"> 2379 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFF4F3F5 tr:FFF2F2FF bl:FFF4F3F5 br:FFF4F3F5" redrawOnWrite="true" />2380 <PropertyDefinition name="BorderWidth" initialValue="0" layoutOnWrite="true" />2558 <PropertyDefinition initialValue="tl:FFF4F3F5 tr:FFF2F2FF bl:FFF4F3F5 br:FFF4F3F5" name="BackgroundColours" redrawOnWrite="true" /> 2559 <PropertyDefinition initialValue="0" layoutOnWrite="true" name="BorderWidth" /> 2381 2560 <NamedArea name="ItemRenderArea"> 2382 2561 <Area> 2383 <Dim type="LeftEdge" > 2384 <ImageDim imageset="WindowsLook" image="PopupMenuFrameLeft" dimension="Width"> 2385 <DimOperator op="Add"> 2562 <Dim type="LeftEdge"> 2563 <OperatorDim op="Add"> 2564 <ImageDim dimension="Width" name="WindowsLook/PopupMenuFrameLeft" /> 2565 <PropertyDim name="BorderWidth" /> 2566 </OperatorDim> 2567 </Dim> 2568 <Dim type="TopEdge"> 2569 <OperatorDim op="Add"> 2570 <ImageDim dimension="Height" name="WindowsLook/PopupMenuFrameTop" /> 2571 <PropertyDim name="BorderWidth" /> 2572 </OperatorDim> 2573 </Dim> 2574 <Dim type="RightEdge"> 2575 <OperatorDim op="Subtract"> 2576 <UnifiedDim scale="1" type="RightEdge" /> 2577 <OperatorDim op="Add"> 2578 <ImageDim dimension="Width" name="WindowsLook/PopupMenuFrameRight" /> 2386 2579 <PropertyDim name="BorderWidth" /> 2387 </DimOperator> 2388 </ImageDim> 2389 </Dim> 2390 <Dim type="TopEdge" > 2391 <ImageDim imageset="WindowsLook" image="PopupMenuFrameTop" dimension="Height"> 2392 <DimOperator op="Add"> 2580 </OperatorDim> 2581 </OperatorDim> 2582 </Dim> 2583 <Dim type="BottomEdge"> 2584 <OperatorDim op="Subtract"> 2585 <UnifiedDim scale="1" type="BottomEdge" /> 2586 <OperatorDim op="Add"> 2587 <ImageDim dimension="Height" name="WindowsLook/PopupMenuFrameBottom" /> 2393 2588 <PropertyDim name="BorderWidth" /> 2394 </DimOperator> 2395 </ImageDim> 2396 </Dim> 2397 <Dim type="RightEdge" > 2398 <UnifiedDim scale="1" type="RightEdge"> 2399 <DimOperator op="Subtract"> 2400 <ImageDim imageset="WindowsLook" image="PopupMenuFrameRight" dimension="Width"> 2401 <DimOperator op="Add"> 2402 <PropertyDim name="BorderWidth" /> 2403 </DimOperator> 2404 </ImageDim> 2405 </DimOperator> 2406 </UnifiedDim> 2407 </Dim> 2408 <Dim type="BottomEdge" > 2409 <UnifiedDim scale="1" type="BottomEdge"> 2410 <DimOperator op="Subtract"> 2411 <ImageDim imageset="WindowsLook" image="PopupMenuFrameBottom" dimension="Height"> 2412 <DimOperator op="Add"> 2413 <PropertyDim name="BorderWidth" /> 2414 </DimOperator> 2415 </ImageDim> 2416 </DimOperator> 2417 </UnifiedDim> 2589 </OperatorDim> 2590 </OperatorDim> 2418 2591 </Dim> 2419 2592 </Area> … … 2422 2595 <FrameComponent> 2423 2596 <Area> 2424 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2425 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2426 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2427 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2428 </Area> 2429 <Image type="TopLeftCorner" imageset="WindowsLook" image="PopupMenuFrameTopLeft" /> 2430 <Image type="TopRightCorner" imageset="WindowsLook" image="PopupMenuFrameTopRight" /> 2431 <Image type="BottomLeftCorner" imageset="WindowsLook" image="PopupMenuFrameBottomLeft" /> 2432 <Image type="BottomRightCorner" imageset="WindowsLook" image="PopupMenuFrameBottomRight" /> 2433 <Image type="LeftEdge" imageset="WindowsLook" image="PopupMenuFrameLeft" /> 2434 <Image type="RightEdge" imageset="WindowsLook" image="PopupMenuFrameRight" /> 2435 <Image type="TopEdge" imageset="WindowsLook" image="PopupMenuFrameTop" /> 2436 <Image type="BottomEdge" imageset="WindowsLook" image="PopupMenuFrameBottom" /> 2437 <Image type="Background" imageset="WindowsLook" image="Background" /> 2597 <Dim type="LeftEdge"> 2598 <AbsoluteDim value="0" /> 2599 </Dim> 2600 <Dim type="TopEdge"> 2601 <AbsoluteDim value="0" /> 2602 </Dim> 2603 <Dim type="Width"> 2604 <UnifiedDim scale="1" type="Width" /> 2605 </Dim> 2606 <Dim type="Height"> 2607 <UnifiedDim scale="1" type="Height" /> 2608 </Dim> 2609 </Area> 2610 <Image component="TopLeftCorner" name="WindowsLook/PopupMenuFrameTopLeft" /> 2611 <Image component="TopRightCorner" name="WindowsLook/PopupMenuFrameTopRight" /> 2612 <Image component="BottomLeftCorner" name="WindowsLook/PopupMenuFrameBottomLeft" /> 2613 <Image component="BottomRightCorner" name="WindowsLook/PopupMenuFrameBottomRight" /> 2614 <Image component="LeftEdge" name="WindowsLook/PopupMenuFrameLeft" /> 2615 <Image component="RightEdge" name="WindowsLook/PopupMenuFrameRight" /> 2616 <Image component="TopEdge" name="WindowsLook/PopupMenuFrameTop" /> 2617 <Image component="BottomEdge" name="WindowsLook/PopupMenuFrameBottom" /> 2618 <Image component="Background" name="WindowsLook/Background" /> 2438 2619 <ColourRectProperty name="BackgroundColours" /> 2439 2620 </FrameComponent> … … 2450 2631 </StateImagery> 2451 2632 </WidgetLook> 2452 2453 2454 <!--2455 ***************************************************2456 WindowsLook/ProgressBar2457 ***************************************************2458 -->2459 2633 <WidgetLook name="WindowsLook/ProgressBar"> 2460 2634 <NamedArea name="ProgressArea"> 2461 2635 <Area> 2462 <Dim type="LeftEdge" > 2463 <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /> 2464 </Dim> 2465 <Dim type="TopEdge" > 2466 <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /> 2467 </Dim> 2468 <Dim type="RightEdge" > 2469 <UnifiedDim scale="1.0" type="RightEdge"> 2470 <DimOperator op="Subtract"> 2471 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 2472 </DimOperator> 2473 </UnifiedDim> 2474 </Dim> 2475 <Dim type="BottomEdge" > 2476 <UnifiedDim scale="1.0" type="BottomEdge"> 2477 <DimOperator op="Subtract"> 2478 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 2479 </DimOperator> 2480 </UnifiedDim> 2636 <Dim type="LeftEdge"> 2637 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 2638 </Dim> 2639 <Dim type="TopEdge"> 2640 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 2641 </Dim> 2642 <Dim type="RightEdge"> 2643 <OperatorDim op="Subtract"> 2644 <UnifiedDim scale="1.0" type="RightEdge" /> 2645 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 2646 </OperatorDim> 2647 </Dim> 2648 <Dim type="BottomEdge"> 2649 <OperatorDim op="Subtract"> 2650 <UnifiedDim scale="1.0" type="BottomEdge" /> 2651 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 2652 </OperatorDim> 2481 2653 </Dim> 2482 2654 </Area> … … 2485 2657 <FrameComponent> 2486 2658 <Area> 2487 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2488 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2489 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2490 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2491 </Area> 2492 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" /> 2493 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" /> 2494 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" /> 2495 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" /> 2496 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" /> 2497 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" /> 2498 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" /> 2499 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" /> 2659 <Dim type="LeftEdge"> 2660 <AbsoluteDim value="0" /> 2661 </Dim> 2662 <Dim type="TopEdge"> 2663 <AbsoluteDim value="0" /> 2664 </Dim> 2665 <Dim type="Width"> 2666 <UnifiedDim scale="1" type="Width" /> 2667 </Dim> 2668 <Dim type="Height"> 2669 <UnifiedDim scale="1" type="Height" /> 2670 </Dim> 2671 </Area> 2672 <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" /> 2673 <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" /> 2674 <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" /> 2675 <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" /> 2676 <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" /> 2677 <Image component="TopEdge" name="WindowsLook/StaticFrameTop" /> 2678 <Image component="RightEdge" name="WindowsLook/StaticFrameRight" /> 2679 <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" /> 2500 2680 </FrameComponent> 2501 2681 <ImageryComponent> 2502 2682 <Area> 2503 2683 <Dim type="LeftEdge"> 2504 <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />2505 </Dim> 2506 <Dim type="TopEdge"> 2507 <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />2684 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 2685 </Dim> 2686 <Dim type="TopEdge"> 2687 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 2508 2688 </Dim> 2509 2689 <Dim type="RightEdge"> 2510 <UnifiedDim scale="1" type="RightEdge"> 2511 <DimOperator op="Subtract"> 2512 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 2513 </DimOperator> 2514 </UnifiedDim> 2515 </Dim> 2516 <Dim type="BottomEdge"> 2517 <UnifiedDim scale="1" type="BottomEdge"> 2518 <DimOperator op="Subtract"> 2519 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 2520 </DimOperator> 2521 </UnifiedDim> 2522 </Dim> 2523 </Area> 2524 <Image imageset="WindowsLook" image="Background" /> 2525 <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" /> 2690 <OperatorDim op="Subtract"> 2691 <UnifiedDim scale="1" type="RightEdge" /> 2692 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 2693 </OperatorDim> 2694 </Dim> 2695 <Dim type="BottomEdge"> 2696 <OperatorDim op="Subtract"> 2697 <UnifiedDim scale="1" type="BottomEdge" /> 2698 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 2699 </OperatorDim> 2700 </Dim> 2701 </Area> 2702 <Image name="WindowsLook/Background" /> 2703 <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" /> 2526 2704 <VertFormat type="Stretched" /> 2527 2705 <HorzFormat type="Stretched" /> 2528 2706 </ImageryComponent> 2529 2707 </ImagerySection> 2530 <ImagerySection name="progress_lights" 2708 <ImagerySection name="progress_lights"> 2531 2709 <ImageryComponent> 2532 2710 <Area> 2533 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2534 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2535 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2536 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2537 </Area> 2538 <Image imageset="WindowsLook" image="Background" /> 2711 <Dim type="LeftEdge"> 2712 <AbsoluteDim value="0" /> 2713 </Dim> 2714 <Dim type="TopEdge"> 2715 <AbsoluteDim value="0" /> 2716 </Dim> 2717 <Dim type="Width"> 2718 <UnifiedDim scale="1" type="Width" /> 2719 </Dim> 2720 <Dim type="Height"> 2721 <UnifiedDim scale="1" type="Height" /> 2722 </Dim> 2723 </Area> 2724 <Image name="WindowsLook/Background" /> 2539 2725 <VertFormat type="Stretched" /> 2540 2726 <HorzFormat type="Stretched" /> … … 2554 2740 <Layer> 2555 2741 <Section section="progress_lights"> 2556 <Colours topLeft="FF2222FF" topRight="FF2222FF" bottomLeft="FF2222FF" bottomRight="FF2222FF" />2742 <Colours bottomLeft="FF2222FF" bottomRight="FF2222FF" topLeft="FF2222FF" topRight="FF2222FF" /> 2557 2743 </Section> 2558 2744 </Layer> … … 2561 2747 <Layer> 2562 2748 <Section section="progress_lights"> 2563 <Colours topLeft="FF2222FF" topRight="FF2222FF" bottomLeft="FF2222FF" bottomRight="FF2222FF" />2749 <Colours bottomLeft="FF2222FF" bottomRight="FF2222FF" topLeft="FF2222FF" topRight="FF2222FF" /> 2564 2750 </Section> 2565 2751 </Layer> 2566 2752 </StateImagery> 2567 2753 </WidgetLook> 2568 2569 2570 <!--2571 ***************************************************2572 WindowsLook/RadioButton2573 ***************************************************2574 -->2575 2754 <WidgetLook name="WindowsLook/RadioButton"> 2576 <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />2577 <PropertyDefinition name="HoverTextColour" initialValue="FF000000" redrawOnWrite="true" />2578 <PropertyDefinition name="PushedTextColour" initialValue="FF000000" redrawOnWrite="true" />2579 <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />2755 <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" /> 2756 <PropertyDefinition initialValue="FF000000" name="HoverTextColour" redrawOnWrite="true" /> 2757 <PropertyDefinition initialValue="FF000000" name="PushedTextColour" redrawOnWrite="true" /> 2758 <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" /> 2580 2759 <ImagerySection name="label"> 2581 2760 <TextComponent> 2582 2761 <Area> 2583 <Dim type="LeftEdge" > 2584 <ImageDim imageset="WindowsLook" image="RadioButtonNormal" dimension="Width"> 2585 <DimOperator op="Add"> 2586 <AbsoluteDim value="4" /> 2587 </DimOperator> 2588 </ImageDim> 2589 </Dim> 2590 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2591 <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim> 2592 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2762 <Dim type="LeftEdge"> 2763 <OperatorDim op="Add"> 2764 <ImageDim dimension="Width" name="WindowsLook/RadioButtonNormal" /> 2765 <AbsoluteDim value="4" /> 2766 </OperatorDim> 2767 </Dim> 2768 <Dim type="TopEdge"> 2769 <AbsoluteDim value="0" /> 2770 </Dim> 2771 <Dim type="RightEdge"> 2772 <UnifiedDim scale="1" type="Width" /> 2773 </Dim> 2774 <Dim type="Height"> 2775 <UnifiedDim scale="1" type="Height" /> 2776 </Dim> 2593 2777 </Area> 2594 2778 <VertFormat type="CentreAligned" /> … … 2599 2783 <ImageryComponent> 2600 2784 <Area> 2601 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2602 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2603 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2604 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2605 </Area> 2606 <Image imageset="WindowsLook" image="RadioButtonNormal" /> 2785 <Dim type="LeftEdge"> 2786 <AbsoluteDim value="0" /> 2787 </Dim> 2788 <Dim type="TopEdge"> 2789 <AbsoluteDim value="0" /> 2790 </Dim> 2791 <Dim type="Width"> 2792 <UnifiedDim scale="1" type="Width" /> 2793 </Dim> 2794 <Dim type="Height"> 2795 <UnifiedDim scale="1" type="Height" /> 2796 </Dim> 2797 </Area> 2798 <Image name="WindowsLook/RadioButtonNormal" /> 2607 2799 <VertFormat type="CentreAligned" /> 2608 2800 <HorzFormat type="LeftAligned" /> … … 2612 2804 <ImageryComponent> 2613 2805 <Area> 2614 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2615 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2616 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2617 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2618 </Area> 2619 <Image imageset="WindowsLook" image="RadioButtonHover" /> 2806 <Dim type="LeftEdge"> 2807 <AbsoluteDim value="0" /> 2808 </Dim> 2809 <Dim type="TopEdge"> 2810 <AbsoluteDim value="0" /> 2811 </Dim> 2812 <Dim type="Width"> 2813 <UnifiedDim scale="1" type="Width" /> 2814 </Dim> 2815 <Dim type="Height"> 2816 <UnifiedDim scale="1" type="Height" /> 2817 </Dim> 2818 </Area> 2819 <Image name="WindowsLook/RadioButtonHover" /> 2620 2820 <VertFormat type="CentreAligned" /> 2621 2821 <HorzFormat type="LeftAligned" /> … … 2625 2825 <ImageryComponent> 2626 2826 <Area> 2627 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2628 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2629 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2630 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2631 </Area> 2632 <Image imageset="WindowsLook" image="RadioButtonMark" /> 2827 <Dim type="LeftEdge"> 2828 <AbsoluteDim value="0" /> 2829 </Dim> 2830 <Dim type="TopEdge"> 2831 <AbsoluteDim value="0" /> 2832 </Dim> 2833 <Dim type="Width"> 2834 <UnifiedDim scale="1" type="Width" /> 2835 </Dim> 2836 <Dim type="Height"> 2837 <UnifiedDim scale="1" type="Height" /> 2838 </Dim> 2839 </Area> 2840 <Image name="WindowsLook/RadioButtonMark" /> 2633 2841 <VertFormat type="CentreAligned" /> 2634 2842 <HorzFormat type="LeftAligned" /> … … 2670 2878 </StateImagery> 2671 2879 </WidgetLook> 2672 2673 2674 <!--2675 ***************************************************2676 WindowsLook/ScrollablePane2677 ***************************************************2678 -->2679 2880 <WidgetLook name="WindowsLook/ScrollablePane"> 2680 2881 <NamedArea name="ViewableArea"> 2681 2882 <Area> 2682 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2683 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2684 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 2685 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 2883 <Dim type="LeftEdge"> 2884 <AbsoluteDim value="0" /> 2885 </Dim> 2886 <Dim type="TopEdge"> 2887 <AbsoluteDim value="0" /> 2888 </Dim> 2889 <Dim type="RightEdge"> 2890 <UnifiedDim scale="1.0" type="RightEdge" /> 2891 </Dim> 2892 <Dim type="BottomEdge"> 2893 <UnifiedDim scale="1.0" type="BottomEdge" /> 2894 </Dim> 2686 2895 </Area> 2687 2896 </NamedArea> 2688 2897 <NamedArea name="ViewableAreaHScroll"> 2689 2898 <Area> 2690 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2691 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2692 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 2693 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-16" type="BottomEdge" /></Dim> 2899 <Dim type="LeftEdge"> 2900 <AbsoluteDim value="0" /> 2901 </Dim> 2902 <Dim type="TopEdge"> 2903 <AbsoluteDim value="0" /> 2904 </Dim> 2905 <Dim type="RightEdge"> 2906 <UnifiedDim scale="1.0" type="RightEdge" /> 2907 </Dim> 2908 <Dim type="BottomEdge"> 2909 <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" /> 2910 </Dim> 2694 2911 </Area> 2695 2912 </NamedArea> 2696 2913 <NamedArea name="ViewableAreaVScroll"> 2697 2914 <Area> 2698 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2699 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2700 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-16" type="RightEdge" /></Dim> 2701 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 2915 <Dim type="LeftEdge"> 2916 <AbsoluteDim value="0" /> 2917 </Dim> 2918 <Dim type="TopEdge"> 2919 <AbsoluteDim value="0" /> 2920 </Dim> 2921 <Dim type="RightEdge"> 2922 <UnifiedDim offset="-16" scale="1.0" type="RightEdge" /> 2923 </Dim> 2924 <Dim type="BottomEdge"> 2925 <UnifiedDim scale="1.0" type="BottomEdge" /> 2926 </Dim> 2702 2927 </Area> 2703 2928 </NamedArea> 2704 2929 <NamedArea name="ViewableAreaHVScroll"> 2705 2930 <Area> 2706 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2707 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2708 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-16" type="RightEdge" /></Dim> 2709 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-16" type="BottomEdge" /></Dim> 2931 <Dim type="LeftEdge"> 2932 <AbsoluteDim value="0" /> 2933 </Dim> 2934 <Dim type="TopEdge"> 2935 <AbsoluteDim value="0" /> 2936 </Dim> 2937 <Dim type="RightEdge"> 2938 <UnifiedDim offset="-16" scale="1.0" type="RightEdge" /> 2939 </Dim> 2940 <Dim type="BottomEdge"> 2941 <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" /> 2942 </Dim> 2710 2943 </Area> 2711 2944 </NamedArea> 2712 <Child type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 2713 <Area> 2714 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2715 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2716 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim> 2717 <Dim type="Height" ><AbsoluteDim value="16" /></Dim> 2945 <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar"> 2946 <Area> 2947 <Dim type="LeftEdge"> 2948 <AbsoluteDim value="0" /> 2949 </Dim> 2950 <Dim type="TopEdge"> 2951 <AbsoluteDim value="0" /> 2952 </Dim> 2953 <Dim type="Width"> 2954 <UnifiedDim offset="-16" scale="1" type="Width" /> 2955 </Dim> 2956 <Dim type="Height"> 2957 <AbsoluteDim value="16" /> 2958 </Dim> 2718 2959 </Area> 2719 2960 <VertAlignment type="BottomAligned" /> 2720 2961 </Child> 2721 <Child type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 2722 <Area> 2723 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2724 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2725 <Dim type="Width" ><AbsoluteDim value="16" /></Dim> 2726 <Dim type="Height" ><UnifiedDim scale="1" offset="-16" type="Height" /></Dim> 2962 <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar"> 2963 <Area> 2964 <Dim type="LeftEdge"> 2965 <AbsoluteDim value="0" /> 2966 </Dim> 2967 <Dim type="TopEdge"> 2968 <AbsoluteDim value="0" /> 2969 </Dim> 2970 <Dim type="Width"> 2971 <AbsoluteDim value="16" /> 2972 </Dim> 2973 <Dim type="Height"> 2974 <UnifiedDim offset="-16" scale="1" type="Height" /> 2975 </Dim> 2727 2976 </Area> 2728 2977 <HorzAlignment type="RightAligned" /> … … 2731 2980 <StateImagery name="Disabled" /> 2732 2981 </WidgetLook> 2733 2734 2735 <!--2736 ***************************************************2737 WindowsLook/VerticalScrollbarThumb2738 ***************************************************2739 -->2740 2982 <WidgetLook name="WindowsLook/VerticalScrollbarThumb"> 2741 2983 <Property name="VertFree" value="True" /> 2742 <Property name=" UnifiedMinSize" value="{{0,0},{0,16}}" />2984 <Property name="MinSize" value="{{0,0},{0,16}}" /> 2743 2985 <ImagerySection name="normal"> 2744 2986 <FrameComponent> 2745 2987 <Area> 2746 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2747 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2748 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 2749 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 2750 </Area> 2751 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonNormalTopLeft" /> 2752 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonNormalTopRight" /> 2753 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonNormalBottomLeft" /> 2754 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonNormalBottomRight" /> 2755 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonNormalLeft" /> 2756 <Image type="TopEdge" imageset="WindowsLook" image="ButtonNormalTop" /> 2757 <Image type="RightEdge" imageset="WindowsLook" image="ButtonNormalRight" /> 2758 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonNormalBottom" /> 2988 <Dim type="LeftEdge"> 2989 <AbsoluteDim value="0" /> 2990 </Dim> 2991 <Dim type="TopEdge"> 2992 <AbsoluteDim value="0" /> 2993 </Dim> 2994 <Dim type="Width"> 2995 <UnifiedDim scale="1.0" type="Width" /> 2996 </Dim> 2997 <Dim type="Height"> 2998 <UnifiedDim scale="1.0" type="Height" /> 2999 </Dim> 3000 </Area> 3001 <Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft" /> 3002 <Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight" /> 3003 <Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft" /> 3004 <Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight" /> 3005 <Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft" /> 3006 <Image component="TopEdge" name="WindowsLook/ButtonNormalTop" /> 3007 <Image component="RightEdge" name="WindowsLook/ButtonNormalRight" /> 3008 <Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom" /> 2759 3009 </FrameComponent> 2760 3010 <ImageryComponent> 2761 3011 <Area> 2762 3012 <Dim type="LeftEdge"> 2763 <ImageDim imageset="WindowsLook" image="ButtonNormalLeft" dimension="Width" />2764 </Dim> 2765 <Dim type="TopEdge"> 2766 <ImageDim imageset="WindowsLook" image="ButtonNormalTop" dimension="Height" />3013 <ImageDim dimension="Width" name="WindowsLook/ButtonNormalLeft" /> 3014 </Dim> 3015 <Dim type="TopEdge"> 3016 <ImageDim dimension="Height" name="WindowsLook/ButtonNormalTop" /> 2767 3017 </Dim> 2768 3018 <Dim type="RightEdge"> 2769 <UnifiedDim scale="1" type="RightEdge"> 2770 <DimOperator op="Subtract"> 2771 <ImageDim imageset="WindowsLook" image="ButtonNormalRight" dimension="Width" /> 2772 </DimOperator> 2773 </UnifiedDim> 2774 </Dim> 2775 <Dim type="BottomEdge"> 2776 <UnifiedDim scale="1" type="BottomEdge"> 2777 <DimOperator op="Subtract"> 2778 <ImageDim imageset="WindowsLook" image="ButtonNormalBottom" dimension="Height" /> 2779 </DimOperator> 2780 </UnifiedDim> 2781 </Dim> 2782 </Area> 2783 <Image imageset="WindowsLook" image="Background" /> 2784 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" /> 3019 <OperatorDim op="Subtract"> 3020 <UnifiedDim scale="1" type="RightEdge" /> 3021 <ImageDim dimension="Width" name="WindowsLook/ButtonNormalRight" /> 3022 </OperatorDim> 3023 </Dim> 3024 <Dim type="BottomEdge"> 3025 <OperatorDim op="Subtract"> 3026 <UnifiedDim scale="1" type="BottomEdge" /> 3027 <ImageDim dimension="Height" name="WindowsLook/ButtonNormalBottom" /> 3028 </OperatorDim> 3029 </Dim> 3030 </Area> 3031 <Image name="WindowsLook/Background" /> 3032 <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" /> 2785 3033 <VertFormat type="Stretched" /> 2786 3034 <HorzFormat type="Stretched" /> … … 2790 3038 <FrameComponent> 2791 3039 <Area> 2792 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2793 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2794 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 2795 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 2796 </Area> 2797 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonHoverTopLeft" /> 2798 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonHoverTopRight" /> 2799 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonHoverBottomLeft" /> 2800 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonHoverBottomRight" /> 2801 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonHoverLeft" /> 2802 <Image type="TopEdge" imageset="WindowsLook" image="ButtonHoverTop" /> 2803 <Image type="RightEdge" imageset="WindowsLook" image="ButtonHoverRight" /> 2804 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonHoverBottom" /> 3040 <Dim type="LeftEdge"> 3041 <AbsoluteDim value="0" /> 3042 </Dim> 3043 <Dim type="TopEdge"> 3044 <AbsoluteDim value="0" /> 3045 </Dim> 3046 <Dim type="Width"> 3047 <UnifiedDim scale="1.0" type="Width" /> 3048 </Dim> 3049 <Dim type="Height"> 3050 <UnifiedDim scale="1.0" type="Height" /> 3051 </Dim> 3052 </Area> 3053 <Image component="TopLeftCorner" name="WindowsLook/ButtonHoverTopLeft" /> 3054 <Image component="TopRightCorner" name="WindowsLook/ButtonHoverTopRight" /> 3055 <Image component="BottomLeftCorner" name="WindowsLook/ButtonHoverBottomLeft" /> 3056 <Image component="BottomRightCorner" name="WindowsLook/ButtonHoverBottomRight" /> 3057 <Image component="LeftEdge" name="WindowsLook/ButtonHoverLeft" /> 3058 <Image component="TopEdge" name="WindowsLook/ButtonHoverTop" /> 3059 <Image component="RightEdge" name="WindowsLook/ButtonHoverRight" /> 3060 <Image component="BottomEdge" name="WindowsLook/ButtonHoverBottom" /> 2805 3061 </FrameComponent> 2806 3062 <ImageryComponent> 2807 3063 <Area> 2808 3064 <Dim type="LeftEdge"> 2809 <ImageDim imageset="WindowsLook" image="ButtonHoverLeft" dimension="Width" />2810 </Dim> 2811 <Dim type="TopEdge"> 2812 <ImageDim imageset="WindowsLook" image="ButtonHoverTop" dimension="Height" />3065 <ImageDim dimension="Width" name="WindowsLook/ButtonHoverLeft" /> 3066 </Dim> 3067 <Dim type="TopEdge"> 3068 <ImageDim dimension="Height" name="WindowsLook/ButtonHoverTop" /> 2813 3069 </Dim> 2814 3070 <Dim type="RightEdge"> 2815 <UnifiedDim scale="1" type="RightEdge"> 2816 <DimOperator op="Subtract"> 2817 <ImageDim imageset="WindowsLook" image="ButtonHoverRight" dimension="Width" /> 2818 </DimOperator> 2819 </UnifiedDim> 2820 </Dim> 2821 <Dim type="BottomEdge"> 2822 <UnifiedDim scale="1" type="BottomEdge"> 2823 <DimOperator op="Subtract"> 2824 <ImageDim imageset="WindowsLook" image="ButtonHoverBottom" dimension="Height" /> 2825 </DimOperator> 2826 </UnifiedDim> 2827 </Dim> 2828 </Area> 2829 <Image imageset="WindowsLook" image="Background" /> 2830 <Colours topLeft="FFCFD9CF" topRight="FFF2FFF2" bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" /> 3071 <OperatorDim op="Subtract"> 3072 <UnifiedDim scale="1" type="RightEdge" /> 3073 <ImageDim dimension="Width" name="WindowsLook/ButtonHoverRight" /> 3074 </OperatorDim> 3075 </Dim> 3076 <Dim type="BottomEdge"> 3077 <OperatorDim op="Subtract"> 3078 <UnifiedDim scale="1" type="BottomEdge" /> 3079 <ImageDim dimension="Height" name="WindowsLook/ButtonHoverBottom" /> 3080 </OperatorDim> 3081 </Dim> 3082 </Area> 3083 <Image name="WindowsLook/Background" /> 3084 <Colours bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" topLeft="FFCFD9CF" topRight="FFF2FFF2" /> 2831 3085 <VertFormat type="Stretched" /> 2832 3086 <HorzFormat type="Stretched" /> … … 2836 3090 <FrameComponent> 2837 3091 <Area> 2838 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2839 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2840 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 2841 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 2842 </Area> 2843 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonPushedTopLeft" /> 2844 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonPushedTopRight" /> 2845 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonPushedBottomLeft" /> 2846 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonPushedBottomRight" /> 2847 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonPushedLeft" /> 2848 <Image type="TopEdge" imageset="WindowsLook" image="ButtonPushedTop" /> 2849 <Image type="RightEdge" imageset="WindowsLook" image="ButtonPushedRight" /> 2850 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonPushedBottom" /> 3092 <Dim type="LeftEdge"> 3093 <AbsoluteDim value="0" /> 3094 </Dim> 3095 <Dim type="TopEdge"> 3096 <AbsoluteDim value="0" /> 3097 </Dim> 3098 <Dim type="Width"> 3099 <UnifiedDim scale="1.0" type="Width" /> 3100 </Dim> 3101 <Dim type="Height"> 3102 <UnifiedDim scale="1.0" type="Height" /> 3103 </Dim> 3104 </Area> 3105 <Image component="TopLeftCorner" name="WindowsLook/ButtonPushedTopLeft" /> 3106 <Image component="TopRightCorner" name="WindowsLook/ButtonPushedTopRight" /> 3107 <Image component="BottomLeftCorner" name="WindowsLook/ButtonPushedBottomLeft" /> 3108 <Image component="BottomRightCorner" name="WindowsLook/ButtonPushedBottomRight" /> 3109 <Image component="LeftEdge" name="WindowsLook/ButtonPushedLeft" /> 3110 <Image component="TopEdge" name="WindowsLook/ButtonPushedTop" /> 3111 <Image component="RightEdge" name="WindowsLook/ButtonPushedRight" /> 3112 <Image component="BottomEdge" name="WindowsLook/ButtonPushedBottom" /> 2851 3113 </FrameComponent> 2852 3114 <ImageryComponent> 2853 3115 <Area> 2854 3116 <Dim type="LeftEdge"> 2855 <ImageDim imageset="WindowsLook" image="ButtonPushedLeft" dimension="Width" />2856 </Dim> 2857 <Dim type="TopEdge"> 2858 <ImageDim imageset="WindowsLook" image="ButtonPushedTop" dimension="Height" />3117 <ImageDim dimension="Width" name="WindowsLook/ButtonPushedLeft" /> 3118 </Dim> 3119 <Dim type="TopEdge"> 3120 <ImageDim dimension="Height" name="WindowsLook/ButtonPushedTop" /> 2859 3121 </Dim> 2860 3122 <Dim type="RightEdge"> 2861 <UnifiedDim scale="1" type="RightEdge"> 2862 <DimOperator op="Subtract"> 2863 <ImageDim imageset="WindowsLook" image="ButtonPushedRight" dimension="Width" /> 2864 </DimOperator> 2865 </UnifiedDim> 2866 </Dim> 2867 <Dim type="BottomEdge"> 2868 <UnifiedDim scale="1" type="BottomEdge"> 2869 <DimOperator op="Subtract"> 2870 <ImageDim imageset="WindowsLook" image="ButtonPushedBottom" dimension="Height" /> 2871 </DimOperator> 2872 </UnifiedDim> 2873 </Dim> 2874 </Area> 2875 <Image imageset="WindowsLook" image="Background" /> 2876 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" /> 3123 <OperatorDim op="Subtract"> 3124 <UnifiedDim scale="1" type="RightEdge" /> 3125 <ImageDim dimension="Width" name="WindowsLook/ButtonPushedRight" /> 3126 </OperatorDim> 3127 </Dim> 3128 <Dim type="BottomEdge"> 3129 <OperatorDim op="Subtract"> 3130 <UnifiedDim scale="1" type="BottomEdge" /> 3131 <ImageDim dimension="Height" name="WindowsLook/ButtonPushedBottom" /> 3132 </OperatorDim> 3133 </Dim> 3134 </Area> 3135 <Image name="WindowsLook/Background" /> 3136 <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" /> 2877 3137 <VertFormat type="Stretched" /> 2878 3138 <HorzFormat type="Stretched" /> … … 2883 3143 <Area> 2884 3144 <Dim type="LeftEdge"> 2885 <ImageDim imageset="WindowsLook" image="ButtonPushedLeft" dimension="Width" />2886 </Dim> 2887 <Dim type="TopEdge"> 2888 <ImageDim imageset="WindowsLook" image="ButtonPushedTop" dimension="Height" />3145 <ImageDim dimension="Width" name="WindowsLook/ButtonPushedLeft" /> 3146 </Dim> 3147 <Dim type="TopEdge"> 3148 <ImageDim dimension="Height" name="WindowsLook/ButtonPushedTop" /> 2889 3149 </Dim> 2890 3150 <Dim type="RightEdge"> 2891 <UnifiedDim scale="1" type="RightEdge"> 2892 <DimOperator op="Subtract"> 2893 <ImageDim imageset="WindowsLook" image="ButtonPushedRight" dimension="Width" /> 2894 </DimOperator> 2895 </UnifiedDim> 2896 </Dim> 2897 <Dim type="BottomEdge"> 2898 <UnifiedDim scale="1" type="BottomEdge"> 2899 <DimOperator op="Subtract"> 2900 <ImageDim imageset="WindowsLook" image="ButtonPushedBottom" dimension="Height" /> 2901 </DimOperator> 2902 </UnifiedDim> 2903 </Dim> 2904 </Area> 2905 <Image imageset="WindowsLook" image="VertScrollbarGrip" /> 3151 <OperatorDim op="Subtract"> 3152 <UnifiedDim scale="1" type="RightEdge" /> 3153 <ImageDim dimension="Width" name="WindowsLook/ButtonPushedRight" /> 3154 </OperatorDim> 3155 </Dim> 3156 <Dim type="BottomEdge"> 3157 <OperatorDim op="Subtract"> 3158 <UnifiedDim scale="1" type="BottomEdge" /> 3159 <ImageDim dimension="Height" name="WindowsLook/ButtonPushedBottom" /> 3160 </OperatorDim> 3161 </Dim> 3162 </Area> 3163 <Image name="WindowsLook/VertScrollbarGrip" /> 2906 3164 <VertFormat type="CentreAligned" /> 2907 3165 <HorzFormat type="Stretched" /> … … 2912 3170 <Section section="normal" /> 2913 3171 <Section section="gripper"> 2914 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />3172 <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" /> 2915 3173 </Section> 2916 3174 </Layer> … … 2920 3178 <Section section="hover" /> 2921 3179 <Section section="gripper"> 2922 <Colours topLeft="FFCFD9CF" topRight="FFF2FFF2" bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" />3180 <Colours bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" topLeft="FFCFD9CF" topRight="FFF2FFF2" /> 2923 3181 </Section> 2924 3182 </Layer> … … 2928 3186 <Section section="pushed" /> 2929 3187 <Section section="gripper"> 2930 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />3188 <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" /> 2931 3189 </Section> 2932 3190 </Layer> 2933 3191 </StateImagery> 2934 3192 </WidgetLook> 2935 2936 2937 <!--2938 ***************************************************2939 WindowsLook/VerticalScrollbar2940 ***************************************************2941 -->2942 3193 <WidgetLook name="WindowsLook/VerticalScrollbar"> 2943 3194 <Property name="VerticalScrollbar" value="True" /> … … 2945 3196 <NamedArea name="ThumbTrackArea"> 2946 3197 <Area> 2947 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2948 <Dim type="TopEdge" ><UnifiedDim scale="1" type="Width" /></Dim> 2949 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 2950 <Dim type="BottomEdge" > 2951 <UnifiedDim scale="1.0" type="BottomEdge"> 2952 <DimOperator op="Subtract"> 2953 <UnifiedDim scale="1" type="Width" /> 2954 </DimOperator> 2955 </UnifiedDim> 3198 <Dim type="LeftEdge"> 3199 <AbsoluteDim value="0" /> 3200 </Dim> 3201 <Dim type="TopEdge"> 3202 <UnifiedDim scale="1" type="Width" /> 3203 </Dim> 3204 <Dim type="RightEdge"> 3205 <UnifiedDim scale="1.0" type="RightEdge" /> 3206 </Dim> 3207 <Dim type="BottomEdge"> 3208 <OperatorDim op="Subtract"> 3209 <UnifiedDim scale="1.0" type="BottomEdge" /> 3210 <UnifiedDim scale="1" type="Width" /> 3211 </OperatorDim> 2956 3212 </Dim> 2957 3213 </Area> 2958 3214 </NamedArea> 2959 <Child type="WindowsLook/IconButton" nameSuffix="__auto_incbtn__"> 2960 <Area> 2961 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2962 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2963 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2964 <Dim type="Height" ><UnifiedDim scale="1" type="Width" /></Dim> 3215 <Child nameSuffix="__auto_incbtn__" type="WindowsLook/IconButton"> 3216 <Area> 3217 <Dim type="LeftEdge"> 3218 <AbsoluteDim value="0" /> 3219 </Dim> 3220 <Dim type="TopEdge"> 3221 <AbsoluteDim value="0" /> 3222 </Dim> 3223 <Dim type="Width"> 3224 <UnifiedDim scale="1" type="Width" /> 3225 </Dim> 3226 <Dim type="Height"> 3227 <UnifiedDim scale="1" type="Width" /> 3228 </Dim> 2965 3229 </Area> 2966 3230 <VertAlignment type="BottomAligned" /> 2967 <Property name="IconImage" value=" set:WindowsLook image:LargeDownArrow" />3231 <Property name="IconImage" value="WindowsLook/LargeDownArrow" /> 2968 3232 </Child> 2969 <Child type="WindowsLook/IconButton" nameSuffix="__auto_decbtn__"> 2970 <Area> 2971 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2972 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2973 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2974 <Dim type="Height" ><UnifiedDim scale="1" type="Width" /></Dim> 2975 </Area> 2976 <Property name="IconImage" value="set:WindowsLook image:LargeUpArrow" /> 3233 <Child nameSuffix="__auto_decbtn__" type="WindowsLook/IconButton"> 3234 <Area> 3235 <Dim type="LeftEdge"> 3236 <AbsoluteDim value="0" /> 3237 </Dim> 3238 <Dim type="TopEdge"> 3239 <AbsoluteDim value="0" /> 3240 </Dim> 3241 <Dim type="Width"> 3242 <UnifiedDim scale="1" type="Width" /> 3243 </Dim> 3244 <Dim type="Height"> 3245 <UnifiedDim scale="1" type="Width" /> 3246 </Dim> 3247 </Area> 3248 <Property name="IconImage" value="WindowsLook/LargeUpArrow" /> 2977 3249 </Child> 2978 <Child type="WindowsLook/VerticalScrollbarThumb" nameSuffix="__auto_thumb__"> 2979 <Area> 2980 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2981 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2982 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2983 <Dim type="Height" ><UnifiedDim scale="0.2" type="Height" /></Dim> 3250 <Child nameSuffix="__auto_thumb__" type="WindowsLook/VerticalScrollbarThumb"> 3251 <Area> 3252 <Dim type="LeftEdge"> 3253 <AbsoluteDim value="0" /> 3254 </Dim> 3255 <Dim type="TopEdge"> 3256 <AbsoluteDim value="0" /> 3257 </Dim> 3258 <Dim type="Width"> 3259 <UnifiedDim scale="1" type="Width" /> 3260 </Dim> 3261 <Dim type="Height"> 3262 <UnifiedDim scale="0.2" type="Height" /> 3263 </Dim> 2984 3264 </Area> 2985 3265 </Child> … … 2987 3267 <ImageryComponent> 2988 3268 <Area> 2989 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2990 <Dim type="TopEdge" ><ImageDim imageset="WindowsLook" image="LargeUpArrow" dimension="Height" /></Dim> 2991 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 2992 <Dim type="BottomEdge" > 2993 <UnifiedDim scale="1.0" type="BottomEdge"> 2994 <DimOperator op="Subtract"> 2995 <ImageDim imageset="WindowsLook" image="LargeDownArrow" dimension="Height" /> 2996 </DimOperator> 2997 </UnifiedDim> 2998 </Dim> 2999 </Area> 3000 <Image imageset="WindowsLook" image="Background" /> 3269 <Dim type="LeftEdge"> 3270 <AbsoluteDim value="0" /> 3271 </Dim> 3272 <Dim type="TopEdge"> 3273 <ImageDim dimension="Height" name="WindowsLook/LargeUpArrow" /> 3274 </Dim> 3275 <Dim type="RightEdge"> 3276 <UnifiedDim scale="1.0" type="RightEdge" /> 3277 </Dim> 3278 <Dim type="BottomEdge"> 3279 <OperatorDim op="Subtract"> 3280 <UnifiedDim scale="1.0" type="BottomEdge" /> 3281 <ImageDim dimension="Height" name="WindowsLook/LargeDownArrow" /> 3282 </OperatorDim> 3283 </Dim> 3284 </Area> 3285 <Image name="WindowsLook/Background" /> 3001 3286 <VertFormat type="Stretched" /> 3002 3287 <HorzFormat type="Stretched" /> … … 3006 3291 <Layer> 3007 3292 <Section section="main"> 3008 <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" />3293 <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" /> 3009 3294 </Section> 3010 3295 </Layer> … … 3013 3298 <Layer> 3014 3299 <Section section="main"> 3015 <Colours topLeft="FFBFBFBF" topRight="FFBFBFBF" bottomLeft="FFBFBFBF" bottomRight="FFBFBFBF" />3300 <Colours bottomLeft="FFBFBFBF" bottomRight="FFBFBFBF" topLeft="FFBFBFBF" topRight="FFBFBFBF" /> 3016 3301 </Section> 3017 3302 </Layer> 3018 3303 </StateImagery> 3019 3304 </WidgetLook> 3020 3021 3022 <!--3023 ***************************************************3024 WindowsLook/HorizontalScrollbarThumb3025 ***************************************************3026 -->3027 3305 <WidgetLook name="WindowsLook/HorizontalScrollbarThumb"> 3028 3306 <Property name="HorzFree" value="True" /> 3029 <Property name=" UnifiedMinSize" value="{{0,16},{0,0}}" />3307 <Property name="MinSize" value="{{0,16},{0,0}}" /> 3030 3308 <ImagerySection name="normal"> 3031 3309 <FrameComponent> 3032 3310 <Area> 3033 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3034 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3035 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 3036 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 3037 </Area> 3038 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonNormalTopLeft" /> 3039 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonNormalTopRight" /> 3040 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonNormalBottomLeft" /> 3041 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonNormalBottomRight" /> 3042 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonNormalLeft" /> 3043 <Image type="TopEdge" imageset="WindowsLook" image="ButtonNormalTop" /> 3044 <Image type="RightEdge" imageset="WindowsLook" image="ButtonNormalRight" /> 3045 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonNormalBottom" /> 3311 <Dim type="LeftEdge"> 3312 <AbsoluteDim value="0" /> 3313 </Dim> 3314 <Dim type="TopEdge"> 3315 <AbsoluteDim value="0" /> 3316 </Dim> 3317 <Dim type="Width"> 3318 <UnifiedDim scale="1.0" type="Width" /> 3319 </Dim> 3320 <Dim type="Height"> 3321 <UnifiedDim scale="1.0" type="Height" /> 3322 </Dim> 3323 </Area> 3324 <Image component="TopLeftCorner" name="WindowsLook/ButtonNormalTopLeft" /> 3325 <Image component="TopRightCorner" name="WindowsLook/ButtonNormalTopRight" /> 3326 <Image component="BottomLeftCorner" name="WindowsLook/ButtonNormalBottomLeft" /> 3327 <Image component="BottomRightCorner" name="WindowsLook/ButtonNormalBottomRight" /> 3328 <Image component="LeftEdge" name="WindowsLook/ButtonNormalLeft" /> 3329 <Image component="TopEdge" name="WindowsLook/ButtonNormalTop" /> 3330 <Image component="RightEdge" name="WindowsLook/ButtonNormalRight" /> 3331 <Image component="BottomEdge" name="WindowsLook/ButtonNormalBottom" /> 3046 3332 </FrameComponent> 3047 3333 <ImageryComponent> 3048 3334 <Area> 3049 3335 <Dim type="LeftEdge"> 3050 <ImageDim imageset="WindowsLook" image="ButtonNormalLeft" dimension="Width" />3051 </Dim> 3052 <Dim type="TopEdge"> 3053 <ImageDim imageset="WindowsLook" image="ButtonNormalTop" dimension="Height" />3336 <ImageDim dimension="Width" name="WindowsLook/ButtonNormalLeft" /> 3337 </Dim> 3338 <Dim type="TopEdge"> 3339 <ImageDim dimension="Height" name="WindowsLook/ButtonNormalTop" /> 3054 3340 </Dim> 3055 3341 <Dim type="RightEdge"> 3056 <UnifiedDim scale="1" type="RightEdge"> 3057 <DimOperator op="Subtract"> 3058 <ImageDim imageset="WindowsLook" image="ButtonNormalRight" dimension="Width" /> 3059 </DimOperator> 3060 </UnifiedDim> 3061 </Dim> 3062 <Dim type="BottomEdge"> 3063 <UnifiedDim scale="1" type="BottomEdge"> 3064 <DimOperator op="Subtract"> 3065 <ImageDim imageset="WindowsLook" image="ButtonNormalBottom" dimension="Height" /> 3066 </DimOperator> 3067 </UnifiedDim> 3068 </Dim> 3069 </Area> 3070 <Image imageset="WindowsLook" image="Background" /> 3071 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" /> 3342 <OperatorDim op="Subtract"> 3343 <UnifiedDim scale="1" type="RightEdge" /> 3344 <ImageDim dimension="Width" name="WindowsLook/ButtonNormalRight" /> 3345 </OperatorDim> 3346 </Dim> 3347 <Dim type="BottomEdge"> 3348 <OperatorDim op="Subtract"> 3349 <UnifiedDim scale="1" type="BottomEdge" /> 3350 <ImageDim dimension="Height" name="WindowsLook/ButtonNormalBottom" /> 3351 </OperatorDim> 3352 </Dim> 3353 </Area> 3354 <Image name="WindowsLook/Background" /> 3355 <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" /> 3072 3356 <VertFormat type="Stretched" /> 3073 3357 <HorzFormat type="Stretched" /> … … 3077 3361 <FrameComponent> 3078 3362 <Area> 3079 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3080 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3081 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 3082 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 3083 </Area> 3084 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonHoverTopLeft" /> 3085 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonHoverTopRight" /> 3086 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonHoverBottomLeft" /> 3087 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonHoverBottomRight" /> 3088 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonHoverLeft" /> 3089 <Image type="TopEdge" imageset="WindowsLook" image="ButtonHoverTop" /> 3090 <Image type="RightEdge" imageset="WindowsLook" image="ButtonHoverRight" /> 3091 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonHoverBottom" /> 3363 <Dim type="LeftEdge"> 3364 <AbsoluteDim value="0" /> 3365 </Dim> 3366 <Dim type="TopEdge"> 3367 <AbsoluteDim value="0" /> 3368 </Dim> 3369 <Dim type="Width"> 3370 <UnifiedDim scale="1.0" type="Width" /> 3371 </Dim> 3372 <Dim type="Height"> 3373 <UnifiedDim scale="1.0" type="Height" /> 3374 </Dim> 3375 </Area> 3376 <Image component="TopLeftCorner" name="WindowsLook/ButtonHoverTopLeft" /> 3377 <Image component="TopRightCorner" name="WindowsLook/ButtonHoverTopRight" /> 3378 <Image component="BottomLeftCorner" name="WindowsLook/ButtonHoverBottomLeft" /> 3379 <Image component="BottomRightCorner" name="WindowsLook/ButtonHoverBottomRight" /> 3380 <Image component="LeftEdge" name="WindowsLook/ButtonHoverLeft" /> 3381 <Image component="TopEdge" name="WindowsLook/ButtonHoverTop" /> 3382 <Image component="RightEdge" name="WindowsLook/ButtonHoverRight" /> 3383 <Image component="BottomEdge" name="WindowsLook/ButtonHoverBottom" /> 3092 3384 </FrameComponent> 3093 3385 <ImageryComponent> 3094 3386 <Area> 3095 3387 <Dim type="LeftEdge"> 3096 <ImageDim imageset="WindowsLook" image="ButtonHoverLeft" dimension="Width" />3097 </Dim> 3098 <Dim type="TopEdge"> 3099 <ImageDim imageset="WindowsLook" image="ButtonHoverTop" dimension="Height" />3388 <ImageDim dimension="Width" name="WindowsLook/ButtonHoverLeft" /> 3389 </Dim> 3390 <Dim type="TopEdge"> 3391 <ImageDim dimension="Height" name="WindowsLook/ButtonHoverTop" /> 3100 3392 </Dim> 3101 3393 <Dim type="RightEdge"> 3102 <UnifiedDim scale="1" type="RightEdge"> 3103 <DimOperator op="Subtract"> 3104 <ImageDim imageset="WindowsLook" image="ButtonHoverRight" dimension="Width" /> 3105 </DimOperator> 3106 </UnifiedDim> 3107 </Dim> 3108 <Dim type="BottomEdge"> 3109 <UnifiedDim scale="1" type="BottomEdge"> 3110 <DimOperator op="Subtract"> 3111 <ImageDim imageset="WindowsLook" image="ButtonHoverBottom" dimension="Height" /> 3112 </DimOperator> 3113 </UnifiedDim> 3114 </Dim> 3115 </Area> 3116 <Image imageset="WindowsLook" image="Background" /> 3117 <Colours topLeft="FFCFD9CF" topRight="FFF2FFF2" bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" /> 3394 <OperatorDim op="Subtract"> 3395 <UnifiedDim scale="1" type="RightEdge" /> 3396 <ImageDim dimension="Width" name="WindowsLook/ButtonHoverRight" /> 3397 </OperatorDim> 3398 </Dim> 3399 <Dim type="BottomEdge"> 3400 <OperatorDim op="Subtract"> 3401 <UnifiedDim scale="1" type="BottomEdge" /> 3402 <ImageDim dimension="Height" name="WindowsLook/ButtonHoverBottom" /> 3403 </OperatorDim> 3404 </Dim> 3405 </Area> 3406 <Image name="WindowsLook/Background" /> 3407 <Colours bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" topLeft="FFCFD9CF" topRight="FFF2FFF2" /> 3118 3408 <VertFormat type="Stretched" /> 3119 3409 <HorzFormat type="Stretched" /> … … 3123 3413 <FrameComponent> 3124 3414 <Area> 3125 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3126 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3127 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 3128 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 3129 </Area> 3130 <Image type="TopLeftCorner" imageset="WindowsLook" image="ButtonPushedTopLeft" /> 3131 <Image type="TopRightCorner" imageset="WindowsLook" image="ButtonPushedTopRight" /> 3132 <Image type="BottomLeftCorner" imageset="WindowsLook" image="ButtonPushedBottomLeft" /> 3133 <Image type="BottomRightCorner" imageset="WindowsLook" image="ButtonPushedBottomRight" /> 3134 <Image type="LeftEdge" imageset="WindowsLook" image="ButtonPushedLeft" /> 3135 <Image type="TopEdge" imageset="WindowsLook" image="ButtonPushedTop" /> 3136 <Image type="RightEdge" imageset="WindowsLook" image="ButtonPushedRight" /> 3137 <Image type="BottomEdge" imageset="WindowsLook" image="ButtonPushedBottom" /> 3415 <Dim type="LeftEdge"> 3416 <AbsoluteDim value="0" /> 3417 </Dim> 3418 <Dim type="TopEdge"> 3419 <AbsoluteDim value="0" /> 3420 </Dim> 3421 <Dim type="Width"> 3422 <UnifiedDim scale="1.0" type="Width" /> 3423 </Dim> 3424 <Dim type="Height"> 3425 <UnifiedDim scale="1.0" type="Height" /> 3426 </Dim> 3427 </Area> 3428 <Image component="TopLeftCorner" name="WindowsLook/ButtonPushedTopLeft" /> 3429 <Image component="TopRightCorner" name="WindowsLook/ButtonPushedTopRight" /> 3430 <Image component="BottomLeftCorner" name="WindowsLook/ButtonPushedBottomLeft" /> 3431 <Image component="BottomRightCorner" name="WindowsLook/ButtonPushedBottomRight" /> 3432 <Image component="LeftEdge" name="WindowsLook/ButtonPushedLeft" /> 3433 <Image component="TopEdge" name="WindowsLook/ButtonPushedTop" /> 3434 <Image component="RightEdge" name="WindowsLook/ButtonPushedRight" /> 3435 <Image component="BottomEdge" name="WindowsLook/ButtonPushedBottom" /> 3138 3436 </FrameComponent> 3139 3437 <ImageryComponent> 3140 3438 <Area> 3141 3439 <Dim type="LeftEdge"> 3142 <ImageDim imageset="WindowsLook" image="ButtonPushedLeft" dimension="Width" />3143 </Dim> 3144 <Dim type="TopEdge"> 3145 <ImageDim imageset="WindowsLook" image="ButtonPushedTop" dimension="Height" />3440 <ImageDim dimension="Width" name="WindowsLook/ButtonPushedLeft" /> 3441 </Dim> 3442 <Dim type="TopEdge"> 3443 <ImageDim dimension="Height" name="WindowsLook/ButtonPushedTop" /> 3146 3444 </Dim> 3147 3445 <Dim type="RightEdge"> 3148 <UnifiedDim scale="1" type="RightEdge"> 3149 <DimOperator op="Subtract"> 3150 <ImageDim imageset="WindowsLook" image="ButtonPushedRight" dimension="Width" /> 3151 </DimOperator> 3152 </UnifiedDim> 3153 </Dim> 3154 <Dim type="BottomEdge"> 3155 <UnifiedDim scale="1" type="BottomEdge"> 3156 <DimOperator op="Subtract"> 3157 <ImageDim imageset="WindowsLook" image="ButtonPushedBottom" dimension="Height" /> 3158 </DimOperator> 3159 </UnifiedDim> 3160 </Dim> 3161 </Area> 3162 <Image imageset="WindowsLook" image="Background" /> 3163 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" /> 3446 <OperatorDim op="Subtract"> 3447 <UnifiedDim scale="1" type="RightEdge" /> 3448 <ImageDim dimension="Width" name="WindowsLook/ButtonPushedRight" /> 3449 </OperatorDim> 3450 </Dim> 3451 <Dim type="BottomEdge"> 3452 <OperatorDim op="Subtract"> 3453 <UnifiedDim scale="1" type="BottomEdge" /> 3454 <ImageDim dimension="Height" name="WindowsLook/ButtonPushedBottom" /> 3455 </OperatorDim> 3456 </Dim> 3457 </Area> 3458 <Image name="WindowsLook/Background" /> 3459 <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" /> 3164 3460 <VertFormat type="Stretched" /> 3165 3461 <HorzFormat type="Stretched" /> … … 3170 3466 <Area> 3171 3467 <Dim type="LeftEdge"> 3172 <ImageDim imageset="WindowsLook" image="ButtonPushedLeft" dimension="Width" />3173 </Dim> 3174 <Dim type="TopEdge"> 3175 <ImageDim imageset="WindowsLook" image="ButtonPushedTop" dimension="Height" />3468 <ImageDim dimension="Width" name="WindowsLook/ButtonPushedLeft" /> 3469 </Dim> 3470 <Dim type="TopEdge"> 3471 <ImageDim dimension="Height" name="WindowsLook/ButtonPushedTop" /> 3176 3472 </Dim> 3177 3473 <Dim type="RightEdge"> 3178 <UnifiedDim scale="1" type="RightEdge"> 3179 <DimOperator op="Subtract"> 3180 <ImageDim imageset="WindowsLook" image="ButtonPushedRight" dimension="Width" /> 3181 </DimOperator> 3182 </UnifiedDim> 3183 </Dim> 3184 <Dim type="BottomEdge"> 3185 <UnifiedDim scale="1" type="BottomEdge"> 3186 <DimOperator op="Subtract"> 3187 <ImageDim imageset="WindowsLook" image="ButtonPushedBottom" dimension="Height" /> 3188 </DimOperator> 3189 </UnifiedDim> 3190 </Dim> 3191 </Area> 3192 <Image imageset="WindowsLook" image="HorzScrollbarGrip" /> 3474 <OperatorDim op="Subtract"> 3475 <UnifiedDim scale="1" type="RightEdge" /> 3476 <ImageDim dimension="Width" name="WindowsLook/ButtonPushedRight" /> 3477 </OperatorDim> 3478 </Dim> 3479 <Dim type="BottomEdge"> 3480 <OperatorDim op="Subtract"> 3481 <UnifiedDim scale="1" type="BottomEdge" /> 3482 <ImageDim dimension="Height" name="WindowsLook/ButtonPushedBottom" /> 3483 </OperatorDim> 3484 </Dim> 3485 </Area> 3486 <Image name="WindowsLook/HorzScrollbarGrip" /> 3193 3487 <VertFormat type="Stretched" /> 3194 3488 <HorzFormat type="CentreAligned" /> … … 3199 3493 <Section section="normal" /> 3200 3494 <Section section="gripper"> 3201 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />3495 <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" /> 3202 3496 </Section> 3203 3497 </Layer> … … 3207 3501 <Section section="hover" /> 3208 3502 <Section section="gripper"> 3209 <Colours topLeft="FFCFD9CF" topRight="FFF2FFF2" bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" />3503 <Colours bottomLeft="FFF2FFF2" bottomRight="FFCFD9CF" topLeft="FFCFD9CF" topRight="FFF2FFF2" /> 3210 3504 </Section> 3211 3505 </Layer> … … 3215 3509 <Section section="pushed" /> 3216 3510 <Section section="gripper"> 3217 <Colours topLeft="FFAFAFAF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" />3511 <Colours bottomLeft="FFFFFFFF" bottomRight="FFAFAFAF" topLeft="FFAFAFAF" topRight="FFFFFFFF" /> 3218 3512 </Section> 3219 3513 </Layer> 3220 3514 </StateImagery> 3221 3515 </WidgetLook> 3222 3223 3224 <!--3225 ***************************************************3226 WindowsLook/HorizontalScrollbar3227 ***************************************************3228 -->3229 3516 <WidgetLook name="WindowsLook/HorizontalScrollbar"> 3230 3517 <Property name="WantsMultiClickEvents" value="False" /> 3231 3518 <NamedArea name="ThumbTrackArea"> 3232 3519 <Area> 3233 <Dim type="LeftEdge" ><UnifiedDim scale="1" type="Height" /></Dim> 3234 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3235 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge"> 3236 <DimOperator op="Subtract"> 3237 <UnifiedDim scale="1" type="Height" /> 3238 </DimOperator> 3239 </UnifiedDim> 3240 </Dim> 3241 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 3520 <Dim type="LeftEdge"> 3521 <UnifiedDim scale="1" type="Height" /> 3522 </Dim> 3523 <Dim type="TopEdge"> 3524 <AbsoluteDim value="0" /> 3525 </Dim> 3526 <Dim type="RightEdge"> 3527 <OperatorDim op="Subtract"> 3528 <UnifiedDim scale="1.0" type="RightEdge" /> 3529 <UnifiedDim scale="1" type="Height" /> 3530 </OperatorDim> 3531 </Dim> 3532 <Dim type="BottomEdge"> 3533 <UnifiedDim scale="1.0" type="BottomEdge" /> 3534 </Dim> 3242 3535 </Area> 3243 3536 </NamedArea> 3244 <Child type="WindowsLook/IconButton" nameSuffix="__auto_incbtn__"> 3245 <Area> 3246 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3247 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3248 <Dim type="Width" ><UnifiedDim scale="1" type="Height" /></Dim> 3249 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3537 <Child nameSuffix="__auto_incbtn__" type="WindowsLook/IconButton"> 3538 <Area> 3539 <Dim type="LeftEdge"> 3540 <AbsoluteDim value="0" /> 3541 </Dim> 3542 <Dim type="TopEdge"> 3543 <AbsoluteDim value="0" /> 3544 </Dim> 3545 <Dim type="Width"> 3546 <UnifiedDim scale="1" type="Height" /> 3547 </Dim> 3548 <Dim type="Height"> 3549 <UnifiedDim scale="1" type="Height" /> 3550 </Dim> 3250 3551 </Area> 3251 3552 <HorzAlignment type="RightAligned" /> 3252 <Property name="IconImage" value=" set:WindowsLook image:LargeRightArrow" />3553 <Property name="IconImage" value="WindowsLook/LargeRightArrow" /> 3253 3554 </Child> 3254 <Child type="WindowsLook/IconButton" nameSuffix="__auto_decbtn__"> 3255 <Area> 3256 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3257 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3258 <Dim type="Width" ><UnifiedDim scale="1" type="Height" /></Dim> 3259 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3260 </Area> 3261 <Property name="IconImage" value="set:WindowsLook image:LargeLeftArrow" /> 3555 <Child nameSuffix="__auto_decbtn__" type="WindowsLook/IconButton"> 3556 <Area> 3557 <Dim type="LeftEdge"> 3558 <AbsoluteDim value="0" /> 3559 </Dim> 3560 <Dim type="TopEdge"> 3561 <AbsoluteDim value="0" /> 3562 </Dim> 3563 <Dim type="Width"> 3564 <UnifiedDim scale="1" type="Height" /> 3565 </Dim> 3566 <Dim type="Height"> 3567 <UnifiedDim scale="1" type="Height" /> 3568 </Dim> 3569 </Area> 3570 <Property name="IconImage" value="WindowsLook/LargeLeftArrow" /> 3262 3571 </Child> 3263 <Child type="WindowsLook/HorizontalScrollbarThumb" nameSuffix="__auto_thumb__"> 3264 <Area> 3265 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3266 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3267 <Dim type="Width" ><UnifiedDim scale="0.2" type="Width" /></Dim> 3268 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3572 <Child nameSuffix="__auto_thumb__" type="WindowsLook/HorizontalScrollbarThumb"> 3573 <Area> 3574 <Dim type="LeftEdge"> 3575 <AbsoluteDim value="0" /> 3576 </Dim> 3577 <Dim type="TopEdge"> 3578 <AbsoluteDim value="0" /> 3579 </Dim> 3580 <Dim type="Width"> 3581 <UnifiedDim scale="0.2" type="Width" /> 3582 </Dim> 3583 <Dim type="Height"> 3584 <UnifiedDim scale="1" type="Height" /> 3585 </Dim> 3269 3586 </Area> 3270 3587 </Child> … … 3272 3589 <ImageryComponent> 3273 3590 <Area> 3274 <Dim type="LeftEdge" ><ImageDim imageset="WindowsLook" image="LargeLeftArrow" dimension="Height" /></Dim> 3275 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3276 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge"> 3277 <DimOperator op="Subtract"> 3278 <ImageDim imageset="WindowsLook" image="LargeRightArrow" dimension="Height" /> 3279 </DimOperator> 3280 </UnifiedDim></Dim> 3281 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 3282 </Area> 3283 <Image imageset="WindowsLook" image="Background" /> 3284 <Colours topLeft="FFDFDFDF" topRight="FFDFDFDF" bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" /> 3591 <Dim type="LeftEdge"> 3592 <ImageDim dimension="Height" name="WindowsLook/LargeLeftArrow" /> 3593 </Dim> 3594 <Dim type="TopEdge"> 3595 <AbsoluteDim value="0" /> 3596 </Dim> 3597 <Dim type="RightEdge"> 3598 <OperatorDim op="Subtract"> 3599 <UnifiedDim scale="1.0" type="RightEdge" /> 3600 <ImageDim dimension="Height" name="WindowsLook/LargeRightArrow" /> 3601 </OperatorDim> 3602 </Dim> 3603 <Dim type="BottomEdge"> 3604 <UnifiedDim scale="1.0" type="BottomEdge" /> 3605 </Dim> 3606 </Area> 3607 <Image name="WindowsLook/Background" /> 3608 <Colours bottomLeft="FFDFDFDF" bottomRight="FFDFDFDF" topLeft="FFDFDFDF" topRight="FFDFDFDF" /> 3285 3609 <VertFormat type="Stretched" /> 3286 3610 <HorzFormat type="Stretched" /> … … 3298 3622 </StateImagery> 3299 3623 </WidgetLook> 3300 3301 3302 <!--3303 ***************************************************3304 WindowsLook/SliderThumb3305 ***************************************************3306 -->3307 3624 <WidgetLook name="WindowsLook/SliderThumb"> 3308 3625 <Property name="HorzFree" value="True" /> … … 3310 3627 <ImageryComponent> 3311 3628 <Area> 3312 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3313 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3314 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 3315 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 3316 </Area> 3317 <Image imageset="WindowsLook" image="SliderThumbNormal" /> 3629 <Dim type="LeftEdge"> 3630 <AbsoluteDim value="0" /> 3631 </Dim> 3632 <Dim type="TopEdge"> 3633 <AbsoluteDim value="0" /> 3634 </Dim> 3635 <Dim type="Width"> 3636 <UnifiedDim scale="1.0" type="Width" /> 3637 </Dim> 3638 <Dim type="Height"> 3639 <UnifiedDim scale="1.0" type="Height" /> 3640 </Dim> 3641 </Area> 3642 <Image name="WindowsLook/SliderThumbNormal" /> 3318 3643 <VertFormat type="Stretched" /> 3319 3644 <HorzFormat type="Stretched" /> … … 3323 3648 <ImageryComponent> 3324 3649 <Area> 3325 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3326 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3327 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 3328 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 3329 </Area> 3330 <Image imageset="WindowsLook" image="SliderThumbHover" /> 3650 <Dim type="LeftEdge"> 3651 <AbsoluteDim value="0" /> 3652 </Dim> 3653 <Dim type="TopEdge"> 3654 <AbsoluteDim value="0" /> 3655 </Dim> 3656 <Dim type="Width"> 3657 <UnifiedDim scale="1.0" type="Width" /> 3658 </Dim> 3659 <Dim type="Height"> 3660 <UnifiedDim scale="1.0" type="Height" /> 3661 </Dim> 3662 </Area> 3663 <Image name="WindowsLook/SliderThumbHover" /> 3331 3664 <VertFormat type="Stretched" /> 3332 3665 <HorzFormat type="Stretched" /> … … 3351 3684 <Layer> 3352 3685 <Section section="normal"> 3353 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />3686 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 3354 3687 </Section> 3355 3688 </Layer> 3356 3689 </StateImagery> 3357 3690 </WidgetLook> 3358 3359 3360 <!--3361 ***************************************************3362 WindowsLook/Slider3363 ***************************************************3364 -->3365 3691 <WidgetLook name="WindowsLook/Slider"> 3366 3692 <Property name="HorizontalSlider" value="True" /> 3367 <Property name="Mouse ButtonDownAutoRepeat" value="True" />3693 <Property name="MouseAutoRepeatEnabled" value="True" /> 3368 3694 <Property name="WantsMultiClickEvents" value="False" /> 3369 3695 <NamedArea name="ThumbTrackArea"> 3370 3696 <Area> 3371 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3372 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3373 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 3374 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 3697 <Dim type="LeftEdge"> 3698 <AbsoluteDim value="0" /> 3699 </Dim> 3700 <Dim type="TopEdge"> 3701 <AbsoluteDim value="0" /> 3702 </Dim> 3703 <Dim type="RightEdge"> 3704 <UnifiedDim scale="1.0" type="RightEdge" /> 3705 </Dim> 3706 <Dim type="BottomEdge"> 3707 <UnifiedDim scale="1.0" type="BottomEdge" /> 3708 </Dim> 3375 3709 </Area> 3376 3710 </NamedArea> 3377 <Child type="WindowsLook/SliderThumb" nameSuffix="__auto_thumb__"> 3378 <Area> 3379 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3380 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3381 <Dim type="Width" ><ImageDim imageset="WindowsLook" image="SliderThumbNormal" dimension="Width" /></Dim> 3382 <Dim type="Height" ><ImageDim imageset="WindowsLook" image="SliderThumbNormal" dimension="Height" /></Dim> 3711 <Child nameSuffix="__auto_thumb__" type="WindowsLook/SliderThumb"> 3712 <Area> 3713 <Dim type="LeftEdge"> 3714 <AbsoluteDim value="0" /> 3715 </Dim> 3716 <Dim type="TopEdge"> 3717 <AbsoluteDim value="0" /> 3718 </Dim> 3719 <Dim type="Width"> 3720 <ImageDim dimension="Width" name="WindowsLook/SliderThumbNormal" /> 3721 </Dim> 3722 <Dim type="Height"> 3723 <ImageDim dimension="Height" name="WindowsLook/SliderThumbNormal" /> 3724 </Dim> 3383 3725 </Area> 3384 3726 <VertAlignment type="CentreAligned" /> … … 3387 3729 <FrameComponent> 3388 3730 <Area> 3389 <Dim type="LeftEdge" > 3390 <ImageDim imageset="WindowsLook" image="SliderThumbNormal" dimension="Width"> 3391 <DimOperator op="Multiply"> 3731 <Dim type="LeftEdge"> 3732 <OperatorDim op="Multiply"> 3733 <ImageDim dimension="Width" name="WindowsLook/SliderThumbNormal" /> 3734 <AbsoluteDim value="0.5" /> 3735 </OperatorDim> 3736 </Dim> 3737 <Dim type="TopEdge"> 3738 <OperatorDim op="Subtract"> 3739 <UnifiedDim scale="0.5" type="TopEdge" /> 3740 <OperatorDim op="Multiply"> 3741 <ImageDim dimension="Height" name="WindowsLook/SlidertrackMiddle" /> 3392 3742 <AbsoluteDim value="0.5" /> 3393 </DimOperator> 3394 </ImageDim> 3395 </Dim> 3396 <Dim type="TopEdge" > 3397 <UnifiedDim scale="0.5" type="TopEdge"> 3398 <DimOperator op="Subtract"> 3399 <ImageDim imageset="WindowsLook" image="SlidertrackMiddle" dimension="Height"> 3400 <DimOperator op="Multiply"> 3401 <AbsoluteDim value="0.5" /> 3402 </DimOperator> 3403 </ImageDim> 3404 </DimOperator> 3405 </UnifiedDim> 3406 </Dim> 3407 <Dim type="RightEdge" > 3408 <UnifiedDim scale="1.0" type="RightEdge"> 3409 <DimOperator op="Subtract"> 3410 <ImageDim imageset="WindowsLook" image="SliderThumbNormal" dimension="Width"> 3411 <DimOperator op="Multiply"> 3412 <AbsoluteDim value="0.5" /> 3413 </DimOperator> 3414 </ImageDim> 3415 </DimOperator> 3416 </UnifiedDim> 3417 </Dim> 3418 <Dim type="Height" ><ImageDim imageset="WindowsLook" image="SlidertrackMiddle" dimension="Height" /></Dim> 3419 </Area> 3420 <Image type="LeftEdge" imageset="WindowsLook" image="SliderTrackLeft" /> 3421 <Image type="RightEdge" imageset="WindowsLook" image="SliderTrackRight" /> 3422 <Image type="Background" imageset="WindowsLook" image="SlidertrackMiddle" /> 3743 </OperatorDim> 3744 </OperatorDim> 3745 </Dim> 3746 <Dim type="RightEdge"> 3747 <OperatorDim op="Subtract"> 3748 <UnifiedDim scale="1.0" type="RightEdge" /> 3749 <OperatorDim op="Multiply"> 3750 <ImageDim dimension="Width" name="WindowsLook/SliderThumbNormal" /> 3751 <AbsoluteDim value="0.5" /> 3752 </OperatorDim> 3753 </OperatorDim> 3754 </Dim> 3755 <Dim type="Height"> 3756 <ImageDim dimension="Height" name="WindowsLook/SlidertrackMiddle" /> 3757 </Dim> 3758 </Area> 3759 <Image component="LeftEdge" name="WindowsLook/SliderTrackLeft" /> 3760 <Image component="RightEdge" name="WindowsLook/SliderTrackRight" /> 3761 <Image component="Background" name="WindowsLook/SlidertrackMiddle" /> 3423 3762 <VertFormat type="Stretched" /> 3424 3763 <HorzFormat type="Stretched" /> … … 3436 3775 </StateImagery> 3437 3776 </WidgetLook> 3438 3439 3440 <!--3441 ***************************************************3442 WindowsLook/Spinner3443 ***************************************************3444 -->3445 3777 <WidgetLook name="WindowsLook/Spinner"> 3446 <Child type="WindowsLook/Editbox" nameSuffix="__auto_editbox__"> 3447 <Area> 3448 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3449 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3450 <Dim type="RightEdge" > 3451 <UnifiedDim scale="1" type="RightEdge"> 3452 <DimOperator op="Subtract"> 3453 <UnifiedDim scale="0.5" type="Height" /> 3454 </DimOperator> 3455 </UnifiedDim> 3456 </Dim> 3457 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3778 <Child nameSuffix="__auto_editbox__" type="WindowsLook/Editbox"> 3779 <Area> 3780 <Dim type="LeftEdge"> 3781 <AbsoluteDim value="0" /> 3782 </Dim> 3783 <Dim type="TopEdge"> 3784 <AbsoluteDim value="0" /> 3785 </Dim> 3786 <Dim type="RightEdge"> 3787 <OperatorDim op="Subtract"> 3788 <UnifiedDim scale="1" type="RightEdge" /> 3789 <UnifiedDim scale="0.5" type="Height" /> 3790 </OperatorDim> 3791 </Dim> 3792 <Dim type="Height"> 3793 <UnifiedDim scale="1" type="Height" /> 3794 </Dim> 3458 3795 </Area> 3459 3796 </Child> 3460 <Child type="WindowsLook/IconButton" nameSuffix="__auto_incbtn__"> 3461 <Area> 3462 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3463 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3464 <Dim type="Width" ><UnifiedDim scale="0.5" type="Height" /></Dim> 3465 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim> 3797 <Child nameSuffix="__auto_incbtn__" type="WindowsLook/IconButton"> 3798 <Area> 3799 <Dim type="LeftEdge"> 3800 <AbsoluteDim value="0" /> 3801 </Dim> 3802 <Dim type="TopEdge"> 3803 <AbsoluteDim value="0" /> 3804 </Dim> 3805 <Dim type="Width"> 3806 <UnifiedDim scale="0.5" type="Height" /> 3807 </Dim> 3808 <Dim type="Height"> 3809 <UnifiedDim scale="0.5" type="Height" /> 3810 </Dim> 3466 3811 </Area> 3467 3812 <HorzAlignment type="RightAligned" /> 3468 <Property name="IconImage" value=" set:WindowsLook image:LargeUpArrow" />3813 <Property name="IconImage" value="WindowsLook/LargeUpArrow" /> 3469 3814 </Child> 3470 <Child type="WindowsLook/IconButton" nameSuffix="__auto_decbtn__"> 3471 <Area> 3472 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3473 <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim> 3474 <Dim type="Width" ><UnifiedDim scale="0.5" type="Height" /></Dim> 3475 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim> 3815 <Child nameSuffix="__auto_decbtn__" type="WindowsLook/IconButton"> 3816 <Area> 3817 <Dim type="LeftEdge"> 3818 <AbsoluteDim value="0" /> 3819 </Dim> 3820 <Dim type="TopEdge"> 3821 <UnifiedDim scale="0.5" type="TopEdge" /> 3822 </Dim> 3823 <Dim type="Width"> 3824 <UnifiedDim scale="0.5" type="Height" /> 3825 </Dim> 3826 <Dim type="Height"> 3827 <UnifiedDim scale="0.5" type="Height" /> 3828 </Dim> 3476 3829 </Area> 3477 3830 <HorzAlignment type="RightAligned" /> 3478 <Property name="IconImage" value=" set:WindowsLook image:LargeDownArrow" />3831 <Property name="IconImage" value="WindowsLook/LargeDownArrow" /> 3479 3832 </Child> 3480 3833 <StateImagery name="Enabled" /> 3481 3834 <StateImagery name="Disabled" /> 3482 3835 </WidgetLook> 3483 3484 3485 <!--3486 ***************************************************3487 WindowsLook/StaticShared3488 ***************************************************3489 -->3490 3836 <WidgetLook name="WindowsLook/StaticShared"> 3491 3837 <ImagerySection name="frame"> … … 3505 3851 </Dim> 3506 3852 </Area> 3507 <Image type="TopLeftCorner" imageset="WindowsLook" image="StaticFrameTopLeft" />3508 <Image type="TopRightCorner" imageset="WindowsLook" image="StaticFrameTopRight" />3509 <Image type="BottomLeftCorner" imageset="WindowsLook" image="StaticFrameBottomLeft" />3510 <Image type="BottomRightCorner" imageset="WindowsLook" image="StaticFrameBottomRight" />3511 <Image type="LeftEdge" imageset="WindowsLook" image="StaticFrameLeft" />3512 <Image type="TopEdge" imageset="WindowsLook" image="StaticFrameTop" />3513 <Image type="RightEdge" imageset="WindowsLook" image="StaticFrameRight" />3514 <Image type="BottomEdge" imageset="WindowsLook" image="StaticFrameBottom" />3853 <Image component="TopLeftCorner" name="WindowsLook/StaticFrameTopLeft" /> 3854 <Image component="TopRightCorner" name="WindowsLook/StaticFrameTopRight" /> 3855 <Image component="BottomLeftCorner" name="WindowsLook/StaticFrameBottomLeft" /> 3856 <Image component="BottomRightCorner" name="WindowsLook/StaticFrameBottomRight" /> 3857 <Image component="LeftEdge" name="WindowsLook/StaticFrameLeft" /> 3858 <Image component="TopEdge" name="WindowsLook/StaticFrameTop" /> 3859 <Image component="RightEdge" name="WindowsLook/StaticFrameRight" /> 3860 <Image component="BottomEdge" name="WindowsLook/StaticFrameBottom" /> 3515 3861 <ColourRectProperty name="FrameColours" /> 3516 3862 </FrameComponent> … … 3520 3866 <Area> 3521 3867 <Dim type="LeftEdge"> 3522 <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />3523 </Dim> 3524 <Dim type="TopEdge"> 3525 <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />3868 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 3869 </Dim> 3870 <Dim type="TopEdge"> 3871 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 3526 3872 </Dim> 3527 3873 <Dim type="RightEdge"> 3528 <UnifiedDim scale="1" type="RightEdge"> 3529 <DimOperator op="Subtract"> 3530 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 3531 </DimOperator> 3532 </UnifiedDim> 3533 </Dim> 3534 <Dim type="BottomEdge"> 3535 <UnifiedDim scale="1" type="BottomEdge"> 3536 <DimOperator op="Subtract"> 3537 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 3538 </DimOperator> 3539 </UnifiedDim> 3540 </Dim> 3541 </Area> 3542 <Image imageset="WindowsLook" image="Background" /> 3874 <OperatorDim op="Subtract"> 3875 <UnifiedDim scale="1" type="RightEdge" /> 3876 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 3877 </OperatorDim> 3878 </Dim> 3879 <Dim type="BottomEdge"> 3880 <OperatorDim op="Subtract"> 3881 <UnifiedDim scale="1" type="BottomEdge" /> 3882 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 3883 </OperatorDim> 3884 </Dim> 3885 </Area> 3886 <Image name="WindowsLook/Background" /> 3543 3887 <VertFormat type="Stretched" /> 3544 3888 <HorzFormat type="Stretched" /> … … 3548 3892 <ImageryComponent> 3549 3893 <Area> 3550 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 3551 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 3552 <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim> 3553 <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim> 3554 </Area> 3555 <Image imageset="WindowsLook" image="Background" /> 3894 <Dim type="LeftEdge"> 3895 <AbsoluteDim value="0" /> 3896 </Dim> 3897 <Dim type="TopEdge"> 3898 <AbsoluteDim value="0" /> 3899 </Dim> 3900 <Dim type="RightEdge"> 3901 <UnifiedDim scale="1" type="RightEdge" /> 3902 </Dim> 3903 <Dim type="BottomEdge"> 3904 <UnifiedDim scale="1" type="BottomEdge" /> 3905 </Dim> 3906 </Area> 3907 <Image name="WindowsLook/Background" /> 3556 3908 <VertFormat type="Stretched" /> 3557 3909 <HorzFormat type="Stretched" /> … … 3559 3911 </ImagerySection> 3560 3912 </WidgetLook> 3561 3562 3563 <!--3564 ***************************************************3565 WindowsLook/Static3566 ***************************************************3567 -->3568 3913 <WidgetLook name="WindowsLook/Static"> 3569 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />3570 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" redrawOnWrite="true" />3571 <PropertyDefinition name="TextPadding" initialValue="0" redrawOnWrite="true" />3572 <PropertyDefinition name="HorzFormatting" initialValue="LeftAligned" redrawOnWrite="true" />3573 <PropertyDefinition name="VertFormatting" initialValue="CentreAligned" redrawOnWrite="true" />3914 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" /> 3915 <PropertyDefinition initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" name="BackgroundColours" redrawOnWrite="true" /> 3916 <PropertyDefinition initialValue="0" name="TextPadding" redrawOnWrite="true" /> 3917 <PropertyDefinition initialValue="LeftAligned" name="HorzFormatting" redrawOnWrite="true" /> 3918 <PropertyDefinition initialValue="CentreAligned" name="VertFormatting" redrawOnWrite="true" /> 3574 3919 <Property name="BackgroundEnabled" value="True" /> 3575 3920 <Property name="FrameEnabled" value="True" /> … … 3584 3929 </Dim> 3585 3930 <Dim type="RightEdge"> 3586 <UnifiedDim scale="1" type="RightEdge"> 3587 <DimOperator op="Subtract"> 3588 <PropertyDim name="TextPadding" /> 3589 </DimOperator> 3590 </UnifiedDim> 3591 </Dim> 3592 <Dim type="BottomEdge"> 3593 <UnifiedDim scale="1" type="BottomEdge"> 3594 <DimOperator op="Subtract"> 3595 <PropertyDim name="TextPadding" /> 3596 </DimOperator> 3597 </UnifiedDim> 3598 </Dim> 3599 </Area> 3600 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" /> 3931 <OperatorDim op="Subtract"> 3932 <UnifiedDim scale="1" type="RightEdge" /> 3933 <PropertyDim name="TextPadding" /> 3934 </OperatorDim> 3935 </Dim> 3936 <Dim type="BottomEdge"> 3937 <OperatorDim op="Subtract"> 3938 <UnifiedDim scale="1" type="BottomEdge" /> 3939 <PropertyDim name="TextPadding" /> 3940 </OperatorDim> 3941 </Dim> 3942 </Area> 3943 <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" /> 3601 3944 <VertFormatProperty name="VertFormatting" /> 3602 3945 <HorzFormatProperty name="HorzFormatting" /> … … 3626 3969 <Layer> 3627 3970 <Section look="WindowsLook/StaticShared" section="background"> 3628 3971 <ColourRectProperty name="BackgroundColours" /> 3629 3972 </Section> 3630 3973 </Layer> … … 3633 3976 <Layer> 3634 3977 <Section look="WindowsLook/StaticShared" section="background"> 3635 3978 <ColourRectProperty name="BackgroundColours" /> 3636 3979 </Section> 3637 3980 </Layer> … … 3640 3983 <Layer> 3641 3984 <Section look="WindowsLook/StaticShared" section="background_noframe"> 3642 3985 <ColourRectProperty name="BackgroundColours" /> 3643 3986 </Section> 3644 3987 </Layer> … … 3647 3990 <Layer> 3648 3991 <Section look="WindowsLook/StaticShared" section="background_noframe"> 3649 3992 <ColourRectProperty name="BackgroundColours" /> 3650 3993 </Section> 3651 3994 </Layer> 3652 3995 </StateImagery> 3653 3996 </WidgetLook> 3654 3655 3656 <!--3657 ***************************************************3658 WindowsLook/StaticImage3659 ***************************************************3660 -->3661 3997 <WidgetLook name="WindowsLook/StaticImage"> 3662 <PropertyDefinition name="ImageColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />3663 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />3664 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" redrawOnWrite="true" />3665 <PropertyDefinition name="VertFormatting" initialValue="Stretched" redrawOnWrite="true" />3666 <PropertyDefinition name="HorzFormatting" initialValue="Stretched" redrawOnWrite="true" />3998 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="ImageColours" redrawOnWrite="true" /> 3999 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" /> 4000 <PropertyDefinition initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" name="BackgroundColours" redrawOnWrite="true" /> 4001 <PropertyDefinition initialValue="Stretched" name="VertFormatting" redrawOnWrite="true" /> 4002 <PropertyDefinition initialValue="Stretched" name="HorzFormatting" redrawOnWrite="true" /> 3667 4003 <Property name="BackgroundEnabled" value="True" /> 3668 4004 <Property name="FrameEnabled" value="True" /> … … 3670 4006 <ImageryComponent> 3671 4007 <Area> 3672 <Dim type="LeftEdge" > 3673 <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /> 3674 </Dim> 3675 <Dim type="TopEdge" > 3676 <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /> 3677 </Dim> 3678 <Dim type="RightEdge" > 3679 <UnifiedDim scale="1.0" type="RightEdge"> 3680 <DimOperator op="Subtract"> 3681 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 3682 </DimOperator> 3683 </UnifiedDim> 3684 </Dim> 3685 <Dim type="BottomEdge" > 3686 <UnifiedDim scale="1.0" type="BottomEdge"> 3687 <DimOperator op="Subtract"> 3688 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 3689 </DimOperator> 3690 </UnifiedDim> 4008 <Dim type="LeftEdge"> 4009 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 4010 </Dim> 4011 <Dim type="TopEdge"> 4012 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 4013 </Dim> 4014 <Dim type="RightEdge"> 4015 <OperatorDim op="Subtract"> 4016 <UnifiedDim scale="1.0" type="RightEdge" /> 4017 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 4018 </OperatorDim> 4019 </Dim> 4020 <Dim type="BottomEdge"> 4021 <OperatorDim op="Subtract"> 4022 <UnifiedDim scale="1.0" type="BottomEdge" /> 4023 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 4024 </OperatorDim> 3691 4025 </Dim> 3692 4026 </Area> … … 3700 4034 <ImageryComponent> 3701 4035 <Area> 3702 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3703 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3704 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 3705 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 4036 <Dim type="LeftEdge"> 4037 <AbsoluteDim value="0" /> 4038 </Dim> 4039 <Dim type="TopEdge"> 4040 <AbsoluteDim value="0" /> 4041 </Dim> 4042 <Dim type="RightEdge"> 4043 <UnifiedDim scale="1.0" type="RightEdge" /> 4044 </Dim> 4045 <Dim type="BottomEdge"> 4046 <UnifiedDim scale="1.0" type="BottomEdge" /> 4047 </Dim> 3706 4048 </Area> 3707 4049 <ImageProperty name="Image" /> … … 3726 4068 <Layer> 3727 4069 <Section look="WindowsLook/StaticShared" section="background"> 3728 4070 <ColourRectProperty name="BackgroundColours" /> 3729 4071 </Section> 3730 4072 </Layer> … … 3733 4075 <Layer> 3734 4076 <Section look="WindowsLook/StaticShared" section="background"> 3735 4077 <ColourRectProperty name="BackgroundColours" /> 3736 4078 </Section> 3737 4079 </Layer> 3738 4080 </StateImagery> 3739 4081 <StateImagery name="NoFrameEnabledBackground"> 3740 <Layer>3741 <Section look="WindowsLook/StaticShared" section="background_noframe">3742 <ColourRectProperty name="BackgroundColours" />3743 </Section>3744 </Layer>3745 </StateImagery>3746 <StateImagery name="NoFrameDisabledBackground">3747 4082 <Layer> 3748 4083 <Section look="WindowsLook/StaticShared" section="background_noframe"> … … 3751 4086 </Layer> 3752 4087 </StateImagery> 4088 <StateImagery name="NoFrameDisabledBackground"> 4089 <Layer> 4090 <Section look="WindowsLook/StaticShared" section="background_noframe"> 4091 <ColourRectProperty name="BackgroundColours" /> 4092 </Section> 4093 </Layer> 4094 </StateImagery> 3753 4095 <StateImagery name="WithFrameImage"> 3754 4096 <Layer> … … 3762 4104 </StateImagery> 3763 4105 </WidgetLook> 3764 3765 3766 <!--3767 ***************************************************3768 WindowsLook/StaticText3769 ***************************************************3770 -->3771 4106 <WidgetLook name="WindowsLook/StaticText"> 3772 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />3773 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" redrawOnWrite="true" />4107 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" /> 4108 <PropertyDefinition initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" name="BackgroundColours" redrawOnWrite="true" /> 3774 4109 <Property name="BackgroundEnabled" value="True" /> 3775 4110 <Property name="FrameEnabled" value="True" /> … … 3777 4112 <NamedArea name="WithFrameTextRenderArea"> 3778 4113 <Area> 3779 <Dim type="LeftEdge" > 3780 <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /> 3781 </Dim> 3782 <Dim type="TopEdge" > 3783 <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /> 3784 </Dim> 3785 <Dim type="RightEdge" > 3786 <UnifiedDim scale="1.0" type="RightEdge"> 3787 <DimOperator op="Subtract"> 3788 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 3789 </DimOperator> 3790 </UnifiedDim> 3791 </Dim> 3792 <Dim type="BottomEdge" > 3793 <UnifiedDim scale="1.0" type="BottomEdge"> 3794 <DimOperator op="Subtract"> 3795 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 3796 </DimOperator> 3797 </UnifiedDim> 4114 <Dim type="LeftEdge"> 4115 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 4116 </Dim> 4117 <Dim type="TopEdge"> 4118 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 4119 </Dim> 4120 <Dim type="RightEdge"> 4121 <OperatorDim op="Subtract"> 4122 <UnifiedDim scale="1.0" type="RightEdge" /> 4123 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 4124 </OperatorDim> 4125 </Dim> 4126 <Dim type="BottomEdge"> 4127 <OperatorDim op="Subtract"> 4128 <UnifiedDim scale="1.0" type="BottomEdge" /> 4129 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 4130 </OperatorDim> 3798 4131 </Dim> 3799 4132 </Area> … … 3801 4134 <NamedArea name="WithFrameTextRenderAreaHScroll"> 3802 4135 <Area> 3803 <Dim type="LeftEdge" > 3804 <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /> 3805 </Dim> 3806 <Dim type="TopEdge" > 3807 <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /> 3808 </Dim> 3809 <Dim type="RightEdge" > 3810 <UnifiedDim scale="1.0" type="RightEdge"> 3811 <DimOperator op="Subtract"> 3812 <ImageDim imageset="WindowsLook" image="StaticFrameRight" dimension="Width" /> 3813 </DimOperator> 3814 </UnifiedDim> 3815 </Dim> 3816 <Dim type="BottomEdge" > 3817 <UnifiedDim scale="1.0" offset="-16" type="BottomEdge" /> 4136 <Dim type="LeftEdge"> 4137 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 4138 </Dim> 4139 <Dim type="TopEdge"> 4140 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 4141 </Dim> 4142 <Dim type="RightEdge"> 4143 <OperatorDim op="Subtract"> 4144 <UnifiedDim scale="1.0" type="RightEdge" /> 4145 <ImageDim dimension="Width" name="WindowsLook/StaticFrameRight" /> 4146 </OperatorDim> 4147 </Dim> 4148 <Dim type="BottomEdge"> 4149 <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" /> 3818 4150 </Dim> 3819 4151 </Area> … … 3821 4153 <NamedArea name="WithFrameTextRenderAreaVScroll"> 3822 4154 <Area> 3823 <Dim type="LeftEdge" > 3824 <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" /> 3825 </Dim> 3826 <Dim type="TopEdge" > 3827 <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" /> 3828 </Dim> 3829 <Dim type="RightEdge" > 3830 <UnifiedDim scale="1.0" offset="-16" type="RightEdge" /> 3831 </Dim> 3832 <Dim type="BottomEdge" > 3833 <UnifiedDim scale="1.0" type="BottomEdge"> 3834 <DimOperator op="Subtract"> 3835 <ImageDim imageset="WindowsLook" image="StaticFrameBottom" dimension="Height" /> 3836 </DimOperator> 3837 </UnifiedDim> 4155 <Dim type="LeftEdge"> 4156 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 4157 </Dim> 4158 <Dim type="TopEdge"> 4159 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 4160 </Dim> 4161 <Dim type="RightEdge"> 4162 <UnifiedDim offset="-16" scale="1.0" type="RightEdge" /> 4163 </Dim> 4164 <Dim type="BottomEdge"> 4165 <OperatorDim op="Subtract"> 4166 <UnifiedDim scale="1.0" type="BottomEdge" /> 4167 <ImageDim dimension="Height" name="WindowsLook/StaticFrameBottom" /> 4168 </OperatorDim> 3838 4169 </Dim> 3839 4170 </Area> … … 3841 4172 <NamedArea name="WithFrameTextRenderAreaHVScroll"> 3842 4173 <Area> 3843 <Dim type="LeftEdge" 3844 <ImageDim imageset="WindowsLook" image="StaticFrameLeft" dimension="Width" />3845 </Dim> 3846 <Dim type="TopEdge" 3847 <ImageDim imageset="WindowsLook" image="StaticFrameTop" dimension="Height" />3848 </Dim> 3849 <Dim type="RightEdge" 3850 <UnifiedDim scale="1.0" offset="-16" type="RightEdge" />3851 </Dim> 3852 <Dim type="BottomEdge" 3853 <UnifiedDim scale="1.0" offset="-16" type="BottomEdge" />4174 <Dim type="LeftEdge"> 4175 <ImageDim dimension="Width" name="WindowsLook/StaticFrameLeft" /> 4176 </Dim> 4177 <Dim type="TopEdge"> 4178 <ImageDim dimension="Height" name="WindowsLook/StaticFrameTop" /> 4179 </Dim> 4180 <Dim type="RightEdge"> 4181 <UnifiedDim offset="-16" scale="1.0" type="RightEdge" /> 4182 </Dim> 4183 <Dim type="BottomEdge"> 4184 <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" /> 3854 4185 </Dim> 3855 4186 </Area> … … 3857 4188 <NamedArea name="NoFrameTextRenderArea"> 3858 4189 <Area> 3859 <Dim type="LeftEdge" 3860 <AbsoluteDim value="0" /> 3861 </Dim> 3862 <Dim type="TopEdge" 3863 <AbsoluteDim value="0" /> 3864 </Dim> 3865 <Dim type="RightEdge" 3866 3867 </Dim> 3868 <Dim type="BottomEdge" 4190 <Dim type="LeftEdge"> 4191 <AbsoluteDim value="0" /> 4192 </Dim> 4193 <Dim type="TopEdge"> 4194 <AbsoluteDim value="0" /> 4195 </Dim> 4196 <Dim type="RightEdge"> 4197 <UnifiedDim scale="1.0" type="RightEdge" /> 4198 </Dim> 4199 <Dim type="BottomEdge"> 3869 4200 <UnifiedDim scale="1.0" type="BottomEdge" /> 3870 4201 </Dim> … … 3873 4204 <NamedArea name="NoFrameTextRenderAreaHScroll"> 3874 4205 <Area> 3875 <Dim type="LeftEdge" 3876 <AbsoluteDim value="0" /> 3877 </Dim> 3878 <Dim type="TopEdge" 3879 <AbsoluteDim value="0" /> 3880 </Dim> 3881 <Dim type="RightEdge" 4206 <Dim type="LeftEdge"> 4207 <AbsoluteDim value="0" /> 4208 </Dim> 4209 <Dim type="TopEdge"> 4210 <AbsoluteDim value="0" /> 4211 </Dim> 4212 <Dim type="RightEdge"> 3882 4213 <UnifiedDim scale="1.0" type="RightEdge" /> 3883 4214 </Dim> 3884 <Dim type="BottomEdge" 3885 <UnifiedDim scale="1.0" offset="-16" type="BottomEdge" />4215 <Dim type="BottomEdge"> 4216 <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" /> 3886 4217 </Dim> 3887 4218 </Area> … … 3889 4220 <NamedArea name="NoFrameTextRenderAreaVScroll"> 3890 4221 <Area> 3891 <Dim type="LeftEdge" 3892 <AbsoluteDim value="0" /> 3893 </Dim> 3894 <Dim type="TopEdge" 3895 <AbsoluteDim value="0" /> 3896 </Dim> 3897 <Dim type="RightEdge" 3898 <UnifiedDim scale="1.0" offset="-16" type="RightEdge" />3899 </Dim> 3900 <Dim type="BottomEdge" 4222 <Dim type="LeftEdge"> 4223 <AbsoluteDim value="0" /> 4224 </Dim> 4225 <Dim type="TopEdge"> 4226 <AbsoluteDim value="0" /> 4227 </Dim> 4228 <Dim type="RightEdge"> 4229 <UnifiedDim offset="-16" scale="1.0" type="RightEdge" /> 4230 </Dim> 4231 <Dim type="BottomEdge"> 3901 4232 <UnifiedDim scale="1.0" type="BottomEdge" /> 3902 4233 </Dim> … … 3905 4236 <NamedArea name="NoFrameTextRenderAreaHVScroll"> 3906 4237 <Area> 3907 <Dim type="LeftEdge" 3908 <AbsoluteDim value="0" /> 3909 </Dim> 3910 <Dim type="TopEdge" 3911 <AbsoluteDim value="0" /> 3912 </Dim> 3913 <Dim type="RightEdge" 3914 <UnifiedDim scale="1.0" offset="-16" type="RightEdge" />3915 </Dim> 3916 <Dim type="BottomEdge" 3917 <UnifiedDim scale="1.0" offset="-16" type="BottomEdge" />4238 <Dim type="LeftEdge"> 4239 <AbsoluteDim value="0" /> 4240 </Dim> 4241 <Dim type="TopEdge"> 4242 <AbsoluteDim value="0" /> 4243 </Dim> 4244 <Dim type="RightEdge"> 4245 <UnifiedDim offset="-16" scale="1.0" type="RightEdge" /> 4246 </Dim> 4247 <Dim type="BottomEdge"> 4248 <UnifiedDim offset="-16" scale="1.0" type="BottomEdge" /> 3918 4249 </Dim> 3919 4250 </Area> 3920 4251 </NamedArea> 3921 <Child type="WindowsLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 3922 <Area> 3923 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3924 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3925 <Dim type="Width" ><UnifiedDim scale="1" offset="-16" type="Width" /></Dim> 3926 <Dim type="Height" ><AbsoluteDim value="16" /></Dim> 4252 <Child nameSuffix="__auto_hscrollbar__" type="WindowsLook/HorizontalScrollbar"> 4253 <Area> 4254 <Dim type="LeftEdge"> 4255 <AbsoluteDim value="0" /> 4256 </Dim> 4257 <Dim type="TopEdge"> 4258 <AbsoluteDim value="0" /> 4259 </Dim> 4260 <Dim type="Width"> 4261 <UnifiedDim offset="-16" scale="1" type="Width" /> 4262 </Dim> 4263 <Dim type="Height"> 4264 <AbsoluteDim value="16" /> 4265 </Dim> 3927 4266 </Area> 3928 4267 <VertAlignment type="BottomAligned" /> 3929 4268 </Child> 3930 <Child type="WindowsLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 3931 <Area> 3932 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3933 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3934 <Dim type="Width" ><AbsoluteDim value="16" /></Dim> 3935 <Dim type="Height" ><UnifiedDim scale="1" offset="-16" type="Height" /></Dim> 4269 <Child nameSuffix="__auto_vscrollbar__" type="WindowsLook/VerticalScrollbar"> 4270 <Area> 4271 <Dim type="LeftEdge"> 4272 <AbsoluteDim value="0" /> 4273 </Dim> 4274 <Dim type="TopEdge"> 4275 <AbsoluteDim value="0" /> 4276 </Dim> 4277 <Dim type="Width"> 4278 <AbsoluteDim value="16" /> 4279 </Dim> 4280 <Dim type="Height"> 4281 <UnifiedDim offset="-16" scale="1" type="Height" /> 4282 </Dim> 3936 4283 </Area> 3937 4284 <HorzAlignment type="RightAligned" /> … … 3952 4299 <Layer> 3953 4300 <Section look="WindowsLook/StaticShared" section="background"> 3954 4301 <ColourRectProperty name="BackgroundColours" /> 3955 4302 </Section> 3956 4303 </Layer> … … 3959 4306 <Layer> 3960 4307 <Section look="WindowsLook/StaticShared" section="background"> 3961 4308 <ColourRectProperty name="BackgroundColours" /> 3962 4309 </Section> 3963 4310 </Layer> … … 3966 4313 <Layer> 3967 4314 <Section look="WindowsLook/StaticShared" section="background_noframe"> 3968 4315 <ColourRectProperty name="BackgroundColours" /> 3969 4316 </Section> 3970 4317 </Layer> … … 3973 4320 <Layer> 3974 4321 <Section look="WindowsLook/StaticShared" section="background_noframe"> 3975 4322 <ColourRectProperty name="BackgroundColours" /> 3976 4323 </Section> 3977 4324 </Layer> 3978 4325 </StateImagery> 3979 4326 </WidgetLook> 3980 3981 3982 <!--3983 ***************************************************3984 WindowsLook/TabButton3985 ***************************************************3986 -->3987 4327 <WidgetLook name="WindowsLook/TabButton"> 3988 <PropertyDefinition name="NormalTextColour" initialValue="FF000000" redrawOnWrite="true" />3989 <PropertyDefinition name="HoverTextColour" initialValue="FF000000" redrawOnWrite="true" />3990 <PropertyDefinition name="PushedTextColour" initialValue="FF000000" redrawOnWrite="true" />3991 <PropertyDefinition name="SelectedTextColour" initialValue="FF000010" redrawOnWrite="true" />3992 <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" />4328 <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" /> 4329 <PropertyDefinition initialValue="FF000000" name="HoverTextColour" redrawOnWrite="true" /> 4330 <PropertyDefinition initialValue="FF000000" name="PushedTextColour" redrawOnWrite="true" /> 4331 <PropertyDefinition initialValue="FF000010" name="SelectedTextColour" redrawOnWrite="true" /> 4332 <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" /> 3993 4333 <ImagerySection name="label"> 3994 4334 <TextComponent> 3995 4335 <Area> 3996 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3997 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3998 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3999 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 4336 <Dim type="LeftEdge"> 4337 <AbsoluteDim value="0" /> 4338 </Dim> 4339 <Dim type="TopEdge"> 4340 <AbsoluteDim value="0" /> 4341 </Dim> 4342 <Dim type="Width"> 4343 <UnifiedDim scale="1" type="Width" /> 4344 </Dim> 4345 <Dim type="Height"> 4346 <UnifiedDim scale="1" type="Height" /> 4347 </Dim> 4000 4348 </Area> 4001 4349 <VertFormat type="CentreAligned" /> … … 4006 4354 <FrameComponent> 4007 4355 <Area> 4008 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4009 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4010 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4011 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 4012 </Area> 4013 <Image type="TopLeftCorner" imageset="WindowsLook" image="TabButtonUpperLeftNormal" /> 4014 <Image type="TopRightCorner" imageset="WindowsLook" image="TabButtonUpperRightNormal" /> 4015 <Image type="BottomLeftCorner" imageset="WindowsLook" image="TabButtonLowerLeftNormal" /> 4016 <Image type="BottomRightCorner" imageset="WindowsLook" image="TabButtonLowerRightNormal" /> 4017 <Image type="LeftEdge" imageset="WindowsLook" image="TabButtonLeftNormal" /> 4018 <Image type="RightEdge" imageset="WindowsLook" image="TabButtonRightNormal" /> 4019 <Image type="TopEdge" imageset="WindowsLook" image="TabButtonUpperNormal" /> 4020 <Image type="BottomEdge" imageset="WindowsLook" image="TabButtonLowerNormal" /> 4021 <Image type="Background" imageset="WindowsLook" image="TabButtonMiddleNormal" /> 4356 <Dim type="LeftEdge"> 4357 <AbsoluteDim value="0" /> 4358 </Dim> 4359 <Dim type="TopEdge"> 4360 <AbsoluteDim value="0" /> 4361 </Dim> 4362 <Dim type="Width"> 4363 <UnifiedDim scale="1" type="Width" /> 4364 </Dim> 4365 <Dim type="Height"> 4366 <UnifiedDim scale="1" type="Height" /> 4367 </Dim> 4368 </Area> 4369 <Image component="TopLeftCorner" name="WindowsLook/TabButtonUpperLeftNormal" /> 4370 <Image component="TopRightCorner" name="WindowsLook/TabButtonUpperRightNormal" /> 4371 <Image component="BottomLeftCorner" name="WindowsLook/TabButtonLowerLeftNormal" /> 4372 <Image component="BottomRightCorner" name="WindowsLook/TabButtonLowerRightNormal" /> 4373 <Image component="LeftEdge" name="WindowsLook/TabButtonLeftNormal" /> 4374 <Image component="RightEdge" name="WindowsLook/TabButtonRightNormal" /> 4375 <Image component="TopEdge" name="WindowsLook/TabButtonUpperNormal" /> 4376 <Image component="BottomEdge" name="WindowsLook/TabButtonLowerNormal" /> 4377 <Image component="Background" name="WindowsLook/TabButtonMiddleNormal" /> 4022 4378 </FrameComponent> 4023 4379 </ImagerySection> … … 4025 4381 <FrameComponent> 4026 4382 <Area> 4027 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4028 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4029 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4030 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 4031 </Area> 4032 <Image type="TopLeftCorner" imageset="WindowsLook" image="TabButtonUpperLeftSelected" /> 4033 <Image type="TopEdge" imageset="WindowsLook" image="TabButtonUpperSelected" /> 4034 <Image type="TopRightCorner" imageset="WindowsLook" image="TabButtonUpperRightSelected" /> 4035 <Image type="LeftEdge" imageset="WindowsLook" image="TabButtonLeftSelected" /> 4036 <Image type="Background" imageset="WindowsLook" image="TabButtonMiddleSelected" /> 4037 <Image type="RightEdge" imageset="WindowsLook" image="TabButtonRightSelected" /> 4383 <Dim type="LeftEdge"> 4384 <AbsoluteDim value="0" /> 4385 </Dim> 4386 <Dim type="TopEdge"> 4387 <AbsoluteDim value="0" /> 4388 </Dim> 4389 <Dim type="Width"> 4390 <UnifiedDim scale="1" type="Width" /> 4391 </Dim> 4392 <Dim type="Height"> 4393 <UnifiedDim scale="1" type="Height" /> 4394 </Dim> 4395 </Area> 4396 <Image component="TopLeftCorner" name="WindowsLook/TabButtonUpperLeftSelected" /> 4397 <Image component="TopEdge" name="WindowsLook/TabButtonUpperSelected" /> 4398 <Image component="TopRightCorner" name="WindowsLook/TabButtonUpperRightSelected" /> 4399 <Image component="LeftEdge" name="WindowsLook/TabButtonLeftSelected" /> 4400 <Image component="Background" name="WindowsLook/TabButtonMiddleSelected" /> 4401 <Image component="RightEdge" name="WindowsLook/TabButtonRightSelected" /> 4038 4402 </FrameComponent> 4039 4403 </ImagerySection> … … 4041 4405 <FrameComponent> 4042 4406 <Area> 4043 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4044 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4045 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4046 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 4047 </Area> 4048 <Image type="LeftEdge" imageset="WindowsLook" image="TabButtonLeftSelected" /> 4049 <Image type="Background" imageset="WindowsLook" image="TabButtonMiddleSelected" /> 4050 <Image type="RightEdge" imageset="WindowsLook" image="TabButtonRightSelected" /> 4051 <Image type="BottomLeftCorner" imageset="WindowsLook" image="TabButtonLowerLeftSelected" /> 4052 <Image type="BottomEdge" imageset="WindowsLook" image="TabButtonLowerSelected" /> 4053 <Image type="BottomRightCorner" imageset="WindowsLook" image="TabButtonLowerRightSelected" /> 4407 <Dim type="LeftEdge"> 4408 <AbsoluteDim value="0" /> 4409 </Dim> 4410 <Dim type="TopEdge"> 4411 <AbsoluteDim value="0" /> 4412 </Dim> 4413 <Dim type="Width"> 4414 <UnifiedDim scale="1" type="Width" /> 4415 </Dim> 4416 <Dim type="Height"> 4417 <UnifiedDim scale="1" type="Height" /> 4418 </Dim> 4419 </Area> 4420 <Image component="LeftEdge" name="WindowsLook/TabButtonLeftSelected" /> 4421 <Image component="Background" name="WindowsLook/TabButtonMiddleSelected" /> 4422 <Image component="RightEdge" name="WindowsLook/TabButtonRightSelected" /> 4423 <Image component="BottomLeftCorner" name="WindowsLook/TabButtonLowerLeftSelected" /> 4424 <Image component="BottomEdge" name="WindowsLook/TabButtonLowerSelected" /> 4425 <Image component="BottomRightCorner" name="WindowsLook/TabButtonLowerRightSelected" /> 4054 4426 </FrameComponent> 4055 4427 </ImagerySection> … … 4095 4467 </StateImagery> 4096 4468 </WidgetLook> 4097 4098 4099 <!--4100 ***************************************************4101 WindowsLook/TabContentPane4102 ***************************************************4103 -->4104 4469 <WidgetLook name="WindowsLook/TabContentPane"> 4105 <PropertyDefinition name="EnableTop" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />4106 <PropertyDefinition name="EnableBottom" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />4470 <PropertyDefinition initialValue="0" layoutOnWrite="true" name="EnableTop" redrawOnWrite="true" /> 4471 <PropertyDefinition initialValue="0" layoutOnWrite="true" name="EnableBottom" redrawOnWrite="true" /> 4107 4472 <ImagerySection name="normal"> 4108 4473 <FrameComponent> 4109 4474 <Area> 4110 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4111 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4112 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4113 <Dim type="BottomEdge" > 4114 <ImageDim imageset="WindowsLook" image="TabContentPaneUpperLeft" dimension="Height"> 4115 <DimOperator op="Multiply"> 4116 <PropertyDim name="EnableTop" /> 4117 </DimOperator> 4118 </ImageDim> 4119 </Dim> 4120 </Area> 4121 <Image type="TopLeftCorner" imageset="WindowsLook" image="TabContentPaneUpperLeft" /> 4122 <Image type="TopEdge" imageset="WindowsLook" image="TabContentPaneTop" /> 4123 <Image type="TopRightCorner" imageset="WindowsLook" image="TabContentPaneUpperRight" /> 4475 <Dim type="LeftEdge"> 4476 <AbsoluteDim value="0" /> 4477 </Dim> 4478 <Dim type="TopEdge"> 4479 <AbsoluteDim value="0" /> 4480 </Dim> 4481 <Dim type="Width"> 4482 <UnifiedDim scale="1" type="Width" /> 4483 </Dim> 4484 <Dim type="BottomEdge"> 4485 <OperatorDim op="Multiply"> 4486 <ImageDim dimension="Height" name="WindowsLook/TabContentPaneUpperLeft" /> 4487 <PropertyDim name="EnableTop" /> 4488 </OperatorDim> 4489 </Dim> 4490 </Area> 4491 <Image component="TopLeftCorner" name="WindowsLook/TabContentPaneUpperLeft" /> 4492 <Image component="TopEdge" name="WindowsLook/TabContentPaneTop" /> 4493 <Image component="TopRightCorner" name="WindowsLook/TabContentPaneUpperRight" /> 4124 4494 </FrameComponent> 4125 4495 <FrameComponent> 4126 4496 <Area> 4127 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4128 <Dim type="TopEdge" > 4129 <ImageDim imageset="WindowsLook" image="TabContentPaneUpperLeft" dimension="Height"> 4130 <DimOperator op="Multiply"> 4131 <PropertyDim name="EnableTop" /> 4132 </DimOperator> 4133 </ImageDim> 4134 </Dim> 4135 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4136 <Dim type="BottomEdge" > 4137 <UnifiedDim scale="1" type="Height"> 4138 <DimOperator op="Subtract"> 4139 <ImageDim imageset="WindowsLook" image="TabContentPaneLowerLeft" dimension="Height"> 4140 <DimOperator op="Multiply"> 4141 <PropertyDim name="EnableBottom" /> 4142 </DimOperator> 4143 </ImageDim> 4144 </DimOperator> 4145 </UnifiedDim> 4146 </Dim> 4147 </Area> 4148 <Image type="LeftEdge" imageset="WindowsLook" image="TabContentPaneLeft" /> 4149 <Image type="Background" imageset="WindowsLook" image="TabContentPaneMiddle" /> 4150 <Image type="RightEdge" imageset="WindowsLook" image="TabContentPaneRight" /> 4497 <Dim type="LeftEdge"> 4498 <AbsoluteDim value="0" /> 4499 </Dim> 4500 <Dim type="TopEdge"> 4501 <OperatorDim op="Multiply"> 4502 <ImageDim dimension="Height" name="WindowsLook/TabContentPaneUpperLeft" /> 4503 <PropertyDim name="EnableTop" /> 4504 </OperatorDim> 4505 </Dim> 4506 <Dim type="Width"> 4507 <UnifiedDim scale="1" type="Width" /> 4508 </Dim> 4509 <Dim type="BottomEdge"> 4510 <OperatorDim op="Subtract"> 4511 <UnifiedDim scale="1" type="Height" /> 4512 <OperatorDim op="Multiply"> 4513 <ImageDim dimension="Height" name="WindowsLook/TabContentPaneLowerLeft" /> 4514 <PropertyDim name="EnableBottom" /> 4515 </OperatorDim> 4516 </OperatorDim> 4517 </Dim> 4518 </Area> 4519 <Image component="LeftEdge" name="WindowsLook/TabContentPaneLeft" /> 4520 <Image component="Background" name="WindowsLook/TabContentPaneMiddle" /> 4521 <Image component="RightEdge" name="WindowsLook/TabContentPaneRight" /> 4151 4522 </FrameComponent> 4152 4523 <FrameComponent> 4153 4524 <Area> 4154 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4155 <Dim type="TopEdge" > 4156 <UnifiedDim scale="1" type="Height"> 4157 <DimOperator op="Subtract"> 4158 <ImageDim imageset="WindowsLook" image="TabContentPaneLowerLeft" dimension="Height"> 4159 <DimOperator op="Multiply"> 4160 <PropertyDim name="EnableBottom" /> 4161 </DimOperator> 4162 </ImageDim> 4163 </DimOperator> 4164 </UnifiedDim> 4165 </Dim> 4166 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4167 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim> 4168 </Area> 4169 <Image type="BottomLeftCorner" imageset="WindowsLook" image="TabContentPaneLowerLeft" /> 4170 <Image type="BottomEdge" imageset="WindowsLook" image="TabContentPaneLower" /> 4171 <Image type="BottomRightCorner" imageset="WindowsLook" image="TabContentPaneLowerRight" /> 4525 <Dim type="LeftEdge"> 4526 <AbsoluteDim value="0" /> 4527 </Dim> 4528 <Dim type="TopEdge"> 4529 <OperatorDim op="Subtract"> 4530 <UnifiedDim scale="1" type="Height" /> 4531 <OperatorDim op="Multiply"> 4532 <ImageDim dimension="Height" name="WindowsLook/TabContentPaneLowerLeft" /> 4533 <PropertyDim name="EnableBottom" /> 4534 </OperatorDim> 4535 </OperatorDim> 4536 </Dim> 4537 <Dim type="Width"> 4538 <UnifiedDim scale="1" type="Width" /> 4539 </Dim> 4540 <Dim type="BottomEdge"> 4541 <UnifiedDim scale="1" type="Height" /> 4542 </Dim> 4543 </Area> 4544 <Image component="BottomLeftCorner" name="WindowsLook/TabContentPaneLowerLeft" /> 4545 <Image component="BottomEdge" name="WindowsLook/TabContentPaneLower" /> 4546 <Image component="BottomRightCorner" name="WindowsLook/TabContentPaneLowerRight" /> 4172 4547 </FrameComponent> 4173 4548 </ImagerySection> … … 4180 4555 <Layer> 4181 4556 <Section section="normal"> 4182 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />4557 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4183 4558 </Section> 4184 4559 </Layer> 4185 4560 </StateImagery> 4186 4561 </WidgetLook> 4187 4188 4189 <!--4190 ***************************************************4191 WindowsLook/TabButtonPane4192 ***************************************************4193 -->4194 4562 <WidgetLook name="WindowsLook/TabButtonPane"> 4195 <PropertyDefinition name="EnableTop" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />4196 <PropertyDefinition name="EnableBottom" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />4563 <PropertyDefinition initialValue="1" layoutOnWrite="true" name="EnableTop" redrawOnWrite="true" /> 4564 <PropertyDefinition initialValue="1" layoutOnWrite="true" name="EnableBottom" redrawOnWrite="true" /> 4197 4565 <ImagerySection name="normal"> 4198 4566 <FrameComponent> 4199 4567 <Area> 4200 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4201 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4202 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4203 <Dim type="BottomEdge" > 4204 <ImageDim imageset="WindowsLook" image="TabHorizontalTopFiller" dimension="Height"> 4205 <DimOperator op="Multiply"> 4206 <PropertyDim name="EnableTop" /> 4207 </DimOperator> 4208 </ImageDim> 4209 </Dim> 4210 </Area> 4211 <Image type="TopEdge" imageset="WindowsLook" image="TabHorizontalTopFiller" /> 4568 <Dim type="LeftEdge"> 4569 <AbsoluteDim value="0" /> 4570 </Dim> 4571 <Dim type="TopEdge"> 4572 <AbsoluteDim value="0" /> 4573 </Dim> 4574 <Dim type="Width"> 4575 <UnifiedDim scale="1" type="Width" /> 4576 </Dim> 4577 <Dim type="BottomEdge"> 4578 <OperatorDim op="Multiply"> 4579 <ImageDim dimension="Height" name="WindowsLook/TabHorizontalTopFiller" /> 4580 <PropertyDim name="EnableTop" /> 4581 </OperatorDim> 4582 </Dim> 4583 </Area> 4584 <Image component="TopEdge" name="WindowsLook/TabHorizontalTopFiller" /> 4212 4585 </FrameComponent> 4213 4586 <FrameComponent> 4214 4587 <Area> 4215 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4216 <Dim type="TopEdge" > 4217 <ImageDim imageset="WindowsLook" image="TabHorizontalTopFiller" dimension="Height"> 4218 <DimOperator op="Multiply"> 4219 <PropertyDim name="EnableTop" /> 4220 </DimOperator> 4221 </ImageDim> 4222 </Dim> 4223 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4224 <Dim type="BottomEdge" > 4225 <UnifiedDim scale="1" type="Height"> 4226 <DimOperator op="Subtract"> 4227 <ImageDim imageset="WindowsLook" image="TabHorizontalBottomFiller" dimension="Height"> 4228 <DimOperator op="Multiply"> 4229 <PropertyDim name="EnableBottom" /> 4230 </DimOperator> 4231 </ImageDim> 4232 </DimOperator> 4233 </UnifiedDim> 4588 <Dim type="LeftEdge"> 4589 <AbsoluteDim value="0" /> 4590 </Dim> 4591 <Dim type="TopEdge"> 4592 <OperatorDim op="Multiply"> 4593 <ImageDim dimension="Height" name="WindowsLook/TabHorizontalTopFiller" /> 4594 <PropertyDim name="EnableTop" /> 4595 </OperatorDim> 4596 </Dim> 4597 <Dim type="Width"> 4598 <UnifiedDim scale="1" type="Width" /> 4599 </Dim> 4600 <Dim type="BottomEdge"> 4601 <OperatorDim op="Subtract"> 4602 <UnifiedDim scale="1" type="Height" /> 4603 <OperatorDim op="Multiply"> 4604 <ImageDim dimension="Height" name="WindowsLook/TabHorizontalBottomFiller" /> 4605 <PropertyDim name="EnableBottom" /> 4606 </OperatorDim> 4607 </OperatorDim> 4234 4608 </Dim> 4235 4609 </Area> … … 4237 4611 <FrameComponent> 4238 4612 <Area> 4239 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4240 <Dim type="TopEdge" > 4241 <UnifiedDim scale="1" type="Height"> 4242 <DimOperator op="Subtract"> 4243 <ImageDim imageset="WindowsLook" image="TabHorizontalBottomFiller" dimension="Height"> 4244 <DimOperator op="Multiply"> 4245 <PropertyDim name="EnableBottom" /> 4246 </DimOperator> 4247 </ImageDim> 4248 </DimOperator> 4249 </UnifiedDim> 4250 </Dim> 4251 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4252 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim> 4253 </Area> 4254 <Image type="BottomEdge" imageset="WindowsLook" image="TabHorizontalBottomFiller" /> 4613 <Dim type="LeftEdge"> 4614 <AbsoluteDim value="0" /> 4615 </Dim> 4616 <Dim type="TopEdge"> 4617 <OperatorDim op="Subtract"> 4618 <UnifiedDim scale="1" type="Height" /> 4619 <OperatorDim op="Multiply"> 4620 <ImageDim dimension="Height" name="WindowsLook/TabHorizontalBottomFiller" /> 4621 <PropertyDim name="EnableBottom" /> 4622 </OperatorDim> 4623 </OperatorDim> 4624 </Dim> 4625 <Dim type="Width"> 4626 <UnifiedDim scale="1" type="Width" /> 4627 </Dim> 4628 <Dim type="BottomEdge"> 4629 <UnifiedDim scale="1" type="Height" /> 4630 </Dim> 4631 </Area> 4632 <Image component="BottomEdge" name="WindowsLook/TabHorizontalBottomFiller" /> 4255 4633 </FrameComponent> 4256 4634 </ImagerySection> … … 4263 4641 <Layer> 4264 4642 <Section section="normal"> 4265 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />4643 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4266 4644 </Section> 4267 4645 </Layer> 4268 4646 </StateImagery> 4269 4647 </WidgetLook> 4270 4271 4272 <!--4273 ***************************************************4274 WindowsLook/TabControl4275 ***************************************************4276 -->4277 4648 <WidgetLook name="WindowsLook/TabControl"> 4278 4649 <Property name="TabButtonType" value="WindowsLook/TabButton" /> 4279 4650 <Property name="TabTextPadding" value="{0,4}" /> 4280 <Child type="WindowsLook/TabContentPane" nameSuffix="__auto_TabPane__"> 4281 <Area> 4282 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 4283 <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim> 4284 <Dim type="TopEdge"> 4285 <PropertyDim widget="__auto_TabPane__" name="EnableBottom"> 4286 <DimOperator op="Multiply"> 4651 <Child nameSuffix="__auto_TabPane__" type="WindowsLook/TabContentPane"> 4652 <Area> 4653 <Dim type="LeftEdge"> 4654 <AbsoluteDim value="0" /> 4655 </Dim> 4656 <Dim type="RightEdge"> 4657 <UnifiedDim scale="1" type="Width" /> 4658 </Dim> 4659 <Dim type="TopEdge"> 4660 <OperatorDim op="Multiply"> 4661 <PropertyDim name="EnableBottom" widget="__auto_TabPane__" /> 4662 <PropertyDim name="TabHeight" type="Height" /> 4663 </OperatorDim> 4664 </Dim> 4665 <Dim type="Height"> 4666 <OperatorDim op="Subtract"> 4667 <UnifiedDim scale="1" type="Height" /> 4668 <PropertyDim name="TabHeight" type="Height" /> 4669 </OperatorDim> 4670 </Dim> 4671 </Area> 4672 </Child> 4673 <Child nameSuffix="__auto_TabPane__Buttons" type="WindowsLook/TabButtonPane"> 4674 <Area> 4675 <Dim type="LeftEdge"> 4676 <AbsoluteDim value="0" /> 4677 </Dim> 4678 <Dim type="RightEdge"> 4679 <UnifiedDim scale="1" type="Width" /> 4680 </Dim> 4681 <Dim type="TopEdge"> 4682 <OperatorDim op="Multiply"> 4683 <PropertyDim name="EnableTop" widget="__auto_TabPane__Buttons" /> 4684 <OperatorDim op="Subtract"> 4685 <UnifiedDim scale="1" type="Height" /> 4287 4686 <PropertyDim name="TabHeight" type="Height" /> 4288 </ DimOperator>4289 </ PropertyDim>4687 </OperatorDim> 4688 </OperatorDim> 4290 4689 </Dim> 4291 4690 <Dim type="Height"> 4292 <UnifiedDim scale="1" type="Height"> 4293 <DimOperator op="Subtract"> 4294 <PropertyDim name="TabHeight" type="Height" /> 4295 </DimOperator> 4296 </UnifiedDim> 4691 <PropertyDim name="TabHeight" type="Height" /> 4297 4692 </Dim> 4298 4693 </Area> 4299 4694 </Child> 4300 <Child type="WindowsLook/TabButtonPane" nameSuffix="__auto_TabPane__Buttons"> 4301 <Area> 4302 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 4303 <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim> 4304 <Dim type="TopEdge"> 4305 <PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop"> 4306 <DimOperator op="Multiply"> 4307 <UnifiedDim scale="1" type="Height"> 4308 <DimOperator op="Subtract"> 4309 <PropertyDim name="TabHeight" type="Height" /> 4310 </DimOperator> 4311 </UnifiedDim> 4312 </DimOperator> 4313 </PropertyDim> 4314 </Dim> 4315 <Dim type="Height"><PropertyDim name="TabHeight" type="Height" /></Dim> 4316 </Area> 4695 <Child nameSuffix="__auto_TabPane__ScrollLeft" type="WindowsLook/SystemButton"> 4696 <Area> 4697 <Dim type="LeftEdge"> 4698 <AbsoluteDim value="6" /> 4699 </Dim> 4700 <Dim type="TopEdge"> 4701 <OperatorDim op="Add"> 4702 <WidgetDim dimension="TopEdge" widget="__auto_TabPane__" /> 4703 <OperatorDim op="Add"> 4704 <AbsoluteDim value="4" /> 4705 <OperatorDim op="Multiply"> 4706 <PropertyDim name="EnableTop" widget="__auto_TabPane__Buttons" /> 4707 <OperatorDim op="Subtract"> 4708 <WidgetDim dimension="Height" widget="__auto_TabPane__" /> 4709 <OperatorDim op="Add"> 4710 <ImageDim dimension="Width" name="WindowsLook/TabButtonScrollLeftNormal" /> 4711 <AbsoluteDim value="6" /> 4712 </OperatorDim> 4713 </OperatorDim> 4714 </OperatorDim> 4715 </OperatorDim> 4716 </OperatorDim> 4717 </Dim> 4718 <Dim type="Width"> 4719 <ImageDim dimension="Width" name="WindowsLook/TabButtonScrollLeftNormal" /> 4720 </Dim> 4721 <Dim type="Height"> 4722 <ImageDim dimension="Height" name="WindowsLook/TabButtonScrollLeftNormal" /> 4723 </Dim> 4724 </Area> 4725 <Property name="AlwaysOnTop" value="True" /> 4726 <Property name="NormalImage" value="WindowsLook/TabButtonScrollLeftNormal" /> 4727 <Property name="HoverImage" value="WindowsLook/TabButtonScrollLeftHover" /> 4728 <Property name="PushedImage" value="WindowsLook/TabButtonScrollLeftHover" /> 4317 4729 </Child> 4318 <Child type="WindowsLook/SystemButton" nameSuffix="__auto_TabPane__ScrollLeft"> 4319 <Area> 4320 <Dim type="LeftEdge"><AbsoluteDim value="6" /></Dim> 4321 <Dim type="TopEdge"> 4322 <WidgetDim widget="__auto_TabPane__" dimension="TopEdge"> 4323 <DimOperator op="Add"> 4324 <AbsoluteDim value="4"> 4325 <DimOperator op="Add"> 4326 <PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop"> 4327 <DimOperator op="Multiply"> 4328 <WidgetDim widget="__auto_TabPane__" dimension="Height"> 4329 <DimOperator op="Subtract"> 4330 <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Width"> 4331 <DimOperator op="Add"> 4332 <AbsoluteDim value="6" /> 4333 </DimOperator> 4334 </ImageDim> 4335 </DimOperator> 4336 </WidgetDim> 4337 </DimOperator> 4338 </PropertyDim> 4339 </DimOperator> 4340 </AbsoluteDim> 4341 </DimOperator> 4342 </WidgetDim> 4730 <Child nameSuffix="__auto_TabPane__ScrollRight" type="WindowsLook/SystemButton"> 4731 <Area> 4732 <Dim type="LeftEdge"> 4733 <OperatorDim op="Subtract"> 4734 <UnifiedDim scale="1" type="Width" /> 4735 <OperatorDim op="Add"> 4736 <ImageDim dimension="Width" name="WindowsLook/TabButtonScrollLeftNormal" /> 4737 <AbsoluteDim value="6" /> 4738 </OperatorDim> 4739 </OperatorDim> 4740 </Dim> 4741 <Dim type="TopEdge"> 4742 <OperatorDim op="Add"> 4743 <WidgetDim dimension="TopEdge" widget="__auto_TabPane__" /> 4744 <OperatorDim op="Add"> 4745 <AbsoluteDim value="4" /> 4746 <OperatorDim op="Multiply"> 4747 <PropertyDim name="EnableTop" widget="__auto_TabPane__Buttons" /> 4748 <OperatorDim op="Subtract"> 4749 <WidgetDim dimension="Height" widget="__auto_TabPane__" /> 4750 <OperatorDim op="Add"> 4751 <ImageDim dimension="Width" name="WindowsLook/TabButtonScrollLeftNormal" /> 4752 <AbsoluteDim value="6" /> 4753 </OperatorDim> 4754 </OperatorDim> 4755 </OperatorDim> 4756 </OperatorDim> 4757 </OperatorDim> 4343 4758 </Dim> 4344 4759 <Dim type="Width"> 4345 <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Width" />4760 <ImageDim dimension="Width" name="WindowsLook/TabButtonScrollLeftNormal" /> 4346 4761 </Dim> 4347 4762 <Dim type="Height"> 4348 <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Height" />4763 <ImageDim dimension="Height" name="WindowsLook/TabButtonScrollLeftNormal" /> 4349 4764 </Dim> 4350 4765 </Area> 4351 4766 <Property name="AlwaysOnTop" value="True" /> 4352 <Property name="NormalImage" value="set:WindowsLook image:TabButtonScrollLeftNormal" /> 4353 <Property name="HoverImage" value="set:WindowsLook image:TabButtonScrollLeftHover" /> 4354 <Property name="PushedImage" value="set:WindowsLook image:TabButtonScrollLeftHover" /> 4355 </Child> 4356 <Child type="WindowsLook/SystemButton" nameSuffix="__auto_TabPane__ScrollRight"> 4357 <Area> 4358 <Dim type="LeftEdge"> 4359 <UnifiedDim scale="1" type="Width"> 4360 <DimOperator op="Subtract"> 4361 <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Width"> 4362 <DimOperator op="Add"> 4363 <AbsoluteDim value="6" /> 4364 </DimOperator> 4365 </ImageDim> 4366 </DimOperator> 4367 </UnifiedDim> 4368 </Dim> 4369 <Dim type="TopEdge"> 4370 <WidgetDim widget="__auto_TabPane__" dimension="TopEdge"> 4371 <DimOperator op="Add"> 4372 <AbsoluteDim value="4"> 4373 <DimOperator op="Add"> 4374 <PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop"> 4375 <DimOperator op="Multiply"> 4376 <WidgetDim widget="__auto_TabPane__" dimension="Height"> 4377 <DimOperator op="Subtract"> 4378 <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Width"> 4379 <DimOperator op="Add"> 4380 <AbsoluteDim value="6" /> 4381 </DimOperator> 4382 </ImageDim> 4383 </DimOperator> 4384 </WidgetDim> 4385 </DimOperator> 4386 </PropertyDim> 4387 </DimOperator> 4388 </AbsoluteDim> 4389 </DimOperator> 4390 </WidgetDim> 4391 </Dim> 4392 <Dim type="Width"> 4393 <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Width" /> 4394 </Dim> 4395 <Dim type="Height"> 4396 <ImageDim imageset="WindowsLook" image="TabButtonScrollLeftNormal" dimension="Height" /> 4397 </Dim> 4398 </Area> 4399 <Property name="AlwaysOnTop" value="True" /> 4400 <Property name="NormalImage" value="set:WindowsLook image:TabButtonScrollRightNormal" /> 4401 <Property name="HoverImage" value="set:WindowsLook image:TabButtonScrollRightHover" /> 4402 <Property name="PushedImage" value="set:WindowsLook image:TabButtonScrollRightHover" /> 4767 <Property name="NormalImage" value="WindowsLook/TabButtonScrollRightNormal" /> 4768 <Property name="HoverImage" value="WindowsLook/TabButtonScrollRightHover" /> 4769 <Property name="PushedImage" value="WindowsLook/TabButtonScrollRightHover" /> 4403 4770 </Child> 4404 4771 <StateImagery name="Enabled" /> 4405 4772 <StateImagery name="Disabled" /> 4406 4773 </WidgetLook> 4407 4408 4409 <!--4410 ***************************************************4411 WindowsLook/Titlebar4412 ***************************************************4413 -->4414 4774 <WidgetLook name="WindowsLook/Titlebar"> 4415 <PropertyDefinition name="CaptionColour" initialValue="FF000000" redrawOnWrite="true" />4775 <PropertyDefinition initialValue="FF000000" name="CaptionColour" redrawOnWrite="true" /> 4416 4776 <ImagerySection name="normal"> 4417 4777 <FrameComponent> … … 4430 4790 </Dim> 4431 4791 </Area> 4432 <Image type="TopLeftCorner" imageset="WindowsLook" image="TitlebarTopLeft" />4433 <Image type="TopRightCorner" imageset="WindowsLook" image="TitlebarTopRight" />4434 <Image type="BottomLeftCorner" imageset="WindowsLook" image="TitlebarBottomLeft" />4435 <Image type="BottomRightCorner" imageset="WindowsLook" image="TitlebarBottomRight" />4436 <Image type="LeftEdge" imageset="WindowsLook" image="TitlebarLeft" />4437 <Image type="TopEdge" imageset="WindowsLook" image="TitlebarTop" />4438 <Image type="RightEdge" imageset="WindowsLook" image="TitlebarRight" />4439 <Image type="BottomEdge" imageset="WindowsLook" image="TitlebarBottom" />4440 <Image type="Background" imageset="WindowsLook" image="TitlebarFill" />4792 <Image component="TopLeftCorner" name="WindowsLook/TitlebarTopLeft" /> 4793 <Image component="TopRightCorner" name="WindowsLook/TitlebarTopRight" /> 4794 <Image component="BottomLeftCorner" name="WindowsLook/TitlebarBottomLeft" /> 4795 <Image component="BottomRightCorner" name="WindowsLook/TitlebarBottomRight" /> 4796 <Image component="LeftEdge" name="WindowsLook/TitlebarLeft" /> 4797 <Image component="TopEdge" name="WindowsLook/TitlebarTop" /> 4798 <Image component="RightEdge" name="WindowsLook/TitlebarRight" /> 4799 <Image component="BottomEdge" name="WindowsLook/TitlebarBottom" /> 4800 <Image component="Background" name="WindowsLook/TitlebarFill" /> 4441 4801 </FrameComponent> 4442 4802 </ImagerySection> … … 4444 4804 <TextComponent> 4445 4805 <Area> 4446 <Dim type="LeftEdge" ><AbsoluteDim value="12" /></Dim> 4447 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4448 <Dim type="RightEdge" > 4449 <UnifiedDim scale="1" type="RightEdge"> 4450 <DimOperator op="Subtract"> 4451 <WidgetDim dimension="Height" /> 4452 </DimOperator> 4453 </UnifiedDim> 4454 </Dim> 4455 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim> 4806 <Dim type="LeftEdge"> 4807 <AbsoluteDim value="12" /> 4808 </Dim> 4809 <Dim type="TopEdge"> 4810 <AbsoluteDim value="0" /> 4811 </Dim> 4812 <Dim type="RightEdge"> 4813 <OperatorDim op="Subtract"> 4814 <UnifiedDim scale="1" type="RightEdge" /> 4815 <WidgetDim dimension="Height" /> 4816 </OperatorDim> 4817 </Dim> 4818 <Dim type="BottomEdge"> 4819 <UnifiedDim scale="1" type="BottomEdge" /> 4820 </Dim> 4456 4821 </Area> 4457 4822 <ColourProperty name="CaptionColour" /> … … 4462 4827 <Layer> 4463 4828 <Section section="normal"> 4464 <Colours topLeft="FFA7C7FF" topRight="FFA7C7FF" bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" />4829 <Colours bottomLeft="FFA7C7FF" bottomRight="FFA7C7FF" topLeft="FFA7C7FF" topRight="FFA7C7FF" /> 4465 4830 </Section> 4466 4831 <Section section="caption" /> … … 4470 4835 <Layer> 4471 4836 <Section section="normal"> 4472 <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />4837 <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" /> 4473 4838 </Section> 4474 4839 <Section section="caption" /> … … 4478 4843 <Layer> 4479 4844 <Section section="normal"> 4480 <Colours topLeft="FFEFEFEF" topRight="FFEFEFEF" bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" />4845 <Colours bottomLeft="FFEFEFEF" bottomRight="FFEFEFEF" topLeft="FFEFEFEF" topRight="FFEFEFEF" /> 4481 4846 </Section> 4482 4847 <Section section="caption" /> … … 4484 4849 </StateImagery> 4485 4850 </WidgetLook> 4486 4487 4488 <!--4489 ***************************************************4490 WindowsLook/Tooltip4491 ***************************************************4492 -->4493 4851 <WidgetLook name="WindowsLook/Tooltip"> 4494 4852 <NamedArea name="TextArea"> 4495 4853 <Area> 4496 <Dim type="LeftEdge" > 4497 <ImageDim imageset="WindowsLook" image="TooltipLeftEdge" dimension="Width" /> 4498 </Dim> 4499 <Dim type="TopEdge" > 4500 <ImageDim imageset="WindowsLook" image="TooltipTopEdge" dimension="Height" /> 4501 </Dim> 4502 <Dim type="RightEdge" > 4503 <UnifiedDim scale="1.0" type="RightEdge"> 4504 <DimOperator op="Subtract"> 4505 <ImageDim imageset="WindowsLook" image="TooltipRightEdge" dimension="Width" /> 4506 </DimOperator> 4507 </UnifiedDim> 4508 </Dim> 4509 <Dim type="BottomEdge" > 4510 <UnifiedDim scale="1.0" type="BottomEdge"> 4511 <DimOperator op="Subtract"> 4512 <ImageDim imageset="WindowsLook" image="TooltipBottomEdge" dimension="Height" /> 4513 </DimOperator> 4514 </UnifiedDim> 4854 <Dim type="LeftEdge"> 4855 <ImageDim dimension="Width" name="WindowsLook/TooltipLeftEdge" /> 4856 </Dim> 4857 <Dim type="TopEdge"> 4858 <ImageDim dimension="Height" name="WindowsLook/TooltipTopEdge" /> 4859 </Dim> 4860 <Dim type="RightEdge"> 4861 <OperatorDim op="Subtract"> 4862 <UnifiedDim scale="1.0" type="RightEdge" /> 4863 <ImageDim dimension="Width" name="WindowsLook/TooltipRightEdge" /> 4864 </OperatorDim> 4865 </Dim> 4866 <Dim type="BottomEdge"> 4867 <OperatorDim op="Subtract"> 4868 <UnifiedDim scale="1.0" type="BottomEdge" /> 4869 <ImageDim dimension="Height" name="WindowsLook/TooltipBottomEdge" /> 4870 </OperatorDim> 4515 4871 </Dim> 4516 4872 </Area> … … 4532 4888 </Dim> 4533 4889 </Area> 4534 <Image type="TopLeftCorner" imageset="WindowsLook" image="TooltipTopLeft" />4535 <Image type="TopRightCorner" imageset="WindowsLook" image="TooltipTopRight" />4536 <Image type="BottomLeftCorner" imageset="WindowsLook" image="TooltipBottomLeft" />4537 <Image type="BottomRightCorner" imageset="WindowsLook" image="TooltipBottomRight" />4538 <Image type="LeftEdge" imageset="WindowsLook" image="TooltipLeftEdge" />4539 <Image type="TopEdge" imageset="WindowsLook" image="TooltipTopEdge" />4540 <Image type="RightEdge" imageset="WindowsLook" image="TooltipRightEdge" />4541 <Image type="BottomEdge" imageset="WindowsLook" image="TooltipBottomEdge" />4542 <Image type="Background" imageset="WindowsLook" image="TooltipMiddle" />4890 <Image component="TopLeftCorner" name="WindowsLook/TooltipTopLeft" /> 4891 <Image component="TopRightCorner" name="WindowsLook/TooltipTopRight" /> 4892 <Image component="BottomLeftCorner" name="WindowsLook/TooltipBottomLeft" /> 4893 <Image component="BottomRightCorner" name="WindowsLook/TooltipBottomRight" /> 4894 <Image component="LeftEdge" name="WindowsLook/TooltipLeftEdge" /> 4895 <Image component="TopEdge" name="WindowsLook/TooltipTopEdge" /> 4896 <Image component="RightEdge" name="WindowsLook/TooltipRightEdge" /> 4897 <Image component="BottomEdge" name="WindowsLook/TooltipBottomEdge" /> 4898 <Image component="Background" name="WindowsLook/TooltipMiddle" /> 4543 4899 </FrameComponent> 4544 4900 </ImagerySection> … … 4559 4915 </Dim> 4560 4916 </Area> 4561 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />4917 <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" /> 4562 4918 <VertFormat type="CentreAligned" /> 4563 4919 <HorzFormat type="CentreAligned" />
Note: See TracChangeset
for help on using the changeset viewer.