Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/trunk/gui/looknfeels/OrxonoxLook.looknfeel @ 8818

Last change on this file since 8818 was 8818, checked in by landauf, 13 years ago

fixed looknfeel file

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