Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/cleanup/gui/looknfeels/TaharezLook.looknfeel @ 7685

Last change on this file since 7685 was 7685, checked in by dafrick, 13 years ago

Re-adding looknfeels, for the time being. We'll move them when there are less branches around, because these will be breaking changes.

File size: 236.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" >
1048                    <ImageDim imageset="TaharezLook" image="ProgressBarLeft" dimension="Width">
1049                        <DimOperator op="Divide">
1050                            <AbsoluteDim value="2" />
1051                        </DimOperator>
1052                    </ImageDim>
1053                </Dim>
1054                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1055                <Dim type="RightEdge" >
1056                    <UnifiedDim scale="1" type="RightEdge">
1057                        <DimOperator op="Subtract">
1058                            <ImageDim imageset="TaharezLook" image="ProgressBarRight" dimension="Width">
1059                                <DimOperator op="Divide">
1060                                    <AbsoluteDim value="2" />
1061                                </DimOperator>
1062                            </ImageDim>
1063                        </DimOperator>
1064                    </UnifiedDim>
1065                </Dim>
1066                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1067            </Area>
1068        </NamedArea>
1069        <ImagerySection name="frame">
1070            <FrameComponent>
1071                <Area>
1072                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1073                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1074                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1075                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1076                </Area>
1077                <Image type="LeftEdge" imageset="TaharezLook" image="ProgressBarLeft" />
1078                <Image type="RightEdge" imageset="TaharezLook" image="ProgressBarRight" />
1079                <Image type="Background" imageset="TaharezLook" image="ProgressBarMiddle" />
1080                <HorzFormat type="Tiled" />
1081            </FrameComponent>
1082        </ImagerySection>
1083        <ImagerySection name="progress_lights" >
1084            <ImageryComponent>
1085                <Area>
1086                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1087                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1088                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1089                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1090                </Area>
1091                <Image imageset="TaharezLook" image="ProgressBarLitSegment" />
1092                <VertFormat type="Stretched" />
1093                <HorzFormat type="Tiled" />
1094            </ImageryComponent>
1095        </ImagerySection>
1096        <StateImagery name="Enabled">
1097            <Layer>
1098                <Section section="frame" />
1099            </Layer>
1100        </StateImagery>
1101        <StateImagery name="Disabled">
1102            <Layer>
1103                <Section section="frame">
1104                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1105                </Section>
1106            </Layer>
1107        </StateImagery>
1108        <StateImagery name="EnabledProgress">
1109            <Layer>
1110                <Section section="progress_lights" />
1111            </Layer>
1112        </StateImagery>
1113        <StateImagery name="DisabledProgress">
1114            <Layer>
1115                <Section section="progress_lights">
1116                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1117                </Section>
1118            </Layer>
1119        </StateImagery>
1120    </WidgetLook>
1121
1122    <!--
1123    ***************************************************
1124        TaharezLook/AlternateProgressBar
1125    ***************************************************
1126    -->
1127    <WidgetLook name="TaharezLook/AltProgressBar">
1128        <NamedArea name="ProgressArea">
1129            <Area>
1130                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="AltProgressLeft" dimension="Width" /></Dim>
1131                <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim>
1132                <Dim type="RightEdge" >
1133                    <UnifiedDim scale="1" type="RightEdge">
1134                        <DimOperator op="Subtract">
1135                            <ImageDim imageset="TaharezLook" image="AltProgressRight" dimension="Width" />
1136                        </DimOperator>
1137                    </UnifiedDim>
1138                </Dim>
1139                <Dim type="Height" ><UnifiedDim scale="1" offset="-4" type="Height" /></Dim>
1140            </Area>
1141        </NamedArea>
1142        <ImagerySection name="frame">
1143            <FrameComponent>
1144                <Area>
1145                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1146                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1147                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1148                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1149                </Area>
1150                <Image type="LeftEdge" imageset="TaharezLook" image="AltProgressLeft" />
1151                <Image type="RightEdge" imageset="TaharezLook" image="AltProgressRight" />
1152                <Image type="Background" imageset="TaharezLook" image="AltProgressMiddle" />
1153            </FrameComponent>
1154        </ImagerySection>
1155        <ImagerySection name="progress_lights" >
1156            <ImageryComponent>
1157                <Area>
1158                    <Dim type="LeftEdge" ><UnifiedDim scale="0" 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="AltProgressLight1" />
1164                <VertFormat type="Stretched" />
1165                <HorzFormat type="Tiled" />
1166            </ImageryComponent>
1167            <ImageryComponent>
1168                <Area>
1169                    <Dim type="LeftEdge" ><UnifiedDim scale="0.1" 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="AltProgressLight2" />
1175                <VertFormat type="Stretched" />
1176                <HorzFormat type="Tiled" />
1177            </ImageryComponent>
1178            <ImageryComponent>
1179                <Area>
1180                    <Dim type="LeftEdge" ><UnifiedDim scale="0.2" 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="AltProgressLight3" />
1186                <VertFormat type="Stretched" />
1187                <HorzFormat type="Tiled" />
1188            </ImageryComponent>
1189            <ImageryComponent>
1190                <Area>
1191                    <Dim type="LeftEdge" ><UnifiedDim scale="0.3" 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="AltProgressLight4" />
1197                <VertFormat type="Stretched" />
1198                <HorzFormat type="Tiled" />
1199            </ImageryComponent>
1200            <ImageryComponent>
1201                <Area>
1202                    <Dim type="LeftEdge" ><UnifiedDim scale="0.4" 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="AltProgressLight5" />
1208                <VertFormat type="Stretched" />
1209                <HorzFormat type="Tiled" />
1210            </ImageryComponent>
1211            <ImageryComponent>
1212                <Area>
1213                    <Dim type="LeftEdge" ><UnifiedDim scale="0.5" 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="AltProgressLight6" />
1219                <VertFormat type="Stretched" />
1220                <HorzFormat type="Tiled" />
1221            </ImageryComponent>
1222            <ImageryComponent>
1223                <Area>
1224                    <Dim type="LeftEdge" ><UnifiedDim scale="0.6" 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="AltProgressLight7" />
1230                <VertFormat type="Stretched" />
1231                <HorzFormat type="Tiled" />
1232            </ImageryComponent>
1233            <ImageryComponent>
1234                <Area>
1235                    <Dim type="LeftEdge" ><UnifiedDim scale="0.7" 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="AltProgressLight8" />
1241                <VertFormat type="Stretched" />
1242                <HorzFormat type="Tiled" />
1243            </ImageryComponent>
1244            <ImageryComponent>
1245                <Area>
1246                    <Dim type="LeftEdge" ><UnifiedDim scale="0.8" 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="AltProgressLight9" />
1252                <VertFormat type="Stretched" />
1253                <HorzFormat type="Tiled" />
1254            </ImageryComponent>
1255            <ImageryComponent>
1256                <Area>
1257                    <Dim type="LeftEdge" ><UnifiedDim scale="0.9" type="LeftEdge" /></Dim>
1258                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1259                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
1260                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1261                </Area>
1262                <Image imageset="TaharezLook" image="AltProgressLight10" />
1263                <VertFormat type="Stretched" />
1264                <HorzFormat type="Tiled" />
1265            </ImageryComponent>
1266        </ImagerySection>
1267        <StateImagery name="Enabled">
1268            <Layer>
1269                <Section section="frame" />
1270            </Layer>
1271        </StateImagery>
1272        <StateImagery name="Disabled">
1273            <Layer>
1274                <Section section="frame">
1275                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1276                </Section>
1277            </Layer>
1278        </StateImagery>
1279        <StateImagery name="EnabledProgress">
1280            <Layer>
1281                <Section section="progress_lights" />
1282            </Layer>
1283        </StateImagery>
1284        <StateImagery name="DisabledProgress">
1285            <Layer>
1286                <Section section="progress_lights">
1287                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1288                </Section>
1289            </Layer>
1290        </StateImagery>
1291    </WidgetLook>
1292
1293    <!--
1294    ***************************************************
1295        TaharezLook/VUMeter (progress bar)
1296    ***************************************************
1297    -->
1298    <WidgetLook name="TaharezLook/VUMeter">
1299        <Property name="VerticalProgress" value="True" />
1300        <NamedArea name="ProgressArea">
1301            <Area>
1302                <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
1303                <Dim type="TopEdge" ><UnifiedDim scale="0" type="TopEdge" /></Dim>
1304                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1305                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1306            </Area>
1307        </NamedArea>
1308        <ImagerySection name="progress_lights" >
1309            <ImageryComponent>
1310                <Area>
1311                    <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
1312                    <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim>
1313                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1314                    <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
1315                </Area>
1316                <Image imageset="TaharezLook" image="TextSelectionBrush" />
1317                <Colours topLeft="FF00FF00" topRight="FF00FF00" bottomLeft="FF00FF00" bottomRight="FF00FF00" />
1318                <VertFormat type="Tiled" />
1319                <HorzFormat type="Stretched" />
1320            </ImageryComponent>
1321            <ImageryComponent>
1322                <Area>
1323                    <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
1324                    <Dim type="TopEdge" ><UnifiedDim scale="0.2" type="TopEdge" /></Dim>
1325                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1326                    <Dim type="Height" ><UnifiedDim scale="0.3" type="Height" /></Dim>
1327                </Area>
1328                <Image imageset="TaharezLook" image="TextSelectionBrush" />
1329                <Colours topLeft="FFFFFF00" topRight="FFFFFF00" bottomLeft="FFFFFF00" bottomRight="FFFFFF00" />
1330                <VertFormat type="Tiled" />
1331                <HorzFormat type="Stretched" />
1332            </ImageryComponent>
1333            <ImageryComponent>
1334                <Area>
1335                    <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
1336                    <Dim type="TopEdge" ><UnifiedDim scale="0" type="TopEdge" /></Dim>
1337                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1338                    <Dim type="Height" ><UnifiedDim scale="0.2" type="Height" /></Dim>
1339                </Area>
1340                <Image imageset="TaharezLook" image="TextSelectionBrush" />
1341                <Colours topLeft="FFFF0000" topRight="FFFF0000" bottomLeft="FFFF0000" bottomRight="FFFF0000" />
1342                <VertFormat type="Tiled" />
1343                <HorzFormat type="Stretched" />
1344            </ImageryComponent>
1345        </ImagerySection>
1346        <StateImagery name="Enabled">
1347        </StateImagery>
1348        <StateImagery name="Disabled">
1349        </StateImagery>
1350        <StateImagery name="EnabledProgress">
1351            <Layer>
1352                <Section section="progress_lights" />
1353            </Layer>
1354        </StateImagery>
1355        <StateImagery name="DisabledProgress">
1356            <Layer>
1357                <Section section="progress_lights">
1358                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1359                </Section>
1360            </Layer>
1361        </StateImagery>
1362    </WidgetLook>
1363
1364    <!--
1365    ***************************************************
1366        TaharezLook/SliderThumb
1367    ***************************************************
1368    -->
1369    <WidgetLook name="TaharezLook/SliderThumb">
1370        <Property name="VertFree" value="True" />
1371        <ImagerySection name="normal">
1372            <ImageryComponent>
1373                <Area>
1374                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1375                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1376                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1377                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1378                </Area>
1379                <Image imageset="TaharezLook" image="VertSliderThumbNormal" />
1380                <VertFormat type="Stretched" />
1381                <HorzFormat type="Stretched" />
1382            </ImageryComponent>
1383        </ImagerySection>
1384        <ImagerySection name="hover">
1385            <ImageryComponent>
1386                <Area>
1387                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1388                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1389                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1390                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1391                </Area>
1392                <Image imageset="TaharezLook" image="VertSliderThumbHover" />
1393                <VertFormat type="Stretched" />
1394                <HorzFormat type="Stretched" />
1395            </ImageryComponent>
1396        </ImagerySection>
1397        <StateImagery name="Normal">
1398            <Layer>
1399                <Section section="normal" />
1400            </Layer>
1401        </StateImagery>
1402        <StateImagery name="Hover">
1403            <Layer>
1404                <Section section="hover" />
1405            </Layer>
1406        </StateImagery>
1407        <StateImagery name="Pushed">
1408            <Layer>
1409                <Section section="hover" />
1410            </Layer>
1411        </StateImagery>
1412        <StateImagery name="Disabled">
1413            <Layer>
1414                <Section section="normal">
1415                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1416                </Section>
1417            </Layer>
1418        </StateImagery>
1419    </WidgetLook>
1420
1421    <!--
1422    ***************************************************
1423        TaharezLook/Slider
1424    ***************************************************
1425    -->
1426    <WidgetLook name="TaharezLook/Slider">
1427        <Property name="VerticalSlider" value="True" />
1428        <Property name="MouseButtonDownAutoRepeat" value="True" />
1429        <Property name="WantsMultiClickEvents" value="False" />
1430        <NamedArea name="ThumbTrackArea">
1431            <Area>
1432                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1433                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1434                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
1435                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
1436            </Area>
1437        </NamedArea>
1438        <Child  type="TaharezLook/SliderThumb" nameSuffix="__auto_thumb__">
1439            <Area>
1440                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1441                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1442                <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1443                <Dim type="Height" ><ImageDim imageset="TaharezLook" image="VertSliderThumbNormal" dimension="Height" /></Dim>
1444            </Area>
1445        </Child>
1446        <ImagerySection name="main">
1447            <ImageryComponent>
1448                <Area>
1449                    <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
1450                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1451                    <Dim type="Width" ><UnifiedDim scale="1.0" offset="-6" type="Width" /></Dim>
1452                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1453                </Area>
1454                <Image imageset="TaharezLook" image="VertSliderBody" />
1455                <VertFormat type="Stretched" />
1456                <HorzFormat type="Stretched" />
1457            </ImageryComponent>
1458        </ImagerySection>
1459        <StateImagery name="Enabled">
1460            <Layer>
1461                <Section section="main" />
1462            </Layer>
1463        </StateImagery>
1464        <StateImagery name="Disabled">
1465            <Layer>
1466                <Section section="main">
1467                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1468                </Section>
1469            </Layer>
1470        </StateImagery>
1471    </WidgetLook>
1472
1473    <!--
1474    ***************************************************
1475        TaharezLook/HorizontalScrollbarThumb
1476    ***************************************************
1477    -->
1478    <WidgetLook name="TaharezLook/HorizontalScrollbarThumb">
1479        <Property name="HorzFree" value="True" />
1480        <ImagerySection name="normal">
1481            <FrameComponent>
1482                <Area>
1483                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1484                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1485                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1486                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1487                </Area>
1488                <Image type="LeftEdge" imageset="TaharezLook" image="MiniHorzScrollThumbLeftNormal" />
1489                <Image type="RightEdge" imageset="TaharezLook" image="MiniHorzScrollThumbRightNormal" />
1490                <Image type="Background" imageset="TaharezLook" image="MiniHorzScrollThumbMiddleNormal" />
1491            </FrameComponent>
1492        </ImagerySection>
1493        <ImagerySection name="hover">
1494            <FrameComponent>
1495                <Area>
1496                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1497                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1498                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1499                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1500                </Area>
1501                <Image type="LeftEdge" imageset="TaharezLook" image="MiniHorzScrollThumbLeftHover" />
1502                <Image type="RightEdge" imageset="TaharezLook" image="MiniHorzScrollThumbRightHover" />
1503                <Image type="Background" imageset="TaharezLook" image="MiniHorzScrollThumbMiddleHover" />
1504            </FrameComponent>
1505        </ImagerySection>
1506        <StateImagery name="Normal">
1507            <Layer>
1508                <Section section="normal" />
1509            </Layer>
1510        </StateImagery>
1511        <StateImagery name="Hover">
1512            <Layer>
1513                <Section section="hover" />
1514            </Layer>
1515        </StateImagery>
1516        <StateImagery name="Pushed">
1517            <Layer>
1518                <Section section="normal" />
1519            </Layer>
1520        </StateImagery>
1521        <StateImagery name="Disabled">
1522            <Layer>
1523                <Section section="normal">
1524                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1525                </Section>
1526            </Layer>
1527        </StateImagery>
1528    </WidgetLook>
1529
1530    <!--
1531    ***************************************************
1532        TaharezLook/HorizontalScrollbar
1533    ***************************************************
1534    -->
1535    <WidgetLook name="TaharezLook/HorizontalScrollbar">
1536        <NamedArea name="ThumbTrackArea">
1537            <Area>
1538                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
1539                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1540                <Dim type="RightEdge" >
1541                    <UnifiedDim scale="1.0" type="RightEdge">
1542                        <DimOperator op="Subtract">
1543                            <ImageDim imageset="TaharezLook" image="MiniHorzScrollRightNormal" dimension="Width" />
1544                        </DimOperator>
1545                    </UnifiedDim>
1546                </Dim>
1547                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
1548            </Area>
1549        </NamedArea>
1550        <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_incbtn__">
1551            <Area>
1552                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1553                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1554                <Dim type="Width" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollRightNormal" dimension="Width" /></Dim>
1555                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1556            </Area>
1557            <HorzAlignment type="RightAligned" />
1558            <Property name="NormalImage" value="set:TaharezLook image:MiniHorzScrollRightNormal" />
1559            <Property name="HoverImage" value="set:TaharezLook image:MiniHorzScrollRightHover" />
1560            <Property name="PushedImage" value="set:TaharezLook image:MiniHorzScrollRightNormal" />
1561        </Child>
1562        <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_decbtn__">
1563            <Area>
1564                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1565                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1566                <Dim type="Width" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
1567                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1568            </Area>
1569            <Property name="NormalImage" value="set:TaharezLook image:MiniHorzScrollLeftNormal" />
1570            <Property name="HoverImage" value="set:TaharezLook image:MiniHorzScrollLeftHover" />
1571            <Property name="PushedImage" value="set:TaharezLook image:MiniHorzScrollLeftNormal" />
1572        </Child>
1573        <Child  type="TaharezLook/HorizontalScrollbarThumb" nameSuffix="__auto_thumb__">
1574            <Area>
1575                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1576                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1577                <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
1578                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1579            </Area>
1580            <Property name="UnifiedMinSize" value="{{0,25},{0,0}}" />
1581        </Child>
1582        <ImagerySection name="main">
1583            <ImageryComponent>
1584                <Area>
1585                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
1586                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1587                    <Dim type="RightEdge" >
1588                        <UnifiedDim scale="1.0" type="RightEdge">
1589                            <DimOperator op="Subtract">
1590                                <ImageDim imageset="TaharezLook" image="MiniHorzScrollRightNormal" dimension="Width" />
1591                            </DimOperator>
1592                        </UnifiedDim>
1593                    </Dim>
1594                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
1595                </Area>
1596                <Image imageset="TaharezLook" image="MiniHorzScrollBarSegment" />
1597                <VertFormat type="CentreAligned" />
1598                <HorzFormat type="Stretched" />
1599            </ImageryComponent>
1600        </ImagerySection>
1601        <StateImagery name="Enabled">
1602            <Layer>
1603                <Section section="main" />
1604            </Layer>
1605        </StateImagery>
1606        <StateImagery name="Disabled">
1607            <Layer>
1608                <Section section="main">
1609                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1610                </Section>
1611            </Layer>
1612        </StateImagery>
1613    </WidgetLook>
1614
1615    <!--
1616    ***************************************************
1617        TaharezLook/VerticalScrollbarThumb
1618    ***************************************************
1619    -->
1620    <WidgetLook name="TaharezLook/VerticalScrollbarThumb">
1621        <Property name="VertFree" value="True" />
1622        <ImagerySection name="normal">
1623            <FrameComponent>
1624                <Area>
1625                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1626                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1627                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1628                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1629                </Area>
1630                <Image type="TopEdge" imageset="TaharezLook" image="MiniVertScrollThumbTopNormal" />
1631                <Image type="BottomEdge" imageset="TaharezLook" image="MiniVertScrollThumbBottomNormal" />
1632                <Image type="Background" imageset="TaharezLook" image="MiniVertScrollThumbMiddleNormal" />
1633            </FrameComponent>
1634        </ImagerySection>
1635        <ImagerySection name="hover">
1636            <FrameComponent>
1637                <Area>
1638                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1639                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1640                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1641                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1642                </Area>
1643                <Image type="TopEdge" imageset="TaharezLook" image="MiniVertScrollThumbTopHover" />
1644                <Image type="BottomEdge" imageset="TaharezLook" image="MiniVertScrollThumbBottomHover" />
1645                <Image type="Background" imageset="TaharezLook" image="MiniVertScrollThumbMiddleHover" />
1646            </FrameComponent>
1647        </ImagerySection>
1648        <StateImagery name="Normal">
1649            <Layer>
1650                <Section section="normal" />
1651            </Layer>
1652        </StateImagery>
1653        <StateImagery name="Hover">
1654            <Layer>
1655                <Section section="hover" />
1656            </Layer>
1657        </StateImagery>
1658        <StateImagery name="Pushed">
1659            <Layer>
1660                <Section section="normal" />
1661            </Layer>
1662        </StateImagery>
1663        <StateImagery name="Disabled">
1664            <Layer>
1665                <Section section="normal">
1666                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1667                </Section>
1668            </Layer>
1669        </StateImagery>
1670    </WidgetLook>
1671
1672    <!--
1673    ***************************************************
1674        TaharezLook/VerticalScrollbar
1675    ***************************************************
1676    -->
1677    <WidgetLook name="TaharezLook/VerticalScrollbar">
1678        <Property name="VerticalScrollbar" value="True" />
1679        <NamedArea name="ThumbTrackArea">
1680            <Area>
1681                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1682                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
1683                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
1684                <Dim type="BottomEdge" >
1685                    <UnifiedDim scale="1.0" type="BottomEdge">
1686                        <DimOperator op="Subtract">
1687                            <ImageDim imageset="TaharezLook" image="MiniVertScrollDownNormal" dimension="Height" />
1688                        </DimOperator>
1689                    </UnifiedDim>
1690                </Dim>
1691            </Area>
1692        </NamedArea>
1693        <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_incbtn__">
1694            <Area>
1695                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1696                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1697                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1698                <Dim type="Height" ><ImageDim imageset="TaharezLook" image="MiniVertScrollDownNormal" dimension="Height" /></Dim>
1699            </Area>
1700            <VertAlignment type="BottomAligned" />
1701            <Property name="NormalImage" value="set:TaharezLook image:MiniVertScrollDownNormal" />
1702            <Property name="HoverImage" value="set:TaharezLook image:MiniVertScrollDownHover" />
1703            <Property name="PushedImage" value="set:TaharezLook image:MiniVertScrollDownNormal" />
1704        </Child>
1705        <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_decbtn__">
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" ><ImageDim imageset="TaharezLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
1711            </Area>
1712            <Property name="NormalImage" value="set:TaharezLook image:MiniVertScrollUpNormal" />
1713            <Property name="HoverImage" value="set:TaharezLook image:MiniVertScrollUpHover" />
1714            <Property name="PushedImage" value="set:TaharezLook image:MiniVertScrollUpNormal" />
1715        </Child>
1716        <Child  type="TaharezLook/VerticalScrollbarThumb" nameSuffix="__auto_thumb__">
1717            <Area>
1718                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1719                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1720                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1721                <Dim type="Height" ><UnifiedDim scale="0.1" type="Height" /></Dim>
1722            </Area>
1723            <Property name="UnifiedMinSize" value="{{0,0},{0,25}}" />
1724        </Child>
1725        <ImagerySection name="main">
1726            <ImageryComponent>
1727                <Area>
1728                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1729                    <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
1730                    <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
1731                    <Dim type="BottomEdge" >
1732                        <UnifiedDim scale="1.0" type="BottomEdge">
1733                            <DimOperator op="Subtract">
1734                                <ImageDim imageset="TaharezLook" image="MiniVertScrollDownNormal" dimension="Height" />
1735                            </DimOperator>
1736                        </UnifiedDim>
1737                    </Dim>
1738                </Area>
1739                <Image imageset="TaharezLook" image="MiniVertScrollBarSegment" />
1740                <VertFormat type="Stretched" />
1741                <HorzFormat type="CentreAligned" />
1742            </ImageryComponent>
1743        </ImagerySection>
1744        <StateImagery name="Enabled">
1745            <Layer>
1746                <Section section="main" />
1747            </Layer>
1748        </StateImagery>
1749        <StateImagery name="Disabled">
1750            <Layer>
1751                <Section section="main">
1752                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1753                </Section>
1754            </Layer>
1755        </StateImagery>
1756    </WidgetLook>
1757
1758    <!--
1759    ***************************************************
1760        TaharezLook/Listbox
1761    ***************************************************
1762    -->
1763    <WidgetLook name="TaharezLook/Listbox">
1764        <PropertyDefinition name="BackgroundColor" initialValue="FFFFFFFF" redrawOnWrite="true" />
1765        <NamedArea name="ItemRenderingArea">
1766            <Area>
1767                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
1768                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
1769                <Dim type="RightEdge" >
1770                    <UnifiedDim scale="1" type="RightEdge">
1771                        <DimOperator op="Subtract">
1772                            <ImageDim imageset="TaharezLook" image="ListboxRight" dimension="Width" />
1773                        </DimOperator>
1774                    </UnifiedDim>
1775                </Dim>
1776                <Dim type="BottomEdge" >
1777                    <UnifiedDim scale="1" type="BottomEdge">
1778                        <DimOperator op="Subtract">
1779                            <ImageDim imageset="TaharezLook" image="ListboxBottom" dimension="Height" />
1780                        </DimOperator>
1781                    </UnifiedDim>
1782                </Dim>
1783            </Area>
1784        </NamedArea>
1785        <NamedArea name="ItemRenderingAreaHScroll">
1786            <Area>
1787                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
1788                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
1789                <Dim type="RightEdge" >
1790                    <UnifiedDim scale="1" type="RightEdge">
1791                        <DimOperator op="Subtract">
1792                            <ImageDim imageset="TaharezLook" image="ListboxRight" dimension="Width" />
1793                        </DimOperator>
1794                    </UnifiedDim>
1795                </Dim>
1796                <Dim type="BottomEdge" >
1797                    <UnifiedDim scale="1" type="BottomEdge">
1798                        <DimOperator op="Subtract">
1799                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
1800                        </DimOperator>
1801                    </UnifiedDim>
1802                </Dim>
1803            </Area>
1804        </NamedArea>
1805        <NamedArea name="ItemRenderingAreaVScroll">
1806            <Area>
1807                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
1808                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
1809                <Dim type="RightEdge" >
1810                    <UnifiedDim scale="1" type="RightEdge">
1811                        <DimOperator op="Subtract">
1812                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
1813                        </DimOperator>
1814                    </UnifiedDim>
1815                </Dim>
1816                <Dim type="BottomEdge" >
1817                    <UnifiedDim scale="1" type="BottomEdge">
1818                        <DimOperator op="Subtract">
1819                            <ImageDim imageset="TaharezLook" image="ListboxBottom" dimension="Height" />
1820                        </DimOperator>
1821                    </UnifiedDim>
1822                </Dim>
1823            </Area>
1824        </NamedArea>
1825        <NamedArea name="ItemRenderingAreaHVScroll">
1826            <Area>
1827                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
1828                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
1829                <Dim type="RightEdge" >
1830                    <UnifiedDim scale="1" type="RightEdge">
1831                        <DimOperator op="Subtract">
1832                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
1833                        </DimOperator>
1834                    </UnifiedDim>
1835                </Dim>
1836                <Dim type="BottomEdge" >
1837                    <UnifiedDim scale="1" type="BottomEdge">
1838                        <DimOperator op="Subtract">
1839                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
1840                        </DimOperator>
1841                    </UnifiedDim>
1842                </Dim>
1843            </Area>
1844        </NamedArea>
1845        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
1846            <Area>
1847                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1848                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1849                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
1850                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
1851            </Area>
1852            <VertAlignment type="BottomAligned" />
1853        </Child>
1854        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
1855            <Area>
1856                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1857                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1858                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
1859                <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
1860            </Area>
1861            <HorzAlignment type="RightAligned" />
1862        </Child>
1863        <ImagerySection name="main">
1864            <FrameComponent>
1865                <Area>
1866                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1867                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1868                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1869                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1870                </Area>
1871                <Image type="TopLeftCorner" imageset="TaharezLook" image="ListboxTopLeft" />
1872                <Image type="TopRightCorner" imageset="TaharezLook" image="ListboxTopRight" />
1873                <Image type="BottomLeftCorner" imageset="TaharezLook" image="ListboxBottomLeft" />
1874                <Image type="BottomRightCorner" imageset="TaharezLook" image="ListboxBottomRight" />
1875                <Image type="LeftEdge" imageset="TaharezLook" image="ListboxLeft" />
1876                <Image type="RightEdge" imageset="TaharezLook" image="ListboxRight" />
1877                <Image type="TopEdge" imageset="TaharezLook" image="ListboxTop" />
1878                <Image type="BottomEdge" imageset="TaharezLook" image="ListboxBottom" />
1879                <Image type="Background" imageset="TaharezLook" image="ListboxBackdrop" />
1880            </FrameComponent>
1881        </ImagerySection>
1882        <StateImagery name="Enabled">
1883            <Layer>
1884                <Section section="main">
1885                    <ColourProperty name="BackgroundColor" />
1886                </Section>
1887            </Layer>
1888        </StateImagery>
1889        <StateImagery name="Disabled">
1890            <Layer>
1891                <Section section="main">
1892                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1893                </Section>
1894            </Layer>
1895        </StateImagery>
1896    </WidgetLook>
1897
1898    <!--
1899    ***************************************************
1900        TaharezLook/ComboDropList
1901    ***************************************************
1902    -->
1903    <WidgetLook name="TaharezLook/ComboDropList">
1904        <NamedArea name="ItemRenderingArea">
1905            <Area>
1906                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
1907                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
1908                <Dim type="RightEdge" >
1909                    <UnifiedDim scale="1" type="RightEdge">
1910                        <DimOperator op="Subtract">
1911                            <ImageDim imageset="TaharezLook" image="ComboboxListRight" dimension="Width" />
1912                        </DimOperator>
1913                    </UnifiedDim>
1914                </Dim>
1915                <Dim type="BottomEdge" >
1916                    <UnifiedDim scale="1" type="BottomEdge">
1917                        <DimOperator op="Subtract">
1918                            <ImageDim imageset="TaharezLook" image="ComboboxListBottom" dimension="Height" />
1919                        </DimOperator>
1920                    </UnifiedDim>
1921                </Dim>
1922            </Area>
1923        </NamedArea>
1924        <NamedArea name="ItemRenderingAreaHScroll">
1925            <Area>
1926                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
1927                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
1928                <Dim type="RightEdge" >
1929                    <UnifiedDim scale="1" type="RightEdge">
1930                        <DimOperator op="Subtract">
1931                            <ImageDim imageset="TaharezLook" image="ComboboxListRight" dimension="Width" />
1932                        </DimOperator>
1933                    </UnifiedDim>
1934                </Dim>
1935                <Dim type="BottomEdge" >
1936                    <UnifiedDim scale="1" type="BottomEdge">
1937                        <DimOperator op="Subtract">
1938                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
1939                        </DimOperator>
1940                    </UnifiedDim>
1941                </Dim>
1942            </Area>
1943        </NamedArea>
1944        <NamedArea name="ItemRenderingAreaVScroll">
1945            <Area>
1946                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
1947                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
1948                <Dim type="RightEdge" >
1949                    <UnifiedDim scale="1" type="RightEdge">
1950                        <DimOperator op="Subtract">
1951                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
1952                        </DimOperator>
1953                    </UnifiedDim>
1954                </Dim>
1955                <Dim type="BottomEdge" >
1956                    <UnifiedDim scale="1" type="BottomEdge">
1957                        <DimOperator op="Subtract">
1958                            <ImageDim imageset="TaharezLook" image="ComboboxListBottom" dimension="Height" />
1959                        </DimOperator>
1960                    </UnifiedDim>
1961                </Dim>
1962            </Area>
1963        </NamedArea>
1964        <NamedArea name="ItemRenderingAreaHVScroll">
1965            <Area>
1966                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
1967                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
1968                <Dim type="RightEdge" >
1969                    <UnifiedDim scale="1" type="RightEdge">
1970                        <DimOperator op="Subtract">
1971                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
1972                        </DimOperator>
1973                    </UnifiedDim>
1974                </Dim>
1975                <Dim type="BottomEdge" >
1976                    <UnifiedDim scale="1" type="BottomEdge">
1977                        <DimOperator op="Subtract">
1978                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
1979                        </DimOperator>
1980                    </UnifiedDim>
1981                </Dim>
1982            </Area>
1983        </NamedArea>
1984        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
1985            <Area>
1986                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1987                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1988                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
1989                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
1990            </Area>
1991            <VertAlignment type="BottomAligned" />
1992        </Child>
1993        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
1994            <Area>
1995                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1996                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1997                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
1998                <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
1999            </Area>
2000            <HorzAlignment type="RightAligned" />
2001        </Child>
2002        <ImagerySection name="main">
2003            <FrameComponent>
2004                <Area>
2005                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2006                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2007                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2008                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2009                </Area>
2010                <Image type="TopLeftCorner" imageset="TaharezLook" image="ComboboxListTopLeft" />
2011                <Image type="TopRightCorner" imageset="TaharezLook" image="ComboboxListTopRight" />
2012                <Image type="BottomLeftCorner" imageset="TaharezLook" image="ComboboxListBottomLeft" />
2013                <Image type="BottomRightCorner" imageset="TaharezLook" image="ComboboxListBottomRight" />
2014                <Image type="LeftEdge" imageset="TaharezLook" image="ComboboxListLeft" />
2015                <Image type="RightEdge" imageset="TaharezLook" image="ComboboxListRight" />
2016                <Image type="TopEdge" imageset="TaharezLook" image="ComboboxListTop" />
2017                <Image type="BottomEdge" imageset="TaharezLook" image="ComboboxListBottom" />
2018                <Image type="Background" imageset="TaharezLook" image="ComboboxListBackdrop" />
2019            </FrameComponent>
2020        </ImagerySection>
2021        <StateImagery name="Enabled">
2022            <Layer>
2023                <Section section="main" />
2024            </Layer>
2025        </StateImagery>
2026        <StateImagery name="Disabled">
2027            <Layer>
2028                <Section section="main">
2029                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2030                </Section>
2031            </Layer>
2032        </StateImagery>
2033    </WidgetLook>
2034
2035    <!--
2036    ***************************************************
2037        TaharezLook/ComboEditbox
2038    ***************************************************
2039    -->
2040    <WidgetLook name="TaharezLook/ComboEditbox">
2041        <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
2042        <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />
2043        <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
2044        <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
2045        <Property name="MouseCursorImage" value="set:TaharezLook image:MouseTextBar" />
2046        <NamedArea name="TextArea">
2047            <Area>
2048                <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
2049                <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
2050                <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim>
2051                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim>
2052            </Area>
2053        </NamedArea>
2054        <ImagerySection name="container_normal">
2055            <FrameComponent>
2056                <Area>
2057                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2058                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2059                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
2060                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
2061                </Area>
2062                <Image type="LeftEdge" imageset="TaharezLook" image="ComboboxEditLeft" />
2063                <Image type="Background" imageset="TaharezLook" image="ComboboxEditMiddle" />
2064            </FrameComponent>
2065        </ImagerySection>
2066        <ImagerySection name="selection">
2067            <ImageryComponent>
2068                <Area>
2069                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2070                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2071                    <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
2072                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
2073                </Area>
2074                <Image imageset="TaharezLook" image="TextSelectionBrush" />
2075                <VertFormat type="Stretched" />
2076                <HorzFormat type="Stretched" />
2077            </ImageryComponent>
2078        </ImagerySection>
2079        <ImagerySection name="Carat">
2080            <ImageryComponent>
2081                <Area>
2082                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2083                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2084                    <Dim type="Width" ><ImageDim imageset="TaharezLook" image="EditBoxCarat" dimension="Width" /></Dim>
2085                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
2086                </Area>
2087                <Image imageset="TaharezLook" image="EditBoxCarat" />
2088                <VertFormat type="Stretched" />
2089                <HorzFormat type="Stretched" />
2090            </ImageryComponent>
2091        </ImagerySection>
2092        <StateImagery name="Enabled">
2093            <Layer>
2094                <Section section="container_normal" />
2095            </Layer>
2096        </StateImagery>
2097        <StateImagery name="ReadOnly">
2098            <Layer>
2099                <Section section="container_normal" />
2100            </Layer>
2101        </StateImagery>
2102        <StateImagery name="Disabled">
2103            <Layer>
2104                <Section section="container_normal">
2105                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2106                </Section>
2107            </Layer>
2108        </StateImagery>
2109        <StateImagery name="ActiveSelection">
2110            <Layer>
2111                <Section section="selection">
2112                    <ColourProperty name="ActiveSelectionColour" />
2113                </Section>
2114            </Layer>
2115        </StateImagery>
2116        <StateImagery name="InactiveSelection">
2117            <Layer>
2118                <Section section="selection">
2119                    <ColourProperty name="InactiveSelectionColour" />
2120                </Section>
2121            </Layer>
2122        </StateImagery>
2123    </WidgetLook>
2124
2125    <!--
2126    ***************************************************
2127        TaharezLook/Combobox
2128    ***************************************************
2129    -->
2130    <WidgetLook name="TaharezLook/Combobox">
2131        <PropertyLinkDefinition name="NormalEditTextColour" widget="__auto_editbox__" targetProperty="NormalTextColour" initialValue="FFFFFFFF" />
2132        <PropertyLinkDefinition name="SelectedEditTextColour" widget="__auto_editbox__" targetProperty="SelectedTextColour" initialValue="FF000000" />
2133        <PropertyLinkDefinition name="ActiveEditSelectionColour" widget="__auto_editbox__" targetProperty="ActiveSelectionColour" initialValue="FF6060FF" />
2134        <PropertyLinkDefinition name="InactiveEditSelectionColour" widget="__auto_editbox__" targetProperty="InactiveSelectionColour" initialValue="FF808080" />
2135        <Child  type="TaharezLook/ComboEditbox" nameSuffix="__auto_editbox__">
2136            <Area>
2137                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2138                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2139                <Dim type="RightEdge" >
2140                    <UnifiedDim scale="1" type="RightEdge">
2141                        <DimOperator op="Subtract">
2142                            <FontDim type="LineSpacing">
2143                                <DimOperator op="Multiply">
2144                                    <AbsoluteDim value="1.5" />
2145                                </DimOperator>
2146                            </FontDim>
2147                        </DimOperator>
2148                    </UnifiedDim>
2149                </Dim>
2150                <Dim type="Height" >
2151                    <FontDim type="LineSpacing">
2152                        <DimOperator op="Multiply">
2153                            <AbsoluteDim value="1.5" />
2154                        </DimOperator>
2155                    </FontDim>
2156                </Dim>
2157            </Area>
2158        </Child>
2159        <Child  type="TaharezLook/ComboDropList" nameSuffix="__auto_droplist__">
2160            <Area>
2161                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2162                <Dim type="TopEdge" ><WidgetDim widget="__auto_editbox__" dimension="BottomEdge" /></Dim>
2163                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2164                <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
2165            </Area>
2166        </Child>
2167        <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_button__">
2168            <Area>
2169                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2170                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2171                <Dim type="Width" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
2172                <Dim type="Height" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
2173            </Area>
2174            <HorzAlignment type="RightAligned" />
2175            <Property name="NormalImage" value="set:TaharezLook image:ComboboxListButtonNormal" />
2176            <Property name="HoverImage" value="set:TaharezLook image:ComboboxListButtonHover" />
2177            <Property name="PushedImage" value="set:TaharezLook image:ComboboxListButtonNormal" />
2178        </Child>
2179        <StateImagery name="Enabled" />
2180        <StateImagery name="Disabled" />
2181    </WidgetLook>
2182
2183    <!--
2184    ***************************************************
2185        TaharezLook/Spinner
2186    ***************************************************
2187    -->
2188    <WidgetLook name="TaharezLook/Spinner">
2189        <Child  type="TaharezLook/Editbox" nameSuffix="__auto_editbox__">
2190            <Area>
2191                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2192                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2193                <Dim type="RightEdge" >
2194                    <UnifiedDim scale="1" type="RightEdge">
2195                        <DimOperator op="Subtract">
2196                            <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" />
2197                        </DimOperator>
2198                    </UnifiedDim>
2199                </Dim>
2200                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2201            </Area>
2202        </Child>
2203        <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_incbtn__">
2204            <Area>
2205                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2206                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2207                <Dim type="Width" ><ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" /></Dim>
2208                <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
2209            </Area>
2210            <HorzAlignment type="RightAligned" />
2211            <Property name="NormalImage" value="set:TaharezLook image:VertScrollUpNormal" />
2212            <Property name="HoverImage" value="set:TaharezLook image:VertScrollUpHover" />
2213            <Property name="PushedImage" value="set:TaharezLook image:VertScrollUpNormal" />
2214        </Child>
2215        <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_decbtn__">
2216            <Area>
2217                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2218                <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim>
2219                <Dim type="Width" ><ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" /></Dim>
2220                <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
2221            </Area>
2222            <HorzAlignment type="RightAligned" />
2223            <Property name="NormalImage" value="set:TaharezLook image:VertScrollDownNormal" />
2224            <Property name="HoverImage" value="set:TaharezLook image:VertScrollDownHover" />
2225            <Property name="PushedImage" value="set:TaharezLook image:VertScrollDownNormal" />
2226        </Child>
2227        <StateImagery name="Enabled" />
2228        <StateImagery name="Disabled" />
2229    </WidgetLook>
2230
2231    <!--
2232    ***************************************************
2233        TaharezLook/StaticShared
2234        (Shared imagery components for static widgets)
2235    ***************************************************
2236    -->
2237    <WidgetLook name="TaharezLook/StaticShared">
2238        <ImagerySection name="frame">
2239            <FrameComponent>
2240                <Area>
2241                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2242                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2243                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2244                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2245                </Area>
2246                <Image type="TopLeftCorner" imageset="TaharezLook" image="StaticTopLeft" />
2247                <Image type="TopRightCorner" imageset="TaharezLook" image="StaticTopRight" />
2248                <Image type="BottomLeftCorner" imageset="TaharezLook" image="StaticBottomLeft" />
2249                <Image type="BottomRightCorner" imageset="TaharezLook" image="StaticBottomRight" />
2250                <Image type="LeftEdge" imageset="TaharezLook" image="StaticLeft" />
2251                <Image type="RightEdge" imageset="TaharezLook" image="StaticRight" />
2252                <Image type="TopEdge" imageset="TaharezLook" image="StaticTop" />
2253                <Image type="BottomEdge" imageset="TaharezLook" image="StaticBottom" />
2254                <ColourRectProperty name="FrameColours" />
2255            </FrameComponent>
2256        </ImagerySection>
2257        <ImagerySection name="background">
2258            <ImageryComponent>
2259                <Area>
2260                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2261                    <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2262                    <Dim type="RightEdge" >
2263                        <UnifiedDim scale="1" type="RightEdge">
2264                            <DimOperator op="Subtract">
2265                                <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
2266                            </DimOperator>
2267                        </UnifiedDim>
2268                    </Dim>
2269                    <Dim type="BottomEdge" >
2270                        <UnifiedDim scale="1" type="BottomEdge">
2271                            <DimOperator op="Subtract">
2272                                <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
2273                            </DimOperator>
2274                        </UnifiedDim>
2275                    </Dim>
2276                </Area>
2277                <Image imageset="TaharezLook" image="StaticBackdrop" />
2278                <!--<ColourRectProperty name="BackgroundColours" />-->
2279                <Colours topLeft="FFFFFFFF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" />
2280                <VertFormat type="Stretched" />
2281                <HorzFormat type="Stretched" />
2282            </ImageryComponent>
2283        </ImagerySection>
2284        <ImagerySection name="background_noframe">
2285            <ImageryComponent>
2286                <Area>
2287                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
2288                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
2289                    <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
2290                    <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
2291                </Area>
2292                <Image imageset="TaharezLook" image="StaticBackdrop" />
2293                <!--<ColourRectProperty name="BackgroundColours" />-->
2294                <Colours topLeft="FFFFFFFF" topRight="FFFFFFFF" bottomLeft="FFFFFFFF" bottomRight="FFFFFFFF" />
2295                <VertFormat type="Stretched" />
2296                <HorzFormat type="Stretched" />
2297            </ImageryComponent>
2298        </ImagerySection>
2299    </WidgetLook>
2300
2301    <!--
2302    ***************************************************
2303        TaharezLook/StaticImage
2304    ***************************************************
2305    -->
2306    <WidgetLook name="TaharezLook/StaticImage">
2307                <PropertyDefinition name="ImageColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
2308                <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
2309                <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
2310        <PropertyDefinition name="VertFormatting" initialValue="Stretched" redrawOnWrite="true" />
2311        <PropertyDefinition name="HorzFormatting" initialValue="Stretched" redrawOnWrite="true" />
2312        <Property name="BackgroundEnabled" value="True" />
2313        <Property name="FrameEnabled" value="True" />
2314        <ImagerySection name="image_withframe">
2315            <ImageryComponent>
2316                <Area>
2317                                        <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2318                                        <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2319                                        <Dim type="RightEdge" >
2320                                                <UnifiedDim scale="1" type="RightEdge">
2321                                                        <DimOperator op="Subtract">
2322                                                                <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
2323                                                        </DimOperator>
2324                                                </UnifiedDim>
2325                                        </Dim>
2326                                        <Dim type="BottomEdge" >
2327                                                <UnifiedDim scale="1" type="BottomEdge">
2328                                                        <DimOperator op="Subtract">
2329                                                                <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
2330                                                        </DimOperator>
2331                                                </UnifiedDim>
2332                                        </Dim>
2333                                </Area>
2334                <ImageProperty name="Image" />
2335                <ColourRectProperty name="ImageColours" />
2336                <VertFormatProperty name="VertFormatting" />
2337                <HorzFormatProperty name="HorzFormatting" />
2338            </ImageryComponent>
2339        </ImagerySection>
2340        <ImagerySection name="image_noframe">
2341            <ImageryComponent>
2342                <Area>
2343                                        <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2344                                        <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2345                                        <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2346                                        <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2347                                </Area>
2348                <ImageProperty name="Image" />
2349                <ColourRectProperty name="ImageColours" />
2350                <VertFormatProperty name="VertFormatting" />
2351                <HorzFormatProperty name="HorzFormatting" />
2352            </ImageryComponent>
2353        </ImagerySection>
2354        <StateImagery name="Enabled" />
2355        <StateImagery name="Disabled" />
2356        <StateImagery name="EnabledFrame">
2357            <Layer>
2358                <Section look="TaharezLook/StaticShared" section="frame" />
2359            </Layer>
2360        </StateImagery>
2361        <StateImagery name="DisabledFrame">
2362            <Layer>
2363                <Section look="TaharezLook/StaticShared" section="frame" />
2364            </Layer>
2365        </StateImagery>
2366        <StateImagery name="WithFrameEnabledBackground">
2367            <Layer>
2368                <Section look="TaharezLook/StaticShared" section="background" />
2369            </Layer>
2370        </StateImagery>
2371        <StateImagery name="WithFrameDisabledBackground">
2372            <Layer>
2373                <Section look="TaharezLook/StaticShared" section="background" />
2374            </Layer>
2375        </StateImagery>
2376        <StateImagery name="NoFrameEnabledBackground">
2377            <Layer>
2378                <Section look="TaharezLook/StaticShared" section="background_noframe" />
2379            </Layer>
2380        </StateImagery>
2381        <StateImagery name="NoFrameDisabledBackground">
2382            <Layer>
2383                <Section look="TaharezLook/StaticShared" section="background_noframe" />
2384            </Layer>
2385        </StateImagery>
2386        <StateImagery name="WithFrameImage">
2387            <Layer>
2388                <Section section="image_withframe" />
2389            </Layer>
2390        </StateImagery>
2391        <StateImagery name="NoFrameImage">
2392            <Layer>
2393                <Section section="image_noframe" />
2394            </Layer>
2395        </StateImagery>
2396    </WidgetLook>
2397
2398    <!--
2399    ***************************************************
2400        TaharezLook/StaticText
2401    ***************************************************
2402    -->
2403    <WidgetLook name="TaharezLook/StaticText">
2404                <PropertyDefinition name="FrameColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
2405                <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
2406        <Property name="FrameEnabled" value="True" />
2407        <Property name="BackgroundEnabled" value="True" />
2408        <NamedArea name="WithFrameTextRenderArea">
2409            <Area>
2410                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2411                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2412                <Dim type="RightEdge" >
2413                    <UnifiedDim scale="1" type="RightEdge">
2414                        <DimOperator op="Subtract">
2415                            <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
2416                        </DimOperator>
2417                    </UnifiedDim>
2418                </Dim>
2419                <Dim type="BottomEdge" >
2420                    <UnifiedDim scale="1" type="BottomEdge">
2421                        <DimOperator op="Subtract">
2422                            <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
2423                        </DimOperator>
2424                    </UnifiedDim>
2425                </Dim>
2426            </Area>
2427        </NamedArea>
2428        <NamedArea name="WithFrameTextRenderAreaHScroll">
2429            <Area>
2430                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2431                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2432                <Dim type="RightEdge" >
2433                    <UnifiedDim scale="1" type="RightEdge">
2434                        <DimOperator op="Subtract">
2435                            <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
2436                        </DimOperator>
2437                    </UnifiedDim>
2438                </Dim>
2439                <Dim type="BottomEdge" >
2440                    <UnifiedDim scale="1" type="BottomEdge">
2441                        <DimOperator op="Subtract">
2442                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2443                        </DimOperator>
2444                    </UnifiedDim>
2445                </Dim>
2446            </Area>
2447        </NamedArea>
2448        <NamedArea name="WithFrameTextRenderAreaVScroll">
2449            <Area>
2450                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2451                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2452                <Dim type="RightEdge" >
2453                    <UnifiedDim scale="1" type="RightEdge">
2454                        <DimOperator op="Subtract">
2455                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2456                        </DimOperator>
2457                    </UnifiedDim>
2458                </Dim>
2459                <Dim type="BottomEdge" >
2460                    <UnifiedDim scale="1" type="BottomEdge">
2461                        <DimOperator op="Subtract">
2462                            <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
2463                        </DimOperator>
2464                    </UnifiedDim>
2465                </Dim>
2466            </Area>
2467        </NamedArea>
2468        <NamedArea name="WithFrameTextRenderAreaHVScroll">
2469            <Area>
2470                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2471                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2472                <Dim type="RightEdge" >
2473                    <UnifiedDim scale="1" type="RightEdge">
2474                        <DimOperator op="Subtract">
2475                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2476                        </DimOperator>
2477                    </UnifiedDim>
2478                </Dim>
2479                <Dim type="BottomEdge" >
2480                    <UnifiedDim scale="1" type="BottomEdge">
2481                        <DimOperator op="Subtract">
2482                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2483                        </DimOperator>
2484                    </UnifiedDim>
2485                </Dim>
2486            </Area>
2487        </NamedArea>
2488        <NamedArea name="NoFrameTextRenderArea">
2489            <Area>
2490                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2491                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2492                <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
2493                <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
2494            </Area>
2495        </NamedArea>
2496        <NamedArea name="NoFrameTextRenderAreaHScroll">
2497            <Area>
2498                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2499                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2500                <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
2501                <Dim type="BottomEdge" >
2502                    <UnifiedDim scale="1" type="BottomEdge">
2503                        <DimOperator op="Subtract">
2504                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2505                        </DimOperator>
2506                    </UnifiedDim>
2507                </Dim>
2508            </Area>
2509        </NamedArea>
2510        <NamedArea name="NoFrameTextRenderAreaVScroll">
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" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
2522            </Area>
2523        </NamedArea>
2524        <NamedArea name="NoFrameTextRenderAreaHVScroll">
2525            <Area>
2526                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2527                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2528                <Dim type="RightEdge" >
2529                    <UnifiedDim scale="1" type="RightEdge">
2530                        <DimOperator op="Subtract">
2531                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2532                        </DimOperator>
2533                    </UnifiedDim>
2534                </Dim>
2535                <Dim type="BottomEdge" >
2536                    <UnifiedDim scale="1" type="BottomEdge">
2537                        <DimOperator op="Subtract">
2538                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2539                        </DimOperator>
2540                    </UnifiedDim>
2541                </Dim>
2542            </Area>
2543        </NamedArea>
2544        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
2545            <Area>
2546                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2547                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2548                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
2549                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
2550            </Area>
2551            <VertAlignment type="BottomAligned" />
2552        </Child>
2553        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
2554            <Area>
2555                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2556                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2557                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
2558                <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
2559            </Area>
2560            <HorzAlignment type="RightAligned" />
2561        </Child>
2562        <StateImagery name="Enabled" />
2563        <StateImagery name="Disabled" />
2564        <StateImagery name="EnabledFrame">
2565            <Layer>
2566                <Section look="TaharezLook/StaticShared" section="frame" />
2567            </Layer>
2568        </StateImagery>
2569        <StateImagery name="DisabledFrame">
2570            <Layer>
2571                <Section look="TaharezLook/StaticShared" section="frame" />
2572            </Layer>
2573        </StateImagery>
2574        <StateImagery name="WithFrameEnabledBackground">
2575            <Layer>
2576                <Section look="TaharezLook/StaticShared" section="background" />
2577            </Layer>
2578        </StateImagery>
2579        <StateImagery name="WithFrameDisabledBackground">
2580            <Layer>
2581                <Section look="TaharezLook/StaticShared" section="background" />
2582            </Layer>
2583        </StateImagery>
2584        <StateImagery name="NoFrameEnabledBackground">
2585            <Layer>
2586                <Section look="TaharezLook/StaticShared" section="background_noframe" />
2587            </Layer>
2588        </StateImagery>
2589        <StateImagery name="NoFrameDisabledBackground">
2590            <Layer>
2591                <Section look="TaharezLook/StaticShared" section="background_noframe" />
2592            </Layer>
2593        </StateImagery>
2594    </WidgetLook>
2595
2596    <!--
2597    ***************************************************
2598        TaharezLook/ListHeaderSegment
2599    ***************************************************
2600    -->
2601    <WidgetLook name="TaharezLook/ListHeaderSegment">
2602        <Property name="SizingCursorImage" value="set:TaharezLook image:MouseEsWeCursor" />
2603        <Property name="MovingCursorImage" value="set:TaharezLook image:MouseMoveCursor" />
2604        <ImagerySection name="segment_normal">
2605            <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
2606            <ImageryComponent>
2607                <Area>
2608                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2609                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2610                    <Dim type="RightEdge" >
2611                        <UnifiedDim scale="1" type="RightEdge">
2612                            <DimOperator op="Subtract">
2613                                <ImageDim imageset="TaharezLook" image="HeaderBarSplitterNormal" dimension="Width" />
2614                            </DimOperator>
2615                        </UnifiedDim>
2616                    </Dim>
2617                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2618                </Area>
2619                <Image imageset="TaharezLook" image="HeaderBarBackdropNormal" />
2620                <VertFormat type="Stretched" />
2621                <HorzFormat type="Stretched" />
2622            </ImageryComponent>
2623        </ImagerySection>
2624        <ImagerySection name="segment_hover">
2625            <ImageryComponent>
2626                <Area>
2627                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2628                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2629                    <Dim type="RightEdge" >
2630                        <UnifiedDim scale="1" type="RightEdge">
2631                            <DimOperator op="Subtract">
2632                                <ImageDim imageset="TaharezLook" image="HeaderBarSplitterNormal" dimension="Width" />
2633                            </DimOperator>
2634                        </UnifiedDim>
2635                    </Dim>
2636                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2637                </Area>
2638                <Image imageset="TaharezLook" image="HeaderBarBackdropHover" />
2639                <VertFormat type="Stretched" />
2640                <HorzFormat type="Stretched" />
2641            </ImageryComponent>
2642        </ImagerySection>
2643        <ImagerySection name="splitter_normal">
2644            <ImageryComponent>
2645                <Area>
2646                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2647                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2648                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2649                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2650                </Area>
2651                <Image imageset="TaharezLook" image="HeaderBarSplitterNormal" />
2652                <VertFormat type="Stretched" />
2653                <HorzFormat type="RightAligned" />
2654            </ImageryComponent>
2655        </ImagerySection>
2656        <ImagerySection name="splitter_hover">
2657            <ImageryComponent>
2658                <Area>
2659                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2660                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2661                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2662                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2663                </Area>
2664                <Image imageset="TaharezLook" image="HeaderBarSplitterHover" />
2665                <VertFormat type="Stretched" />
2666                <HorzFormat type="RightAligned" />
2667            </ImageryComponent>
2668        </ImagerySection>
2669        <ImagerySection name="ascend_icon">
2670            <ImageryComponent>
2671                <Area>
2672                    <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
2673                    <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
2674                    <Dim type="Width" ><ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Width" /></Dim>
2675                    <Dim type="Height" ><ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Height" /></Dim>
2676                </Area>
2677                <Image imageset="TaharezLook" image="HeaderBarSortUp" />
2678            </ImageryComponent>
2679        </ImagerySection>
2680        <ImagerySection name="descend_icon">
2681            <ImageryComponent>
2682                <Area>
2683                    <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
2684                    <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
2685                    <Dim type="Width" ><ImageDim imageset="TaharezLook" image="HeaderBarSortDown" dimension="Width" /></Dim>
2686                    <Dim type="Height" ><ImageDim imageset="TaharezLook" image="HeaderBarSortDown" dimension="Height" /></Dim>
2687                </Area>
2688                <Image imageset="TaharezLook" image="HeaderBarSortDown" />
2689            </ImageryComponent>
2690        </ImagerySection>
2691        <ImagerySection name="label">
2692            <TextComponent>
2693                <Area>
2694                    <Dim type="LeftEdge" >
2695                        <ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Width">
2696                            <DimOperator op="Add">
2697                                <AbsoluteDim value="5" />
2698                            </DimOperator>
2699                        </ImageDim>
2700                    </Dim>
2701                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2702                    <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
2703                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2704                </Area>
2705                <VertFormat type="CentreAligned" />
2706            </TextComponent>
2707        </ImagerySection>
2708        <StateImagery name="Normal">
2709            <Layer>
2710                <Section section="segment_normal" />
2711                <Section section="splitter_normal" />
2712                <Section section="label" />
2713            </Layer>
2714        </StateImagery>
2715        <StateImagery name="Hover">
2716            <Layer>
2717                <Section section="segment_hover" />
2718                <Section section="splitter_normal" />
2719                <Section section="label" />
2720            </Layer>
2721        </StateImagery>
2722        <StateImagery name="SplitterHover">
2723            <Layer>
2724                <Section section="segment_normal" />
2725                <Section section="splitter_hover" />
2726                <Section section="label" />
2727            </Layer>
2728        </StateImagery>
2729        <StateImagery name="DragGhost" clipped="false" >
2730            <Layer priority="1" >
2731                <Section section="segment_normal">
2732                    <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
2733                </Section>
2734                <Section section="splitter_normal">
2735                    <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
2736                </Section>
2737                <Section section="label">
2738                    <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
2739                </Section>
2740            </Layer>
2741        </StateImagery>
2742        <StateImagery name="AscendingSortIcon">
2743            <Layer>
2744                <Section section="ascend_icon" />
2745            </Layer>
2746        </StateImagery>
2747        <StateImagery name="DescendingSortIcon">
2748            <Layer>
2749                <Section section="descend_icon" />
2750            </Layer>
2751        </StateImagery>
2752        <StateImagery name="GhostAscendingSortIcon" clipped="false">
2753            <Layer priority="1" >
2754                <Section section="ascend_icon">
2755                    <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
2756                </Section>
2757            </Layer>
2758        </StateImagery>
2759        <StateImagery name="GhostDescendingSortIcon" clipped="false">
2760            <Layer priority="1" >
2761                <Section section="descend_icon">
2762                    <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
2763                </Section>
2764            </Layer>
2765        </StateImagery>
2766        <StateImagery name="Disabled">
2767            <Layer>
2768                <Section section="segment_normal">
2769                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2770                </Section>
2771                <Section section="splitter_normal">
2772                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2773                </Section>
2774                <Section section="label">
2775                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2776                </Section>
2777            </Layer>
2778        </StateImagery>
2779    </WidgetLook>
2780
2781    <!--
2782    ***************************************************
2783        TaharezLook/ListHeader
2784    ***************************************************
2785    -->
2786    <WidgetLook name="TaharezLook/ListHeader">
2787        <Property name="SegmentWidgetType" value="TaharezLook/ListHeaderSegment" />
2788        <StateImagery name="Enabled" />
2789        <StateImagery name="Disabled" />
2790    </WidgetLook>
2791
2792    <!--
2793    ***************************************************
2794        TaharezLook/MultiColumnList
2795    ***************************************************
2796    -->
2797    <WidgetLook name="TaharezLook/MultiColumnList">
2798        <NamedArea name="ItemRenderingArea">
2799            <Area>
2800                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
2801                <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
2802                <Dim type="RightEdge" >
2803                    <UnifiedDim scale="1" type="RightEdge">
2804                        <DimOperator op="Subtract">
2805                            <ImageDim imageset="TaharezLook" image="MultiListRight" dimension="Width" />
2806                        </DimOperator>
2807                    </UnifiedDim>
2808                </Dim>
2809                <Dim type="BottomEdge" >
2810                    <UnifiedDim scale="1" type="BottomEdge">
2811                        <DimOperator op="Subtract">
2812                            <ImageDim imageset="TaharezLook" image="MultiListBottom" dimension="Height" />
2813                        </DimOperator>
2814                    </UnifiedDim>
2815                </Dim>
2816            </Area>
2817        </NamedArea>
2818        <NamedArea name="ItemRenderingAreaHScroll">
2819            <Area>
2820                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
2821                <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
2822                <Dim type="RightEdge" >
2823                    <UnifiedDim scale="1" type="RightEdge">
2824                        <DimOperator op="Subtract">
2825                            <ImageDim imageset="TaharezLook" image="MultiListRight" dimension="Width" />
2826                        </DimOperator>
2827                    </UnifiedDim>
2828                </Dim>
2829                <Dim type="BottomEdge" >
2830                    <UnifiedDim scale="1" type="BottomEdge">
2831                        <DimOperator op="Subtract">
2832                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2833                        </DimOperator>
2834                    </UnifiedDim>
2835                </Dim>
2836            </Area>
2837        </NamedArea>
2838        <NamedArea name="ItemRenderingAreaVScroll">
2839            <Area>
2840                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
2841                <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
2842                <Dim type="RightEdge" >
2843                    <UnifiedDim scale="1" type="RightEdge">
2844                        <DimOperator op="Subtract">
2845                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2846                        </DimOperator>
2847                    </UnifiedDim>
2848                </Dim>
2849                <Dim type="BottomEdge" >
2850                    <UnifiedDim scale="1" type="BottomEdge">
2851                        <DimOperator op="Subtract">
2852                            <ImageDim imageset="TaharezLook" image="MultiListBottom" dimension="Height" />
2853                        </DimOperator>
2854                    </UnifiedDim>
2855                </Dim>
2856            </Area>
2857        </NamedArea>
2858        <NamedArea name="ItemRenderingAreaHVScroll">
2859            <Area>
2860                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
2861                <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
2862                <Dim type="RightEdge" >
2863                    <UnifiedDim scale="1" type="RightEdge">
2864                        <DimOperator op="Subtract">
2865                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2866                        </DimOperator>
2867                    </UnifiedDim>
2868                </Dim>
2869                <Dim type="BottomEdge" >
2870                    <UnifiedDim scale="1" type="BottomEdge">
2871                        <DimOperator op="Subtract">
2872                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2873                        </DimOperator>
2874                    </UnifiedDim>
2875                </Dim>
2876            </Area>
2877        </NamedArea>
2878        <Child  type="TaharezLook/ListHeader" nameSuffix="__auto_listheader__">
2879            <Area>
2880                <Dim type="LeftEdge" ><AbsoluteDim value="2" /></Dim>
2881                <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim>
2882                <Dim type="RightEdge" ><UnifiedDim scale="1" offset="-2" type="RightEdge" /></Dim>
2883                <Dim type="Height" >
2884                    <FontDim type="LineSpacing">
2885                        <DimOperator op="Multiply">
2886                            <AbsoluteDim value="1.5" />
2887                        </DimOperator>
2888                    </FontDim>
2889                </Dim>
2890            </Area>
2891        </Child>
2892        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
2893            <Area>
2894                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2895                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2896                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
2897                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
2898            </Area>
2899            <VertAlignment type="BottomAligned" />
2900        </Child>
2901        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
2902            <Area>
2903                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2904                <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
2905                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
2906                <Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-12" type="BottomEdge" /></Dim>
2907            </Area>
2908            <HorzAlignment type="RightAligned" />
2909        </Child>
2910        <ImagerySection name="main">
2911            <FrameComponent>
2912                <Area>
2913                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2914                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2915                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2916                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2917                </Area>
2918                <Image type="TopLeftCorner" imageset="TaharezLook" image="MultiListTopLeft" />
2919                <Image type="TopRightCorner" imageset="TaharezLook" image="MultiListTopRight" />
2920                <Image type="BottomLeftCorner" imageset="TaharezLook" image="MultiListBottomLeft" />
2921                <Image type="BottomRightCorner" imageset="TaharezLook" image="MultiListBottomRight" />
2922                <Image type="LeftEdge" imageset="TaharezLook" image="MultiListLeft" />
2923                <Image type="RightEdge" imageset="TaharezLook" image="MultiListRight" />
2924                <Image type="TopEdge" imageset="TaharezLook" image="MultiListTop" />
2925                <Image type="BottomEdge" imageset="TaharezLook" image="MultiListBottom" />
2926                <Image type="Background" imageset="TaharezLook" image="MultiListBackdrop" />
2927            </FrameComponent>
2928        </ImagerySection>
2929        <StateImagery name="Enabled">
2930            <Layer>
2931                <Section section="main" />
2932            </Layer>
2933        </StateImagery>
2934        <StateImagery name="Disabled">
2935            <Layer>
2936                <Section section="main">
2937                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2938                </Section>
2939            </Layer>
2940        </StateImagery>
2941    </WidgetLook>
2942
2943    <!--
2944    ***************************************************
2945        TaharezLook/MultiLineEditbox
2946    ***************************************************
2947    -->
2948    <WidgetLook name="TaharezLook/MultiLineEditbox">
2949        <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
2950        <PropertyDefinition name="SelectedTextColour" initialValue="FF000000" redrawOnWrite="true" />
2951        <PropertyDefinition name="ActiveSelectionColour" initialValue="FF607FFF" redrawOnWrite="true" />
2952        <PropertyDefinition name="InactiveSelectionColour" initialValue="FF808080" redrawOnWrite="true" />
2953        <Property name="MouseCursorImage" value="set:TaharezLook image:MouseTextBar" />
2954        <Property name="SelectionBrushImage" value="set:TaharezLook image:MultiLineEditboxSelectionBrush" />
2955        <NamedArea name="TextArea">
2956            <Area>
2957                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
2958                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
2959                <Dim type="RightEdge" >
2960                    <UnifiedDim scale="1" type="RightEdge">
2961                        <DimOperator op="Subtract">
2962                            <ImageDim imageset="TaharezLook" image="MultiLineEditboxRight" dimension="Width" />
2963                        </DimOperator>
2964                    </UnifiedDim>
2965                </Dim>
2966                <Dim type="BottomEdge" >
2967                    <UnifiedDim scale="1" type="BottomEdge">
2968                        <DimOperator op="Subtract">
2969                            <ImageDim imageset="TaharezLook" image="MultiLineEditboxBottom" dimension="Height" />
2970                        </DimOperator>
2971                    </UnifiedDim>
2972                </Dim>
2973            </Area>
2974        </NamedArea>
2975        <NamedArea name="TextAreaHScroll">
2976            <Area>
2977                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
2978                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
2979                <Dim type="RightEdge" >
2980                    <UnifiedDim scale="1" type="RightEdge">
2981                        <DimOperator op="Subtract">
2982                            <ImageDim imageset="TaharezLook" image="MultiLineEditboxRight" dimension="Width" />
2983                        </DimOperator>
2984                    </UnifiedDim>
2985                </Dim>
2986                <Dim type="BottomEdge" >
2987                    <UnifiedDim scale="1" type="BottomEdge">
2988                        <DimOperator op="Subtract">
2989                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2990                        </DimOperator>
2991                    </UnifiedDim>
2992                </Dim>
2993            </Area>
2994        </NamedArea>
2995        <NamedArea name="TextAreaVScroll">
2996            <Area>
2997                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
2998                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
2999                <Dim type="RightEdge" >
3000                    <UnifiedDim scale="1" type="RightEdge">
3001                        <DimOperator op="Subtract">
3002                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
3003                        </DimOperator>
3004                    </UnifiedDim>
3005                </Dim>
3006                <Dim type="BottomEdge" >
3007                    <UnifiedDim scale="1" type="BottomEdge">
3008                        <DimOperator op="Subtract">
3009                            <ImageDim imageset="TaharezLook" image="MultiLineEditboxBottom" dimension="Height" />
3010                        </DimOperator>
3011                    </UnifiedDim>
3012                </Dim>
3013            </Area>
3014        </NamedArea>
3015        <NamedArea name="TextAreaHVScroll">
3016            <Area>
3017                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
3018                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
3019                <Dim type="RightEdge" >
3020                    <UnifiedDim scale="1" type="RightEdge">
3021                        <DimOperator op="Subtract">
3022                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
3023                        </DimOperator>
3024                    </UnifiedDim>
3025                </Dim>
3026                <Dim type="BottomEdge" >
3027                    <UnifiedDim scale="1" type="BottomEdge">
3028                        <DimOperator op="Subtract">
3029                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
3030                        </DimOperator>
3031                    </UnifiedDim>
3032                </Dim>
3033            </Area>
3034        </NamedArea>
3035        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
3036            <Area>
3037                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3038                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3039                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
3040                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
3041            </Area>
3042            <VertAlignment type="BottomAligned" />
3043        </Child>
3044        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
3045            <Area>
3046                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3047                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3048                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
3049                <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
3050            </Area>
3051            <HorzAlignment type="RightAligned" />
3052        </Child>
3053        <ImagerySection name="main">
3054            <FrameComponent>
3055                <Area>
3056                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3057                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3058                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3059                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3060                </Area>
3061                <Image type="TopLeftCorner" imageset="TaharezLook" image="MultiLineEditboxTopLeft" />
3062                <Image type="TopRightCorner" imageset="TaharezLook" image="MultiLineEditboxTopRight" />
3063                <Image type="BottomLeftCorner" imageset="TaharezLook" image="MultiLineEditboxBottomLeft" />
3064                <Image type="BottomRightCorner" imageset="TaharezLook" image="MultiLineEditboxBottomRight" />
3065                <Image type="LeftEdge" imageset="TaharezLook" image="MultiLineEditboxLeft" />
3066                <Image type="RightEdge" imageset="TaharezLook" image="MultiLineEditboxRight" />
3067                <Image type="TopEdge" imageset="TaharezLook" image="MultiLineEditboxTop" />
3068                <Image type="BottomEdge" imageset="TaharezLook" image="MultiLineEditboxBottom" />
3069                <Image type="Background" imageset="TaharezLook" image="MultiLineEditboxBackdrop" />
3070            </FrameComponent>
3071        </ImagerySection>
3072        <ImagerySection name="Carat">
3073            <ImageryComponent>
3074                <Area>
3075                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3076                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3077                    <Dim type="Width" ><ImageDim imageset="TaharezLook" image="EditBoxCarat" dimension="Width" /></Dim>
3078                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
3079                </Area>
3080                <Image imageset="TaharezLook" image="EditBoxCarat" />
3081                <VertFormat type="Stretched" />
3082                <HorzFormat type="Stretched" />
3083            </ImageryComponent>
3084        </ImagerySection>
3085        <StateImagery name="Enabled">
3086            <Layer>
3087                <Section section="main" />
3088            </Layer>
3089        </StateImagery>
3090        <StateImagery name="ReadOnly">
3091            <Layer>
3092                <Section section="main" />
3093            </Layer>
3094        </StateImagery>
3095        <StateImagery name="Disabled">
3096            <Layer>
3097                <Section section="main">
3098                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3099                </Section>
3100            </Layer>
3101        </StateImagery>
3102    </WidgetLook>
3103
3104    <!--
3105    ***************************************************
3106        TaharezLook/Tooltip
3107    ***************************************************
3108    -->
3109    <WidgetLook name="TaharezLook/Tooltip">
3110        <NamedArea name="TextArea">
3111            <Area>
3112                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
3113                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="TooltipTopEdge" dimension="Height" /></Dim>
3114                <Dim type="RightEdge" >
3115                    <UnifiedDim scale="1" type="RightEdge">
3116                        <DimOperator op="Subtract">
3117                            <ImageDim imageset="TaharezLook" image="TooltipRightEdge" dimension="Width" />
3118                        </DimOperator>
3119                    </UnifiedDim>
3120                </Dim>
3121                <Dim type="BottomEdge" >
3122                    <UnifiedDim scale="1" type="BottomEdge">
3123                        <DimOperator op="Subtract">
3124                            <ImageDim imageset="TaharezLook" image="TooltipBottomEdge" dimension="Height" />
3125                        </DimOperator>
3126                    </UnifiedDim>
3127                </Dim>
3128            </Area>
3129        </NamedArea>
3130        <ImagerySection name="main">
3131            <FrameComponent>
3132                <Area>
3133                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3134                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3135                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3136                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3137                </Area>
3138                <Image type="TopLeftCorner" imageset="TaharezLook" image="TooltipTopLeft" />
3139                <Image type="TopRightCorner" imageset="TaharezLook" image="TooltipTopRight" />
3140                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TooltipBottomLeft" />
3141                <Image type="BottomRightCorner" imageset="TaharezLook" image="TooltipBottomRight" />
3142                <Image type="LeftEdge" imageset="TaharezLook" image="TooltipLeftEdge" />
3143                <Image type="RightEdge" imageset="TaharezLook" image="TooltipRightEdge" />
3144                <Image type="TopEdge" imageset="TaharezLook" image="TooltipTopEdge" />
3145                <Image type="BottomEdge" imageset="TaharezLook" image="TooltipBottomEdge" />
3146                <Image type="Background" imageset="TaharezLook" image="TooltipMiddle" />
3147            </FrameComponent>
3148        </ImagerySection>
3149        <ImagerySection name="label">
3150            <TextComponent>
3151                <Area>
3152                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
3153                    <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="TooltipTopEdge" dimension="Height" /></Dim>
3154                    <Dim type="RightEdge" >
3155                        <UnifiedDim scale="1" type="RightEdge">
3156                            <DimOperator op="Subtract">
3157                                <ImageDim imageset="TaharezLook" image="TooltipRightEdge" dimension="Width" />
3158                            </DimOperator>
3159                        </UnifiedDim>
3160                    </Dim>
3161                    <Dim type="BottomEdge" >
3162                        <UnifiedDim scale="1" type="BottomEdge">
3163                            <DimOperator op="Subtract">
3164                                <ImageDim imageset="TaharezLook" image="TooltipBottomEdge" dimension="Height" />
3165                            </DimOperator>
3166                        </UnifiedDim>
3167                    </Dim>
3168                </Area>
3169                <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
3170                <VertFormat type="CentreAligned" />
3171                <HorzFormat type="CentreAligned" />
3172            </TextComponent>
3173        </ImagerySection>
3174        <StateImagery name="Enabled">
3175            <Layer>
3176                <Section section="main" />
3177                <Section section="label" />
3178            </Layer>
3179        </StateImagery>
3180        <StateImagery name="Disabled">
3181            <Layer>
3182                <Section section="main" />
3183                <Section section="label" />
3184            </Layer>
3185        </StateImagery>
3186    </WidgetLook>
3187
3188    <!--
3189    ***************************************************
3190        TaharezLook/ScrollablePane
3191    ***************************************************
3192    -->
3193    <WidgetLook name="TaharezLook/ScrollablePane">
3194        <NamedArea name="ViewableArea">
3195            <Area>
3196                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3197                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3198                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
3199                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
3200            </Area>
3201        </NamedArea>
3202        <NamedArea name="ViewableAreaHScroll">
3203            <Area>
3204                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3205                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3206                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
3207                <Dim type="BottomEdge" >
3208                    <UnifiedDim scale="1" type="BottomEdge">
3209                        <DimOperator op="Subtract">
3210                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
3211                        </DimOperator>
3212                    </UnifiedDim>
3213                </Dim>
3214            </Area>
3215        </NamedArea>
3216        <NamedArea name="ViewableAreaVScroll">
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" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
3228            </Area>
3229        </NamedArea>
3230        <NamedArea name="ViewableAreaHVScroll">
3231            <Area>
3232                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3233                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3234                <Dim type="RightEdge" >
3235                    <UnifiedDim scale="1" type="RightEdge">
3236                        <DimOperator op="Subtract">
3237                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
3238                        </DimOperator>
3239                    </UnifiedDim>
3240                </Dim>
3241                <Dim type="BottomEdge" >
3242                    <UnifiedDim scale="1" type="BottomEdge">
3243                        <DimOperator op="Subtract">
3244                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
3245                        </DimOperator>
3246                    </UnifiedDim>
3247                </Dim>
3248            </Area>
3249        </NamedArea>
3250        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
3251            <Area>
3252                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3253                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3254                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
3255                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
3256            </Area>
3257            <VertAlignment type="BottomAligned" />
3258        </Child>
3259        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
3260            <Area>
3261                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3262                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3263                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
3264                <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
3265            </Area>
3266            <HorzAlignment type="RightAligned" />
3267        </Child>
3268        <StateImagery name="Enabled" />
3269        <StateImagery name="Disabled" />
3270    </WidgetLook>
3271
3272    <!--
3273    ***************************************************
3274        TaharezLook/TabButton
3275    ***************************************************
3276    -->
3277    <WidgetLook name="TaharezLook/TabButton">
3278        <PropertyDefinition name="NormalTextColour" initialValue="FFC0C0C0" redrawOnWrite="true" />
3279        <PropertyDefinition name="HoverTextColour" initialValue="FFE0E0E0" redrawOnWrite="true" />
3280        <PropertyDefinition name="PushedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
3281        <PropertyDefinition name="SelectedTextColour" initialValue="FFE0E0E0" redrawOnWrite="true" />
3282        <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
3283        <ImagerySection name="label">
3284            <TextComponent>
3285                <Area>
3286                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3287                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3288                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3289                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3290                </Area>
3291                <VertFormat type="CentreAligned" />
3292                <HorzFormat type="CentreAligned" />
3293            </TextComponent>
3294        </ImagerySection>
3295        <ImagerySection name="top_normal">
3296            <FrameComponent>
3297                <Area>
3298                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3299                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3300                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3301                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3302                </Area>
3303                <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeftNormal" />
3304                <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightNormal" />
3305                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
3306                <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRight2Normal" />
3307                <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftNormal" />
3308                <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightNormal" />
3309                <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperNormal" />
3310                <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
3311                <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleNormal" />
3312            </FrameComponent>
3313        </ImagerySection>
3314        <ImagerySection name="bot_normal">
3315            <FrameComponent>
3316                <Area>
3317                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3318                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3319                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3320                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3321                </Area>
3322                <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeft2Normal" />
3323                <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightNormal" />
3324                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
3325                <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRightNormal" />
3326                <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftNormal" />
3327                <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightNormal" />
3328                <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperNormal" />
3329                <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
3330                <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleNormal" />
3331            </FrameComponent>
3332        </ImagerySection>
3333        <ImagerySection name="top_hover">
3334            <FrameComponent>
3335                <Area>
3336                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3337                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3338                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3339                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3340                </Area>
3341                <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeftNormal" />
3342                <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightNormal" />
3343                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
3344                <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRight2Normal" />
3345                <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftNormal" />
3346                <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightNormal" />
3347                <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperNormal" />
3348                <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
3349                <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleNormal" />
3350            </FrameComponent>
3351        </ImagerySection>
3352        <ImagerySection name="bot_hover">
3353            <FrameComponent>
3354                <Area>
3355                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3356                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3357                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3358                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3359                </Area>
3360                <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeft2Normal" />
3361                <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightNormal" />
3362                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
3363                <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRightNormal" />
3364                <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftNormal" />
3365                <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightNormal" />
3366                <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperNormal" />
3367                <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
3368                <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleNormal" />
3369            </FrameComponent>
3370        </ImagerySection>
3371        <ImagerySection name="top_selected">
3372            <FrameComponent>
3373                <Area>
3374                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3375                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3376                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3377                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3378                </Area>
3379                <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeftSelected" />
3380                <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperSelected" />
3381                <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightSelected" />
3382                <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftSelected" />
3383                <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleSelected" />
3384                <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightSelected" />
3385            </FrameComponent>
3386        </ImagerySection>
3387        <ImagerySection name="bot_selected">
3388            <FrameComponent>
3389                <Area>
3390                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3391                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3392                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3393                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3394                </Area>
3395                <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftSelected" />
3396                <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleSelected" />
3397                <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightSelected" />
3398                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
3399                <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
3400                <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRightNormal" />
3401            </FrameComponent>
3402        </ImagerySection>
3403        <StateImagery name="TopNormal">
3404            <Layer>
3405                <Section section="top_normal" />
3406                <Section section="label">
3407                    <ColourProperty name="NormalTextColour" />
3408                </Section>
3409            </Layer>
3410        </StateImagery>
3411        <StateImagery name="BottomNormal">
3412            <Layer>
3413                <Section section="bot_normal" />
3414                <Section section="label">
3415                    <ColourProperty name="NormalTextColour" />
3416                </Section>
3417            </Layer>
3418        </StateImagery>
3419        <StateImagery name="TopHover">
3420            <Layer>
3421                <Section section="top_hover" />
3422                <Section section="label">
3423                    <ColourProperty name="HoverTextColour" />
3424                </Section>
3425            </Layer>
3426        </StateImagery>
3427        <StateImagery name="BottomHover">
3428            <Layer>
3429                <Section section="bot_hover" />
3430                <Section section="label">
3431                    <ColourProperty name="HoverTextColour" />
3432                </Section>
3433            </Layer>
3434        </StateImagery>
3435        <StateImagery name="TopSelected">
3436            <Layer>
3437                <Section section="top_selected" />
3438                <Section section="label">
3439                    <ColourProperty name="SelectedTextColour" />
3440                </Section>
3441            </Layer>
3442        </StateImagery>
3443        <StateImagery name="BottomSelected">
3444            <Layer>
3445                <Section section="bot_selected" />
3446                <Section section="label">
3447                    <ColourProperty name="SelectedTextColour" />
3448                </Section>
3449            </Layer>
3450        </StateImagery>
3451        <StateImagery name="TopPushed">
3452            <Layer>
3453                <Section section="top_normal" />
3454                <Section section="label">
3455                    <ColourProperty name="PushedTextColour" />
3456                </Section>
3457            </Layer>
3458        </StateImagery>
3459        <StateImagery name="BottomPushed">
3460            <Layer>
3461                <Section section="bot_normal" />
3462                <Section section="label">
3463                    <ColourProperty name="PushedTextColour" />
3464                </Section>
3465            </Layer>
3466        </StateImagery>
3467        <StateImagery name="TopDisabled">
3468            <Layer>
3469                <Section section="top_normal">
3470                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3471                </Section>
3472                <Section section="label">
3473                    <ColourProperty name="DisabledTextColour" />
3474                </Section>
3475            </Layer>
3476        </StateImagery>
3477        <StateImagery name="BottomDisabled">
3478            <Layer>
3479                <Section section="bot_normal">
3480                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3481                </Section>
3482                <Section section="label">
3483                    <ColourProperty name="DisabledTextColour" />
3484                </Section>
3485            </Layer>
3486        </StateImagery>
3487    </WidgetLook>
3488
3489    <!--
3490    ***************************************************
3491        TaharezLook/TabContentPane
3492    ***************************************************
3493    -->
3494    <WidgetLook name="TaharezLook/TabContentPane">
3495        <PropertyDefinition name="EnableTop" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />
3496        <PropertyDefinition name="EnableBottom" initialValue="0" redrawOnWrite="true" layoutOnWrite="true" />
3497        <ImagerySection name="normal">
3498            <FrameComponent>
3499                <Area>
3500                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3501                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3502                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3503                    <Dim type="BottomEdge" >
3504                        <ImageDim imageset="TaharezLook" image="TabContentPaneUpperLeft" dimension="Height">
3505                            <DimOperator op="Multiply">
3506                                <PropertyDim name="EnableTop" />
3507                            </DimOperator>
3508                        </ImageDim>
3509                    </Dim>
3510                </Area>
3511                <Image type="TopLeftCorner" imageset="TaharezLook" image="TabContentPaneUpperLeft" />
3512                <Image type="TopEdge" imageset="TaharezLook" image="TabContentPaneUpper" />
3513                <Image type="TopRightCorner" imageset="TaharezLook" image="TabContentPaneUpperRight" />
3514            </FrameComponent>
3515            <FrameComponent>
3516                <Area>
3517                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3518                    <Dim type="TopEdge" >
3519                        <ImageDim imageset="TaharezLook" image="TabContentPaneUpperLeft" dimension="Height">
3520                            <DimOperator op="Multiply">
3521                                <PropertyDim name="EnableTop" />
3522                            </DimOperator>
3523                        </ImageDim>
3524                    </Dim>
3525                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3526                    <Dim type="BottomEdge" >
3527                        <UnifiedDim scale="1" type="Height">
3528                            <DimOperator op="Subtract">
3529                                <ImageDim imageset="TaharezLook" image="TabContentPaneLowerLeft" dimension="Height">
3530                                    <DimOperator op="Multiply">
3531                                        <PropertyDim name="EnableBottom" />
3532                                    </DimOperator>
3533                                </ImageDim>
3534                            </DimOperator>
3535                        </UnifiedDim>
3536                    </Dim>
3537                </Area>
3538                <Image type="LeftEdge" imageset="TaharezLook" image="TabContentPaneLeft" />
3539                <Image type="Background" imageset="TaharezLook" image="TabContentPaneMiddle" />
3540                <Image type="RightEdge" imageset="TaharezLook" image="TabContentPaneRight" />
3541            </FrameComponent>
3542            <FrameComponent>
3543                <Area>
3544                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3545                    <Dim type="TopEdge" >
3546                        <UnifiedDim scale="1" type="Height">
3547                            <DimOperator op="Subtract">
3548                                <ImageDim imageset="TaharezLook" image="TabContentPaneLowerLeft" dimension="Height">
3549                                    <DimOperator op="Multiply">
3550                                        <PropertyDim name="EnableBottom" />
3551                                    </DimOperator>
3552                                </ImageDim>
3553                            </DimOperator>
3554                        </UnifiedDim>
3555                    </Dim>
3556                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3557                    <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim>
3558                </Area>
3559                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabContentPaneLowerLeft" />
3560                <Image type="BottomEdge" imageset="TaharezLook" image="TabContentPaneLower" />
3561                <Image type="BottomRightCorner" imageset="TaharezLook" image="TabContentPaneLowerRight" />
3562            </FrameComponent>
3563        </ImagerySection>
3564        <StateImagery name="Enabled">
3565            <Layer>
3566                <Section section="normal" />
3567            </Layer>
3568        </StateImagery>
3569        <StateImagery name="Disabled">
3570            <Layer>
3571                <Section section="normal">
3572                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3573                </Section>
3574            </Layer>
3575        </StateImagery>
3576    </WidgetLook>
3577
3578    <!--
3579    ***************************************************
3580        TaharezLook/TabButtonPane
3581    ***************************************************
3582    -->
3583    <WidgetLook name="TaharezLook/TabButtonPane">
3584        <PropertyDefinition name="EnableTop" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />
3585        <PropertyDefinition name="EnableBottom" initialValue="1" redrawOnWrite="true" layoutOnWrite="true" />
3586        <ImagerySection name="normal">
3587            <FrameComponent>
3588                <Area>
3589                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3590                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3591                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3592                    <Dim type="BottomEdge" >
3593                        <ImageDim imageset="TaharezLook" image="TabHorizontalFiller" dimension="Height">
3594                            <DimOperator op="Multiply">
3595                                <PropertyDim name="EnableTop" />
3596                            </DimOperator>
3597                        </ImageDim>
3598                    </Dim>
3599                </Area>
3600                <Image type="TopEdge" imageset="TaharezLook" image="TabHorizontalFiller" />
3601            </FrameComponent>
3602            <FrameComponent>
3603                <Area>
3604                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3605                    <Dim type="TopEdge" >
3606                        <ImageDim imageset="TaharezLook" image="TabHorizontalFiller" dimension="Height">
3607                            <DimOperator op="Multiply">
3608                                <PropertyDim name="EnableTop" />
3609                            </DimOperator>
3610                        </ImageDim>
3611                    </Dim>
3612                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3613                    <Dim type="BottomEdge" >
3614                        <UnifiedDim scale="1" type="Height">
3615                            <DimOperator op="Subtract">
3616                                <ImageDim imageset="TaharezLook" image="TabHorizontalFiller" dimension="Height">
3617                                    <DimOperator op="Multiply">
3618                                        <PropertyDim name="EnableBottom" />
3619                                    </DimOperator>
3620                                </ImageDim>
3621                            </DimOperator>
3622                        </UnifiedDim>
3623                    </Dim>
3624                </Area>
3625            </FrameComponent>
3626            <FrameComponent>
3627                <Area>
3628                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3629                    <Dim type="TopEdge" >
3630                        <UnifiedDim scale="1" type="Height">
3631                            <DimOperator op="Subtract">
3632                                <ImageDim imageset="TaharezLook" image="TabHorizontalFiller" dimension="Height">
3633                                    <DimOperator op="Multiply">
3634                                        <PropertyDim name="EnableBottom" />
3635                                    </DimOperator>
3636                                </ImageDim>
3637                            </DimOperator>
3638                        </UnifiedDim>
3639                    </Dim>
3640                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3641                    <Dim type="BottomEdge" ><UnifiedDim scale="1" type="Height" /></Dim>
3642                </Area>
3643                <Image type="BottomEdge" imageset="TaharezLook" image="TabHorizontalFiller" />
3644            </FrameComponent>
3645        </ImagerySection>
3646        <StateImagery name="Enabled">
3647            <Layer>
3648                <Section section="normal" />
3649            </Layer>
3650        </StateImagery>
3651        <StateImagery name="Disabled">
3652            <Layer>
3653                <Section section="normal">
3654                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3655                </Section>
3656            </Layer>
3657        </StateImagery>
3658    </WidgetLook>
3659
3660    <!--
3661    ***************************************************
3662        TaharezLook/TabControl
3663    ***************************************************
3664    -->
3665    <WidgetLook name="TaharezLook/TabControl">
3666        <Property name="TabButtonType" value="TaharezLook/TabButton" />
3667        <Property name="TabTextPadding" value="{0,6}" />
3668        <Child type="TaharezLook/TabContentPane" nameSuffix="__auto_TabPane__">
3669            <Area>
3670                <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
3671                <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim>
3672                <Dim type="TopEdge">
3673                    <PropertyDim widget="__auto_TabPane__" name="EnableBottom">
3674                        <DimOperator op="Multiply">
3675                            <PropertyDim name="TabHeight" type="Height" />
3676                        </DimOperator>
3677                    </PropertyDim>
3678                </Dim>
3679                <Dim type="Height">
3680                    <UnifiedDim scale="1" type="Height">
3681                        <DimOperator op="Subtract">
3682                            <PropertyDim name="TabHeight" type="Height" />
3683                        </DimOperator>
3684                    </UnifiedDim>
3685                </Dim>
3686            </Area>
3687        </Child>
3688        <Child  type="TaharezLook/TabButtonPane" nameSuffix="__auto_TabPane__Buttons">
3689            <Area>
3690                <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
3691                <Dim type="RightEdge"><UnifiedDim scale="1" type="Width" /></Dim>
3692                <Dim type="TopEdge">
3693                    <PropertyDim widget="__auto_TabPane__Buttons" name="EnableTop">
3694                        <DimOperator op="Multiply">
3695                            <UnifiedDim scale="1" type="Height">
3696                                <DimOperator op="Subtract">
3697                                    <PropertyDim name="TabHeight" type="Height" />
3698                                </DimOperator>
3699                            </UnifiedDim>
3700                        </DimOperator>
3701                    </PropertyDim>
3702                </Dim>
3703                <Dim type="Height"><PropertyDim name="TabHeight" type="Height" /></Dim>
3704            </Area>
3705        </Child>
3706        <Child type="TaharezLook/SystemButton" nameSuffix="__auto_TabPane__ScrollLeft">
3707            <Area>
3708                <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
3709                <Dim type="TopEdge">
3710                    <WidgetDim widget="__auto_TabPane__Buttons" dimension="TopEdge" />
3711                </Dim>
3712                <Dim type="Width">
3713                    <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height">
3714                        <DimOperator op="Multiply">
3715                            <ImageDim imageset="TaharezLook" image="TabButtonScrollLeftNormal" dimension="Width">
3716                                <DimOperator op="Divide">
3717                                    <ImageDim imageset="TaharezLook" image="TabButtonScrollLeftNormal" dimension="Height" />
3718                                </DimOperator>
3719                            </ImageDim>
3720                        </DimOperator>
3721                    </WidgetDim>
3722                </Dim>
3723                <Dim type="BottomEdge">
3724                    <WidgetDim widget="__auto_TabPane__Buttons" dimension="BottomEdge" />
3725                </Dim>
3726            </Area>
3727            <Property name="AlwaysOnTop" value="True" />
3728            <Property name="NormalImage" value="set:TaharezLook image:TabButtonScrollLeftNormal" />
3729            <Property name="HoverImage" value="set:TaharezLook image:TabButtonScrollLeftHover" />
3730            <Property name="PushedImage" value="set:TaharezLook image:TabButtonScrollLeftHover" />
3731        </Child>
3732        <Child type="TaharezLook/SystemButton" nameSuffix="__auto_TabPane__ScrollRight">
3733            <Area>
3734                <Dim type="Width">
3735                    <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height">
3736                        <DimOperator op="Multiply">
3737                            <ImageDim imageset="TaharezLook" image="TabButtonScrollRightNormal" dimension="Width">
3738                                <DimOperator op="Divide">
3739                                    <ImageDim imageset="TaharezLook" image="TabButtonScrollRightNormal" dimension="Height" />
3740                                </DimOperator>
3741                            </ImageDim>
3742                        </DimOperator>
3743                    </WidgetDim>
3744                </Dim>
3745                <Dim type="LeftEdge">
3746                    <UnifiedDim scale="1" type="Width">
3747                        <DimOperator op="Subtract">
3748                            <WidgetDim widget="__auto_TabPane__ScrollRight" dimension="Width" />
3749                        </DimOperator>
3750                    </UnifiedDim>
3751                </Dim>
3752                <Dim type="TopEdge">
3753                    <WidgetDim widget="__auto_TabPane__Buttons" dimension="TopEdge" />
3754                </Dim>
3755                <Dim type="Height">
3756                    <WidgetDim widget="__auto_TabPane__Buttons" dimension="Height" />
3757                </Dim>
3758            </Area>
3759            <Property name="AlwaysOnTop" value="True" />
3760            <Property name="NormalImage" value="set:TaharezLook image:TabButtonScrollRightNormal" />
3761            <Property name="HoverImage" value="set:TaharezLook image:TabButtonScrollRightHover" />
3762            <Property name="PushedImage" value="set:TaharezLook image:TabButtonScrollRightHover" />
3763        </Child>
3764        <StateImagery name="Enabled" />
3765        <StateImagery name="Disabled" />
3766    </WidgetLook>
3767
3768    <!--
3769    ***************************************************
3770        TaharezLook/MenuItem
3771    ***************************************************
3772    -->
3773    <WidgetLook name="TaharezLook/MenuItem">
3774        <PropertyDefinition name="NormalTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
3775        <PropertyDefinition name="DisabledTextColour" initialValue="FF7F7F7F" redrawOnWrite="true" />
3776        <PropertyDefinition name="HoverColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
3777        <PropertyDefinition name="PushedColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
3778        <PropertyDefinition name="OpenedColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
3779        <Property name="WantsMultiClickEvents" value="False" />
3780        <NamedArea name="ContentSize">
3781            <Area>
3782                <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
3783                <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
3784                <Dim type="Width">
3785                    <FontDim type="HorzExtent">
3786                        <DimOperator op="Add">
3787                            <ImageDim imageset="TaharezLook" image="MenuLeft" dimension="Width">
3788                                <DimOperator op="Add">
3789                                    <ImageDim imageset="TaharezLook" image="MenuRight" dimension="Width" />
3790                                </DimOperator>
3791                            </ImageDim>
3792                        </DimOperator>
3793                    </FontDim>
3794                </Dim>
3795                <Dim type="Height">
3796                    <FontDim type="LineSpacing">
3797                        <DimOperator op="Add">
3798                            <ImageDim imageset="TaharezLook" image="MenuTop" dimension="Height">
3799                                <DimOperator op="Add">
3800                                    <ImageDim imageset="TaharezLook" image="MenuBottom" dimension="Height" />
3801                                </DimOperator>
3802                            </ImageDim>
3803                        </DimOperator>
3804                    </FontDim>
3805                </Dim>
3806            </Area>
3807        </NamedArea>
3808        <NamedArea name="HasPopupContentSize">
3809            <Area>
3810                <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
3811                <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
3812                <Dim type="Width">
3813                    <FontDim type="HorzExtent">
3814                        <DimOperator op="Add">
3815                            <ImageDim imageset="TaharezLook" image="MenuLeft" dimension="Width">
3816                                <DimOperator op="Add">
3817                                    <ImageDim imageset="TaharezLook" image="MenuRight" dimension="Width">
3818                                        <DimOperator op="Add">
3819                                            <ImageDim imageset="TaharezLook" image="PopupMenuArrowLeft" dimension="Width">
3820                                                <DimOperator op="Multiply">
3821                                                    <AbsoluteDim value="3" />
3822                                                </DimOperator>
3823                                            </ImageDim>
3824                                        </DimOperator>
3825                                    </ImageDim>
3826                                </DimOperator>
3827                            </ImageDim>
3828                        </DimOperator>
3829                    </FontDim>
3830                </Dim>
3831                <Dim type="Height">
3832                    <FontDim type="LineSpacing">
3833                        <DimOperator op="Add">
3834                            <ImageDim imageset="TaharezLook" image="MenuTop" dimension="Height">
3835                                <DimOperator op="Add">
3836                                    <ImageDim imageset="TaharezLook" image="MenuBottom" dimension="Height" />
3837                                </DimOperator>
3838                            </ImageDim>
3839                        </DimOperator>
3840                    </FontDim>
3841                </Dim>
3842            </Area>
3843        </NamedArea>
3844        <ImagerySection name="label">
3845            <TextComponent>
3846                <Area>
3847                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MenuLeft" dimension="Width" /></Dim>
3848                    <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MenuTop" dimension="Height" /></Dim>
3849                    <Dim type="RightEdge" >
3850                        <UnifiedDim scale="1" type="RightEdge">
3851                            <DimOperator op="Subtract">
3852                                <ImageDim imageset="TaharezLook" image="MenuRight" dimension="Width" />
3853                            </DimOperator>
3854                        </UnifiedDim>
3855                    </Dim>
3856                    <Dim type="BottomEdge" >
3857                        <UnifiedDim scale="1" type="BottomEdge">
3858                            <DimOperator op="Subtract">
3859                                <ImageDim imageset="TaharezLook" image="MenuBottom" dimension="Height" />
3860                            </DimOperator>
3861                        </UnifiedDim>
3862                    </Dim>
3863                </Area>
3864                <VertFormat type="CentreAligned" />
3865                <HorzFormat type="LeftAligned" />
3866            </TextComponent>
3867        </ImagerySection>
3868        <ImagerySection name="frame">
3869            <FrameComponent>
3870                <Area>
3871                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3872                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3873                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3874                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3875                </Area>
3876                <Image type="TopLeftCorner" imageset="TaharezLook" image="MenuTopLeft" />
3877                <Image type="TopRightCorner" imageset="TaharezLook" image="MenuTopRight" />
3878                <Image type="BottomLeftCorner" imageset="TaharezLook" image="MenuBottomLeft" />
3879                <Image type="BottomRightCorner" imageset="TaharezLook" image="MenuBottomRight" />
3880                <Image type="LeftEdge" imageset="TaharezLook" image="MenuLeft" />
3881                <Image type="RightEdge" imageset="TaharezLook" image="MenuRight" />
3882                <Image type="TopEdge" imageset="TaharezLook" image="MenuTop" />
3883                <Image type="BottomEdge" imageset="TaharezLook" image="MenuBottom" />
3884                <Image type="Background" imageset="TaharezLook" image="MenuMiddle" />
3885            </FrameComponent>
3886        </ImagerySection>
3887        <ImagerySection name="popup_arrow_right">
3888            <ImageryComponent>
3889                <Area>
3890                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3891                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3892                    <Dim type="Width" >
3893                        <UnifiedDim scale="1" type="Width">
3894                            <DimOperator op="Subtract">
3895                                <ImageDim imageset="TaharezLook" image="PopupMenuArrowRight" dimension="Width" />
3896                            </DimOperator>
3897                        </UnifiedDim>
3898                    </Dim>
3899                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3900                </Area>
3901                <Image imageset="TaharezLook" image="PopupMenuArrowRight" />
3902                <VertFormat type="CentreAligned" />
3903                <HorzFormat type="RightAligned" />
3904            </ImageryComponent>
3905        </ImagerySection>
3906        <ImagerySection name="popup_arrow_left">
3907            <ImageryComponent>
3908                <Area>
3909                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3910                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3911                    <Dim type="Width" >
3912                        <UnifiedDim scale="1" type="Width">
3913                            <DimOperator op="Subtract">
3914                                <ImageDim imageset="TaharezLook" image="PopupMenuArrowLeft" dimension="Width" />
3915                            </DimOperator>
3916                        </UnifiedDim>
3917                    </Dim>
3918                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3919                </Area>
3920                <Image imageset="TaharezLook" image="PopupMenuArrowLeft" />
3921                <VertFormat type="CentreAligned" />
3922                <HorzFormat type="RightAligned" />
3923            </ImageryComponent>
3924        </ImagerySection>
3925        <StateImagery name="EnabledNormal">
3926            <Layer>
3927                <Section section="label">
3928                    <ColourProperty name="NormalTextColour" />
3929                </Section>
3930            </Layer>
3931        </StateImagery>
3932        <StateImagery name="EnabledHover">
3933            <Layer>
3934                <Section section="frame">
3935                    <ColourProperty name="HoverColour" />
3936                </Section>
3937                <Section section="label">
3938                    <ColourProperty name="NormalTextColour" />
3939                </Section>
3940            </Layer>
3941        </StateImagery>
3942        <StateImagery name="EnabledPushed">
3943            <Layer>
3944                <Section section="frame">
3945                    <ColourProperty name="PushedColour" />
3946                </Section>
3947                <Section section="label">
3948                    <ColourProperty name="NormalTextColour" />
3949                </Section>
3950            </Layer>
3951        </StateImagery>
3952        <StateImagery name="EnabledPopupOpen">
3953            <Layer>
3954                <Section section="frame">
3955                    <ColourProperty name="OpenedColour" />
3956                </Section>
3957                <Section section="label">
3958                    <ColourProperty name="NormalTextColour" />
3959                </Section>
3960            </Layer>
3961        </StateImagery>
3962        <StateImagery name="DisabledNormal">
3963            <Layer>
3964                <Section section="label">
3965                    <ColourProperty name="DisabledTextColour" />
3966                </Section>
3967            </Layer>
3968        </StateImagery>
3969        <StateImagery name="DisabledHover">
3970            <Layer>
3971                <Section section="frame">
3972                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3973                </Section>
3974                <Section section="label">
3975                    <ColourProperty name="DisabledTextColour" />
3976                </Section>
3977            </Layer>
3978        </StateImagery>
3979        <StateImagery name="DisabledPushed">
3980            <Layer>
3981                <Section section="frame">
3982                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3983                </Section>
3984                <Section section="label">
3985                    <ColourProperty name="DisabledTextColour" />
3986                </Section>
3987            </Layer>
3988        </StateImagery>
3989        <StateImagery name="DisabledPopupOpen">
3990            <Layer>
3991                <Section section="frame">
3992                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3993                </Section>
3994                <Section section="label">
3995                    <ColourProperty name="DisabledTextColour" />
3996                </Section>
3997            </Layer>
3998        </StateImagery>
3999        <StateImagery name="PopupClosedIcon">
4000            <Layer>
4001                <Section section="popup_arrow_right" />
4002            </Layer>
4003        </StateImagery>
4004        <StateImagery name="PopupOpenIcon">
4005            <Layer>
4006                <Section section="popup_arrow_left" />
4007            </Layer>
4008        </StateImagery>
4009    </WidgetLook>
4010
4011    <!--
4012    ***************************************************
4013        TaharezLook/PopupMenu
4014    ***************************************************
4015    -->
4016    <WidgetLook name="TaharezLook/PopupMenu">
4017        <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
4018        <PropertyDefinition name="BorderWidth" initialValue="0" layoutOnWrite="true" />
4019        <NamedArea name="ItemRenderArea">
4020            <Area>
4021                <Dim type="LeftEdge" >
4022                    <ImageDim imageset="TaharezLook" image="PopupMenuFrameLeft" dimension="Width">
4023                        <DimOperator op="Add">
4024                            <PropertyDim name="BorderWidth" />
4025                        </DimOperator>
4026                    </ImageDim>
4027                </Dim>
4028                <Dim type="TopEdge" >
4029                    <ImageDim imageset="TaharezLook" image="PopupMenuFrameTop" dimension="Height">
4030                        <DimOperator op="Add">
4031                            <PropertyDim name="BorderWidth" />
4032                        </DimOperator>
4033                    </ImageDim>
4034                </Dim>
4035                <Dim type="RightEdge" >
4036                    <UnifiedDim scale="1" type="RightEdge">
4037                        <DimOperator op="Subtract">
4038                            <ImageDim imageset="TaharezLook" image="PopupMenuFrameRight" dimension="Width">
4039                                <DimOperator op="Add">
4040                                    <PropertyDim name="BorderWidth" />
4041                                </DimOperator>
4042                            </ImageDim>
4043                        </DimOperator>
4044                    </UnifiedDim>
4045                </Dim>
4046                <Dim type="BottomEdge" >
4047                    <UnifiedDim scale="1" type="BottomEdge">
4048                        <DimOperator op="Subtract">
4049                            <ImageDim imageset="TaharezLook" image="PopupMenuFrameBottom" dimension="Height">
4050                                <DimOperator op="Add">
4051                                    <PropertyDim name="BorderWidth" />
4052                                </DimOperator>
4053                            </ImageDim>
4054                        </DimOperator>
4055                    </UnifiedDim>
4056                </Dim>
4057            </Area>
4058        </NamedArea>
4059        <ImagerySection name="frame">
4060            <FrameComponent>
4061                <Area>
4062                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4063                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4064                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
4065                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
4066                </Area>
4067                <Image type="TopLeftCorner" imageset="TaharezLook" image="PopupMenuFrameTopLeft" />
4068                <Image type="TopRightCorner" imageset="TaharezLook" image="PopupMenuFrameTopRight" />
4069                <Image type="BottomLeftCorner" imageset="TaharezLook" image="PopupMenuFrameBottomLeft" />
4070                <Image type="BottomRightCorner" imageset="TaharezLook" image="PopupMenuFrameBottomRight" />
4071                <Image type="LeftEdge" imageset="TaharezLook" image="PopupMenuFrameLeft" />
4072                <Image type="RightEdge" imageset="TaharezLook" image="PopupMenuFrameRight" />
4073                <Image type="TopEdge" imageset="TaharezLook" image="PopupMenuFrameTop" />
4074                <Image type="BottomEdge" imageset="TaharezLook" image="PopupMenuFrameBottom" />
4075                <Image type="Background" imageset="TaharezLook" image="PopupMenuMiddle" />
4076            </FrameComponent>
4077        </ImagerySection>
4078        <StateImagery name="Enabled">
4079            <Layer>
4080                <Section section="frame">
4081                    <ColourRectProperty name="BackgroundColours" />
4082                </Section>
4083            </Layer>
4084        </StateImagery>
4085        <StateImagery name="Disabled">
4086            <Layer>
4087                <Section section="frame">
4088                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
4089                </Section>
4090            </Layer>
4091        </StateImagery>
4092    </WidgetLook>
4093
4094
4095    <!--
4096    ***************************************************
4097        TaharezLook/Menubar
4098    ***************************************************
4099    -->
4100    <WidgetLook name="TaharezLook/Menubar">
4101        <PropertyDefinition name="BackgroundColours" initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" redrawOnWrite="true" />
4102        <PropertyDefinition name="BorderWidth" initialValue="5" layoutOnWrite="true" />
4103        <NamedArea name="ItemRenderArea">
4104            <Area>
4105                <Dim type="LeftEdge" >
4106                    <ImageDim imageset="TaharezLook" image="PopupMenuFrameLeft" dimension="Width">
4107                        <DimOperator op="Add">
4108                            <PropertyDim name="BorderWidth" />
4109                        </DimOperator>
4110                    </ImageDim>
4111                </Dim>
4112                <Dim type="TopEdge" >
4113                    <ImageDim imageset="TaharezLook" image="PopupMenuFrameTop" dimension="Height">
4114                        <DimOperator op="Add">
4115                            <PropertyDim name="BorderWidth" />
4116                        </DimOperator>
4117                    </ImageDim>
4118                </Dim>
4119                <Dim type="RightEdge" >
4120                    <UnifiedDim scale="1" type="RightEdge">
4121                        <DimOperator op="Subtract">
4122                            <ImageDim imageset="TaharezLook" image="PopupMenuFrameRight" dimension="Width">
4123                                <DimOperator op="Add">
4124                                    <PropertyDim name="BorderWidth" />
4125                                </DimOperator>
4126                            </ImageDim>
4127                        </DimOperator>
4128                    </UnifiedDim>
4129                </Dim>
4130                <Dim type="BottomEdge" >
4131                    <UnifiedDim scale="1" type="BottomEdge">
4132                        <DimOperator op="Subtract">
4133                            <ImageDim imageset="TaharezLook" image="PopupMenuFrameBottom" dimension="Height">
4134                                <DimOperator op="Add">
4135                                    <PropertyDim name="BorderWidth" />
4136                                </DimOperator>
4137                            </ImageDim>
4138                        </DimOperator>
4139                    </UnifiedDim>
4140                </Dim>
4141            </Area>
4142        </NamedArea>
4143        <ImagerySection name="frame">
4144            <FrameComponent>
4145                <Area>
4146                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4147                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4148                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
4149                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
4150                </Area>
4151                <Image type="TopLeftCorner" imageset="TaharezLook" image="PopupMenuFrameTopLeft" />
4152                <Image type="TopRightCorner" imageset="TaharezLook" image="PopupMenuFrameTopRight" />
4153                <Image type="BottomLeftCorner" imageset="TaharezLook" image="PopupMenuFrameBottomLeft" />
4154                <Image type="BottomRightCorner" imageset="TaharezLook" image="PopupMenuFrameBottomRight" />
4155                <Image type="LeftEdge" imageset="TaharezLook" image="PopupMenuFrameLeft" />
4156                <Image type="RightEdge" imageset="TaharezLook" image="PopupMenuFrameRight" />
4157                <Image type="TopEdge" imageset="TaharezLook" image="PopupMenuFrameTop" />
4158                <Image type="BottomEdge" imageset="TaharezLook" image="PopupMenuFrameBottom" />
4159                <Image type="Background" imageset="TaharezLook" image="PopupMenuMiddle" />
4160            </FrameComponent>
4161        </ImagerySection>
4162        <StateImagery name="Enabled">
4163            <Layer>
4164                <Section section="frame">
4165                    <ColourRectProperty name="BackgroundColours" />
4166                </Section>
4167            </Layer>
4168        </StateImagery>
4169        <StateImagery name="Disabled">
4170            <Layer>
4171                <Section section="frame">
4172                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
4173                </Section>
4174            </Layer>
4175        </StateImagery>
4176    </WidgetLook>
4177
4178    <!--
4179    ***************************************************
4180        TaharezLook/LargeVerticalScrollbarThumb
4181    ***************************************************
4182    -->
4183    <WidgetLook name="TaharezLook/LargeVerticalScrollbarThumb">
4184        <Property name="VertFree" value="True" />
4185        <ImagerySection name="normal">
4186            <ImageryComponent>
4187                <Area>
4188                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4189                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4190                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
4191                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
4192                </Area>
4193                <Image imageset="TaharezLook" image="VertScrollThumbNormal" />
4194                <VertFormat type="Stretched" />
4195                <HorzFormat type="Stretched" />
4196            </ImageryComponent>
4197        </ImagerySection>
4198        <ImagerySection name="hover">
4199            <ImageryComponent>
4200                <Area>
4201                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4202                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4203                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
4204                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
4205                </Area>
4206                <Image imageset="TaharezLook" image="VertScrollThumbHover" />
4207                <VertFormat type="Stretched" />
4208                <HorzFormat type="Stretched" />
4209            </ImageryComponent>
4210        </ImagerySection>
4211        <StateImagery name="Normal">
4212            <Layer>
4213                <Section section="normal" />
4214            </Layer>
4215        </StateImagery>
4216        <StateImagery name="Hover">
4217            <Layer>
4218                <Section section="hover" />
4219            </Layer>
4220        </StateImagery>
4221        <StateImagery name="Pushed">
4222            <Layer>
4223                <Section section="normal" />
4224            </Layer>
4225        </StateImagery>
4226        <StateImagery name="Disabled">
4227            <Layer>
4228                <Section section="normal">
4229                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
4230                </Section>
4231            </Layer>
4232        </StateImagery>
4233    </WidgetLook>
4234
4235    <!--
4236    ***************************************************
4237        TaharezLook/LargeVerticalScrollbar
4238    ***************************************************
4239    -->
4240    <WidgetLook name="TaharezLook/LargeVerticalScrollbar">
4241        <Property name="VerticalScrollbar" value="True" />
4242        <NamedArea name="ThumbTrackArea">
4243            <Area>
4244                <Dim type="LeftEdge" ><UnifiedDim scale="0.325" type="LeftEdge" /></Dim>
4245                <Dim type="TopEdge" >
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                </Dim>
4256                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
4257                <Dim type="BottomEdge" >
4258                    <UnifiedDim scale="1.0" type="BottomEdge">
4259                        <DimOperator op="Subtract">
4260                            <WidgetDim widget="__auto_decbtn__" dimension="Height">
4261                                <DimOperator op="Add">
4262                                    <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
4263                                        <DimOperator op="Multiply">
4264                                            <AbsoluteDim value="0.5" />
4265                                        </DimOperator>
4266                                    </ImageDim>
4267                                </DimOperator>
4268                            </WidgetDim>
4269                        </DimOperator>
4270                    </UnifiedDim>
4271                </Dim>
4272            </Area>
4273        </NamedArea>
4274        <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_incbtn__">
4275            <Area>
4276                <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>
4277                <Dim type="TopEdge" >
4278                    <AbsoluteDim value="-1">
4279                        <DimOperator op="Multiply">
4280                            <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
4281                                <DimOperator op="Multiply">
4282                                    <AbsoluteDim value="0.5" />
4283                                </DimOperator>
4284                            </ImageDim>
4285                        </DimOperator>
4286                    </AbsoluteDim>
4287                </Dim>
4288                <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>
4289                <Dim type="Height" >
4290                    <UnifiedDim scale="0.6" type="Width">
4291                        <DimOperator op="Multiply">
4292                            <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width">
4293                                <DimOperator op="Divide">
4294                                    <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Height"/>
4295                                </DimOperator>
4296                            </ImageDim>
4297                        </DimOperator>
4298                    </UnifiedDim>
4299                </Dim>
4300            </Area>
4301            <VertAlignment type="BottomAligned" />
4302            <Property name="NormalImage" value="set:TaharezLook image:VertScrollDownNormal" />
4303            <Property name="HoverImage" value="set:TaharezLook image:VertScrollDownHover" />
4304            <Property name="PushedImage" value="set:TaharezLook image:VertScrollDownNormal" />
4305        </Child>
4306        <Child  type="TaharezLook/ImageButton" nameSuffix="__auto_decbtn__">
4307            <Area>
4308                <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>
4309                <Dim type="TopEdge">
4310                    <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
4311                        <DimOperator op="Multiply">
4312                            <AbsoluteDim value="0.5" />
4313                        </DimOperator>
4314                    </ImageDim>
4315                </Dim>
4316                <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>
4317                <Dim type="Height" >
4318                    <UnifiedDim scale="0.6" type="Width">
4319                        <DimOperator op="Multiply">
4320                            <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width">
4321                                <DimOperator op="Divide">
4322                                    <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Height"/>
4323                                </DimOperator>
4324                            </ImageDim>
4325                        </DimOperator>
4326                    </UnifiedDim>
4327                </Dim>
4328            </Area>
4329            <Property name="NormalImage" value="set:TaharezLook image:VertScrollUpNormal" />
4330            <Property name="HoverImage" value="set:TaharezLook image:VertScrollUpHover" />
4331            <Property name="PushedImage" value="set:TaharezLook image:VertScrollUpNormal" />
4332        </Child>
4333        <Child  type="TaharezLook/LargeVerticalScrollbarThumb" nameSuffix="__auto_thumb__">
4334            <Area>
4335                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4336                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4337                <Dim type="Width" ><UnifiedDim scale="0.4" type="Width" /></Dim>
4338                <Dim type="Height" >
4339                    <UnifiedDim scale="0.4" type="Width">
4340                        <DimOperator op="Multiply">
4341                            <ImageDim imageset="TaharezLook" image="VertScrollThumbNormal" dimension="Height">
4342                                <DimOperator op="Divide">
4343                                    <ImageDim imageset="TaharezLook" image="VertScrollThumbNormal" dimension="Width"/>
4344                                </DimOperator>
4345                            </ImageDim>
4346                        </DimOperator>
4347                    </UnifiedDim>
4348                </Dim>
4349            </Area>
4350        </Child>
4351        <ImagerySection name="main">
4352            <FrameComponent>
4353                <Area>
4354                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4355                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4356                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
4357                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
4358                </Area>
4359                <Image type="TopEdge" imageset="TaharezLook" image="VertScrollTop" />
4360                <Image type="BottomEdge" imageset="TaharezLook" image="VertScrollBottom" />
4361                <Image type="Background" imageset="TaharezLook" image="VertScrollMiddle" />
4362            </FrameComponent>
4363            <ImageryComponent>
4364                <Area>
4365                    <Dim type="LeftEdge" ><UnifiedDim scale="0.45" type="LeftEdge" /></Dim>
4366                    <Dim type="TopEdge" >
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                    </Dim>
4377                    <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
4378                    <Dim type="BottomEdge" >
4379                        <UnifiedDim scale="1.0" type="BottomEdge">
4380                            <DimOperator op="Subtract">
4381                                <WidgetDim widget="__auto_decbtn__" dimension="Height">
4382                                    <DimOperator op="Add">
4383                                        <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
4384                                            <DimOperator op="Multiply">
4385                                                <AbsoluteDim value="0.5" />
4386                                            </DimOperator>
4387                                        </ImageDim>
4388                                    </DimOperator>
4389                                </WidgetDim>
4390                            </DimOperator>
4391                        </UnifiedDim>
4392                    </Dim>
4393                </Area>
4394                <Image imageset="TaharezLook" image="VertScrollBarSegment" />
4395                <VertFormat type="Tiled" />
4396            </ImageryComponent>
4397        </ImagerySection>
4398        <StateImagery name="Enabled">
4399            <Layer>
4400                <Section section="main" />
4401            </Layer>
4402        </StateImagery>
4403        <StateImagery name="Disabled">
4404            <Layer>
4405                <Section section="main">
4406                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
4407                </Section>
4408            </Layer>
4409        </StateImagery>
4410    </WidgetLook>
4411
4412    <!--
4413    ***************************************************
4414        TaharezLook/ImageButton
4415    ***************************************************
4416    -->
4417    <WidgetLook name="TaharezLook/ImageButton">
4418        <PropertyDefinition name="NormalImage" initialValue="" redrawOnWrite="true" />
4419        <PropertyDefinition name="HoverImage" initialValue="" redrawOnWrite="true" />
4420        <PropertyDefinition name="PushedImage" initialValue="" redrawOnWrite="true" />
4421        <PropertyDefinition name="DisabledImage" initialValue="" redrawOnWrite="true" />
4422        <PropertyDefinition name="VertImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
4423        <PropertyDefinition name="HorzImageFormatting" initialValue="Stretched" redrawOnWrite="true" />
4424        <ImagerySection name="normal">
4425            <ImageryComponent>
4426                <Area>
4427                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4428                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4429                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
4430                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
4431                </Area>
4432                <ImageProperty name="NormalImage" />
4433                <VertFormatProperty name="VertImageFormatting" />
4434                <HorzFormatProperty name="HorzImageFormatting" />
4435            </ImageryComponent>
4436        </ImagerySection>
4437        <ImagerySection name="hover">
4438            <ImageryComponent>
4439                <Area>
4440                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4441                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4442                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
4443                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
4444                </Area>
4445                <ImageProperty name="HoverImage" />
4446                <VertFormatProperty name="VertImageFormatting" />
4447                <HorzFormatProperty name="HorzImageFormatting" />
4448            </ImageryComponent>
4449        </ImagerySection>
4450        <ImagerySection name="pushed">
4451            <ImageryComponent>
4452                <Area>
4453                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4454                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4455                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
4456                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
4457                </Area>
4458                <ImageProperty name="PushedImage" />
4459                <VertFormatProperty name="VertImageFormatting" />
4460                <HorzFormatProperty name="HorzImageFormatting" />
4461            </ImageryComponent>
4462        </ImagerySection>
4463        <ImagerySection name="disabled">
4464            <ImageryComponent>
4465                <Area>
4466                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4467                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4468                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
4469                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
4470                </Area>
4471                <ImageProperty name="DisabledImage" />
4472                <VertFormatProperty name="VertImageFormatting" />
4473                <HorzFormatProperty name="HorzImageFormatting" />
4474            </ImageryComponent>
4475        </ImagerySection>
4476        <StateImagery name="Normal">
4477            <Layer>
4478                <Section section="normal" />
4479            </Layer>
4480        </StateImagery>
4481        <StateImagery name="Hover">
4482            <Layer>
4483                <Section section="hover" />
4484            </Layer>
4485        </StateImagery>
4486        <StateImagery name="Pushed">
4487            <Layer>
4488                <Section section="pushed" />
4489            </Layer>
4490        </StateImagery>
4491        <StateImagery name="PushedOff">
4492            <Layer>
4493                <Section section="hover" />
4494            </Layer>
4495        </StateImagery>
4496        <StateImagery name="Disabled">
4497            <Layer>
4498                <Section section="disabled" />
4499            </Layer>
4500        </StateImagery>
4501    </WidgetLook>
4502
4503    <!--
4504    ***************************************************
4505        TaharezLook/ItemListbox
4506    ***************************************************
4507    -->
4508    <WidgetLook name="TaharezLook/ItemListbox">
4509        <NamedArea name="ItemRenderArea">
4510            <Area>
4511                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
4512                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
4513                <Dim type="RightEdge" >
4514                    <UnifiedDim scale="1" type="RightEdge">
4515                        <DimOperator op="Subtract">
4516                            <ImageDim imageset="TaharezLook" image="ListboxRight" dimension="Width" />
4517                        </DimOperator>
4518                    </UnifiedDim>
4519                </Dim>
4520                <Dim type="BottomEdge" >
4521                    <UnifiedDim scale="1" type="BottomEdge">
4522                        <DimOperator op="Subtract">
4523                            <ImageDim imageset="TaharezLook" image="ListboxBottom" dimension="Height" />
4524                        </DimOperator>
4525                    </UnifiedDim>
4526                </Dim>
4527            </Area>
4528        </NamedArea>
4529        <NamedArea name="ItemRenderAreaHScroll">
4530            <Area>
4531                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
4532                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
4533                <Dim type="RightEdge" >
4534                    <UnifiedDim scale="1" type="RightEdge">
4535                        <DimOperator op="Subtract">
4536                            <ImageDim imageset="TaharezLook" image="ListboxRight" dimension="Width" />
4537                        </DimOperator>
4538                    </UnifiedDim>
4539                </Dim>
4540                <Dim type="BottomEdge" >
4541                    <UnifiedDim scale="1" offset="-12" type="BottomEdge" />
4542                </Dim>
4543            </Area>
4544        </NamedArea>
4545        <NamedArea name="ItemRenderAreaVScroll">
4546            <Area>
4547                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
4548                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
4549                <Dim type="RightEdge" >
4550                    <UnifiedDim scale="1" offset="-12" type="RightEdge" />
4551                </Dim>
4552                <Dim type="BottomEdge" >
4553                    <UnifiedDim scale="1" type="BottomEdge">
4554                        <DimOperator op="Subtract">
4555                            <ImageDim imageset="TaharezLook" image="ListboxBottom" dimension="Height" />
4556                        </DimOperator>
4557                    </UnifiedDim>
4558                </Dim>
4559            </Area>
4560        </NamedArea>
4561        <NamedArea name="ItemRenderAreaHVScroll">
4562            <Area>
4563                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
4564                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
4565                <Dim type="RightEdge" >
4566                    <UnifiedDim scale="1" offset="-12" type="RightEdge" />
4567                </Dim>
4568                <Dim type="BottomEdge" >
4569                    <UnifiedDim scale="1" offset="-12" type="BottomEdge" />
4570                </Dim>
4571            </Area>
4572        </NamedArea>
4573        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
4574            <Area>
4575                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4576                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4577                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
4578                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
4579            </Area>
4580            <VertAlignment type="BottomAligned" />
4581        </Child>
4582        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
4583            <Area>
4584                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4585                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4586                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
4587                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
4588            </Area>
4589            <HorzAlignment type="RightAligned" />
4590        </Child>
4591        <ImagerySection name="main">
4592            <FrameComponent>
4593                <Area>
4594                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
4595                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4596                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
4597                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
4598                </Area>
4599                <Image type="TopLeftCorner" imageset="TaharezLook" image="ListboxTopLeft" />
4600                <Image type="TopRightCorner" imageset="TaharezLook" image="ListboxTopRight" />
4601                <Image type="BottomLeftCorner" imageset="TaharezLook" image="ListboxBottomLeft" />
4602                <Image type="BottomRightCorner" imageset="TaharezLook" image="ListboxBottomRight" />
4603                <Image type="LeftEdge" imageset="TaharezLook" image="ListboxLeft" />
4604                <Image type="RightEdge" imageset="TaharezLook" image="ListboxRight" />
4605                <Image type="TopEdge" imageset="TaharezLook" image="ListboxTop" />
4606                <Image type="BottomEdge" imageset="TaharezLook" image="ListboxBottom" />
4607                <Image type="Background" imageset="TaharezLook" image="ListboxBackdrop" />
4608            </FrameComponent>
4609        </ImagerySection>
4610        <StateImagery name="Enabled">
4611            <Layer>
4612                <Section section="main" />
4613            </Layer>
4614        </StateImagery>
4615        <StateImagery name="Disabled">
4616            <Layer>
4617                <Section section="main" />
4618            </Layer>
4619        </StateImagery>
4620    </WidgetLook>
4621
4622
4623    <!--
4624    ***************************************************
4625        TaharezLook/ListboxItem
4626    ***************************************************
4627    -->
4628    <WidgetLook name="TaharezLook/ListboxItem">
4629        <PropertyDefinition name="TextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
4630        <PropertyDefinition name="SelectedTextColour" initialValue="FFFFFFFF" redrawOnWrite="true" />
4631        <PropertyDefinition name="SelectionBrush" initialValue="set:TaharezLook image:ListboxSelectionBrush" redrawOnWrite="true" />
4632        <PropertyDefinition name="SelectionColour" initialValue="FF4444AA" redrawOnWrite="true" />
4633        <Property name="Selectable" value="True" />
4634        <NamedArea name="ContentSize">
4635            <Area>
4636                <Dim type="LeftEdge" >
4637                    <AbsoluteDim value="0" />
4638                </Dim>
4639                <Dim type="TopEdge" >
4640                    <AbsoluteDim value="0" />
4641                </Dim>
4642                <Dim type="Width" >
4643                    <FontDim type="HorzExtent" padding="6" />
4644                </Dim>
4645                <Dim type="Height" >
4646                    <FontDim type="LineSpacing" />
4647                </Dim>
4648            </Area>
4649        </NamedArea>
4650        <ImagerySection name="label">
4651            <TextComponent>
4652                <Area>
4653                    <Dim type="TopEdge">
4654                        <AbsoluteDim value="0" />
4655                    </Dim>
4656                    <Dim type="LeftEdge">
4657                        <AbsoluteDim value="3" />
4658                    </Dim>
4659                    <Dim type="RightEdge">
4660                        <UnifiedDim scale="1" offset="-3" type="RightEdge" />
4661                    </Dim>
4662                    <Dim type="BottomEdge">
4663                        <UnifiedDim scale="1" type="BottomEdge" />
4664                    </Dim>
4665                </Area>
4666            </TextComponent>
4667        </ImagerySection>
4668        <ImagerySection name="selection">
4669            <ImageryComponent>
4670                <Area>
4671                    <Dim type="TopEdge">
4672                        <AbsoluteDim value="0" />
4673                    </Dim>
4674                    <Dim type="LeftEdge">
4675                        <AbsoluteDim value="0" />
4676                    </Dim>
4677                    <Dim type="RightEdge">
4678                        <UnifiedDim scale="1" type="RightEdge" />
4679                    </Dim>
4680                    <Dim type="BottomEdge">
4681                        <UnifiedDim scale="1" type="BottomEdge" />
4682                    </Dim>
4683                </Area>
4684                <ImageProperty name="SelectionBrush" />
4685                <ColourProperty name="SelectionColour" />
4686                <VertFormat type="Stretched" />
4687                <HorzFormat type="Stretched" />
4688            </ImageryComponent>
4689        </ImagerySection>
4690        <StateImagery name="Enabled">
4691            <Layer>
4692                <Section section="label">
4693                    <ColourProperty name="TextColour" />
4694                </Section>
4695            </Layer>
4696        </StateImagery>
4697        <StateImagery name="Disabled">
4698            <Layer>
4699                <Section section="label">
4700                    <ColourProperty name="TextColour" />
4701                </Section>
4702            </Layer>
4703        </StateImagery>
4704        <StateImagery name="SelectedEnabled">
4705            <Layer>
4706                <Section section="selection" />
4707                <Section section="label">
4708                    <ColourProperty name="SelectedTextColour" />
4709                </Section>
4710            </Layer>
4711        </StateImagery>
4712        <StateImagery name="SelectedDisabled">
4713            <Layer>
4714                <Section section="selection" />
4715                <Section section="label">
4716                    <ColourProperty name="SelectedTextColour" />
4717                </Section>
4718            </Layer>
4719        </StateImagery>
4720    </WidgetLook>
4721
4722<!--
4723/**********************************************************************************************************
4724        TaharezLook/Tree
4725***********************************************************************************************************/
4726-->
4727<WidgetLook name="TaharezLook/Tree">
4728        <Property name="SelectionBrushImage" value="set:TaharezLook image:GenericBrush" />
4729        <Property name="NormalTextColour" value="FF000000" />
4730        <Property name="SelectedTextColour" value="FFFFFFFF" />
4731        <Property name="ActiveSelectionColour" value="FF607FFF" />
4732        <Property name="InactiveSelectionColour" value="FF808080" />
4733        <NamedArea name="ItemRenderingArea">
4734            <Area>
4735                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowLeftEdge" dimension="Width" /></Dim>
4736                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="WindowTopEdge" dimension="Height" /></Dim>
4737                <Dim type="RightEdge" >
4738                    <UnifiedDim scale="1" type="RightEdge">
4739                        <DimOperator op="Subtract">
4740                            <ImageDim imageset="TaharezLook" image="WindowRightEdge" dimension="Width" />
4741                        </DimOperator>
4742                    </UnifiedDim>
4743                </Dim>
4744                <Dim type="BottomEdge" >
4745                    <UnifiedDim scale="1" type="BottomEdge">
4746                        <DimOperator op="Subtract">
4747                            <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
4748                        </DimOperator>
4749                    </UnifiedDim>
4750                </Dim>
4751            </Area>
4752        </NamedArea>
4753        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
4754            <Area>
4755                <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
4756                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
4757                <Dim type="Width" ><UnifiedDim scale="1" offset="-25" type="Width" /></Dim>
4758                <Dim type="Height" ><AbsoluteDim value="10" /></Dim>
4759            </Area>
4760            <VertAlignment type="BottomAligned" />
4761        </Child>
4762        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
4763            <Area>
4764                <Dim type="LeftEdge" ><AbsoluteDim value="-5" /></Dim>
4765                <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
4766                <Dim type="Width" ><AbsoluteDim value="10" /></Dim>
4767                <Dim type="Height" ><UnifiedDim scale="1" offset="-10" type="Height" /></Dim>
4768            </Area>
4769            <HorzAlignment type="RightAligned" />
4770        </Child>
4771        <ImagerySection name="OpenTreeButton">
4772            <ImageryComponent>
4773                <Area>
4774                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
4775                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
4776                    <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
4777                    <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
4778                </Area>
4779                <Image imageset="TaharezLook" image="TreeListClosed" />
4780              <!--  <VertFormat type="Stretched" />
4781                <HorzFormat type="Stretched" /> -->
4782            </ImageryComponent>
4783        </ImagerySection>
4784        <ImagerySection name="CloseTreeButton">
4785            <ImageryComponent>
4786                <Area>
4787                    <Dim type="LeftEdge"><AbsoluteDim value="0" /></Dim>
4788                    <Dim type="TopEdge"><AbsoluteDim value="0" /></Dim>
4789                    <Dim type="RightEdge"><UnifiedDim scale="1" type="RightEdge" /></Dim>
4790                    <Dim type="BottomEdge"><UnifiedDim scale="1" type="BottomEdge" /></Dim>
4791                </Area>
4792                <Image imageset="TaharezLook" image="TreeListOpened" />
4793                <VertFormat type="Stretched" />
4794                <HorzFormat type="Stretched" />
4795            </ImageryComponent>
4796        </ImagerySection>
4797        <StateImagery name="Enabled">
4798            <Layer>
4799                <Section look="TaharezLook/StaticShared" section="frame">
4800                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
4801                </Section>
4802            </Layer>
4803        </StateImagery>
4804        <StateImagery name="Disabled">
4805            <Layer>
4806                <Section look="TaharezLook/StaticShared" section="frame">
4807                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
4808                </Section>
4809            </Layer>
4810        </StateImagery>
4811    </WidgetLook>
4812
4813
4814</Falagard>
4815
4816
Note: See TracBrowser for help on using the repository browser.