- Timestamp:
- Feb 18, 2016, 6:35:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/cegui0.8/gui/looknfeels/TaharezGreenLook.looknfeel
r7917 r11120 1 <?xml version="1.0" ?> 2 <Falagard> 3 <!-- 4 *************************************************** 5 TaharezGreenLook/Button 6 *************************************************** 7 --> 1 <?xml version='1.0' encoding='utf-8'?> 2 <Falagard version="7"> 8 3 <WidgetLook name="TaharezGreenLook/Button"> 9 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />10 <PropertyDefinition name="HoverTextColour" initialValue="FFAAFFAA" redrawOnWrite="true" />11 <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />12 <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />13 <PropertyDefinition name="VertLabelFormatting" initialValue="CentreAligned" />14 <PropertyDefinition name="HorzLabelFormatting" initialValue="CentreAligned" />15 <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />16 <PropertyDefinition name="NormalImageBackground" initialValue="set:TaharezGreenLook image:ButtonMiddleNormal" redrawOnWrite="true" />17 <PropertyDefinition name="NormalImageRightEdge" initialValue="set:TaharezGreenLook image:ButtonRightNormal" redrawOnWrite="true" />18 <PropertyDefinition name="NormalImageLeftEdge" initialValue="set:TaharezGreenLook image:ButtonLeftNormal" redrawOnWrite="true" />19 <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />20 <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />21 <PropertyDefinition name="DisabledImage" initialValue="" redrawOnWrite="true" />22 <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" />23 <PropertyDefinition name="HorzImageFormatting" initialValue="Stretched" redrawOnWrite="true" />4 <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" /> 5 <PropertyDefinition initialValue="FFAAFFAA" name="HoverTextColour" redrawOnWrite="true" /> 6 <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" /> 7 <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" /> 8 <PropertyDefinition initialValue="CentreAligned" name="VertLabelFormatting" /> 9 <PropertyDefinition initialValue="CentreAligned" name="HorzLabelFormatting" /> 10 <PropertyDefinition initialValue="" name="NormalImage" redrawOnWrite="true" /> 11 <PropertyDefinition initialValue="set:TaharezGreenLook image:ButtonMiddleNormal" name="NormalImageBackground" redrawOnWrite="true" /> 12 <PropertyDefinition initialValue="set:TaharezGreenLook image:ButtonRightNormal" name="NormalImageRightEdge" redrawOnWrite="true" /> 13 <PropertyDefinition initialValue="set:TaharezGreenLook image:ButtonLeftNormal" name="NormalImageLeftEdge" redrawOnWrite="true" /> 14 <PropertyDefinition initialValue="" name="HoverImage" redrawOnWrite="true" /> 15 <PropertyDefinition initialValue="" name="PushedImage" redrawOnWrite="true" /> 16 <PropertyDefinition initialValue="" name="DisabledImage" redrawOnWrite="true" /> 17 <PropertyDefinition initialValue="Stretched" name="VertImageFormatting" redrawOnWrite="true" /> 18 <PropertyDefinition initialValue="Stretched" name="HorzImageFormatting" redrawOnWrite="true" /> 24 19 <ImagerySection name="label"> 25 20 <TextComponent> 26 21 <Area> 27 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 28 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 29 <Dim type="Width"><UnifiedDim scale="1" type="Width" /></Dim> 30 <Dim type="Height"><UnifiedDim scale="1" type="Height" /></Dim> 22 <Dim type="LeftEdge"> 23 <AbsoluteDim value="0" /> 24 </Dim> 25 <Dim type="TopEdge"> 26 <AbsoluteDim value="0" /> 27 </Dim> 28 <Dim type="Width"> 29 <UnifiedDim scale="1" type="Width" /> 30 </Dim> 31 <Dim type="Height"> 32 <UnifiedDim scale="1" type="Height" /> 33 </Dim> 31 34 </Area> 32 35 <VertFormatProperty name="VertLabelFormatting" /> … … 37 40 <FrameComponent> 38 41 <Area> 39 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 40 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 41 <Dim type="Width"><UnifiedDim scale="1" type="Width" /></Dim> 42 <Dim type="Height"><UnifiedDim scale="1" type="Height" /></Dim> 43 </Area> 44 <Image type="LeftEdge" imageset="TaharezGreenLook" image="ButtonLeftNormal" /> 45 <Image type="RightEdge" imageset="TaharezGreenLook" image="ButtonRightNormal" /> 46 <Image type="Background" imageset="TaharezGreenLook" image="ButtonMiddleNormal" /> 42 <Dim type="LeftEdge"> 43 <AbsoluteDim value="0" /> 44 </Dim> 45 <Dim type="TopEdge"> 46 <AbsoluteDim value="0" /> 47 </Dim> 48 <Dim type="Width"> 49 <UnifiedDim scale="1" type="Width" /> 50 </Dim> 51 <Dim type="Height"> 52 <UnifiedDim scale="1" type="Height" /> 53 </Dim> 54 </Area> 55 <Image component="LeftEdge" name="TaharezGreenLook/ButtonLeftNormal" /> 56 <Image component="RightEdge" name="TaharezGreenLook/ButtonRightNormal" /> 57 <Image component="Background" name="TaharezGreenLook/ButtonMiddleNormal" /> 47 58 </FrameComponent> 48 59 <ImageryComponent> 49 60 <Area> 50 <Dim type="LeftEdge" > 51 <AbsoluteDim value="0" > 52 <DimOperator op="Add"> 53 <ImageDim imageset="TaharezGreenLook" image="ButtonLeftNormal" dimension="Width" /> 54 </DimOperator> 55 </AbsoluteDim> 56 </Dim> 57 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 58 <Dim type="Width" > 59 <UnifiedDim scale="1" type="Width"> 60 <DimOperator op="Subtract"> 61 <ImageDim imageset="TaharezGreenLook" image="ButtonLeftNormal" dimension="Width"> 62 <DimOperator op="Add"> 63 <ImageDim imageset="TaharezGreenLook" image="ButtonRightNormal" dimension="Width" /> 64 </DimOperator> 65 </ImageDim> 66 </DimOperator> 67 </UnifiedDim> 68 </Dim> 69 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 61 <Dim type="LeftEdge"> 62 <OperatorDim op="Add"> 63 <AbsoluteDim value="0" /> 64 <ImageDim dimension="Width" name="TaharezGreenLook/ButtonLeftNormal" /> 65 </OperatorDim> 66 </Dim> 67 <Dim type="TopEdge"> 68 <AbsoluteDim value="0" /> 69 </Dim> 70 <Dim type="Width"> 71 <OperatorDim op="Subtract"> 72 <UnifiedDim scale="1" type="Width" /> 73 <OperatorDim op="Add"> 74 <ImageDim dimension="Width" name="TaharezGreenLook/ButtonLeftNormal" /> 75 <ImageDim dimension="Width" name="TaharezGreenLook/ButtonRightNormal" /> 76 </OperatorDim> 77 </OperatorDim> 78 </Dim> 79 <Dim type="Height"> 80 <UnifiedDim scale="1" type="Height" /> 81 </Dim> 70 82 </Area> 71 83 <ImageProperty name="NormalImageBackground" /> … … 75 87 <ImageryComponent> 76 88 <Area> 77 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 78 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 79 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 80 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 89 <Dim type="LeftEdge"> 90 <AbsoluteDim value="0" /> 91 </Dim> 92 <Dim type="TopEdge"> 93 <AbsoluteDim value="0" /> 94 </Dim> 95 <Dim type="Width"> 96 <UnifiedDim scale="1" type="Width" /> 97 </Dim> 98 <Dim type="Height"> 99 <UnifiedDim scale="1" type="Height" /> 100 </Dim> 81 101 </Area> 82 102 <ImageProperty name="NormalImageRightEdge" /> … … 86 106 <ImageryComponent> 87 107 <Area> 88 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 89 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 90 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 91 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 108 <Dim type="LeftEdge"> 109 <AbsoluteDim value="0" /> 110 </Dim> 111 <Dim type="TopEdge"> 112 <AbsoluteDim value="0" /> 113 </Dim> 114 <Dim type="Width"> 115 <UnifiedDim scale="1" type="Width" /> 116 </Dim> 117 <Dim type="Height"> 118 <UnifiedDim scale="1" type="Height" /> 119 </Dim> 92 120 </Area> 93 121 <ImageProperty name="NormalImageLeftEdge" /> … … 96 124 <ImageryComponent> 97 125 <Area> 98 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 99 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 100 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 101 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 126 <Dim type="LeftEdge"> 127 <AbsoluteDim value="0" /> 128 </Dim> 129 <Dim type="TopEdge"> 130 <AbsoluteDim value="0" /> 131 </Dim> 132 <Dim type="Width"> 133 <UnifiedDim scale="1" type="Width" /> 134 </Dim> 135 <Dim type="Height"> 136 <UnifiedDim scale="1" type="Height" /> 137 </Dim> 102 138 </Area> 103 139 <ImageProperty name="NormalImage" /> … … 109 145 <FrameComponent> 110 146 <Area> 111 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 112 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 113 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 114 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 115 </Area> 116 <Image type="LeftEdge" imageset="TaharezGreenLook" image="ButtonLeftHighlight" /> 117 <Image type="RightEdge" imageset="TaharezGreenLook" image="ButtonRightHighlight" /> 118 <Image type="Background" imageset="TaharezGreenLook" image="ButtonMiddleHighlight" /> 147 <Dim type="LeftEdge"> 148 <AbsoluteDim value="0" /> 149 </Dim> 150 <Dim type="TopEdge"> 151 <AbsoluteDim value="0" /> 152 </Dim> 153 <Dim type="Width"> 154 <UnifiedDim scale="1" type="Width" /> 155 </Dim> 156 <Dim type="Height"> 157 <UnifiedDim scale="1" type="Height" /> 158 </Dim> 159 </Area> 160 <Image component="LeftEdge" name="TaharezGreenLook/ButtonLeftHighlight" /> 161 <Image component="RightEdge" name="TaharezGreenLook/ButtonRightHighlight" /> 162 <Image component="Background" name="TaharezGreenLook/ButtonMiddleHighlight" /> 119 163 </FrameComponent> 120 164 <ImageryComponent> 121 165 <Area> 122 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 123 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 124 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 125 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 166 <Dim type="LeftEdge"> 167 <AbsoluteDim value="0" /> 168 </Dim> 169 <Dim type="TopEdge"> 170 <AbsoluteDim value="0" /> 171 </Dim> 172 <Dim type="Width"> 173 <UnifiedDim scale="1" type="Width" /> 174 </Dim> 175 <Dim type="Height"> 176 <UnifiedDim scale="1" type="Height" /> 177 </Dim> 126 178 </Area> 127 179 <ImageProperty name="HoverImage" /> … … 133 185 <FrameComponent> 134 186 <Area> 135 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 136 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 137 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 138 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 139 </Area> 140 <Image type="LeftEdge" imageset="TaharezGreenLook" image="ButtonLeftPushed" /> 141 <Image type="RightEdge" imageset="TaharezGreenLook" image="ButtonRightPushed" /> 142 <Image type="Background" imageset="TaharezGreenLook" image="ButtonMiddlePushed" /> 187 <Dim type="LeftEdge"> 188 <AbsoluteDim value="0" /> 189 </Dim> 190 <Dim type="TopEdge"> 191 <AbsoluteDim value="0" /> 192 </Dim> 193 <Dim type="Width"> 194 <UnifiedDim scale="1" type="Width" /> 195 </Dim> 196 <Dim type="Height"> 197 <UnifiedDim scale="1" type="Height" /> 198 </Dim> 199 </Area> 200 <Image component="LeftEdge" name="TaharezGreenLook/ButtonLeftPushed" /> 201 <Image component="RightEdge" name="TaharezGreenLook/ButtonRightPushed" /> 202 <Image component="Background" name="TaharezGreenLook/ButtonMiddlePushed" /> 143 203 </FrameComponent> 144 204 <ImageryComponent> 145 205 <Area> 146 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 147 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 148 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 149 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 206 <Dim type="LeftEdge"> 207 <AbsoluteDim value="0" /> 208 </Dim> 209 <Dim type="TopEdge"> 210 <AbsoluteDim value="0" /> 211 </Dim> 212 <Dim type="Width"> 213 <UnifiedDim scale="1" type="Width" /> 214 </Dim> 215 <Dim type="Height"> 216 <UnifiedDim scale="1" type="Height" /> 217 </Dim> 150 218 </Area> 151 219 <ImageProperty name="PushedImage" /> … … 189 257 <Layer> 190 258 <Section section="normal"> 191 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />259 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 192 260 </Section> 193 261 <Section section="label"> … … 197 265 </StateImagery> 198 266 </WidgetLook> 199 200 <!--201 ***************************************************202 TaharezGreenLook/RadioButton203 ***************************************************204 -->205 267 <WidgetLook name="TaharezGreenLook/RadioButton"> 206 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />207 <PropertyDefinition name="HoverTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />208 <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />209 <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />268 <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" /> 269 <PropertyDefinition initialValue="FFFFFFFF" name="HoverTextColour" redrawOnWrite="true" /> 270 <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" /> 271 <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" /> 210 272 <ImagerySection name="label"> 211 273 <TextComponent> 212 274 <Area> 213 <Dim type="LeftEdge" > 214 <ImageDim imageset="TaharezGreenLook" image="RadioButtonNormal" dimension="Width"> 215 <DimOperator op="Add"> 216 <AbsoluteDim value="3" /> 217 </DimOperator> 218 </ImageDim> 219 </Dim> 220 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 221 <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim> 222 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 275 <Dim type="LeftEdge"> 276 <OperatorDim op="Add"> 277 <ImageDim dimension="Width" name="TaharezGreenLook/RadioButtonNormal" /> 278 <AbsoluteDim value="3" /> 279 </OperatorDim> 280 </Dim> 281 <Dim type="TopEdge"> 282 <AbsoluteDim value="0" /> 283 </Dim> 284 <Dim type="RightEdge"> 285 <UnifiedDim scale="1" type="Width" /> 286 </Dim> 287 <Dim type="Height"> 288 <UnifiedDim scale="1" type="Height" /> 289 </Dim> 223 290 </Area> 224 291 <VertFormat type="CentreAligned" /> … … 229 296 <ImageryComponent> 230 297 <Area> 231 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 232 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 233 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 234 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 235 </Area> 236 <Image imageset="TaharezGreenLook" image="RadioButtonNormal" /> 298 <Dim type="LeftEdge"> 299 <AbsoluteDim value="0" /> 300 </Dim> 301 <Dim type="TopEdge"> 302 <AbsoluteDim value="0" /> 303 </Dim> 304 <Dim type="Width"> 305 <UnifiedDim scale="1" type="Width" /> 306 </Dim> 307 <Dim type="Height"> 308 <UnifiedDim scale="1" type="Height" /> 309 </Dim> 310 </Area> 311 <Image name="TaharezGreenLook/RadioButtonNormal" /> 237 312 <VertFormat type="CentreAligned" /> 238 313 <HorzFormat type="LeftAligned" /> … … 242 317 <ImageryComponent> 243 318 <Area> 244 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 245 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 246 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 247 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 248 </Area> 249 <Image imageset="TaharezGreenLook" image="RadioButtonHover" /> 319 <Dim type="LeftEdge"> 320 <AbsoluteDim value="0" /> 321 </Dim> 322 <Dim type="TopEdge"> 323 <AbsoluteDim value="0" /> 324 </Dim> 325 <Dim type="Width"> 326 <UnifiedDim scale="1" type="Width" /> 327 </Dim> 328 <Dim type="Height"> 329 <UnifiedDim scale="1" type="Height" /> 330 </Dim> 331 </Area> 332 <Image name="TaharezGreenLook/RadioButtonHover" /> 250 333 <VertFormat type="CentreAligned" /> 251 334 <HorzFormat type="LeftAligned" /> … … 255 338 <ImageryComponent> 256 339 <Area> 257 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 258 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 259 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 260 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 261 </Area> 262 <Image imageset="TaharezGreenLook" image="RadioButtonMark" /> 340 <Dim type="LeftEdge"> 341 <AbsoluteDim value="0" /> 342 </Dim> 343 <Dim type="TopEdge"> 344 <AbsoluteDim value="0" /> 345 </Dim> 346 <Dim type="Width"> 347 <UnifiedDim scale="1" type="Width" /> 348 </Dim> 349 <Dim type="Height"> 350 <UnifiedDim scale="1" type="Height" /> 351 </Dim> 352 </Area> 353 <Image name="TaharezGreenLook/RadioButtonMark" /> 263 354 <VertFormat type="CentreAligned" /> 264 355 <HorzFormat type="LeftAligned" /> … … 284 375 <Layer> 285 376 <Section section="normal"> 286 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />377 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 287 378 </Section> 288 379 <Section section="label"> … … 312 403 <Layer> 313 404 <Section section="normal"> 314 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />405 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 315 406 </Section> 316 407 <Section section="select_mark"> 317 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />408 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 318 409 </Section> 319 410 <Section section="label"> … … 323 414 </StateImagery> 324 415 </WidgetLook> 325 326 <!--327 ***************************************************328 TaharezGreenLook/Checkbox329 ***************************************************330 -->331 416 <WidgetLook name="TaharezGreenLook/Checkbox"> 332 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />333 <PropertyDefinition name="HoverTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />334 <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />335 <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />417 <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" /> 418 <PropertyDefinition initialValue="FFFFFFFF" name="HoverTextColour" redrawOnWrite="true" /> 419 <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" /> 420 <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" /> 336 421 <ImagerySection name="label"> 337 422 <TextComponent> 338 423 <Area> 339 <Dim type="LeftEdge" > 340 <ImageDim imageset="TaharezGreenLook" image="CheckboxNormal" dimension="Width"> 341 <DimOperator op="Add"> 342 <AbsoluteDim value="3" /> 343 </DimOperator> 344 </ImageDim> 345 </Dim> 346 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 347 <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim> 348 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 424 <Dim type="LeftEdge"> 425 <OperatorDim op="Add"> 426 <ImageDim dimension="Width" name="TaharezGreenLook/CheckboxNormal" /> 427 <AbsoluteDim value="3" /> 428 </OperatorDim> 429 </Dim> 430 <Dim type="TopEdge"> 431 <AbsoluteDim value="0" /> 432 </Dim> 433 <Dim type="RightEdge"> 434 <UnifiedDim scale="1" type="Width" /> 435 </Dim> 436 <Dim type="Height"> 437 <UnifiedDim scale="1" type="Height" /> 438 </Dim> 349 439 </Area> 350 440 <VertFormat type="CentreAligned" /> … … 355 445 <ImageryComponent> 356 446 <Area> 357 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 358 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 359 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 360 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 361 </Area> 362 <Image imageset="TaharezGreenLook" image="CheckboxNormal" /> 447 <Dim type="LeftEdge"> 448 <AbsoluteDim value="0" /> 449 </Dim> 450 <Dim type="TopEdge"> 451 <AbsoluteDim value="0" /> 452 </Dim> 453 <Dim type="Width"> 454 <UnifiedDim scale="1" type="Width" /> 455 </Dim> 456 <Dim type="Height"> 457 <UnifiedDim scale="1" type="Height" /> 458 </Dim> 459 </Area> 460 <Image name="TaharezGreenLook/CheckboxNormal" /> 363 461 <VertFormat type="CentreAligned" /> 364 462 <HorzFormat type="LeftAligned" /> … … 368 466 <ImageryComponent> 369 467 <Area> 370 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 371 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 372 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 373 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 374 </Area> 375 <Image imageset="TaharezGreenLook" image="CheckboxHover" /> 468 <Dim type="LeftEdge"> 469 <AbsoluteDim value="0" /> 470 </Dim> 471 <Dim type="TopEdge"> 472 <AbsoluteDim value="0" /> 473 </Dim> 474 <Dim type="Width"> 475 <UnifiedDim scale="1" type="Width" /> 476 </Dim> 477 <Dim type="Height"> 478 <UnifiedDim scale="1" type="Height" /> 479 </Dim> 480 </Area> 481 <Image name="TaharezGreenLook/CheckboxHover" /> 376 482 <VertFormat type="CentreAligned" /> 377 483 <HorzFormat type="LeftAligned" /> … … 381 487 <ImageryComponent> 382 488 <Area> 383 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 384 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 385 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 386 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 387 </Area> 388 <Image imageset="TaharezGreenLook" image="CheckboxMark" /> 489 <Dim type="LeftEdge"> 490 <AbsoluteDim value="0" /> 491 </Dim> 492 <Dim type="TopEdge"> 493 <AbsoluteDim value="0" /> 494 </Dim> 495 <Dim type="Width"> 496 <UnifiedDim scale="1" type="Width" /> 497 </Dim> 498 <Dim type="Height"> 499 <UnifiedDim scale="1" type="Height" /> 500 </Dim> 501 </Area> 502 <Image name="TaharezGreenLook/CheckboxMark" /> 389 503 <VertFormat type="CentreAligned" /> 390 504 <HorzFormat type="LeftAligned" /> … … 410 524 <Layer> 411 525 <Section section="normal"> 412 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />526 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 413 527 </Section> 414 528 <Section section="label"> … … 438 552 <Layer> 439 553 <Section section="normal"> 440 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />554 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 441 555 </Section> 442 556 <Section section="select_mark"> 443 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />557 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 444 558 </Section> 445 559 <Section section="label"> … … 449 563 </StateImagery> 450 564 </WidgetLook> 451 452 <!--453 ***************************************************454 TaharezGreenLook/Editbox455 ***************************************************456 -->457 565 <WidgetLook name="TaharezGreenLook/Editbox"> 458 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />459 <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />460 <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />461 <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />462 <Property name="MouseCursorImage" value=" set:TaharezGreenLook image:MouseTextBar" />566 <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" /> 567 <PropertyDefinition initialValue="FF000000" name="SelectedTextColour" redrawOnWrite="true" /> 568 <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" /> 569 <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" /> 570 <Property name="MouseCursorImage" value="TaharezGreenLook/MouseTextBar" /> 463 571 <NamedArea name="TextArea"> 464 572 <Area> 465 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim> 466 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim> 467 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim> 468 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim> 573 <Dim type="LeftEdge"> 574 <AbsoluteDim value="5" /> 575 </Dim> 576 <Dim type="TopEdge"> 577 <AbsoluteDim value="5" /> 578 </Dim> 579 <Dim type="RightEdge"> 580 <UnifiedDim offset="-5" scale="1.0" type="RightEdge" /> 581 </Dim> 582 <Dim type="BottomEdge"> 583 <UnifiedDim offset="-5" scale="1.0" type="BottomEdge" /> 584 </Dim> 469 585 </Area> 470 586 </NamedArea> … … 472 588 <FrameComponent> 473 589 <Area> 474 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 475 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 476 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 477 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 478 </Area> 479 <Image type="LeftEdge" imageset="TaharezGreenLook" image="EditBoxLeft" /> 480 <Image type="RightEdge" imageset="TaharezGreenLook" image="EditBoxRight" /> 481 <Image type="Background" imageset="TaharezGreenLook" image="EditBoxMiddle" /> 590 <Dim type="LeftEdge"> 591 <AbsoluteDim value="0" /> 592 </Dim> 593 <Dim type="TopEdge"> 594 <AbsoluteDim value="0" /> 595 </Dim> 596 <Dim type="Width"> 597 <UnifiedDim scale="1" type="Width" /> 598 </Dim> 599 <Dim type="Height"> 600 <UnifiedDim scale="1" type="Height" /> 601 </Dim> 602 </Area> 603 <Image component="LeftEdge" name="TaharezGreenLook/EditBoxLeft" /> 604 <Image component="RightEdge" name="TaharezGreenLook/EditBoxRight" /> 605 <Image component="Background" name="TaharezGreenLook/EditBoxMiddle" /> 482 606 </FrameComponent> 483 607 </ImagerySection> … … 485 609 <ImageryComponent> 486 610 <Area> 487 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 488 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 489 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 490 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 491 </Area> 492 <Image imageset="TaharezGreenLook" image="TextSelectionBrush" /> 611 <Dim type="LeftEdge"> 612 <AbsoluteDim value="0" /> 613 </Dim> 614 <Dim type="TopEdge"> 615 <AbsoluteDim value="0" /> 616 </Dim> 617 <Dim type="RightEdge"> 618 <UnifiedDim scale="1.0" type="RightEdge" /> 619 </Dim> 620 <Dim type="BottomEdge"> 621 <UnifiedDim scale="1.0" type="BottomEdge" /> 622 </Dim> 623 </Area> 624 <Image name="TaharezGreenLook/TextSelectionBrush" /> 493 625 <VertFormat type="Stretched" /> 494 626 <HorzFormat type="Stretched" /> 495 627 </ImageryComponent> 496 628 </ImagerySection> 497 <ImagerySection name="Carat"> 498 <ImageryComponent> 499 <Area> 500 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 501 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 502 <Dim type="Width" ><ImageDim imageset="TaharezGreenLook" image="EditBoxCarat" dimension="Width" /></Dim> 503 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 504 </Area> 505 <Image imageset="TaharezGreenLook" image="EditBoxCarat" /> 629 <ImagerySection name="Caret"> 630 <ImageryComponent> 631 <Area> 632 <Dim type="LeftEdge"> 633 <AbsoluteDim value="0" /> 634 </Dim> 635 <Dim type="TopEdge"> 636 <AbsoluteDim value="0" /> 637 </Dim> 638 <Dim type="Width"> 639 <ImageDim dimension="Width" name="TaharezGreenLook/EditBoxCarat" /> 640 </Dim> 641 <Dim type="BottomEdge"> 642 <UnifiedDim scale="1.0" type="BottomEdge" /> 643 </Dim> 644 </Area> 645 <Image name="TaharezGreenLook/EditBoxCarat" /> 506 646 <VertFormat type="Stretched" /> 507 647 <HorzFormat type="Stretched" /> … … 521 661 <Layer> 522 662 <Section section="container_normal"> 523 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />663 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 524 664 </Section> 525 665 </Layer> … … 540 680 </StateImagery> 541 681 </WidgetLook> 542 543 <!--544 ***************************************************545 TaharezGreenLook/Titlebar546 ***************************************************547 -->548 682 <WidgetLook name="TaharezGreenLook/Titlebar"> 549 <PropertyDefinition name="CaptionColour" initialValue="FFFFFFFF" redrawOnWrite="true" />683 <PropertyDefinition initialValue="FFFFFFFF" name="CaptionColour" redrawOnWrite="true" /> 550 684 <ImagerySection name="main"> 551 685 <ImageryComponent> 552 686 <Area> 553 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 554 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 555 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 556 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 557 </Area> 558 <Image imageset="TaharezGreenLook" image="NewTitlebarLeft" /> 687 <Dim type="LeftEdge"> 688 <AbsoluteDim value="0" /> 689 </Dim> 690 <Dim type="TopEdge"> 691 <AbsoluteDim value="0" /> 692 </Dim> 693 <Dim type="Width"> 694 <UnifiedDim scale="1.0" type="Width" /> 695 </Dim> 696 <Dim type="Height"> 697 <UnifiedDim scale="1.0" type="Height" /> 698 </Dim> 699 </Area> 700 <Image name="TaharezGreenLook/NewTitlebarLeft" /> 559 701 <VertFormat type="Stretched" /> 560 702 </ImageryComponent> 561 703 <ImageryComponent> 562 704 <Area> 563 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 564 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 565 <Dim type="RightEdge" > 566 <UnifiedDim scale="1" type="RightEdge"> 567 <DimOperator op="Subtract"> 568 <ImageDim imageset="TaharezGreenLook" image="SysAreaRight" dimension="Width"> 569 <DimOperator op="Add"> 570 <ImageDim imageset="TaharezGreenLook" image="SysAreaMiddle" dimension="Width" /> 571 </DimOperator> 572 </ImageDim> 573 </DimOperator> 574 </UnifiedDim> 575 </Dim> 576 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 577 </Area> 578 <Image imageset="TaharezGreenLook" image="NewTitlebarRight" /> 705 <Dim type="LeftEdge"> 706 <AbsoluteDim value="0" /> 707 </Dim> 708 <Dim type="TopEdge"> 709 <AbsoluteDim value="0" /> 710 </Dim> 711 <Dim type="RightEdge"> 712 <OperatorDim op="Subtract"> 713 <UnifiedDim scale="1" type="RightEdge" /> 714 <OperatorDim op="Add"> 715 <ImageDim dimension="Width" name="TaharezGreenLook/SysAreaRight" /> 716 <ImageDim dimension="Width" name="TaharezGreenLook/SysAreaMiddle" /> 717 </OperatorDim> 718 </OperatorDim> 719 </Dim> 720 <Dim type="Height"> 721 <UnifiedDim scale="1.0" type="Height" /> 722 </Dim> 723 </Area> 724 <Image name="TaharezGreenLook/NewTitlebarRight" /> 579 725 <VertFormat type="Stretched" /> 580 726 <HorzFormat type="RightAligned" /> … … 582 728 <ImageryComponent> 583 729 <Area> 584 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 585 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 586 <Dim type="RightEdge" > 587 <UnifiedDim scale="1" type="RightEdge"> 588 <DimOperator op="Subtract"> 589 <ImageDim imageset="TaharezGreenLook" image="SysAreaRight" dimension="Width" /> 590 </DimOperator> 591 </UnifiedDim> 592 </Dim> 593 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 594 </Area> 595 <Image imageset="TaharezGreenLook" image="SysAreaMiddle" /> 730 <Dim type="LeftEdge"> 731 <AbsoluteDim value="0" /> 732 </Dim> 733 <Dim type="TopEdge"> 734 <AbsoluteDim value="0" /> 735 </Dim> 736 <Dim type="RightEdge"> 737 <OperatorDim op="Subtract"> 738 <UnifiedDim scale="1" type="RightEdge" /> 739 <ImageDim dimension="Width" name="TaharezGreenLook/SysAreaRight" /> 740 </OperatorDim> 741 </Dim> 742 <Dim type="Height"> 743 <UnifiedDim scale="1.0" type="Height" /> 744 </Dim> 745 </Area> 746 <Image name="TaharezGreenLook/SysAreaMiddle" /> 596 747 <VertFormat type="Stretched" /> 597 748 <HorzFormat type="RightAligned" /> … … 599 750 <ImageryComponent> 600 751 <Area> 601 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 602 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 603 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 604 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 605 </Area> 606 <Image imageset="TaharezGreenLook" image="SysAreaRight" /> 752 <Dim type="LeftEdge"> 753 <AbsoluteDim value="0" /> 754 </Dim> 755 <Dim type="TopEdge"> 756 <AbsoluteDim value="0" /> 757 </Dim> 758 <Dim type="Width"> 759 <UnifiedDim scale="1.0" type="Width" /> 760 </Dim> 761 <Dim type="Height"> 762 <UnifiedDim scale="1.0" type="Height" /> 763 </Dim> 764 </Area> 765 <Image name="TaharezGreenLook/SysAreaRight" /> 607 766 <VertFormat type="Stretched" /> 608 767 <HorzFormat type="RightAligned" /> … … 610 769 <ImageryComponent> 611 770 <Area> 612 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="NewTitlebarLeft" dimension="Width" /></Dim> 613 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 614 <Dim type="RightEdge" > 615 <UnifiedDim scale="1" type="RightEdge"> 616 <DimOperator op="Subtract"> 617 <ImageDim imageset="TaharezGreenLook" image="SysAreaRight" dimension="Width"> 618 <DimOperator op="Add"> 619 <ImageDim imageset="TaharezGreenLook" image="SysAreaMiddle" dimension="Width"> 620 <DimOperator op="Add"> 621 <ImageDim imageset="TaharezGreenLook" image="NewTitlebarRight" dimension="Width" /> 622 </DimOperator> 623 </ImageDim> 624 </DimOperator> 625 </ImageDim> 626 </DimOperator> 627 </UnifiedDim> 628 </Dim> 629 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 630 </Area> 631 <Image imageset="TaharezGreenLook" image="NewTitlebarMiddle" /> 771 <Dim type="LeftEdge"> 772 <ImageDim dimension="Width" name="TaharezGreenLook/NewTitlebarLeft" /> 773 </Dim> 774 <Dim type="TopEdge"> 775 <AbsoluteDim value="0" /> 776 </Dim> 777 <Dim type="RightEdge"> 778 <OperatorDim op="Subtract"> 779 <UnifiedDim scale="1" type="RightEdge" /> 780 <OperatorDim op="Add"> 781 <ImageDim dimension="Width" name="TaharezGreenLook/SysAreaRight" /> 782 <OperatorDim op="Add"> 783 <ImageDim dimension="Width" name="TaharezGreenLook/SysAreaMiddle" /> 784 <ImageDim dimension="Width" name="TaharezGreenLook/NewTitlebarRight" /> 785 </OperatorDim> 786 </OperatorDim> 787 </OperatorDim> 788 </Dim> 789 <Dim type="Height"> 790 <UnifiedDim scale="1.0" type="Height" /> 791 </Dim> 792 </Area> 793 <Image name="TaharezGreenLook/NewTitlebarMiddle" /> 632 794 <VertFormat type="Stretched" /> 633 795 <HorzFormat type="Stretched" /> … … 637 799 <TextComponent> 638 800 <Area> 639 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="NewTitlebarLeft" dimension="Width" /></Dim> 640 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 641 <Dim type="Width" ><UnifiedDim scale="1" offset="-75" type="Width" /></Dim> 642 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 801 <Dim type="LeftEdge"> 802 <ImageDim dimension="Width" name="TaharezGreenLook/NewTitlebarLeft" /> 803 </Dim> 804 <Dim type="TopEdge"> 805 <AbsoluteDim value="0" /> 806 </Dim> 807 <Dim type="Width"> 808 <UnifiedDim offset="-75" scale="1" type="Width" /> 809 </Dim> 810 <Dim type="Height"> 811 <UnifiedDim scale="1" type="Height" /> 812 </Dim> 643 813 </Area> 644 814 <ColourProperty name="CaptionColour" /> … … 661 831 <Layer> 662 832 <Section section="main"> 663 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />833 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 664 834 </Section> 665 835 <Section section="caption"> 666 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />836 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 667 837 </Section> 668 838 </Layer> 669 839 </StateImagery> 670 840 </WidgetLook> 671 672 <!--673 ***************************************************674 TaharezGreenLook/FrameWindow675 ***************************************************676 -->677 841 <WidgetLook name="TaharezGreenLook/FrameWindow"> 678 <PropertyDefinition name="ClientAreaColour" initialValue="FF141B38" redrawOnWrite="true" />679 <PropertyLinkDefinition name="CaptionColour" widget="__auto_titlebar__" targetProperty="CaptionColour" initialValue="FFFFFFFF" />680 <PropertyLinkDefinition name="TitlebarFont" widget="__auto_titlebar__" targetProperty="Font" />681 <Property name="NSSizingCursorImage" value=" set:TaharezGreenLook image:MouseNoSoCursor" />682 <Property name="EWSizingCursorImage" value=" set:TaharezGreenLook image:MouseEsWeCursor" />683 <Property name="NWSESizingCursorImage" value=" set:TaharezGreenLook image:MouseNwSeCursor" />684 <Property name="NESWSizingCursorImage" value=" set:TaharezGreenLook image:MouseNeSwCursor" />685 <Property name=" UnifiedMinSize" value="{{0.1,0},{0.1,0}}" />842 <PropertyDefinition initialValue="FF141B38" name="ClientAreaColour" redrawOnWrite="true" /> 843 <PropertyLinkDefinition initialValue="FFFFFFFF" name="CaptionColour" targetProperty="CaptionColour" widget="__auto_titlebar__" /> 844 <PropertyLinkDefinition name="TitlebarFont" targetProperty="Font" widget="__auto_titlebar__" /> 845 <Property name="NSSizingCursorImage" value="TaharezGreenLook/MouseNoSoCursor" /> 846 <Property name="EWSizingCursorImage" value="TaharezGreenLook/MouseEsWeCursor" /> 847 <Property name="NWSESizingCursorImage" value="TaharezGreenLook/MouseNwSeCursor" /> 848 <Property name="NESWSizingCursorImage" value="TaharezGreenLook/MouseNeSwCursor" /> 849 <Property name="MinSize" value="{{0.1,0},{0.1,0}}" /> 686 850 <NamedArea name="ClientWithTitleWithFrame"> 687 851 <Area> 688 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="WindowTopLeft" dimension="Width" /></Dim> 689 <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim> 690 <Dim type="RightEdge" > 691 <UnifiedDim scale="1" type="RightEdge"> 692 <DimOperator op="Subtract"> 693 <ImageDim imageset="TaharezGreenLook" image="WindowTopRight" dimension="Width" /> 694 </DimOperator> 695 </UnifiedDim> 696 </Dim> 697 <Dim type="BottomEdge" > 698 <UnifiedDim scale="1" type="BottomEdge"> 699 <DimOperator op="Subtract"> 700 <ImageDim imageset="TaharezGreenLook" image="WindowBottomEdge" dimension="Height" /> 701 </DimOperator> 702 </UnifiedDim> 852 <Dim type="LeftEdge"> 853 <ImageDim dimension="Width" name="TaharezGreenLook/WindowTopLeft" /> 854 </Dim> 855 <Dim type="TopEdge"> 856 <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" /> 857 </Dim> 858 <Dim type="RightEdge"> 859 <OperatorDim op="Subtract"> 860 <UnifiedDim scale="1" type="RightEdge" /> 861 <ImageDim dimension="Width" name="TaharezGreenLook/WindowTopRight" /> 862 </OperatorDim> 863 </Dim> 864 <Dim type="BottomEdge"> 865 <OperatorDim op="Subtract"> 866 <UnifiedDim scale="1" type="BottomEdge" /> 867 <ImageDim dimension="Height" name="TaharezGreenLook/WindowBottomEdge" /> 868 </OperatorDim> 703 869 </Dim> 704 870 </Area> … … 706 872 <NamedArea name="ClientWithTitleNoFrame"> 707 873 <Area> 708 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 709 <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim> 710 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 711 <Dim type="BottomEdge" ><WidgetDim dimension="BottomEdge" /></Dim> 874 <Dim type="LeftEdge"> 875 <AbsoluteDim value="0" /> 876 </Dim> 877 <Dim type="TopEdge"> 878 <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" /> 879 </Dim> 880 <Dim type="Width"> 881 <UnifiedDim scale="1" type="Width" /> 882 </Dim> 883 <Dim type="BottomEdge"> 884 <WidgetDim dimension="BottomEdge" /> 885 </Dim> 712 886 </Area> 713 887 </NamedArea> 714 888 <NamedArea name="ClientNoTitleWithFrame"> 715 889 <Area> 716 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="WindowTopLeft" dimension="Width" /></Dim> 717 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="WindowTopEdge" dimension="Height" /></Dim> 718 <Dim type="RightEdge" > 719 <UnifiedDim scale="1" type="RightEdge"> 720 <DimOperator op="Subtract"> 721 <ImageDim imageset="TaharezGreenLook" image="WindowTopRight" dimension="Width" /> 722 </DimOperator> 723 </UnifiedDim> 724 </Dim> 725 <Dim type="BottomEdge" > 726 <UnifiedDim scale="1" type="BottomEdge"> 727 <DimOperator op="Subtract"> 728 <ImageDim imageset="TaharezGreenLook" image="WindowBottomEdge" dimension="Height" /> 729 </DimOperator> 730 </UnifiedDim> 890 <Dim type="LeftEdge"> 891 <ImageDim dimension="Width" name="TaharezGreenLook/WindowTopLeft" /> 892 </Dim> 893 <Dim type="TopEdge"> 894 <ImageDim dimension="Height" name="TaharezGreenLook/WindowTopEdge" /> 895 </Dim> 896 <Dim type="RightEdge"> 897 <OperatorDim op="Subtract"> 898 <UnifiedDim scale="1" type="RightEdge" /> 899 <ImageDim dimension="Width" name="TaharezGreenLook/WindowTopRight" /> 900 </OperatorDim> 901 </Dim> 902 <Dim type="BottomEdge"> 903 <OperatorDim op="Subtract"> 904 <UnifiedDim scale="1" type="BottomEdge" /> 905 <ImageDim dimension="Height" name="TaharezGreenLook/WindowBottomEdge" /> 906 </OperatorDim> 731 907 </Dim> 732 908 </Area> … … 734 910 <NamedArea name="ClientNoTitleNoFrame"> 735 911 <Area> 736 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 737 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 738 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 739 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 912 <Dim type="LeftEdge"> 913 <AbsoluteDim value="0" /> 914 </Dim> 915 <Dim type="TopEdge"> 916 <AbsoluteDim value="0" /> 917 </Dim> 918 <Dim type="Width"> 919 <UnifiedDim scale="1" type="Width" /> 920 </Dim> 921 <Dim type="Height"> 922 <UnifiedDim scale="1" type="Height" /> 923 </Dim> 740 924 </Area> 741 925 </NamedArea> 742 <Child type="TaharezGreenLook/Titlebar" nameSuffix="__auto_titlebar__"> 743 <Area> 744 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 745 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 746 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 747 <Dim type="Height" ><FontDim type="LineSpacing" padding="8" /></Dim> 926 <Child nameSuffix="__auto_titlebar__" type="TaharezGreenLook/Titlebar"> 927 <Area> 928 <Dim type="LeftEdge"> 929 <AbsoluteDim value="0" /> 930 </Dim> 931 <Dim type="TopEdge"> 932 <AbsoluteDim value="0" /> 933 </Dim> 934 <Dim type="Width"> 935 <UnifiedDim scale="1" type="Width" /> 936 </Dim> 937 <Dim type="Height"> 938 <FontDim padding="8" type="LineSpacing" /> 939 </Dim> 748 940 </Area> 749 941 <Property name="AlwaysOnTop" value="False" /> 750 942 </Child> 751 <Child type="TaharezGreenLook/SystemButton" nameSuffix="__auto_closebutton__">752 <Area> 753 <Dim type="LeftEdge" 754 < UnifiedDim scale="1" type="LeftEdge">755 < DimOperator op="Subtract">756 <ImageDim imageset="TaharezGreenLook" image="SysAreaRight" dimension="Width">757 <DimOperator op="Add">758 <ImageDim imageset="TaharezGreenLook" image="SysAreaMiddle" dimension="Width" />759 </DimOperator>760 </ImageDim>761 </DimOperator>762 </UnifiedDim>763 </Dim>764 <Dim type="TopEdge">765 <AbsoluteDim value="0.5">766 <DimOperator op="Multiply">767 < WidgetDim widget="__auto_titlebar__" dimension="Height">768 <DimOperator op="Subtract">769 <ImageDim imageset="TaharezGreenLook" image="NewCloseButtonNormal" dimension="Width" />770 </DimOperator>771 </WidgetDim>772 </DimOperator>773 </AbsoluteDim>774 < /Dim>775 <Dim type="Width" ><ImageDim imageset="TaharezGreenLook" image="NewCloseButtonNormal" dimension="Width" /></Dim>776 < Dim type="Height" ><ImageDim imageset="TaharezGreenLook" image="NewCloseButtonNormal" dimension="Width" /></Dim>943 <Child nameSuffix="__auto_closebutton__" type="TaharezGreenLook/SystemButton"> 944 <Area> 945 <Dim type="LeftEdge"> 946 <OperatorDim op="Subtract"> 947 <UnifiedDim scale="1" type="LeftEdge" /> 948 <OperatorDim op="Add"> 949 <ImageDim dimension="Width" name="TaharezGreenLook/SysAreaRight" /> 950 <ImageDim dimension="Width" name="TaharezGreenLook/SysAreaMiddle" /> 951 </OperatorDim> 952 </OperatorDim> 953 </Dim> 954 <Dim type="TopEdge"> 955 <OperatorDim op="Multiply"> 956 <AbsoluteDim value="0.5" /> 957 <OperatorDim op="Subtract"> 958 <WidgetDim dimension="Height" widget="__auto_titlebar__" /> 959 <ImageDim dimension="Width" name="TaharezGreenLook/NewCloseButtonNormal" /> 960 </OperatorDim> 961 </OperatorDim> 962 </Dim> 963 <Dim type="Width"> 964 <ImageDim dimension="Width" name="TaharezGreenLook/NewCloseButtonNormal" /> 965 </Dim> 966 <Dim type="Height"> 967 <ImageDim dimension="Width" name="TaharezGreenLook/NewCloseButtonNormal" /> 968 </Dim> 777 969 </Area> 778 970 <Property name="AlwaysOnTop" value="True" /> 779 <Property name="NormalImage" value=" set:TaharezGreenLook image:NewCloseButtonNormal" />780 <Property name="HoverImage" value=" set:TaharezGreenLook image:NewCloseButtonHover" />781 <Property name="PushedImage" value=" set:TaharezGreenLook image:NewCloseButtonPressed" />971 <Property name="NormalImage" value="TaharezGreenLook/NewCloseButtonNormal" /> 972 <Property name="HoverImage" value="TaharezGreenLook/NewCloseButtonHover" /> 973 <Property name="PushedImage" value="TaharezGreenLook/NewCloseButtonPressed" /> 782 974 </Child> 783 975 <ImagerySection name="withtitle_frame"> 784 976 <FrameComponent> 785 977 <Area> 786 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 787 <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim> 788 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 789 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim> 790 </Area> 791 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="WindowBottomLeft" /> 792 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="WindowBottomRight" /> 793 <Image type="LeftEdge" imageset="TaharezGreenLook" image="WindowLeftEdge" /> 794 <Image type="RightEdge" imageset="TaharezGreenLook" image="WindowRightEdge" /> 795 <Image type="BottomEdge" imageset="TaharezGreenLook" image="WindowBottomEdge" /> 978 <Dim type="LeftEdge"> 979 <AbsoluteDim value="0" /> 980 </Dim> 981 <Dim type="TopEdge"> 982 <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" /> 983 </Dim> 984 <Dim type="Width"> 985 <UnifiedDim scale="1" type="Width" /> 986 </Dim> 987 <Dim type="BottomEdge"> 988 <UnifiedDim scale="1" type="BottomEdge" /> 989 </Dim> 990 </Area> 991 <Image component="BottomLeftCorner" name="TaharezGreenLook/WindowBottomLeft" /> 992 <Image component="BottomRightCorner" name="TaharezGreenLook/WindowBottomRight" /> 993 <Image component="LeftEdge" name="TaharezGreenLook/WindowLeftEdge" /> 994 <Image component="RightEdge" name="TaharezGreenLook/WindowRightEdge" /> 995 <Image component="BottomEdge" name="TaharezGreenLook/WindowBottomEdge" /> 796 996 </FrameComponent> 797 997 <ImageryComponent> 798 998 <Area> 799 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="WindowTopLeft" dimension="Width" /></Dim> 800 <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim> 801 <Dim type="RightEdge" > 802 <UnifiedDim scale="1" type="Width"> 803 <DimOperator op="Subtract"> 804 <ImageDim imageset="TaharezGreenLook" image="WindowTopRight" dimension="Width" /> 805 </DimOperator> 806 </UnifiedDim> 807 </Dim> 808 <Dim type="BottomEdge" > 809 <UnifiedDim scale="1" type="Height"> 810 <DimOperator op="Subtract"> 811 <ImageDim imageset="TaharezGreenLook" image="WindowBottomEdge" dimension="Height" /> 812 </DimOperator> 813 </UnifiedDim> 814 </Dim> 815 </Area> 816 <Image imageset="TaharezGreenLook" image="GenericBrush" /> 999 <Dim type="LeftEdge"> 1000 <ImageDim dimension="Width" name="TaharezGreenLook/WindowTopLeft" /> 1001 </Dim> 1002 <Dim type="TopEdge"> 1003 <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" /> 1004 </Dim> 1005 <Dim type="RightEdge"> 1006 <OperatorDim op="Subtract"> 1007 <UnifiedDim scale="1" type="Width" /> 1008 <ImageDim dimension="Width" name="TaharezGreenLook/WindowTopRight" /> 1009 </OperatorDim> 1010 </Dim> 1011 <Dim type="BottomEdge"> 1012 <OperatorDim op="Subtract"> 1013 <UnifiedDim scale="1" type="Height" /> 1014 <ImageDim dimension="Height" name="TaharezGreenLook/WindowBottomEdge" /> 1015 </OperatorDim> 1016 </Dim> 1017 </Area> 1018 <Image name="TaharezGreenLook/GenericBrush" /> 817 1019 <ColourProperty name="ClientAreaColour" /> 818 1020 <VertFormat type="Stretched" /> … … 823 1025 <FrameComponent> 824 1026 <Area> 825 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 826 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 827 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 828 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 829 </Area> 830 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="WindowTopLeft" /> 831 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="WindowTopRight" /> 832 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="WindowBottomLeft" /> 833 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="WindowBottomRight" /> 834 <Image type="LeftEdge" imageset="TaharezGreenLook" image="WindowLeftEdge" /> 835 <Image type="RightEdge" imageset="TaharezGreenLook" image="WindowRightEdge" /> 836 <Image type="BottomEdge" imageset="TaharezGreenLook" image="WindowBottomEdge" /> 1027 <Dim type="LeftEdge"> 1028 <AbsoluteDim value="0" /> 1029 </Dim> 1030 <Dim type="TopEdge"> 1031 <AbsoluteDim value="0" /> 1032 </Dim> 1033 <Dim type="Width"> 1034 <UnifiedDim scale="1" type="Width" /> 1035 </Dim> 1036 <Dim type="Height"> 1037 <UnifiedDim scale="1" type="Height" /> 1038 </Dim> 1039 </Area> 1040 <Image component="TopLeftCorner" name="TaharezGreenLook/WindowTopLeft" /> 1041 <Image component="TopRightCorner" name="TaharezGreenLook/WindowTopRight" /> 1042 <Image component="BottomLeftCorner" name="TaharezGreenLook/WindowBottomLeft" /> 1043 <Image component="BottomRightCorner" name="TaharezGreenLook/WindowBottomRight" /> 1044 <Image component="LeftEdge" name="TaharezGreenLook/WindowLeftEdge" /> 1045 <Image component="RightEdge" name="TaharezGreenLook/WindowRightEdge" /> 1046 <Image component="BottomEdge" name="TaharezGreenLook/WindowBottomEdge" /> 837 1047 </FrameComponent> 838 1048 <ImageryComponent> 839 1049 <Area> 840 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="WindowTopLeft" dimension="Width" /></Dim> 841 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="WindowTopEdge" dimension="Width" /></Dim> 842 <Dim type="RightEdge" > 843 <UnifiedDim scale="1" type="Width"> 844 <DimOperator op="Subtract"> 845 <ImageDim imageset="TaharezGreenLook" image="WindowTopRight" dimension="Width" /> 846 </DimOperator> 847 </UnifiedDim> 848 </Dim> 849 <Dim type="BottomEdge" > 850 <UnifiedDim scale="1" type="Height"> 851 <DimOperator op="Subtract"> 852 <ImageDim imageset="TaharezGreenLook" image="WindowBottomEdge" dimension="Height" /> 853 </DimOperator> 854 </UnifiedDim> 855 </Dim> 856 </Area> 857 <Image imageset="TaharezGreenLook" image="GenericBrush" /> 1050 <Dim type="LeftEdge"> 1051 <ImageDim dimension="Width" name="TaharezGreenLook/WindowTopLeft" /> 1052 </Dim> 1053 <Dim type="TopEdge"> 1054 <ImageDim dimension="Width" name="TaharezGreenLook/WindowTopEdge" /> 1055 </Dim> 1056 <Dim type="RightEdge"> 1057 <OperatorDim op="Subtract"> 1058 <UnifiedDim scale="1" type="Width" /> 1059 <ImageDim dimension="Width" name="TaharezGreenLook/WindowTopRight" /> 1060 </OperatorDim> 1061 </Dim> 1062 <Dim type="BottomEdge"> 1063 <OperatorDim op="Subtract"> 1064 <UnifiedDim scale="1" type="Height" /> 1065 <ImageDim dimension="Height" name="TaharezGreenLook/WindowBottomEdge" /> 1066 </OperatorDim> 1067 </Dim> 1068 </Area> 1069 <Image name="TaharezGreenLook/GenericBrush" /> 858 1070 <ColourProperty name="ClientAreaColour" /> 859 1071 <VertFormat type="Stretched" /> … … 864 1076 <ImageryComponent> 865 1077 <Area> 866 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 867 <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="Height" /></Dim> 868 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 869 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim> 870 </Area> 871 <Image imageset="TaharezGreenLook" image="GenericBrush" /> 1078 <Dim type="LeftEdge"> 1079 <AbsoluteDim value="0" /> 1080 </Dim> 1081 <Dim type="TopEdge"> 1082 <WidgetDim dimension="Height" widget="__auto_titlebar__" /> 1083 </Dim> 1084 <Dim type="Width"> 1085 <UnifiedDim scale="1" type="Width" /> 1086 </Dim> 1087 <Dim type="BottomEdge"> 1088 <UnifiedDim scale="1" type="BottomEdge" /> 1089 </Dim> 1090 </Area> 1091 <Image name="TaharezGreenLook/GenericBrush" /> 872 1092 <ColourProperty name="ClientAreaColour" /> 873 1093 <VertFormat type="Stretched" /> … … 878 1098 <ImageryComponent> 879 1099 <Area> 880 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 881 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 882 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 883 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 884 </Area> 885 <Image imageset="TaharezGreenLook" image="GenericBrush" /> 1100 <Dim type="LeftEdge"> 1101 <AbsoluteDim value="0" /> 1102 </Dim> 1103 <Dim type="TopEdge"> 1104 <AbsoluteDim value="0" /> 1105 </Dim> 1106 <Dim type="Width"> 1107 <UnifiedDim scale="1" type="Width" /> 1108 </Dim> 1109 <Dim type="Height"> 1110 <UnifiedDim scale="1" type="Height" /> 1111 </Dim> 1112 </Area> 1113 <Image name="TaharezGreenLook/GenericBrush" /> 886 1114 <ColourProperty name="ClientAreaColour" /> 887 1115 <VertFormat type="Stretched" /> … … 902 1130 <Layer> 903 1131 <Section section="withtitle_frame"> 904 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1132 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 905 1133 </Section> 906 1134 </Layer> … … 919 1147 <Layer> 920 1148 <Section section="withtitle_noframe_client_area"> 921 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1149 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 922 1150 </Section> 923 1151 </Layer> … … 936 1164 <Layer> 937 1165 <Section section="notitle_frame"> 938 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1166 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 939 1167 </Section> 940 1168 </Layer> … … 953 1181 <Layer> 954 1182 <Section section="notitle_noframe_client_area"> 955 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1183 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 956 1184 </Section> 957 1185 </Layer> 958 1186 </StateImagery> 959 1187 </WidgetLook> 960 961 <!--962 ***************************************************963 TaharezGreenLook/GroupBox964 ***************************************************965 -->966 1188 <WidgetLook name="TaharezGreenLook/GroupBox"> 967 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" /> 968 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" redrawOnWrite="true" /> 969 970 <PropertyDefinition name="BackgroundTextColours" initialValue="tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" redrawOnWrite="true" /> 971 972 <PropertyDefinition name="DisabledTextColour" initialValue="FF888888" redrawOnWrite="true" /> 973 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" /> 974 <PropertyDefinition name="TextBackground" initialValue="FF888888" redrawOnWrite="true" /> 975 976 <Child type="DefaultWindow" nameSuffix="__auto_contentpane__"> 1189 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" /> 1190 <PropertyDefinition initialValue="tl:FFDFDFDF tr:FFDFDFDF bl:FFDFDFDF br:FFDFDFDF" name="BackgroundColours" redrawOnWrite="true" /> 1191 <PropertyDefinition initialValue="tl:FF000000 tr:FF000000 bl:FF000000 br:FF000000" name="BackgroundTextColours" redrawOnWrite="true" /> 1192 <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" /> 1193 <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" /> 1194 <PropertyDefinition initialValue="FF888888" name="TextBackground" redrawOnWrite="true" /> 1195 <Child nameSuffix="__auto_contentpane__" type="DefaultWindow"> 977 1196 <Area> 978 1197 <Dim type="LeftEdge"> … … 983 1202 </Dim> 984 1203 <Dim type="RightEdge"> 985 <UnifiedDim scale="1" offset="0" type="RightEdge"> 986 <DimOperator op="Subtract"> 987 <AbsoluteDim value="8" /> 988 </DimOperator> 989 </UnifiedDim> 1204 <OperatorDim op="Subtract"> 1205 <UnifiedDim offset="0" scale="1" type="RightEdge" /> 1206 <AbsoluteDim value="8" /> 1207 </OperatorDim> 990 1208 </Dim> 991 1209 <Dim type="BottomEdge"> 992 <UnifiedDim scale="1" offset="0" type="BottomEdge"> 993 <DimOperator op="Subtract"> 994 <AbsoluteDim value="8" /> 995 </DimOperator> 996 </UnifiedDim> 1210 <OperatorDim op="Subtract"> 1211 <UnifiedDim offset="0" scale="1" type="BottomEdge" /> 1212 <AbsoluteDim value="8" /> 1213 </OperatorDim> 997 1214 </Dim> 998 1215 </Area> … … 1008 1225 </Dim> 1009 1226 <Dim type="RightEdge"> 1010 <UnifiedDim scale="1" offset="0" type="RightEdge" />1227 <UnifiedDim offset="0" scale="1" type="RightEdge" /> 1011 1228 </Dim> 1012 1229 <Dim type="BottomEdge"> 1013 <UnifiedDim scale="1" offset="0" type="BottomEdge" />1230 <UnifiedDim offset="0" scale="1" type="BottomEdge" /> 1014 1231 </Dim> 1015 1232 </Area> … … 1028 1245 </Dim> 1029 1246 <Dim type="RightEdge"> 1030 <UnifiedDim scale="1" offset="0" type="RightEdge" />1247 <UnifiedDim offset="0" scale="1" type="RightEdge" /> 1031 1248 </Dim> 1032 1249 <Dim type="BottomEdge"> 1033 <UnifiedDim scale="1" offset="0" type="BottomEdge" />1034 </Dim> 1035 </Area> 1036 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="StaticTopLeft" />1037 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="StaticTopRight" />1038 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="StaticBottomLeft" />1039 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="StaticBottomRight" />1040 <Image type="LeftEdge" imageset="TaharezGreenLook" image="StaticLeft" />1041 <Image type="TopEdge" imageset="TaharezGreenLook" image="StaticTop" />1042 <Image type="RightEdge" imageset="TaharezGreenLook" image="StaticRight" />1043 <Image type="BottomEdge" imageset="TaharezGreenLook" image="StaticBottom" />1250 <UnifiedDim offset="0" scale="1" type="BottomEdge" /> 1251 </Dim> 1252 </Area> 1253 <Image component="TopLeftCorner" name="TaharezGreenLook/StaticTopLeft" /> 1254 <Image component="TopRightCorner" name="TaharezGreenLook/StaticTopRight" /> 1255 <Image component="BottomLeftCorner" name="TaharezGreenLook/StaticBottomLeft" /> 1256 <Image component="BottomRightCorner" name="TaharezGreenLook/StaticBottomRight" /> 1257 <Image component="LeftEdge" name="TaharezGreenLook/StaticLeft" /> 1258 <Image component="TopEdge" name="TaharezGreenLook/StaticTop" /> 1259 <Image component="RightEdge" name="TaharezGreenLook/StaticRight" /> 1260 <Image component="BottomEdge" name="TaharezGreenLook/StaticBottom" /> 1044 1261 <VertFormat type="Stretched" /> 1045 1262 <HorzFormat type="Stretched" /> … … 1049 1266 <ImageryComponent> 1050 1267 <Area> 1051 <Dim type="LeftEdge" 1268 <Dim type="LeftEdge"> 1052 1269 <AbsoluteDim value="13" /> 1053 1270 </Dim> 1054 <Dim type="TopEdge" 1055 <AbsoluteDim value="0" /> 1056 </Dim> 1057 <Dim type="Width" 1058 <FontDim type="HorzExtent" padding="5" />1059 </Dim> 1060 <Dim type="Height" 1271 <Dim type="TopEdge"> 1272 <AbsoluteDim value="0" /> 1273 </Dim> 1274 <Dim type="Width"> 1275 <FontDim padding="5" type="HorzExtent" /> 1276 </Dim> 1277 <Dim type="Height"> 1061 1278 <FontDim type="LineSpacing" /> 1062 1279 </Dim> 1063 1280 </Area> 1064 <Image imageset="TaharezGreenLook" image="StaticBackdrop" />1281 <Image name="TaharezGreenLook/StaticBackdrop" /> 1065 1282 <ColourRectProperty name="BackgroundTextColours" /> 1066 1283 <VertFormat type="Stretched" /> … … 1080 1297 <Layer> 1081 1298 <Section section="frame" /> 1082 1083 1299 <Section section="label_bg" /> 1300 <Section section="label"> 1084 1301 <ColourProperty name="DisabledTextColour" /> 1085 1302 </Section> … … 1087 1304 </StateImagery> 1088 1305 </WidgetLook> 1089 1090 <!--1091 ***************************************************1092 TaharezGreenLook/ProgressBar1093 ***************************************************1094 -->1095 1306 <WidgetLook name="TaharezGreenLook/ProgressBar"> 1096 1307 <NamedArea name="ProgressArea"> 1097 1308 <Area> 1098 <Dim type="LeftEdge" > 1099 <ImageDim imageset="TaharezGreenLook" image="ProgressBarLeft" dimension="Width"> 1100 <DimOperator op="Divide"> 1309 <Dim type="LeftEdge"> 1310 <OperatorDim op="Divide"> 1311 <ImageDim dimension="Width" name="TaharezGreenLook/ProgressBarLeft" /> 1312 <AbsoluteDim value="2" /> 1313 </OperatorDim> 1314 </Dim> 1315 <Dim type="TopEdge"> 1316 <AbsoluteDim value="0" /> 1317 </Dim> 1318 <Dim type="RightEdge"> 1319 <OperatorDim op="Subtract"> 1320 <UnifiedDim scale="1" type="RightEdge" /> 1321 <OperatorDim op="Divide"> 1322 <ImageDim dimension="Width" name="TaharezGreenLook/ProgressBarRight" /> 1101 1323 <AbsoluteDim value="2" /> 1102 </DimOperator> 1103 </ImageDim> 1104 </Dim> 1105 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1106 <Dim type="RightEdge" > 1107 <UnifiedDim scale="1" type="RightEdge"> 1108 <DimOperator op="Subtract"> 1109 <ImageDim imageset="TaharezGreenLook" image="ProgressBarRight" dimension="Width"> 1110 <DimOperator op="Divide"> 1111 <AbsoluteDim value="2" /> 1112 </DimOperator> 1113 </ImageDim> 1114 </DimOperator> 1115 </UnifiedDim> 1116 </Dim> 1117 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1324 </OperatorDim> 1325 </OperatorDim> 1326 </Dim> 1327 <Dim type="Height"> 1328 <UnifiedDim scale="1" type="Height" /> 1329 </Dim> 1118 1330 </Area> 1119 1331 </NamedArea> … … 1121 1333 <FrameComponent> 1122 1334 <Area> 1123 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1124 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1125 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1126 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1127 </Area> 1128 <Image type="LeftEdge" imageset="TaharezGreenLook" image="ProgressBarLeft" /> 1129 <Image type="RightEdge" imageset="TaharezGreenLook" image="ProgressBarRight" /> 1130 <Image type="Background" imageset="TaharezGreenLook" image="ProgressBarMiddle" /> 1335 <Dim type="LeftEdge"> 1336 <AbsoluteDim value="0" /> 1337 </Dim> 1338 <Dim type="TopEdge"> 1339 <AbsoluteDim value="0" /> 1340 </Dim> 1341 <Dim type="Width"> 1342 <UnifiedDim scale="1" type="Width" /> 1343 </Dim> 1344 <Dim type="Height"> 1345 <UnifiedDim scale="1" type="Height" /> 1346 </Dim> 1347 </Area> 1348 <Image component="LeftEdge" name="TaharezGreenLook/ProgressBarLeft" /> 1349 <Image component="RightEdge" name="TaharezGreenLook/ProgressBarRight" /> 1350 <Image component="Background" name="TaharezGreenLook/ProgressBarMiddle" /> 1131 1351 <HorzFormat type="Tiled" /> 1132 1352 </FrameComponent> 1133 1353 </ImagerySection> 1134 <ImagerySection name="progress_lights" > 1135 <ImageryComponent> 1136 <Area> 1137 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1138 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1139 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1140 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1141 </Area> 1142 <Image imageset="TaharezGreenLook" image="ProgressBarLitSegment" /> 1354 <ImagerySection name="progress_lights"> 1355 <ImageryComponent> 1356 <Area> 1357 <Dim type="LeftEdge"> 1358 <AbsoluteDim value="0" /> 1359 </Dim> 1360 <Dim type="TopEdge"> 1361 <AbsoluteDim value="0" /> 1362 </Dim> 1363 <Dim type="Width"> 1364 <UnifiedDim scale="1" type="Width" /> 1365 </Dim> 1366 <Dim type="Height"> 1367 <UnifiedDim scale="1" type="Height" /> 1368 </Dim> 1369 </Area> 1370 <Image name="TaharezGreenLook/ProgressBarLitSegment" /> 1143 1371 <VertFormat type="Stretched" /> 1144 1372 <HorzFormat type="Tiled" /> … … 1153 1381 <Layer> 1154 1382 <Section section="frame"> 1155 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1383 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1156 1384 </Section> 1157 1385 </Layer> … … 1165 1393 <Layer> 1166 1394 <Section section="progress_lights"> 1167 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1395 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1168 1396 </Section> 1169 1397 </Layer> 1170 1398 </StateImagery> 1171 1399 </WidgetLook> 1172 1173 <!--1174 ***************************************************1175 TaharezGreenLook/AlternateProgressBar1176 ***************************************************1177 -->1178 1400 <WidgetLook name="TaharezGreenLook/AltProgressBar"> 1179 1401 <NamedArea name="ProgressArea"> 1180 1402 <Area> 1181 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="AltProgressLeft" dimension="Width" /></Dim> 1182 <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim> 1183 <Dim type="RightEdge" > 1184 <UnifiedDim scale="1" type="RightEdge"> 1185 <DimOperator op="Subtract"> 1186 <ImageDim imageset="TaharezGreenLook" image="AltProgressRight" dimension="Width" /> 1187 </DimOperator> 1188 </UnifiedDim> 1189 </Dim> 1190 <Dim type="Height" ><UnifiedDim scale="1" offset="-4" type="Height" /></Dim> 1403 <Dim type="LeftEdge"> 1404 <ImageDim dimension="Width" name="TaharezGreenLook/AltProgressLeft" /> 1405 </Dim> 1406 <Dim type="TopEdge"> 1407 <AbsoluteDim value="2" /> 1408 </Dim> 1409 <Dim type="RightEdge"> 1410 <OperatorDim op="Subtract"> 1411 <UnifiedDim scale="1" type="RightEdge" /> 1412 <ImageDim dimension="Width" name="TaharezGreenLook/AltProgressRight" /> 1413 </OperatorDim> 1414 </Dim> 1415 <Dim type="Height"> 1416 <UnifiedDim offset="-4" scale="1" type="Height" /> 1417 </Dim> 1191 1418 </Area> 1192 1419 </NamedArea> … … 1194 1421 <FrameComponent> 1195 1422 <Area> 1196 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1197 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1198 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1199 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1200 </Area> 1201 <Image type="LeftEdge" imageset="TaharezGreenLook" image="AltProgressLeft" /> 1202 <Image type="RightEdge" imageset="TaharezGreenLook" image="AltProgressRight" /> 1203 <Image type="Background" imageset="TaharezGreenLook" image="AltProgressMiddle" /> 1423 <Dim type="LeftEdge"> 1424 <AbsoluteDim value="0" /> 1425 </Dim> 1426 <Dim type="TopEdge"> 1427 <AbsoluteDim value="0" /> 1428 </Dim> 1429 <Dim type="Width"> 1430 <UnifiedDim scale="1" type="Width" /> 1431 </Dim> 1432 <Dim type="Height"> 1433 <UnifiedDim scale="1" type="Height" /> 1434 </Dim> 1435 </Area> 1436 <Image component="LeftEdge" name="TaharezGreenLook/AltProgressLeft" /> 1437 <Image component="RightEdge" name="TaharezGreenLook/AltProgressRight" /> 1438 <Image component="Background" name="TaharezGreenLook/AltProgressMiddle" /> 1204 1439 </FrameComponent> 1205 1440 </ImagerySection> 1206 <ImagerySection name="progress_lights" > 1207 <ImageryComponent> 1208 <Area> 1209 <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim> 1210 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1211 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1212 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1213 </Area> 1214 <Image imageset="TaharezGreenLook" image="AltProgressLight1" /> 1441 <ImagerySection name="progress_lights"> 1442 <ImageryComponent> 1443 <Area> 1444 <Dim type="LeftEdge"> 1445 <UnifiedDim scale="0" type="LeftEdge" /> 1446 </Dim> 1447 <Dim type="TopEdge"> 1448 <AbsoluteDim value="0" /> 1449 </Dim> 1450 <Dim type="Width"> 1451 <UnifiedDim scale="0.1" type="Width" /> 1452 </Dim> 1453 <Dim type="Height"> 1454 <UnifiedDim scale="1" type="Height" /> 1455 </Dim> 1456 </Area> 1457 <Image name="TaharezGreenLook/AltProgressLight1" /> 1215 1458 <VertFormat type="Stretched" /> 1216 1459 <HorzFormat type="Tiled" /> … … 1218 1461 <ImageryComponent> 1219 1462 <Area> 1220 <Dim type="LeftEdge" ><UnifiedDim scale="0.1" type="LeftEdge" /></Dim> 1221 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1222 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1223 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1224 </Area> 1225 <Image imageset="TaharezGreenLook" image="AltProgressLight2" /> 1463 <Dim type="LeftEdge"> 1464 <UnifiedDim scale="0.1" type="LeftEdge" /> 1465 </Dim> 1466 <Dim type="TopEdge"> 1467 <AbsoluteDim value="0" /> 1468 </Dim> 1469 <Dim type="Width"> 1470 <UnifiedDim scale="0.1" type="Width" /> 1471 </Dim> 1472 <Dim type="Height"> 1473 <UnifiedDim scale="1" type="Height" /> 1474 </Dim> 1475 </Area> 1476 <Image name="TaharezGreenLook/AltProgressLight2" /> 1226 1477 <VertFormat type="Stretched" /> 1227 1478 <HorzFormat type="Tiled" /> … … 1229 1480 <ImageryComponent> 1230 1481 <Area> 1231 <Dim type="LeftEdge" ><UnifiedDim scale="0.2" type="LeftEdge" /></Dim> 1232 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1233 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1234 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1235 </Area> 1236 <Image imageset="TaharezGreenLook" image="AltProgressLight3" /> 1482 <Dim type="LeftEdge"> 1483 <UnifiedDim scale="0.2" type="LeftEdge" /> 1484 </Dim> 1485 <Dim type="TopEdge"> 1486 <AbsoluteDim value="0" /> 1487 </Dim> 1488 <Dim type="Width"> 1489 <UnifiedDim scale="0.1" type="Width" /> 1490 </Dim> 1491 <Dim type="Height"> 1492 <UnifiedDim scale="1" type="Height" /> 1493 </Dim> 1494 </Area> 1495 <Image name="TaharezGreenLook/AltProgressLight3" /> 1237 1496 <VertFormat type="Stretched" /> 1238 1497 <HorzFormat type="Tiled" /> … … 1240 1499 <ImageryComponent> 1241 1500 <Area> 1242 <Dim type="LeftEdge" ><UnifiedDim scale="0.3" type="LeftEdge" /></Dim> 1243 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1244 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1245 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1246 </Area> 1247 <Image imageset="TaharezGreenLook" image="AltProgressLight4" /> 1501 <Dim type="LeftEdge"> 1502 <UnifiedDim scale="0.3" type="LeftEdge" /> 1503 </Dim> 1504 <Dim type="TopEdge"> 1505 <AbsoluteDim value="0" /> 1506 </Dim> 1507 <Dim type="Width"> 1508 <UnifiedDim scale="0.1" type="Width" /> 1509 </Dim> 1510 <Dim type="Height"> 1511 <UnifiedDim scale="1" type="Height" /> 1512 </Dim> 1513 </Area> 1514 <Image name="TaharezGreenLook/AltProgressLight4" /> 1248 1515 <VertFormat type="Stretched" /> 1249 1516 <HorzFormat type="Tiled" /> … … 1251 1518 <ImageryComponent> 1252 1519 <Area> 1253 <Dim type="LeftEdge" ><UnifiedDim scale="0.4" type="LeftEdge" /></Dim> 1254 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1255 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1256 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1257 </Area> 1258 <Image imageset="TaharezGreenLook" image="AltProgressLight5" /> 1520 <Dim type="LeftEdge"> 1521 <UnifiedDim scale="0.4" type="LeftEdge" /> 1522 </Dim> 1523 <Dim type="TopEdge"> 1524 <AbsoluteDim value="0" /> 1525 </Dim> 1526 <Dim type="Width"> 1527 <UnifiedDim scale="0.1" type="Width" /> 1528 </Dim> 1529 <Dim type="Height"> 1530 <UnifiedDim scale="1" type="Height" /> 1531 </Dim> 1532 </Area> 1533 <Image name="TaharezGreenLook/AltProgressLight5" /> 1259 1534 <VertFormat type="Stretched" /> 1260 1535 <HorzFormat type="Tiled" /> … … 1262 1537 <ImageryComponent> 1263 1538 <Area> 1264 <Dim type="LeftEdge" ><UnifiedDim scale="0.5" type="LeftEdge" /></Dim> 1265 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1266 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1267 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1268 </Area> 1269 <Image imageset="TaharezGreenLook" image="AltProgressLight6" /> 1539 <Dim type="LeftEdge"> 1540 <UnifiedDim scale="0.5" type="LeftEdge" /> 1541 </Dim> 1542 <Dim type="TopEdge"> 1543 <AbsoluteDim value="0" /> 1544 </Dim> 1545 <Dim type="Width"> 1546 <UnifiedDim scale="0.1" type="Width" /> 1547 </Dim> 1548 <Dim type="Height"> 1549 <UnifiedDim scale="1" type="Height" /> 1550 </Dim> 1551 </Area> 1552 <Image name="TaharezGreenLook/AltProgressLight6" /> 1270 1553 <VertFormat type="Stretched" /> 1271 1554 <HorzFormat type="Tiled" /> … … 1273 1556 <ImageryComponent> 1274 1557 <Area> 1275 <Dim type="LeftEdge" ><UnifiedDim scale="0.6" type="LeftEdge" /></Dim> 1276 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1277 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1278 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1279 </Area> 1280 <Image imageset="TaharezGreenLook" image="AltProgressLight7" /> 1558 <Dim type="LeftEdge"> 1559 <UnifiedDim scale="0.6" type="LeftEdge" /> 1560 </Dim> 1561 <Dim type="TopEdge"> 1562 <AbsoluteDim value="0" /> 1563 </Dim> 1564 <Dim type="Width"> 1565 <UnifiedDim scale="0.1" type="Width" /> 1566 </Dim> 1567 <Dim type="Height"> 1568 <UnifiedDim scale="1" type="Height" /> 1569 </Dim> 1570 </Area> 1571 <Image name="TaharezGreenLook/AltProgressLight7" /> 1281 1572 <VertFormat type="Stretched" /> 1282 1573 <HorzFormat type="Tiled" /> … … 1284 1575 <ImageryComponent> 1285 1576 <Area> 1286 <Dim type="LeftEdge" ><UnifiedDim scale="0.7" type="LeftEdge" /></Dim> 1287 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1288 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1289 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1290 </Area> 1291 <Image imageset="TaharezGreenLook" image="AltProgressLight8" /> 1577 <Dim type="LeftEdge"> 1578 <UnifiedDim scale="0.7" type="LeftEdge" /> 1579 </Dim> 1580 <Dim type="TopEdge"> 1581 <AbsoluteDim value="0" /> 1582 </Dim> 1583 <Dim type="Width"> 1584 <UnifiedDim scale="0.1" type="Width" /> 1585 </Dim> 1586 <Dim type="Height"> 1587 <UnifiedDim scale="1" type="Height" /> 1588 </Dim> 1589 </Area> 1590 <Image name="TaharezGreenLook/AltProgressLight8" /> 1292 1591 <VertFormat type="Stretched" /> 1293 1592 <HorzFormat type="Tiled" /> … … 1295 1594 <ImageryComponent> 1296 1595 <Area> 1297 <Dim type="LeftEdge" ><UnifiedDim scale="0.8" type="LeftEdge" /></Dim> 1298 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1299 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1300 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1301 </Area> 1302 <Image imageset="TaharezGreenLook" image="AltProgressLight9" /> 1596 <Dim type="LeftEdge"> 1597 <UnifiedDim scale="0.8" type="LeftEdge" /> 1598 </Dim> 1599 <Dim type="TopEdge"> 1600 <AbsoluteDim value="0" /> 1601 </Dim> 1602 <Dim type="Width"> 1603 <UnifiedDim scale="0.1" type="Width" /> 1604 </Dim> 1605 <Dim type="Height"> 1606 <UnifiedDim scale="1" type="Height" /> 1607 </Dim> 1608 </Area> 1609 <Image name="TaharezGreenLook/AltProgressLight9" /> 1303 1610 <VertFormat type="Stretched" /> 1304 1611 <HorzFormat type="Tiled" /> … … 1306 1613 <ImageryComponent> 1307 1614 <Area> 1308 <Dim type="LeftEdge" ><UnifiedDim scale="0.9" type="LeftEdge" /></Dim> 1309 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1310 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1311 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1312 </Area> 1313 <Image imageset="TaharezGreenLook" image="AltProgressLight10" /> 1615 <Dim type="LeftEdge"> 1616 <UnifiedDim scale="0.9" type="LeftEdge" /> 1617 </Dim> 1618 <Dim type="TopEdge"> 1619 <AbsoluteDim value="0" /> 1620 </Dim> 1621 <Dim type="Width"> 1622 <UnifiedDim scale="0.1" type="Width" /> 1623 </Dim> 1624 <Dim type="Height"> 1625 <UnifiedDim scale="1" type="Height" /> 1626 </Dim> 1627 </Area> 1628 <Image name="TaharezGreenLook/AltProgressLight10" /> 1314 1629 <VertFormat type="Stretched" /> 1315 1630 <HorzFormat type="Tiled" /> … … 1324 1639 <Layer> 1325 1640 <Section section="frame"> 1326 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1641 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1327 1642 </Section> 1328 1643 </Layer> … … 1336 1651 <Layer> 1337 1652 <Section section="progress_lights"> 1338 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1653 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1339 1654 </Section> 1340 1655 </Layer> 1341 1656 </StateImagery> 1342 1657 </WidgetLook> 1343 1344 <!--1345 ***************************************************1346 TaharezGreenLook/VUMeter (progress bar)1347 ***************************************************1348 -->1349 1658 <WidgetLook name="TaharezGreenLook/VUMeter"> 1350 1659 <Property name="VerticalProgress" value="True" /> 1351 1660 <NamedArea name="ProgressArea"> 1352 1661 <Area> 1353 <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim> 1354 <Dim type="TopEdge" ><UnifiedDim scale="0" type="TopEdge" /></Dim> 1355 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1356 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1662 <Dim type="LeftEdge"> 1663 <UnifiedDim scale="0" type="LeftEdge" /> 1664 </Dim> 1665 <Dim type="TopEdge"> 1666 <UnifiedDim scale="0" type="TopEdge" /> 1667 </Dim> 1668 <Dim type="Width"> 1669 <UnifiedDim scale="1" type="Width" /> 1670 </Dim> 1671 <Dim type="Height"> 1672 <UnifiedDim scale="1" type="Height" /> 1673 </Dim> 1357 1674 </Area> 1358 1675 </NamedArea> 1359 <ImagerySection name="progress_lights" > 1360 <ImageryComponent> 1361 <Area> 1362 <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim> 1363 <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim> 1364 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1365 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim> 1366 </Area> 1367 <Image imageset="TaharezGreenLook" image="TextSelectionBrush" /> 1368 <Colours topLeft="FF00FF00" topRight="FF00FF00" bottomLeft="FF00FF00" bottomRight="FF00FF00" /> 1676 <ImagerySection name="progress_lights"> 1677 <ImageryComponent> 1678 <Area> 1679 <Dim type="LeftEdge"> 1680 <UnifiedDim scale="0" type="LeftEdge" /> 1681 </Dim> 1682 <Dim type="TopEdge"> 1683 <UnifiedDim scale="0.5" type="TopEdge" /> 1684 </Dim> 1685 <Dim type="Width"> 1686 <UnifiedDim scale="1" type="Width" /> 1687 </Dim> 1688 <Dim type="Height"> 1689 <UnifiedDim scale="0.5" type="Height" /> 1690 </Dim> 1691 </Area> 1692 <Image name="TaharezGreenLook/TextSelectionBrush" /> 1693 <Colours bottomLeft="FF00FF00" bottomRight="FF00FF00" topLeft="FF00FF00" topRight="FF00FF00" /> 1369 1694 <VertFormat type="Tiled" /> 1370 1695 <HorzFormat type="Stretched" /> … … 1372 1697 <ImageryComponent> 1373 1698 <Area> 1374 <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim> 1375 <Dim type="TopEdge" ><UnifiedDim scale="0.2" type="TopEdge" /></Dim> 1376 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1377 <Dim type="Height" ><UnifiedDim scale="0.3" type="Height" /></Dim> 1378 </Area> 1379 <Image imageset="TaharezGreenLook" image="TextSelectionBrush" /> 1380 <Colours topLeft="FFFFFF00" topRight="FFFFFF00" bottomLeft="FFFFFF00" bottomRight="FFFFFF00" /> 1699 <Dim type="LeftEdge"> 1700 <UnifiedDim scale="0" type="LeftEdge" /> 1701 </Dim> 1702 <Dim type="TopEdge"> 1703 <UnifiedDim scale="0.2" type="TopEdge" /> 1704 </Dim> 1705 <Dim type="Width"> 1706 <UnifiedDim scale="1" type="Width" /> 1707 </Dim> 1708 <Dim type="Height"> 1709 <UnifiedDim scale="0.3" type="Height" /> 1710 </Dim> 1711 </Area> 1712 <Image name="TaharezGreenLook/TextSelectionBrush" /> 1713 <Colours bottomLeft="FFFFFF00" bottomRight="FFFFFF00" topLeft="FFFFFF00" topRight="FFFFFF00" /> 1381 1714 <VertFormat type="Tiled" /> 1382 1715 <HorzFormat type="Stretched" /> … … 1384 1717 <ImageryComponent> 1385 1718 <Area> 1386 <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim> 1387 <Dim type="TopEdge" ><UnifiedDim scale="0" type="TopEdge" /></Dim> 1388 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1389 <Dim type="Height" ><UnifiedDim scale="0.2" type="Height" /></Dim> 1390 </Area> 1391 <Image imageset="TaharezGreenLook" image="TextSelectionBrush" /> 1392 <Colours topLeft="FFFF0000" topRight="FFFF0000" bottomLeft="FFFF0000" bottomRight="FFFF0000" /> 1719 <Dim type="LeftEdge"> 1720 <UnifiedDim scale="0" type="LeftEdge" /> 1721 </Dim> 1722 <Dim type="TopEdge"> 1723 <UnifiedDim scale="0" type="TopEdge" /> 1724 </Dim> 1725 <Dim type="Width"> 1726 <UnifiedDim scale="1" type="Width" /> 1727 </Dim> 1728 <Dim type="Height"> 1729 <UnifiedDim scale="0.2" type="Height" /> 1730 </Dim> 1731 </Area> 1732 <Image name="TaharezGreenLook/TextSelectionBrush" /> 1733 <Colours bottomLeft="FFFF0000" bottomRight="FFFF0000" topLeft="FFFF0000" topRight="FFFF0000" /> 1393 1734 <VertFormat type="Tiled" /> 1394 1735 <HorzFormat type="Stretched" /> … … 1407 1748 <Layer> 1408 1749 <Section section="progress_lights"> 1409 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1750 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1410 1751 </Section> 1411 1752 </Layer> 1412 1753 </StateImagery> 1413 1754 </WidgetLook> 1414 1415 <!--1416 ***************************************************1417 TaharezGreenLook/SliderThumb1418 ***************************************************1419 -->1420 1755 <WidgetLook name="TaharezGreenLook/SliderThumb"> 1421 1756 <Property name="VertFree" value="True" /> … … 1423 1758 <ImageryComponent> 1424 1759 <Area> 1425 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1426 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1427 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 1428 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 1429 </Area> 1430 <Image imageset="TaharezGreenLook" image="VertSliderThumbNormal" /> 1760 <Dim type="LeftEdge"> 1761 <AbsoluteDim value="0" /> 1762 </Dim> 1763 <Dim type="TopEdge"> 1764 <AbsoluteDim value="0" /> 1765 </Dim> 1766 <Dim type="Width"> 1767 <UnifiedDim scale="1.0" type="Width" /> 1768 </Dim> 1769 <Dim type="Height"> 1770 <UnifiedDim scale="1.0" type="Height" /> 1771 </Dim> 1772 </Area> 1773 <Image name="TaharezGreenLook/VertSliderThumbNormal" /> 1431 1774 <VertFormat type="Stretched" /> 1432 1775 <HorzFormat type="Stretched" /> … … 1436 1779 <ImageryComponent> 1437 1780 <Area> 1438 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1439 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1440 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 1441 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 1442 </Area> 1443 <Image imageset="TaharezGreenLook" image="VertSliderThumbHover" /> 1781 <Dim type="LeftEdge"> 1782 <AbsoluteDim value="0" /> 1783 </Dim> 1784 <Dim type="TopEdge"> 1785 <AbsoluteDim value="0" /> 1786 </Dim> 1787 <Dim type="Width"> 1788 <UnifiedDim scale="1.0" type="Width" /> 1789 </Dim> 1790 <Dim type="Height"> 1791 <UnifiedDim scale="1.0" type="Height" /> 1792 </Dim> 1793 </Area> 1794 <Image name="TaharezGreenLook/VertSliderThumbHover" /> 1444 1795 <VertFormat type="Stretched" /> 1445 1796 <HorzFormat type="Stretched" /> … … 1464 1815 <Layer> 1465 1816 <Section section="normal"> 1466 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1817 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1467 1818 </Section> 1468 1819 </Layer> 1469 1820 </StateImagery> 1470 1821 </WidgetLook> 1471 1472 <!--1473 ***************************************************1474 TaharezGreenLook/Slider1475 ***************************************************1476 -->1477 1822 <WidgetLook name="TaharezGreenLook/Slider"> 1478 1823 <Property name="VerticalSlider" value="True" /> 1479 <Property name="Mouse ButtonDownAutoRepeat" value="True" />1824 <Property name="MouseAutoRepeatEnabled" value="True" /> 1480 1825 <Property name="WantsMultiClickEvents" value="False" /> 1481 1826 <NamedArea name="ThumbTrackArea"> 1482 1827 <Area> 1483 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1484 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1485 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 1486 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 1828 <Dim type="LeftEdge"> 1829 <AbsoluteDim value="0" /> 1830 </Dim> 1831 <Dim type="TopEdge"> 1832 <AbsoluteDim value="0" /> 1833 </Dim> 1834 <Dim type="RightEdge"> 1835 <UnifiedDim scale="1.0" type="RightEdge" /> 1836 </Dim> 1837 <Dim type="BottomEdge"> 1838 <UnifiedDim scale="1.0" type="BottomEdge" /> 1839 </Dim> 1487 1840 </Area> 1488 1841 </NamedArea> 1489 <Child type="TaharezGreenLook/SliderThumb" nameSuffix="__auto_thumb__"> 1490 <Area> 1491 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1492 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1493 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 1494 <Dim type="Height" ><ImageDim imageset="TaharezGreenLook" image="VertSliderThumbNormal" dimension="Height" /></Dim> 1842 <Child nameSuffix="__auto_thumb__" type="TaharezGreenLook/SliderThumb"> 1843 <Area> 1844 <Dim type="LeftEdge"> 1845 <AbsoluteDim value="0" /> 1846 </Dim> 1847 <Dim type="TopEdge"> 1848 <AbsoluteDim value="0" /> 1849 </Dim> 1850 <Dim type="Width"> 1851 <UnifiedDim scale="1.0" type="Width" /> 1852 </Dim> 1853 <Dim type="Height"> 1854 <ImageDim dimension="Height" name="TaharezGreenLook/VertSliderThumbNormal" /> 1855 </Dim> 1495 1856 </Area> 1496 1857 </Child> … … 1498 1859 <ImageryComponent> 1499 1860 <Area> 1500 <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim> 1501 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1502 <Dim type="Width" ><UnifiedDim scale="1.0" offset="-6" type="Width" /></Dim> 1503 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 1504 </Area> 1505 <Image imageset="TaharezGreenLook" image="VertSliderBody" /> 1861 <Dim type="LeftEdge"> 1862 <AbsoluteDim value="3" /> 1863 </Dim> 1864 <Dim type="TopEdge"> 1865 <AbsoluteDim value="0" /> 1866 </Dim> 1867 <Dim type="Width"> 1868 <UnifiedDim offset="-6" scale="1.0" type="Width" /> 1869 </Dim> 1870 <Dim type="Height"> 1871 <UnifiedDim scale="1.0" type="Height" /> 1872 </Dim> 1873 </Area> 1874 <Image name="TaharezGreenLook/VertSliderBody" /> 1506 1875 <VertFormat type="Stretched" /> 1507 1876 <HorzFormat type="Stretched" /> … … 1516 1885 <Layer> 1517 1886 <Section section="main"> 1518 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1887 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1519 1888 </Section> 1520 1889 </Layer> 1521 1890 </StateImagery> 1522 1891 </WidgetLook> 1523 1524 <!--1525 ***************************************************1526 TaharezGreenLook/HorizontalScrollbarThumb1527 ***************************************************1528 -->1529 1892 <WidgetLook name="TaharezGreenLook/HorizontalScrollbarThumb"> 1530 1893 <Property name="HorzFree" value="True" /> … … 1532 1895 <FrameComponent> 1533 1896 <Area> 1534 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1535 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1536 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 1537 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 1538 </Area> 1539 <Image type="LeftEdge" imageset="TaharezGreenLook" image="MiniHorzScrollThumbLeftNormal" /> 1540 <Image type="RightEdge" imageset="TaharezGreenLook" image="MiniHorzScrollThumbRightNormal" /> 1541 <Image type="Background" imageset="TaharezGreenLook" image="MiniHorzScrollThumbMiddleNormal" /> 1897 <Dim type="LeftEdge"> 1898 <AbsoluteDim value="0" /> 1899 </Dim> 1900 <Dim type="TopEdge"> 1901 <AbsoluteDim value="0" /> 1902 </Dim> 1903 <Dim type="Width"> 1904 <UnifiedDim scale="1.0" type="Width" /> 1905 </Dim> 1906 <Dim type="Height"> 1907 <UnifiedDim scale="1.0" type="Height" /> 1908 </Dim> 1909 </Area> 1910 <Image component="LeftEdge" name="TaharezGreenLook/MiniHorzScrollThumbLeftNormal" /> 1911 <Image component="RightEdge" name="TaharezGreenLook/MiniHorzScrollThumbRightNormal" /> 1912 <Image component="Background" name="TaharezGreenLook/MiniHorzScrollThumbMiddleNormal" /> 1542 1913 </FrameComponent> 1543 1914 </ImagerySection> … … 1545 1916 <FrameComponent> 1546 1917 <Area> 1547 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1548 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1549 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 1550 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 1551 </Area> 1552 <Image type="LeftEdge" imageset="TaharezGreenLook" image="MiniHorzScrollThumbLeftHover" /> 1553 <Image type="RightEdge" imageset="TaharezGreenLook" image="MiniHorzScrollThumbRightHover" /> 1554 <Image type="Background" imageset="TaharezGreenLook" image="MiniHorzScrollThumbMiddleHover" /> 1918 <Dim type="LeftEdge"> 1919 <AbsoluteDim value="0" /> 1920 </Dim> 1921 <Dim type="TopEdge"> 1922 <AbsoluteDim value="0" /> 1923 </Dim> 1924 <Dim type="Width"> 1925 <UnifiedDim scale="1.0" type="Width" /> 1926 </Dim> 1927 <Dim type="Height"> 1928 <UnifiedDim scale="1.0" type="Height" /> 1929 </Dim> 1930 </Area> 1931 <Image component="LeftEdge" name="TaharezGreenLook/MiniHorzScrollThumbLeftHover" /> 1932 <Image component="RightEdge" name="TaharezGreenLook/MiniHorzScrollThumbRightHover" /> 1933 <Image component="Background" name="TaharezGreenLook/MiniHorzScrollThumbMiddleHover" /> 1555 1934 </FrameComponent> 1556 1935 </ImagerySection> … … 1573 1952 <Layer> 1574 1953 <Section section="normal"> 1575 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />1954 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1576 1955 </Section> 1577 1956 </Layer> 1578 1957 </StateImagery> 1579 1958 </WidgetLook> 1580 1581 <!--1582 ***************************************************1583 TaharezGreenLook/HorizontalScrollbar1584 ***************************************************1585 -->1586 1959 <WidgetLook name="TaharezGreenLook/HorizontalScrollbar"> 1587 1960 <NamedArea name="ThumbTrackArea"> 1588 1961 <Area> 1589 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim> 1590 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1591 <Dim type="RightEdge" > 1592 <UnifiedDim scale="1.0" type="RightEdge"> 1593 <DimOperator op="Subtract"> 1594 <ImageDim imageset="TaharezGreenLook" image="MiniHorzScrollRightNormal" dimension="Width" /> 1595 </DimOperator> 1596 </UnifiedDim> 1597 </Dim> 1598 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 1962 <Dim type="LeftEdge"> 1963 <ImageDim dimension="Width" name="TaharezGreenLook/MiniHorzScrollLeftNormal" /> 1964 </Dim> 1965 <Dim type="TopEdge"> 1966 <AbsoluteDim value="0" /> 1967 </Dim> 1968 <Dim type="RightEdge"> 1969 <OperatorDim op="Subtract"> 1970 <UnifiedDim scale="1.0" type="RightEdge" /> 1971 <ImageDim dimension="Width" name="TaharezGreenLook/MiniHorzScrollRightNormal" /> 1972 </OperatorDim> 1973 </Dim> 1974 <Dim type="BottomEdge"> 1975 <UnifiedDim scale="1.0" type="BottomEdge" /> 1976 </Dim> 1599 1977 </Area> 1600 1978 </NamedArea> 1601 <Child type="TaharezGreenLook/ImageButton" nameSuffix="__auto_incbtn__"> 1602 <Area> 1603 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1604 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1605 <Dim type="Width" ><ImageDim imageset="TaharezGreenLook" image="MiniHorzScrollRightNormal" dimension="Width" /></Dim> 1606 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1979 <Child nameSuffix="__auto_incbtn__" type="TaharezGreenLook/ImageButton"> 1980 <Area> 1981 <Dim type="LeftEdge"> 1982 <AbsoluteDim value="0" /> 1983 </Dim> 1984 <Dim type="TopEdge"> 1985 <AbsoluteDim value="0" /> 1986 </Dim> 1987 <Dim type="Width"> 1988 <ImageDim dimension="Width" name="TaharezGreenLook/MiniHorzScrollRightNormal" /> 1989 </Dim> 1990 <Dim type="Height"> 1991 <UnifiedDim scale="1" type="Height" /> 1992 </Dim> 1607 1993 </Area> 1608 1994 <HorzAlignment type="RightAligned" /> 1609 <Property name="NormalImage" value=" set:TaharezGreenLook image:MiniHorzScrollRightNormal" />1610 <Property name="HoverImage" value=" set:TaharezGreenLook image:MiniHorzScrollRightHover" />1611 <Property name="PushedImage" value=" set:TaharezGreenLook image:MiniHorzScrollRightNormal" />1995 <Property name="NormalImage" value="TaharezGreenLook/MiniHorzScrollRightNormal" /> 1996 <Property name="HoverImage" value="TaharezGreenLook/MiniHorzScrollRightHover" /> 1997 <Property name="PushedImage" value="TaharezGreenLook/MiniHorzScrollRightNormal" /> 1612 1998 </Child> 1613 <Child type="TaharezGreenLook/ImageButton" nameSuffix="__auto_decbtn__"> 1614 <Area> 1615 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1616 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1617 <Dim type="Width" ><ImageDim imageset="TaharezGreenLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim> 1618 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1619 </Area> 1620 <Property name="NormalImage" value="set:TaharezGreenLook image:MiniHorzScrollLeftNormal" /> 1621 <Property name="HoverImage" value="set:TaharezGreenLook image:MiniHorzScrollLeftHover" /> 1622 <Property name="PushedImage" value="set:TaharezGreenLook image:MiniHorzScrollLeftNormal" /> 1999 <Child nameSuffix="__auto_decbtn__" type="TaharezGreenLook/ImageButton"> 2000 <Area> 2001 <Dim type="LeftEdge"> 2002 <AbsoluteDim value="0" /> 2003 </Dim> 2004 <Dim type="TopEdge"> 2005 <AbsoluteDim value="0" /> 2006 </Dim> 2007 <Dim type="Width"> 2008 <ImageDim dimension="Width" name="TaharezGreenLook/MiniHorzScrollLeftNormal" /> 2009 </Dim> 2010 <Dim type="Height"> 2011 <UnifiedDim scale="1" type="Height" /> 2012 </Dim> 2013 </Area> 2014 <Property name="NormalImage" value="TaharezGreenLook/MiniHorzScrollLeftNormal" /> 2015 <Property name="HoverImage" value="TaharezGreenLook/MiniHorzScrollLeftHover" /> 2016 <Property name="PushedImage" value="TaharezGreenLook/MiniHorzScrollLeftNormal" /> 1623 2017 </Child> 1624 <Child type="TaharezGreenLook/HorizontalScrollbarThumb" nameSuffix="__auto_thumb__"> 1625 <Area> 1626 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1627 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1628 <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim> 1629 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1630 </Area> 1631 <Property name="UnifiedMinSize" value="{{0,25},{0,0}}" /> 2018 <Child nameSuffix="__auto_thumb__" type="TaharezGreenLook/HorizontalScrollbarThumb"> 2019 <Area> 2020 <Dim type="LeftEdge"> 2021 <AbsoluteDim value="0" /> 2022 </Dim> 2023 <Dim type="TopEdge"> 2024 <AbsoluteDim value="0" /> 2025 </Dim> 2026 <Dim type="Width"> 2027 <UnifiedDim scale="0.1" type="Width" /> 2028 </Dim> 2029 <Dim type="Height"> 2030 <UnifiedDim scale="1" type="Height" /> 2031 </Dim> 2032 </Area> 2033 <Property name="MinSize" value="{{0,25},{0,0}}" /> 1632 2034 </Child> 1633 2035 <ImagerySection name="main"> 1634 2036 <ImageryComponent> 1635 2037 <Area> 1636 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim> 1637 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1638 <Dim type="RightEdge" > 1639 <UnifiedDim scale="1.0" type="RightEdge"> 1640 <DimOperator op="Subtract"> 1641 <ImageDim imageset="TaharezGreenLook" image="MiniHorzScrollRightNormal" dimension="Width" /> 1642 </DimOperator> 1643 </UnifiedDim> 1644 </Dim> 1645 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 1646 </Area> 1647 <Image imageset="TaharezGreenLook" image="MiniHorzScrollBarSegment" /> 2038 <Dim type="LeftEdge"> 2039 <ImageDim dimension="Width" name="TaharezGreenLook/MiniHorzScrollLeftNormal" /> 2040 </Dim> 2041 <Dim type="TopEdge"> 2042 <AbsoluteDim value="0" /> 2043 </Dim> 2044 <Dim type="RightEdge"> 2045 <OperatorDim op="Subtract"> 2046 <UnifiedDim scale="1.0" type="RightEdge" /> 2047 <ImageDim dimension="Width" name="TaharezGreenLook/MiniHorzScrollRightNormal" /> 2048 </OperatorDim> 2049 </Dim> 2050 <Dim type="BottomEdge"> 2051 <UnifiedDim scale="1.0" type="BottomEdge" /> 2052 </Dim> 2053 </Area> 2054 <Image name="TaharezGreenLook/MiniHorzScrollBarSegment" /> 1648 2055 <VertFormat type="CentreAligned" /> 1649 2056 <HorzFormat type="Stretched" /> … … 1658 2065 <Layer> 1659 2066 <Section section="main"> 1660 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />2067 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1661 2068 </Section> 1662 2069 </Layer> 1663 2070 </StateImagery> 1664 2071 </WidgetLook> 1665 1666 <!--1667 ***************************************************1668 TaharezGreenLook/VerticalScrollbarThumb1669 ***************************************************1670 -->1671 2072 <WidgetLook name="TaharezGreenLook/VerticalScrollbarThumb"> 1672 2073 <Property name="VertFree" value="True" /> … … 1674 2075 <FrameComponent> 1675 2076 <Area> 1676 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1677 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1678 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 1679 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 1680 </Area> 1681 <Image type="TopEdge" imageset="TaharezGreenLook" image="MiniVertScrollThumbTopNormal" /> 1682 <Image type="BottomEdge" imageset="TaharezGreenLook" image="MiniVertScrollThumbBottomNormal" /> 1683 <Image type="Background" imageset="TaharezGreenLook" image="MiniVertScrollThumbMiddleNormal" /> 2077 <Dim type="LeftEdge"> 2078 <AbsoluteDim value="0" /> 2079 </Dim> 2080 <Dim type="TopEdge"> 2081 <AbsoluteDim value="0" /> 2082 </Dim> 2083 <Dim type="Width"> 2084 <UnifiedDim scale="1.0" type="Width" /> 2085 </Dim> 2086 <Dim type="Height"> 2087 <UnifiedDim scale="1.0" type="Height" /> 2088 </Dim> 2089 </Area> 2090 <Image component="TopEdge" name="TaharezGreenLook/MiniVertScrollThumbTopNormal" /> 2091 <Image component="BottomEdge" name="TaharezGreenLook/MiniVertScrollThumbBottomNormal" /> 2092 <Image component="Background" name="TaharezGreenLook/MiniVertScrollThumbMiddleNormal" /> 1684 2093 </FrameComponent> 1685 2094 </ImagerySection> … … 1687 2096 <FrameComponent> 1688 2097 <Area> 1689 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1690 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1691 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 1692 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 1693 </Area> 1694 <Image type="TopEdge" imageset="TaharezGreenLook" image="MiniVertScrollThumbTopHover" /> 1695 <Image type="BottomEdge" imageset="TaharezGreenLook" image="MiniVertScrollThumbBottomHover" /> 1696 <Image type="Background" imageset="TaharezGreenLook" image="MiniVertScrollThumbMiddleHover" /> 2098 <Dim type="LeftEdge"> 2099 <AbsoluteDim value="0" /> 2100 </Dim> 2101 <Dim type="TopEdge"> 2102 <AbsoluteDim value="0" /> 2103 </Dim> 2104 <Dim type="Width"> 2105 <UnifiedDim scale="1.0" type="Width" /> 2106 </Dim> 2107 <Dim type="Height"> 2108 <UnifiedDim scale="1.0" type="Height" /> 2109 </Dim> 2110 </Area> 2111 <Image component="TopEdge" name="TaharezGreenLook/MiniVertScrollThumbTopHover" /> 2112 <Image component="BottomEdge" name="TaharezGreenLook/MiniVertScrollThumbBottomHover" /> 2113 <Image component="Background" name="TaharezGreenLook/MiniVertScrollThumbMiddleHover" /> 1697 2114 </FrameComponent> 1698 2115 </ImagerySection> … … 1715 2132 <Layer> 1716 2133 <Section section="normal"> 1717 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />2134 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1718 2135 </Section> 1719 2136 </Layer> 1720 2137 </StateImagery> 1721 2138 </WidgetLook> 1722 1723 <!--1724 ***************************************************1725 TaharezGreenLook/VerticalScrollbar1726 ***************************************************1727 -->1728 2139 <WidgetLook name="TaharezGreenLook/VerticalScrollbar"> 1729 2140 <Property name="VerticalScrollbar" value="True" /> 1730 2141 <NamedArea name="ThumbTrackArea"> 1731 2142 <Area> 1732 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1733 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim> 1734 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 1735 <Dim type="BottomEdge" > 1736 <UnifiedDim scale="1.0" type="BottomEdge"> 1737 <DimOperator op="Subtract"> 1738 <ImageDim imageset="TaharezGreenLook" image="MiniVertScrollDownNormal" dimension="Height" /> 1739 </DimOperator> 1740 </UnifiedDim> 2143 <Dim type="LeftEdge"> 2144 <AbsoluteDim value="0" /> 2145 </Dim> 2146 <Dim type="TopEdge"> 2147 <ImageDim dimension="Height" name="TaharezGreenLook/MiniVertScrollUpNormal" /> 2148 </Dim> 2149 <Dim type="RightEdge"> 2150 <UnifiedDim scale="1.0" type="RightEdge" /> 2151 </Dim> 2152 <Dim type="BottomEdge"> 2153 <OperatorDim op="Subtract"> 2154 <UnifiedDim scale="1.0" type="BottomEdge" /> 2155 <ImageDim dimension="Height" name="TaharezGreenLook/MiniVertScrollDownNormal" /> 2156 </OperatorDim> 1741 2157 </Dim> 1742 2158 </Area> 1743 2159 </NamedArea> 1744 <Child type="TaharezGreenLook/ImageButton" nameSuffix="__auto_incbtn__"> 1745 <Area> 1746 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1747 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1748 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1749 <Dim type="Height" ><ImageDim imageset="TaharezGreenLook" image="MiniVertScrollDownNormal" dimension="Height" /></Dim> 2160 <Child nameSuffix="__auto_incbtn__" type="TaharezGreenLook/ImageButton"> 2161 <Area> 2162 <Dim type="LeftEdge"> 2163 <AbsoluteDim value="0" /> 2164 </Dim> 2165 <Dim type="TopEdge"> 2166 <AbsoluteDim value="0" /> 2167 </Dim> 2168 <Dim type="Width"> 2169 <UnifiedDim scale="1" type="Width" /> 2170 </Dim> 2171 <Dim type="Height"> 2172 <ImageDim dimension="Height" name="TaharezGreenLook/MiniVertScrollDownNormal" /> 2173 </Dim> 1750 2174 </Area> 1751 2175 <VertAlignment type="BottomAligned" /> 1752 <Property name="NormalImage" value=" set:TaharezGreenLook image:MiniVertScrollDownNormal" />1753 <Property name="HoverImage" value=" set:TaharezGreenLook image:MiniVertScrollDownHover" />1754 <Property name="PushedImage" value=" set:TaharezGreenLook image:MiniVertScrollDownNormal" />2176 <Property name="NormalImage" value="TaharezGreenLook/MiniVertScrollDownNormal" /> 2177 <Property name="HoverImage" value="TaharezGreenLook/MiniVertScrollDownHover" /> 2178 <Property name="PushedImage" value="TaharezGreenLook/MiniVertScrollDownNormal" /> 1755 2179 </Child> 1756 <Child type="TaharezGreenLook/ImageButton" nameSuffix="__auto_decbtn__"> 1757 <Area> 1758 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1759 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1760 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1761 <Dim type="Height" ><ImageDim imageset="TaharezGreenLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim> 1762 </Area> 1763 <Property name="NormalImage" value="set:TaharezGreenLook image:MiniVertScrollUpNormal" /> 1764 <Property name="HoverImage" value="set:TaharezGreenLook image:MiniVertScrollUpHover" /> 1765 <Property name="PushedImage" value="set:TaharezGreenLook image:MiniVertScrollUpNormal" /> 2180 <Child nameSuffix="__auto_decbtn__" type="TaharezGreenLook/ImageButton"> 2181 <Area> 2182 <Dim type="LeftEdge"> 2183 <AbsoluteDim value="0" /> 2184 </Dim> 2185 <Dim type="TopEdge"> 2186 <AbsoluteDim value="0" /> 2187 </Dim> 2188 <Dim type="Width"> 2189 <UnifiedDim scale="1" type="Width" /> 2190 </Dim> 2191 <Dim type="Height"> 2192 <ImageDim dimension="Height" name="TaharezGreenLook/MiniVertScrollUpNormal" /> 2193 </Dim> 2194 </Area> 2195 <Property name="NormalImage" value="TaharezGreenLook/MiniVertScrollUpNormal" /> 2196 <Property name="HoverImage" value="TaharezGreenLook/MiniVertScrollUpHover" /> 2197 <Property name="PushedImage" value="TaharezGreenLook/MiniVertScrollUpNormal" /> 1766 2198 </Child> 1767 <Child type="TaharezGreenLook/VerticalScrollbarThumb" nameSuffix="__auto_thumb__"> 1768 <Area> 1769 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1770 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1771 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1772 <Dim type="Height" ><UnifiedDim scale="0.1" type="Height" /></Dim> 1773 </Area> 1774 <Property name="UnifiedMinSize" value="{{0,0},{0,25}}" /> 2199 <Child nameSuffix="__auto_thumb__" type="TaharezGreenLook/VerticalScrollbarThumb"> 2200 <Area> 2201 <Dim type="LeftEdge"> 2202 <AbsoluteDim value="0" /> 2203 </Dim> 2204 <Dim type="TopEdge"> 2205 <AbsoluteDim value="0" /> 2206 </Dim> 2207 <Dim type="Width"> 2208 <UnifiedDim scale="1" type="Width" /> 2209 </Dim> 2210 <Dim type="Height"> 2211 <UnifiedDim scale="0.1" type="Height" /> 2212 </Dim> 2213 </Area> 2214 <Property name="MinSize" value="{{0,0},{0,25}}" /> 1775 2215 </Child> 1776 2216 <ImagerySection name="main"> 1777 2217 <ImageryComponent> 1778 2218 <Area> 1779 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1780 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim> 1781 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 1782 <Dim type="BottomEdge" > 1783 <UnifiedDim scale="1.0" type="BottomEdge"> 1784 <DimOperator op="Subtract"> 1785 <ImageDim imageset="TaharezGreenLook" image="MiniVertScrollDownNormal" dimension="Height" /> 1786 </DimOperator> 1787 </UnifiedDim> 1788 </Dim> 1789 </Area> 1790 <Image imageset="TaharezGreenLook" image="MiniVertScrollBarSegment" /> 2219 <Dim type="LeftEdge"> 2220 <AbsoluteDim value="0" /> 2221 </Dim> 2222 <Dim type="TopEdge"> 2223 <ImageDim dimension="Height" name="TaharezGreenLook/MiniVertScrollUpNormal" /> 2224 </Dim> 2225 <Dim type="RightEdge"> 2226 <UnifiedDim scale="1.0" type="RightEdge" /> 2227 </Dim> 2228 <Dim type="BottomEdge"> 2229 <OperatorDim op="Subtract"> 2230 <UnifiedDim scale="1.0" type="BottomEdge" /> 2231 <ImageDim dimension="Height" name="TaharezGreenLook/MiniVertScrollDownNormal" /> 2232 </OperatorDim> 2233 </Dim> 2234 </Area> 2235 <Image name="TaharezGreenLook/MiniVertScrollBarSegment" /> 1791 2236 <VertFormat type="Stretched" /> 1792 2237 <HorzFormat type="CentreAligned" /> … … 1801 2246 <Layer> 1802 2247 <Section section="main"> 1803 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />2248 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1804 2249 </Section> 1805 2250 </Layer> 1806 2251 </StateImagery> 1807 2252 </WidgetLook> 1808 1809 <!--1810 ***************************************************1811 TaharezGreenLook/Listbox1812 ***************************************************1813 -->1814 2253 <WidgetLook name="TaharezGreenLook/Listbox"> 1815 <PropertyDefinition name="BackgroundColor" initialValue="FFFFFFFF" redrawOnWrite="true" />2254 <PropertyDefinition initialValue="FFFFFFFF" name="BackgroundColor" redrawOnWrite="true" /> 1816 2255 <NamedArea name="ItemRenderingArea"> 1817 2256 <Area> 1818 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxLeft" dimension="Width" /></Dim> 1819 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxTop" dimension="Height" /></Dim> 1820 <Dim type="RightEdge" > 1821 <UnifiedDim scale="1" type="RightEdge"> 1822 <DimOperator op="Subtract"> 1823 <ImageDim imageset="TaharezGreenLook" image="ListboxRight" dimension="Width" /> 1824 </DimOperator> 1825 </UnifiedDim> 1826 </Dim> 1827 <Dim type="BottomEdge" > 1828 <UnifiedDim scale="1" type="BottomEdge"> 1829 <DimOperator op="Subtract"> 1830 <ImageDim imageset="TaharezGreenLook" image="ListboxBottom" dimension="Height" /> 1831 </DimOperator> 1832 </UnifiedDim> 2257 <Dim type="LeftEdge"> 2258 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxLeft" /> 2259 </Dim> 2260 <Dim type="TopEdge"> 2261 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxTop" /> 2262 </Dim> 2263 <Dim type="RightEdge"> 2264 <OperatorDim op="Subtract"> 2265 <UnifiedDim scale="1" type="RightEdge" /> 2266 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxRight" /> 2267 </OperatorDim> 2268 </Dim> 2269 <Dim type="BottomEdge"> 2270 <OperatorDim op="Subtract"> 2271 <UnifiedDim scale="1" type="BottomEdge" /> 2272 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxBottom" /> 2273 </OperatorDim> 1833 2274 </Dim> 1834 2275 </Area> … … 1836 2277 <NamedArea name="ItemRenderingAreaHScroll"> 1837 2278 <Area> 1838 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxLeft" dimension="Width" /></Dim> 1839 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxTop" dimension="Height" /></Dim> 1840 <Dim type="RightEdge" > 1841 <UnifiedDim scale="1" type="RightEdge"> 1842 <DimOperator op="Subtract"> 1843 <ImageDim imageset="TaharezGreenLook" image="ListboxRight" dimension="Width" /> 1844 </DimOperator> 1845 </UnifiedDim> 1846 </Dim> 1847 <Dim type="BottomEdge" > 1848 <UnifiedDim scale="1" type="BottomEdge"> 1849 <DimOperator op="Subtract"> 1850 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 1851 </DimOperator> 1852 </UnifiedDim> 2279 <Dim type="LeftEdge"> 2280 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxLeft" /> 2281 </Dim> 2282 <Dim type="TopEdge"> 2283 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxTop" /> 2284 </Dim> 2285 <Dim type="RightEdge"> 2286 <OperatorDim op="Subtract"> 2287 <UnifiedDim scale="1" type="RightEdge" /> 2288 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxRight" /> 2289 </OperatorDim> 2290 </Dim> 2291 <Dim type="BottomEdge"> 2292 <OperatorDim op="Subtract"> 2293 <UnifiedDim scale="1" type="BottomEdge" /> 2294 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 2295 </OperatorDim> 1853 2296 </Dim> 1854 2297 </Area> … … 1856 2299 <NamedArea name="ItemRenderingAreaVScroll"> 1857 2300 <Area> 1858 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxLeft" dimension="Width" /></Dim> 1859 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxTop" dimension="Height" /></Dim> 1860 <Dim type="RightEdge" > 1861 <UnifiedDim scale="1" type="RightEdge"> 1862 <DimOperator op="Subtract"> 1863 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 1864 </DimOperator> 1865 </UnifiedDim> 1866 </Dim> 1867 <Dim type="BottomEdge" > 1868 <UnifiedDim scale="1" type="BottomEdge"> 1869 <DimOperator op="Subtract"> 1870 <ImageDim imageset="TaharezGreenLook" image="ListboxBottom" dimension="Height" /> 1871 </DimOperator> 1872 </UnifiedDim> 2301 <Dim type="LeftEdge"> 2302 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxLeft" /> 2303 </Dim> 2304 <Dim type="TopEdge"> 2305 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxTop" /> 2306 </Dim> 2307 <Dim type="RightEdge"> 2308 <OperatorDim op="Subtract"> 2309 <UnifiedDim scale="1" type="RightEdge" /> 2310 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 2311 </OperatorDim> 2312 </Dim> 2313 <Dim type="BottomEdge"> 2314 <OperatorDim op="Subtract"> 2315 <UnifiedDim scale="1" type="BottomEdge" /> 2316 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxBottom" /> 2317 </OperatorDim> 1873 2318 </Dim> 1874 2319 </Area> … … 1876 2321 <NamedArea name="ItemRenderingAreaHVScroll"> 1877 2322 <Area> 1878 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxLeft" dimension="Width" /></Dim> 1879 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxTop" dimension="Height" /></Dim> 1880 <Dim type="RightEdge" > 1881 <UnifiedDim scale="1" type="RightEdge"> 1882 <DimOperator op="Subtract"> 1883 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 1884 </DimOperator> 1885 </UnifiedDim> 1886 </Dim> 1887 <Dim type="BottomEdge" > 1888 <UnifiedDim scale="1" type="BottomEdge"> 1889 <DimOperator op="Subtract"> 1890 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 1891 </DimOperator> 1892 </UnifiedDim> 2323 <Dim type="LeftEdge"> 2324 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxLeft" /> 2325 </Dim> 2326 <Dim type="TopEdge"> 2327 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxTop" /> 2328 </Dim> 2329 <Dim type="RightEdge"> 2330 <OperatorDim op="Subtract"> 2331 <UnifiedDim scale="1" type="RightEdge" /> 2332 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 2333 </OperatorDim> 2334 </Dim> 2335 <Dim type="BottomEdge"> 2336 <OperatorDim op="Subtract"> 2337 <UnifiedDim scale="1" type="BottomEdge" /> 2338 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 2339 </OperatorDim> 1893 2340 </Dim> 1894 2341 </Area> 1895 2342 </NamedArea> 1896 <Child type="TaharezGreenLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 1897 <Area> 1898 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1899 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1900 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim> 1901 <Dim type="Height" ><AbsoluteDim value="12" /></Dim> 2343 <Child nameSuffix="__auto_hscrollbar__" type="TaharezGreenLook/HorizontalScrollbar"> 2344 <Area> 2345 <Dim type="LeftEdge"> 2346 <AbsoluteDim value="0" /> 2347 </Dim> 2348 <Dim type="TopEdge"> 2349 <AbsoluteDim value="0" /> 2350 </Dim> 2351 <Dim type="Width"> 2352 <UnifiedDim offset="-12" scale="1" type="Width" /> 2353 </Dim> 2354 <Dim type="Height"> 2355 <AbsoluteDim value="12" /> 2356 </Dim> 1902 2357 </Area> 1903 2358 <VertAlignment type="BottomAligned" /> 1904 2359 </Child> 1905 <Child type="TaharezGreenLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 1906 <Area> 1907 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1908 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1909 <Dim type="Width" ><AbsoluteDim value="12" /></Dim> 1910 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim> 2360 <Child nameSuffix="__auto_vscrollbar__" type="TaharezGreenLook/VerticalScrollbar"> 2361 <Area> 2362 <Dim type="LeftEdge"> 2363 <AbsoluteDim value="0" /> 2364 </Dim> 2365 <Dim type="TopEdge"> 2366 <AbsoluteDim value="0" /> 2367 </Dim> 2368 <Dim type="Width"> 2369 <AbsoluteDim value="12" /> 2370 </Dim> 2371 <Dim type="Height"> 2372 <UnifiedDim offset="-12" scale="1" type="Height" /> 2373 </Dim> 1911 2374 </Area> 1912 2375 <HorzAlignment type="RightAligned" /> … … 1915 2378 <FrameComponent> 1916 2379 <Area> 1917 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 1918 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 1919 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 1920 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 1921 </Area> 1922 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="ListboxTopLeft" /> 1923 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="ListboxTopRight" /> 1924 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="ListboxBottomLeft" /> 1925 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="ListboxBottomRight" /> 1926 <Image type="LeftEdge" imageset="TaharezGreenLook" image="ListboxLeft" /> 1927 <Image type="RightEdge" imageset="TaharezGreenLook" image="ListboxRight" /> 1928 <Image type="TopEdge" imageset="TaharezGreenLook" image="ListboxTop" /> 1929 <Image type="BottomEdge" imageset="TaharezGreenLook" image="ListboxBottom" /> 1930 <Image type="Background" imageset="TaharezGreenLook" image="ListboxBackdrop" /> 2380 <Dim type="LeftEdge"> 2381 <AbsoluteDim value="0" /> 2382 </Dim> 2383 <Dim type="TopEdge"> 2384 <AbsoluteDim value="0" /> 2385 </Dim> 2386 <Dim type="Width"> 2387 <UnifiedDim scale="1" type="Width" /> 2388 </Dim> 2389 <Dim type="Height"> 2390 <UnifiedDim scale="1" type="Height" /> 2391 </Dim> 2392 </Area> 2393 <Image component="TopLeftCorner" name="TaharezGreenLook/ListboxTopLeft" /> 2394 <Image component="TopRightCorner" name="TaharezGreenLook/ListboxTopRight" /> 2395 <Image component="BottomLeftCorner" name="TaharezGreenLook/ListboxBottomLeft" /> 2396 <Image component="BottomRightCorner" name="TaharezGreenLook/ListboxBottomRight" /> 2397 <Image component="LeftEdge" name="TaharezGreenLook/ListboxLeft" /> 2398 <Image component="RightEdge" name="TaharezGreenLook/ListboxRight" /> 2399 <Image component="TopEdge" name="TaharezGreenLook/ListboxTop" /> 2400 <Image component="BottomEdge" name="TaharezGreenLook/ListboxBottom" /> 2401 <Image component="Background" name="TaharezGreenLook/ListboxBackdrop" /> 1931 2402 </FrameComponent> 1932 2403 </ImagerySection> … … 1941 2412 <Layer> 1942 2413 <Section section="main"> 1943 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />2414 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 1944 2415 </Section> 1945 2416 </Layer> 1946 2417 </StateImagery> 1947 2418 </WidgetLook> 1948 1949 <!--1950 ***************************************************1951 TaharezGreenLook/ComboDropList1952 ***************************************************1953 -->1954 2419 <WidgetLook name="TaharezGreenLook/ComboDropList"> 1955 2420 <NamedArea name="ItemRenderingArea"> 1956 2421 <Area> 1957 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ComboboxListLeft" dimension="Width" /></Dim> 1958 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ComboboxListTop" dimension="Height" /></Dim> 1959 <Dim type="RightEdge" > 1960 <UnifiedDim scale="1" type="RightEdge"> 1961 <DimOperator op="Subtract"> 1962 <ImageDim imageset="TaharezGreenLook" image="ComboboxListRight" dimension="Width" /> 1963 </DimOperator> 1964 </UnifiedDim> 1965 </Dim> 1966 <Dim type="BottomEdge" > 1967 <UnifiedDim scale="1" type="BottomEdge"> 1968 <DimOperator op="Subtract"> 1969 <ImageDim imageset="TaharezGreenLook" image="ComboboxListBottom" dimension="Height" /> 1970 </DimOperator> 1971 </UnifiedDim> 2422 <Dim type="LeftEdge"> 2423 <ImageDim dimension="Width" name="TaharezGreenLook/ComboboxListLeft" /> 2424 </Dim> 2425 <Dim type="TopEdge"> 2426 <ImageDim dimension="Height" name="TaharezGreenLook/ComboboxListTop" /> 2427 </Dim> 2428 <Dim type="RightEdge"> 2429 <OperatorDim op="Subtract"> 2430 <UnifiedDim scale="1" type="RightEdge" /> 2431 <ImageDim dimension="Width" name="TaharezGreenLook/ComboboxListRight" /> 2432 </OperatorDim> 2433 </Dim> 2434 <Dim type="BottomEdge"> 2435 <OperatorDim op="Subtract"> 2436 <UnifiedDim scale="1" type="BottomEdge" /> 2437 <ImageDim dimension="Height" name="TaharezGreenLook/ComboboxListBottom" /> 2438 </OperatorDim> 1972 2439 </Dim> 1973 2440 </Area> … … 1975 2442 <NamedArea name="ItemRenderingAreaHScroll"> 1976 2443 <Area> 1977 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ComboboxListLeft" dimension="Width" /></Dim> 1978 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ComboboxListTop" dimension="Height" /></Dim> 1979 <Dim type="RightEdge" > 1980 <UnifiedDim scale="1" type="RightEdge"> 1981 <DimOperator op="Subtract"> 1982 <ImageDim imageset="TaharezGreenLook" image="ComboboxListRight" dimension="Width" /> 1983 </DimOperator> 1984 </UnifiedDim> 1985 </Dim> 1986 <Dim type="BottomEdge" > 1987 <UnifiedDim scale="1" type="BottomEdge"> 1988 <DimOperator op="Subtract"> 1989 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 1990 </DimOperator> 1991 </UnifiedDim> 2444 <Dim type="LeftEdge"> 2445 <ImageDim dimension="Width" name="TaharezGreenLook/ComboboxListLeft" /> 2446 </Dim> 2447 <Dim type="TopEdge"> 2448 <ImageDim dimension="Height" name="TaharezGreenLook/ComboboxListTop" /> 2449 </Dim> 2450 <Dim type="RightEdge"> 2451 <OperatorDim op="Subtract"> 2452 <UnifiedDim scale="1" type="RightEdge" /> 2453 <ImageDim dimension="Width" name="TaharezGreenLook/ComboboxListRight" /> 2454 </OperatorDim> 2455 </Dim> 2456 <Dim type="BottomEdge"> 2457 <OperatorDim op="Subtract"> 2458 <UnifiedDim scale="1" type="BottomEdge" /> 2459 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 2460 </OperatorDim> 1992 2461 </Dim> 1993 2462 </Area> … … 1995 2464 <NamedArea name="ItemRenderingAreaVScroll"> 1996 2465 <Area> 1997 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ComboboxListLeft" dimension="Width" /></Dim> 1998 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ComboboxListTop" dimension="Height" /></Dim> 1999 <Dim type="RightEdge" > 2000 <UnifiedDim scale="1" type="RightEdge"> 2001 <DimOperator op="Subtract"> 2002 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 2003 </DimOperator> 2004 </UnifiedDim> 2005 </Dim> 2006 <Dim type="BottomEdge" > 2007 <UnifiedDim scale="1" type="BottomEdge"> 2008 <DimOperator op="Subtract"> 2009 <ImageDim imageset="TaharezGreenLook" image="ComboboxListBottom" dimension="Height" /> 2010 </DimOperator> 2011 </UnifiedDim> 2466 <Dim type="LeftEdge"> 2467 <ImageDim dimension="Width" name="TaharezGreenLook/ComboboxListLeft" /> 2468 </Dim> 2469 <Dim type="TopEdge"> 2470 <ImageDim dimension="Height" name="TaharezGreenLook/ComboboxListTop" /> 2471 </Dim> 2472 <Dim type="RightEdge"> 2473 <OperatorDim op="Subtract"> 2474 <UnifiedDim scale="1" type="RightEdge" /> 2475 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 2476 </OperatorDim> 2477 </Dim> 2478 <Dim type="BottomEdge"> 2479 <OperatorDim op="Subtract"> 2480 <UnifiedDim scale="1" type="BottomEdge" /> 2481 <ImageDim dimension="Height" name="TaharezGreenLook/ComboboxListBottom" /> 2482 </OperatorDim> 2012 2483 </Dim> 2013 2484 </Area> … … 2015 2486 <NamedArea name="ItemRenderingAreaHVScroll"> 2016 2487 <Area> 2017 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ComboboxListLeft" dimension="Width" /></Dim> 2018 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ComboboxListTop" dimension="Height" /></Dim> 2019 <Dim type="RightEdge" > 2020 <UnifiedDim scale="1" type="RightEdge"> 2021 <DimOperator op="Subtract"> 2022 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 2023 </DimOperator> 2024 </UnifiedDim> 2025 </Dim> 2026 <Dim type="BottomEdge" > 2027 <UnifiedDim scale="1" type="BottomEdge"> 2028 <DimOperator op="Subtract"> 2029 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 2030 </DimOperator> 2031 </UnifiedDim> 2488 <Dim type="LeftEdge"> 2489 <ImageDim dimension="Width" name="TaharezGreenLook/ComboboxListLeft" /> 2490 </Dim> 2491 <Dim type="TopEdge"> 2492 <ImageDim dimension="Height" name="TaharezGreenLook/ComboboxListTop" /> 2493 </Dim> 2494 <Dim type="RightEdge"> 2495 <OperatorDim op="Subtract"> 2496 <UnifiedDim scale="1" type="RightEdge" /> 2497 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 2498 </OperatorDim> 2499 </Dim> 2500 <Dim type="BottomEdge"> 2501 <OperatorDim op="Subtract"> 2502 <UnifiedDim scale="1" type="BottomEdge" /> 2503 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 2504 </OperatorDim> 2032 2505 </Dim> 2033 2506 </Area> 2034 2507 </NamedArea> 2035 <Child type="TaharezGreenLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 2036 <Area> 2037 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2038 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2039 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim> 2040 <Dim type="Height" ><AbsoluteDim value="12" /></Dim> 2508 <Child nameSuffix="__auto_hscrollbar__" type="TaharezGreenLook/HorizontalScrollbar"> 2509 <Area> 2510 <Dim type="LeftEdge"> 2511 <AbsoluteDim value="0" /> 2512 </Dim> 2513 <Dim type="TopEdge"> 2514 <AbsoluteDim value="0" /> 2515 </Dim> 2516 <Dim type="Width"> 2517 <UnifiedDim offset="-12" scale="1" type="Width" /> 2518 </Dim> 2519 <Dim type="Height"> 2520 <AbsoluteDim value="12" /> 2521 </Dim> 2041 2522 </Area> 2042 2523 <VertAlignment type="BottomAligned" /> 2043 2524 </Child> 2044 <Child type="TaharezGreenLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 2045 <Area> 2046 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2047 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2048 <Dim type="Width" ><AbsoluteDim value="12" /></Dim> 2049 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim> 2525 <Child nameSuffix="__auto_vscrollbar__" type="TaharezGreenLook/VerticalScrollbar"> 2526 <Area> 2527 <Dim type="LeftEdge"> 2528 <AbsoluteDim value="0" /> 2529 </Dim> 2530 <Dim type="TopEdge"> 2531 <AbsoluteDim value="0" /> 2532 </Dim> 2533 <Dim type="Width"> 2534 <AbsoluteDim value="12" /> 2535 </Dim> 2536 <Dim type="Height"> 2537 <UnifiedDim offset="-12" scale="1" type="Height" /> 2538 </Dim> 2050 2539 </Area> 2051 2540 <HorzAlignment type="RightAligned" /> … … 2054 2543 <FrameComponent> 2055 2544 <Area> 2056 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2057 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2058 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2059 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2060 </Area> 2061 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="ComboboxListTopLeft" /> 2062 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="ComboboxListTopRight" /> 2063 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="ComboboxListBottomLeft" /> 2064 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="ComboboxListBottomRight" /> 2065 <Image type="LeftEdge" imageset="TaharezGreenLook" image="ComboboxListLeft" /> 2066 <Image type="RightEdge" imageset="TaharezGreenLook" image="ComboboxListRight" /> 2067 <Image type="TopEdge" imageset="TaharezGreenLook" image="ComboboxListTop" /> 2068 <Image type="BottomEdge" imageset="TaharezGreenLook" image="ComboboxListBottom" /> 2069 <Image type="Background" imageset="TaharezGreenLook" image="ComboboxListBackdrop" /> 2545 <Dim type="LeftEdge"> 2546 <AbsoluteDim value="0" /> 2547 </Dim> 2548 <Dim type="TopEdge"> 2549 <AbsoluteDim value="0" /> 2550 </Dim> 2551 <Dim type="Width"> 2552 <UnifiedDim scale="1" type="Width" /> 2553 </Dim> 2554 <Dim type="Height"> 2555 <UnifiedDim scale="1" type="Height" /> 2556 </Dim> 2557 </Area> 2558 <Image component="TopLeftCorner" name="TaharezGreenLook/ComboboxListTopLeft" /> 2559 <Image component="TopRightCorner" name="TaharezGreenLook/ComboboxListTopRight" /> 2560 <Image component="BottomLeftCorner" name="TaharezGreenLook/ComboboxListBottomLeft" /> 2561 <Image component="BottomRightCorner" name="TaharezGreenLook/ComboboxListBottomRight" /> 2562 <Image component="LeftEdge" name="TaharezGreenLook/ComboboxListLeft" /> 2563 <Image component="RightEdge" name="TaharezGreenLook/ComboboxListRight" /> 2564 <Image component="TopEdge" name="TaharezGreenLook/ComboboxListTop" /> 2565 <Image component="BottomEdge" name="TaharezGreenLook/ComboboxListBottom" /> 2566 <Image component="Background" name="TaharezGreenLook/ComboboxListBackdrop" /> 2070 2567 </FrameComponent> 2071 2568 </ImagerySection> … … 2078 2575 <Layer> 2079 2576 <Section section="main"> 2080 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />2577 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 2081 2578 </Section> 2082 2579 </Layer> 2083 2580 </StateImagery> 2084 2581 </WidgetLook> 2085 2086 <!--2087 ***************************************************2088 TaharezGreenLook/ComboEditbox2089 ***************************************************2090 -->2091 2582 <WidgetLook name="TaharezGreenLook/ComboEditbox"> 2092 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />2093 <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />2094 <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />2095 <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />2096 <Property name="MouseCursorImage" value=" set:TaharezGreenLook image:MouseTextBar" />2583 <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" /> 2584 <PropertyDefinition initialValue="FF000000" name="SelectedTextColour" redrawOnWrite="true" /> 2585 <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" /> 2586 <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" /> 2587 <Property name="MouseCursorImage" value="TaharezGreenLook/MouseTextBar" /> 2097 2588 <NamedArea name="TextArea"> 2098 2589 <Area> 2099 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim> 2100 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim> 2101 <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim> 2102 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim> 2590 <Dim type="LeftEdge"> 2591 <AbsoluteDim value="5" /> 2592 </Dim> 2593 <Dim type="TopEdge"> 2594 <AbsoluteDim value="5" /> 2595 </Dim> 2596 <Dim type="RightEdge"> 2597 <UnifiedDim offset="-5" scale="1.0" type="RightEdge" /> 2598 </Dim> 2599 <Dim type="BottomEdge"> 2600 <UnifiedDim offset="-5" scale="1.0" type="BottomEdge" /> 2601 </Dim> 2103 2602 </Area> 2104 2603 </NamedArea> … … 2106 2605 <FrameComponent> 2107 2606 <Area> 2108 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2109 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2110 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 2111 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 2112 </Area> 2113 <Image type="LeftEdge" imageset="TaharezGreenLook" image="ComboboxEditLeft" /> 2114 <Image type="Background" imageset="TaharezGreenLook" image="ComboboxEditMiddle" /> 2607 <Dim type="LeftEdge"> 2608 <AbsoluteDim value="0" /> 2609 </Dim> 2610 <Dim type="TopEdge"> 2611 <AbsoluteDim value="0" /> 2612 </Dim> 2613 <Dim type="Width"> 2614 <UnifiedDim scale="1.0" type="Width" /> 2615 </Dim> 2616 <Dim type="Height"> 2617 <UnifiedDim scale="1.0" type="Height" /> 2618 </Dim> 2619 </Area> 2620 <Image component="LeftEdge" name="TaharezGreenLook/ComboboxEditLeft" /> 2621 <Image component="Background" name="TaharezGreenLook/ComboboxEditMiddle" /> 2115 2622 </FrameComponent> 2116 2623 </ImagerySection> … … 2118 2625 <ImageryComponent> 2119 2626 <Area> 2120 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2121 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2122 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 2123 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 2124 </Area> 2125 <Image imageset="TaharezGreenLook" image="TextSelectionBrush" /> 2627 <Dim type="LeftEdge"> 2628 <AbsoluteDim value="0" /> 2629 </Dim> 2630 <Dim type="TopEdge"> 2631 <AbsoluteDim value="0" /> 2632 </Dim> 2633 <Dim type="RightEdge"> 2634 <UnifiedDim scale="1.0" type="RightEdge" /> 2635 </Dim> 2636 <Dim type="BottomEdge"> 2637 <UnifiedDim scale="1.0" type="BottomEdge" /> 2638 </Dim> 2639 </Area> 2640 <Image name="TaharezGreenLook/TextSelectionBrush" /> 2126 2641 <VertFormat type="Stretched" /> 2127 2642 <HorzFormat type="Stretched" /> 2128 2643 </ImageryComponent> 2129 2644 </ImagerySection> 2130 <ImagerySection name="Carat"> 2131 <ImageryComponent> 2132 <Area> 2133 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2134 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2135 <Dim type="Width" ><ImageDim imageset="TaharezGreenLook" image="EditBoxCarat" dimension="Width" /></Dim> 2136 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 2137 </Area> 2138 <Image imageset="TaharezGreenLook" image="EditBoxCarat" /> 2645 <ImagerySection name="Caret"> 2646 <ImageryComponent> 2647 <Area> 2648 <Dim type="LeftEdge"> 2649 <AbsoluteDim value="0" /> 2650 </Dim> 2651 <Dim type="TopEdge"> 2652 <AbsoluteDim value="0" /> 2653 </Dim> 2654 <Dim type="Width"> 2655 <ImageDim dimension="Width" name="TaharezGreenLook/EditBoxCarat" /> 2656 </Dim> 2657 <Dim type="BottomEdge"> 2658 <UnifiedDim scale="1.0" type="BottomEdge" /> 2659 </Dim> 2660 </Area> 2661 <Image name="TaharezGreenLook/EditBoxCarat" /> 2139 2662 <VertFormat type="Stretched" /> 2140 2663 <HorzFormat type="Stretched" /> … … 2154 2677 <Layer> 2155 2678 <Section section="container_normal"> 2156 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />2679 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 2157 2680 </Section> 2158 2681 </Layer> … … 2173 2696 </StateImagery> 2174 2697 </WidgetLook> 2175 2176 <!--2177 ***************************************************2178 TaharezGreenLook/Combobox2179 ***************************************************2180 -->2181 2698 <WidgetLook name="TaharezGreenLook/Combobox"> 2182 <PropertyLinkDefinition name="NormalEditTextColour" widget="__auto_editbox__" targetProperty="NormalTextColour" initialValue="FFFFFFFF" /> 2183 <PropertyLinkDefinition name="SelectedEditTextColour" widget="__auto_editbox__" targetProperty="SelectedTextColour" initialValue="FF000000" /> 2184 <PropertyLinkDefinition name="ActiveEditSelectionColour" widget="__auto_editbox__" targetProperty="ActiveSelectionColour" initialValue="FF6060FF" /> 2185 <PropertyLinkDefinition name="InactiveEditSelectionColour" widget="__auto_editbox__" targetProperty="InactiveSelectionColour" initialValue="FF808080" /> 2186 <Child type="TaharezGreenLook/ComboEditbox" nameSuffix="__auto_editbox__"> 2187 <Area> 2188 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2189 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2190 <Dim type="RightEdge" > 2191 <UnifiedDim scale="1" type="RightEdge"> 2192 <DimOperator op="Subtract"> 2193 <FontDim type="LineSpacing"> 2194 <DimOperator op="Multiply"> 2195 <AbsoluteDim value="1.5" /> 2196 </DimOperator> 2197 </FontDim> 2198 </DimOperator> 2199 </UnifiedDim> 2200 </Dim> 2201 <Dim type="Height" > 2202 <FontDim type="LineSpacing"> 2203 <DimOperator op="Multiply"> 2699 <PropertyLinkDefinition initialValue="FFFFFFFF" name="NormalEditTextColour" targetProperty="NormalTextColour" widget="__auto_editbox__" /> 2700 <PropertyLinkDefinition initialValue="FF000000" name="SelectedEditTextColour" targetProperty="SelectedTextColour" widget="__auto_editbox__" /> 2701 <PropertyLinkDefinition initialValue="FF6060FF" name="ActiveEditSelectionColour" targetProperty="ActiveSelectionColour" widget="__auto_editbox__" /> 2702 <PropertyLinkDefinition initialValue="FF808080" name="InactiveEditSelectionColour" targetProperty="InactiveSelectionColour" widget="__auto_editbox__" /> 2703 <Child nameSuffix="__auto_editbox__" type="TaharezGreenLook/ComboEditbox"> 2704 <Area> 2705 <Dim type="LeftEdge"> 2706 <AbsoluteDim value="0" /> 2707 </Dim> 2708 <Dim type="TopEdge"> 2709 <AbsoluteDim value="0" /> 2710 </Dim> 2711 <Dim type="RightEdge"> 2712 <OperatorDim op="Subtract"> 2713 <UnifiedDim scale="1" type="RightEdge" /> 2714 <OperatorDim op="Multiply"> 2715 <FontDim type="LineSpacing" /> 2204 2716 <AbsoluteDim value="1.5" /> 2205 </DimOperator> 2206 </FontDim> 2717 </OperatorDim> 2718 </OperatorDim> 2719 </Dim> 2720 <Dim type="Height"> 2721 <OperatorDim op="Multiply"> 2722 <FontDim type="LineSpacing" /> 2723 <AbsoluteDim value="1.5" /> 2724 </OperatorDim> 2207 2725 </Dim> 2208 2726 </Area> 2209 2727 </Child> 2210 <Child type="TaharezGreenLook/ComboDropList" nameSuffix="__auto_droplist__"> 2211 <Area> 2212 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2213 <Dim type="TopEdge" ><WidgetDim widget="__auto_editbox__" dimension="BottomEdge" /></Dim> 2214 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2215 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim> 2728 <Child nameSuffix="__auto_droplist__" type="TaharezGreenLook/ComboDropList"> 2729 <Area> 2730 <Dim type="LeftEdge"> 2731 <AbsoluteDim value="0" /> 2732 </Dim> 2733 <Dim type="TopEdge"> 2734 <WidgetDim dimension="BottomEdge" widget="__auto_editbox__" /> 2735 </Dim> 2736 <Dim type="Width"> 2737 <UnifiedDim scale="1" type="Width" /> 2738 </Dim> 2739 <Dim type="BottomEdge"> 2740 <UnifiedDim scale="1" type="BottomEdge" /> 2741 </Dim> 2216 2742 </Area> 2217 2743 </Child> 2218 <Child type="TaharezGreenLook/ImageButton" nameSuffix="__auto_button__"> 2219 <Area> 2220 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2221 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2222 <Dim type="Width" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim> 2223 <Dim type="Height" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim> 2744 <Child nameSuffix="__auto_button__" type="TaharezGreenLook/ImageButton"> 2745 <Area> 2746 <Dim type="LeftEdge"> 2747 <AbsoluteDim value="0" /> 2748 </Dim> 2749 <Dim type="TopEdge"> 2750 <AbsoluteDim value="0" /> 2751 </Dim> 2752 <Dim type="Width"> 2753 <WidgetDim dimension="Height" widget="__auto_editbox__" /> 2754 </Dim> 2755 <Dim type="Height"> 2756 <WidgetDim dimension="Height" widget="__auto_editbox__" /> 2757 </Dim> 2224 2758 </Area> 2225 2759 <HorzAlignment type="RightAligned" /> 2226 <Property name="NormalImage" value=" set:TaharezGreenLook image:ComboboxListButtonNormal" />2227 <Property name="HoverImage" value=" set:TaharezGreenLook image:ComboboxListButtonHover" />2228 <Property name="PushedImage" value=" set:TaharezGreenLook image:ComboboxListButtonNormal" />2760 <Property name="NormalImage" value="TaharezGreenLook/ComboboxListButtonNormal" /> 2761 <Property name="HoverImage" value="TaharezGreenLook/ComboboxListButtonHover" /> 2762 <Property name="PushedImage" value="TaharezGreenLook/ComboboxListButtonNormal" /> 2229 2763 </Child> 2230 2764 <StateImagery name="Enabled" /> 2231 2765 <StateImagery name="Disabled" /> 2232 2766 </WidgetLook> 2233 2234 <!--2235 ***************************************************2236 TaharezGreenLook/Spinner2237 ***************************************************2238 -->2239 2767 <WidgetLook name="TaharezGreenLook/Spinner"> 2240 <Child type="TaharezGreenLook/Editbox" nameSuffix="__auto_editbox__"> 2241 <Area> 2242 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2243 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2244 <Dim type="RightEdge" > 2245 <UnifiedDim scale="1" type="RightEdge"> 2246 <DimOperator op="Subtract"> 2247 <ImageDim imageset="TaharezGreenLook" image="VertScrollUpNormal" dimension="Width" /> 2248 </DimOperator> 2249 </UnifiedDim> 2250 </Dim> 2251 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2768 <Child nameSuffix="__auto_editbox__" type="TaharezGreenLook/Editbox"> 2769 <Area> 2770 <Dim type="LeftEdge"> 2771 <AbsoluteDim value="0" /> 2772 </Dim> 2773 <Dim type="TopEdge"> 2774 <AbsoluteDim value="0" /> 2775 </Dim> 2776 <Dim type="RightEdge"> 2777 <OperatorDim op="Subtract"> 2778 <UnifiedDim scale="1" type="RightEdge" /> 2779 <ImageDim dimension="Width" name="TaharezGreenLook/VertScrollUpNormal" /> 2780 </OperatorDim> 2781 </Dim> 2782 <Dim type="Height"> 2783 <UnifiedDim scale="1" type="Height" /> 2784 </Dim> 2252 2785 </Area> 2253 2786 </Child> 2254 <Child type="TaharezGreenLook/ImageButton" nameSuffix="__auto_incbtn__"> 2255 <Area> 2256 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2257 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2258 <Dim type="Width" ><ImageDim imageset="TaharezGreenLook" image="VertScrollUpNormal" dimension="Width" /></Dim> 2259 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim> 2787 <Child nameSuffix="__auto_incbtn__" type="TaharezGreenLook/ImageButton"> 2788 <Area> 2789 <Dim type="LeftEdge"> 2790 <AbsoluteDim value="0" /> 2791 </Dim> 2792 <Dim type="TopEdge"> 2793 <AbsoluteDim value="0" /> 2794 </Dim> 2795 <Dim type="Width"> 2796 <ImageDim dimension="Width" name="TaharezGreenLook/VertScrollUpNormal" /> 2797 </Dim> 2798 <Dim type="Height"> 2799 <UnifiedDim scale="0.5" type="Height" /> 2800 </Dim> 2260 2801 </Area> 2261 2802 <HorzAlignment type="RightAligned" /> 2262 <Property name="NormalImage" value=" set:TaharezGreenLook image:VertScrollUpNormal" />2263 <Property name="HoverImage" value=" set:TaharezGreenLook image:VertScrollUpHover" />2264 <Property name="PushedImage" value=" set:TaharezGreenLook image:VertScrollUpNormal" />2803 <Property name="NormalImage" value="TaharezGreenLook/VertScrollUpNormal" /> 2804 <Property name="HoverImage" value="TaharezGreenLook/VertScrollUpHover" /> 2805 <Property name="PushedImage" value="TaharezGreenLook/VertScrollUpNormal" /> 2265 2806 </Child> 2266 <Child type="TaharezGreenLook/ImageButton" nameSuffix="__auto_decbtn__"> 2267 <Area> 2268 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2269 <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim> 2270 <Dim type="Width" ><ImageDim imageset="TaharezGreenLook" image="VertScrollUpNormal" dimension="Width" /></Dim> 2271 <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim> 2807 <Child nameSuffix="__auto_decbtn__" type="TaharezGreenLook/ImageButton"> 2808 <Area> 2809 <Dim type="LeftEdge"> 2810 <AbsoluteDim value="0" /> 2811 </Dim> 2812 <Dim type="TopEdge"> 2813 <UnifiedDim scale="0.5" type="TopEdge" /> 2814 </Dim> 2815 <Dim type="Width"> 2816 <ImageDim dimension="Width" name="TaharezGreenLook/VertScrollUpNormal" /> 2817 </Dim> 2818 <Dim type="Height"> 2819 <UnifiedDim scale="0.5" type="Height" /> 2820 </Dim> 2272 2821 </Area> 2273 2822 <HorzAlignment type="RightAligned" /> 2274 <Property name="NormalImage" value=" set:TaharezGreenLook image:VertScrollDownNormal" />2275 <Property name="HoverImage" value=" set:TaharezGreenLook image:VertScrollDownHover" />2276 <Property name="PushedImage" value=" set:TaharezGreenLook image:VertScrollDownNormal" />2823 <Property name="NormalImage" value="TaharezGreenLook/VertScrollDownNormal" /> 2824 <Property name="HoverImage" value="TaharezGreenLook/VertScrollDownHover" /> 2825 <Property name="PushedImage" value="TaharezGreenLook/VertScrollDownNormal" /> 2277 2826 </Child> 2278 2827 <StateImagery name="Enabled" /> 2279 2828 <StateImagery name="Disabled" /> 2280 2829 </WidgetLook> 2281 2282 <!--2283 ***************************************************2284 TaharezGreenLook/StaticShared2285 (Shared imagery components for static widgets)2286 ***************************************************2287 -->2288 2830 <WidgetLook name="TaharezGreenLook/StaticShared"> 2289 2831 <ImagerySection name="frame"> 2290 2832 <FrameComponent> 2291 2833 <Area> 2292 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2293 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2294 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2295 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2296 </Area> 2297 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="StaticTopLeft" /> 2298 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="StaticTopRight" /> 2299 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="StaticBottomLeft" /> 2300 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="StaticBottomRight" /> 2301 <Image type="LeftEdge" imageset="TaharezGreenLook" image="StaticLeft" /> 2302 <Image type="RightEdge" imageset="TaharezGreenLook" image="StaticRight" /> 2303 <Image type="TopEdge" imageset="TaharezGreenLook" image="StaticTop" /> 2304 <Image type="BottomEdge" imageset="TaharezGreenLook" image="StaticBottom" /> 2834 <Dim type="LeftEdge"> 2835 <AbsoluteDim value="0" /> 2836 </Dim> 2837 <Dim type="TopEdge"> 2838 <AbsoluteDim value="0" /> 2839 </Dim> 2840 <Dim type="Width"> 2841 <UnifiedDim scale="1" type="Width" /> 2842 </Dim> 2843 <Dim type="Height"> 2844 <UnifiedDim scale="1" type="Height" /> 2845 </Dim> 2846 </Area> 2847 <Image component="TopLeftCorner" name="TaharezGreenLook/StaticTopLeft" /> 2848 <Image component="TopRightCorner" name="TaharezGreenLook/StaticTopRight" /> 2849 <Image component="BottomLeftCorner" name="TaharezGreenLook/StaticBottomLeft" /> 2850 <Image component="BottomRightCorner" name="TaharezGreenLook/StaticBottomRight" /> 2851 <Image component="LeftEdge" name="TaharezGreenLook/StaticLeft" /> 2852 <Image component="RightEdge" name="TaharezGreenLook/StaticRight" /> 2853 <Image component="TopEdge" name="TaharezGreenLook/StaticTop" /> 2854 <Image component="BottomEdge" name="TaharezGreenLook/StaticBottom" /> 2305 2855 <ColourRectProperty name="FrameColours" /> 2306 2856 </FrameComponent> … … 2309 2859 <ImageryComponent> 2310 2860 <Area> 2311 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticLeft" dimension="Width" /></Dim> 2312 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticTop" dimension="Height" /></Dim> 2313 <Dim type="RightEdge" > 2314 <UnifiedDim scale="1" type="RightEdge"> 2315 <DimOperator op="Subtract"> 2316 <ImageDim imageset="TaharezGreenLook" image="StaticRight" dimension="Width" /> 2317 </DimOperator> 2318 </UnifiedDim> 2319 </Dim> 2320 <Dim type="BottomEdge" > 2321 <UnifiedDim scale="1" type="BottomEdge"> 2322 <DimOperator op="Subtract"> 2323 <ImageDim imageset="TaharezGreenLook" image="StaticBottom" dimension="Height" /> 2324 </DimOperator> 2325 </UnifiedDim> 2326 </Dim> 2327 </Area> 2328 <Image imageset="TaharezGreenLook" image="StaticBackdrop" /> 2329 <!--<ColourRectProperty name="BackgroundColours" />--> 2330 <Colours topLeft="FFFFFFFF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" /> 2861 <Dim type="LeftEdge"> 2862 <ImageDim dimension="Width" name="TaharezGreenLook/StaticLeft" /> 2863 </Dim> 2864 <Dim type="TopEdge"> 2865 <ImageDim dimension="Height" name="TaharezGreenLook/StaticTop" /> 2866 </Dim> 2867 <Dim type="RightEdge"> 2868 <OperatorDim op="Subtract"> 2869 <UnifiedDim scale="1" type="RightEdge" /> 2870 <ImageDim dimension="Width" name="TaharezGreenLook/StaticRight" /> 2871 </OperatorDim> 2872 </Dim> 2873 <Dim type="BottomEdge"> 2874 <OperatorDim op="Subtract"> 2875 <UnifiedDim scale="1" type="BottomEdge" /> 2876 <ImageDim dimension="Height" name="TaharezGreenLook/StaticBottom" /> 2877 </OperatorDim> 2878 </Dim> 2879 </Area> 2880 <Image name="TaharezGreenLook/StaticBackdrop" /> 2881 <Colours bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" topLeft="FFFFFFFF" topRight="FFFFFFFF" /> 2331 2882 <VertFormat type="Stretched" /> 2332 2883 <HorzFormat type="Stretched" /> … … 2336 2887 <ImageryComponent> 2337 2888 <Area> 2338 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 2339 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 2340 <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim> 2341 <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim> 2342 </Area> 2343 <Image imageset="TaharezGreenLook" image="StaticBackdrop" /> 2344 <!--<ColourRectProperty name="BackgroundColours" />--> 2345 <Colours topLeft="FFFFFFFF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" /> 2889 <Dim type="LeftEdge"> 2890 <AbsoluteDim value="0" /> 2891 </Dim> 2892 <Dim type="TopEdge"> 2893 <AbsoluteDim value="0" /> 2894 </Dim> 2895 <Dim type="RightEdge"> 2896 <UnifiedDim scale="1" type="RightEdge" /> 2897 </Dim> 2898 <Dim type="BottomEdge"> 2899 <UnifiedDim scale="1" type="BottomEdge" /> 2900 </Dim> 2901 </Area> 2902 <Image name="TaharezGreenLook/StaticBackdrop" /> 2903 <Colours bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" topLeft="FFFFFFFF" topRight="FFFFFFFF" /> 2346 2904 <VertFormat type="Stretched" /> 2347 2905 <HorzFormat type="Stretched" /> … … 2349 2907 </ImagerySection> 2350 2908 </WidgetLook> 2351 2352 <!--2353 ***************************************************2354 TaharezGreenLook/StaticImage2355 ***************************************************2356 -->2357 2909 <WidgetLook name="TaharezGreenLook/StaticImage"> 2358 <PropertyDefinition name="ImageColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />2359 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />2360 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />2361 <PropertyDefinition name="VertFormatting" initialValue="Stretched" redrawOnWrite="true" />2362 <PropertyDefinition name="HorzFormatting" initialValue="Stretched" redrawOnWrite="true" />2910 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="ImageColours" redrawOnWrite="true" /> 2911 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" /> 2912 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" /> 2913 <PropertyDefinition initialValue="Stretched" name="VertFormatting" redrawOnWrite="true" /> 2914 <PropertyDefinition initialValue="Stretched" name="HorzFormatting" redrawOnWrite="true" /> 2363 2915 <Property name="BackgroundEnabled" value="True" /> 2364 2916 <Property name="FrameEnabled" value="True" /> … … 2366 2918 <ImageryComponent> 2367 2919 <Area> 2368 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticLeft" dimension="Width" /></Dim> 2369 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticTop" dimension="Height" /></Dim> 2370 <Dim type="RightEdge" > 2371 <UnifiedDim scale="1" type="RightEdge"> 2372 <DimOperator op="Subtract"> 2373 <ImageDim imageset="TaharezGreenLook" image="StaticRight" dimension="Width" /> 2374 </DimOperator> 2375 </UnifiedDim> 2376 </Dim> 2377 <Dim type="BottomEdge" > 2378 <UnifiedDim scale="1" type="BottomEdge"> 2379 <DimOperator op="Subtract"> 2380 <ImageDim imageset="TaharezGreenLook" image="StaticBottom" dimension="Height" /> 2381 </DimOperator> 2382 </UnifiedDim> 2383 </Dim> 2384 </Area> 2920 <Dim type="LeftEdge"> 2921 <ImageDim dimension="Width" name="TaharezGreenLook/StaticLeft" /> 2922 </Dim> 2923 <Dim type="TopEdge"> 2924 <ImageDim dimension="Height" name="TaharezGreenLook/StaticTop" /> 2925 </Dim> 2926 <Dim type="RightEdge"> 2927 <OperatorDim op="Subtract"> 2928 <UnifiedDim scale="1" type="RightEdge" /> 2929 <ImageDim dimension="Width" name="TaharezGreenLook/StaticRight" /> 2930 </OperatorDim> 2931 </Dim> 2932 <Dim type="BottomEdge"> 2933 <OperatorDim op="Subtract"> 2934 <UnifiedDim scale="1" type="BottomEdge" /> 2935 <ImageDim dimension="Height" name="TaharezGreenLook/StaticBottom" /> 2936 </OperatorDim> 2937 </Dim> 2938 </Area> 2385 2939 <ImageProperty name="Image" /> 2386 2940 <ColourRectProperty name="ImageColours" /> … … 2392 2946 <ImageryComponent> 2393 2947 <Area> 2394 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2395 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2396 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2397 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2398 </Area> 2948 <Dim type="LeftEdge"> 2949 <AbsoluteDim value="0" /> 2950 </Dim> 2951 <Dim type="TopEdge"> 2952 <AbsoluteDim value="0" /> 2953 </Dim> 2954 <Dim type="Width"> 2955 <UnifiedDim scale="1" type="Width" /> 2956 </Dim> 2957 <Dim type="Height"> 2958 <UnifiedDim scale="1" type="Height" /> 2959 </Dim> 2960 </Area> 2399 2961 <ImageProperty name="Image" /> 2400 2962 <ColourRectProperty name="ImageColours" /> … … 2446 3008 </StateImagery> 2447 3009 </WidgetLook> 2448 2449 <!--2450 ***************************************************2451 TaharezGreenLook/StaticText2452 ***************************************************2453 -->2454 3010 <WidgetLook name="TaharezGreenLook/StaticText"> 2455 <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />2456 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />3011 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="FrameColours" redrawOnWrite="true" /> 3012 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" /> 2457 3013 <Property name="FrameEnabled" value="True" /> 2458 3014 <Property name="BackgroundEnabled" value="True" /> 2459 3015 <NamedArea name="WithFrameTextRenderArea"> 2460 3016 <Area> 2461 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticLeft" dimension="Width" /></Dim> 2462 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticTop" dimension="Height" /></Dim> 2463 <Dim type="RightEdge" > 2464 <UnifiedDim scale="1" type="RightEdge"> 2465 <DimOperator op="Subtract"> 2466 <ImageDim imageset="TaharezGreenLook" image="StaticRight" dimension="Width" /> 2467 </DimOperator> 2468 </UnifiedDim> 2469 </Dim> 2470 <Dim type="BottomEdge" > 2471 <UnifiedDim scale="1" type="BottomEdge"> 2472 <DimOperator op="Subtract"> 2473 <ImageDim imageset="TaharezGreenLook" image="StaticBottom" dimension="Height" /> 2474 </DimOperator> 2475 </UnifiedDim> 3017 <Dim type="LeftEdge"> 3018 <ImageDim dimension="Width" name="TaharezGreenLook/StaticLeft" /> 3019 </Dim> 3020 <Dim type="TopEdge"> 3021 <ImageDim dimension="Height" name="TaharezGreenLook/StaticTop" /> 3022 </Dim> 3023 <Dim type="RightEdge"> 3024 <OperatorDim op="Subtract"> 3025 <UnifiedDim scale="1" type="RightEdge" /> 3026 <ImageDim dimension="Width" name="TaharezGreenLook/StaticRight" /> 3027 </OperatorDim> 3028 </Dim> 3029 <Dim type="BottomEdge"> 3030 <OperatorDim op="Subtract"> 3031 <UnifiedDim scale="1" type="BottomEdge" /> 3032 <ImageDim dimension="Height" name="TaharezGreenLook/StaticBottom" /> 3033 </OperatorDim> 2476 3034 </Dim> 2477 3035 </Area> … … 2479 3037 <NamedArea name="WithFrameTextRenderAreaHScroll"> 2480 3038 <Area> 2481 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticLeft" dimension="Width" /></Dim> 2482 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticTop" dimension="Height" /></Dim> 2483 <Dim type="RightEdge" > 2484 <UnifiedDim scale="1" type="RightEdge"> 2485 <DimOperator op="Subtract"> 2486 <ImageDim imageset="TaharezGreenLook" image="StaticRight" dimension="Width" /> 2487 </DimOperator> 2488 </UnifiedDim> 2489 </Dim> 2490 <Dim type="BottomEdge" > 2491 <UnifiedDim scale="1" type="BottomEdge"> 2492 <DimOperator op="Subtract"> 2493 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 2494 </DimOperator> 2495 </UnifiedDim> 3039 <Dim type="LeftEdge"> 3040 <ImageDim dimension="Width" name="TaharezGreenLook/StaticLeft" /> 3041 </Dim> 3042 <Dim type="TopEdge"> 3043 <ImageDim dimension="Height" name="TaharezGreenLook/StaticTop" /> 3044 </Dim> 3045 <Dim type="RightEdge"> 3046 <OperatorDim op="Subtract"> 3047 <UnifiedDim scale="1" type="RightEdge" /> 3048 <ImageDim dimension="Width" name="TaharezGreenLook/StaticRight" /> 3049 </OperatorDim> 3050 </Dim> 3051 <Dim type="BottomEdge"> 3052 <OperatorDim op="Subtract"> 3053 <UnifiedDim scale="1" type="BottomEdge" /> 3054 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 3055 </OperatorDim> 2496 3056 </Dim> 2497 3057 </Area> … … 2499 3059 <NamedArea name="WithFrameTextRenderAreaVScroll"> 2500 3060 <Area> 2501 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticLeft" dimension="Width" /></Dim> 2502 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticTop" dimension="Height" /></Dim> 2503 <Dim type="RightEdge" > 2504 <UnifiedDim scale="1" type="RightEdge"> 2505 <DimOperator op="Subtract"> 2506 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 2507 </DimOperator> 2508 </UnifiedDim> 2509 </Dim> 2510 <Dim type="BottomEdge" > 2511 <UnifiedDim scale="1" type="BottomEdge"> 2512 <DimOperator op="Subtract"> 2513 <ImageDim imageset="TaharezGreenLook" image="StaticBottom" dimension="Height" /> 2514 </DimOperator> 2515 </UnifiedDim> 3061 <Dim type="LeftEdge"> 3062 <ImageDim dimension="Width" name="TaharezGreenLook/StaticLeft" /> 3063 </Dim> 3064 <Dim type="TopEdge"> 3065 <ImageDim dimension="Height" name="TaharezGreenLook/StaticTop" /> 3066 </Dim> 3067 <Dim type="RightEdge"> 3068 <OperatorDim op="Subtract"> 3069 <UnifiedDim scale="1" type="RightEdge" /> 3070 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 3071 </OperatorDim> 3072 </Dim> 3073 <Dim type="BottomEdge"> 3074 <OperatorDim op="Subtract"> 3075 <UnifiedDim scale="1" type="BottomEdge" /> 3076 <ImageDim dimension="Height" name="TaharezGreenLook/StaticBottom" /> 3077 </OperatorDim> 2516 3078 </Dim> 2517 3079 </Area> … … 2519 3081 <NamedArea name="WithFrameTextRenderAreaHVScroll"> 2520 3082 <Area> 2521 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticLeft" dimension="Width" /></Dim> 2522 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="StaticTop" dimension="Height" /></Dim> 2523 <Dim type="RightEdge" > 2524 <UnifiedDim scale="1" type="RightEdge"> 2525 <DimOperator op="Subtract"> 2526 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 2527 </DimOperator> 2528 </UnifiedDim> 2529 </Dim> 2530 <Dim type="BottomEdge" > 2531 <UnifiedDim scale="1" type="BottomEdge"> 2532 <DimOperator op="Subtract"> 2533 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 2534 </DimOperator> 2535 </UnifiedDim> 3083 <Dim type="LeftEdge"> 3084 <ImageDim dimension="Width" name="TaharezGreenLook/StaticLeft" /> 3085 </Dim> 3086 <Dim type="TopEdge"> 3087 <ImageDim dimension="Height" name="TaharezGreenLook/StaticTop" /> 3088 </Dim> 3089 <Dim type="RightEdge"> 3090 <OperatorDim op="Subtract"> 3091 <UnifiedDim scale="1" type="RightEdge" /> 3092 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 3093 </OperatorDim> 3094 </Dim> 3095 <Dim type="BottomEdge"> 3096 <OperatorDim op="Subtract"> 3097 <UnifiedDim scale="1" type="BottomEdge" /> 3098 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 3099 </OperatorDim> 2536 3100 </Dim> 2537 3101 </Area> … … 2539 3103 <NamedArea name="NoFrameTextRenderArea"> 2540 3104 <Area> 2541 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2542 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2543 <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim> 2544 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim> 3105 <Dim type="LeftEdge"> 3106 <AbsoluteDim value="0" /> 3107 </Dim> 3108 <Dim type="TopEdge"> 3109 <AbsoluteDim value="0" /> 3110 </Dim> 3111 <Dim type="RightEdge"> 3112 <UnifiedDim scale="1" type="RightEdge" /> 3113 </Dim> 3114 <Dim type="BottomEdge"> 3115 <UnifiedDim scale="1" type="BottomEdge" /> 3116 </Dim> 2545 3117 </Area> 2546 3118 </NamedArea> 2547 3119 <NamedArea name="NoFrameTextRenderAreaHScroll"> 2548 3120 <Area> 2549 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2550 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2551 <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim> 2552 <Dim type="BottomEdge" > 2553 <UnifiedDim scale="1" type="BottomEdge"> 2554 <DimOperator op="Subtract"> 2555 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 2556 </DimOperator> 2557 </UnifiedDim> 3121 <Dim type="LeftEdge"> 3122 <AbsoluteDim value="0" /> 3123 </Dim> 3124 <Dim type="TopEdge"> 3125 <AbsoluteDim value="0" /> 3126 </Dim> 3127 <Dim type="RightEdge"> 3128 <UnifiedDim scale="1" type="RightEdge" /> 3129 </Dim> 3130 <Dim type="BottomEdge"> 3131 <OperatorDim op="Subtract"> 3132 <UnifiedDim scale="1" type="BottomEdge" /> 3133 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 3134 </OperatorDim> 2558 3135 </Dim> 2559 3136 </Area> … … 2561 3138 <NamedArea name="NoFrameTextRenderAreaVScroll"> 2562 3139 <Area> 2563 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2564 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2565 <Dim type="RightEdge" > 2566 <UnifiedDim scale="1" type="RightEdge"> 2567 <DimOperator op="Subtract"> 2568 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 2569 </DimOperator> 2570 </UnifiedDim> 2571 </Dim> 2572 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim> 3140 <Dim type="LeftEdge"> 3141 <AbsoluteDim value="0" /> 3142 </Dim> 3143 <Dim type="TopEdge"> 3144 <AbsoluteDim value="0" /> 3145 </Dim> 3146 <Dim type="RightEdge"> 3147 <OperatorDim op="Subtract"> 3148 <UnifiedDim scale="1" type="RightEdge" /> 3149 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 3150 </OperatorDim> 3151 </Dim> 3152 <Dim type="BottomEdge"> 3153 <UnifiedDim scale="1" type="BottomEdge" /> 3154 </Dim> 2573 3155 </Area> 2574 3156 </NamedArea> 2575 3157 <NamedArea name="NoFrameTextRenderAreaHVScroll"> 2576 3158 <Area> 2577 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2578 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2579 <Dim type="RightEdge" > 2580 <UnifiedDim scale="1" type="RightEdge"> 2581 <DimOperator op="Subtract"> 2582 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 2583 </DimOperator> 2584 </UnifiedDim> 2585 </Dim> 2586 <Dim type="BottomEdge" > 2587 <UnifiedDim scale="1" type="BottomEdge"> 2588 <DimOperator op="Subtract"> 2589 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 2590 </DimOperator> 2591 </UnifiedDim> 3159 <Dim type="LeftEdge"> 3160 <AbsoluteDim value="0" /> 3161 </Dim> 3162 <Dim type="TopEdge"> 3163 <AbsoluteDim value="0" /> 3164 </Dim> 3165 <Dim type="RightEdge"> 3166 <OperatorDim op="Subtract"> 3167 <UnifiedDim scale="1" type="RightEdge" /> 3168 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 3169 </OperatorDim> 3170 </Dim> 3171 <Dim type="BottomEdge"> 3172 <OperatorDim op="Subtract"> 3173 <UnifiedDim scale="1" type="BottomEdge" /> 3174 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 3175 </OperatorDim> 2592 3176 </Dim> 2593 3177 </Area> 2594 3178 </NamedArea> 2595 <Child type="TaharezGreenLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 2596 <Area> 2597 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2598 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2599 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim> 2600 <Dim type="Height" ><AbsoluteDim value="12" /></Dim> 3179 <Child nameSuffix="__auto_hscrollbar__" type="TaharezGreenLook/HorizontalScrollbar"> 3180 <Area> 3181 <Dim type="LeftEdge"> 3182 <AbsoluteDim value="0" /> 3183 </Dim> 3184 <Dim type="TopEdge"> 3185 <AbsoluteDim value="0" /> 3186 </Dim> 3187 <Dim type="Width"> 3188 <UnifiedDim offset="-12" scale="1" type="Width" /> 3189 </Dim> 3190 <Dim type="Height"> 3191 <AbsoluteDim value="12" /> 3192 </Dim> 2601 3193 </Area> 2602 3194 <VertAlignment type="BottomAligned" /> 2603 3195 </Child> 2604 <Child type="TaharezGreenLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 2605 <Area> 2606 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2607 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2608 <Dim type="Width" ><AbsoluteDim value="12" /></Dim> 2609 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim> 3196 <Child nameSuffix="__auto_vscrollbar__" type="TaharezGreenLook/VerticalScrollbar"> 3197 <Area> 3198 <Dim type="LeftEdge"> 3199 <AbsoluteDim value="0" /> 3200 </Dim> 3201 <Dim type="TopEdge"> 3202 <AbsoluteDim value="0" /> 3203 </Dim> 3204 <Dim type="Width"> 3205 <AbsoluteDim value="12" /> 3206 </Dim> 3207 <Dim type="Height"> 3208 <UnifiedDim offset="-12" scale="1" type="Height" /> 3209 </Dim> 2610 3210 </Area> 2611 3211 <HorzAlignment type="RightAligned" /> … … 2644 3244 </StateImagery> 2645 3245 </WidgetLook> 2646 2647 <!--2648 ***************************************************2649 TaharezGreenLook/ListHeaderSegment2650 ***************************************************2651 -->2652 3246 <WidgetLook name="TaharezGreenLook/ListHeaderSegment"> 2653 <Property name="SizingCursorImage" value=" set:TaharezGreenLook image:MouseEsWeCursor" />2654 <Property name="MovingCursorImage" value=" set:TaharezGreenLook image:MouseMoveCursor" />3247 <Property name="SizingCursorImage" value="TaharezGreenLook/MouseEsWeCursor" /> 3248 <Property name="MovingCursorImage" value="TaharezGreenLook/MouseMoveCursor" /> 2655 3249 <ImagerySection name="segment_normal"> 2656 <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" /> 2657 <ImageryComponent> 2658 <Area> 2659 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2660 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2661 <Dim type="RightEdge" > 2662 <UnifiedDim scale="1" type="RightEdge"> 2663 <DimOperator op="Subtract"> 2664 <ImageDim imageset="TaharezGreenLook" image="HeaderBarSplitterNormal" dimension="Width" /> 2665 </DimOperator> 2666 </UnifiedDim> 2667 </Dim> 2668 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2669 </Area> 2670 <Image imageset="TaharezGreenLook" image="HeaderBarBackdropNormal" /> 3250 <Colours bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" topLeft="FFDDDDDD" topRight="FFDDDDDD" /> 3251 <ImageryComponent> 3252 <Area> 3253 <Dim type="LeftEdge"> 3254 <AbsoluteDim value="0" /> 3255 </Dim> 3256 <Dim type="TopEdge"> 3257 <AbsoluteDim value="0" /> 3258 </Dim> 3259 <Dim type="RightEdge"> 3260 <OperatorDim op="Subtract"> 3261 <UnifiedDim scale="1" type="RightEdge" /> 3262 <ImageDim dimension="Width" name="TaharezGreenLook/HeaderBarSplitterNormal" /> 3263 </OperatorDim> 3264 </Dim> 3265 <Dim type="Height"> 3266 <UnifiedDim scale="1" type="Height" /> 3267 </Dim> 3268 </Area> 3269 <Image name="TaharezGreenLook/HeaderBarBackdropNormal" /> 2671 3270 <VertFormat type="Stretched" /> 2672 3271 <HorzFormat type="Stretched" /> … … 2676 3275 <ImageryComponent> 2677 3276 <Area> 2678 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2679 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2680 <Dim type="RightEdge" > 2681 <UnifiedDim scale="1" type="RightEdge"> 2682 <DimOperator op="Subtract"> 2683 <ImageDim imageset="TaharezGreenLook" image="HeaderBarSplitterNormal" dimension="Width" /> 2684 </DimOperator> 2685 </UnifiedDim> 2686 </Dim> 2687 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2688 </Area> 2689 <Image imageset="TaharezGreenLook" image="HeaderBarBackdropHover" /> 3277 <Dim type="LeftEdge"> 3278 <AbsoluteDim value="0" /> 3279 </Dim> 3280 <Dim type="TopEdge"> 3281 <AbsoluteDim value="0" /> 3282 </Dim> 3283 <Dim type="RightEdge"> 3284 <OperatorDim op="Subtract"> 3285 <UnifiedDim scale="1" type="RightEdge" /> 3286 <ImageDim dimension="Width" name="TaharezGreenLook/HeaderBarSplitterNormal" /> 3287 </OperatorDim> 3288 </Dim> 3289 <Dim type="Height"> 3290 <UnifiedDim scale="1" type="Height" /> 3291 </Dim> 3292 </Area> 3293 <Image name="TaharezGreenLook/HeaderBarBackdropHover" /> 2690 3294 <VertFormat type="Stretched" /> 2691 3295 <HorzFormat type="Stretched" /> … … 2695 3299 <ImageryComponent> 2696 3300 <Area> 2697 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2698 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2699 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2700 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2701 </Area> 2702 <Image imageset="TaharezGreenLook" image="HeaderBarSplitterNormal" /> 3301 <Dim type="LeftEdge"> 3302 <AbsoluteDim value="0" /> 3303 </Dim> 3304 <Dim type="TopEdge"> 3305 <AbsoluteDim value="0" /> 3306 </Dim> 3307 <Dim type="Width"> 3308 <UnifiedDim scale="1" type="Width" /> 3309 </Dim> 3310 <Dim type="Height"> 3311 <UnifiedDim scale="1" type="Height" /> 3312 </Dim> 3313 </Area> 3314 <Image name="TaharezGreenLook/HeaderBarSplitterNormal" /> 2703 3315 <VertFormat type="Stretched" /> 2704 3316 <HorzFormat type="RightAligned" /> … … 2708 3320 <ImageryComponent> 2709 3321 <Area> 2710 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2711 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2712 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2713 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2714 </Area> 2715 <Image imageset="TaharezGreenLook" image="HeaderBarSplitterHover" /> 3322 <Dim type="LeftEdge"> 3323 <AbsoluteDim value="0" /> 3324 </Dim> 3325 <Dim type="TopEdge"> 3326 <AbsoluteDim value="0" /> 3327 </Dim> 3328 <Dim type="Width"> 3329 <UnifiedDim scale="1" type="Width" /> 3330 </Dim> 3331 <Dim type="Height"> 3332 <UnifiedDim scale="1" type="Height" /> 3333 </Dim> 3334 </Area> 3335 <Image name="TaharezGreenLook/HeaderBarSplitterHover" /> 2716 3336 <VertFormat type="Stretched" /> 2717 3337 <HorzFormat type="RightAligned" /> … … 2721 3341 <ImageryComponent> 2722 3342 <Area> 2723 <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim> 2724 <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim> 2725 <Dim type="Width" ><ImageDim imageset="TaharezGreenLook" image="HeaderBarSortUp" dimension="Width" /></Dim> 2726 <Dim type="Height" ><ImageDim imageset="TaharezGreenLook" image="HeaderBarSortUp" dimension="Height" /></Dim> 2727 </Area> 2728 <Image imageset="TaharezGreenLook" image="HeaderBarSortUp" /> 3343 <Dim type="LeftEdge"> 3344 <AbsoluteDim value="3" /> 3345 </Dim> 3346 <Dim type="TopEdge"> 3347 <AbsoluteDim value="3" /> 3348 </Dim> 3349 <Dim type="Width"> 3350 <ImageDim dimension="Width" name="TaharezGreenLook/HeaderBarSortUp" /> 3351 </Dim> 3352 <Dim type="Height"> 3353 <ImageDim dimension="Height" name="TaharezGreenLook/HeaderBarSortUp" /> 3354 </Dim> 3355 </Area> 3356 <Image name="TaharezGreenLook/HeaderBarSortUp" /> 2729 3357 </ImageryComponent> 2730 3358 </ImagerySection> … … 2732 3360 <ImageryComponent> 2733 3361 <Area> 2734 <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim> 2735 <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim> 2736 <Dim type="Width" ><ImageDim imageset="TaharezGreenLook" image="HeaderBarSortDown" dimension="Width" /></Dim> 2737 <Dim type="Height" ><ImageDim imageset="TaharezGreenLook" image="HeaderBarSortDown" dimension="Height" /></Dim> 2738 </Area> 2739 <Image imageset="TaharezGreenLook" image="HeaderBarSortDown" /> 3362 <Dim type="LeftEdge"> 3363 <AbsoluteDim value="3" /> 3364 </Dim> 3365 <Dim type="TopEdge"> 3366 <AbsoluteDim value="3" /> 3367 </Dim> 3368 <Dim type="Width"> 3369 <ImageDim dimension="Width" name="TaharezGreenLook/HeaderBarSortDown" /> 3370 </Dim> 3371 <Dim type="Height"> 3372 <ImageDim dimension="Height" name="TaharezGreenLook/HeaderBarSortDown" /> 3373 </Dim> 3374 </Area> 3375 <Image name="TaharezGreenLook/HeaderBarSortDown" /> 2740 3376 </ImageryComponent> 2741 3377 </ImagerySection> … … 2743 3379 <TextComponent> 2744 3380 <Area> 2745 <Dim type="LeftEdge" > 2746 <ImageDim imageset="TaharezGreenLook" image="HeaderBarSortUp" dimension="Width"> 2747 <DimOperator op="Add"> 2748 <AbsoluteDim value="5" /> 2749 </DimOperator> 2750 </ImageDim> 2751 </Dim> 2752 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2753 <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim> 2754 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3381 <Dim type="LeftEdge"> 3382 <OperatorDim op="Add"> 3383 <ImageDim dimension="Width" name="TaharezGreenLook/HeaderBarSortUp" /> 3384 <AbsoluteDim value="5" /> 3385 </OperatorDim> 3386 </Dim> 3387 <Dim type="TopEdge"> 3388 <AbsoluteDim value="0" /> 3389 </Dim> 3390 <Dim type="RightEdge"> 3391 <UnifiedDim scale="1" type="RightEdge" /> 3392 </Dim> 3393 <Dim type="Height"> 3394 <UnifiedDim scale="1" type="Height" /> 3395 </Dim> 2755 3396 </Area> 2756 3397 <VertFormat type="CentreAligned" /> … … 2778 3419 </Layer> 2779 3420 </StateImagery> 2780 <StateImagery name="DragGhost" clipped="false">2781 <Layer priority="1" 3421 <StateImagery clipped="false" name="DragGhost"> 3422 <Layer priority="1"> 2782 3423 <Section section="segment_normal"> 2783 <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />3424 <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" /> 2784 3425 </Section> 2785 3426 <Section section="splitter_normal"> 2786 <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />3427 <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" /> 2787 3428 </Section> 2788 3429 <Section section="label"> 2789 <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />3430 <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" /> 2790 3431 </Section> 2791 3432 </Layer> … … 2801 3442 </Layer> 2802 3443 </StateImagery> 2803 <StateImagery name="GhostAscendingSortIcon" clipped="false">2804 <Layer priority="1" 3444 <StateImagery clipped="false" name="GhostAscendingSortIcon"> 3445 <Layer priority="1"> 2805 3446 <Section section="ascend_icon"> 2806 <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />2807 </Section> 2808 </Layer> 2809 </StateImagery> 2810 <StateImagery name="GhostDescendingSortIcon" clipped="false">2811 <Layer priority="1" 3447 <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" /> 3448 </Section> 3449 </Layer> 3450 </StateImagery> 3451 <StateImagery clipped="false" name="GhostDescendingSortIcon"> 3452 <Layer priority="1"> 2812 3453 <Section section="descend_icon"> 2813 <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />3454 <Colours bottomLeft="90FFFFFF" bottomRight="90FFFFFF" topLeft="90FFFFFF" topRight="90FFFFFF" /> 2814 3455 </Section> 2815 3456 </Layer> … … 2818 3459 <Layer> 2819 3460 <Section section="segment_normal"> 2820 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />3461 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 2821 3462 </Section> 2822 3463 <Section section="splitter_normal"> 2823 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />3464 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 2824 3465 </Section> 2825 3466 <Section section="label"> 2826 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />3467 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 2827 3468 </Section> 2828 3469 </Layer> 2829 3470 </StateImagery> 2830 3471 </WidgetLook> 2831 2832 <!--2833 ***************************************************2834 TaharezGreenLook/ListHeader2835 ***************************************************2836 -->2837 3472 <WidgetLook name="TaharezGreenLook/ListHeader"> 2838 3473 <Property name="SegmentWidgetType" value="TaharezGreenLook/ListHeaderSegment" /> … … 2840 3475 <StateImagery name="Disabled" /> 2841 3476 </WidgetLook> 2842 2843 <!--2844 ***************************************************2845 TaharezGreenLook/MultiColumnList2846 ***************************************************2847 -->2848 3477 <WidgetLook name="TaharezGreenLook/MultiColumnList"> 2849 3478 <NamedArea name="ItemRenderingArea"> 2850 3479 <Area> 2851 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiListLeft" dimension="Width" /></Dim> 2852 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim> 2853 <Dim type="RightEdge" > 2854 <UnifiedDim scale="1" type="RightEdge"> 2855 <DimOperator op="Subtract"> 2856 <ImageDim imageset="TaharezGreenLook" image="MultiListRight" dimension="Width" /> 2857 </DimOperator> 2858 </UnifiedDim> 2859 </Dim> 2860 <Dim type="BottomEdge" > 2861 <UnifiedDim scale="1" type="BottomEdge"> 2862 <DimOperator op="Subtract"> 2863 <ImageDim imageset="TaharezGreenLook" image="MultiListBottom" dimension="Height" /> 2864 </DimOperator> 2865 </UnifiedDim> 3480 <Dim type="LeftEdge"> 3481 <ImageDim dimension="Width" name="TaharezGreenLook/MultiListLeft" /> 3482 </Dim> 3483 <Dim type="TopEdge"> 3484 <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" /> 3485 </Dim> 3486 <Dim type="RightEdge"> 3487 <OperatorDim op="Subtract"> 3488 <UnifiedDim scale="1" type="RightEdge" /> 3489 <ImageDim dimension="Width" name="TaharezGreenLook/MultiListRight" /> 3490 </OperatorDim> 3491 </Dim> 3492 <Dim type="BottomEdge"> 3493 <OperatorDim op="Subtract"> 3494 <UnifiedDim scale="1" type="BottomEdge" /> 3495 <ImageDim dimension="Height" name="TaharezGreenLook/MultiListBottom" /> 3496 </OperatorDim> 2866 3497 </Dim> 2867 3498 </Area> … … 2869 3500 <NamedArea name="ItemRenderingAreaHScroll"> 2870 3501 <Area> 2871 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiListLeft" dimension="Width" /></Dim> 2872 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim> 2873 <Dim type="RightEdge" > 2874 <UnifiedDim scale="1" type="RightEdge"> 2875 <DimOperator op="Subtract"> 2876 <ImageDim imageset="TaharezGreenLook" image="MultiListRight" dimension="Width" /> 2877 </DimOperator> 2878 </UnifiedDim> 2879 </Dim> 2880 <Dim type="BottomEdge" > 2881 <UnifiedDim scale="1" type="BottomEdge"> 2882 <DimOperator op="Subtract"> 2883 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 2884 </DimOperator> 2885 </UnifiedDim> 3502 <Dim type="LeftEdge"> 3503 <ImageDim dimension="Width" name="TaharezGreenLook/MultiListLeft" /> 3504 </Dim> 3505 <Dim type="TopEdge"> 3506 <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" /> 3507 </Dim> 3508 <Dim type="RightEdge"> 3509 <OperatorDim op="Subtract"> 3510 <UnifiedDim scale="1" type="RightEdge" /> 3511 <ImageDim dimension="Width" name="TaharezGreenLook/MultiListRight" /> 3512 </OperatorDim> 3513 </Dim> 3514 <Dim type="BottomEdge"> 3515 <OperatorDim op="Subtract"> 3516 <UnifiedDim scale="1" type="BottomEdge" /> 3517 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 3518 </OperatorDim> 2886 3519 </Dim> 2887 3520 </Area> … … 2889 3522 <NamedArea name="ItemRenderingAreaVScroll"> 2890 3523 <Area> 2891 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiListLeft" dimension="Width" /></Dim> 2892 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim> 2893 <Dim type="RightEdge" > 2894 <UnifiedDim scale="1" type="RightEdge"> 2895 <DimOperator op="Subtract"> 2896 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 2897 </DimOperator> 2898 </UnifiedDim> 2899 </Dim> 2900 <Dim type="BottomEdge" > 2901 <UnifiedDim scale="1" type="BottomEdge"> 2902 <DimOperator op="Subtract"> 2903 <ImageDim imageset="TaharezGreenLook" image="MultiListBottom" dimension="Height" /> 2904 </DimOperator> 2905 </UnifiedDim> 3524 <Dim type="LeftEdge"> 3525 <ImageDim dimension="Width" name="TaharezGreenLook/MultiListLeft" /> 3526 </Dim> 3527 <Dim type="TopEdge"> 3528 <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" /> 3529 </Dim> 3530 <Dim type="RightEdge"> 3531 <OperatorDim op="Subtract"> 3532 <UnifiedDim scale="1" type="RightEdge" /> 3533 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 3534 </OperatorDim> 3535 </Dim> 3536 <Dim type="BottomEdge"> 3537 <OperatorDim op="Subtract"> 3538 <UnifiedDim scale="1" type="BottomEdge" /> 3539 <ImageDim dimension="Height" name="TaharezGreenLook/MultiListBottom" /> 3540 </OperatorDim> 2906 3541 </Dim> 2907 3542 </Area> … … 2909 3544 <NamedArea name="ItemRenderingAreaHVScroll"> 2910 3545 <Area> 2911 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiListLeft" dimension="Width" /></Dim> 2912 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim> 2913 <Dim type="RightEdge" > 2914 <UnifiedDim scale="1" type="RightEdge"> 2915 <DimOperator op="Subtract"> 2916 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 2917 </DimOperator> 2918 </UnifiedDim> 2919 </Dim> 2920 <Dim type="BottomEdge" > 2921 <UnifiedDim scale="1" type="BottomEdge"> 2922 <DimOperator op="Subtract"> 2923 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 2924 </DimOperator> 2925 </UnifiedDim> 3546 <Dim type="LeftEdge"> 3547 <ImageDim dimension="Width" name="TaharezGreenLook/MultiListLeft" /> 3548 </Dim> 3549 <Dim type="TopEdge"> 3550 <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" /> 3551 </Dim> 3552 <Dim type="RightEdge"> 3553 <OperatorDim op="Subtract"> 3554 <UnifiedDim scale="1" type="RightEdge" /> 3555 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 3556 </OperatorDim> 3557 </Dim> 3558 <Dim type="BottomEdge"> 3559 <OperatorDim op="Subtract"> 3560 <UnifiedDim scale="1" type="BottomEdge" /> 3561 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 3562 </OperatorDim> 2926 3563 </Dim> 2927 3564 </Area> 2928 3565 </NamedArea> 2929 <Child type="TaharezGreenLook/ListHeader" nameSuffix="__auto_listheader__"> 2930 <Area> 2931 <Dim type="LeftEdge" ><AbsoluteDim value="2" /></Dim> 2932 <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim> 2933 <Dim type="RightEdge" ><UnifiedDim scale="1" offset="-2" type="RightEdge" /></Dim> 2934 <Dim type="Height" > 2935 <FontDim type="LineSpacing"> 2936 <DimOperator op="Multiply"> 2937 <AbsoluteDim value="1.5" /> 2938 </DimOperator> 2939 </FontDim> 3566 <Child nameSuffix="__auto_listheader__" type="TaharezGreenLook/ListHeader"> 3567 <Area> 3568 <Dim type="LeftEdge"> 3569 <AbsoluteDim value="2" /> 3570 </Dim> 3571 <Dim type="TopEdge"> 3572 <AbsoluteDim value="2" /> 3573 </Dim> 3574 <Dim type="RightEdge"> 3575 <UnifiedDim offset="-2" scale="1" type="RightEdge" /> 3576 </Dim> 3577 <Dim type="Height"> 3578 <OperatorDim op="Multiply"> 3579 <FontDim type="LineSpacing" /> 3580 <AbsoluteDim value="1.5" /> 3581 </OperatorDim> 2940 3582 </Dim> 2941 3583 </Area> 2942 3584 </Child> 2943 <Child type="TaharezGreenLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 2944 <Area> 2945 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2946 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2947 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim> 2948 <Dim type="Height" ><AbsoluteDim value="12" /></Dim> 3585 <Child nameSuffix="__auto_hscrollbar__" type="TaharezGreenLook/HorizontalScrollbar"> 3586 <Area> 3587 <Dim type="LeftEdge"> 3588 <AbsoluteDim value="0" /> 3589 </Dim> 3590 <Dim type="TopEdge"> 3591 <AbsoluteDim value="0" /> 3592 </Dim> 3593 <Dim type="Width"> 3594 <UnifiedDim offset="-12" scale="1" type="Width" /> 3595 </Dim> 3596 <Dim type="Height"> 3597 <AbsoluteDim value="12" /> 3598 </Dim> 2949 3599 </Area> 2950 3600 <VertAlignment type="BottomAligned" /> 2951 3601 </Child> 2952 <Child type="TaharezGreenLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 2953 <Area> 2954 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2955 <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim> 2956 <Dim type="Width" ><AbsoluteDim value="12" /></Dim> 2957 <Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-12" type="BottomEdge" /></Dim> 3602 <Child nameSuffix="__auto_vscrollbar__" type="TaharezGreenLook/VerticalScrollbar"> 3603 <Area> 3604 <Dim type="LeftEdge"> 3605 <AbsoluteDim value="0" /> 3606 </Dim> 3607 <Dim type="TopEdge"> 3608 <WidgetDim dimension="BottomEdge" widget="__auto_listheader__" /> 3609 </Dim> 3610 <Dim type="Width"> 3611 <AbsoluteDim value="12" /> 3612 </Dim> 3613 <Dim type="BottomEdge"> 3614 <UnifiedDim offset="-12" scale="1" type="BottomEdge" /> 3615 </Dim> 2958 3616 </Area> 2959 3617 <HorzAlignment type="RightAligned" /> … … 2962 3620 <FrameComponent> 2963 3621 <Area> 2964 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 2965 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 2966 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 2967 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 2968 </Area> 2969 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="MultiListTopLeft" /> 2970 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="MultiListTopRight" /> 2971 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="MultiListBottomLeft" /> 2972 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="MultiListBottomRight" /> 2973 <Image type="LeftEdge" imageset="TaharezGreenLook" image="MultiListLeft" /> 2974 <Image type="RightEdge" imageset="TaharezGreenLook" image="MultiListRight" /> 2975 <Image type="TopEdge" imageset="TaharezGreenLook" image="MultiListTop" /> 2976 <Image type="BottomEdge" imageset="TaharezGreenLook" image="MultiListBottom" /> 2977 <Image type="Background" imageset="TaharezGreenLook" image="MultiListBackdrop" /> 3622 <Dim type="LeftEdge"> 3623 <AbsoluteDim value="0" /> 3624 </Dim> 3625 <Dim type="TopEdge"> 3626 <AbsoluteDim value="0" /> 3627 </Dim> 3628 <Dim type="Width"> 3629 <UnifiedDim scale="1" type="Width" /> 3630 </Dim> 3631 <Dim type="Height"> 3632 <UnifiedDim scale="1" type="Height" /> 3633 </Dim> 3634 </Area> 3635 <Image component="TopLeftCorner" name="TaharezGreenLook/MultiListTopLeft" /> 3636 <Image component="TopRightCorner" name="TaharezGreenLook/MultiListTopRight" /> 3637 <Image component="BottomLeftCorner" name="TaharezGreenLook/MultiListBottomLeft" /> 3638 <Image component="BottomRightCorner" name="TaharezGreenLook/MultiListBottomRight" /> 3639 <Image component="LeftEdge" name="TaharezGreenLook/MultiListLeft" /> 3640 <Image component="RightEdge" name="TaharezGreenLook/MultiListRight" /> 3641 <Image component="TopEdge" name="TaharezGreenLook/MultiListTop" /> 3642 <Image component="BottomEdge" name="TaharezGreenLook/MultiListBottom" /> 3643 <Image component="Background" name="TaharezGreenLook/MultiListBackdrop" /> 2978 3644 </FrameComponent> 2979 3645 </ImagerySection> … … 2986 3652 <Layer> 2987 3653 <Section section="main"> 2988 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />3654 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 2989 3655 </Section> 2990 3656 </Layer> 2991 3657 </StateImagery> 2992 3658 </WidgetLook> 2993 2994 <!--2995 ***************************************************2996 TaharezGreenLook/MultiLineEditbox2997 ***************************************************2998 -->2999 3659 <WidgetLook name="TaharezGreenLook/MultiLineEditbox"> 3000 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />3001 <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />3002 <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />3003 <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />3004 <Property name="MouseCursorImage" value=" set:TaharezGreenLook image:MouseTextBar" />3005 <Property name="SelectionBrushImage" value=" set:TaharezGreenLook image:MultiLineEditboxSelectionBrush" />3660 <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" /> 3661 <PropertyDefinition initialValue="FF000000" name="SelectedTextColour" redrawOnWrite="true" /> 3662 <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" /> 3663 <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" /> 3664 <Property name="MouseCursorImage" value="TaharezGreenLook/MouseTextBar" /> 3665 <Property name="SelectionBrushImage" value="TaharezGreenLook/MultiLineEditboxSelectionBrush" /> 3006 3666 <NamedArea name="TextArea"> 3007 3667 <Area> 3008 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim> 3009 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxTop" dimension="Height" /></Dim> 3010 <Dim type="RightEdge" > 3011 <UnifiedDim scale="1" type="RightEdge"> 3012 <DimOperator op="Subtract"> 3013 <ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxRight" dimension="Width" /> 3014 </DimOperator> 3015 </UnifiedDim> 3016 </Dim> 3017 <Dim type="BottomEdge" > 3018 <UnifiedDim scale="1" type="BottomEdge"> 3019 <DimOperator op="Subtract"> 3020 <ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxBottom" dimension="Height" /> 3021 </DimOperator> 3022 </UnifiedDim> 3668 <Dim type="LeftEdge"> 3669 <ImageDim dimension="Width" name="TaharezGreenLook/MultiLineEditboxLeft" /> 3670 </Dim> 3671 <Dim type="TopEdge"> 3672 <ImageDim dimension="Height" name="TaharezGreenLook/MultiLineEditboxTop" /> 3673 </Dim> 3674 <Dim type="RightEdge"> 3675 <OperatorDim op="Subtract"> 3676 <UnifiedDim scale="1" type="RightEdge" /> 3677 <ImageDim dimension="Width" name="TaharezGreenLook/MultiLineEditboxRight" /> 3678 </OperatorDim> 3679 </Dim> 3680 <Dim type="BottomEdge"> 3681 <OperatorDim op="Subtract"> 3682 <UnifiedDim scale="1" type="BottomEdge" /> 3683 <ImageDim dimension="Height" name="TaharezGreenLook/MultiLineEditboxBottom" /> 3684 </OperatorDim> 3023 3685 </Dim> 3024 3686 </Area> … … 3026 3688 <NamedArea name="TextAreaHScroll"> 3027 3689 <Area> 3028 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim> 3029 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxTop" dimension="Height" /></Dim> 3030 <Dim type="RightEdge" > 3031 <UnifiedDim scale="1" type="RightEdge"> 3032 <DimOperator op="Subtract"> 3033 <ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxRight" dimension="Width" /> 3034 </DimOperator> 3035 </UnifiedDim> 3036 </Dim> 3037 <Dim type="BottomEdge" > 3038 <UnifiedDim scale="1" type="BottomEdge"> 3039 <DimOperator op="Subtract"> 3040 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 3041 </DimOperator> 3042 </UnifiedDim> 3690 <Dim type="LeftEdge"> 3691 <ImageDim dimension="Width" name="TaharezGreenLook/MultiLineEditboxLeft" /> 3692 </Dim> 3693 <Dim type="TopEdge"> 3694 <ImageDim dimension="Height" name="TaharezGreenLook/MultiLineEditboxTop" /> 3695 </Dim> 3696 <Dim type="RightEdge"> 3697 <OperatorDim op="Subtract"> 3698 <UnifiedDim scale="1" type="RightEdge" /> 3699 <ImageDim dimension="Width" name="TaharezGreenLook/MultiLineEditboxRight" /> 3700 </OperatorDim> 3701 </Dim> 3702 <Dim type="BottomEdge"> 3703 <OperatorDim op="Subtract"> 3704 <UnifiedDim scale="1" type="BottomEdge" /> 3705 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 3706 </OperatorDim> 3043 3707 </Dim> 3044 3708 </Area> … … 3046 3710 <NamedArea name="TextAreaVScroll"> 3047 3711 <Area> 3048 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim> 3049 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxTop" dimension="Height" /></Dim> 3050 <Dim type="RightEdge" > 3051 <UnifiedDim scale="1" type="RightEdge"> 3052 <DimOperator op="Subtract"> 3053 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 3054 </DimOperator> 3055 </UnifiedDim> 3056 </Dim> 3057 <Dim type="BottomEdge" > 3058 <UnifiedDim scale="1" type="BottomEdge"> 3059 <DimOperator op="Subtract"> 3060 <ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxBottom" dimension="Height" /> 3061 </DimOperator> 3062 </UnifiedDim> 3712 <Dim type="LeftEdge"> 3713 <ImageDim dimension="Width" name="TaharezGreenLook/MultiLineEditboxLeft" /> 3714 </Dim> 3715 <Dim type="TopEdge"> 3716 <ImageDim dimension="Height" name="TaharezGreenLook/MultiLineEditboxTop" /> 3717 </Dim> 3718 <Dim type="RightEdge"> 3719 <OperatorDim op="Subtract"> 3720 <UnifiedDim scale="1" type="RightEdge" /> 3721 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 3722 </OperatorDim> 3723 </Dim> 3724 <Dim type="BottomEdge"> 3725 <OperatorDim op="Subtract"> 3726 <UnifiedDim scale="1" type="BottomEdge" /> 3727 <ImageDim dimension="Height" name="TaharezGreenLook/MultiLineEditboxBottom" /> 3728 </OperatorDim> 3063 3729 </Dim> 3064 3730 </Area> … … 3066 3732 <NamedArea name="TextAreaHVScroll"> 3067 3733 <Area> 3068 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim> 3069 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="MultiLineEditboxTop" dimension="Height" /></Dim> 3070 <Dim type="RightEdge" > 3071 <UnifiedDim scale="1" type="RightEdge"> 3072 <DimOperator op="Subtract"> 3073 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 3074 </DimOperator> 3075 </UnifiedDim> 3076 </Dim> 3077 <Dim type="BottomEdge" > 3078 <UnifiedDim scale="1" type="BottomEdge"> 3079 <DimOperator op="Subtract"> 3080 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 3081 </DimOperator> 3082 </UnifiedDim> 3734 <Dim type="LeftEdge"> 3735 <ImageDim dimension="Width" name="TaharezGreenLook/MultiLineEditboxLeft" /> 3736 </Dim> 3737 <Dim type="TopEdge"> 3738 <ImageDim dimension="Height" name="TaharezGreenLook/MultiLineEditboxTop" /> 3739 </Dim> 3740 <Dim type="RightEdge"> 3741 <OperatorDim op="Subtract"> 3742 <UnifiedDim scale="1" type="RightEdge" /> 3743 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 3744 </OperatorDim> 3745 </Dim> 3746 <Dim type="BottomEdge"> 3747 <OperatorDim op="Subtract"> 3748 <UnifiedDim scale="1" type="BottomEdge" /> 3749 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 3750 </OperatorDim> 3083 3751 </Dim> 3084 3752 </Area> 3085 3753 </NamedArea> 3086 <Child type="TaharezGreenLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 3087 <Area> 3088 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3089 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3090 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim> 3091 <Dim type="Height" ><AbsoluteDim value="12" /></Dim> 3754 <Child nameSuffix="__auto_hscrollbar__" type="TaharezGreenLook/HorizontalScrollbar"> 3755 <Area> 3756 <Dim type="LeftEdge"> 3757 <AbsoluteDim value="0" /> 3758 </Dim> 3759 <Dim type="TopEdge"> 3760 <AbsoluteDim value="0" /> 3761 </Dim> 3762 <Dim type="Width"> 3763 <UnifiedDim offset="-12" scale="1" type="Width" /> 3764 </Dim> 3765 <Dim type="Height"> 3766 <AbsoluteDim value="12" /> 3767 </Dim> 3092 3768 </Area> 3093 3769 <VertAlignment type="BottomAligned" /> 3094 3770 </Child> 3095 <Child type="TaharezGreenLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 3096 <Area> 3097 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3098 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3099 <Dim type="Width" ><AbsoluteDim value="12" /></Dim> 3100 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim> 3771 <Child nameSuffix="__auto_vscrollbar__" type="TaharezGreenLook/VerticalScrollbar"> 3772 <Area> 3773 <Dim type="LeftEdge"> 3774 <AbsoluteDim value="0" /> 3775 </Dim> 3776 <Dim type="TopEdge"> 3777 <AbsoluteDim value="0" /> 3778 </Dim> 3779 <Dim type="Width"> 3780 <AbsoluteDim value="12" /> 3781 </Dim> 3782 <Dim type="Height"> 3783 <UnifiedDim offset="-12" scale="1" type="Height" /> 3784 </Dim> 3101 3785 </Area> 3102 3786 <HorzAlignment type="RightAligned" /> … … 3105 3789 <FrameComponent> 3106 3790 <Area> 3107 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3108 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3109 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3110 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3111 </Area> 3112 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="MultiLineEditboxTopLeft" /> 3113 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="MultiLineEditboxTopRight" /> 3114 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="MultiLineEditboxBottomLeft" /> 3115 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="MultiLineEditboxBottomRight" /> 3116 <Image type="LeftEdge" imageset="TaharezGreenLook" image="MultiLineEditboxLeft" /> 3117 <Image type="RightEdge" imageset="TaharezGreenLook" image="MultiLineEditboxRight" /> 3118 <Image type="TopEdge" imageset="TaharezGreenLook" image="MultiLineEditboxTop" /> 3119 <Image type="BottomEdge" imageset="TaharezGreenLook" image="MultiLineEditboxBottom" /> 3120 <Image type="Background" imageset="TaharezGreenLook" image="MultiLineEditboxBackdrop" /> 3791 <Dim type="LeftEdge"> 3792 <AbsoluteDim value="0" /> 3793 </Dim> 3794 <Dim type="TopEdge"> 3795 <AbsoluteDim value="0" /> 3796 </Dim> 3797 <Dim type="Width"> 3798 <UnifiedDim scale="1" type="Width" /> 3799 </Dim> 3800 <Dim type="Height"> 3801 <UnifiedDim scale="1" type="Height" /> 3802 </Dim> 3803 </Area> 3804 <Image component="TopLeftCorner" name="TaharezGreenLook/MultiLineEditboxTopLeft" /> 3805 <Image component="TopRightCorner" name="TaharezGreenLook/MultiLineEditboxTopRight" /> 3806 <Image component="BottomLeftCorner" name="TaharezGreenLook/MultiLineEditboxBottomLeft" /> 3807 <Image component="BottomRightCorner" name="TaharezGreenLook/MultiLineEditboxBottomRight" /> 3808 <Image component="LeftEdge" name="TaharezGreenLook/MultiLineEditboxLeft" /> 3809 <Image component="RightEdge" name="TaharezGreenLook/MultiLineEditboxRight" /> 3810 <Image component="TopEdge" name="TaharezGreenLook/MultiLineEditboxTop" /> 3811 <Image component="BottomEdge" name="TaharezGreenLook/MultiLineEditboxBottom" /> 3812 <Image component="Background" name="TaharezGreenLook/MultiLineEditboxBackdrop" /> 3121 3813 </FrameComponent> 3122 3814 </ImagerySection> 3123 <ImagerySection name="Carat"> 3124 <ImageryComponent> 3125 <Area> 3126 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3127 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3128 <Dim type="Width" ><ImageDim imageset="TaharezGreenLook" image="EditBoxCarat" dimension="Width" /></Dim> 3129 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 3130 </Area> 3131 <Image imageset="TaharezGreenLook" image="EditBoxCarat" /> 3815 <ImagerySection name="Caret"> 3816 <ImageryComponent> 3817 <Area> 3818 <Dim type="LeftEdge"> 3819 <AbsoluteDim value="0" /> 3820 </Dim> 3821 <Dim type="TopEdge"> 3822 <AbsoluteDim value="0" /> 3823 </Dim> 3824 <Dim type="Width"> 3825 <ImageDim dimension="Width" name="TaharezGreenLook/EditBoxCarat" /> 3826 </Dim> 3827 <Dim type="BottomEdge"> 3828 <UnifiedDim scale="1.0" type="BottomEdge" /> 3829 </Dim> 3830 </Area> 3831 <Image name="TaharezGreenLook/EditBoxCarat" /> 3132 3832 <VertFormat type="Stretched" /> 3133 3833 <HorzFormat type="Stretched" /> … … 3147 3847 <Layer> 3148 3848 <Section section="main"> 3149 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />3849 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 3150 3850 </Section> 3151 3851 </Layer> 3152 3852 </StateImagery> 3153 3853 </WidgetLook> 3154 3155 <!--3156 ***************************************************3157 TaharezGreenLook/Tooltip3158 ***************************************************3159 -->3160 3854 <WidgetLook name="TaharezGreenLook/Tooltip"> 3161 3855 <NamedArea name="TextArea"> 3162 3856 <Area> 3163 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="TooltipLeftEdge" dimension="Width" /></Dim> 3164 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="TooltipTopEdge" dimension="Height" /></Dim> 3165 <Dim type="RightEdge" > 3166 <UnifiedDim scale="1" type="RightEdge"> 3167 <DimOperator op="Subtract"> 3168 <ImageDim imageset="TaharezGreenLook" image="TooltipRightEdge" dimension="Width" /> 3169 </DimOperator> 3170 </UnifiedDim> 3171 </Dim> 3172 <Dim type="BottomEdge" > 3173 <UnifiedDim scale="1" type="BottomEdge"> 3174 <DimOperator op="Subtract"> 3175 <ImageDim imageset="TaharezGreenLook" image="TooltipBottomEdge" dimension="Height" /> 3176 </DimOperator> 3177 </UnifiedDim> 3857 <Dim type="LeftEdge"> 3858 <ImageDim dimension="Width" name="TaharezGreenLook/TooltipLeftEdge" /> 3859 </Dim> 3860 <Dim type="TopEdge"> 3861 <ImageDim dimension="Height" name="TaharezGreenLook/TooltipTopEdge" /> 3862 </Dim> 3863 <Dim type="RightEdge"> 3864 <OperatorDim op="Subtract"> 3865 <UnifiedDim scale="1" type="RightEdge" /> 3866 <ImageDim dimension="Width" name="TaharezGreenLook/TooltipRightEdge" /> 3867 </OperatorDim> 3868 </Dim> 3869 <Dim type="BottomEdge"> 3870 <OperatorDim op="Subtract"> 3871 <UnifiedDim scale="1" type="BottomEdge" /> 3872 <ImageDim dimension="Height" name="TaharezGreenLook/TooltipBottomEdge" /> 3873 </OperatorDim> 3178 3874 </Dim> 3179 3875 </Area> … … 3182 3878 <FrameComponent> 3183 3879 <Area> 3184 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3185 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3186 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3187 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3188 </Area> 3189 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="TooltipTopLeft" /> 3190 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="TooltipTopRight" /> 3191 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="TooltipBottomLeft" /> 3192 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="TooltipBottomRight" /> 3193 <Image type="LeftEdge" imageset="TaharezGreenLook" image="TooltipLeftEdge" /> 3194 <Image type="RightEdge" imageset="TaharezGreenLook" image="TooltipRightEdge" /> 3195 <Image type="TopEdge" imageset="TaharezGreenLook" image="TooltipTopEdge" /> 3196 <Image type="BottomEdge" imageset="TaharezGreenLook" image="TooltipBottomEdge" /> 3197 <Image type="Background" imageset="TaharezGreenLook" image="TooltipMiddle" /> 3880 <Dim type="LeftEdge"> 3881 <AbsoluteDim value="0" /> 3882 </Dim> 3883 <Dim type="TopEdge"> 3884 <AbsoluteDim value="0" /> 3885 </Dim> 3886 <Dim type="Width"> 3887 <UnifiedDim scale="1" type="Width" /> 3888 </Dim> 3889 <Dim type="Height"> 3890 <UnifiedDim scale="1" type="Height" /> 3891 </Dim> 3892 </Area> 3893 <Image component="TopLeftCorner" name="TaharezGreenLook/TooltipTopLeft" /> 3894 <Image component="TopRightCorner" name="TaharezGreenLook/TooltipTopRight" /> 3895 <Image component="BottomLeftCorner" name="TaharezGreenLook/TooltipBottomLeft" /> 3896 <Image component="BottomRightCorner" name="TaharezGreenLook/TooltipBottomRight" /> 3897 <Image component="LeftEdge" name="TaharezGreenLook/TooltipLeftEdge" /> 3898 <Image component="RightEdge" name="TaharezGreenLook/TooltipRightEdge" /> 3899 <Image component="TopEdge" name="TaharezGreenLook/TooltipTopEdge" /> 3900 <Image component="BottomEdge" name="TaharezGreenLook/TooltipBottomEdge" /> 3901 <Image component="Background" name="TaharezGreenLook/TooltipMiddle" /> 3198 3902 </FrameComponent> 3199 3903 </ImagerySection> … … 3201 3905 <TextComponent> 3202 3906 <Area> 3203 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="TooltipLeftEdge" dimension="Width" /></Dim> 3204 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="TooltipTopEdge" dimension="Height" /></Dim> 3205 <Dim type="RightEdge" > 3206 <UnifiedDim scale="1" type="RightEdge"> 3207 <DimOperator op="Subtract"> 3208 <ImageDim imageset="TaharezGreenLook" image="TooltipRightEdge" dimension="Width" /> 3209 </DimOperator> 3210 </UnifiedDim> 3211 </Dim> 3212 <Dim type="BottomEdge" > 3213 <UnifiedDim scale="1" type="BottomEdge"> 3214 <DimOperator op="Subtract"> 3215 <ImageDim imageset="TaharezGreenLook" image="TooltipBottomEdge" dimension="Height" /> 3216 </DimOperator> 3217 </UnifiedDim> 3218 </Dim> 3219 </Area> 3220 <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" /> 3907 <Dim type="LeftEdge"> 3908 <ImageDim dimension="Width" name="TaharezGreenLook/TooltipLeftEdge" /> 3909 </Dim> 3910 <Dim type="TopEdge"> 3911 <ImageDim dimension="Height" name="TaharezGreenLook/TooltipTopEdge" /> 3912 </Dim> 3913 <Dim type="RightEdge"> 3914 <OperatorDim op="Subtract"> 3915 <UnifiedDim scale="1" type="RightEdge" /> 3916 <ImageDim dimension="Width" name="TaharezGreenLook/TooltipRightEdge" /> 3917 </OperatorDim> 3918 </Dim> 3919 <Dim type="BottomEdge"> 3920 <OperatorDim op="Subtract"> 3921 <UnifiedDim scale="1" type="BottomEdge" /> 3922 <ImageDim dimension="Height" name="TaharezGreenLook/TooltipBottomEdge" /> 3923 </OperatorDim> 3924 </Dim> 3925 </Area> 3926 <Colours bottomLeft="FF000000" bottomRight="FF000000" topLeft="FF000000" topRight="FF000000" /> 3221 3927 <VertFormat type="CentreAligned" /> 3222 3928 <HorzFormat type="CentreAligned" /> … … 3236 3942 </StateImagery> 3237 3943 </WidgetLook> 3238 3239 <!--3240 ***************************************************3241 TaharezGreenLook/ScrollablePane3242 ***************************************************3243 -->3244 3944 <WidgetLook name="TaharezGreenLook/ScrollablePane"> 3245 3945 <NamedArea name="ViewableArea"> 3246 3946 <Area> 3247 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3248 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3249 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 3250 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 3947 <Dim type="LeftEdge"> 3948 <AbsoluteDim value="0" /> 3949 </Dim> 3950 <Dim type="TopEdge"> 3951 <AbsoluteDim value="0" /> 3952 </Dim> 3953 <Dim type="RightEdge"> 3954 <UnifiedDim scale="1.0" type="RightEdge" /> 3955 </Dim> 3956 <Dim type="BottomEdge"> 3957 <UnifiedDim scale="1.0" type="BottomEdge" /> 3958 </Dim> 3251 3959 </Area> 3252 3960 </NamedArea> 3253 3961 <NamedArea name="ViewableAreaHScroll"> 3254 3962 <Area> 3255 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3256 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3257 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 3258 <Dim type="BottomEdge" > 3259 <UnifiedDim scale="1" type="BottomEdge"> 3260 <DimOperator op="Subtract"> 3261 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 3262 </DimOperator> 3263 </UnifiedDim> 3963 <Dim type="LeftEdge"> 3964 <AbsoluteDim value="0" /> 3965 </Dim> 3966 <Dim type="TopEdge"> 3967 <AbsoluteDim value="0" /> 3968 </Dim> 3969 <Dim type="RightEdge"> 3970 <UnifiedDim scale="1.0" type="RightEdge" /> 3971 </Dim> 3972 <Dim type="BottomEdge"> 3973 <OperatorDim op="Subtract"> 3974 <UnifiedDim scale="1" type="BottomEdge" /> 3975 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 3976 </OperatorDim> 3264 3977 </Dim> 3265 3978 </Area> … … 3267 3980 <NamedArea name="ViewableAreaVScroll"> 3268 3981 <Area> 3269 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3270 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3271 <Dim type="RightEdge" > 3272 <UnifiedDim scale="1" type="RightEdge"> 3273 <DimOperator op="Subtract"> 3274 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 3275 </DimOperator> 3276 </UnifiedDim> 3277 </Dim> 3278 <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim> 3982 <Dim type="LeftEdge"> 3983 <AbsoluteDim value="0" /> 3984 </Dim> 3985 <Dim type="TopEdge"> 3986 <AbsoluteDim value="0" /> 3987 </Dim> 3988 <Dim type="RightEdge"> 3989 <OperatorDim op="Subtract"> 3990 <UnifiedDim scale="1" type="RightEdge" /> 3991 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 3992 </OperatorDim> 3993 </Dim> 3994 <Dim type="BottomEdge"> 3995 <UnifiedDim scale="1.0" type="BottomEdge" /> 3996 </Dim> 3279 3997 </Area> 3280 3998 </NamedArea> 3281 3999 <NamedArea name="ViewableAreaHVScroll"> 3282 4000 <Area> 3283 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3284 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3285 <Dim type="RightEdge" > 3286 <UnifiedDim scale="1" type="RightEdge"> 3287 <DimOperator op="Subtract"> 3288 <WidgetDim widget="__auto_vscrollbar__" dimension="Width" /> 3289 </DimOperator> 3290 </UnifiedDim> 3291 </Dim> 3292 <Dim type="BottomEdge" > 3293 <UnifiedDim scale="1" type="BottomEdge"> 3294 <DimOperator op="Subtract"> 3295 <WidgetDim widget="__auto_hscrollbar__" dimension="Height" /> 3296 </DimOperator> 3297 </UnifiedDim> 4001 <Dim type="LeftEdge"> 4002 <AbsoluteDim value="0" /> 4003 </Dim> 4004 <Dim type="TopEdge"> 4005 <AbsoluteDim value="0" /> 4006 </Dim> 4007 <Dim type="RightEdge"> 4008 <OperatorDim op="Subtract"> 4009 <UnifiedDim scale="1" type="RightEdge" /> 4010 <WidgetDim dimension="Width" widget="__auto_vscrollbar__" /> 4011 </OperatorDim> 4012 </Dim> 4013 <Dim type="BottomEdge"> 4014 <OperatorDim op="Subtract"> 4015 <UnifiedDim scale="1" type="BottomEdge" /> 4016 <WidgetDim dimension="Height" widget="__auto_hscrollbar__" /> 4017 </OperatorDim> 3298 4018 </Dim> 3299 4019 </Area> 3300 4020 </NamedArea> 3301 <Child type="TaharezGreenLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 3302 <Area> 3303 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3304 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3305 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim> 3306 <Dim type="Height" ><AbsoluteDim value="12" /></Dim> 4021 <Child nameSuffix="__auto_hscrollbar__" type="TaharezGreenLook/HorizontalScrollbar"> 4022 <Area> 4023 <Dim type="LeftEdge"> 4024 <AbsoluteDim value="0" /> 4025 </Dim> 4026 <Dim type="TopEdge"> 4027 <AbsoluteDim value="0" /> 4028 </Dim> 4029 <Dim type="Width"> 4030 <UnifiedDim offset="-12" scale="1" type="Width" /> 4031 </Dim> 4032 <Dim type="Height"> 4033 <AbsoluteDim value="12" /> 4034 </Dim> 3307 4035 </Area> 3308 4036 <VertAlignment type="BottomAligned" /> 3309 4037 </Child> 3310 <Child type="TaharezGreenLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 3311 <Area> 3312 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3313 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3314 <Dim type="Width" ><AbsoluteDim value="12" /></Dim> 3315 <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim> 4038 <Child nameSuffix="__auto_vscrollbar__" type="TaharezGreenLook/VerticalScrollbar"> 4039 <Area> 4040 <Dim type="LeftEdge"> 4041 <AbsoluteDim value="0" /> 4042 </Dim> 4043 <Dim type="TopEdge"> 4044 <AbsoluteDim value="0" /> 4045 </Dim> 4046 <Dim type="Width"> 4047 <AbsoluteDim value="12" /> 4048 </Dim> 4049 <Dim type="Height"> 4050 <UnifiedDim offset="-12" scale="1" type="Height" /> 4051 </Dim> 3316 4052 </Area> 3317 4053 <HorzAlignment type="RightAligned" /> … … 3320 4056 <StateImagery name="Disabled" /> 3321 4057 </WidgetLook> 3322 3323 <!--3324 ***************************************************3325 TaharezGreenLook/TabButton3326 ***************************************************3327 -->3328 4058 <WidgetLook name="TaharezGreenLook/TabButton"> 3329 <PropertyDefinition name="NormalTextColour" initialValue="FFC0C0C0" redrawOnWrite="true" />3330 <PropertyDefinition name="HoverTextColour" initialValue="FFE0E0E0" redrawOnWrite="true" />3331 <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />3332 <PropertyDefinition name="SelectedTextColour" initialValue="FFE0E0E0" redrawOnWrite="true" />3333 <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />4059 <PropertyDefinition initialValue="FFC0C0C0" name="NormalTextColour" redrawOnWrite="true" /> 4060 <PropertyDefinition initialValue="FFE0E0E0" name="HoverTextColour" redrawOnWrite="true" /> 4061 <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" /> 4062 <PropertyDefinition initialValue="FFE0E0E0" name="SelectedTextColour" redrawOnWrite="true" /> 4063 <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" /> 3334 4064 <ImagerySection name="label"> 3335 4065 <TextComponent> 3336 4066 <Area> 3337 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3338 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3339 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3340 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 4067 <Dim type="LeftEdge"> 4068 <AbsoluteDim value="0" /> 4069 </Dim> 4070 <Dim type="TopEdge"> 4071 <AbsoluteDim value="0" /> 4072 </Dim> 4073 <Dim type="Width"> 4074 <UnifiedDim scale="1" type="Width" /> 4075 </Dim> 4076 <Dim type="Height"> 4077 <UnifiedDim scale="1" type="Height" /> 4078 </Dim> 3341 4079 </Area> 3342 4080 <VertFormat type="CentreAligned" /> … … 3347 4085 <FrameComponent> 3348 4086 <Area> 3349 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3350 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3351 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3352 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3353 </Area> 3354 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="TabButtonUpperLeftNormal" /> 3355 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="TabButtonUpperRightNormal" /> 3356 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="TabButtonLowerLeftNormal" /> 3357 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="TabButtonLowerRight2Normal" /> 3358 <Image type="LeftEdge" imageset="TaharezGreenLook" image="TabButtonLeftNormal" /> 3359 <Image type="RightEdge" imageset="TaharezGreenLook" image="TabButtonRightNormal" /> 3360 <Image type="TopEdge" imageset="TaharezGreenLook" image="TabButtonUpperNormal" /> 3361 <Image type="BottomEdge" imageset="TaharezGreenLook" image="TabButtonLowerNormal" /> 3362 <Image type="Background" imageset="TaharezGreenLook" image="TabButtonMiddleNormal" /> 4087 <Dim type="LeftEdge"> 4088 <AbsoluteDim value="0" /> 4089 </Dim> 4090 <Dim type="TopEdge"> 4091 <AbsoluteDim value="0" /> 4092 </Dim> 4093 <Dim type="Width"> 4094 <UnifiedDim scale="1" type="Width" /> 4095 </Dim> 4096 <Dim type="Height"> 4097 <UnifiedDim scale="1" type="Height" /> 4098 </Dim> 4099 </Area> 4100 <Image component="TopLeftCorner" name="TaharezGreenLook/TabButtonUpperLeftNormal" /> 4101 <Image component="TopRightCorner" name="TaharezGreenLook/TabButtonUpperRightNormal" /> 4102 <Image component="BottomLeftCorner" name="TaharezGreenLook/TabButtonLowerLeftNormal" /> 4103 <Image component="BottomRightCorner" name="TaharezGreenLook/TabButtonLowerRight2Normal" /> 4104 <Image component="LeftEdge" name="TaharezGreenLook/TabButtonLeftNormal" /> 4105 <Image component="RightEdge" name="TaharezGreenLook/TabButtonRightNormal" /> 4106 <Image component="TopEdge" name="TaharezGreenLook/TabButtonUpperNormal" /> 4107 <Image component="BottomEdge" name="TaharezGreenLook/TabButtonLowerNormal" /> 4108 <Image component="Background" name="TaharezGreenLook/TabButtonMiddleNormal" /> 3363 4109 </FrameComponent> 3364 4110 </ImagerySection> … … 3366 4112 <FrameComponent> 3367 4113 <Area> 3368 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3369 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3370 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3371 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3372 </Area> 3373 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="TabButtonUpperLeft2Normal" /> 3374 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="TabButtonUpperRightNormal" /> 3375 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="TabButtonLowerLeftNormal" /> 3376 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="TabButtonLowerRightNormal" /> 3377 <Image type="LeftEdge" imageset="TaharezGreenLook" image="TabButtonLeftNormal" /> 3378 <Image type="RightEdge" imageset="TaharezGreenLook" image="TabButtonRightNormal" /> 3379 <Image type="TopEdge" imageset="TaharezGreenLook" image="TabButtonUpperNormal" /> 3380 <Image type="BottomEdge" imageset="TaharezGreenLook" image="TabButtonLowerNormal" /> 3381 <Image type="Background" imageset="TaharezGreenLook" image="TabButtonMiddleNormal" /> 4114 <Dim type="LeftEdge"> 4115 <AbsoluteDim value="0" /> 4116 </Dim> 4117 <Dim type="TopEdge"> 4118 <AbsoluteDim value="0" /> 4119 </Dim> 4120 <Dim type="Width"> 4121 <UnifiedDim scale="1" type="Width" /> 4122 </Dim> 4123 <Dim type="Height"> 4124 <UnifiedDim scale="1" type="Height" /> 4125 </Dim> 4126 </Area> 4127 <Image component="TopLeftCorner" name="TaharezGreenLook/TabButtonUpperLeft2Normal" /> 4128 <Image component="TopRightCorner" name="TaharezGreenLook/TabButtonUpperRightNormal" /> 4129 <Image component="BottomLeftCorner" name="TaharezGreenLook/TabButtonLowerLeftNormal" /> 4130 <Image component="BottomRightCorner" name="TaharezGreenLook/TabButtonLowerRightNormal" /> 4131 <Image component="LeftEdge" name="TaharezGreenLook/TabButtonLeftNormal" /> 4132 <Image component="RightEdge" name="TaharezGreenLook/TabButtonRightNormal" /> 4133 <Image component="TopEdge" name="TaharezGreenLook/TabButtonUpperNormal" /> 4134 <Image component="BottomEdge" name="TaharezGreenLook/TabButtonLowerNormal" /> 4135 <Image component="Background" name="TaharezGreenLook/TabButtonMiddleNormal" /> 3382 4136 </FrameComponent> 3383 4137 </ImagerySection> … … 3385 4139 <FrameComponent> 3386 4140 <Area> 3387 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3388 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3389 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3390 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3391 </Area> 3392 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="TabButtonUpperLeftNormal" /> 3393 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="TabButtonUpperRightNormal" /> 3394 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="TabButtonLowerLeftNormal" /> 3395 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="TabButtonLowerRight2Normal" /> 3396 <Image type="LeftEdge" imageset="TaharezGreenLook" image="TabButtonLeftNormal" /> 3397 <Image type="RightEdge" imageset="TaharezGreenLook" image="TabButtonRightNormal" /> 3398 <Image type="TopEdge" imageset="TaharezGreenLook" image="TabButtonUpperNormal" /> 3399 <Image type="BottomEdge" imageset="TaharezGreenLook" image="TabButtonLowerNormal" /> 3400 <Image type="Background" imageset="TaharezGreenLook" image="TabButtonMiddleNormal" /> 4141 <Dim type="LeftEdge"> 4142 <AbsoluteDim value="0" /> 4143 </Dim> 4144 <Dim type="TopEdge"> 4145 <AbsoluteDim value="0" /> 4146 </Dim> 4147 <Dim type="Width"> 4148 <UnifiedDim scale="1" type="Width" /> 4149 </Dim> 4150 <Dim type="Height"> 4151 <UnifiedDim scale="1" type="Height" /> 4152 </Dim> 4153 </Area> 4154 <Image component="TopLeftCorner" name="TaharezGreenLook/TabButtonUpperLeftNormal" /> 4155 <Image component="TopRightCorner" name="TaharezGreenLook/TabButtonUpperRightNormal" /> 4156 <Image component="BottomLeftCorner" name="TaharezGreenLook/TabButtonLowerLeftNormal" /> 4157 <Image component="BottomRightCorner" name="TaharezGreenLook/TabButtonLowerRight2Normal" /> 4158 <Image component="LeftEdge" name="TaharezGreenLook/TabButtonLeftNormal" /> 4159 <Image component="RightEdge" name="TaharezGreenLook/TabButtonRightNormal" /> 4160 <Image component="TopEdge" name="TaharezGreenLook/TabButtonUpperNormal" /> 4161 <Image component="BottomEdge" name="TaharezGreenLook/TabButtonLowerNormal" /> 4162 <Image component="Background" name="TaharezGreenLook/TabButtonMiddleNormal" /> 3401 4163 </FrameComponent> 3402 4164 </ImagerySection> … … 3404 4166 <FrameComponent> 3405 4167 <Area> 3406 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3407 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3408 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3409 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3410 </Area> 3411 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="TabButtonUpperLeft2Normal" /> 3412 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="TabButtonUpperRightNormal" /> 3413 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="TabButtonLowerLeftNormal" /> 3414 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="TabButtonLowerRightNormal" /> 3415 <Image type="LeftEdge" imageset="TaharezGreenLook" image="TabButtonLeftNormal" /> 3416 <Image type="RightEdge" imageset="TaharezGreenLook" image="TabButtonRightNormal" /> 3417 <Image type="TopEdge" imageset="TaharezGreenLook" image="TabButtonUpperNormal" /> 3418 <Image type="BottomEdge" imageset="TaharezGreenLook" image="TabButtonLowerNormal" /> 3419 <Image type="Background" imageset="TaharezGreenLook" image="TabButtonMiddleNormal" /> 4168 <Dim type="LeftEdge"> 4169 <AbsoluteDim value="0" /> 4170 </Dim> 4171 <Dim type="TopEdge"> 4172 <AbsoluteDim value="0" /> 4173 </Dim> 4174 <Dim type="Width"> 4175 <UnifiedDim scale="1" type="Width" /> 4176 </Dim> 4177 <Dim type="Height"> 4178 <UnifiedDim scale="1" type="Height" /> 4179 </Dim> 4180 </Area> 4181 <Image component="TopLeftCorner" name="TaharezGreenLook/TabButtonUpperLeft2Normal" /> 4182 <Image component="TopRightCorner" name="TaharezGreenLook/TabButtonUpperRightNormal" /> 4183 <Image component="BottomLeftCorner" name="TaharezGreenLook/TabButtonLowerLeftNormal" /> 4184 <Image component="BottomRightCorner" name="TaharezGreenLook/TabButtonLowerRightNormal" /> 4185 <Image component="LeftEdge" name="TaharezGreenLook/TabButtonLeftNormal" /> 4186 <Image component="RightEdge" name="TaharezGreenLook/TabButtonRightNormal" /> 4187 <Image component="TopEdge" name="TaharezGreenLook/TabButtonUpperNormal" /> 4188 <Image component="BottomEdge" name="TaharezGreenLook/TabButtonLowerNormal" /> 4189 <Image component="Background" name="TaharezGreenLook/TabButtonMiddleNormal" /> 3420 4190 </FrameComponent> 3421 4191 </ImagerySection> … … 3423 4193 <FrameComponent> 3424 4194 <Area> 3425 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3426 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3427 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3428 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3429 </Area> 3430 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="TabButtonUpperLeftSelected" /> 3431 <Image type="TopEdge" imageset="TaharezGreenLook" image="TabButtonUpperSelected" /> 3432 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="TabButtonUpperRightSelected" /> 3433 <Image type="LeftEdge" imageset="TaharezGreenLook" image="TabButtonLeftSelected" /> 3434 <Image type="Background" imageset="TaharezGreenLook" image="TabButtonMiddleSelected" /> 3435 <Image type="RightEdge" imageset="TaharezGreenLook" image="TabButtonRightSelected" /> 4195 <Dim type="LeftEdge"> 4196 <AbsoluteDim value="0" /> 4197 </Dim> 4198 <Dim type="TopEdge"> 4199 <AbsoluteDim value="0" /> 4200 </Dim> 4201 <Dim type="Width"> 4202 <UnifiedDim scale="1" type="Width" /> 4203 </Dim> 4204 <Dim type="Height"> 4205 <UnifiedDim scale="1" type="Height" /> 4206 </Dim> 4207 </Area> 4208 <Image component="TopLeftCorner" name="TaharezGreenLook/TabButtonUpperLeftSelected" /> 4209 <Image component="TopEdge" name="TaharezGreenLook/TabButtonUpperSelected" /> 4210 <Image component="TopRightCorner" name="TaharezGreenLook/TabButtonUpperRightSelected" /> 4211 <Image component="LeftEdge" name="TaharezGreenLook/TabButtonLeftSelected" /> 4212 <Image component="Background" name="TaharezGreenLook/TabButtonMiddleSelected" /> 4213 <Image component="RightEdge" name="TaharezGreenLook/TabButtonRightSelected" /> 3436 4214 </FrameComponent> 3437 4215 </ImagerySection> … … 3439 4217 <FrameComponent> 3440 4218 <Area> 3441 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3442 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3443 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3444 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3445 </Area> 3446 <Image type="LeftEdge" imageset="TaharezGreenLook" image="TabButtonLeftSelected" /> 3447 <Image type="Background" imageset="TaharezGreenLook" image="TabButtonMiddleSelected" /> 3448 <Image type="RightEdge" imageset="TaharezGreenLook" image="TabButtonRightSelected" /> 3449 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="TabButtonLowerLeftNormal" /> 3450 <Image type="BottomEdge" imageset="TaharezGreenLook" image="TabButtonLowerNormal" /> 3451 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="TabButtonLowerRightNormal" /> 4219 <Dim type="LeftEdge"> 4220 <AbsoluteDim value="0" /> 4221 </Dim> 4222 <Dim type="TopEdge"> 4223 <AbsoluteDim value="0" /> 4224 </Dim> 4225 <Dim type="Width"> 4226 <UnifiedDim scale="1" type="Width" /> 4227 </Dim> 4228 <Dim type="Height"> 4229 <UnifiedDim scale="1" type="Height" /> 4230 </Dim> 4231 </Area> 4232 <Image component="LeftEdge" name="TaharezGreenLook/TabButtonLeftSelected" /> 4233 <Image component="Background" name="TaharezGreenLook/TabButtonMiddleSelected" /> 4234 <Image component="RightEdge" name="TaharezGreenLook/TabButtonRightSelected" /> 4235 <Image component="BottomLeftCorner" name="TaharezGreenLook/TabButtonLowerLeftNormal" /> 4236 <Image component="BottomEdge" name="TaharezGreenLook/TabButtonLowerNormal" /> 4237 <Image component="BottomRightCorner" name="TaharezGreenLook/TabButtonLowerRightNormal" /> 3452 4238 </FrameComponent> 3453 4239 </ImagerySection> … … 3519 4305 <Layer> 3520 4306 <Section section="top_normal"> 3521 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />4307 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 3522 4308 </Section> 3523 4309 <Section section="label"> … … 3529 4315 <Layer> 3530 4316 <Section section="bot_normal"> 3531 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />4317 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 3532 4318 </Section> 3533 4319 <Section section="label"> … … 3537 4323 </StateImagery> 3538 4324 </WidgetLook> 3539 3540 <!--3541 ***************************************************3542 TaharezGreenLook/TabContentPane3543 ***************************************************3544 -->3545 4325 <WidgetLook name="TaharezGreenLook/TabContentPane"> 3546 <PropertyDefinition name="EnableTop" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />3547 <PropertyDefinition name="EnableBottom" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />4326 <PropertyDefinition initialValue="0" layoutOnWrite="true" name="EnableTop" redrawOnWrite="true" /> 4327 <PropertyDefinition initialValue="0" layoutOnWrite="true" name="EnableBottom" redrawOnWrite="true" /> 3548 4328 <ImagerySection name="normal"> 3549 4329 <FrameComponent> 3550 4330 <Area> 3551 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3552 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3553 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3554 <Dim type="BottomEdge" > 3555 <ImageDim imageset="TaharezGreenLook" image="TabContentPaneUpperLeft" dimension="Height"> 3556 <DimOperator op="Multiply"> 3557 <PropertyDim name="EnableTop" /> 3558 </DimOperator> 3559 </ImageDim> 3560 </Dim> 3561 </Area> 3562 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="TabContentPaneUpperLeft" /> 3563 <Image type="TopEdge" imageset="TaharezGreenLook" image="TabContentPaneUpper" /> 3564 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="TabContentPaneUpperRight" /> 4331 <Dim type="LeftEdge"> 4332 <AbsoluteDim value="0" /> 4333 </Dim> 4334 <Dim type="TopEdge"> 4335 <AbsoluteDim value="0" /> 4336 </Dim> 4337 <Dim type="Width"> 4338 <UnifiedDim scale="1" type="Width" /> 4339 </Dim> 4340 <Dim type="BottomEdge"> 4341 <OperatorDim op="Multiply"> 4342 <ImageDim dimension="Height" name="TaharezGreenLook/TabContentPaneUpperLeft" /> 4343 <PropertyDim name="EnableTop" /> 4344 </OperatorDim> 4345 </Dim> 4346 </Area> 4347 <Image component="TopLeftCorner" name="TaharezGreenLook/TabContentPaneUpperLeft" /> 4348 <Image component="TopEdge" name="TaharezGreenLook/TabContentPaneUpper" /> 4349 <Image component="TopRightCorner" name="TaharezGreenLook/TabContentPaneUpperRight" /> 3565 4350 </FrameComponent> 3566 4351 <FrameComponent> 3567 4352 <Area> 3568 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3569 <Dim type="TopEdge" > 3570 <ImageDim imageset="TaharezGreenLook" image="TabContentPaneUpperLeft" dimension="Height"> 3571 <DimOperator op="Multiply"> 3572 <PropertyDim name="EnableTop" /> 3573 </DimOperator> 3574 </ImageDim> 3575 </Dim> 3576 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3577 <Dim type="BottomEdge" > 3578 <UnifiedDim scale="1" type="Height"> 3579 <DimOperator op="Subtract"> 3580 <ImageDim imageset="TaharezGreenLook" image="TabContentPaneLowerLeft" dimension="Height"> 3581 <DimOperator op="Multiply"> 3582 <PropertyDim name="EnableBottom" /> 3583 </DimOperator> 3584 </ImageDim> 3585 </DimOperator> 3586 </UnifiedDim> 3587 </Dim> 3588 </Area> 3589 <Image type="LeftEdge" imageset="TaharezGreenLook" image="TabContentPaneLeft" /> 3590 <Image type="Background" imageset="TaharezGreenLook" image="TabContentPaneMiddle" /> 3591 <Image type="RightEdge" imageset="TaharezGreenLook" image="TabContentPaneRight" /> 4353 <Dim type="LeftEdge"> 4354 <AbsoluteDim value="0" /> 4355 </Dim> 4356 <Dim type="TopEdge"> 4357 <OperatorDim op="Multiply"> 4358 <ImageDim dimension="Height" name="TaharezGreenLook/TabContentPaneUpperLeft" /> 4359 <PropertyDim name="EnableTop" /> 4360 </OperatorDim> 4361 </Dim> 4362 <Dim type="Width"> 4363 <UnifiedDim scale="1" type="Width" /> 4364 </Dim> 4365 <Dim type="BottomEdge"> 4366 <OperatorDim op="Subtract"> 4367 <UnifiedDim scale="1" type="Height" /> 4368 <OperatorDim op="Multiply"> 4369 <ImageDim dimension="Height" name="TaharezGreenLook/TabContentPaneLowerLeft" /> 4370 <PropertyDim name="EnableBottom" /> 4371 </OperatorDim> 4372 </OperatorDim> 4373 </Dim> 4374 </Area> 4375 <Image component="LeftEdge" name="TaharezGreenLook/TabContentPaneLeft" /> 4376 <Image component="Background" name="TaharezGreenLook/TabContentPaneMiddle" /> 4377 <Image component="RightEdge" name="TaharezGreenLook/TabContentPaneRight" /> 3592 4378 </FrameComponent> 3593 4379 <FrameComponent> 3594 4380 <Area> 3595 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3596 <Dim type="TopEdge" > 3597 <UnifiedDim scale="1" type="Height"> 3598 <DimOperator op="Subtract"> 3599 <ImageDim imageset="TaharezGreenLook" image="TabContentPaneLowerLeft" dimension="Height"> 3600 <DimOperator op="Multiply"> 3601 <PropertyDim name="EnableBottom" /> 3602 </DimOperator> 3603 </ImageDim> 3604 </DimOperator> 3605 </UnifiedDim> 3606 </Dim> 3607 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3608 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim> 3609 </Area> 3610 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="TabContentPaneLowerLeft" /> 3611 <Image type="BottomEdge" imageset="TaharezGreenLook" image="TabContentPaneLower" /> 3612 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="TabContentPaneLowerRight" /> 4381 <Dim type="LeftEdge"> 4382 <AbsoluteDim value="0" /> 4383 </Dim> 4384 <Dim type="TopEdge"> 4385 <OperatorDim op="Subtract"> 4386 <UnifiedDim scale="1" type="Height" /> 4387 <OperatorDim op="Multiply"> 4388 <ImageDim dimension="Height" name="TaharezGreenLook/TabContentPaneLowerLeft" /> 4389 <PropertyDim name="EnableBottom" /> 4390 </OperatorDim> 4391 </OperatorDim> 4392 </Dim> 4393 <Dim type="Width"> 4394 <UnifiedDim scale="1" type="Width" /> 4395 </Dim> 4396 <Dim type="BottomEdge"> 4397 <UnifiedDim scale="1" type="Height" /> 4398 </Dim> 4399 </Area> 4400 <Image component="BottomLeftCorner" name="TaharezGreenLook/TabContentPaneLowerLeft" /> 4401 <Image component="BottomEdge" name="TaharezGreenLook/TabContentPaneLower" /> 4402 <Image component="BottomRightCorner" name="TaharezGreenLook/TabContentPaneLowerRight" /> 3613 4403 </FrameComponent> 3614 4404 </ImagerySection> … … 3621 4411 <Layer> 3622 4412 <Section section="normal"> 3623 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />4413 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 3624 4414 </Section> 3625 4415 </Layer> 3626 4416 </StateImagery> 3627 4417 </WidgetLook> 3628 3629 <!--3630 ***************************************************3631 TaharezGreenLook/TabButtonPane3632 ***************************************************3633 -->3634 4418 <WidgetLook name="TaharezGreenLook/TabButtonPane"> 3635 <PropertyDefinition name="EnableTop" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />3636 <PropertyDefinition name="EnableBottom" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />4419 <PropertyDefinition initialValue="1" layoutOnWrite="true" name="EnableTop" redrawOnWrite="true" /> 4420 <PropertyDefinition initialValue="1" layoutOnWrite="true" name="EnableBottom" redrawOnWrite="true" /> 3637 4421 <ImagerySection name="normal"> 3638 4422 <FrameComponent> 3639 4423 <Area> 3640 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3641 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3642 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3643 <Dim type="BottomEdge" > 3644 <ImageDim imageset="TaharezGreenLook" image="TabHorizontalFiller" dimension="Height"> 3645 <DimOperator op="Multiply"> 3646 <PropertyDim name="EnableTop" /> 3647 </DimOperator> 3648 </ImageDim> 3649 </Dim> 3650 </Area> 3651 <Image type="TopEdge" imageset="TaharezGreenLook" image="TabHorizontalFiller" /> 4424 <Dim type="LeftEdge"> 4425 <AbsoluteDim value="0" /> 4426 </Dim> 4427 <Dim type="TopEdge"> 4428 <AbsoluteDim value="0" /> 4429 </Dim> 4430 <Dim type="Width"> 4431 <UnifiedDim scale="1" type="Width" /> 4432 </Dim> 4433 <Dim type="BottomEdge"> 4434 <OperatorDim op="Multiply"> 4435 <ImageDim dimension="Height" name="TaharezGreenLook/TabHorizontalFiller" /> 4436 <PropertyDim name="EnableTop" /> 4437 </OperatorDim> 4438 </Dim> 4439 </Area> 4440 <Image component="TopEdge" name="TaharezGreenLook/TabHorizontalFiller" /> 3652 4441 </FrameComponent> 3653 4442 <FrameComponent> 3654 4443 <Area> 3655 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3656 <Dim type="TopEdge" > 3657 <ImageDim imageset="TaharezGreenLook" image="TabHorizontalFiller" dimension="Height"> 3658 <DimOperator op="Multiply"> 3659 <PropertyDim name="EnableTop" /> 3660 </DimOperator> 3661 </ImageDim> 3662 </Dim> 3663 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3664 <Dim type="BottomEdge" > 3665 <UnifiedDim scale="1" type="Height"> 3666 <DimOperator op="Subtract"> 3667 <ImageDim imageset="TaharezGreenLook" image="TabHorizontalFiller" dimension="Height"> 3668 <DimOperator op="Multiply"> 3669 <PropertyDim name="EnableBottom" /> 3670 </DimOperator> 3671 </ImageDim> 3672 </DimOperator> 3673 </UnifiedDim> 4444 <Dim type="LeftEdge"> 4445 <AbsoluteDim value="0" /> 4446 </Dim> 4447 <Dim type="TopEdge"> 4448 <OperatorDim op="Multiply"> 4449 <ImageDim dimension="Height" name="TaharezGreenLook/TabHorizontalFiller" /> 4450 <PropertyDim name="EnableTop" /> 4451 </OperatorDim> 4452 </Dim> 4453 <Dim type="Width"> 4454 <UnifiedDim scale="1" type="Width" /> 4455 </Dim> 4456 <Dim type="BottomEdge"> 4457 <OperatorDim op="Subtract"> 4458 <UnifiedDim scale="1" type="Height" /> 4459 <OperatorDim op="Multiply"> 4460 <ImageDim dimension="Height" name="TaharezGreenLook/TabHorizontalFiller" /> 4461 <PropertyDim name="EnableBottom" /> 4462 </OperatorDim> 4463 </OperatorDim> 3674 4464 </Dim> 3675 4465 </Area> … … 3677 4467 <FrameComponent> 3678 4468 <Area> 3679 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3680 <Dim type="TopEdge" > 3681 <UnifiedDim scale="1" type="Height"> 3682 <DimOperator op="Subtract"> 3683 <ImageDim imageset="TaharezGreenLook" image="TabHorizontalFiller" dimension="Height"> 3684 <DimOperator op="Multiply"> 3685 <PropertyDim name="EnableBottom" /> 3686 </DimOperator> 3687 </ImageDim> 3688 </DimOperator> 3689 </UnifiedDim> 3690 </Dim> 3691 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3692 <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim> 3693 </Area> 3694 <Image type="BottomEdge" imageset="TaharezGreenLook" image="TabHorizontalFiller" /> 4469 <Dim type="LeftEdge"> 4470 <AbsoluteDim value="0" /> 4471 </Dim> 4472 <Dim type="TopEdge"> 4473 <OperatorDim op="Subtract"> 4474 <UnifiedDim scale="1" type="Height" /> 4475 <OperatorDim op="Multiply"> 4476 <ImageDim dimension="Height" name="TaharezGreenLook/TabHorizontalFiller" /> 4477 <PropertyDim name="EnableBottom" /> 4478 </OperatorDim> 4479 </OperatorDim> 4480 </Dim> 4481 <Dim type="Width"> 4482 <UnifiedDim scale="1" type="Width" /> 4483 </Dim> 4484 <Dim type="BottomEdge"> 4485 <UnifiedDim scale="1" type="Height" /> 4486 </Dim> 4487 </Area> 4488 <Image component="BottomEdge" name="TaharezGreenLook/TabHorizontalFiller" /> 3695 4489 </FrameComponent> 3696 4490 </ImagerySection> … … 3703 4497 <Layer> 3704 4498 <Section section="normal"> 3705 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />4499 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 3706 4500 </Section> 3707 4501 </Layer> 3708 4502 </StateImagery> 3709 4503 </WidgetLook> 3710 3711 <!--3712 ***************************************************3713 TaharezGreenLook/TabControl3714 ***************************************************3715 -->3716 4504 <WidgetLook name="TaharezGreenLook/TabControl"> 3717 4505 <Property name="TabButtonType" value="TaharezGreenLook/TabButton" /> 3718 4506 <Property name="TabTextPadding" value="{0,6}" /> 3719 <Child type="TaharezGreenLook/TabContentPane" nameSuffix="__auto_TabPane__"> 3720 <Area> 3721 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 3722 <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim> 3723 <Dim type="TopEdge"> 3724 <PropertyDim widget="__auto_TabPane__" name="EnableBottom"> 3725 <DimOperator op="Multiply"> 4507 <Child nameSuffix="__auto_TabPane__" type="TaharezGreenLook/TabContentPane"> 4508 <Area> 4509 <Dim type="LeftEdge"> 4510 <AbsoluteDim value="0" /> 4511 </Dim> 4512 <Dim type="RightEdge"> 4513 <UnifiedDim scale="1" type="Width" /> 4514 </Dim> 4515 <Dim type="TopEdge"> 4516 <OperatorDim op="Multiply"> 4517 <PropertyDim name="EnableBottom" widget="__auto_TabPane__" /> 4518 <PropertyDim name="TabHeight" type="Height" /> 4519 </OperatorDim> 4520 </Dim> 4521 <Dim type="Height"> 4522 <OperatorDim op="Subtract"> 4523 <UnifiedDim scale="1" type="Height" /> 4524 <PropertyDim name="TabHeight" type="Height" /> 4525 </OperatorDim> 4526 </Dim> 4527 </Area> 4528 </Child> 4529 <Child nameSuffix="__auto_TabPane__Buttons" type="TaharezGreenLook/TabButtonPane"> 4530 <Area> 4531 <Dim type="LeftEdge"> 4532 <AbsoluteDim value="0" /> 4533 </Dim> 4534 <Dim type="RightEdge"> 4535 <UnifiedDim scale="1" type="Width" /> 4536 </Dim> 4537 <Dim type="TopEdge"> 4538 <OperatorDim op="Multiply"> 4539 <PropertyDim name="EnableTop" widget="__auto_TabPane__Buttons" /> 4540 <OperatorDim op="Subtract"> 4541 <UnifiedDim scale="1" type="Height" /> 3726 4542 <PropertyDim name="TabHeight" type="Height" /> 3727 </ DimOperator>3728 </ PropertyDim>4543 </OperatorDim> 4544 </OperatorDim> 3729 4545 </Dim> 3730 4546 <Dim type="Height"> 3731 <UnifiedDim scale="1" type="Height"> 3732 <DimOperator op="Subtract"> 3733 <PropertyDim name="TabHeight" type="Height" /> 3734 </DimOperator> 3735 </UnifiedDim> 4547 <PropertyDim name="TabHeight" type="Height" /> 3736 4548 </Dim> 3737 4549 </Area> 3738 4550 </Child> 3739 <Child type="TaharezGreenLook/TabButtonPane" nameSuffix="__auto_TabPane__Buttons"> 3740 <Area> 3741 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 3742 <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim> 3743 <Dim type="TopEdge"> 3744 <PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop"> 3745 <DimOperator op="Multiply"> 3746 <UnifiedDim scale="1" type="Height"> 3747 <DimOperator op="Subtract"> 3748 <PropertyDim name="TabHeight" type="Height" /> 3749 </DimOperator> 3750 </UnifiedDim> 3751 </DimOperator> 3752 </PropertyDim> 3753 </Dim> 3754 <Dim type="Height"><PropertyDim name="TabHeight" type="Height" /></Dim> 3755 </Area> 4551 <Child nameSuffix="__auto_TabPane__ScrollLeft" type="TaharezGreenLook/SystemButton"> 4552 <Area> 4553 <Dim type="LeftEdge"> 4554 <AbsoluteDim value="0" /> 4555 </Dim> 4556 <Dim type="TopEdge"> 4557 <WidgetDim dimension="TopEdge" widget="__auto_TabPane__Buttons" /> 4558 </Dim> 4559 <Dim type="Width"> 4560 <OperatorDim op="Multiply"> 4561 <WidgetDim dimension="Height" widget="__auto_TabPane__Buttons" /> 4562 <OperatorDim op="Divide"> 4563 <ImageDim dimension="Width" name="TaharezGreenLook/TabButtonScrollLeftNormal" /> 4564 <ImageDim dimension="Height" name="TaharezGreenLook/TabButtonScrollLeftNormal" /> 4565 </OperatorDim> 4566 </OperatorDim> 4567 </Dim> 4568 <Dim type="BottomEdge"> 4569 <WidgetDim dimension="BottomEdge" widget="__auto_TabPane__Buttons" /> 4570 </Dim> 4571 </Area> 4572 <Property name="AlwaysOnTop" value="True" /> 4573 <Property name="NormalImage" value="TaharezGreenLook/TabButtonScrollLeftNormal" /> 4574 <Property name="HoverImage" value="TaharezGreenLook/TabButtonScrollLeftHover" /> 4575 <Property name="PushedImage" value="TaharezGreenLook/TabButtonScrollLeftHover" /> 3756 4576 </Child> 3757 <Child type="TaharezGreenLook/SystemButton" nameSuffix="__auto_TabPane__ScrollLeft"> 3758 <Area> 3759 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 3760 <Dim type="TopEdge"> 3761 <WidgetDim widget="__auto_TabPane__Buttons" dimension="TopEdge" /> 3762 </Dim> 4577 <Child nameSuffix="__auto_TabPane__ScrollRight" type="TaharezGreenLook/SystemButton"> 4578 <Area> 3763 4579 <Dim type="Width"> 3764 <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height"> 3765 <DimOperator op="Multiply"> 3766 <ImageDim imageset="TaharezGreenLook" image="TabButtonScrollLeftNormal" dimension="Width"> 3767 <DimOperator op="Divide"> 3768 <ImageDim imageset="TaharezGreenLook" image="TabButtonScrollLeftNormal" dimension="Height" /> 3769 </DimOperator> 3770 </ImageDim> 3771 </DimOperator> 3772 </WidgetDim> 3773 </Dim> 3774 <Dim type="BottomEdge"> 3775 <WidgetDim widget="__auto_TabPane__Buttons" dimension="BottomEdge" /> 4580 <OperatorDim op="Multiply"> 4581 <WidgetDim dimension="Height" widget="__auto_TabPane__Buttons" /> 4582 <OperatorDim op="Divide"> 4583 <ImageDim dimension="Width" name="TaharezGreenLook/TabButtonScrollRightNormal" /> 4584 <ImageDim dimension="Height" name="TaharezGreenLook/TabButtonScrollRightNormal" /> 4585 </OperatorDim> 4586 </OperatorDim> 4587 </Dim> 4588 <Dim type="LeftEdge"> 4589 <OperatorDim op="Subtract"> 4590 <UnifiedDim scale="1" type="Width" /> 4591 <WidgetDim dimension="Width" widget="__auto_TabPane__ScrollRight" /> 4592 </OperatorDim> 4593 </Dim> 4594 <Dim type="TopEdge"> 4595 <WidgetDim dimension="TopEdge" widget="__auto_TabPane__Buttons" /> 4596 </Dim> 4597 <Dim type="Height"> 4598 <WidgetDim dimension="Height" widget="__auto_TabPane__Buttons" /> 3776 4599 </Dim> 3777 4600 </Area> 3778 4601 <Property name="AlwaysOnTop" value="True" /> 3779 <Property name="NormalImage" value="set:TaharezGreenLook image:TabButtonScrollLeftNormal" /> 3780 <Property name="HoverImage" value="set:TaharezGreenLook image:TabButtonScrollLeftHover" /> 3781 <Property name="PushedImage" value="set:TaharezGreenLook image:TabButtonScrollLeftHover" /> 3782 </Child> 3783 <Child type="TaharezGreenLook/SystemButton" nameSuffix="__auto_TabPane__ScrollRight"> 3784 <Area> 3785 <Dim type="Width"> 3786 <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height"> 3787 <DimOperator op="Multiply"> 3788 <ImageDim imageset="TaharezGreenLook" image="TabButtonScrollRightNormal" dimension="Width"> 3789 <DimOperator op="Divide"> 3790 <ImageDim imageset="TaharezGreenLook" image="TabButtonScrollRightNormal" dimension="Height" /> 3791 </DimOperator> 3792 </ImageDim> 3793 </DimOperator> 3794 </WidgetDim> 3795 </Dim> 3796 <Dim type="LeftEdge"> 3797 <UnifiedDim scale="1" type="Width"> 3798 <DimOperator op="Subtract"> 3799 <WidgetDim widget="__auto_TabPane__ScrollRight" dimension="Width" /> 3800 </DimOperator> 3801 </UnifiedDim> 3802 </Dim> 3803 <Dim type="TopEdge"> 3804 <WidgetDim widget="__auto_TabPane__Buttons" dimension="TopEdge" /> 3805 </Dim> 3806 <Dim type="Height"> 3807 <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height" /> 3808 </Dim> 3809 </Area> 3810 <Property name="AlwaysOnTop" value="True" /> 3811 <Property name="NormalImage" value="set:TaharezGreenLook image:TabButtonScrollRightNormal" /> 3812 <Property name="HoverImage" value="set:TaharezGreenLook image:TabButtonScrollRightHover" /> 3813 <Property name="PushedImage" value="set:TaharezGreenLook image:TabButtonScrollRightHover" /> 4602 <Property name="NormalImage" value="TaharezGreenLook/TabButtonScrollRightNormal" /> 4603 <Property name="HoverImage" value="TaharezGreenLook/TabButtonScrollRightHover" /> 4604 <Property name="PushedImage" value="TaharezGreenLook/TabButtonScrollRightHover" /> 3814 4605 </Child> 3815 4606 <StateImagery name="Enabled" /> 3816 4607 <StateImagery name="Disabled" /> 3817 4608 </WidgetLook> 3818 3819 <!--3820 ***************************************************3821 TaharezGreenLook/MenuItem3822 ***************************************************3823 -->3824 4609 <WidgetLook name="TaharezGreenLook/MenuItem"> 3825 <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />3826 <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />3827 <PropertyDefinition name="HoverColour" initialValue="FFFFFFFF" redrawOnWrite="true" />3828 <PropertyDefinition name="PushedColour" initialValue="FFFFFFFF" redrawOnWrite="true" />3829 <PropertyDefinition name="OpenedColour" initialValue="FFFFFFFF" redrawOnWrite="true" />4610 <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" /> 4611 <PropertyDefinition initialValue="FF7F7F7F" name="DisabledTextColour" redrawOnWrite="true" /> 4612 <PropertyDefinition initialValue="FFFFFFFF" name="HoverColour" redrawOnWrite="true" /> 4613 <PropertyDefinition initialValue="FFFFFFFF" name="PushedColour" redrawOnWrite="true" /> 4614 <PropertyDefinition initialValue="FFFFFFFF" name="OpenedColour" redrawOnWrite="true" /> 3830 4615 <Property name="WantsMultiClickEvents" value="False" /> 3831 4616 <NamedArea name="ContentSize"> 3832 4617 <Area> 3833 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 3834 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 4618 <Dim type="LeftEdge"> 4619 <AbsoluteDim value="0" /> 4620 </Dim> 4621 <Dim type="TopEdge"> 4622 <AbsoluteDim value="0" /> 4623 </Dim> 3835 4624 <Dim type="Width"> 3836 <FontDim type="HorzExtent"> 3837 <DimOperator op="Add"> 3838 <ImageDim imageset="TaharezGreenLook" image="MenuLeft" dimension="Width"> 3839 <DimOperator op="Add"> 3840 <ImageDim imageset="TaharezGreenLook" image="MenuRight" dimension="Width" /> 3841 </DimOperator> 3842 </ImageDim> 3843 </DimOperator> 3844 </FontDim> 4625 <OperatorDim op="Add"> 4626 <FontDim type="HorzExtent" /> 4627 <OperatorDim op="Add"> 4628 <ImageDim dimension="Width" name="TaharezGreenLook/MenuLeft" /> 4629 <ImageDim dimension="Width" name="TaharezGreenLook/MenuRight" /> 4630 </OperatorDim> 4631 </OperatorDim> 3845 4632 </Dim> 3846 4633 <Dim type="Height"> 3847 <FontDim type="LineSpacing"> 3848 <DimOperator op="Add"> 3849 <ImageDim imageset="TaharezGreenLook" image="MenuTop" dimension="Height"> 3850 <DimOperator op="Add"> 3851 <ImageDim imageset="TaharezGreenLook" image="MenuBottom" dimension="Height" /> 3852 </DimOperator> 3853 </ImageDim> 3854 </DimOperator> 3855 </FontDim> 4634 <OperatorDim op="Add"> 4635 <FontDim type="LineSpacing" /> 4636 <OperatorDim op="Add"> 4637 <ImageDim dimension="Height" name="TaharezGreenLook/MenuTop" /> 4638 <ImageDim dimension="Height" name="TaharezGreenLook/MenuBottom" /> 4639 </OperatorDim> 4640 </OperatorDim> 3856 4641 </Dim> 3857 4642 </Area> … … 3859 4644 <NamedArea name="HasPopupContentSize"> 3860 4645 <Area> 3861 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 3862 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 4646 <Dim type="LeftEdge"> 4647 <AbsoluteDim value="0" /> 4648 </Dim> 4649 <Dim type="TopEdge"> 4650 <AbsoluteDim value="0" /> 4651 </Dim> 3863 4652 <Dim type="Width"> 3864 <FontDim type="HorzExtent"> 3865 <DimOperator op="Add"> 3866 <ImageDim imageset="TaharezGreenLook" image="MenuLeft" dimension="Width"> 3867 <DimOperator op="Add"> 3868 <ImageDim imageset="TaharezGreenLook" image="MenuRight" dimension="Width"> 3869 <DimOperator op="Add"> 3870 <ImageDim imageset="TaharezGreenLook" image="PopupMenuArrowLeft" dimension="Width"> 3871 <DimOperator op="Multiply"> 3872 <AbsoluteDim value="3" /> 3873 </DimOperator> 3874 </ImageDim> 3875 </DimOperator> 3876 </ImageDim> 3877 </DimOperator> 3878 </ImageDim> 3879 </DimOperator> 3880 </FontDim> 4653 <OperatorDim op="Add"> 4654 <FontDim type="HorzExtent" /> 4655 <OperatorDim op="Add"> 4656 <ImageDim dimension="Width" name="TaharezGreenLook/MenuLeft" /> 4657 <OperatorDim op="Add"> 4658 <ImageDim dimension="Width" name="TaharezGreenLook/MenuRight" /> 4659 <OperatorDim op="Multiply"> 4660 <ImageDim dimension="Width" name="TaharezGreenLook/PopupMenuArrowLeft" /> 4661 <AbsoluteDim value="3" /> 4662 </OperatorDim> 4663 </OperatorDim> 4664 </OperatorDim> 4665 </OperatorDim> 3881 4666 </Dim> 3882 4667 <Dim type="Height"> 3883 <FontDim type="LineSpacing"> 3884 <DimOperator op="Add"> 3885 <ImageDim imageset="TaharezGreenLook" image="MenuTop" dimension="Height"> 3886 <DimOperator op="Add"> 3887 <ImageDim imageset="TaharezGreenLook" image="MenuBottom" dimension="Height" /> 3888 </DimOperator> 3889 </ImageDim> 3890 </DimOperator> 3891 </FontDim> 4668 <OperatorDim op="Add"> 4669 <FontDim type="LineSpacing" /> 4670 <OperatorDim op="Add"> 4671 <ImageDim dimension="Height" name="TaharezGreenLook/MenuTop" /> 4672 <ImageDim dimension="Height" name="TaharezGreenLook/MenuBottom" /> 4673 </OperatorDim> 4674 </OperatorDim> 3892 4675 </Dim> 3893 4676 </Area> … … 3896 4679 <TextComponent> 3897 4680 <Area> 3898 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="MenuLeft" dimension="Width" /></Dim> 3899 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="MenuTop" dimension="Height" /></Dim> 3900 <Dim type="RightEdge" > 3901 <UnifiedDim scale="1" type="RightEdge"> 3902 <DimOperator op="Subtract"> 3903 <ImageDim imageset="TaharezGreenLook" image="MenuRight" dimension="Width" /> 3904 </DimOperator> 3905 </UnifiedDim> 3906 </Dim> 3907 <Dim type="BottomEdge" > 3908 <UnifiedDim scale="1" type="BottomEdge"> 3909 <DimOperator op="Subtract"> 3910 <ImageDim imageset="TaharezGreenLook" image="MenuBottom" dimension="Height" /> 3911 </DimOperator> 3912 </UnifiedDim> 4681 <Dim type="LeftEdge"> 4682 <ImageDim dimension="Width" name="TaharezGreenLook/MenuLeft" /> 4683 </Dim> 4684 <Dim type="TopEdge"> 4685 <ImageDim dimension="Height" name="TaharezGreenLook/MenuTop" /> 4686 </Dim> 4687 <Dim type="RightEdge"> 4688 <OperatorDim op="Subtract"> 4689 <UnifiedDim scale="1" type="RightEdge" /> 4690 <ImageDim dimension="Width" name="TaharezGreenLook/MenuRight" /> 4691 </OperatorDim> 4692 </Dim> 4693 <Dim type="BottomEdge"> 4694 <OperatorDim op="Subtract"> 4695 <UnifiedDim scale="1" type="BottomEdge" /> 4696 <ImageDim dimension="Height" name="TaharezGreenLook/MenuBottom" /> 4697 </OperatorDim> 3913 4698 </Dim> 3914 4699 </Area> … … 3920 4705 <FrameComponent> 3921 4706 <Area> 3922 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3923 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3924 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 3925 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3926 </Area> 3927 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="MenuTopLeft" /> 3928 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="MenuTopRight" /> 3929 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="MenuBottomLeft" /> 3930 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="MenuBottomRight" /> 3931 <Image type="LeftEdge" imageset="TaharezGreenLook" image="MenuLeft" /> 3932 <Image type="RightEdge" imageset="TaharezGreenLook" image="MenuRight" /> 3933 <Image type="TopEdge" imageset="TaharezGreenLook" image="MenuTop" /> 3934 <Image type="BottomEdge" imageset="TaharezGreenLook" image="MenuBottom" /> 3935 <Image type="Background" imageset="TaharezGreenLook" image="MenuMiddle" /> 4707 <Dim type="LeftEdge"> 4708 <AbsoluteDim value="0" /> 4709 </Dim> 4710 <Dim type="TopEdge"> 4711 <AbsoluteDim value="0" /> 4712 </Dim> 4713 <Dim type="Width"> 4714 <UnifiedDim scale="1" type="Width" /> 4715 </Dim> 4716 <Dim type="Height"> 4717 <UnifiedDim scale="1" type="Height" /> 4718 </Dim> 4719 </Area> 4720 <Image component="TopLeftCorner" name="TaharezGreenLook/MenuTopLeft" /> 4721 <Image component="TopRightCorner" name="TaharezGreenLook/MenuTopRight" /> 4722 <Image component="BottomLeftCorner" name="TaharezGreenLook/MenuBottomLeft" /> 4723 <Image component="BottomRightCorner" name="TaharezGreenLook/MenuBottomRight" /> 4724 <Image component="LeftEdge" name="TaharezGreenLook/MenuLeft" /> 4725 <Image component="RightEdge" name="TaharezGreenLook/MenuRight" /> 4726 <Image component="TopEdge" name="TaharezGreenLook/MenuTop" /> 4727 <Image component="BottomEdge" name="TaharezGreenLook/MenuBottom" /> 4728 <Image component="Background" name="TaharezGreenLook/MenuMiddle" /> 3936 4729 </FrameComponent> 3937 4730 </ImagerySection> … … 3939 4732 <ImageryComponent> 3940 4733 <Area> 3941 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3942 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3943 <Dim type="Width" > 3944 <UnifiedDim scale="1" type="Width"> 3945 <DimOperator op="Subtract"> 3946 <ImageDim imageset="TaharezGreenLook" image="PopupMenuArrowRight" dimension="Width" /> 3947 </DimOperator> 3948 </UnifiedDim> 3949 </Dim> 3950 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3951 </Area> 3952 <Image imageset="TaharezGreenLook" image="PopupMenuArrowRight" /> 4734 <Dim type="LeftEdge"> 4735 <AbsoluteDim value="0" /> 4736 </Dim> 4737 <Dim type="TopEdge"> 4738 <AbsoluteDim value="0" /> 4739 </Dim> 4740 <Dim type="Width"> 4741 <OperatorDim op="Subtract"> 4742 <UnifiedDim scale="1" type="Width" /> 4743 <ImageDim dimension="Width" name="TaharezGreenLook/PopupMenuArrowRight" /> 4744 </OperatorDim> 4745 </Dim> 4746 <Dim type="Height"> 4747 <UnifiedDim scale="1" type="Height" /> 4748 </Dim> 4749 </Area> 4750 <Image name="TaharezGreenLook/PopupMenuArrowRight" /> 3953 4751 <VertFormat type="CentreAligned" /> 3954 4752 <HorzFormat type="RightAligned" /> … … 3958 4756 <ImageryComponent> 3959 4757 <Area> 3960 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 3961 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 3962 <Dim type="Width" > 3963 <UnifiedDim scale="1" type="Width"> 3964 <DimOperator op="Subtract"> 3965 <ImageDim imageset="TaharezGreenLook" image="PopupMenuArrowLeft" dimension="Width" /> 3966 </DimOperator> 3967 </UnifiedDim> 3968 </Dim> 3969 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 3970 </Area> 3971 <Image imageset="TaharezGreenLook" image="PopupMenuArrowLeft" /> 4758 <Dim type="LeftEdge"> 4759 <AbsoluteDim value="0" /> 4760 </Dim> 4761 <Dim type="TopEdge"> 4762 <AbsoluteDim value="0" /> 4763 </Dim> 4764 <Dim type="Width"> 4765 <OperatorDim op="Subtract"> 4766 <UnifiedDim scale="1" type="Width" /> 4767 <ImageDim dimension="Width" name="TaharezGreenLook/PopupMenuArrowLeft" /> 4768 </OperatorDim> 4769 </Dim> 4770 <Dim type="Height"> 4771 <UnifiedDim scale="1" type="Height" /> 4772 </Dim> 4773 </Area> 4774 <Image name="TaharezGreenLook/PopupMenuArrowLeft" /> 3972 4775 <VertFormat type="CentreAligned" /> 3973 4776 <HorzFormat type="RightAligned" /> … … 4021 4824 <Layer> 4022 4825 <Section section="frame"> 4023 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />4826 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4024 4827 </Section> 4025 4828 <Section section="label"> … … 4031 4834 <Layer> 4032 4835 <Section section="frame"> 4033 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />4836 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4034 4837 </Section> 4035 4838 <Section section="label"> … … 4041 4844 <Layer> 4042 4845 <Section section="frame"> 4043 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />4846 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4044 4847 </Section> 4045 4848 <Section section="label"> … … 4059 4862 </StateImagery> 4060 4863 </WidgetLook> 4061 4062 <!--4063 ***************************************************4064 TaharezGreenLook/PopupMenu4065 ***************************************************4066 -->4067 4864 <WidgetLook name="TaharezGreenLook/PopupMenu"> 4068 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />4069 <PropertyDefinition name="BorderWidth" initialValue="0" layoutOnWrite="true" />4865 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" /> 4866 <PropertyDefinition initialValue="0" layoutOnWrite="true" name="BorderWidth" /> 4070 4867 <NamedArea name="ItemRenderArea"> 4071 4868 <Area> 4072 <Dim type="LeftEdge" > 4073 <ImageDim imageset="TaharezGreenLook" image="PopupMenuFrameLeft" dimension="Width"> 4074 <DimOperator op="Add"> 4869 <Dim type="LeftEdge"> 4870 <OperatorDim op="Add"> 4871 <ImageDim dimension="Width" name="TaharezGreenLook/PopupMenuFrameLeft" /> 4872 <PropertyDim name="BorderWidth" /> 4873 </OperatorDim> 4874 </Dim> 4875 <Dim type="TopEdge"> 4876 <OperatorDim op="Add"> 4877 <ImageDim dimension="Height" name="TaharezGreenLook/PopupMenuFrameTop" /> 4878 <PropertyDim name="BorderWidth" /> 4879 </OperatorDim> 4880 </Dim> 4881 <Dim type="RightEdge"> 4882 <OperatorDim op="Subtract"> 4883 <UnifiedDim scale="1" type="RightEdge" /> 4884 <OperatorDim op="Add"> 4885 <ImageDim dimension="Width" name="TaharezGreenLook/PopupMenuFrameRight" /> 4075 4886 <PropertyDim name="BorderWidth" /> 4076 </DimOperator> 4077 </ImageDim> 4078 </Dim> 4079 <Dim type="TopEdge" > 4080 <ImageDim imageset="TaharezGreenLook" image="PopupMenuFrameTop" dimension="Height"> 4081 <DimOperator op="Add"> 4887 </OperatorDim> 4888 </OperatorDim> 4889 </Dim> 4890 <Dim type="BottomEdge"> 4891 <OperatorDim op="Subtract"> 4892 <UnifiedDim scale="1" type="BottomEdge" /> 4893 <OperatorDim op="Add"> 4894 <ImageDim dimension="Height" name="TaharezGreenLook/PopupMenuFrameBottom" /> 4082 4895 <PropertyDim name="BorderWidth" /> 4083 </DimOperator> 4084 </ImageDim> 4085 </Dim> 4086 <Dim type="RightEdge" > 4087 <UnifiedDim scale="1" type="RightEdge"> 4088 <DimOperator op="Subtract"> 4089 <ImageDim imageset="TaharezGreenLook" image="PopupMenuFrameRight" dimension="Width"> 4090 <DimOperator op="Add"> 4091 <PropertyDim name="BorderWidth" /> 4092 </DimOperator> 4093 </ImageDim> 4094 </DimOperator> 4095 </UnifiedDim> 4096 </Dim> 4097 <Dim type="BottomEdge" > 4098 <UnifiedDim scale="1" type="BottomEdge"> 4099 <DimOperator op="Subtract"> 4100 <ImageDim imageset="TaharezGreenLook" image="PopupMenuFrameBottom" dimension="Height"> 4101 <DimOperator op="Add"> 4102 <PropertyDim name="BorderWidth" /> 4103 </DimOperator> 4104 </ImageDim> 4105 </DimOperator> 4106 </UnifiedDim> 4896 </OperatorDim> 4897 </OperatorDim> 4107 4898 </Dim> 4108 4899 </Area> … … 4111 4902 <FrameComponent> 4112 4903 <Area> 4113 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4114 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4115 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4116 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 4117 </Area> 4118 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="PopupMenuFrameTopLeft" /> 4119 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="PopupMenuFrameTopRight" /> 4120 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="PopupMenuFrameBottomLeft" /> 4121 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="PopupMenuFrameBottomRight" /> 4122 <Image type="LeftEdge" imageset="TaharezGreenLook" image="PopupMenuFrameLeft" /> 4123 <Image type="RightEdge" imageset="TaharezGreenLook" image="PopupMenuFrameRight" /> 4124 <Image type="TopEdge" imageset="TaharezGreenLook" image="PopupMenuFrameTop" /> 4125 <Image type="BottomEdge" imageset="TaharezGreenLook" image="PopupMenuFrameBottom" /> 4126 <Image type="Background" imageset="TaharezGreenLook" image="PopupMenuMiddle" /> 4904 <Dim type="LeftEdge"> 4905 <AbsoluteDim value="0" /> 4906 </Dim> 4907 <Dim type="TopEdge"> 4908 <AbsoluteDim value="0" /> 4909 </Dim> 4910 <Dim type="Width"> 4911 <UnifiedDim scale="1" type="Width" /> 4912 </Dim> 4913 <Dim type="Height"> 4914 <UnifiedDim scale="1" type="Height" /> 4915 </Dim> 4916 </Area> 4917 <Image component="TopLeftCorner" name="TaharezGreenLook/PopupMenuFrameTopLeft" /> 4918 <Image component="TopRightCorner" name="TaharezGreenLook/PopupMenuFrameTopRight" /> 4919 <Image component="BottomLeftCorner" name="TaharezGreenLook/PopupMenuFrameBottomLeft" /> 4920 <Image component="BottomRightCorner" name="TaharezGreenLook/PopupMenuFrameBottomRight" /> 4921 <Image component="LeftEdge" name="TaharezGreenLook/PopupMenuFrameLeft" /> 4922 <Image component="RightEdge" name="TaharezGreenLook/PopupMenuFrameRight" /> 4923 <Image component="TopEdge" name="TaharezGreenLook/PopupMenuFrameTop" /> 4924 <Image component="BottomEdge" name="TaharezGreenLook/PopupMenuFrameBottom" /> 4925 <Image component="Background" name="TaharezGreenLook/PopupMenuMiddle" /> 4127 4926 </FrameComponent> 4128 4927 </ImagerySection> … … 4137 4936 <Layer> 4138 4937 <Section section="frame"> 4139 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />4938 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4140 4939 </Section> 4141 4940 </Layer> 4142 4941 </StateImagery> 4143 4942 </WidgetLook> 4144 4145 4146 <!--4147 ***************************************************4148 TaharezGreenLook/Menubar4149 ***************************************************4150 -->4151 4943 <WidgetLook name="TaharezGreenLook/Menubar"> 4152 <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />4153 <PropertyDefinition name="BorderWidth" initialValue="5" layoutOnWrite="true" />4944 <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="BackgroundColours" redrawOnWrite="true" /> 4945 <PropertyDefinition initialValue="5" layoutOnWrite="true" name="BorderWidth" /> 4154 4946 <NamedArea name="ItemRenderArea"> 4155 4947 <Area> 4156 <Dim type="LeftEdge" > 4157 <ImageDim imageset="TaharezGreenLook" image="PopupMenuFrameLeft" dimension="Width"> 4158 <DimOperator op="Add"> 4948 <Dim type="LeftEdge"> 4949 <OperatorDim op="Add"> 4950 <ImageDim dimension="Width" name="TaharezGreenLook/PopupMenuFrameLeft" /> 4951 <PropertyDim name="BorderWidth" /> 4952 </OperatorDim> 4953 </Dim> 4954 <Dim type="TopEdge"> 4955 <OperatorDim op="Add"> 4956 <ImageDim dimension="Height" name="TaharezGreenLook/PopupMenuFrameTop" /> 4957 <PropertyDim name="BorderWidth" /> 4958 </OperatorDim> 4959 </Dim> 4960 <Dim type="RightEdge"> 4961 <OperatorDim op="Subtract"> 4962 <UnifiedDim scale="1" type="RightEdge" /> 4963 <OperatorDim op="Add"> 4964 <ImageDim dimension="Width" name="TaharezGreenLook/PopupMenuFrameRight" /> 4159 4965 <PropertyDim name="BorderWidth" /> 4160 </DimOperator> 4161 </ImageDim> 4162 </Dim> 4163 <Dim type="TopEdge" > 4164 <ImageDim imageset="TaharezGreenLook" image="PopupMenuFrameTop" dimension="Height"> 4165 <DimOperator op="Add"> 4966 </OperatorDim> 4967 </OperatorDim> 4968 </Dim> 4969 <Dim type="BottomEdge"> 4970 <OperatorDim op="Subtract"> 4971 <UnifiedDim scale="1" type="BottomEdge" /> 4972 <OperatorDim op="Add"> 4973 <ImageDim dimension="Height" name="TaharezGreenLook/PopupMenuFrameBottom" /> 4166 4974 <PropertyDim name="BorderWidth" /> 4167 </DimOperator> 4168 </ImageDim> 4169 </Dim> 4170 <Dim type="RightEdge" > 4171 <UnifiedDim scale="1" type="RightEdge"> 4172 <DimOperator op="Subtract"> 4173 <ImageDim imageset="TaharezGreenLook" image="PopupMenuFrameRight" dimension="Width"> 4174 <DimOperator op="Add"> 4175 <PropertyDim name="BorderWidth" /> 4176 </DimOperator> 4177 </ImageDim> 4178 </DimOperator> 4179 </UnifiedDim> 4180 </Dim> 4181 <Dim type="BottomEdge" > 4182 <UnifiedDim scale="1" type="BottomEdge"> 4183 <DimOperator op="Subtract"> 4184 <ImageDim imageset="TaharezGreenLook" image="PopupMenuFrameBottom" dimension="Height"> 4185 <DimOperator op="Add"> 4186 <PropertyDim name="BorderWidth" /> 4187 </DimOperator> 4188 </ImageDim> 4189 </DimOperator> 4190 </UnifiedDim> 4975 </OperatorDim> 4976 </OperatorDim> 4191 4977 </Dim> 4192 4978 </Area> … … 4195 4981 <FrameComponent> 4196 4982 <Area> 4197 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4198 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4199 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4200 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 4201 </Area> 4202 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="PopupMenuFrameTopLeft" /> 4203 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="PopupMenuFrameTopRight" /> 4204 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="PopupMenuFrameBottomLeft" /> 4205 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="PopupMenuFrameBottomRight" /> 4206 <Image type="LeftEdge" imageset="TaharezGreenLook" image="PopupMenuFrameLeft" /> 4207 <Image type="RightEdge" imageset="TaharezGreenLook" image="PopupMenuFrameRight" /> 4208 <Image type="TopEdge" imageset="TaharezGreenLook" image="PopupMenuFrameTop" /> 4209 <Image type="BottomEdge" imageset="TaharezGreenLook" image="PopupMenuFrameBottom" /> 4210 <Image type="Background" imageset="TaharezGreenLook" image="PopupMenuMiddle" /> 4983 <Dim type="LeftEdge"> 4984 <AbsoluteDim value="0" /> 4985 </Dim> 4986 <Dim type="TopEdge"> 4987 <AbsoluteDim value="0" /> 4988 </Dim> 4989 <Dim type="Width"> 4990 <UnifiedDim scale="1" type="Width" /> 4991 </Dim> 4992 <Dim type="Height"> 4993 <UnifiedDim scale="1" type="Height" /> 4994 </Dim> 4995 </Area> 4996 <Image component="TopLeftCorner" name="TaharezGreenLook/PopupMenuFrameTopLeft" /> 4997 <Image component="TopRightCorner" name="TaharezGreenLook/PopupMenuFrameTopRight" /> 4998 <Image component="BottomLeftCorner" name="TaharezGreenLook/PopupMenuFrameBottomLeft" /> 4999 <Image component="BottomRightCorner" name="TaharezGreenLook/PopupMenuFrameBottomRight" /> 5000 <Image component="LeftEdge" name="TaharezGreenLook/PopupMenuFrameLeft" /> 5001 <Image component="RightEdge" name="TaharezGreenLook/PopupMenuFrameRight" /> 5002 <Image component="TopEdge" name="TaharezGreenLook/PopupMenuFrameTop" /> 5003 <Image component="BottomEdge" name="TaharezGreenLook/PopupMenuFrameBottom" /> 5004 <Image component="Background" name="TaharezGreenLook/PopupMenuMiddle" /> 4211 5005 </FrameComponent> 4212 5006 </ImagerySection> … … 4221 5015 <Layer> 4222 5016 <Section section="frame"> 4223 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />5017 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4224 5018 </Section> 4225 5019 </Layer> 4226 5020 </StateImagery> 4227 5021 </WidgetLook> 4228 4229 <!--4230 ***************************************************4231 TaharezGreenLook/LargeVerticalScrollbarThumb4232 ***************************************************4233 -->4234 5022 <WidgetLook name="TaharezGreenLook/LargeVerticalScrollbarThumb"> 4235 5023 <Property name="VertFree" value="True" /> … … 4237 5025 <ImageryComponent> 4238 5026 <Area> 4239 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4240 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4241 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 4242 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 4243 </Area> 4244 <Image imageset="TaharezGreenLook" image="VertScrollThumbNormal" /> 5027 <Dim type="LeftEdge"> 5028 <AbsoluteDim value="0" /> 5029 </Dim> 5030 <Dim type="TopEdge"> 5031 <AbsoluteDim value="0" /> 5032 </Dim> 5033 <Dim type="Width"> 5034 <UnifiedDim scale="1.0" type="Width" /> 5035 </Dim> 5036 <Dim type="Height"> 5037 <UnifiedDim scale="1.0" type="Height" /> 5038 </Dim> 5039 </Area> 5040 <Image name="TaharezGreenLook/VertScrollThumbNormal" /> 4245 5041 <VertFormat type="Stretched" /> 4246 5042 <HorzFormat type="Stretched" /> … … 4250 5046 <ImageryComponent> 4251 5047 <Area> 4252 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4253 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4254 <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim> 4255 <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim> 4256 </Area> 4257 <Image imageset="TaharezGreenLook" image="VertScrollThumbHover" /> 5048 <Dim type="LeftEdge"> 5049 <AbsoluteDim value="0" /> 5050 </Dim> 5051 <Dim type="TopEdge"> 5052 <AbsoluteDim value="0" /> 5053 </Dim> 5054 <Dim type="Width"> 5055 <UnifiedDim scale="1.0" type="Width" /> 5056 </Dim> 5057 <Dim type="Height"> 5058 <UnifiedDim scale="1.0" type="Height" /> 5059 </Dim> 5060 </Area> 5061 <Image name="TaharezGreenLook/VertScrollThumbHover" /> 4258 5062 <VertFormat type="Stretched" /> 4259 5063 <HorzFormat type="Stretched" /> … … 4278 5082 <Layer> 4279 5083 <Section section="normal"> 4280 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />5084 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4281 5085 </Section> 4282 5086 </Layer> 4283 5087 </StateImagery> 4284 5088 </WidgetLook> 4285 4286 <!--4287 ***************************************************4288 TaharezGreenLook/LargeVerticalScrollbar4289 ***************************************************4290 -->4291 5089 <WidgetLook name="TaharezGreenLook/LargeVerticalScrollbar"> 4292 5090 <Property name="VerticalScrollbar" value="True" /> 4293 5091 <NamedArea name="ThumbTrackArea"> 4294 5092 <Area> 4295 <Dim type="LeftEdge" ><UnifiedDim scale="0.325" type="LeftEdge" /></Dim> 4296 <Dim type="TopEdge" > 4297 <WidgetDim widget="__auto_decbtn__" dimension="Height"> 4298 <DimOperator op="Add"> 4299 <ImageDim imageset="TaharezGreenLook" image="VertScrollTop" dimension="Height"> 4300 <DimOperator op="Multiply"> 4301 <AbsoluteDim value="0.5" /> 4302 </DimOperator> 4303 </ImageDim> 4304 </DimOperator> 4305 </WidgetDim> 4306 </Dim> 4307 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 4308 <Dim type="BottomEdge" > 4309 <UnifiedDim scale="1.0" type="BottomEdge"> 4310 <DimOperator op="Subtract"> 4311 <WidgetDim widget="__auto_decbtn__" dimension="Height"> 4312 <DimOperator op="Add"> 4313 <ImageDim imageset="TaharezGreenLook" image="VertScrollTop" dimension="Height"> 4314 <DimOperator op="Multiply"> 4315 <AbsoluteDim value="0.5" /> 4316 </DimOperator> 4317 </ImageDim> 4318 </DimOperator> 4319 </WidgetDim> 4320 </DimOperator> 4321 </UnifiedDim> 5093 <Dim type="LeftEdge"> 5094 <UnifiedDim scale="0.325" type="LeftEdge" /> 5095 </Dim> 5096 <Dim type="TopEdge"> 5097 <OperatorDim op="Add"> 5098 <WidgetDim dimension="Height" widget="__auto_decbtn__" /> 5099 <OperatorDim op="Multiply"> 5100 <ImageDim dimension="Height" name="TaharezGreenLook/VertScrollTop" /> 5101 <AbsoluteDim value="0.5" /> 5102 </OperatorDim> 5103 </OperatorDim> 5104 </Dim> 5105 <Dim type="RightEdge"> 5106 <UnifiedDim scale="1.0" type="RightEdge" /> 5107 </Dim> 5108 <Dim type="BottomEdge"> 5109 <OperatorDim op="Subtract"> 5110 <UnifiedDim scale="1.0" type="BottomEdge" /> 5111 <OperatorDim op="Add"> 5112 <WidgetDim dimension="Height" widget="__auto_decbtn__" /> 5113 <OperatorDim op="Multiply"> 5114 <ImageDim dimension="Height" name="TaharezGreenLook/VertScrollTop" /> 5115 <AbsoluteDim value="0.5" /> 5116 </OperatorDim> 5117 </OperatorDim> 5118 </OperatorDim> 4322 5119 </Dim> 4323 5120 </Area> 4324 5121 </NamedArea> 4325 <Child type="TaharezGreenLook/ImageButton" nameSuffix="__auto_incbtn__">4326 <Area> 4327 <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>4328 <Dim type="TopEdge">4329 <AbsoluteDim value="-1">4330 <DimOperator op="Multiply">4331 <ImageDim imageset="TaharezGreenLook" image="VertScrollTop" dimension="Height">4332 <DimOperator op="Multiply">4333 <AbsoluteDim value="0.5" />4334 </DimOperator>4335 < /ImageDim>4336 </ DimOperator>4337 </ AbsoluteDim>4338 </Dim> 4339 <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>4340 <Dim type="Height">4341 <UnifiedDim scale="0.6" type="Width">4342 <DimOperator op="Multiply">4343 <ImageDim imageset="TaharezGreenLook" image="VertScrollUpNormal" dimension="Width">4344 <DimOperator op="Divide">4345 <ImageDim imageset="TaharezGreenLook" image="VertScrollUpNormal" dimension="Height"/>4346 </DimOperator>4347 < /ImageDim>4348 </ DimOperator>4349 </ UnifiedDim>5122 <Child nameSuffix="__auto_incbtn__" type="TaharezGreenLook/ImageButton"> 5123 <Area> 5124 <Dim type="LeftEdge"> 5125 <UnifiedDim scale="0.25" type="LeftEdge" /> 5126 </Dim> 5127 <Dim type="TopEdge"> 5128 <OperatorDim op="Multiply"> 5129 <AbsoluteDim value="-1" /> 5130 <OperatorDim op="Multiply"> 5131 <ImageDim dimension="Height" name="TaharezGreenLook/VertScrollTop" /> 5132 <AbsoluteDim value="0.5" /> 5133 </OperatorDim> 5134 </OperatorDim> 5135 </Dim> 5136 <Dim type="Width"> 5137 <UnifiedDim scale="0.6" type="Width" /> 5138 </Dim> 5139 <Dim type="Height"> 5140 <OperatorDim op="Multiply"> 5141 <UnifiedDim scale="0.6" type="Width" /> 5142 <OperatorDim op="Divide"> 5143 <ImageDim dimension="Width" name="TaharezGreenLook/VertScrollUpNormal" /> 5144 <ImageDim dimension="Height" name="TaharezGreenLook/VertScrollUpNormal" /> 5145 </OperatorDim> 5146 </OperatorDim> 4350 5147 </Dim> 4351 5148 </Area> 4352 5149 <VertAlignment type="BottomAligned" /> 4353 <Property name="NormalImage" value=" set:TaharezGreenLook image:VertScrollDownNormal" />4354 <Property name="HoverImage" value=" set:TaharezGreenLook image:VertScrollDownHover" />4355 <Property name="PushedImage" value=" set:TaharezGreenLook image:VertScrollDownNormal" />5150 <Property name="NormalImage" value="TaharezGreenLook/VertScrollDownNormal" /> 5151 <Property name="HoverImage" value="TaharezGreenLook/VertScrollDownHover" /> 5152 <Property name="PushedImage" value="TaharezGreenLook/VertScrollDownNormal" /> 4356 5153 </Child> 4357 <Child type="TaharezGreenLook/ImageButton" nameSuffix="__auto_decbtn__"> 4358 <Area> 4359 <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim> 4360 <Dim type="TopEdge"> 4361 <ImageDim imageset="TaharezGreenLook" image="VertScrollTop" dimension="Height"> 4362 <DimOperator op="Multiply"> 4363 <AbsoluteDim value="0.5" /> 4364 </DimOperator> 4365 </ImageDim> 4366 </Dim> 4367 <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim> 4368 <Dim type="Height" > 4369 <UnifiedDim scale="0.6" type="Width"> 4370 <DimOperator op="Multiply"> 4371 <ImageDim imageset="TaharezGreenLook" image="VertScrollUpNormal" dimension="Width"> 4372 <DimOperator op="Divide"> 4373 <ImageDim imageset="TaharezGreenLook" image="VertScrollUpNormal" dimension="Height"/> 4374 </DimOperator> 4375 </ImageDim> 4376 </DimOperator> 4377 </UnifiedDim> 4378 </Dim> 4379 </Area> 4380 <Property name="NormalImage" value="set:TaharezGreenLook image:VertScrollUpNormal" /> 4381 <Property name="HoverImage" value="set:TaharezGreenLook image:VertScrollUpHover" /> 4382 <Property name="PushedImage" value="set:TaharezGreenLook image:VertScrollUpNormal" /> 5154 <Child nameSuffix="__auto_decbtn__" type="TaharezGreenLook/ImageButton"> 5155 <Area> 5156 <Dim type="LeftEdge"> 5157 <UnifiedDim scale="0.25" type="LeftEdge" /> 5158 </Dim> 5159 <Dim type="TopEdge"> 5160 <OperatorDim op="Multiply"> 5161 <ImageDim dimension="Height" name="TaharezGreenLook/VertScrollTop" /> 5162 <AbsoluteDim value="0.5" /> 5163 </OperatorDim> 5164 </Dim> 5165 <Dim type="Width"> 5166 <UnifiedDim scale="0.6" type="Width" /> 5167 </Dim> 5168 <Dim type="Height"> 5169 <OperatorDim op="Multiply"> 5170 <UnifiedDim scale="0.6" type="Width" /> 5171 <OperatorDim op="Divide"> 5172 <ImageDim dimension="Width" name="TaharezGreenLook/VertScrollUpNormal" /> 5173 <ImageDim dimension="Height" name="TaharezGreenLook/VertScrollUpNormal" /> 5174 </OperatorDim> 5175 </OperatorDim> 5176 </Dim> 5177 </Area> 5178 <Property name="NormalImage" value="TaharezGreenLook/VertScrollUpNormal" /> 5179 <Property name="HoverImage" value="TaharezGreenLook/VertScrollUpHover" /> 5180 <Property name="PushedImage" value="TaharezGreenLook/VertScrollUpNormal" /> 4383 5181 </Child> 4384 <Child type="TaharezGreenLook/LargeVerticalScrollbarThumb" nameSuffix="__auto_thumb__"> 4385 <Area> 4386 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4387 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4388 <Dim type="Width" ><UnifiedDim scale="0.4" type="Width" /></Dim> 4389 <Dim type="Height" > 4390 <UnifiedDim scale="0.4" type="Width"> 4391 <DimOperator op="Multiply"> 4392 <ImageDim imageset="TaharezGreenLook" image="VertScrollThumbNormal" dimension="Height"> 4393 <DimOperator op="Divide"> 4394 <ImageDim imageset="TaharezGreenLook" image="VertScrollThumbNormal" dimension="Width"/> 4395 </DimOperator> 4396 </ImageDim> 4397 </DimOperator> 4398 </UnifiedDim> 5182 <Child nameSuffix="__auto_thumb__" type="TaharezGreenLook/LargeVerticalScrollbarThumb"> 5183 <Area> 5184 <Dim type="LeftEdge"> 5185 <AbsoluteDim value="0" /> 5186 </Dim> 5187 <Dim type="TopEdge"> 5188 <AbsoluteDim value="0" /> 5189 </Dim> 5190 <Dim type="Width"> 5191 <UnifiedDim scale="0.4" type="Width" /> 5192 </Dim> 5193 <Dim type="Height"> 5194 <OperatorDim op="Multiply"> 5195 <UnifiedDim scale="0.4" type="Width" /> 5196 <OperatorDim op="Divide"> 5197 <ImageDim dimension="Height" name="TaharezGreenLook/VertScrollThumbNormal" /> 5198 <ImageDim dimension="Width" name="TaharezGreenLook/VertScrollThumbNormal" /> 5199 </OperatorDim> 5200 </OperatorDim> 4399 5201 </Dim> 4400 5202 </Area> … … 4403 5205 <FrameComponent> 4404 5206 <Area> 4405 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4406 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4407 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4408 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 4409 </Area> 4410 <Image type="TopEdge" imageset="TaharezGreenLook" image="VertScrollTop" /> 4411 <Image type="BottomEdge" imageset="TaharezGreenLook" image="VertScrollBottom" /> 4412 <Image type="Background" imageset="TaharezGreenLook" image="VertScrollMiddle" /> 5207 <Dim type="LeftEdge"> 5208 <AbsoluteDim value="0" /> 5209 </Dim> 5210 <Dim type="TopEdge"> 5211 <AbsoluteDim value="0" /> 5212 </Dim> 5213 <Dim type="Width"> 5214 <UnifiedDim scale="1" type="Width" /> 5215 </Dim> 5216 <Dim type="Height"> 5217 <UnifiedDim scale="1" type="Height" /> 5218 </Dim> 5219 </Area> 5220 <Image component="TopEdge" name="TaharezGreenLook/VertScrollTop" /> 5221 <Image component="BottomEdge" name="TaharezGreenLook/VertScrollBottom" /> 5222 <Image component="Background" name="TaharezGreenLook/VertScrollMiddle" /> 4413 5223 </FrameComponent> 4414 5224 <ImageryComponent> 4415 5225 <Area> 4416 <Dim type="LeftEdge" ><UnifiedDim scale="0.45" type="LeftEdge" /></Dim> 4417 <Dim type="TopEdge" > 4418 <WidgetDim widget="__auto_decbtn__" dimension="Height"> 4419 <DimOperator op="Add"> 4420 <ImageDim imageset="TaharezGreenLook" image="VertScrollTop" dimension="Height"> 4421 <DimOperator op="Multiply"> 4422 <AbsoluteDim value="0.5" /> 4423 </DimOperator> 4424 </ImageDim> 4425 </DimOperator> 4426 </WidgetDim> 4427 </Dim> 4428 <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim> 4429 <Dim type="BottomEdge" > 4430 <UnifiedDim scale="1.0" type="BottomEdge"> 4431 <DimOperator op="Subtract"> 4432 <WidgetDim widget="__auto_decbtn__" dimension="Height"> 4433 <DimOperator op="Add"> 4434 <ImageDim imageset="TaharezGreenLook" image="VertScrollTop" dimension="Height"> 4435 <DimOperator op="Multiply"> 4436 <AbsoluteDim value="0.5" /> 4437 </DimOperator> 4438 </ImageDim> 4439 </DimOperator> 4440 </WidgetDim> 4441 </DimOperator> 4442 </UnifiedDim> 4443 </Dim> 4444 </Area> 4445 <Image imageset="TaharezGreenLook" image="VertScrollBarSegment" /> 5226 <Dim type="LeftEdge"> 5227 <UnifiedDim scale="0.45" type="LeftEdge" /> 5228 </Dim> 5229 <Dim type="TopEdge"> 5230 <OperatorDim op="Add"> 5231 <WidgetDim dimension="Height" widget="__auto_decbtn__" /> 5232 <OperatorDim op="Multiply"> 5233 <ImageDim dimension="Height" name="TaharezGreenLook/VertScrollTop" /> 5234 <AbsoluteDim value="0.5" /> 5235 </OperatorDim> 5236 </OperatorDim> 5237 </Dim> 5238 <Dim type="RightEdge"> 5239 <UnifiedDim scale="1.0" type="RightEdge" /> 5240 </Dim> 5241 <Dim type="BottomEdge"> 5242 <OperatorDim op="Subtract"> 5243 <UnifiedDim scale="1.0" type="BottomEdge" /> 5244 <OperatorDim op="Add"> 5245 <WidgetDim dimension="Height" widget="__auto_decbtn__" /> 5246 <OperatorDim op="Multiply"> 5247 <ImageDim dimension="Height" name="TaharezGreenLook/VertScrollTop" /> 5248 <AbsoluteDim value="0.5" /> 5249 </OperatorDim> 5250 </OperatorDim> 5251 </OperatorDim> 5252 </Dim> 5253 </Area> 5254 <Image name="TaharezGreenLook/VertScrollBarSegment" /> 4446 5255 <VertFormat type="Tiled" /> 4447 5256 </ImageryComponent> … … 4455 5264 <Layer> 4456 5265 <Section section="main"> 4457 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />5266 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4458 5267 </Section> 4459 5268 </Layer> 4460 5269 </StateImagery> 4461 5270 </WidgetLook> 4462 4463 <!--4464 ***************************************************4465 TaharezGreenLook/ImageButton4466 ***************************************************4467 -->4468 5271 <WidgetLook name="TaharezGreenLook/ImageButton"> 4469 <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />4470 <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />4471 <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />4472 <PropertyDefinition name="DisabledImage" initialValue="" redrawOnWrite="true" />4473 <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" />4474 <PropertyDefinition name="HorzImageFormatting" initialValue="Stretched" redrawOnWrite="true" />5272 <PropertyDefinition initialValue="" name="NormalImage" redrawOnWrite="true" /> 5273 <PropertyDefinition initialValue="" name="HoverImage" redrawOnWrite="true" /> 5274 <PropertyDefinition initialValue="" name="PushedImage" redrawOnWrite="true" /> 5275 <PropertyDefinition initialValue="" name="DisabledImage" redrawOnWrite="true" /> 5276 <PropertyDefinition initialValue="Stretched" name="VertImageFormatting" redrawOnWrite="true" /> 5277 <PropertyDefinition initialValue="Stretched" name="HorzImageFormatting" redrawOnWrite="true" /> 4475 5278 <ImagerySection name="normal"> 4476 5279 <ImageryComponent> 4477 5280 <Area> 4478 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4479 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4480 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4481 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 5281 <Dim type="LeftEdge"> 5282 <AbsoluteDim value="0" /> 5283 </Dim> 5284 <Dim type="TopEdge"> 5285 <AbsoluteDim value="0" /> 5286 </Dim> 5287 <Dim type="Width"> 5288 <UnifiedDim scale="1" type="Width" /> 5289 </Dim> 5290 <Dim type="Height"> 5291 <UnifiedDim scale="1" type="Height" /> 5292 </Dim> 4482 5293 </Area> 4483 5294 <ImageProperty name="NormalImage" /> … … 4489 5300 <ImageryComponent> 4490 5301 <Area> 4491 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4492 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4493 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4494 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 5302 <Dim type="LeftEdge"> 5303 <AbsoluteDim value="0" /> 5304 </Dim> 5305 <Dim type="TopEdge"> 5306 <AbsoluteDim value="0" /> 5307 </Dim> 5308 <Dim type="Width"> 5309 <UnifiedDim scale="1" type="Width" /> 5310 </Dim> 5311 <Dim type="Height"> 5312 <UnifiedDim scale="1" type="Height" /> 5313 </Dim> 4495 5314 </Area> 4496 5315 <ImageProperty name="HoverImage" /> … … 4502 5321 <ImageryComponent> 4503 5322 <Area> 4504 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4505 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4506 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4507 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 5323 <Dim type="LeftEdge"> 5324 <AbsoluteDim value="0" /> 5325 </Dim> 5326 <Dim type="TopEdge"> 5327 <AbsoluteDim value="0" /> 5328 </Dim> 5329 <Dim type="Width"> 5330 <UnifiedDim scale="1" type="Width" /> 5331 </Dim> 5332 <Dim type="Height"> 5333 <UnifiedDim scale="1" type="Height" /> 5334 </Dim> 4508 5335 </Area> 4509 5336 <ImageProperty name="PushedImage" /> … … 4515 5342 <ImageryComponent> 4516 5343 <Area> 4517 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4518 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4519 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4520 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 5344 <Dim type="LeftEdge"> 5345 <AbsoluteDim value="0" /> 5346 </Dim> 5347 <Dim type="TopEdge"> 5348 <AbsoluteDim value="0" /> 5349 </Dim> 5350 <Dim type="Width"> 5351 <UnifiedDim scale="1" type="Width" /> 5352 </Dim> 5353 <Dim type="Height"> 5354 <UnifiedDim scale="1" type="Height" /> 5355 </Dim> 4521 5356 </Area> 4522 5357 <ImageProperty name="DisabledImage" /> … … 4551 5386 </StateImagery> 4552 5387 </WidgetLook> 4553 4554 <!--4555 ***************************************************4556 TaharezGreenLook/ItemListbox4557 ***************************************************4558 -->4559 5388 <WidgetLook name="TaharezGreenLook/ItemListbox"> 4560 5389 <NamedArea name="ItemRenderArea"> 4561 5390 <Area> 4562 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxLeft" dimension="Width" /></Dim> 4563 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxTop" dimension="Height" /></Dim> 4564 <Dim type="RightEdge" > 4565 <UnifiedDim scale="1" type="RightEdge"> 4566 <DimOperator op="Subtract"> 4567 <ImageDim imageset="TaharezGreenLook" image="ListboxRight" dimension="Width" /> 4568 </DimOperator> 4569 </UnifiedDim> 4570 </Dim> 4571 <Dim type="BottomEdge" > 4572 <UnifiedDim scale="1" type="BottomEdge"> 4573 <DimOperator op="Subtract"> 4574 <ImageDim imageset="TaharezGreenLook" image="ListboxBottom" dimension="Height" /> 4575 </DimOperator> 4576 </UnifiedDim> 5391 <Dim type="LeftEdge"> 5392 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxLeft" /> 5393 </Dim> 5394 <Dim type="TopEdge"> 5395 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxTop" /> 5396 </Dim> 5397 <Dim type="RightEdge"> 5398 <OperatorDim op="Subtract"> 5399 <UnifiedDim scale="1" type="RightEdge" /> 5400 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxRight" /> 5401 </OperatorDim> 5402 </Dim> 5403 <Dim type="BottomEdge"> 5404 <OperatorDim op="Subtract"> 5405 <UnifiedDim scale="1" type="BottomEdge" /> 5406 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxBottom" /> 5407 </OperatorDim> 4577 5408 </Dim> 4578 5409 </Area> … … 4580 5411 <NamedArea name="ItemRenderAreaHScroll"> 4581 5412 <Area> 4582 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxLeft" dimension="Width" /></Dim> 4583 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxTop" dimension="Height" /></Dim> 4584 <Dim type="RightEdge" > 4585 <UnifiedDim scale="1" type="RightEdge"> 4586 <DimOperator op="Subtract"> 4587 <ImageDim imageset="TaharezGreenLook" image="ListboxRight" dimension="Width" /> 4588 </DimOperator> 4589 </UnifiedDim> 4590 </Dim> 4591 <Dim type="BottomEdge" > 4592 <UnifiedDim scale="1" offset="-12" type="BottomEdge" /> 5413 <Dim type="LeftEdge"> 5414 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxLeft" /> 5415 </Dim> 5416 <Dim type="TopEdge"> 5417 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxTop" /> 5418 </Dim> 5419 <Dim type="RightEdge"> 5420 <OperatorDim op="Subtract"> 5421 <UnifiedDim scale="1" type="RightEdge" /> 5422 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxRight" /> 5423 </OperatorDim> 5424 </Dim> 5425 <Dim type="BottomEdge"> 5426 <UnifiedDim offset="-12" scale="1" type="BottomEdge" /> 4593 5427 </Dim> 4594 5428 </Area> … … 4596 5430 <NamedArea name="ItemRenderAreaVScroll"> 4597 5431 <Area> 4598 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxLeft" dimension="Width" /></Dim> 4599 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxTop" dimension="Height" /></Dim> 4600 <Dim type="RightEdge" > 4601 <UnifiedDim scale="1" offset="-12" type="RightEdge" /> 4602 </Dim> 4603 <Dim type="BottomEdge" > 4604 <UnifiedDim scale="1" type="BottomEdge"> 4605 <DimOperator op="Subtract"> 4606 <ImageDim imageset="TaharezGreenLook" image="ListboxBottom" dimension="Height" /> 4607 </DimOperator> 4608 </UnifiedDim> 5432 <Dim type="LeftEdge"> 5433 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxLeft" /> 5434 </Dim> 5435 <Dim type="TopEdge"> 5436 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxTop" /> 5437 </Dim> 5438 <Dim type="RightEdge"> 5439 <UnifiedDim offset="-12" scale="1" type="RightEdge" /> 5440 </Dim> 5441 <Dim type="BottomEdge"> 5442 <OperatorDim op="Subtract"> 5443 <UnifiedDim scale="1" type="BottomEdge" /> 5444 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxBottom" /> 5445 </OperatorDim> 4609 5446 </Dim> 4610 5447 </Area> … … 4612 5449 <NamedArea name="ItemRenderAreaHVScroll"> 4613 5450 <Area> 4614 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxLeft" dimension="Width" /></Dim> 4615 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="ListboxTop" dimension="Height" /></Dim> 4616 <Dim type="RightEdge" > 4617 <UnifiedDim scale="1" offset="-12" type="RightEdge" /> 4618 </Dim> 4619 <Dim type="BottomEdge" > 4620 <UnifiedDim scale="1" offset="-12" type="BottomEdge" /> 5451 <Dim type="LeftEdge"> 5452 <ImageDim dimension="Width" name="TaharezGreenLook/ListboxLeft" /> 5453 </Dim> 5454 <Dim type="TopEdge"> 5455 <ImageDim dimension="Height" name="TaharezGreenLook/ListboxTop" /> 5456 </Dim> 5457 <Dim type="RightEdge"> 5458 <UnifiedDim offset="-12" scale="1" type="RightEdge" /> 5459 </Dim> 5460 <Dim type="BottomEdge"> 5461 <UnifiedDim offset="-12" scale="1" type="BottomEdge" /> 4621 5462 </Dim> 4622 5463 </Area> 4623 5464 </NamedArea> 4624 <Child type="TaharezGreenLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 4625 <Area> 4626 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4627 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4628 <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim> 4629 <Dim type="Height" ><AbsoluteDim value="12" /></Dim> 5465 <Child nameSuffix="__auto_hscrollbar__" type="TaharezGreenLook/HorizontalScrollbar"> 5466 <Area> 5467 <Dim type="LeftEdge"> 5468 <AbsoluteDim value="0" /> 5469 </Dim> 5470 <Dim type="TopEdge"> 5471 <AbsoluteDim value="0" /> 5472 </Dim> 5473 <Dim type="Width"> 5474 <UnifiedDim offset="-12" scale="1" type="Width" /> 5475 </Dim> 5476 <Dim type="Height"> 5477 <AbsoluteDim value="12" /> 5478 </Dim> 4630 5479 </Area> 4631 5480 <VertAlignment type="BottomAligned" /> 4632 5481 </Child> 4633 <Child type="TaharezGreenLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 4634 <Area> 4635 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4636 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4637 <Dim type="Width" ><AbsoluteDim value="12" /></Dim> 4638 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 5482 <Child nameSuffix="__auto_vscrollbar__" type="TaharezGreenLook/VerticalScrollbar"> 5483 <Area> 5484 <Dim type="LeftEdge"> 5485 <AbsoluteDim value="0" /> 5486 </Dim> 5487 <Dim type="TopEdge"> 5488 <AbsoluteDim value="0" /> 5489 </Dim> 5490 <Dim type="Width"> 5491 <AbsoluteDim value="12" /> 5492 </Dim> 5493 <Dim type="Height"> 5494 <UnifiedDim scale="1" type="Height" /> 5495 </Dim> 4639 5496 </Area> 4640 5497 <HorzAlignment type="RightAligned" /> … … 4643 5500 <FrameComponent> 4644 5501 <Area> 4645 <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim> 4646 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4647 <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim> 4648 <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim> 4649 </Area> 4650 <Image type="TopLeftCorner" imageset="TaharezGreenLook" image="ListboxTopLeft" /> 4651 <Image type="TopRightCorner" imageset="TaharezGreenLook" image="ListboxTopRight" /> 4652 <Image type="BottomLeftCorner" imageset="TaharezGreenLook" image="ListboxBottomLeft" /> 4653 <Image type="BottomRightCorner" imageset="TaharezGreenLook" image="ListboxBottomRight" /> 4654 <Image type="LeftEdge" imageset="TaharezGreenLook" image="ListboxLeft" /> 4655 <Image type="RightEdge" imageset="TaharezGreenLook" image="ListboxRight" /> 4656 <Image type="TopEdge" imageset="TaharezGreenLook" image="ListboxTop" /> 4657 <Image type="BottomEdge" imageset="TaharezGreenLook" image="ListboxBottom" /> 4658 <Image type="Background" imageset="TaharezGreenLook" image="ListboxBackdrop" /> 5502 <Dim type="LeftEdge"> 5503 <AbsoluteDim value="0" /> 5504 </Dim> 5505 <Dim type="TopEdge"> 5506 <AbsoluteDim value="0" /> 5507 </Dim> 5508 <Dim type="Width"> 5509 <UnifiedDim scale="1" type="Width" /> 5510 </Dim> 5511 <Dim type="Height"> 5512 <UnifiedDim scale="1" type="Height" /> 5513 </Dim> 5514 </Area> 5515 <Image component="TopLeftCorner" name="TaharezGreenLook/ListboxTopLeft" /> 5516 <Image component="TopRightCorner" name="TaharezGreenLook/ListboxTopRight" /> 5517 <Image component="BottomLeftCorner" name="TaharezGreenLook/ListboxBottomLeft" /> 5518 <Image component="BottomRightCorner" name="TaharezGreenLook/ListboxBottomRight" /> 5519 <Image component="LeftEdge" name="TaharezGreenLook/ListboxLeft" /> 5520 <Image component="RightEdge" name="TaharezGreenLook/ListboxRight" /> 5521 <Image component="TopEdge" name="TaharezGreenLook/ListboxTop" /> 5522 <Image component="BottomEdge" name="TaharezGreenLook/ListboxBottom" /> 5523 <Image component="Background" name="TaharezGreenLook/ListboxBackdrop" /> 4659 5524 </FrameComponent> 4660 5525 </ImagerySection> … … 4670 5535 </StateImagery> 4671 5536 </WidgetLook> 4672 4673 4674 <!--4675 ***************************************************4676 TaharezGreenLook/ListboxItem4677 ***************************************************4678 -->4679 5537 <WidgetLook name="TaharezGreenLook/ListboxItem"> 4680 <PropertyDefinition name="TextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />4681 <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />4682 <PropertyDefinition name="SelectionBrush" initialValue="set:TaharezGreenLook image:ListboxSelectionBrush" redrawOnWrite="true" />4683 <PropertyDefinition name="SelectionColour" initialValue="FF4444AA" redrawOnWrite="true" />5538 <PropertyDefinition initialValue="FFFFFFFF" name="TextColour" redrawOnWrite="true" /> 5539 <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" /> 5540 <PropertyDefinition initialValue="set:TaharezGreenLook image:ListboxSelectionBrush" name="SelectionBrush" redrawOnWrite="true" /> 5541 <PropertyDefinition initialValue="FF4444AA" name="SelectionColour" redrawOnWrite="true" /> 4684 5542 <Property name="Selectable" value="True" /> 4685 5543 <NamedArea name="ContentSize"> 4686 5544 <Area> 4687 <Dim type="LeftEdge" 4688 <AbsoluteDim value="0" /> 4689 </Dim> 4690 <Dim type="TopEdge" 4691 <AbsoluteDim value="0" /> 4692 </Dim> 4693 <Dim type="Width" 4694 <FontDim type="HorzExtent" padding="6" />4695 </Dim> 4696 <Dim type="Height" 5545 <Dim type="LeftEdge"> 5546 <AbsoluteDim value="0" /> 5547 </Dim> 5548 <Dim type="TopEdge"> 5549 <AbsoluteDim value="0" /> 5550 </Dim> 5551 <Dim type="Width"> 5552 <FontDim padding="6" type="HorzExtent" /> 5553 </Dim> 5554 <Dim type="Height"> 4697 5555 <FontDim type="LineSpacing" /> 4698 5556 </Dim> … … 4709 5567 </Dim> 4710 5568 <Dim type="RightEdge"> 4711 <UnifiedDim scale="1" offset="-3" type="RightEdge" />5569 <UnifiedDim offset="-3" scale="1" type="RightEdge" /> 4712 5570 </Dim> 4713 5571 <Dim type="BottomEdge"> … … 4770 5628 </StateImagery> 4771 5629 </WidgetLook> 4772 4773 <!-- 4774 /********************************************************************************************************** 4775 TaharezGreenLook/Tree 4776 ***********************************************************************************************************/ 4777 --> 4778 <WidgetLook name="TaharezGreenLook/Tree"> 4779 <Property name="SelectionBrushImage" value="set:TaharezGreenLook image:GenericBrush" /> 5630 <WidgetLook name="TaharezGreenLook/Tree"> 5631 <Property name="SelectionBrushImage" value="TaharezGreenLook/GenericBrush" /> 4780 5632 <Property name="NormalTextColour" value="FF000000" /> 4781 5633 <Property name="SelectedTextColour" value="FFFFFFFF" /> … … 4784 5636 <NamedArea name="ItemRenderingArea"> 4785 5637 <Area> 4786 <Dim type="LeftEdge" ><ImageDim imageset="TaharezGreenLook" image="WindowLeftEdge" dimension="Width" /></Dim> 4787 <Dim type="TopEdge" ><ImageDim imageset="TaharezGreenLook" image="WindowTopEdge" dimension="Height" /></Dim> 4788 <Dim type="RightEdge" > 4789 <UnifiedDim scale="1" type="RightEdge"> 4790 <DimOperator op="Subtract"> 4791 <ImageDim imageset="TaharezGreenLook" image="WindowRightEdge" dimension="Width" /> 4792 </DimOperator> 4793 </UnifiedDim> 4794 </Dim> 4795 <Dim type="BottomEdge" > 4796 <UnifiedDim scale="1" type="BottomEdge"> 4797 <DimOperator op="Subtract"> 4798 <ImageDim imageset="TaharezGreenLook" image="WindowBottomEdge" dimension="Height" /> 4799 </DimOperator> 4800 </UnifiedDim> 5638 <Dim type="LeftEdge"> 5639 <ImageDim dimension="Width" name="TaharezGreenLook/WindowLeftEdge" /> 5640 </Dim> 5641 <Dim type="TopEdge"> 5642 <ImageDim dimension="Height" name="TaharezGreenLook/WindowTopEdge" /> 5643 </Dim> 5644 <Dim type="RightEdge"> 5645 <OperatorDim op="Subtract"> 5646 <UnifiedDim scale="1" type="RightEdge" /> 5647 <ImageDim dimension="Width" name="TaharezGreenLook/WindowRightEdge" /> 5648 </OperatorDim> 5649 </Dim> 5650 <Dim type="BottomEdge"> 5651 <OperatorDim op="Subtract"> 5652 <UnifiedDim scale="1" type="BottomEdge" /> 5653 <ImageDim dimension="Height" name="TaharezGreenLook/WindowBottomEdge" /> 5654 </OperatorDim> 4801 5655 </Dim> 4802 5656 </Area> 4803 5657 </NamedArea> 4804 <Child type="TaharezGreenLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__"> 4805 <Area> 4806 <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim> 4807 <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim> 4808 <Dim type="Width" ><UnifiedDim scale="1" offset="-25" type="Width" /></Dim> 4809 <Dim type="Height" ><AbsoluteDim value="10" /></Dim> 5658 <Child nameSuffix="__auto_hscrollbar__" type="TaharezGreenLook/HorizontalScrollbar"> 5659 <Area> 5660 <Dim type="LeftEdge"> 5661 <AbsoluteDim value="5" /> 5662 </Dim> 5663 <Dim type="TopEdge"> 5664 <AbsoluteDim value="0" /> 5665 </Dim> 5666 <Dim type="Width"> 5667 <UnifiedDim offset="-25" scale="1" type="Width" /> 5668 </Dim> 5669 <Dim type="Height"> 5670 <AbsoluteDim value="10" /> 5671 </Dim> 4810 5672 </Area> 4811 5673 <VertAlignment type="BottomAligned" /> 4812 5674 </Child> 4813 <Child type="TaharezGreenLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__"> 4814 <Area> 4815 <Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim> 4816 <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim> 4817 <Dim type="Width" ><AbsoluteDim value="10" /></Dim> 4818 <Dim type="Height" ><UnifiedDim scale="1" offset="-10" type="Height" /></Dim> 5675 <Child nameSuffix="__auto_vscrollbar__" type="TaharezGreenLook/VerticalScrollbar"> 5676 <Area> 5677 <Dim type="LeftEdge"> 5678 <AbsoluteDim value="-5" /> 5679 </Dim> 5680 <Dim type="TopEdge"> 5681 <AbsoluteDim value="5" /> 5682 </Dim> 5683 <Dim type="Width"> 5684 <AbsoluteDim value="10" /> 5685 </Dim> 5686 <Dim type="Height"> 5687 <UnifiedDim offset="-10" scale="1" type="Height" /> 5688 </Dim> 4819 5689 </Area> 4820 5690 <HorzAlignment type="RightAligned" /> … … 4823 5693 <ImageryComponent> 4824 5694 <Area> 4825 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 4826 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 4827 <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim> 4828 <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim> 4829 </Area> 4830 <Image imageset="TaharezGreenLook" image="TreeListClosed" /> 4831 <!-- <VertFormat type="Stretched" /> 4832 <HorzFormat type="Stretched" /> --> 5695 <Dim type="LeftEdge"> 5696 <AbsoluteDim value="0" /> 5697 </Dim> 5698 <Dim type="TopEdge"> 5699 <AbsoluteDim value="0" /> 5700 </Dim> 5701 <Dim type="RightEdge"> 5702 <UnifiedDim scale="1" type="RightEdge" /> 5703 </Dim> 5704 <Dim type="BottomEdge"> 5705 <UnifiedDim scale="1" type="BottomEdge" /> 5706 </Dim> 5707 </Area> 5708 <Image name="TaharezGreenLook/TreeListClosed" /> 4833 5709 </ImageryComponent> 4834 5710 </ImagerySection> … … 4836 5712 <ImageryComponent> 4837 5713 <Area> 4838 <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim> 4839 <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim> 4840 <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim> 4841 <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim> 4842 </Area> 4843 <Image imageset="TaharezGreenLook" image="TreeListOpened" /> 5714 <Dim type="LeftEdge"> 5715 <AbsoluteDim value="0" /> 5716 </Dim> 5717 <Dim type="TopEdge"> 5718 <AbsoluteDim value="0" /> 5719 </Dim> 5720 <Dim type="RightEdge"> 5721 <UnifiedDim scale="1" type="RightEdge" /> 5722 </Dim> 5723 <Dim type="BottomEdge"> 5724 <UnifiedDim scale="1" type="BottomEdge" /> 5725 </Dim> 5726 </Area> 5727 <Image name="TaharezGreenLook/TreeListOpened" /> 4844 5728 <VertFormat type="Stretched" /> 4845 5729 <HorzFormat type="Stretched" /> … … 4849 5733 <Layer> 4850 5734 <Section look="TaharezGreenLook/StaticShared" section="frame"> 4851 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />5735 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4852 5736 </Section> 4853 5737 </Layer> … … 4856 5740 <Layer> 4857 5741 <Section look="TaharezGreenLook/StaticShared" section="frame"> 4858 <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />5742 <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" /> 4859 5743 </Section> 4860 5744 </Layer> 4861 5745 </StateImagery> 4862 5746 </WidgetLook> 4863 4864 4865 5747 </Falagard> 4866 4867
Note: See TracChangeset
for help on using the changeset viewer.