Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

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

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