Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data_extern/gui/looknfeels/SleekSpace.looknfeel @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

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