source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreDemos/media/gui/TaharezLook.looknfeel @ 3255

Revision 3255, 172.2 KB checked in by szirmay, 15 years ago (diff)
Line 
1<?xml version="1.0" ?>
2<Falagard>
3    <!--
4    ***************************************************
5        TaharezLook/Button
6    ***************************************************
7    -->
8    <WidgetLook name="TaharezLook/Button">
9        <PropertyDefinition name="VertLabelFormatting" initialValue="CentreAligned" />
10        <PropertyDefinition name="HorzLabelFormatting" initialValue="CentreAligned" />
11        <ImagerySection name="label">
12            <TextComponent>
13                <Area>
14                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
15                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
16                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
17                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
18                </Area>
19                <VertFormatProperty name="VertLabelFormatting" />
20                <HorzFormatProperty name="HorzLabelFormatting" />
21            </TextComponent>
22        </ImagerySection>
23        <ImagerySection name="normal">
24            <FrameComponent>
25                <Area>
26                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
27                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
28                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
29                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
30                </Area>
31                <Image type="LeftEdge" imageset="TaharezLook" image="ButtonLeftNormal" />
32                <Image type="RightEdge" imageset="TaharezLook" image="ButtonRightNormal" />
33                <Image type="Background" imageset="TaharezLook" image="ButtonMiddleNormal" />
34            </FrameComponent>
35        </ImagerySection>
36        <ImagerySection name="hover">
37            <FrameComponent>
38                <Area>
39                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
40                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
41                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
42                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
43                </Area>
44                <Image type="LeftEdge" imageset="TaharezLook" image="ButtonLeftHighlight" />
45                <Image type="RightEdge" imageset="TaharezLook" image="ButtonRightHighlight" />
46                <Image type="Background" imageset="TaharezLook" image="ButtonMiddleHighlight" />
47            </FrameComponent>
48        </ImagerySection>
49        <ImagerySection name="pushed">
50            <FrameComponent>
51                <Area>
52                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
53                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
54                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
55                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
56                </Area>
57                <Image type="LeftEdge" imageset="TaharezLook" image="ButtonLeftPushed" />
58                <Image type="RightEdge" imageset="TaharezLook" image="ButtonRightPushed" />
59                <Image type="Background" imageset="TaharezLook" image="ButtonMiddlePushed" />
60            </FrameComponent>
61        </ImagerySection>
62        <StateImagery name="Normal">
63            <Layer>
64                <Section section="normal" />
65                <Section section="label">
66                    <ColourProperty name="NormalTextColour" />
67                </Section>
68            </Layer>
69        </StateImagery>
70        <StateImagery name="Hover">
71            <Layer>
72                <Section section="hover" />
73                <Section section="label">
74                    <ColourProperty name="HoverTextColour" />
75                </Section>
76            </Layer>
77        </StateImagery>
78        <StateImagery name="Pushed">
79            <Layer>
80                <Section section="pushed" />
81                <Section section="label">
82                    <ColourProperty name="PushedTextColour" />
83                </Section>
84            </Layer>
85        </StateImagery>
86        <StateImagery name="Disabled">
87            <Layer>
88                <Section section="normal">
89                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
90                </Section>
91                <Section section="label">
92                    <ColourProperty name="DisabledTextColour" />
93                </Section>
94            </Layer>
95        </StateImagery>
96    </WidgetLook>
97   
98    <!--
99    ***************************************************
100        TaharezLook/RadioButton
101    ***************************************************
102    -->
103    <WidgetLook name="TaharezLook/RadioButton">
104        <ImagerySection name="label">
105            <TextComponent>
106                <Area>
107                    <Dim type="LeftEdge" >
108                        <ImageDim imageset="TaharezLook" image="RadioButtonNormal" dimension="Width">
109                            <DimOperator op="Add">
110                                <AbsoluteDim value="3" />
111                            </DimOperator>
112                        </ImageDim>
113                    </Dim>
114                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
115                    <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
116                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
117                </Area>
118                <VertFormat type="CentreAligned" />
119                <HorzFormat type="LeftAligned" />
120            </TextComponent>
121        </ImagerySection>
122        <ImagerySection name="normal">
123            <ImageryComponent>
124                <Area>
125                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
126                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
127                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
128                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
129                </Area>
130                <Image imageset="TaharezLook" image="RadioButtonNormal" />
131                <VertFormat type="CentreAligned" />
132                <HorzFormat type="LeftAligned" />
133            </ImageryComponent>
134        </ImagerySection>
135        <ImagerySection name="hover">
136            <ImageryComponent>
137                <Area>
138                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
139                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
140                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
141                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
142                </Area>
143                <Image imageset="TaharezLook" image="RadioButtonHover" />
144                <VertFormat type="CentreAligned" />
145                <HorzFormat type="LeftAligned" />
146            </ImageryComponent>
147        </ImagerySection>
148        <ImagerySection name="select_mark">
149            <ImageryComponent>
150                <Area>
151                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
152                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
153                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
154                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
155                </Area>
156                <Image imageset="TaharezLook" image="RadioButtonMark" />
157                <VertFormat type="CentreAligned" />
158                <HorzFormat type="LeftAligned" />
159            </ImageryComponent>
160        </ImagerySection>
161        <StateImagery name="Normal">
162            <Layer>
163                <Section section="normal" />
164                <Section section="label">
165                    <ColourProperty name="NormalTextColour" />
166                </Section>
167            </Layer>
168        </StateImagery>
169        <StateImagery name="Hover">
170            <Layer>
171                <Section section="hover" />
172                <Section section="label">
173                    <ColourProperty name="HoverTextColour" />
174                </Section>
175            </Layer>
176        </StateImagery>
177        <StateImagery name="Disabled">
178            <Layer>
179                <Section section="normal">
180                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
181                </Section>
182                <Section section="label">
183                    <ColourProperty name="DisabledTextColour" />
184                </Section>
185            </Layer>
186        </StateImagery>
187        <StateImagery name="SelectedNormal">
188            <Layer>
189                <Section section="normal" />
190                <Section section="select_mark" />
191                <Section section="label">
192                    <ColourProperty name="NormalTextColour" />
193                </Section>
194            </Layer>
195        </StateImagery>
196        <StateImagery name="SelectedHover">
197            <Layer>
198                <Section section="hover" />
199                <Section section="select_mark" />
200                <Section section="label">
201                    <ColourProperty name="HoverTextColour" />
202                </Section>
203            </Layer>
204        </StateImagery>
205        <StateImagery name="SelectedDisabled">
206            <Layer>
207                <Section section="normal">
208                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
209                </Section>
210                <Section section="select_mark">
211                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
212                </Section>
213                <Section section="label">
214                    <ColourProperty name="DisabledTextColour" />
215                </Section>
216            </Layer>
217        </StateImagery>
218    </WidgetLook>
219   
220    <!--
221    ***************************************************
222        TaharezLook/Checkbox
223    ***************************************************
224    -->
225    <WidgetLook name="TaharezLook/Checkbox">
226        <ImagerySection name="label">
227            <TextComponent>
228                <Area>
229                    <Dim type="LeftEdge" >
230                        <ImageDim imageset="TaharezLook" image="CheckboxNormal" dimension="Width">
231                            <DimOperator op="Add">
232                                <AbsoluteDim value="3" />
233                            </DimOperator>
234                        </ImageDim>
235                    </Dim>
236                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
237                    <Dim type="RightEdge" ><UnifiedDim scale="1" type="Width" /></Dim>
238                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
239                </Area>
240                <VertFormat type="CentreAligned" />
241                <HorzFormat type="LeftAligned" />
242            </TextComponent>
243        </ImagerySection>
244        <ImagerySection name="normal">
245            <ImageryComponent>
246                <Area>
247                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
248                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
249                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
250                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
251                </Area>
252                <Image imageset="TaharezLook" image="CheckboxNormal" />
253                <VertFormat type="CentreAligned" />
254                <HorzFormat type="LeftAligned" />
255            </ImageryComponent>
256        </ImagerySection>
257        <ImagerySection name="hover">
258            <ImageryComponent>
259                <Area>
260                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
261                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
262                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
263                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
264                </Area>
265                <Image imageset="TaharezLook" image="CheckboxHover" />
266                <VertFormat type="CentreAligned" />
267                <HorzFormat type="LeftAligned" />
268            </ImageryComponent>
269        </ImagerySection>
270        <ImagerySection name="select_mark">
271            <ImageryComponent>
272                <Area>
273                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
274                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
275                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
276                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
277                </Area>
278                <Image imageset="TaharezLook" image="CheckboxMark" />
279                <VertFormat type="CentreAligned" />
280                <HorzFormat type="LeftAligned" />
281            </ImageryComponent>
282        </ImagerySection>
283        <StateImagery name="Normal">
284            <Layer>
285                <Section section="normal" />
286                <Section section="label">
287                    <ColourProperty name="NormalTextColour" />
288                </Section>
289            </Layer>
290        </StateImagery>
291        <StateImagery name="Hover">
292            <Layer>
293                <Section section="hover" />
294                <Section section="label">
295                    <ColourProperty name="HoverTextColour" />
296                </Section>
297            </Layer>
298        </StateImagery>
299        <StateImagery name="Disabled">
300            <Layer>
301                <Section section="normal">
302                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
303                </Section>
304                <Section section="label">
305                    <ColourProperty name="DisabledTextColour" />
306                </Section>
307            </Layer>
308        </StateImagery>
309        <StateImagery name="SelectedNormal">
310            <Layer>
311                <Section section="normal" />
312                <Section section="select_mark" />
313                <Section section="label">
314                    <ColourProperty name="NormalTextColour" />
315                </Section>
316            </Layer>
317        </StateImagery>
318        <StateImagery name="SelectedHover">
319            <Layer>
320                <Section section="hover" />
321                <Section section="select_mark" />
322                <Section section="label">
323                    <ColourProperty name="HoverTextColour" />
324                </Section>
325            </Layer>
326        </StateImagery>
327        <StateImagery name="SelectedDisabled">
328            <Layer>
329                <Section section="normal">
330                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
331                </Section>
332                <Section section="select_mark">
333                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
334                </Section>
335                <Section section="label">
336                    <ColourProperty name="DisabledTextColour" />
337                </Section>
338            </Layer>
339        </StateImagery>
340    </WidgetLook>
341   
342    <!--
343    ***************************************************
344        TaharezLook/Editbox
345    ***************************************************
346    -->
347    <WidgetLook name="TaharezLook/Editbox">
348        <Property name="MouseCursorImage" value="set:TaharezLook image:MouseTextBar" />
349        <NamedArea name="TextArea">
350            <Area>
351                <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
352                <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
353                <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim>
354                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim>
355            </Area>
356        </NamedArea>
357        <ImagerySection name="container_normal">
358            <FrameComponent>
359                <Area>
360                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
361                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
362                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
363                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
364                </Area>
365                <Image type="LeftEdge" imageset="TaharezLook" image="EditBoxLeft" />
366                <Image type="RightEdge" imageset="TaharezLook" image="EditBoxRight" />
367                <Image type="Background" imageset="TaharezLook" image="EditBoxMiddle" />
368            </FrameComponent>
369        </ImagerySection>
370        <ImagerySection name="selection">
371            <ImageryComponent>
372                <Area>
373                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
374                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
375                    <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
376                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
377                </Area>
378                <Image imageset="TaharezLook" image="TextSelectionBrush" />
379                <VertFormat type="Stretched" />
380                <HorzFormat type="Stretched" />
381            </ImageryComponent>
382        </ImagerySection>
383        <ImagerySection name="Carat">
384            <ImageryComponent>
385                <Area>
386                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
387                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
388                    <Dim type="Width" ><ImageDim imageset="TaharezLook" image="EditBoxCarat" dimension="Width" /></Dim>
389                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
390                </Area>
391                <Image imageset="TaharezLook" image="EditBoxCarat" />
392                <VertFormat type="Stretched" />
393                <HorzFormat type="Stretched" />
394            </ImageryComponent>
395        </ImagerySection>
396        <StateImagery name="Enabled">
397            <Layer>
398                <Section section="container_normal" />
399            </Layer>
400        </StateImagery>
401        <StateImagery name="ReadOnly">
402            <Layer>
403                <Section section="container_normal" />
404            </Layer>
405        </StateImagery>
406        <StateImagery name="Disabled">
407            <Layer>
408                <Section section="container_normal">
409                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
410                </Section>
411            </Layer>
412        </StateImagery>
413        <StateImagery name="ActiveSelection">
414            <Layer>
415                <Section section="selection">
416                    <ColourProperty name="ActiveSelectionColour" />
417                </Section>
418            </Layer>
419        </StateImagery>
420        <StateImagery name="InactiveSelection">
421            <Layer>
422                <Section section="selection">
423                    <ColourProperty name="InactiveSelectionColour" />
424                </Section>
425            </Layer>
426        </StateImagery>
427    </WidgetLook>
428   
429    <!--
430    ***************************************************
431        TaharezLook/Titlebar
432    ***************************************************
433    -->
434    <WidgetLook name="TaharezLook/Titlebar">
435        <Property name="CaptionColour" value="FFFFFFFF" />
436        <ImagerySection name="main">
437            <ImageryComponent>
438                <Area>
439                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
440                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
441                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
442                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
443                </Area>
444                <Image imageset="TaharezLook" image="NewTitlebarLeft" />
445                <VertFormat type="Stretched" />
446            </ImageryComponent>
447            <ImageryComponent>
448                <Area>
449                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
450                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
451                    <Dim type="RightEdge" >
452                        <UnifiedDim scale="1" type="RightEdge">
453                            <DimOperator op="Subtract">
454                                <ImageDim imageset="TaharezLook" image="SysAreaRight" dimension="Width">
455                                    <DimOperator op="Add">
456                                        <ImageDim imageset="TaharezLook" image="SysAreaMiddle" dimension="Width" />
457                                    </DimOperator>
458                                </ImageDim>
459                            </DimOperator>
460                        </UnifiedDim>
461                    </Dim>
462                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
463                </Area>
464                <Image imageset="TaharezLook" image="NewTitlebarRight" />
465                <VertFormat type="Stretched" />
466                <HorzFormat type="RightAligned" />
467            </ImageryComponent>
468            <ImageryComponent>
469                <Area>
470                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
471                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
472                    <Dim type="RightEdge" >
473                        <UnifiedDim scale="1" type="RightEdge">
474                            <DimOperator op="Subtract">
475                                <ImageDim imageset="TaharezLook" image="SysAreaRight" dimension="Width" />
476                            </DimOperator>
477                        </UnifiedDim>
478                    </Dim>
479                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
480                </Area>
481                <Image imageset="TaharezLook" image="SysAreaMiddle" />
482                <VertFormat type="Stretched" />
483                <HorzFormat type="RightAligned" />
484            </ImageryComponent>
485            <ImageryComponent>
486                <Area>
487                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
488                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
489                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
490                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
491                </Area>
492                <Image imageset="TaharezLook" image="SysAreaRight" />
493                <VertFormat type="Stretched" />
494                <HorzFormat type="RightAligned" />
495            </ImageryComponent>
496            <ImageryComponent>
497                <Area>
498                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="NewTitlebarLeft" dimension="Width" /></Dim>
499                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
500                    <Dim type="RightEdge" >
501                        <UnifiedDim scale="1" type="RightEdge">
502                            <DimOperator op="Subtract">
503                                <ImageDim imageset="TaharezLook" image="SysAreaRight" dimension="Width">
504                                    <DimOperator op="Add">
505                                        <ImageDim imageset="TaharezLook" image="SysAreaMiddle" dimension="Width">
506                                            <DimOperator op="Add">
507                                                <ImageDim imageset="TaharezLook" image="NewTitlebarRight" dimension="Width" />
508                                            </DimOperator>
509                                        </ImageDim>
510                                    </DimOperator>
511                                </ImageDim>
512                            </DimOperator>
513                        </UnifiedDim>
514                    </Dim>
515                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
516                </Area>
517                <Image imageset="TaharezLook" image="NewTitlebarMiddle" />
518                <VertFormat type="Stretched" />
519                <HorzFormat type="Stretched" />
520            </ImageryComponent>
521        </ImagerySection>
522        <ImagerySection name="caption">
523            <TextComponent>
524                <Area>
525                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="NewTitlebarLeft" dimension="Width" /></Dim>
526                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
527                    <Dim type="Width" ><UnifiedDim scale="1" offset="-75" type="Width" /></Dim>
528                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
529                </Area>
530                <ColourProperty name="CaptionColour" />
531                <VertFormat type="CentreAligned" />
532            </TextComponent>
533        </ImagerySection>
534        <StateImagery name="Active">
535            <Layer>
536                <Section section="main" />
537                <Section section="caption" />
538            </Layer>
539        </StateImagery>
540        <StateImagery name="Inactive">
541            <Layer>
542                <Section section="main" />
543                <Section section="caption" />
544            </Layer>
545        </StateImagery>
546        <StateImagery name="Disabled">
547            <Layer>
548                <Section section="main">
549                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
550                </Section>
551                <Section section="caption">
552                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
553                </Section>
554            </Layer>
555        </StateImagery>
556    </WidgetLook>
557   
558    <!--
559    ***************************************************
560        TaharezLook/FrameWindow
561    ***************************************************
562    -->
563    <WidgetLook name="TaharezLook/FrameWindow">
564        <Property name="NSSizingCursorImage" value="set:TaharezLook image:MouseNoSoCursor" />
565        <Property name="EWSizingCursorImage" value="set:TaharezLook image:MouseEsWeCursor" />
566        <Property name="NWSESizingCursorImage" value="set:TaharezLook image:MouseNwSeCursor" />
567        <Property name="NESWSizingCursorImage" value="set:TaharezLook image:MouseNeSwCursor" />
568        <NamedArea name="ClientWithTitleWithFrame">
569            <Area>
570                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowTopLeft" dimension="Width" /></Dim>
571                <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
572                <Dim type="RightEdge" >
573                    <UnifiedDim scale="1" type="RightEdge">
574                        <DimOperator op="Subtract">
575                            <ImageDim imageset="TaharezLook" image="WindowTopRight" dimension="Width" />
576                        </DimOperator>
577                    </UnifiedDim>
578                </Dim>
579                <Dim type="BottomEdge" >
580                    <UnifiedDim scale="1" type="BottomEdge">
581                        <DimOperator op="Subtract">
582                            <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
583                        </DimOperator>
584                    </UnifiedDim>
585                </Dim>
586            </Area>
587        </NamedArea>
588        <NamedArea name="ClientWithTitleNoFrame">
589            <Area>
590                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
591                <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
592                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
593                <Dim type="BottomEdge" ><WidgetDim dimension="BottomEdge" /></Dim>
594            </Area>
595        </NamedArea>
596        <NamedArea name="ClientNoTitleWithFrame">
597            <Area>
598                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="WindowTopLeft" dimension="Width" /></Dim>
599                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="WindowTopEdge" dimension="Height" /></Dim>
600                <Dim type="RightEdge" >
601                    <UnifiedDim scale="1" type="RightEdge">
602                        <DimOperator op="Subtract">
603                            <ImageDim imageset="TaharezLook" image="WindowTopRight" dimension="Width" />
604                        </DimOperator>
605                    </UnifiedDim>
606                </Dim>
607                <Dim type="BottomEdge" >
608                    <UnifiedDim scale="1" type="BottomEdge">
609                        <DimOperator op="Subtract">
610                            <ImageDim imageset="TaharezLook" image="WindowBottomEdge" dimension="Height" />
611                        </DimOperator>
612                    </UnifiedDim>
613                </Dim>
614            </Area>
615        </NamedArea>
616        <NamedArea name="ClientNoTitleNoFrame">
617            <Area>
618                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
619                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
620                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
621                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
622            </Area>
623        </NamedArea>
624        <Child type="TaharezLook/Titlebar" nameSuffix="__auto_titlebar__">
625            <Area>
626                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
627                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
628                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
629                <Dim type="Height" ><FontDim type="LineSpacing" padding="8" /></Dim>
630            </Area>
631            <Property name="AlwaysOnTop" value="False" />
632        </Child>
633        <Child type="TaharezLook/SystemButton" nameSuffix="__auto_closebutton__">
634            <Area>
635                <Dim type="LeftEdge" >
636                    <UnifiedDim scale="1" type="LeftEdge">
637                        <DimOperator op="Subtract">
638                            <ImageDim imageset="TaharezLook" image="SysAreaRight" dimension="Width">
639                                <DimOperator op="Add">
640                                    <ImageDim imageset="TaharezLook" image="SysAreaMiddle" dimension="Width" />
641                                </DimOperator>
642                            </ImageDim>
643                        </DimOperator>
644                    </UnifiedDim>
645                </Dim>
646                <Dim type="TopEdge" >
647                    <AbsoluteDim value="0.5">
648                        <DimOperator op="Multiply">
649                            <WidgetDim widget="__auto_titlebar__" dimension="Height">
650                                <DimOperator op="Subtract">
651                                    <ImageDim imageset="TaharezLook" image="NewCloseButtonNormal" dimension="Width" />
652                                </DimOperator>
653                            </WidgetDim>
654                        </DimOperator>
655                    </AbsoluteDim>
656                </Dim>
657                <Dim type="Width" ><ImageDim imageset="TaharezLook" image="NewCloseButtonNormal" dimension="Width" /></Dim>
658                <Dim type="Height" ><ImageDim imageset="TaharezLook" image="NewCloseButtonNormal" dimension="Width" /></Dim>
659            </Area>
660            <Property name="AlwaysOnTop" value="True" />
661            <Property name="UseStandardImagery" value="False" />
662            <Property name="NormalImage" value="set:TaharezLook image:NewCloseButtonNormal" />
663            <Property name="HoverImage" value="set:TaharezLook image:NewCloseButtonHover" />
664            <Property name="PushedImage" value="set:TaharezLook image:NewCloseButtonPressed" />
665        </Child>
666        <ImagerySection name="withtitle_frame">
667            <FrameComponent>
668                <Area>
669                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
670                    <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="BottomEdge" /></Dim>
671                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
672                    <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
673                </Area>
674                <Image type="BottomLeftCorner" imageset="TaharezLook" image="WindowBottomLeft" />
675                <Image type="BottomRightCorner" imageset="TaharezLook" image="WindowBottomRight" />
676                <Image type="LeftEdge" imageset="TaharezLook" image="WindowLeftEdge" />
677                <Image type="RightEdge" imageset="TaharezLook" image="WindowRightEdge" />
678                <Image type="BottomEdge" imageset="TaharezLook" image="WindowBottomEdge" />
679                <Image type="Background" imageset="TaharezLook" image="ClientBrush" />
680                <VertFormat type="Tiled" />
681                <HorzFormat type="Tiled" />
682            </FrameComponent>
683        </ImagerySection>
684        <ImagerySection name="notitle_frame">
685            <FrameComponent>
686                <Area>
687                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
688                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
689                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
690                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
691                </Area>
692                <Image type="TopLeftCorner" imageset="TaharezLook" image="WindowTopLeft" />
693                <Image type="TopRightCorner" imageset="TaharezLook" image="WindowTopRight" />
694                <Image type="BottomLeftCorner" imageset="TaharezLook" image="WindowBottomLeft" />
695                <Image type="BottomRightCorner" imageset="TaharezLook" image="WindowBottomRight" />
696                <Image type="LeftEdge" imageset="TaharezLook" image="WindowLeftEdge" />
697                <Image type="RightEdge" imageset="TaharezLook" image="WindowRightEdge" />
698                <Image type="BottomEdge" imageset="TaharezLook" image="WindowBottomEdge" />
699                <Image type="Background" imageset="TaharezLook" image="ClientBrush" />
700                <VertFormat type="Tiled" />
701                <HorzFormat type="Tiled" />
702            </FrameComponent>
703        </ImagerySection>
704        <ImagerySection name="withtitle_noframe_client_area">
705            <ImageryComponent>
706                <Area>
707                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
708                    <Dim type="TopEdge" ><WidgetDim widget="__auto_titlebar__" dimension="Height" /></Dim>
709                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
710                    <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
711                </Area>
712                <Image imageset="TaharezLook" image="ClientBrush" />
713                <VertFormat type="Tiled" />
714                <HorzFormat type="Tiled" />
715            </ImageryComponent>
716        </ImagerySection>
717        <ImagerySection name="notitle_noframe_client_area">
718            <ImageryComponent>
719                <Area>
720                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
721                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
722                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
723                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
724                </Area>
725                <Image imageset="TaharezLook" image="ClientBrush" />
726                <VertFormat type="Tiled" />
727                <HorzFormat type="Tiled" />
728            </ImageryComponent>
729        </ImagerySection>
730        <StateImagery name="ActiveWithTitleWithFrame">
731            <Layer>
732                <Section section="withtitle_frame" />
733            </Layer>
734        </StateImagery>
735        <StateImagery name="InactiveWithTitleWithFrame">
736            <Layer>
737                <Section section="withtitle_frame" />
738            </Layer>
739        </StateImagery>
740        <StateImagery name="DisabledWithTitleWithFrame">
741            <Layer>
742                <Section section="withtitle_frame">
743                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
744                </Section>
745            </Layer>
746        </StateImagery>
747        <StateImagery name="ActiveWithTitleNoFrame">
748            <Layer>
749                <Section section="withtitle_noframe_client_area" />
750            </Layer>
751        </StateImagery>
752        <StateImagery name="InactiveWithTitleNoFrame">
753            <Layer>
754                <Section section="withtitle_noframe_client_area" />
755            </Layer>
756        </StateImagery>
757        <StateImagery name="DisabledWithTitleNoFrame">
758            <Layer>
759                <Section section="withtitle_noframe_client_area">
760                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
761                </Section>
762            </Layer>
763        </StateImagery>
764        <StateImagery name="ActiveNoTitleWithFrame">
765            <Layer>
766                <Section section="notitle_frame" />
767            </Layer>
768        </StateImagery>
769        <StateImagery name="InactiveNoTitleWithFrame">
770            <Layer>
771                <Section section="notitle_frame" />
772            </Layer>
773        </StateImagery>
774        <StateImagery name="DisabledNoTitleWithFrame">
775            <Layer>
776                <Section section="notitle_frame">
777                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
778                </Section>
779            </Layer>
780        </StateImagery>
781        <StateImagery name="ActiveNoTitleNoFrame">
782            <Layer>
783                <Section section="notitle_noframe_client_area" />
784            </Layer>
785        </StateImagery>
786        <StateImagery name="InactiveNoTitleNoFrame">
787            <Layer>
788                <Section section="notitle_noframe_client_area" />
789            </Layer>
790        </StateImagery>
791        <StateImagery name="DisabledNoTitleNoFrame">
792            <Layer>
793                <Section section="notitle_noframe_client_area">
794                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
795                </Section>
796            </Layer>
797        </StateImagery>
798    </WidgetLook>
799   
800    <!--
801    ***************************************************
802        TaharezLook/ProgressBar
803    ***************************************************
804    -->
805    <WidgetLook name="TaharezLook/ProgressBar">
806        <NamedArea name="ProgressArea">
807            <Area>
808                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ProgressBarLeft" dimension="Width" /></Dim>
809                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
810                <Dim type="RightEdge" >
811                    <UnifiedDim scale="1" type="RightEdge">
812                        <DimOperator op="Subtract">
813                            <ImageDim imageset="TaharezLook" image="ProgressBarRight" dimension="Width" />
814                        </DimOperator>
815                    </UnifiedDim>
816                </Dim>
817                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
818            </Area>
819        </NamedArea>
820        <ImagerySection name="frame">
821            <FrameComponent>
822                <Area>
823                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
824                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
825                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
826                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
827                </Area>
828                <Image type="LeftEdge" imageset="TaharezLook" image="ProgressBarLeft" />
829                <Image type="RightEdge" imageset="TaharezLook" image="ProgressBarRight" />
830                <Image type="Background" imageset="TaharezLook" image="ProgressBarMiddle" />
831            </FrameComponent>
832        </ImagerySection>
833        <ImagerySection name="progress_lights" >
834            <ImageryComponent>
835                <Area>
836                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
837                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
838                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
839                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
840                </Area>
841                <Image imageset="TaharezLook" image="ProgressBarLitSegment" />
842                <VertFormat type="Stretched" />
843                <HorzFormat type="Tiled" />
844            </ImageryComponent>
845        </ImagerySection>
846        <StateImagery name="Enabled">
847            <Layer>
848                <Section section="frame" />
849            </Layer>
850        </StateImagery>
851        <StateImagery name="Disabled">
852            <Layer>
853                <Section section="frame">
854                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
855                </Section>
856            </Layer>
857        </StateImagery>
858        <StateImagery name="EnabledProgress">
859            <Layer>
860                <Section section="progress_lights" />
861            </Layer>
862        </StateImagery>
863        <StateImagery name="DisabledProgress">
864            <Layer>
865                <Section section="progress_lights">
866                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
867                </Section>
868            </Layer>
869        </StateImagery>
870    </WidgetLook>
871   
872    <!--
873    ***************************************************
874        TaharezLook/AlternateProgressBar
875    ***************************************************
876    -->
877    <WidgetLook name="TaharezLook/AltProgressBar">
878        <NamedArea name="ProgressArea">
879            <Area>
880                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="AltProgressLeft" dimension="Width" /></Dim>
881                <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim>
882                <Dim type="RightEdge" >
883                    <UnifiedDim scale="1" type="RightEdge">
884                        <DimOperator op="Subtract">
885                            <ImageDim imageset="TaharezLook" image="AltProgressRight" dimension="Width" />
886                        </DimOperator>
887                    </UnifiedDim>
888                </Dim>
889                <Dim type="Height" ><UnifiedDim scale="1" offset="-4" type="Height" /></Dim>
890            </Area>
891        </NamedArea>
892        <ImagerySection name="frame">
893            <FrameComponent>
894                <Area>
895                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
896                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
897                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
898                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
899                </Area>
900                <Image type="LeftEdge" imageset="TaharezLook" image="AltProgressLeft" />
901                <Image type="RightEdge" imageset="TaharezLook" image="AltProgressRight" />
902                <Image type="Background" imageset="TaharezLook" image="AltProgressMiddle" />
903            </FrameComponent>
904        </ImagerySection>
905        <ImagerySection name="progress_lights" >
906            <ImageryComponent>
907                <Area>
908                    <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
909                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
910                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
911                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
912                </Area>
913                <Image imageset="TaharezLook" image="AltProgressLight1" />
914                <VertFormat type="Stretched" />
915                <HorzFormat type="Tiled" />
916            </ImageryComponent>
917            <ImageryComponent>
918                <Area>
919                    <Dim type="LeftEdge" ><UnifiedDim scale="0.1" type="LeftEdge" /></Dim>
920                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
921                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
922                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
923                </Area>
924                <Image imageset="TaharezLook" image="AltProgressLight2" />
925                <VertFormat type="Stretched" />
926                <HorzFormat type="Tiled" />
927            </ImageryComponent>
928            <ImageryComponent>
929                <Area>
930                    <Dim type="LeftEdge" ><UnifiedDim scale="0.2" type="LeftEdge" /></Dim>
931                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
932                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
933                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
934                </Area>
935                <Image imageset="TaharezLook" image="AltProgressLight3" />
936                <VertFormat type="Stretched" />
937                <HorzFormat type="Tiled" />
938            </ImageryComponent>
939            <ImageryComponent>
940                <Area>
941                    <Dim type="LeftEdge" ><UnifiedDim scale="0.3" type="LeftEdge" /></Dim>
942                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
943                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
944                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
945                </Area>
946                <Image imageset="TaharezLook" image="AltProgressLight4" />
947                <VertFormat type="Stretched" />
948                <HorzFormat type="Tiled" />
949            </ImageryComponent>
950            <ImageryComponent>
951                <Area>
952                    <Dim type="LeftEdge" ><UnifiedDim scale="0.4" type="LeftEdge" /></Dim>
953                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
954                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
955                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
956                </Area>
957                <Image imageset="TaharezLook" image="AltProgressLight5" />
958                <VertFormat type="Stretched" />
959                <HorzFormat type="Tiled" />
960            </ImageryComponent>
961            <ImageryComponent>
962                <Area>
963                    <Dim type="LeftEdge" ><UnifiedDim scale="0.5" type="LeftEdge" /></Dim>
964                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
965                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
966                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
967                </Area>
968                <Image imageset="TaharezLook" image="AltProgressLight6" />
969                <VertFormat type="Stretched" />
970                <HorzFormat type="Tiled" />
971            </ImageryComponent>
972            <ImageryComponent>
973                <Area>
974                    <Dim type="LeftEdge" ><UnifiedDim scale="0.6" type="LeftEdge" /></Dim>
975                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
976                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
977                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
978                </Area>
979                <Image imageset="TaharezLook" image="AltProgressLight7" />
980                <VertFormat type="Stretched" />
981                <HorzFormat type="Tiled" />
982            </ImageryComponent>
983            <ImageryComponent>
984                <Area>
985                    <Dim type="LeftEdge" ><UnifiedDim scale="0.7" type="LeftEdge" /></Dim>
986                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
987                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
988                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
989                </Area>
990                <Image imageset="TaharezLook" image="AltProgressLight8" />
991                <VertFormat type="Stretched" />
992                <HorzFormat type="Tiled" />
993            </ImageryComponent>
994            <ImageryComponent>
995                <Area>
996                    <Dim type="LeftEdge" ><UnifiedDim scale="0.8" type="LeftEdge" /></Dim>
997                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
998                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
999                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1000                </Area>
1001                <Image imageset="TaharezLook" image="AltProgressLight9" />
1002                <VertFormat type="Stretched" />
1003                <HorzFormat type="Tiled" />
1004            </ImageryComponent>
1005            <ImageryComponent>
1006                <Area>
1007                    <Dim type="LeftEdge" ><UnifiedDim scale="0.9" type="LeftEdge" /></Dim>
1008                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1009                    <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
1010                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1011                </Area>
1012                <Image imageset="TaharezLook" image="AltProgressLight10" />
1013                <VertFormat type="Stretched" />
1014                <HorzFormat type="Tiled" />
1015            </ImageryComponent>
1016        </ImagerySection>
1017        <StateImagery name="Enabled">
1018            <Layer>
1019                <Section section="frame" />
1020            </Layer>
1021        </StateImagery>
1022        <StateImagery name="Disabled">
1023            <Layer>
1024                <Section section="frame">
1025                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1026                </Section>
1027            </Layer>
1028        </StateImagery>
1029        <StateImagery name="EnabledProgress">
1030            <Layer>
1031                <Section section="progress_lights" />
1032            </Layer>
1033        </StateImagery>
1034        <StateImagery name="DisabledProgress">
1035            <Layer>
1036                <Section section="progress_lights">
1037                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1038                </Section>
1039            </Layer>
1040        </StateImagery>
1041    </WidgetLook>
1042   
1043    <!--
1044    ***************************************************
1045        TaharezLook/VUMeter (progress bar)
1046    ***************************************************
1047    -->
1048    <WidgetLook name="TaharezLook/VUMeter">
1049        <Property name="VerticalProgress" value="True" />
1050        <NamedArea name="ProgressArea">
1051            <Area>
1052                <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
1053                <Dim type="TopEdge" ><UnifiedDim scale="0" type="TopEdge" /></Dim>
1054                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1055                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1056            </Area>
1057        </NamedArea>
1058        <ImagerySection name="progress_lights" >
1059            <ImageryComponent>
1060                <Area>
1061                    <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
1062                    <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim>
1063                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1064                    <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
1065                </Area>
1066                <Image imageset="TaharezLook" image="TextSelectionBrush" />
1067                <Colours topLeft="FF00FF00" topRight="FF00FF00" bottomLeft="FF00FF00" bottomRight="FF00FF00" />
1068                <VertFormat type="Tiled" />
1069                <HorzFormat type="Stretched" />
1070            </ImageryComponent>
1071            <ImageryComponent>
1072                <Area>
1073                    <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
1074                    <Dim type="TopEdge" ><UnifiedDim scale="0.2" type="TopEdge" /></Dim>
1075                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1076                    <Dim type="Height" ><UnifiedDim scale="0.3" type="Height" /></Dim>
1077                </Area>
1078                <Image imageset="TaharezLook" image="TextSelectionBrush" />
1079                <Colours topLeft="FFFFFF00" topRight="FFFFFF00" bottomLeft="FFFFFF00" bottomRight="FFFFFF00" />
1080                <VertFormat type="Tiled" />
1081                <HorzFormat type="Stretched" />
1082            </ImageryComponent>
1083            <ImageryComponent>
1084                <Area>
1085                    <Dim type="LeftEdge" ><UnifiedDim scale="0" type="LeftEdge" /></Dim>
1086                    <Dim type="TopEdge" ><UnifiedDim scale="0" type="TopEdge" /></Dim>
1087                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1088                    <Dim type="Height" ><UnifiedDim scale="0.2" type="Height" /></Dim>
1089                </Area>
1090                <Image imageset="TaharezLook" image="TextSelectionBrush" />
1091                <Colours topLeft="FFFF0000" topRight="FFFF0000" bottomLeft="FFFF0000" bottomRight="FFFF0000" />
1092                <VertFormat type="Tiled" />
1093                <HorzFormat type="Stretched" />
1094            </ImageryComponent>
1095        </ImagerySection>
1096        <StateImagery name="Enabled">
1097        </StateImagery>
1098        <StateImagery name="Disabled">
1099        </StateImagery>
1100        <StateImagery name="EnabledProgress">
1101            <Layer>
1102                <Section section="progress_lights" />
1103            </Layer>
1104        </StateImagery>
1105        <StateImagery name="DisabledProgress">
1106            <Layer>
1107                <Section section="progress_lights">
1108                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1109                </Section>
1110            </Layer>
1111        </StateImagery>
1112    </WidgetLook>
1113   
1114    <!--
1115    ***************************************************
1116        TaharezLook/SliderThumb
1117    ***************************************************
1118    -->
1119    <WidgetLook name="TaharezLook/SliderThumb">
1120        <Property name="VertFree" value="True" />
1121        <ImagerySection name="normal">
1122            <ImageryComponent>
1123                <Area>
1124                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1125                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1126                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1127                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1128                </Area>
1129                <Image imageset="TaharezLook" image="VertSliderThumbNormal" />
1130                <VertFormat type="Stretched" />
1131                <HorzFormat type="Stretched" />
1132            </ImageryComponent>
1133        </ImagerySection>
1134        <ImagerySection name="hover">
1135            <ImageryComponent>
1136                <Area>
1137                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1138                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1139                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1140                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1141                </Area>
1142                <Image imageset="TaharezLook" image="VertSliderThumbHover" />
1143                <VertFormat type="Stretched" />
1144                <HorzFormat type="Stretched" />
1145            </ImageryComponent>
1146        </ImagerySection>
1147        <StateImagery name="Normal">
1148            <Layer>
1149                <Section section="normal" />
1150            </Layer>
1151        </StateImagery>
1152        <StateImagery name="Hover">
1153            <Layer>
1154                <Section section="hover" />
1155            </Layer>
1156        </StateImagery>
1157        <StateImagery name="Pushed">
1158            <Layer>
1159                <Section section="hover" />
1160            </Layer>
1161        </StateImagery>
1162        <StateImagery name="Disabled">
1163            <Layer>
1164                <Section section="normal">
1165                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1166                </Section>
1167            </Layer>
1168        </StateImagery>
1169    </WidgetLook>
1170   
1171    <!--
1172    ***************************************************
1173        TaharezLook/Slider
1174    ***************************************************
1175    -->
1176    <WidgetLook name="TaharezLook/Slider">
1177        <Property name="VerticalSlider" value="True" />
1178        <Property name="MouseButtonDownAutoRepeat" value="True" />
1179        <Property name="WantsMultiClickEvents" value="False" />
1180        <NamedArea name="ThumbTrackArea">
1181            <Area>
1182                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1183                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1184                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
1185                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
1186            </Area>
1187        </NamedArea>
1188        <Child  type="TaharezLook/SliderThumb" nameSuffix="__auto_thumb__">
1189            <Area>
1190                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1191                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1192                <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1193                <Dim type="Height" ><ImageDim imageset="TaharezLook" image="VertSliderThumbNormal" dimension="Height" /></Dim>
1194            </Area>
1195        </Child>
1196        <ImagerySection name="main">
1197            <ImageryComponent>
1198                <Area>
1199                    <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
1200                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1201                    <Dim type="Width" ><UnifiedDim scale="1.0" offset="-6" type="Width" /></Dim>
1202                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1203                </Area>
1204                <Image imageset="TaharezLook" image="VertSliderBody" />
1205                <VertFormat type="Stretched" />
1206                <HorzFormat type="Stretched" />
1207            </ImageryComponent>
1208        </ImagerySection>
1209        <StateImagery name="Enabled">
1210            <Layer>
1211                <Section section="main" />
1212            </Layer>
1213        </StateImagery>
1214        <StateImagery name="Disabled">
1215            <Layer>
1216                <Section section="main">
1217                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1218                </Section>
1219            </Layer>
1220        </StateImagery>
1221    </WidgetLook>
1222   
1223    <!--
1224    ***************************************************
1225        TaharezLook/HorizontalScrollbarThumb
1226    ***************************************************
1227    -->
1228    <WidgetLook name="TaharezLook/HorizontalScrollbarThumb">
1229        <Property name="HorzFree" value="True" />
1230        <ImagerySection name="normal">
1231            <FrameComponent>
1232                <Area>
1233                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1234                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1235                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1236                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1237                </Area>
1238                <Image type="LeftEdge" imageset="TaharezLook" image="MiniHorzScrollThumbLeftNormal" />
1239                <Image type="RightEdge" imageset="TaharezLook" image="MiniHorzScrollThumbRightNormal" />
1240                <Image type="Background" imageset="TaharezLook" image="MiniHorzScrollThumbMiddleNormal" />
1241            </FrameComponent>
1242        </ImagerySection>
1243        <ImagerySection name="hover">
1244            <FrameComponent>
1245                <Area>
1246                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1247                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1248                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1249                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1250                </Area>
1251                <Image type="LeftEdge" imageset="TaharezLook" image="MiniHorzScrollThumbLeftHover" />
1252                <Image type="RightEdge" imageset="TaharezLook" image="MiniHorzScrollThumbRightHover" />
1253                <Image type="Background" imageset="TaharezLook" image="MiniHorzScrollThumbMiddleHover" />
1254            </FrameComponent>
1255        </ImagerySection>
1256        <StateImagery name="Normal">
1257            <Layer>
1258                <Section section="normal" />
1259            </Layer>
1260        </StateImagery>
1261        <StateImagery name="Hover">
1262            <Layer>
1263                <Section section="hover" />
1264            </Layer>
1265        </StateImagery>
1266        <StateImagery name="Pushed">
1267            <Layer>
1268                <Section section="normal" />
1269            </Layer>
1270        </StateImagery>
1271        <StateImagery name="Disabled">
1272            <Layer>
1273                <Section section="normal">
1274                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1275                </Section>
1276            </Layer>
1277        </StateImagery>
1278    </WidgetLook>
1279   
1280    <!--
1281    ***************************************************
1282        TaharezLook/HorizontalScrollbar
1283    ***************************************************
1284    -->
1285    <WidgetLook name="TaharezLook/HorizontalScrollbar">
1286        <NamedArea name="ThumbTrackArea">
1287            <Area>
1288                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
1289                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1290                <Dim type="RightEdge" >
1291                    <UnifiedDim scale="1.0" type="RightEdge">
1292                        <DimOperator op="Subtract">
1293                            <ImageDim imageset="TaharezLook" image="MiniHorzScrollRightNormal" dimension="Width" />
1294                        </DimOperator>
1295                    </UnifiedDim>
1296                </Dim>
1297                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
1298            </Area>
1299        </NamedArea>
1300        <Child  type="TaharezLook/Button" nameSuffix="__auto_incbtn__">
1301            <Area>
1302                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1303                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1304                <Dim type="Width" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollRightNormal" dimension="Width" /></Dim>
1305                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1306            </Area>
1307            <HorzAlignment type="RightAligned" />
1308            <Property name="UseStandardImagery" value="False" />
1309            <Property name="NormalImage" value="set:TaharezLook image:MiniHorzScrollRightNormal" />
1310            <Property name="HoverImage" value="set:TaharezLook image:MiniHorzScrollRightHover" />
1311            <Property name="PushedImage" value="set:TaharezLook image:MiniHorzScrollRightNormal" />
1312        </Child>
1313        <Child  type="TaharezLook/Button" nameSuffix="__auto_decbtn__">
1314            <Area>
1315                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1316                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1317                <Dim type="Width" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
1318                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1319            </Area>
1320            <Property name="UseStandardImagery" value="False" />
1321            <Property name="NormalImage" value="set:TaharezLook image:MiniHorzScrollLeftNormal" />
1322            <Property name="HoverImage" value="set:TaharezLook image:MiniHorzScrollLeftHover" />
1323            <Property name="PushedImage" value="set:TaharezLook image:MiniHorzScrollLeftNormal" />
1324        </Child>
1325        <Child  type="TaharezLook/HorizontalScrollbarThumb" nameSuffix="__auto_thumb__">
1326            <Area>
1327                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1328                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1329                <Dim type="Width" ><UnifiedDim scale="0.1" type="Width" /></Dim>
1330                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1331            </Area>
1332        </Child>
1333        <ImagerySection name="main">
1334            <ImageryComponent>
1335                <Area>
1336                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MiniHorzScrollLeftNormal" dimension="Width" /></Dim>
1337                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1338                    <Dim type="RightEdge" >
1339                        <UnifiedDim scale="1.0" type="RightEdge">
1340                            <DimOperator op="Subtract">
1341                                <ImageDim imageset="TaharezLook" image="MiniHorzScrollRightNormal" dimension="Width" />
1342                            </DimOperator>
1343                        </UnifiedDim>
1344                    </Dim>
1345                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
1346                </Area>
1347                <Image imageset="TaharezLook" image="MiniHorzScrollBarSegment" />
1348                <VertFormat type="CentreAligned" />
1349                <HorzFormat type="Stretched" />
1350            </ImageryComponent>
1351        </ImagerySection>
1352        <StateImagery name="Enabled">
1353            <Layer>
1354                <Section section="main" />
1355            </Layer>
1356        </StateImagery>
1357        <StateImagery name="Disabled">
1358            <Layer>
1359                <Section section="main">
1360                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1361                </Section>
1362            </Layer>
1363        </StateImagery>
1364    </WidgetLook>
1365   
1366    <!--
1367    ***************************************************
1368        TaharezLook/VerticalScrollbarThumb
1369    ***************************************************
1370    -->
1371    <WidgetLook name="TaharezLook/VerticalScrollbarThumb">
1372        <Property name="VertFree" value="True" />
1373        <ImagerySection name="normal">
1374            <FrameComponent>
1375                <Area>
1376                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1377                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1378                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1379                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1380                </Area>
1381                <Image type="TopEdge" imageset="TaharezLook" image="MiniVertScrollThumbTopNormal" />
1382                <Image type="BottomEdge" imageset="TaharezLook" image="MiniVertScrollThumbBottomNormal" />
1383                <Image type="Background" imageset="TaharezLook" image="MiniVertScrollThumbMiddleNormal" />
1384            </FrameComponent>
1385        </ImagerySection>
1386        <ImagerySection name="hover">
1387            <FrameComponent>
1388                <Area>
1389                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1390                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1391                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1392                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1393                </Area>
1394                <Image type="TopEdge" imageset="TaharezLook" image="MiniVertScrollThumbTopHover" />
1395                <Image type="BottomEdge" imageset="TaharezLook" image="MiniVertScrollThumbBottomHover" />
1396                <Image type="Background" imageset="TaharezLook" image="MiniVertScrollThumbMiddleHover" />
1397            </FrameComponent>
1398        </ImagerySection>
1399        <StateImagery name="Normal">
1400            <Layer>
1401                <Section section="normal" />
1402            </Layer>
1403        </StateImagery>
1404        <StateImagery name="Hover">
1405            <Layer>
1406                <Section section="hover" />
1407            </Layer>
1408        </StateImagery>
1409        <StateImagery name="Pushed">
1410            <Layer>
1411                <Section section="normal" />
1412            </Layer>
1413        </StateImagery>
1414        <StateImagery name="Disabled">
1415            <Layer>
1416                <Section section="normal">
1417                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1418                </Section>
1419            </Layer>
1420        </StateImagery>
1421    </WidgetLook>
1422   
1423    <!--
1424    ***************************************************
1425        TaharezLook/VerticalScrollbar
1426    ***************************************************
1427    -->
1428    <WidgetLook name="TaharezLook/VerticalScrollbar">
1429        <Property name="VerticalScrollbar" value="True" />
1430        <NamedArea name="ThumbTrackArea">
1431            <Area>
1432                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1433                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
1434                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
1435                <Dim type="BottomEdge" >
1436                    <UnifiedDim scale="1.0" type="BottomEdge">
1437                        <DimOperator op="Subtract">
1438                            <ImageDim imageset="TaharezLook" image="MiniVertScrollDownNormal" dimension="Height" />
1439                        </DimOperator>
1440                    </UnifiedDim>
1441                </Dim>
1442            </Area>
1443        </NamedArea>
1444        <Child  type="TaharezLook/Button" nameSuffix="__auto_incbtn__">
1445            <Area>
1446                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1447                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1448                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1449                <Dim type="Height" ><ImageDim imageset="TaharezLook" image="MiniVertScrollDownNormal" dimension="Height" /></Dim>
1450            </Area>
1451            <VertAlignment type="BottomAligned" />
1452            <Property name="UseStandardImagery" value="False" />
1453            <Property name="NormalImage" value="set:TaharezLook image:MiniVertScrollDownNormal" />
1454            <Property name="HoverImage" value="set:TaharezLook image:MiniVertScrollDownHover" />
1455            <Property name="PushedImage" value="set:TaharezLook image:MiniVertScrollDownNormal" />
1456        </Child>
1457        <Child  type="TaharezLook/Button" nameSuffix="__auto_decbtn__">
1458            <Area>
1459                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1460                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1461                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1462                <Dim type="Height" ><ImageDim imageset="TaharezLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
1463            </Area>
1464            <Property name="UseStandardImagery" value="False" />
1465            <Property name="NormalImage" value="set:TaharezLook image:MiniVertScrollUpNormal" />
1466            <Property name="HoverImage" value="set:TaharezLook image:MiniVertScrollUpHover" />
1467            <Property name="PushedImage" value="set:TaharezLook image:MiniVertScrollUpNormal" />
1468        </Child>
1469        <Child  type="TaharezLook/VerticalScrollbarThumb" nameSuffix="__auto_thumb__">
1470            <Area>
1471                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1472                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1473                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1474                <Dim type="Height" ><UnifiedDim scale="0.1" type="Height" /></Dim>
1475            </Area>
1476        </Child>
1477        <ImagerySection name="main">
1478            <ImageryComponent>
1479                <Area>
1480                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1481                    <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MiniVertScrollUpNormal" dimension="Height" /></Dim>
1482                    <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
1483                    <Dim type="BottomEdge" >
1484                        <UnifiedDim scale="1.0" type="BottomEdge">
1485                            <DimOperator op="Subtract">
1486                                <ImageDim imageset="TaharezLook" image="MiniVertScrollDownNormal" dimension="Height" />
1487                            </DimOperator>
1488                        </UnifiedDim>
1489                    </Dim>
1490                </Area>
1491                <Image imageset="TaharezLook" image="MiniVertScrollBarSegment" />
1492                <VertFormat type="Stretched" />
1493                <HorzFormat type="CentreAligned" />
1494            </ImageryComponent>
1495        </ImagerySection>
1496        <StateImagery name="Enabled">
1497            <Layer>
1498                <Section section="main" />
1499            </Layer>
1500        </StateImagery>
1501        <StateImagery name="Disabled">
1502            <Layer>
1503                <Section section="main">
1504                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1505                </Section>
1506            </Layer>
1507        </StateImagery>
1508    </WidgetLook>
1509   
1510    <!--
1511    ***************************************************
1512        TaharezLook/Listbox
1513    ***************************************************
1514    -->
1515    <WidgetLook name="TaharezLook/Listbox">
1516        <NamedArea name="ItemRenderingArea">
1517            <Area>
1518                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
1519                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
1520                <Dim type="RightEdge" >
1521                    <UnifiedDim scale="1" type="RightEdge">
1522                        <DimOperator op="Subtract">
1523                            <ImageDim imageset="TaharezLook" image="ListboxRight" dimension="Width" />
1524                        </DimOperator>
1525                    </UnifiedDim>
1526                </Dim>
1527                <Dim type="BottomEdge" >
1528                    <UnifiedDim scale="1" type="BottomEdge">
1529                        <DimOperator op="Subtract">
1530                            <ImageDim imageset="TaharezLook" image="ListboxBottom" dimension="Height" />
1531                        </DimOperator>
1532                    </UnifiedDim>
1533                </Dim>
1534            </Area>
1535        </NamedArea>
1536        <NamedArea name="ItemRenderingAreaHScroll">
1537            <Area>
1538                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
1539                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
1540                <Dim type="RightEdge" >
1541                    <UnifiedDim scale="1" type="RightEdge">
1542                        <DimOperator op="Subtract">
1543                            <ImageDim imageset="TaharezLook" image="ListboxRight" dimension="Width" />
1544                        </DimOperator>
1545                    </UnifiedDim>
1546                </Dim>
1547                <Dim type="BottomEdge" >
1548                    <UnifiedDim scale="1" type="BottomEdge">
1549                        <DimOperator op="Subtract">
1550                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
1551                        </DimOperator>
1552                    </UnifiedDim>
1553                </Dim>
1554            </Area>
1555        </NamedArea>
1556        <NamedArea name="ItemRenderingAreaVScroll">
1557            <Area>
1558                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
1559                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
1560                <Dim type="RightEdge" >
1561                    <UnifiedDim scale="1" type="RightEdge">
1562                        <DimOperator op="Subtract">
1563                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
1564                        </DimOperator>
1565                    </UnifiedDim>
1566                </Dim>
1567                <Dim type="BottomEdge" >
1568                    <UnifiedDim scale="1" type="BottomEdge">
1569                        <DimOperator op="Subtract">
1570                            <ImageDim imageset="TaharezLook" image="ListboxBottom" dimension="Height" />
1571                        </DimOperator>
1572                    </UnifiedDim>
1573                </Dim>
1574            </Area>
1575        </NamedArea>
1576        <NamedArea name="ItemRenderingAreaHVScroll">
1577            <Area>
1578                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ListboxLeft" dimension="Width" /></Dim>
1579                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ListboxTop" dimension="Height" /></Dim>
1580                <Dim type="RightEdge" >
1581                    <UnifiedDim scale="1" type="RightEdge">
1582                        <DimOperator op="Subtract">
1583                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
1584                        </DimOperator>
1585                    </UnifiedDim>
1586                </Dim>
1587                <Dim type="BottomEdge" >
1588                    <UnifiedDim scale="1" type="BottomEdge">
1589                        <DimOperator op="Subtract">
1590                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
1591                        </DimOperator>
1592                    </UnifiedDim>
1593                </Dim>
1594            </Area>
1595        </NamedArea>
1596        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
1597            <Area>
1598                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1599                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1600                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
1601                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
1602            </Area>
1603            <VertAlignment type="BottomAligned" />
1604        </Child>
1605        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
1606            <Area>
1607                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1608                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1609                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
1610                <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
1611            </Area>
1612            <HorzAlignment type="RightAligned" />
1613        </Child>
1614        <ImagerySection name="main">
1615            <FrameComponent>
1616                <Area>
1617                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1618                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1619                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1620                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1621                </Area>
1622                <Image type="TopLeftCorner" imageset="TaharezLook" image="ListboxTopLeft" />
1623                <Image type="TopRightCorner" imageset="TaharezLook" image="ListboxTopRight" />
1624                <Image type="BottomLeftCorner" imageset="TaharezLook" image="ListboxBottomLeft" />
1625                <Image type="BottomRightCorner" imageset="TaharezLook" image="ListboxBottomRight" />
1626                <Image type="LeftEdge" imageset="TaharezLook" image="ListboxLeft" />
1627                <Image type="RightEdge" imageset="TaharezLook" image="ListboxRight" />
1628                <Image type="TopEdge" imageset="TaharezLook" image="ListboxTop" />
1629                <Image type="BottomEdge" imageset="TaharezLook" image="ListboxBottom" />
1630                <Image type="Background" imageset="TaharezLook" image="ListboxBackdrop" />
1631            </FrameComponent>
1632        </ImagerySection>
1633        <StateImagery name="Enabled">
1634            <Layer>
1635                <Section section="main" />
1636            </Layer>
1637        </StateImagery>
1638        <StateImagery name="Disabled">
1639            <Layer>
1640                <Section section="main">
1641                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1642                </Section>
1643            </Layer>
1644        </StateImagery>
1645    </WidgetLook>
1646   
1647    <!--
1648    ***************************************************
1649        TaharezLook/ComboDropList
1650    ***************************************************
1651    -->
1652    <WidgetLook name="TaharezLook/ComboDropList">
1653        <NamedArea name="ItemRenderingArea">
1654            <Area>
1655                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
1656                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
1657                <Dim type="RightEdge" >
1658                    <UnifiedDim scale="1" type="RightEdge">
1659                        <DimOperator op="Subtract">
1660                            <ImageDim imageset="TaharezLook" image="ComboboxListRight" dimension="Width" />
1661                        </DimOperator>
1662                    </UnifiedDim>
1663                </Dim>
1664                <Dim type="BottomEdge" >
1665                    <UnifiedDim scale="1" type="BottomEdge">
1666                        <DimOperator op="Subtract">
1667                            <ImageDim imageset="TaharezLook" image="ComboboxListBottom" dimension="Height" />
1668                        </DimOperator>
1669                    </UnifiedDim>
1670                </Dim>
1671            </Area>
1672        </NamedArea>
1673        <NamedArea name="ItemRenderingAreaHScroll">
1674            <Area>
1675                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
1676                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
1677                <Dim type="RightEdge" >
1678                    <UnifiedDim scale="1" type="RightEdge">
1679                        <DimOperator op="Subtract">
1680                            <ImageDim imageset="TaharezLook" image="ComboboxListRight" dimension="Width" />
1681                        </DimOperator>
1682                    </UnifiedDim>
1683                </Dim>
1684                <Dim type="BottomEdge" >
1685                    <UnifiedDim scale="1" type="BottomEdge">
1686                        <DimOperator op="Subtract">
1687                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
1688                        </DimOperator>
1689                    </UnifiedDim>
1690                </Dim>
1691            </Area>
1692        </NamedArea>
1693        <NamedArea name="ItemRenderingAreaVScroll">
1694            <Area>
1695                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
1696                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
1697                <Dim type="RightEdge" >
1698                    <UnifiedDim scale="1" type="RightEdge">
1699                        <DimOperator op="Subtract">
1700                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
1701                        </DimOperator>
1702                    </UnifiedDim>
1703                </Dim>
1704                <Dim type="BottomEdge" >
1705                    <UnifiedDim scale="1" type="BottomEdge">
1706                        <DimOperator op="Subtract">
1707                            <ImageDim imageset="TaharezLook" image="ComboboxListBottom" dimension="Height" />
1708                        </DimOperator>
1709                    </UnifiedDim>
1710                </Dim>
1711            </Area>
1712        </NamedArea>
1713        <NamedArea name="ItemRenderingAreaHVScroll">
1714            <Area>
1715                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListLeft" dimension="Width" /></Dim>
1716                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="ComboboxListTop" dimension="Height" /></Dim>
1717                <Dim type="RightEdge" >
1718                    <UnifiedDim scale="1" type="RightEdge">
1719                        <DimOperator op="Subtract">
1720                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
1721                        </DimOperator>
1722                    </UnifiedDim>
1723                </Dim>
1724                <Dim type="BottomEdge" >
1725                    <UnifiedDim scale="1" type="BottomEdge">
1726                        <DimOperator op="Subtract">
1727                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
1728                        </DimOperator>
1729                    </UnifiedDim>
1730                </Dim>
1731            </Area>
1732        </NamedArea>
1733        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
1734            <Area>
1735                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1736                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1737                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
1738                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
1739            </Area>
1740            <VertAlignment type="BottomAligned" />
1741        </Child>
1742        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
1743            <Area>
1744                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1745                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1746                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
1747                <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
1748            </Area>
1749            <HorzAlignment type="RightAligned" />
1750        </Child>
1751        <ImagerySection name="main">
1752            <FrameComponent>
1753                <Area>
1754                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1755                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1756                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1757                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1758                </Area>
1759                <Image type="TopLeftCorner" imageset="TaharezLook" image="ComboboxListTopLeft" />
1760                <Image type="TopRightCorner" imageset="TaharezLook" image="ComboboxListTopRight" />
1761                <Image type="BottomLeftCorner" imageset="TaharezLook" image="ComboboxListBottomLeft" />
1762                <Image type="BottomRightCorner" imageset="TaharezLook" image="ComboboxListBottomRight" />
1763                <Image type="LeftEdge" imageset="TaharezLook" image="ComboboxListLeft" />
1764                <Image type="RightEdge" imageset="TaharezLook" image="ComboboxListRight" />
1765                <Image type="TopEdge" imageset="TaharezLook" image="ComboboxListTop" />
1766                <Image type="BottomEdge" imageset="TaharezLook" image="ComboboxListBottom" />
1767                <Image type="Background" imageset="TaharezLook" image="ComboboxListBackdrop" />
1768            </FrameComponent>
1769        </ImagerySection>
1770        <StateImagery name="Enabled">
1771            <Layer>
1772                <Section section="main" />
1773            </Layer>
1774        </StateImagery>
1775        <StateImagery name="Disabled">
1776            <Layer>
1777                <Section section="main">
1778                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1779                </Section>
1780            </Layer>
1781        </StateImagery>
1782    </WidgetLook>
1783   
1784    <!--
1785    ***************************************************
1786        TaharezLook/ComboEditbox
1787    ***************************************************
1788    -->
1789    <WidgetLook name="TaharezLook/ComboEditbox">
1790        <Property name="MouseCursorImage" value="set:TaharezLook image:MouseTextBar" />
1791        <NamedArea name="TextArea">
1792            <Area>
1793                <Dim type="LeftEdge" ><AbsoluteDim value="5" /></Dim>
1794                <Dim type="TopEdge" ><AbsoluteDim value="5" /></Dim>
1795                <Dim type="RightEdge" ><UnifiedDim scale="1.0" offset="-5" type="RightEdge" /></Dim>
1796                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" offset="-5" type="BottomEdge" /></Dim>
1797            </Area>
1798        </NamedArea>
1799        <ImagerySection name="container_normal">
1800            <FrameComponent>
1801                <Area>
1802                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1803                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1804                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
1805                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
1806                </Area>
1807                <Image type="LeftEdge" imageset="TaharezLook" image="ComboboxEditLeft" />
1808                <Image type="Background" imageset="TaharezLook" image="ComboboxEditMiddle" />
1809            </FrameComponent>
1810        </ImagerySection>
1811        <ImagerySection name="selection">
1812            <ImageryComponent>
1813                <Area>
1814                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1815                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1816                    <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
1817                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
1818                </Area>
1819                <Image imageset="TaharezLook" image="TextSelectionBrush" />
1820                <VertFormat type="Stretched" />
1821                <HorzFormat type="Stretched" />
1822            </ImageryComponent>
1823        </ImagerySection>
1824        <ImagerySection name="Carat">
1825            <ImageryComponent>
1826                <Area>
1827                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1828                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1829                    <Dim type="Width" ><ImageDim imageset="TaharezLook" image="EditBoxCarat" dimension="Width" /></Dim>
1830                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
1831                </Area>
1832                <Image imageset="TaharezLook" image="EditBoxCarat" />
1833                <VertFormat type="Stretched" />
1834                <HorzFormat type="Stretched" />
1835            </ImageryComponent>
1836        </ImagerySection>
1837        <StateImagery name="Enabled">
1838            <Layer>
1839                <Section section="container_normal" />
1840            </Layer>
1841        </StateImagery>
1842        <StateImagery name="ReadOnly">
1843            <Layer>
1844                <Section section="container_normal" />
1845            </Layer>
1846        </StateImagery>
1847        <StateImagery name="Disabled">
1848            <Layer>
1849                <Section section="container_normal">
1850                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
1851                </Section>
1852            </Layer>
1853        </StateImagery>
1854        <StateImagery name="ActiveSelection">
1855            <Layer>
1856                <Section section="selection">
1857                    <ColourProperty name="ActiveSelectionColour" />
1858                </Section>
1859            </Layer>
1860        </StateImagery>
1861        <StateImagery name="InactiveSelection">
1862            <Layer>
1863                <Section section="selection">
1864                    <ColourProperty name="InactiveSelectionColour" />
1865                </Section>
1866            </Layer>
1867        </StateImagery>
1868    </WidgetLook>
1869   
1870    <!--
1871    ***************************************************
1872        TaharezLook/Combobox
1873    ***************************************************
1874    -->
1875    <WidgetLook name="TaharezLook/Combobox">
1876        <Child  type="TaharezLook/ComboEditbox" nameSuffix="__auto_editbox__">
1877            <Area>
1878                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1879                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1880                <Dim type="RightEdge" >
1881                    <UnifiedDim scale="1" type="RightEdge">
1882                        <DimOperator op="Subtract">
1883                            <FontDim type="LineSpacing">
1884                                <DimOperator op="Multiply">
1885                                    <AbsoluteDim value="1.5" />
1886                                </DimOperator>
1887                            </FontDim>
1888                        </DimOperator>
1889                    </UnifiedDim>
1890                </Dim>
1891                <Dim type="Height" >
1892                    <FontDim type="LineSpacing">
1893                        <DimOperator op="Multiply">
1894                            <AbsoluteDim value="1.5" />
1895                        </DimOperator>
1896                    </FontDim>
1897                </Dim>
1898            </Area>
1899        </Child>
1900        <Child  type="TaharezLook/ComboDropList" nameSuffix="__auto_droplist__">
1901            <Area>
1902                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1903                <Dim type="TopEdge" ><WidgetDim widget="__auto_editbox__" dimension="BottomEdge" /></Dim>
1904                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1905                <Dim type="BottomEdge" ><UnifiedDim scale="1" type="BottomEdge" /></Dim>
1906            </Area>
1907        </Child>
1908        <Child  type="TaharezLook/Button" nameSuffix="__auto_button__">
1909            <Area>
1910                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1911                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1912                <Dim type="Width" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
1913                <Dim type="Height" ><WidgetDim widget="__auto_editbox__" dimension="Height" /></Dim>
1914            </Area>
1915            <HorzAlignment type="RightAligned" />
1916            <Property name="UseStandardImagery" value="False" />
1917            <Property name="NormalImage" value="set:TaharezLook image:ComboboxListButtonNormal" />
1918            <Property name="HoverImage" value="set:TaharezLook image:ComboboxListButtonHover" />
1919            <Property name="PushedImage" value="set:TaharezLook image:ComboboxListButtonNormal" />
1920        </Child>
1921        <StateImagery name="Enabled" />
1922        <StateImagery name="Disabled" />
1923    </WidgetLook>
1924   
1925    <!--
1926    ***************************************************
1927        TaharezLook/Spinner
1928    ***************************************************
1929    -->
1930    <WidgetLook name="TaharezLook/Spinner">
1931        <Child  type="TaharezLook/Editbox" nameSuffix="__auto_editbox__">
1932            <Area>
1933                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1934                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1935                <Dim type="RightEdge" >
1936                    <UnifiedDim scale="1" type="RightEdge">
1937                        <DimOperator op="Subtract">
1938                            <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" />
1939                        </DimOperator>
1940                    </UnifiedDim>
1941                </Dim>
1942                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1943            </Area>
1944        </Child>
1945        <Child  type="TaharezLook/Button" nameSuffix="__auto_incbtn__">
1946            <Area>
1947                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1948                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1949                <Dim type="Width" ><ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" /></Dim>
1950                <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
1951            </Area>
1952            <HorzAlignment type="RightAligned" />
1953            <Property name="UseStandardImagery" value="False" />
1954            <Property name="NormalImage" value="set:TaharezLook image:VertScrollUpNormal" />
1955            <Property name="HoverImage" value="set:TaharezLook image:VertScrollUpHover" />
1956            <Property name="PushedImage" value="set:TaharezLook image:VertScrollUpNormal" />
1957        </Child>
1958        <Child  type="TaharezLook/Button" nameSuffix="__auto_decbtn__">
1959            <Area>
1960                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1961                <Dim type="TopEdge" ><UnifiedDim scale="0.5" type="TopEdge" /></Dim>
1962                <Dim type="Width" ><ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width" /></Dim>
1963                <Dim type="Height" ><UnifiedDim scale="0.5" type="Height" /></Dim>
1964            </Area>
1965            <HorzAlignment type="RightAligned" />
1966            <Property name="UseStandardImagery" value="False" />
1967            <Property name="NormalImage" value="set:TaharezLook image:VertScrollDownNormal" />
1968            <Property name="HoverImage" value="set:TaharezLook image:VertScrollDownHover" />
1969            <Property name="PushedImage" value="set:TaharezLook image:VertScrollDownNormal" />
1970        </Child>
1971        <StateImagery name="Enabled" />
1972        <StateImagery name="Disabled" />
1973    </WidgetLook>
1974   
1975    <!--
1976    ***************************************************
1977        TaharezLook/StaticShared
1978        (Shared imagery components for static widgets)
1979    ***************************************************
1980    -->
1981    <WidgetLook name="TaharezLook/StaticShared">
1982        <ImagerySection name="frame">
1983            <FrameComponent>
1984                <Area>
1985                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
1986                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
1987                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
1988                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
1989                </Area>
1990                <Image type="TopLeftCorner" imageset="TaharezLook" image="StaticTopLeft" />
1991                <Image type="TopRightCorner" imageset="TaharezLook" image="StaticTopRight" />
1992                <Image type="BottomLeftCorner" imageset="TaharezLook" image="StaticBottomLeft" />
1993                <Image type="BottomRightCorner" imageset="TaharezLook" image="StaticBottomRight" />
1994                <Image type="LeftEdge" imageset="TaharezLook" image="StaticLeft" />
1995                <Image type="RightEdge" imageset="TaharezLook" image="StaticRight" />
1996                <Image type="TopEdge" imageset="TaharezLook" image="StaticTop" />
1997                <Image type="BottomEdge" imageset="TaharezLook" image="StaticBottom" />
1998            </FrameComponent>
1999        </ImagerySection>
2000        <ImagerySection name="background">
2001            <ImageryComponent>
2002                <Area>
2003                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2004                    <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2005                    <Dim type="RightEdge" >
2006                        <UnifiedDim scale="1" type="RightEdge">
2007                            <DimOperator op="Subtract">
2008                                <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
2009                            </DimOperator>
2010                        </UnifiedDim>
2011                    </Dim>
2012                    <Dim type="BottomEdge" >
2013                        <UnifiedDim scale="1" type="BottomEdge">
2014                            <DimOperator op="Subtract">
2015                                <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
2016                            </DimOperator>
2017                        </UnifiedDim>
2018                    </Dim>
2019                </Area>
2020                <Image imageset="TaharezLook" image="StaticBackdrop" />
2021                <VertFormat type="Stretched" />
2022                <HorzFormat type="Stretched" />
2023            </ImageryComponent>
2024        </ImagerySection>
2025    </WidgetLook>
2026   
2027    <!--
2028    ***************************************************
2029        TaharezLook/StaticImage
2030    ***************************************************
2031    -->
2032    <WidgetLook name="TaharezLook/StaticImage">
2033        <Property name="FrameEnabled" value="True" />
2034        <Property name="BackgroundEnabled" value="True" />
2035        <NamedArea name="WithFrameImageRenderArea">
2036            <Area>
2037                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2038                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2039                <Dim type="RightEdge" >
2040                    <UnifiedDim scale="1" type="RightEdge">
2041                        <DimOperator op="Subtract">
2042                            <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
2043                        </DimOperator>
2044                    </UnifiedDim>
2045                </Dim>
2046                <Dim type="BottomEdge" >
2047                    <UnifiedDim scale="1" type="BottomEdge">
2048                        <DimOperator op="Subtract">
2049                            <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
2050                        </DimOperator>
2051                    </UnifiedDim>
2052                </Dim>
2053            </Area>
2054        </NamedArea>
2055        <NamedArea name="NoFrameImageRenderArea">
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" type="Width" /></Dim>
2060                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2061            </Area>
2062        </NamedArea>
2063        <StateImagery name="Enabled" />
2064        <StateImagery name="Disabled" />
2065        <StateImagery name="EnabledFrame">
2066            <Layer>
2067                <Section look="TaharezLook/StaticShared" section="frame" />
2068            </Layer>
2069        </StateImagery>
2070        <StateImagery name="DisabledFrame">
2071            <Layer>
2072                <Section look="TaharezLook/StaticShared" section="frame" />
2073            </Layer>
2074        </StateImagery>
2075        <StateImagery name="EnabledBackground">
2076            <Layer>
2077                <Section look="TaharezLook/StaticShared" section="background" />
2078            </Layer>
2079        </StateImagery>
2080        <StateImagery name="DisabledBackground">
2081            <Layer>
2082                <Section look="TaharezLook/StaticShared" section="background" />
2083            </Layer>
2084        </StateImagery>
2085    </WidgetLook>
2086   
2087    <!--
2088    ***************************************************
2089        TaharezLook/StaticText
2090    ***************************************************
2091    -->
2092    <WidgetLook name="TaharezLook/StaticText">
2093        <Property name="FrameEnabled" value="True" />
2094        <Property name="BackgroundEnabled" value="True" />
2095        <NamedArea name="TextRenderArea">
2096            <Area>
2097                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2098                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2099                <Dim type="RightEdge" >
2100                    <UnifiedDim scale="1" type="RightEdge">
2101                        <DimOperator op="Subtract">
2102                            <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
2103                        </DimOperator>
2104                    </UnifiedDim>
2105                </Dim>
2106                <Dim type="BottomEdge" >
2107                    <UnifiedDim scale="1" type="BottomEdge">
2108                        <DimOperator op="Subtract">
2109                            <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
2110                        </DimOperator>
2111                    </UnifiedDim>
2112                </Dim>
2113            </Area>
2114        </NamedArea>
2115        <NamedArea name="TextRenderAreaHScroll">
2116            <Area>
2117                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2118                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2119                <Dim type="RightEdge" >
2120                    <UnifiedDim scale="1" type="RightEdge">
2121                        <DimOperator op="Subtract">
2122                            <ImageDim imageset="TaharezLook" image="StaticRight" dimension="Width" />
2123                        </DimOperator>
2124                    </UnifiedDim>
2125                </Dim>
2126                <Dim type="BottomEdge" >
2127                    <UnifiedDim scale="1" type="BottomEdge">
2128                        <DimOperator op="Subtract">
2129                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2130                        </DimOperator>
2131                    </UnifiedDim>
2132                </Dim>
2133            </Area>
2134        </NamedArea>
2135        <NamedArea name="TextRenderAreaVScroll">
2136            <Area>
2137                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2138                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2139                <Dim type="RightEdge" >
2140                    <UnifiedDim scale="1" type="RightEdge">
2141                        <DimOperator op="Subtract">
2142                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2143                        </DimOperator>
2144                    </UnifiedDim>
2145                </Dim>
2146                <Dim type="BottomEdge" >
2147                    <UnifiedDim scale="1" type="BottomEdge">
2148                        <DimOperator op="Subtract">
2149                            <ImageDim imageset="TaharezLook" image="StaticBottom" dimension="Height" />
2150                        </DimOperator>
2151                    </UnifiedDim>
2152                </Dim>
2153            </Area>
2154        </NamedArea>
2155        <NamedArea name="TextRenderAreaHVScroll">
2156            <Area>
2157                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="StaticLeft" dimension="Width" /></Dim>
2158                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="StaticTop" dimension="Height" /></Dim>
2159                <Dim type="RightEdge" >
2160                    <UnifiedDim scale="1" type="RightEdge">
2161                        <DimOperator op="Subtract">
2162                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2163                        </DimOperator>
2164                    </UnifiedDim>
2165                </Dim>
2166                <Dim type="BottomEdge" >
2167                    <UnifiedDim scale="1" type="BottomEdge">
2168                        <DimOperator op="Subtract">
2169                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2170                        </DimOperator>
2171                    </UnifiedDim>
2172                </Dim>
2173            </Area>
2174        </NamedArea>
2175        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
2176            <Area>
2177                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2178                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2179                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
2180                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
2181            </Area>
2182            <VertAlignment type="BottomAligned" />
2183        </Child>
2184        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
2185            <Area>
2186                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2187                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2188                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
2189                <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
2190            </Area>
2191            <HorzAlignment type="RightAligned" />
2192        </Child>
2193        <StateImagery name="Enabled" />
2194        <StateImagery name="Disabled" />
2195        <StateImagery name="EnabledFrame">
2196            <Layer>
2197                <Section look="TaharezLook/StaticShared" section="frame" />
2198            </Layer>
2199        </StateImagery>
2200        <StateImagery name="DisabledFrame">
2201            <Layer>
2202                <Section look="TaharezLook/StaticShared" section="frame" />
2203            </Layer>
2204        </StateImagery>
2205        <StateImagery name="EnabledBackground">
2206            <Layer>
2207                <Section look="TaharezLook/StaticShared" section="background" />
2208            </Layer>
2209        </StateImagery>
2210        <StateImagery name="DisabledBackground">
2211            <Layer>
2212                <Section look="TaharezLook/StaticShared" section="background" />
2213            </Layer>
2214        </StateImagery>
2215    </WidgetLook>
2216   
2217    <!--
2218    ***************************************************
2219        TaharezLook/ListHeaderSegment
2220    ***************************************************
2221    -->
2222    <WidgetLook name="TaharezLook/ListHeaderSegment">
2223        <Property name="SizingCursorImage" value="set:TaharezLook image:MouseEsWeCursor" />
2224        <Property name="MovingCursorImage" value="set:TaharezLook image:MouseMoveCursor" />
2225        <ImagerySection name="segment_normal">
2226            <Colours topLeft="FFDDDDDD" topRight="FFDDDDDD" bottomLeft="FFDDDDDD" bottomRight="FFDDDDDD" />
2227            <ImageryComponent>
2228                <Area>
2229                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2230                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2231                    <Dim type="RightEdge" >
2232                        <UnifiedDim scale="1" type="RightEdge">
2233                            <DimOperator op="Subtract">
2234                                <ImageDim imageset="TaharezLook" image="HeaderBarSplitterNormal" dimension="Width" />
2235                            </DimOperator>
2236                        </UnifiedDim>
2237                    </Dim>
2238                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2239                </Area>
2240                <Image imageset="TaharezLook" image="HeaderBarBackdropNormal" />
2241                <VertFormat type="Stretched" />
2242                <HorzFormat type="Stretched" />
2243            </ImageryComponent>
2244        </ImagerySection>
2245        <ImagerySection name="segment_hover">
2246            <ImageryComponent>
2247                <Area>
2248                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2249                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2250                    <Dim type="RightEdge" >
2251                        <UnifiedDim scale="1" type="RightEdge">
2252                            <DimOperator op="Subtract">
2253                                <ImageDim imageset="TaharezLook" image="HeaderBarSplitterNormal" dimension="Width" />
2254                            </DimOperator>
2255                        </UnifiedDim>
2256                    </Dim>
2257                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2258                </Area>
2259                <Image imageset="TaharezLook" image="HeaderBarBackdropHover" />
2260                <VertFormat type="Stretched" />
2261                <HorzFormat type="Stretched" />
2262            </ImageryComponent>
2263        </ImagerySection>
2264        <ImagerySection name="splitter_normal">
2265            <ImageryComponent>
2266                <Area>
2267                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2268                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2269                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2270                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2271                </Area>
2272                <Image imageset="TaharezLook" image="HeaderBarSplitterNormal" />
2273                <VertFormat type="Stretched" />
2274                <HorzFormat type="RightAligned" />
2275            </ImageryComponent>
2276        </ImagerySection>
2277        <ImagerySection name="splitter_hover">
2278            <ImageryComponent>
2279                <Area>
2280                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2281                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2282                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2283                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2284                </Area>
2285                <Image imageset="TaharezLook" image="HeaderBarSplitterHover" />
2286                <VertFormat type="Stretched" />
2287                <HorzFormat type="RightAligned" />
2288            </ImageryComponent>
2289        </ImagerySection>
2290        <ImagerySection name="ascend_icon">
2291            <ImageryComponent>
2292                <Area>
2293                    <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
2294                    <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
2295                    <Dim type="Width" ><ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Width" /></Dim>
2296                    <Dim type="Height" ><ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Height" /></Dim>
2297                </Area>
2298                <Image imageset="TaharezLook" image="HeaderBarSortUp" />
2299            </ImageryComponent>
2300        </ImagerySection>
2301        <ImagerySection name="descend_icon">
2302            <ImageryComponent>
2303                <Area>
2304                    <Dim type="LeftEdge" ><AbsoluteDim value="3" /></Dim>
2305                    <Dim type="TopEdge" ><AbsoluteDim value="3" /></Dim>
2306                    <Dim type="Width" ><ImageDim imageset="TaharezLook" image="HeaderBarSortDown" dimension="Width" /></Dim>
2307                    <Dim type="Height" ><ImageDim imageset="TaharezLook" image="HeaderBarSortDown" dimension="Height" /></Dim>
2308                </Area>
2309                <Image imageset="TaharezLook" image="HeaderBarSortDown" />
2310            </ImageryComponent>
2311        </ImagerySection>
2312        <ImagerySection name="label">
2313            <TextComponent>
2314                <Area>
2315                    <Dim type="LeftEdge" >
2316                        <ImageDim imageset="TaharezLook" image="HeaderBarSortUp" dimension="Width">
2317                            <DimOperator op="Add">
2318                                <AbsoluteDim value="5" />
2319                            </DimOperator>
2320                        </ImageDim>
2321                    </Dim>
2322                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2323                    <Dim type="RightEdge" ><UnifiedDim scale="1" type="RightEdge" /></Dim>
2324                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2325                </Area>
2326                <VertFormat type="CentreAligned" />
2327            </TextComponent>
2328        </ImagerySection>
2329        <StateImagery name="Normal">
2330            <Layer>
2331                <Section section="segment_normal" />
2332                <Section section="splitter_normal" />
2333                <Section section="label" />
2334            </Layer>
2335        </StateImagery>
2336        <StateImagery name="Hover">
2337            <Layer>
2338                <Section section="segment_hover" />
2339                <Section section="splitter_normal" />
2340                <Section section="label" />
2341            </Layer>
2342        </StateImagery>
2343        <StateImagery name="SplitterHover">
2344            <Layer>
2345                <Section section="segment_normal" />
2346                <Section section="splitter_hover" />
2347                <Section section="label" />
2348            </Layer>
2349        </StateImagery>
2350        <StateImagery name="DragGhost" clipped="false" >
2351            <Layer priority="1" >
2352                <Section section="segment_normal">
2353                    <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
2354                </Section>
2355                <Section section="splitter_normal">
2356                    <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
2357                </Section>
2358                <Section section="label">
2359                    <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
2360                </Section>
2361            </Layer>
2362        </StateImagery>
2363        <StateImagery name="AscendingSortIcon">
2364            <Layer>
2365                <Section section="ascend_icon" />
2366            </Layer>
2367        </StateImagery>
2368        <StateImagery name="DescendingSortIcon">
2369            <Layer>
2370                <Section section="descend_icon" />
2371            </Layer>
2372        </StateImagery>
2373        <StateImagery name="GhostAscendingSortIcon" clipped="false">
2374            <Layer priority="1" >
2375                <Section section="ascend_icon">
2376                    <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
2377                </Section>
2378            </Layer>
2379        </StateImagery>
2380        <StateImagery name="GhostDescendingSortIcon" clipped="false">
2381            <Layer priority="1" >
2382                <Section section="descend_icon">
2383                    <Colours topLeft="90FFFFFF" topRight="90FFFFFF" bottomLeft="90FFFFFF" bottomRight="90FFFFFF" />
2384                </Section>
2385            </Layer>
2386        </StateImagery>
2387        <StateImagery name="Disabled">
2388            <Layer>
2389                <Section section="segment_normal">
2390                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2391                </Section>
2392                <Section section="splitter_normal">
2393                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2394                </Section>
2395                <Section section="label">
2396                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2397                </Section>
2398            </Layer>
2399        </StateImagery>
2400    </WidgetLook>
2401   
2402    <!--
2403    ***************************************************
2404        TaharezLook/ListHeader
2405    ***************************************************
2406    -->
2407    <WidgetLook name="TaharezLook/ListHeader">
2408        <Property name="SegmentWidgetType" value="TaharezLook/ListHeaderSegment" />
2409        <StateImagery name="Enabled" />
2410        <StateImagery name="Disabled" />
2411    </WidgetLook>
2412   
2413    <!--
2414    ***************************************************
2415        TaharezLook/MultiColumnList
2416    ***************************************************
2417    -->
2418    <WidgetLook name="TaharezLook/MultiColumnList">
2419        <NamedArea name="ItemRenderingArea">
2420            <Area>
2421                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
2422                <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
2423                <Dim type="RightEdge" >
2424                    <UnifiedDim scale="1" type="RightEdge">
2425                        <DimOperator op="Subtract">
2426                            <ImageDim imageset="TaharezLook" image="MultiListRight" dimension="Width" />
2427                        </DimOperator>
2428                    </UnifiedDim>
2429                </Dim>
2430                <Dim type="BottomEdge" >
2431                    <UnifiedDim scale="1" type="BottomEdge">
2432                        <DimOperator op="Subtract">
2433                            <ImageDim imageset="TaharezLook" image="MultiListBottom" dimension="Height" />
2434                        </DimOperator>
2435                    </UnifiedDim>
2436                </Dim>
2437            </Area>
2438        </NamedArea>
2439        <NamedArea name="ItemRenderingAreaHScroll">
2440            <Area>
2441                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
2442                <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
2443                <Dim type="RightEdge" >
2444                    <UnifiedDim scale="1" type="RightEdge">
2445                        <DimOperator op="Subtract">
2446                            <ImageDim imageset="TaharezLook" image="MultiListRight" dimension="Width" />
2447                        </DimOperator>
2448                    </UnifiedDim>
2449                </Dim>
2450                <Dim type="BottomEdge" >
2451                    <UnifiedDim scale="1" type="BottomEdge">
2452                        <DimOperator op="Subtract">
2453                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2454                        </DimOperator>
2455                    </UnifiedDim>
2456                </Dim>
2457            </Area>
2458        </NamedArea>
2459        <NamedArea name="ItemRenderingAreaVScroll">
2460            <Area>
2461                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
2462                <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
2463                <Dim type="RightEdge" >
2464                    <UnifiedDim scale="1" type="RightEdge">
2465                        <DimOperator op="Subtract">
2466                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2467                        </DimOperator>
2468                    </UnifiedDim>
2469                </Dim>
2470                <Dim type="BottomEdge" >
2471                    <UnifiedDim scale="1" type="BottomEdge">
2472                        <DimOperator op="Subtract">
2473                            <ImageDim imageset="TaharezLook" image="MultiListBottom" dimension="Height" />
2474                        </DimOperator>
2475                    </UnifiedDim>
2476                </Dim>
2477            </Area>
2478        </NamedArea>
2479        <NamedArea name="ItemRenderingAreaHVScroll">
2480            <Area>
2481                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiListLeft" dimension="Width" /></Dim>
2482                <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
2483                <Dim type="RightEdge" >
2484                    <UnifiedDim scale="1" type="RightEdge">
2485                        <DimOperator op="Subtract">
2486                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2487                        </DimOperator>
2488                    </UnifiedDim>
2489                </Dim>
2490                <Dim type="BottomEdge" >
2491                    <UnifiedDim scale="1" type="BottomEdge">
2492                        <DimOperator op="Subtract">
2493                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2494                        </DimOperator>
2495                    </UnifiedDim>
2496                </Dim>
2497            </Area>
2498        </NamedArea>
2499        <Child  type="TaharezLook/ListHeader" nameSuffix="__auto_listheader__">
2500            <Area>
2501                <Dim type="LeftEdge" ><AbsoluteDim value="2" /></Dim>
2502                <Dim type="TopEdge" ><AbsoluteDim value="2" /></Dim>
2503                <Dim type="RightEdge" ><UnifiedDim scale="1" offset="-2" type="RightEdge" /></Dim>
2504                <Dim type="Height" >
2505                    <FontDim type="LineSpacing">
2506                        <DimOperator op="Multiply">
2507                            <AbsoluteDim value="1.5" />
2508                        </DimOperator>
2509                    </FontDim>
2510                </Dim>
2511            </Area>
2512        </Child>
2513        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
2514            <Area>
2515                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2516                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2517                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
2518                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
2519            </Area>
2520            <VertAlignment type="BottomAligned" />
2521        </Child>
2522        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
2523            <Area>
2524                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2525                <Dim type="TopEdge" ><WidgetDim widget="__auto_listheader__" dimension="BottomEdge" /></Dim>
2526                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
2527                <Dim type="BottomEdge" ><UnifiedDim scale="1" offset="-12" type="BottomEdge" /></Dim>
2528            </Area>
2529            <HorzAlignment type="RightAligned" />
2530        </Child>
2531        <ImagerySection name="main">
2532            <FrameComponent>
2533                <Area>
2534                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2535                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2536                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2537                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2538                </Area>
2539                <Image type="TopLeftCorner" imageset="TaharezLook" image="MultiListTopLeft" />
2540                <Image type="TopRightCorner" imageset="TaharezLook" image="MultiListTopRight" />
2541                <Image type="BottomLeftCorner" imageset="TaharezLook" image="MultiListBottomLeft" />
2542                <Image type="BottomRightCorner" imageset="TaharezLook" image="MultiListBottomRight" />
2543                <Image type="LeftEdge" imageset="TaharezLook" image="MultiListLeft" />
2544                <Image type="RightEdge" imageset="TaharezLook" image="MultiListRight" />
2545                <Image type="TopEdge" imageset="TaharezLook" image="MultiListTop" />
2546                <Image type="BottomEdge" imageset="TaharezLook" image="MultiListBottom" />
2547                <Image type="Background" imageset="TaharezLook" image="MultiListBackdrop" />
2548            </FrameComponent>
2549        </ImagerySection>
2550        <StateImagery name="Enabled">
2551            <Layer>
2552                <Section section="main" />
2553            </Layer>
2554        </StateImagery>
2555        <StateImagery name="Disabled">
2556            <Layer>
2557                <Section section="main">
2558                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2559                </Section>
2560            </Layer>
2561        </StateImagery>
2562    </WidgetLook>
2563   
2564    <!--
2565    ***************************************************
2566        TaharezLook/MultiLineEditbox
2567    ***************************************************
2568    -->
2569    <WidgetLook name="TaharezLook/MultiLineEditbox">
2570        <Property name="MouseCursorImage" value="set:TaharezLook image:MouseTextBar" />
2571        <Property name="SelectionBrushImage" value="set:TaharezLook image:MultiLineEditboxSelectionBrush" />
2572        <NamedArea name="TextArea">
2573            <Area>
2574                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
2575                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
2576                <Dim type="RightEdge" >
2577                    <UnifiedDim scale="1" type="RightEdge">
2578                        <DimOperator op="Subtract">
2579                            <ImageDim imageset="TaharezLook" image="MultiLineEditboxRight" dimension="Width" />
2580                        </DimOperator>
2581                    </UnifiedDim>
2582                </Dim>
2583                <Dim type="BottomEdge" >
2584                    <UnifiedDim scale="1" type="BottomEdge">
2585                        <DimOperator op="Subtract">
2586                            <ImageDim imageset="TaharezLook" image="MultiLineEditboxBottom" dimension="Height" />
2587                        </DimOperator>
2588                    </UnifiedDim>
2589                </Dim>
2590            </Area>
2591        </NamedArea>
2592        <NamedArea name="TextAreaHScroll">
2593            <Area>
2594                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
2595                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
2596                <Dim type="RightEdge" >
2597                    <UnifiedDim scale="1" type="RightEdge">
2598                        <DimOperator op="Subtract">
2599                            <ImageDim imageset="TaharezLook" image="MultiLineEditboxRight" dimension="Width" />
2600                        </DimOperator>
2601                    </UnifiedDim>
2602                </Dim>
2603                <Dim type="BottomEdge" >
2604                    <UnifiedDim scale="1" type="BottomEdge">
2605                        <DimOperator op="Subtract">
2606                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2607                        </DimOperator>
2608                    </UnifiedDim>
2609                </Dim>
2610            </Area>
2611        </NamedArea>
2612        <NamedArea name="TextAreaVScroll">
2613            <Area>
2614                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
2615                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
2616                <Dim type="RightEdge" >
2617                    <UnifiedDim scale="1" type="RightEdge">
2618                        <DimOperator op="Subtract">
2619                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2620                        </DimOperator>
2621                    </UnifiedDim>
2622                </Dim>
2623                <Dim type="BottomEdge" >
2624                    <UnifiedDim scale="1" type="BottomEdge">
2625                        <DimOperator op="Subtract">
2626                            <ImageDim imageset="TaharezLook" image="MultiLineEditboxBottom" dimension="Height" />
2627                        </DimOperator>
2628                    </UnifiedDim>
2629                </Dim>
2630            </Area>
2631        </NamedArea>
2632        <NamedArea name="TextAreaHVScroll">
2633            <Area>
2634                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxLeft" dimension="Width" /></Dim>
2635                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MultiLineEditboxTop" dimension="Height" /></Dim>
2636                <Dim type="RightEdge" >
2637                    <UnifiedDim scale="1" type="RightEdge">
2638                        <DimOperator op="Subtract">
2639                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2640                        </DimOperator>
2641                    </UnifiedDim>
2642                </Dim>
2643                <Dim type="BottomEdge" >
2644                    <UnifiedDim scale="1" type="BottomEdge">
2645                        <DimOperator op="Subtract">
2646                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2647                        </DimOperator>
2648                    </UnifiedDim>
2649                </Dim>
2650            </Area>
2651        </NamedArea>
2652        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
2653            <Area>
2654                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2655                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2656                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
2657                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
2658            </Area>
2659            <VertAlignment type="BottomAligned" />
2660        </Child>
2661        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
2662            <Area>
2663                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2664                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2665                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
2666                <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
2667            </Area>
2668            <HorzAlignment type="RightAligned" />
2669        </Child>
2670        <ImagerySection name="main">
2671            <FrameComponent>
2672                <Area>
2673                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2674                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2675                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2676                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2677                </Area>
2678                <Image type="TopLeftCorner" imageset="TaharezLook" image="MultiLineEditboxTopLeft" />
2679                <Image type="TopRightCorner" imageset="TaharezLook" image="MultiLineEditboxTopRight" />
2680                <Image type="BottomLeftCorner" imageset="TaharezLook" image="MultiLineEditboxBottomLeft" />
2681                <Image type="BottomRightCorner" imageset="TaharezLook" image="MultiLineEditboxBottomRight" />
2682                <Image type="LeftEdge" imageset="TaharezLook" image="MultiLineEditboxLeft" />
2683                <Image type="RightEdge" imageset="TaharezLook" image="MultiLineEditboxRight" />
2684                <Image type="TopEdge" imageset="TaharezLook" image="MultiLineEditboxTop" />
2685                <Image type="BottomEdge" imageset="TaharezLook" image="MultiLineEditboxBottom" />
2686                <Image type="Background" imageset="TaharezLook" image="MultiLineEditboxBackdrop" />
2687            </FrameComponent>
2688        </ImagerySection>
2689        <ImagerySection name="Carat">
2690            <ImageryComponent>
2691                <Area>
2692                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2693                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2694                    <Dim type="Width" ><ImageDim imageset="TaharezLook" image="EditBoxCarat" dimension="Width" /></Dim>
2695                    <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
2696                </Area>
2697                <Image imageset="TaharezLook" image="EditBoxCarat" />
2698                <VertFormat type="Stretched" />
2699                <HorzFormat type="Stretched" />
2700            </ImageryComponent>
2701        </ImagerySection>
2702        <StateImagery name="Enabled">
2703            <Layer>
2704                <Section section="main" />
2705            </Layer>
2706        </StateImagery>
2707        <StateImagery name="ReadOnly">
2708            <Layer>
2709                <Section section="main" />
2710            </Layer>
2711        </StateImagery>
2712        <StateImagery name="Disabled">
2713            <Layer>
2714                <Section section="main">
2715                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2716                </Section>
2717            </Layer>
2718        </StateImagery>
2719    </WidgetLook>
2720   
2721    <!--
2722    ***************************************************
2723        TaharezLook/Tooltip
2724    ***************************************************
2725    -->
2726    <WidgetLook name="TaharezLook/Tooltip">
2727        <NamedArea name="TextArea">
2728            <Area>
2729                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
2730                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="TooltipTopEdge" dimension="Height" /></Dim>
2731                <Dim type="RightEdge" >
2732                    <UnifiedDim scale="1" type="RightEdge">
2733                        <DimOperator op="Subtract">
2734                            <ImageDim imageset="TaharezLook" image="TooltipRightEdge" dimension="Width" />
2735                        </DimOperator>
2736                    </UnifiedDim>
2737                </Dim>
2738                <Dim type="BottomEdge" >
2739                    <UnifiedDim scale="1" type="BottomEdge">
2740                        <DimOperator op="Subtract">
2741                            <ImageDim imageset="TaharezLook" image="TooltipBottomEdge" dimension="Height" />
2742                        </DimOperator>
2743                    </UnifiedDim>
2744                </Dim>
2745            </Area>
2746        </NamedArea>
2747        <ImagerySection name="main">
2748            <FrameComponent>
2749                <Area>
2750                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2751                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2752                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2753                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2754                </Area>
2755                <Image type="TopLeftCorner" imageset="TaharezLook" image="TooltipTopLeft" />
2756                <Image type="TopRightCorner" imageset="TaharezLook" image="TooltipTopRight" />
2757                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TooltipBottomLeft" />
2758                <Image type="BottomRightCorner" imageset="TaharezLook" image="TooltipBottomRight" />
2759                <Image type="LeftEdge" imageset="TaharezLook" image="TooltipLeftEdge" />
2760                <Image type="RightEdge" imageset="TaharezLook" image="TooltipRightEdge" />
2761                <Image type="TopEdge" imageset="TaharezLook" image="TooltipTopEdge" />
2762                <Image type="BottomEdge" imageset="TaharezLook" image="TooltipBottomEdge" />
2763                <Image type="Background" imageset="TaharezLook" image="TooltipMiddle" />
2764            </FrameComponent>
2765        </ImagerySection>
2766        <ImagerySection name="label">
2767            <TextComponent>
2768                <Area>
2769                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="TooltipLeftEdge" dimension="Width" /></Dim>
2770                    <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="TooltipTopEdge" dimension="Height" /></Dim>
2771                    <Dim type="RightEdge" >
2772                        <UnifiedDim scale="1" type="RightEdge">
2773                            <DimOperator op="Subtract">
2774                                <ImageDim imageset="TaharezLook" image="TooltipRightEdge" dimension="Width" />
2775                            </DimOperator>
2776                        </UnifiedDim>
2777                    </Dim>
2778                    <Dim type="BottomEdge" >
2779                        <UnifiedDim scale="1" type="BottomEdge">
2780                            <DimOperator op="Subtract">
2781                                <ImageDim imageset="TaharezLook" image="TooltipBottomEdge" dimension="Height" />
2782                            </DimOperator>
2783                        </UnifiedDim>
2784                    </Dim>
2785                </Area>
2786                <Colours topLeft="FF000000" topRight="FF000000" bottomLeft="FF000000" bottomRight="FF000000" />
2787                <VertFormat type="CentreAligned" />
2788                <HorzFormat type="CentreAligned" />
2789            </TextComponent>
2790        </ImagerySection>
2791        <StateImagery name="Enabled">
2792            <Layer>
2793                <Section section="main" />
2794                <Section section="label" />
2795            </Layer>
2796        </StateImagery>
2797        <StateImagery name="Disabled">
2798            <Layer>
2799                <Section section="main" />
2800                <Section section="label" />
2801            </Layer>
2802        </StateImagery>
2803    </WidgetLook>
2804   
2805    <!--
2806    ***************************************************
2807        TaharezLook/ScrollablePane
2808    ***************************************************
2809    -->
2810    <WidgetLook name="TaharezLook/ScrollablePane">
2811        <NamedArea name="ViewableArea">
2812            <Area>
2813                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2814                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2815                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
2816                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
2817            </Area>
2818        </NamedArea>
2819        <NamedArea name="ViewableAreaHScroll">
2820            <Area>
2821                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2822                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2823                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
2824                <Dim type="BottomEdge" >
2825                    <UnifiedDim scale="1" type="BottomEdge">
2826                        <DimOperator op="Subtract">
2827                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2828                        </DimOperator>
2829                    </UnifiedDim>
2830                </Dim>
2831            </Area>
2832        </NamedArea>
2833        <NamedArea name="ViewableAreaVScroll">
2834            <Area>
2835                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2836                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2837                <Dim type="RightEdge" >
2838                    <UnifiedDim scale="1" type="RightEdge">
2839                        <DimOperator op="Subtract">
2840                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2841                        </DimOperator>
2842                    </UnifiedDim>
2843                </Dim>
2844                <Dim type="BottomEdge" ><UnifiedDim scale="1.0" type="BottomEdge" /></Dim>
2845            </Area>
2846        </NamedArea>
2847        <NamedArea name="ViewableAreaHVScroll">
2848            <Area>
2849                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2850                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2851                <Dim type="RightEdge" >
2852                    <UnifiedDim scale="1" type="RightEdge">
2853                        <DimOperator op="Subtract">
2854                            <WidgetDim widget="__auto_vscrollbar__" dimension="Width" />
2855                        </DimOperator>
2856                    </UnifiedDim>
2857                </Dim>
2858                <Dim type="BottomEdge" >
2859                    <UnifiedDim scale="1" type="BottomEdge">
2860                        <DimOperator op="Subtract">
2861                            <WidgetDim widget="__auto_hscrollbar__" dimension="Height" />
2862                        </DimOperator>
2863                    </UnifiedDim>
2864                </Dim>
2865            </Area>
2866        </NamedArea>
2867        <Child  type="TaharezLook/HorizontalScrollbar" nameSuffix="__auto_hscrollbar__">
2868            <Area>
2869                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2870                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2871                <Dim type="Width" ><UnifiedDim scale="1" offset="-12" type="Width" /></Dim>
2872                <Dim type="Height" ><AbsoluteDim value="12" /></Dim>
2873            </Area>
2874            <VertAlignment type="BottomAligned" />
2875        </Child>
2876        <Child  type="TaharezLook/VerticalScrollbar" nameSuffix="__auto_vscrollbar__">
2877            <Area>
2878                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2879                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2880                <Dim type="Width" ><AbsoluteDim value="12" /></Dim>
2881                <Dim type="Height" ><UnifiedDim scale="1" offset="-12" type="Height" /></Dim>
2882            </Area>
2883            <HorzAlignment type="RightAligned" />
2884        </Child>
2885        <StateImagery name="Enabled" />
2886        <StateImagery name="Disabled" />
2887    </WidgetLook>
2888   
2889    <!--
2890    ***************************************************
2891        TaharezLook/TabButton
2892    ***************************************************
2893    -->
2894    <WidgetLook name="TaharezLook/TabButton">
2895        <ImagerySection name="label">
2896            <TextComponent>
2897                <Area>
2898                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2899                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2900                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2901                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2902                </Area>
2903                <VertFormat type="CentreAligned" />
2904                <HorzFormat type="CentreAligned" />
2905            </TextComponent>
2906        </ImagerySection>
2907        <ImagerySection name="normal">
2908            <FrameComponent>
2909                <Area>
2910                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2911                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2912                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2913                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2914                </Area>
2915                <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeftNormal" />
2916                <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightNormal" />
2917                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftNormal" />
2918                <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRightNormal" />
2919                <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftNormal" />
2920                <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightNormal" />
2921                <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperNormal" />
2922                <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerNormal" />
2923                <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleNormal" />
2924            </FrameComponent>
2925        </ImagerySection>
2926        <ImagerySection name="selected">
2927            <FrameComponent>
2928                <Area>
2929                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2930                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2931                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2932                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2933                </Area>
2934                <Image type="TopLeftCorner" imageset="TaharezLook" image="TabButtonUpperLeftSelected" />
2935                <Image type="TopRightCorner" imageset="TaharezLook" image="TabButtonUpperRightSelected" />
2936                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabButtonLowerLeftSelected" />
2937                <Image type="BottomRightCorner" imageset="TaharezLook" image="TabButtonLowerRightSelected" />
2938                <Image type="LeftEdge" imageset="TaharezLook" image="TabButtonLeftSelected" />
2939                <Image type="RightEdge" imageset="TaharezLook" image="TabButtonRightSelected" />
2940                <Image type="TopEdge" imageset="TaharezLook" image="TabButtonUpperSelected" />
2941                <Image type="BottomEdge" imageset="TaharezLook" image="TabButtonLowerSelected" />
2942                <Image type="Background" imageset="TaharezLook" image="TabButtonMiddleSelected" />
2943            </FrameComponent>
2944        </ImagerySection>
2945        <StateImagery name="Normal">
2946            <Layer>
2947                <Section section="normal" />
2948                <Section section="label">
2949                    <ColourProperty name="NormalTextColour" />
2950                </Section>
2951            </Layer>
2952        </StateImagery>
2953        <StateImagery name="Hover">
2954            <Layer>
2955                <Section section="selected" />
2956                <Section section="label">
2957                    <ColourProperty name="HoverTextColour" />
2958                </Section>
2959            </Layer>
2960        </StateImagery>
2961        <StateImagery name="Selected">
2962            <Layer>
2963                <Section section="selected" />
2964                <Section section="label">
2965                    <ColourProperty name="PushedTextColour" />
2966                </Section>
2967            </Layer>
2968        </StateImagery>
2969        <StateImagery name="Disabled">
2970            <Layer>
2971                <Section section="normal">
2972                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
2973                </Section>
2974                <Section section="label">
2975                    <ColourProperty name="DisabledTextColour" />
2976                </Section>
2977            </Layer>
2978        </StateImagery>
2979    </WidgetLook>
2980   
2981    <!--
2982    ***************************************************
2983        TaharezLook/TabPane
2984    ***************************************************
2985    -->
2986    <WidgetLook name="TaharezLook/TabPane">
2987        <ImagerySection name="normal">
2988            <FrameComponent>
2989                <Area>
2990                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
2991                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
2992                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
2993                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
2994                </Area>
2995                <Image type="BottomLeftCorner" imageset="TaharezLook" image="TabPaneLowerLeft" />
2996                <Image type="BottomRightCorner" imageset="TaharezLook" image="TabPaneLowerRight" />
2997                <Image type="LeftEdge" imageset="TaharezLook" image="TabPaneLeft" />
2998                <Image type="RightEdge" imageset="TaharezLook" image="TabPaneRight" />
2999                <Image type="TopEdge" imageset="TaharezLook" image="TabControlButtonPaneFiller" />
3000                <Image type="BottomEdge" imageset="TaharezLook" image="TabPaneLower" />
3001                <Image type="Background" imageset="TaharezLook" image="TabPaneMiddle" />
3002            </FrameComponent>
3003        </ImagerySection>
3004        <StateImagery name="Enabled">
3005            <Layer>
3006                <Section section="normal" />
3007            </Layer>
3008        </StateImagery>
3009        <StateImagery name="Disabled">
3010            <Layer>
3011                <Section section="normal">
3012                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3013                </Section>
3014            </Layer>
3015        </StateImagery>
3016    </WidgetLook>
3017   
3018    <!--
3019    ***************************************************
3020        TaharezLook/TabControl
3021    ***************************************************
3022    -->
3023    <WidgetLook name="TaharezLook/TabControl">
3024        <Property name="TabButtonType" value="TaharezLook/TabButton" />
3025        <Child  type="TaharezLook/TabPane" nameSuffix="__auto_TabPane__">
3026            <Area>
3027                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3028                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3029                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3030                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3031            </Area>
3032        </Child>
3033        <Child  type="DefaultWindow" nameSuffix="__auto_TabPane__Buttons">
3034            <Area>
3035                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3036                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3037                <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3038                <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3039            </Area>
3040        </Child>
3041        <StateImagery name="Enabled" />
3042        <StateImagery name="Disabled" />
3043    </WidgetLook>
3044   
3045    <!--
3046    ***************************************************
3047        TaharezLook/MenuItem
3048    ***************************************************
3049    -->
3050    <WidgetLook name="TaharezLook/MenuItem">
3051        <ImagerySection name="label">
3052            <TextComponent>
3053                <Area>
3054                    <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="MenuLeft" dimension="Width" /></Dim>
3055                    <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="MenuTop" dimension="Height" /></Dim>
3056                    <Dim type="RightEdge" >
3057                        <UnifiedDim scale="1" type="RightEdge">
3058                            <DimOperator op="Subtract">
3059                                <ImageDim imageset="TaharezLook" image="MenuRight" dimension="Width" />
3060                            </DimOperator>
3061                        </UnifiedDim>
3062                    </Dim>
3063                    <Dim type="BottomEdge" >
3064                        <UnifiedDim scale="1" type="BottomEdge">
3065                            <DimOperator op="Subtract">
3066                                <ImageDim imageset="TaharezLook" image="MenuBottom" dimension="Height" />
3067                            </DimOperator>
3068                        </UnifiedDim>
3069                    </Dim>
3070                </Area>
3071                <VertFormat type="CentreAligned" />
3072                <HorzFormat type="LeftAligned" />
3073            </TextComponent>
3074        </ImagerySection>
3075        <ImagerySection name="frame">
3076            <FrameComponent>
3077                <Area>
3078                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3079                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3080                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3081                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3082                </Area>
3083                <Image type="TopLeftCorner" imageset="TaharezLook" image="MenuTopLeft" />
3084                <Image type="TopRightCorner" imageset="TaharezLook" image="MenuTopRight" />
3085                <Image type="BottomLeftCorner" imageset="TaharezLook" image="MenuBottomLeft" />
3086                <Image type="BottomRightCorner" imageset="TaharezLook" image="MenuBottomRight" />
3087                <Image type="LeftEdge" imageset="TaharezLook" image="MenuLeft" />
3088                <Image type="RightEdge" imageset="TaharezLook" image="MenuRight" />
3089                <Image type="TopEdge" imageset="TaharezLook" image="MenuTop" />
3090                <Image type="BottomEdge" imageset="TaharezLook" image="MenuBottom" />
3091                <Image type="Background" imageset="TaharezLook" image="MenuMiddle" />
3092            </FrameComponent>
3093        </ImagerySection>
3094        <ImagerySection name="popup_arrow_right">
3095            <ImageryComponent>
3096                <Area>
3097                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3098                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3099                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3100                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3101                </Area>
3102                <Image imageset="TaharezLook" image="PopupMenuArrowRight" />
3103                <VertFormat type="CentreAligned" />
3104                <HorzFormat type="RightAligned" />
3105            </ImageryComponent>
3106        </ImagerySection>
3107        <ImagerySection name="popup_arrow_left">
3108            <ImageryComponent>
3109                <Area>
3110                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3111                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3112                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3113                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3114                </Area>
3115                <Image imageset="TaharezLook" image="PopupMenuArrowLeft" />
3116                <VertFormat type="CentreAligned" />
3117                <HorzFormat type="RightAligned" />
3118            </ImageryComponent>
3119        </ImagerySection>
3120        <StateImagery name="EnabledNormal">
3121            <Layer>
3122                <Section section="label" />
3123            </Layer>
3124        </StateImagery>
3125        <StateImagery name="EnabledHover">
3126            <Layer>
3127                <Section section="frame" />
3128                <Section section="label" />
3129            </Layer>
3130        </StateImagery>
3131        <StateImagery name="EnabledPushed">
3132            <Layer>
3133                <Section section="frame" />
3134                <Section section="label" />
3135            </Layer>
3136        </StateImagery>
3137        <StateImagery name="EnabledPopupOpen">
3138            <Layer>
3139                <Section section="frame" />
3140                <Section section="label" />
3141            </Layer>
3142        </StateImagery>
3143        <StateImagery name="DisabledNormal">
3144            <Layer>
3145                <Section section="label">
3146                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3147                </Section>
3148            </Layer>
3149        </StateImagery>
3150        <StateImagery name="DisabledHover">
3151            <Layer>
3152                <Section section="frame">
3153                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3154                </Section>
3155                <Section section="label">
3156                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3157                </Section>
3158            </Layer>
3159        </StateImagery>
3160        <StateImagery name="DisabledPushed">
3161            <Layer>
3162                <Section section="frame">
3163                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3164                </Section>
3165                <Section section="label">
3166                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3167                </Section>
3168            </Layer>
3169        </StateImagery>
3170        <StateImagery name="DisabledPopupOpen">
3171            <Layer>
3172                <Section section="frame">
3173                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3174                </Section>
3175                <Section section="label">
3176                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3177                </Section>
3178            </Layer>
3179        </StateImagery>
3180        <StateImagery name="PopupClosedIcon">
3181            <Layer>
3182                <Section section="popup_arrow_right" />
3183            </Layer>
3184        </StateImagery>
3185        <StateImagery name="PopupOpenIcon">
3186            <Layer>
3187                <Section section="popup_arrow_left" />
3188            </Layer>
3189        </StateImagery>
3190    </WidgetLook>
3191   
3192    <!--
3193    ***************************************************
3194        TaharezLook/PopupMenu
3195    ***************************************************
3196    -->
3197    <WidgetLook name="TaharezLook/PopupMenu">
3198        <NamedArea name="ItemRenderArea">
3199            <Area>
3200                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="PopupMenuFrameLeft" dimension="Width" /></Dim>
3201                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="PopupMenuFrameTop" dimension="Height" /></Dim>
3202                <Dim type="RightEdge" >
3203                    <UnifiedDim scale="1" type="RightEdge">
3204                        <DimOperator op="Subtract">
3205                            <ImageDim imageset="TaharezLook" image="PopupMenuFrameRight" dimension="Width" />
3206                        </DimOperator>
3207                    </UnifiedDim>
3208                </Dim>
3209                <Dim type="BottomEdge" >
3210                    <UnifiedDim scale="1" type="BottomEdge">
3211                        <DimOperator op="Subtract">
3212                            <ImageDim imageset="TaharezLook" image="PopupMenuFrameBottom" dimension="Height" />
3213                        </DimOperator>
3214                    </UnifiedDim>
3215                </Dim>
3216            </Area>
3217        </NamedArea>
3218        <ImagerySection name="frame">
3219            <FrameComponent>
3220                <Area>
3221                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3222                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3223                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3224                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3225                </Area>
3226                <Image type="TopLeftCorner" imageset="TaharezLook" image="PopupMenuFrameTopLeft" />
3227                <Image type="TopRightCorner" imageset="TaharezLook" image="PopupMenuFrameTopRight" />
3228                <Image type="BottomLeftCorner" imageset="TaharezLook" image="PopupMenuFrameBottomLeft" />
3229                <Image type="BottomRightCorner" imageset="TaharezLook" image="PopupMenuFrameBottomRight" />
3230                <Image type="LeftEdge" imageset="TaharezLook" image="PopupMenuFrameLeft" />
3231                <Image type="RightEdge" imageset="TaharezLook" image="PopupMenuFrameRight" />
3232                <Image type="TopEdge" imageset="TaharezLook" image="PopupMenuFrameTop" />
3233                <Image type="BottomEdge" imageset="TaharezLook" image="PopupMenuFrameBottom" />
3234                <Image type="Background" imageset="TaharezLook" image="PopupMenuMiddle" />
3235            </FrameComponent>
3236        </ImagerySection>
3237        <StateImagery name="Enabled">
3238            <Layer>
3239                <Section section="frame" />
3240            </Layer>
3241        </StateImagery>
3242        <StateImagery name="Disabled">
3243            <Layer>
3244                <Section section="frame">
3245                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3246                </Section>
3247            </Layer>
3248        </StateImagery>
3249    </WidgetLook>
3250   
3251   
3252    <!--
3253    ***************************************************
3254        TaharezLook/Menubar
3255    ***************************************************
3256    -->
3257    <WidgetLook name="TaharezLook/Menubar">
3258        <NamedArea name="ItemRenderArea">
3259            <Area>
3260                <Dim type="LeftEdge" ><ImageDim imageset="TaharezLook" image="PopupMenuFrameLeft" dimension="Width" /></Dim>
3261                <Dim type="TopEdge" ><ImageDim imageset="TaharezLook" image="PopupMenuFrameTop" dimension="Height" /></Dim>
3262                <Dim type="RightEdge" >
3263                    <UnifiedDim scale="1" type="RightEdge">
3264                        <DimOperator op="Subtract">
3265                            <ImageDim imageset="TaharezLook" image="PopupMenuFrameRight" dimension="Width" />
3266                        </DimOperator>
3267                    </UnifiedDim>
3268                </Dim>
3269                <Dim type="BottomEdge" >
3270                    <UnifiedDim scale="1" type="BottomEdge">
3271                        <DimOperator op="Subtract">
3272                            <ImageDim imageset="TaharezLook" image="PopupMenuFrameBottom" dimension="Height" />
3273                        </DimOperator>
3274                    </UnifiedDim>
3275                </Dim>
3276            </Area>
3277        </NamedArea>
3278        <ImagerySection name="frame">
3279            <FrameComponent>
3280                <Area>
3281                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3282                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3283                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3284                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3285                </Area>
3286                <Image type="TopLeftCorner" imageset="TaharezLook" image="PopupMenuFrameTopLeft" />
3287                <Image type="TopRightCorner" imageset="TaharezLook" image="PopupMenuFrameTopRight" />
3288                <Image type="BottomLeftCorner" imageset="TaharezLook" image="PopupMenuFrameBottomLeft" />
3289                <Image type="BottomRightCorner" imageset="TaharezLook" image="PopupMenuFrameBottomRight" />
3290                <Image type="LeftEdge" imageset="TaharezLook" image="PopupMenuFrameLeft" />
3291                <Image type="RightEdge" imageset="TaharezLook" image="PopupMenuFrameRight" />
3292                <Image type="TopEdge" imageset="TaharezLook" image="PopupMenuFrameTop" />
3293                <Image type="BottomEdge" imageset="TaharezLook" image="PopupMenuFrameBottom" />
3294                <Image type="Background" imageset="TaharezLook" image="PopupMenuMiddle" />
3295            </FrameComponent>
3296        </ImagerySection>
3297        <StateImagery name="Enabled">
3298            <Layer>
3299                <Section section="frame" />
3300            </Layer>
3301        </StateImagery>
3302        <StateImagery name="Disabled">
3303            <Layer>
3304                <Section section="frame">
3305                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3306                </Section>
3307            </Layer>
3308        </StateImagery>
3309    </WidgetLook>
3310   
3311    <!--
3312    ***************************************************
3313        TaharezLook/LargeVerticalScrollbarThumb
3314    ***************************************************
3315    -->
3316    <WidgetLook name="TaharezLook/LargeVerticalScrollbarThumb">
3317        <Property name="VertFree" value="True" />
3318        <ImagerySection name="normal">
3319            <ImageryComponent>
3320                <Area>
3321                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3322                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3323                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
3324                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
3325                </Area>
3326                <Image imageset="TaharezLook" image="VertScrollThumbNormal" />
3327                <VertFormat type="Stretched" />
3328                <HorzFormat type="Stretched" />
3329            </ImageryComponent>
3330        </ImagerySection>
3331        <ImagerySection name="hover">
3332            <ImageryComponent>
3333                <Area>
3334                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3335                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3336                    <Dim type="Width" ><UnifiedDim scale="1.0" type="Width" /></Dim>
3337                    <Dim type="Height" ><UnifiedDim scale="1.0" type="Height" /></Dim>
3338                </Area>
3339                <Image imageset="TaharezLook" image="VertScrollThumbHover" />
3340                <VertFormat type="Stretched" />
3341                <HorzFormat type="Stretched" />
3342            </ImageryComponent>
3343        </ImagerySection>
3344        <StateImagery name="Normal">
3345            <Layer>
3346                <Section section="normal" />
3347            </Layer>
3348        </StateImagery>
3349        <StateImagery name="Hover">
3350            <Layer>
3351                <Section section="hover" />
3352            </Layer>
3353        </StateImagery>
3354        <StateImagery name="Pushed">
3355            <Layer>
3356                <Section section="normal" />
3357            </Layer>
3358        </StateImagery>
3359        <StateImagery name="Disabled">
3360            <Layer>
3361                <Section section="normal">
3362                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3363                </Section>
3364            </Layer>
3365        </StateImagery>
3366    </WidgetLook>
3367   
3368    <!--
3369    ***************************************************
3370        TaharezLook/LargeVerticalScrollbar
3371    ***************************************************
3372    -->
3373    <WidgetLook name="TaharezLook/LargeVerticalScrollbar">
3374        <Property name="VerticalScrollbar" value="True" />
3375        <NamedArea name="ThumbTrackArea">
3376            <Area>
3377                <Dim type="LeftEdge" ><UnifiedDim scale="0.325" type="LeftEdge" /></Dim>
3378                <Dim type="TopEdge" >
3379                    <WidgetDim widget="__auto_decbtn__" dimension="Height">
3380                        <DimOperator op="Add">
3381                            <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
3382                                <DimOperator op="Multiply">
3383                                    <AbsoluteDim value="0.5" />
3384                                </DimOperator>
3385                            </ImageDim>
3386                        </DimOperator>
3387                    </WidgetDim>
3388                </Dim>
3389                <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
3390                <Dim type="BottomEdge" >
3391                    <UnifiedDim scale="1.0" type="BottomEdge">
3392                        <DimOperator op="Subtract">
3393                            <WidgetDim widget="__auto_decbtn__" dimension="Height">
3394                                <DimOperator op="Add">
3395                                    <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
3396                                        <DimOperator op="Multiply">
3397                                            <AbsoluteDim value="0.5" />
3398                                        </DimOperator>
3399                                    </ImageDim>
3400                                </DimOperator>
3401                            </WidgetDim>
3402                        </DimOperator>
3403                    </UnifiedDim>
3404                </Dim>
3405            </Area>
3406        </NamedArea>
3407        <Child  type="TaharezLook/Button" nameSuffix="__auto_incbtn__">
3408            <Area>
3409                <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>
3410                <Dim type="TopEdge" >
3411                    <AbsoluteDim value="-1">
3412                        <DimOperator op="Multiply">
3413                            <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
3414                                <DimOperator op="Multiply">
3415                                    <AbsoluteDim value="0.5" />
3416                                </DimOperator>
3417                            </ImageDim>
3418                        </DimOperator>
3419                    </AbsoluteDim>
3420                </Dim>
3421                <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>
3422                <Dim type="Height" >
3423                    <UnifiedDim scale="0.6" type="Width">
3424                        <DimOperator op="Multiply">
3425                            <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width">
3426                                <DimOperator op="Divide">
3427                                    <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Height"/>
3428                                </DimOperator>
3429                            </ImageDim>
3430                        </DimOperator>
3431                    </UnifiedDim>
3432                </Dim>
3433            </Area>
3434            <VertAlignment type="BottomAligned" />
3435            <Property name="UseStandardImagery" value="False" />
3436            <Property name="NormalImage" value="set:TaharezLook image:VertScrollDownNormal" />
3437            <Property name="HoverImage" value="set:TaharezLook image:VertScrollDownHover" />
3438            <Property name="PushedImage" value="set:TaharezLook image:VertScrollDownNormal" />
3439        </Child>
3440        <Child  type="TaharezLook/Button" nameSuffix="__auto_decbtn__">
3441            <Area>
3442                <Dim type="LeftEdge" ><UnifiedDim scale="0.25" type="LeftEdge" /></Dim>
3443                <Dim type="TopEdge">
3444                    <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
3445                        <DimOperator op="Multiply">
3446                            <AbsoluteDim value="0.5" />
3447                        </DimOperator>
3448                    </ImageDim>
3449                </Dim>
3450                <Dim type="Width" ><UnifiedDim scale="0.6" type="Width" /></Dim>
3451                <Dim type="Height" >
3452                    <UnifiedDim scale="0.6" type="Width">
3453                        <DimOperator op="Multiply">
3454                            <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Width">
3455                                <DimOperator op="Divide">
3456                                    <ImageDim imageset="TaharezLook" image="VertScrollUpNormal" dimension="Height"/>
3457                                </DimOperator>
3458                            </ImageDim>
3459                        </DimOperator>
3460                    </UnifiedDim>
3461                </Dim>
3462            </Area>
3463            <Property name="UseStandardImagery" value="False" />
3464            <Property name="NormalImage" value="set:TaharezLook image:VertScrollUpNormal" />
3465            <Property name="HoverImage" value="set:TaharezLook image:VertScrollUpHover" />
3466            <Property name="PushedImage" value="set:TaharezLook image:VertScrollUpNormal" />
3467        </Child>
3468        <Child  type="TaharezLook/LargeVerticalScrollbarThumb" nameSuffix="__auto_thumb__">
3469            <Area>
3470                <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3471                <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3472                <Dim type="Width" ><UnifiedDim scale="0.4" type="Width" /></Dim>
3473                <Dim type="Height" >
3474                    <UnifiedDim scale="0.4" type="Width">
3475                        <DimOperator op="Multiply">
3476                            <ImageDim imageset="TaharezLook" image="VertScrollThumbNormal" dimension="Height">
3477                                <DimOperator op="Divide">
3478                                    <ImageDim imageset="TaharezLook" image="VertScrollThumbNormal" dimension="Width"/>
3479                                </DimOperator>
3480                            </ImageDim>
3481                        </DimOperator>
3482                    </UnifiedDim>
3483                </Dim>
3484            </Area>
3485        </Child>
3486        <ImagerySection name="main">
3487            <FrameComponent>
3488                <Area>
3489                    <Dim type="LeftEdge" ><AbsoluteDim value="0" /></Dim>
3490                    <Dim type="TopEdge" ><AbsoluteDim value="0" /></Dim>
3491                    <Dim type="Width" ><UnifiedDim scale="1" type="Width" /></Dim>
3492                    <Dim type="Height" ><UnifiedDim scale="1" type="Height" /></Dim>
3493                </Area>
3494                <Image type="TopEdge" imageset="TaharezLook" image="VertScrollTop" />
3495                <Image type="BottomEdge" imageset="TaharezLook" image="VertScrollBottom" />
3496                <Image type="Background" imageset="TaharezLook" image="VertScrollMiddle" />
3497            </FrameComponent>
3498            <ImageryComponent>
3499                <Area>
3500                    <Dim type="LeftEdge" ><UnifiedDim scale="0.45" type="LeftEdge" /></Dim>
3501                    <Dim type="TopEdge" >
3502                        <WidgetDim widget="__auto_decbtn__" dimension="Height">
3503                            <DimOperator op="Add">
3504                                <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
3505                                    <DimOperator op="Multiply">
3506                                        <AbsoluteDim value="0.5" />
3507                                    </DimOperator>
3508                                </ImageDim>
3509                            </DimOperator>
3510                        </WidgetDim>
3511                    </Dim>
3512                    <Dim type="RightEdge" ><UnifiedDim scale="1.0" type="RightEdge" /></Dim>
3513                    <Dim type="BottomEdge" >
3514                        <UnifiedDim scale="1.0" type="BottomEdge">
3515                            <DimOperator op="Subtract">
3516                                <WidgetDim widget="__auto_decbtn__" dimension="Height">
3517                                    <DimOperator op="Add">
3518                                        <ImageDim imageset="TaharezLook" image="VertScrollTop" dimension="Height">
3519                                            <DimOperator op="Multiply">
3520                                                <AbsoluteDim value="0.5" />
3521                                            </DimOperator>
3522                                        </ImageDim>
3523                                    </DimOperator>
3524                                </WidgetDim>
3525                            </DimOperator>
3526                        </UnifiedDim>
3527                    </Dim>
3528                </Area>
3529                <Image imageset="TaharezLook" image="VertScrollBarSegment" />
3530                <VertFormat type="Tiled" />
3531            </ImageryComponent>
3532        </ImagerySection>
3533        <StateImagery name="Enabled">
3534            <Layer>
3535                <Section section="main" />
3536            </Layer>
3537        </StateImagery>
3538        <StateImagery name="Disabled">
3539            <Layer>
3540                <Section section="main">
3541                    <Colours topLeft="FF7F7F7F" topRight="FF7F7F7F" bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" />
3542                </Section>
3543            </Layer>
3544        </StateImagery>
3545    </WidgetLook>
3546</Falagard>
Note: See TracBrowser for help on using the repository browser.