Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/gui/looknfeel/TaharezLook.looknfeel @ 5162

Last change on this file since 5162 was 5162, checked in by rgrieder, 16 years ago

added some gui stuff. Standard stuff from Ogre media repo plus a lua script file.

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