Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data_extern/gui/looknfeels/Vanilla.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: 59.4 KB
Line 
1<?xml version='1.0' encoding='utf-8'?>
2<Falagard version="7">
3    <WidgetLook name="Vanilla/Shared">
4        <ImagerySection name="Frame">
5            <FrameComponent>
6                <Area>
7                    <Dim type="LeftEdge">
8                        <AbsoluteDim value="0" />
9                    </Dim>
10                    <Dim type="TopEdge">
11                        <AbsoluteDim value="0" />
12                    </Dim>
13                    <Dim type="RightEdge">
14                        <UnifiedDim scale="1" type="RightEdge" />
15                    </Dim>
16                    <Dim type="BottomEdge">
17                        <UnifiedDim scale="1" type="BottomEdge" />
18                    </Dim>
19                </Area>
20                <Image component="TopLeftCorner" name="Vanilla-Images/FrameTopLeft" />
21                <Image component="TopRightCorner" name="Vanilla-Images/FrameTopRight" />
22                <Image component="BottomLeftCorner" name="Vanilla-Images/FrameBottomLeft" />
23                <Image component="BottomRightCorner" name="Vanilla-Images/FrameBottomRight" />
24                <Image component="LeftEdge" name="Vanilla-Images/FrameLeft" />
25                <Image component="TopEdge" name="Vanilla-Images/FrameTop" />
26                <Image component="RightEdge" name="Vanilla-Images/FrameRight" />
27                <Image component="BottomEdge" name="Vanilla-Images/FrameBottom" />
28                <Image component="Background" name="Vanilla-Images/GenericBrush" />
29            </FrameComponent>
30        </ImagerySection>
31        <ImagerySection name="FrameOnly">
32            <FrameComponent>
33                <Area>
34                    <Dim type="LeftEdge">
35                        <AbsoluteDim value="0" />
36                    </Dim>
37                    <Dim type="TopEdge">
38                        <AbsoluteDim value="0" />
39                    </Dim>
40                    <Dim type="RightEdge">
41                        <UnifiedDim scale="1" type="RightEdge" />
42                    </Dim>
43                    <Dim type="BottomEdge">
44                        <UnifiedDim scale="1" type="BottomEdge" />
45                    </Dim>
46                </Area>
47                <Image component="TopLeftCorner" name="Vanilla-Images/FrameTopLeft" />
48                <Image component="TopRightCorner" name="Vanilla-Images/FrameTopRight" />
49                <Image component="BottomLeftCorner" name="Vanilla-Images/FrameBottomLeft" />
50                <Image component="BottomRightCorner" name="Vanilla-Images/FrameBottomRight" />
51                <Image component="LeftEdge" name="Vanilla-Images/FrameLeft" />
52                <Image component="TopEdge" name="Vanilla-Images/FrameTop" />
53                <Image component="RightEdge" name="Vanilla-Images/FrameRight" />
54                <Image component="BottomEdge" name="Vanilla-Images/FrameBottom" />
55            </FrameComponent>
56        </ImagerySection>
57        <ImagerySection name="BackgroundOnly">
58            <FrameComponent>
59                <Area>
60                    <Dim type="LeftEdge">
61                        <ImageDim dimension="Width" name="Vanilla-Images/FrameLeft" />
62                    </Dim>
63                    <Dim type="TopEdge">
64                        <ImageDim dimension="Height" name="Vanilla-Images/FrameTop" />
65                    </Dim>
66                    <Dim type="RightEdge">
67                        <OperatorDim op="Subtract">
68                            <UnifiedDim scale="1" type="RightEdge" />
69                            <ImageDim dimension="Width" name="Vanilla-Images/FrameRight" />
70                        </OperatorDim>
71                    </Dim>
72                    <Dim type="BottomEdge">
73                        <OperatorDim op="Subtract">
74                            <UnifiedDim scale="1" type="BottomEdge" />
75                            <ImageDim dimension="Height" name="Vanilla-Images/FrameBottom" />
76                        </OperatorDim>
77                    </Dim>
78                </Area>
79                <Image component="Background" name="Vanilla-Images/GenericBrush" />
80            </FrameComponent>
81        </ImagerySection>
82        <ImagerySection name="BackgroundOnlyFull">
83            <FrameComponent>
84                <Area>
85                    <Dim type="LeftEdge">
86                        <AbsoluteDim value="0" />
87                    </Dim>
88                    <Dim type="TopEdge">
89                        <AbsoluteDim value="0" />
90                    </Dim>
91                    <Dim type="RightEdge">
92                        <UnifiedDim scale="1" type="RightEdge" />
93                    </Dim>
94                    <Dim type="BottomEdge">
95                        <UnifiedDim scale="1" type="BottomEdge" />
96                    </Dim>
97                </Area>
98                <Image component="Background" name="Vanilla-Images/GenericBrush" />
99            </FrameComponent>
100        </ImagerySection>
101    </WidgetLook>
102    <WidgetLook name="Vanilla/Titlebar">
103        <PropertyDefinition initialValue="FFFFFFFF" name="CaptionColour" redrawOnWrite="true" />
104        <ImagerySection name="caption">
105            <TextComponent>
106                <Area>
107                    <Dim type="LeftEdge">
108                        <AbsoluteDim value="0" />
109                    </Dim>
110                    <Dim type="TopEdge">
111                        <AbsoluteDim value="0" />
112                    </Dim>
113                    <Dim type="RightEdge">
114                        <UnifiedDim scale="1" type="RightEdge" />
115                    </Dim>
116                    <Dim type="BottomEdge">
117                        <UnifiedDim scale="1" type="BottomEdge" />
118                    </Dim>
119                </Area>
120                <ColourProperty name="CaptionColour" />
121                <VertFormat type="CentreAligned" />
122                <HorzFormat type="CentreAligned" />
123            </TextComponent>
124        </ImagerySection>
125        <StateImagery name="Active">
126            <Layer>
127                <Section section="caption" />
128            </Layer>
129        </StateImagery>
130        <StateImagery name="Inactive">
131            <Layer>
132                <Section section="caption" />
133            </Layer>
134        </StateImagery>
135        <StateImagery name="Disabled">
136            <Layer>
137                <Section section="caption" />
138            </Layer>
139        </StateImagery>
140    </WidgetLook>
141    <WidgetLook name="Vanilla/Button">
142        <PropertyDefinition initialValue="FFFFFFFF" name="NormalTextColour" redrawOnWrite="true" />
143        <PropertyDefinition initialValue="FFFFFFFF" name="HoverTextColour" redrawOnWrite="true" />
144        <PropertyDefinition initialValue="FFFFFFFF" name="PushedTextColour" redrawOnWrite="true" />
145        <PropertyDefinition initialValue="FF888888" name="DisabledTextColour" redrawOnWrite="true" />
146        <Property name="WantsMultiClickEvents" value="False" />
147        <ImagerySection name="label">
148            <TextComponent>
149                <Area>
150                    <Dim type="LeftEdge">
151                        <AbsoluteDim value="0" />
152                    </Dim>
153                    <Dim type="TopEdge">
154                        <AbsoluteDim value="0" />
155                    </Dim>
156                    <Dim type="RightEdge">
157                        <UnifiedDim scale="1" type="RightEdge" />
158                    </Dim>
159                    <Dim type="BottomEdge">
160                        <UnifiedDim offset="-4" scale="1" type="BottomEdge" />
161                    </Dim>
162                </Area>
163                <VertFormat type="CentreAligned" />
164                <HorzFormat type="WordWrapCentreAligned" />
165            </TextComponent>
166        </ImagerySection>
167        <StateImagery name="Normal">
168            <Layer>
169                <Section look="Vanilla/Shared" section="Frame">
170                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
171                </Section>
172                <Section section="label">
173                    <ColourProperty name="NormalTextColour" />
174                </Section>
175            </Layer>
176        </StateImagery>
177        <StateImagery name="Hover">
178            <Layer>
179                <Section look="Vanilla/Shared" section="Frame">
180                    <Colours bottomLeft="FF9F9F9F" bottomRight="FF9F9F9F" topLeft="FF9F9F9F" topRight="FF9F9F9F" />
181                </Section>
182                <Section section="label">
183                    <ColourProperty name="HoverTextColour" />
184                </Section>
185            </Layer>
186        </StateImagery>
187        <StateImagery name="Pushed">
188            <Layer>
189                <Section look="Vanilla/Shared" section="Frame">
190                    <Colours bottomLeft="FF6F6F6F" bottomRight="FF6F6F6F" topLeft="FF6F6F6F" topRight="FF6F6F6F" />
191                </Section>
192                <Section section="label">
193                    <ColourProperty name="PushedTextColour" />
194                </Section>
195            </Layer>
196        </StateImagery>
197        <StateImagery name="Disabled">
198            <Layer>
199                <Section look="Vanilla/Shared" section="Frame">
200                    <Colours bottomLeft="FF3F3F3F" bottomRight="FF3F3F3F" topLeft="FF3F3F3F" topRight="FF3F3F3F" />
201                </Section>
202                <Section section="label">
203                    <ColourProperty name="DisabledTextColour" />
204                </Section>
205            </Layer>
206        </StateImagery>
207    </WidgetLook>
208    <WidgetLook name="Vanilla/FrameWindow">
209        <PropertyLinkDefinition initialValue="FFFFFFFF" name="CaptionColour" targetProperty="CaptionColour" widget="__auto_titlebar__" />
210        <PropertyLinkDefinition name="TitlebarFont" targetProperty="Font" widget="__auto_titlebar__" />
211        <Property name="NSSizingCursorImage" value="Vanilla-Images/MouseArrow" />
212        <Property name="EWSizingCursorImage" value="Vanilla-Images/MouseArrow" />
213        <Property name="NWSESizingCursorImage" value="Vanilla-Images/MouseArrow" />
214        <Property name="NESWSizingCursorImage" value="Vanilla-Images/MouseArrow" />
215        <Property name="RollUpEnabled" value="False" />
216        <Property name="MinSize" value="{{0.1,0},{0.1,0}}" />
217        <NamedArea name="ClientWithTitleWithFrame">
218            <Area>
219                <Dim type="LeftEdge">
220                    <AbsoluteDim value="7" />
221                </Dim>
222                <Dim type="TopEdge">
223                    <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
224                </Dim>
225                <Dim type="RightEdge">
226                    <UnifiedDim offset="-7" scale="1" type="RightEdge" />
227                </Dim>
228                <Dim type="BottomEdge">
229                    <UnifiedDim offset="-7" scale="1" type="BottomEdge" />
230                </Dim>
231            </Area>
232        </NamedArea>
233        <NamedArea name="ClientWithTitleNoFrame">
234            <Area>
235                <Dim type="LeftEdge">
236                    <AbsoluteDim value="0" />
237                </Dim>
238                <Dim type="TopEdge">
239                    <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
240                </Dim>
241                <Dim type="RightEdge">
242                    <UnifiedDim scale="1" type="RightEdge" />
243                </Dim>
244                <Dim type="BottomEdge">
245                    <UnifiedDim scale="1" type="BottomEdge" />
246                </Dim>
247            </Area>
248        </NamedArea>
249        <NamedArea name="ClientNoTitleWithFrame">
250            <Area>
251                <Dim type="LeftEdge">
252                    <AbsoluteDim value="7" />
253                </Dim>
254                <Dim type="TopEdge">
255                    <AbsoluteDim value="7" />
256                </Dim>
257                <Dim type="RightEdge">
258                    <UnifiedDim offset="-7" scale="1" type="RightEdge" />
259                </Dim>
260                <Dim type="BottomEdge">
261                    <UnifiedDim offset="-7" scale="1" type="BottomEdge" />
262                </Dim>
263            </Area>
264        </NamedArea>
265        <NamedArea name="ClientNoTitleNoFrame">
266            <Area>
267                <Dim type="LeftEdge">
268                    <AbsoluteDim value="0" />
269                </Dim>
270                <Dim type="TopEdge">
271                    <AbsoluteDim value="0" />
272                </Dim>
273                <Dim type="Width">
274                    <UnifiedDim scale="1" type="Width" />
275                </Dim>
276                <Dim type="Height">
277                    <UnifiedDim scale="1" type="Height" />
278                </Dim>
279            </Area>
280        </NamedArea>
281        <Child nameSuffix="__auto_titlebar__" type="Vanilla/Titlebar">
282            <Area>
283                <Dim type="LeftEdge">
284                    <AbsoluteDim value="0" />
285                </Dim>
286                <Dim type="TopEdge">
287                    <AbsoluteDim value="0" />
288                </Dim>
289                <Dim type="Width">
290                    <UnifiedDim scale="1" type="Width" />
291                </Dim>
292                <Dim type="Height">
293                    <FontDim padding="14" type="LineSpacing" />
294                </Dim>
295            </Area>
296            <Property name="AlwaysOnTop" value="False" />
297        </Child>
298        <Child nameSuffix="__auto_closebutton__" type="Vanilla/Button">
299            <Area>
300                <Dim type="LeftEdge">
301                    <AbsoluteDim value="-7" />
302                </Dim>
303                <Dim type="TopEdge">
304                    <AbsoluteDim value="7" />
305                </Dim>
306                <Dim type="Width">
307                    <AbsoluteDim value="7" />
308                </Dim>
309                <Dim type="Height">
310                    <AbsoluteDim value="7" />
311                </Dim>
312            </Area>
313            <HorzAlignment type="RightAligned" />
314            <Property name="AlwaysOnTop" value="True" />
315        </Child>
316        <ImagerySection name="withtitle_frame">
317            <FrameComponent>
318                <Area>
319                    <Dim type="LeftEdge">
320                        <AbsoluteDim value="0" />
321                    </Dim>
322                    <Dim type="TopEdge">
323                        <AbsoluteDim value="0" />
324                    </Dim>
325                    <Dim type="RightEdge">
326                        <UnifiedDim scale="1" type="RightEdge" />
327                    </Dim>
328                    <Dim type="BottomEdge">
329                        <UnifiedDim scale="1" type="BottomEdge" />
330                    </Dim>
331                </Area>
332                <Image component="TopLeftCorner" name="Vanilla-Images/FrameTopLeft" />
333                <Image component="TopRightCorner" name="Vanilla-Images/FrameTopRight" />
334                <Image component="BottomLeftCorner" name="Vanilla-Images/FrameBottomLeft" />
335                <Image component="BottomRightCorner" name="Vanilla-Images/FrameBottomRight" />
336                <Image component="LeftEdge" name="Vanilla-Images/FrameLeft" />
337                <Image component="TopEdge" name="Vanilla-Images/FrameTop" />
338                <Image component="RightEdge" name="Vanilla-Images/FrameRight" />
339                <Image component="BottomEdge" name="Vanilla-Images/FrameBottom" />
340                <Image component="Background" name="Vanilla-Images/GenericBrush" />
341                <Colours bottomLeft="FF333333" bottomRight="FF333333" topLeft="FF333333" topRight="FF333333" />
342            </FrameComponent>
343        </ImagerySection>
344        <ImagerySection name="notitle_frame">
345            <FrameComponent>
346                <Area>
347                    <Dim type="LeftEdge">
348                        <AbsoluteDim value="0" />
349                    </Dim>
350                    <Dim type="TopEdge">
351                        <AbsoluteDim value="0" />
352                    </Dim>
353                    <Dim type="RightEdge">
354                        <UnifiedDim scale="1" type="RightEdge" />
355                    </Dim>
356                    <Dim type="BottomEdge">
357                        <UnifiedDim scale="1" type="BottomEdge" />
358                    </Dim>
359                </Area>
360                <Image component="TopLeftCorner" name="Vanilla-Images/FrameTopLeft" />
361                <Image component="TopRightCorner" name="Vanilla-Images/FrameTopRight" />
362                <Image component="BottomLeftCorner" name="Vanilla-Images/FrameBottomLeft" />
363                <Image component="BottomRightCorner" name="Vanilla-Images/FrameBottomRight" />
364                <Image component="LeftEdge" name="Vanilla-Images/FrameLeft" />
365                <Image component="TopEdge" name="Vanilla-Images/FrameTop" />
366                <Image component="RightEdge" name="Vanilla-Images/FrameRight" />
367                <Image component="BottomEdge" name="Vanilla-Images/FrameBottom" />
368                <Image component="Background" name="Vanilla-Images/GenericBrush" />
369                <Colours bottomLeft="FF333333" bottomRight="FF333333" topLeft="FF333333" topRight="FF333333" />
370            </FrameComponent>
371        </ImagerySection>
372        <ImagerySection name="withtitle_noframe_client_area">
373            <FrameComponent>
374                <Area>
375                    <Dim type="LeftEdge">
376                        <AbsoluteDim value="0" />
377                    </Dim>
378                    <Dim type="TopEdge">
379                        <WidgetDim dimension="BottomEdge" widget="__auto_titlebar__" />
380                    </Dim>
381                    <Dim type="RightEdge">
382                        <UnifiedDim scale="1" type="RightEdge" />
383                    </Dim>
384                    <Dim type="BottomEdge">
385                        <UnifiedDim scale="1" type="BottomEdge" />
386                    </Dim>
387                </Area>
388                <Image component="TopLeftCorner" name="Vanilla-Images/FrameTopLeft" />
389                <Image component="TopRightCorner" name="Vanilla-Images/FrameTopRight" />
390                <Image component="BottomLeftCorner" name="Vanilla-Images/FrameBottomLeft" />
391                <Image component="BottomRightCorner" name="Vanilla-Images/FrameBottomRight" />
392                <Image component="LeftEdge" name="Vanilla-Images/FrameLeft" />
393                <Image component="TopEdge" name="Vanilla-Images/FrameTop" />
394                <Image component="RightEdge" name="Vanilla-Images/FrameRight" />
395                <Image component="BottomEdge" name="Vanilla-Images/FrameBottom" />
396                <Image component="Background" name="Vanilla-Images/GenericBrush" />
397                <Colours bottomLeft="FF333333" bottomRight="FF333333" topLeft="FF333333" topRight="FF333333" />
398            </FrameComponent>
399        </ImagerySection>
400        <ImagerySection name="notitle_noframe_client_area">
401            <FrameComponent>
402                <Area>
403                    <Dim type="LeftEdge">
404                        <AbsoluteDim value="0" />
405                    </Dim>
406                    <Dim type="TopEdge">
407                        <AbsoluteDim value="0" />
408                    </Dim>
409                    <Dim type="RightEdge">
410                        <UnifiedDim scale="1" type="RightEdge" />
411                    </Dim>
412                    <Dim type="BottomEdge">
413                        <UnifiedDim scale="1" type="BottomEdge" />
414                    </Dim>
415                </Area>
416                <Image component="TopLeftCorner" name="Vanilla-Images/FrameTopLeft" />
417                <Image component="TopRightCorner" name="Vanilla-Images/FrameTopRight" />
418                <Image component="BottomLeftCorner" name="Vanilla-Images/FrameBottomLeft" />
419                <Image component="BottomRightCorner" name="Vanilla-Images/FrameBottomRight" />
420                <Image component="LeftEdge" name="Vanilla-Images/FrameLeft" />
421                <Image component="TopEdge" name="Vanilla-Images/FrameTop" />
422                <Image component="RightEdge" name="Vanilla-Images/FrameRight" />
423                <Image component="BottomEdge" name="Vanilla-Images/FrameBottom" />
424                <Image component="Background" name="Vanilla-Images/GenericBrush" />
425                <Colours bottomLeft="FF333333" bottomRight="FF333333" topLeft="FF333333" topRight="FF333333" />
426            </FrameComponent>
427        </ImagerySection>
428        <StateImagery name="ActiveWithTitleWithFrame">
429            <Layer>
430                <Section section="withtitle_frame" />
431            </Layer>
432        </StateImagery>
433        <StateImagery name="InactiveWithTitleWithFrame">
434            <Layer>
435                <Section section="withtitle_frame" />
436            </Layer>
437        </StateImagery>
438        <StateImagery name="DisabledWithTitleWithFrame">
439            <Layer>
440                <Section section="withtitle_frame" />
441            </Layer>
442        </StateImagery>
443        <StateImagery name="ActiveWithTitleNoFrame">
444            <Layer>
445                <Section section="withtitle_noframe_client_area" />
446            </Layer>
447        </StateImagery>
448        <StateImagery name="InactiveWithTitleNoFrame">
449            <Layer>
450                <Section section="withtitle_noframe_client_area" />
451            </Layer>
452        </StateImagery>
453        <StateImagery name="DisabledWithTitleNoFrame">
454            <Layer>
455                <Section section="withtitle_noframe_client_area" />
456            </Layer>
457        </StateImagery>
458        <StateImagery name="ActiveNoTitleWithFrame">
459            <Layer>
460                <Section section="notitle_frame" />
461            </Layer>
462        </StateImagery>
463        <StateImagery name="InactiveNoTitleWithFrame">
464            <Layer>
465                <Section section="notitle_frame" />
466            </Layer>
467        </StateImagery>
468        <StateImagery name="DisabledNoTitleWithFrame">
469            <Layer>
470                <Section section="notitle_frame" />
471            </Layer>
472        </StateImagery>
473        <StateImagery name="ActiveNoTitleNoFrame">
474            <Layer>
475                <Section section="notitle_noframe_client_area" />
476            </Layer>
477        </StateImagery>
478        <StateImagery name="InactiveNoTitleNoFrame">
479            <Layer>
480                <Section section="notitle_noframe_client_area" />
481            </Layer>
482        </StateImagery>
483        <StateImagery name="DisabledNoTitleNoFrame">
484            <Layer>
485                <Section section="notitle_noframe_client_area" />
486            </Layer>
487        </StateImagery>
488    </WidgetLook>
489    <WidgetLook name="Vanilla/Editbox">
490        <PropertyDefinition initialValue="FFDFDFDF" name="ReadOnlyBGColour" redrawOnWrite="true" />
491        <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" />
492        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
493        <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" />
494        <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" />
495        <NamedArea name="TextArea">
496            <Area>
497                <Dim type="LeftEdge">
498                    <AbsoluteDim value="7" />
499                </Dim>
500                <Dim type="TopEdge">
501                    <AbsoluteDim value="3" />
502                </Dim>
503                <Dim type="RightEdge">
504                    <UnifiedDim offset="-7" scale="1.0" type="RightEdge" />
505                </Dim>
506                <Dim type="BottomEdge">
507                    <UnifiedDim offset="-7" scale="1.0" type="BottomEdge" />
508                </Dim>
509            </Area>
510        </NamedArea>
511        <ImagerySection name="selection">
512            <ImageryComponent>
513                <Area>
514                    <Dim type="LeftEdge">
515                        <AbsoluteDim value="0" />
516                    </Dim>
517                    <Dim type="TopEdge">
518                        <AbsoluteDim value="0" />
519                    </Dim>
520                    <Dim type="RightEdge">
521                        <UnifiedDim scale="1.0" type="RightEdge" />
522                    </Dim>
523                    <Dim type="BottomEdge">
524                        <UnifiedDim scale="1.0" type="BottomEdge" />
525                    </Dim>
526                </Area>
527                <Image name="Vanilla-Images/GenericBrush" />
528                <VertFormat type="Stretched" />
529                <HorzFormat type="Stretched" />
530            </ImageryComponent>
531        </ImagerySection>
532        <ImagerySection name="Caret">
533            <ImageryComponent>
534                <Area>
535                    <Dim type="LeftEdge">
536                        <AbsoluteDim value="0" />
537                    </Dim>
538                    <Dim type="TopEdge">
539                        <AbsoluteDim value="0" />
540                    </Dim>
541                    <Dim type="Width">
542                        <AbsoluteDim value="2" />
543                    </Dim>
544                    <Dim type="BottomEdge">
545                        <UnifiedDim scale="1.0" type="BottomEdge" />
546                    </Dim>
547                </Area>
548                <Image name="Vanilla-Images/GenericBrush" />
549                <Colours bottomLeft="FF2222FF" bottomRight="FF2222FF" topLeft="FF2222FF" topRight="FF2222FF" />
550                <VertFormat type="Stretched" />
551                <HorzFormat type="Stretched" />
552            </ImageryComponent>
553        </ImagerySection>
554        <StateImagery name="Enabled">
555            <Layer>
556                <Section look="Vanilla/Shared" section="Frame" />
557            </Layer>
558        </StateImagery>
559        <StateImagery name="ReadOnly">
560            <Layer>
561                <Section look="Vanilla/Shared" section="Frame">
562                    <ColourProperty name="ReadOnlyBGColour" />
563                </Section>
564            </Layer>
565        </StateImagery>
566        <StateImagery name="Disabled">
567            <Layer>
568                <Section look="Vanilla/Shared" section="Frame">
569                    <ColourProperty name="ReadOnlyBGColour" />
570                </Section>
571            </Layer>
572        </StateImagery>
573        <StateImagery name="ActiveSelection">
574            <Layer>
575                <Section section="selection">
576                    <ColourProperty name="ActiveSelectionColour" />
577                </Section>
578            </Layer>
579        </StateImagery>
580        <StateImagery name="InactiveSelection">
581            <Layer>
582                <Section section="selection">
583                    <ColourProperty name="InactiveSelectionColour" />
584                </Section>
585            </Layer>
586        </StateImagery>
587    </WidgetLook>
588    <WidgetLook name="Vanilla/VerticalScrollbarThumb">
589        <Property name="VertFree" value="True" />
590        <ImagerySection name="thumb">
591            <ImageryComponent>
592                <Area>
593                    <Dim type="LeftEdge">
594                        <AbsoluteDim value="0" />
595                    </Dim>
596                    <Dim type="TopEdge">
597                        <AbsoluteDim value="0" />
598                    </Dim>
599                    <Dim type="Width">
600                        <UnifiedDim scale="1.0" type="Width" />
601                    </Dim>
602                    <Dim type="Height">
603                        <UnifiedDim scale="1.0" type="Height" />
604                    </Dim>
605                </Area>
606                <Image name="Vanilla-Images/ScrollbarThumb" />
607                <Colours bottomLeft="FF494949" bottomRight="FF494949" topLeft="FF494949" topRight="FF494949" />
608                <VertFormat type="Stretched" />
609                <HorzFormat type="Stretched" />
610            </ImageryComponent>
611        </ImagerySection>
612        <StateImagery name="Normal">
613            <Layer>
614                <Section section="thumb" />
615            </Layer>
616        </StateImagery>
617        <StateImagery name="Hover">
618            <Layer>
619                <Section section="thumb" />
620            </Layer>
621        </StateImagery>
622        <StateImagery name="Pushed">
623            <Layer>
624                <Section section="thumb" />
625            </Layer>
626        </StateImagery>
627    </WidgetLook>
628    <WidgetLook name="Vanilla/HorizontalScrollbarThumb">
629        <Property name="HorzFree" value="True" />
630        <ImagerySection name="thumb">
631            <ImageryComponent>
632                <Area>
633                    <Dim type="LeftEdge">
634                        <AbsoluteDim value="0" />
635                    </Dim>
636                    <Dim type="TopEdge">
637                        <AbsoluteDim value="0" />
638                    </Dim>
639                    <Dim type="Width">
640                        <UnifiedDim scale="1.0" type="Width" />
641                    </Dim>
642                    <Dim type="Height">
643                        <UnifiedDim scale="1.0" type="Height" />
644                    </Dim>
645                </Area>
646                <Image name="Vanilla-Images/ScrollbarThumb" />
647                <Colours bottomLeft="FF494949" bottomRight="FF494949" topLeft="FF494949" topRight="FF494949" />
648                <VertFormat type="Stretched" />
649                <HorzFormat type="Stretched" />
650            </ImageryComponent>
651        </ImagerySection>
652        <StateImagery name="Normal">
653            <Layer>
654                <Section section="thumb" />
655            </Layer>
656        </StateImagery>
657        <StateImagery name="Hover">
658            <Layer>
659                <Section section="thumb" />
660            </Layer>
661        </StateImagery>
662        <StateImagery name="Pushed">
663            <Layer>
664                <Section section="thumb" />
665            </Layer>
666        </StateImagery>
667    </WidgetLook>
668    <WidgetLook name="Vanilla/HorizontalScrollbar">
669        <NamedArea name="ThumbTrackArea">
670            <Area>
671                <Dim type="LeftEdge">
672                    <WidgetDim dimension="RightEdge" widget="__auto_decbtn__" />
673                </Dim>
674                <Dim type="TopEdge">
675                    <AbsoluteDim value="0" />
676                </Dim>
677                <Dim type="RightEdge">
678                    <OperatorDim op="Subtract">
679                        <UnifiedDim scale="1" type="RightEdge" />
680                        <WidgetDim dimension="Width" widget="__auto_incbtn__" />
681                    </OperatorDim>
682                </Dim>
683                <Dim type="BottomEdge">
684                    <UnifiedDim scale="1" type="BottomEdge" />
685                </Dim>
686            </Area>
687        </NamedArea>
688        <Child nameSuffix="__auto_incbtn__" type="Vanilla/Button">
689            <Area>
690                <Dim type="LeftEdge">
691                    <AbsoluteDim value="0" />
692                </Dim>
693                <Dim type="TopEdge">
694                    <AbsoluteDim value="0" />
695                </Dim>
696                <Dim type="Width">
697                    <UnifiedDim scale="1" type="Height" />
698                </Dim>
699                <Dim type="Height">
700                    <UnifiedDim scale="1" type="Height" />
701                </Dim>
702            </Area>
703            <VertAlignment type="CentreAligned" />
704            <HorzAlignment type="RightAligned" />
705            <Property name="UseStandardImagery" value="False" />
706            <Property name="NormalImage" value="Vanilla-Images/ScrollRightArrow" />
707            <Property name="HoverImage" value="Vanilla-Images/ScrollRightArrow" />
708            <Property name="PushedImage" value="Vanilla-Images/ScrollRightArrow" />
709        </Child>
710        <Child nameSuffix="__auto_decbtn__" type="Vanilla/Button">
711            <Area>
712                <Dim type="LeftEdge">
713                    <AbsoluteDim value="0" />
714                </Dim>
715                <Dim type="TopEdge">
716                    <AbsoluteDim value="0" />
717                </Dim>
718                <Dim type="Width">
719                    <UnifiedDim scale="1" type="Height" />
720                </Dim>
721                <Dim type="Height">
722                    <UnifiedDim scale="1" type="Height" />
723                </Dim>
724            </Area>
725            <VertAlignment type="CentreAligned" />
726            <Property name="UseStandardImagery" value="False" />
727            <Property name="NormalImage" value="Vanilla-Images/ScrollLeftArrow" />
728            <Property name="HoverImage" value="Vanilla-Images/ScrollLeftArrow" />
729            <Property name="PushedImage" value="Vanilla-Images/ScrollLeftArrow" />
730        </Child>
731        <Child nameSuffix="__auto_thumb__" type="Vanilla/HorizontalScrollbarThumb">
732            <Area>
733                <Dim type="LeftEdge">
734                    <AbsoluteDim value="0" />
735                </Dim>
736                <Dim type="TopEdge">
737                    <AbsoluteDim value="0" />
738                </Dim>
739                <Dim type="Width">
740                    <UnifiedDim scale="1" type="Height" />
741                </Dim>
742                <Dim type="Height">
743                    <UnifiedDim scale="1" type="Height" />
744                </Dim>
745            </Area>
746        </Child>
747        <ImagerySection name="main">
748            <ImageryComponent>
749                <Area>
750                    <Dim type="LeftEdge">
751                        <WidgetDim dimension="RightEdge" widget="__auto_decbtn__" />
752                    </Dim>
753                    <Dim type="TopEdge">
754                        <AbsoluteDim value="0" />
755                    </Dim>
756                    <Dim type="RightEdge">
757                        <OperatorDim op="Subtract">
758                            <UnifiedDim scale="1" type="RightEdge" />
759                            <WidgetDim dimension="Width" widget="__auto_incbtn__" />
760                        </OperatorDim>
761                    </Dim>
762                    <Dim type="BottomEdge">
763                        <UnifiedDim scale="1" type="BottomEdge" />
764                    </Dim>
765                </Area>
766                <Image name="Vanilla-Images/HorzScrollContainer" />
767                <VertFormat type="Stretched" />
768                <HorzFormat type="Stretched" />
769            </ImageryComponent>
770        </ImagerySection>
771        <StateImagery name="Enabled">
772            <Layer>
773                <Section section="main" />
774            </Layer>
775        </StateImagery>
776        <StateImagery name="Disabled">
777            <Layer>
778                <Section section="main" />
779            </Layer>
780        </StateImagery>
781    </WidgetLook>
782    <WidgetLook name="Vanilla/VerticalScrollbar">
783        <Property name="VerticalScrollbar" value="True" />
784        <NamedArea name="ThumbTrackArea">
785            <Area>
786                <Dim type="LeftEdge">
787                    <AbsoluteDim value="0" />
788                </Dim>
789                <Dim type="TopEdge">
790                    <WidgetDim dimension="BottomEdge" widget="__auto_decbtn__" />
791                </Dim>
792                <Dim type="RightEdge">
793                    <UnifiedDim scale="1.0" type="RightEdge" />
794                </Dim>
795                <Dim type="BottomEdge">
796                    <OperatorDim op="Subtract">
797                        <UnifiedDim scale="1.0" type="BottomEdge" />
798                        <WidgetDim dimension="Height" widget="__auto_incbtn__" />
799                    </OperatorDim>
800                </Dim>
801            </Area>
802        </NamedArea>
803        <Child nameSuffix="__auto_incbtn__" type="Vanilla/Button">
804            <Area>
805                <Dim type="LeftEdge">
806                    <AbsoluteDim value="0" />
807                </Dim>
808                <Dim type="TopEdge">
809                    <AbsoluteDim value="0" />
810                </Dim>
811                <Dim type="Width">
812                    <UnifiedDim scale="1" type="Width" />
813                </Dim>
814                <Dim type="Height">
815                    <UnifiedDim scale="1" type="Width" />
816                </Dim>
817            </Area>
818            <VertAlignment type="BottomAligned" />
819            <HorzAlignment type="CentreAligned" />
820            <Property name="UseStandardImagery" value="False" />
821            <Property name="NormalImage" value="Vanilla-Images/ScrollDownArrow" />
822            <Property name="HoverImage" value="Vanilla-Images/ScrollDownArrow" />
823            <Property name="PushedImage" value="Vanilla-Images/ScrollDownArrow" />
824        </Child>
825        <Child nameSuffix="__auto_decbtn__" type="Vanilla/Button">
826            <Area>
827                <Dim type="LeftEdge">
828                    <AbsoluteDim value="0" />
829                </Dim>
830                <Dim type="TopEdge">
831                    <AbsoluteDim value="0" />
832                </Dim>
833                <Dim type="Width">
834                    <UnifiedDim scale="1" type="Width" />
835                </Dim>
836                <Dim type="Height">
837                    <UnifiedDim scale="1" type="Width" />
838                </Dim>
839            </Area>
840            <HorzAlignment type="CentreAligned" />
841            <Property name="UseStandardImagery" value="False" />
842            <Property name="NormalImage" value="Vanilla-Images/ScrollUpArrow" />
843            <Property name="HoverImage" value="Vanilla-Images/ScrollUpArrow" />
844            <Property name="PushedImage" value="Vanilla-Images/ScrollUpArrow" />
845        </Child>
846        <Child nameSuffix="__auto_thumb__" type="Vanilla/VerticalScrollbarThumb">
847            <Area>
848                <Dim type="LeftEdge">
849                    <AbsoluteDim value="0" />
850                </Dim>
851                <Dim type="TopEdge">
852                    <AbsoluteDim value="0" />
853                </Dim>
854                <Dim type="Width">
855                    <UnifiedDim scale="1" type="Width" />
856                </Dim>
857                <Dim type="Height">
858                    <UnifiedDim scale="1" type="Width" />
859                </Dim>
860            </Area>
861        </Child>
862        <ImagerySection name="main">
863            <ImageryComponent>
864                <Area>
865                    <Dim type="LeftEdge">
866                        <AbsoluteDim value="0" />
867                    </Dim>
868                    <Dim type="TopEdge">
869                        <WidgetDim dimension="BottomEdge" widget="__auto_decbtn__" />
870                    </Dim>
871                    <Dim type="RightEdge">
872                        <UnifiedDim scale="1.0" type="RightEdge" />
873                    </Dim>
874                    <Dim type="BottomEdge">
875                        <OperatorDim op="Subtract">
876                            <UnifiedDim scale="1.0" type="BottomEdge" />
877                            <WidgetDim dimension="Height" widget="__auto_incbtn__" />
878                        </OperatorDim>
879                    </Dim>
880                </Area>
881                <Image name="Vanilla-Images/VertScrollContainer" />
882                <VertFormat type="Stretched" />
883                <HorzFormat type="Stretched" />
884            </ImageryComponent>
885        </ImagerySection>
886        <StateImagery name="Enabled">
887            <Layer>
888                <Section section="main" />
889            </Layer>
890        </StateImagery>
891        <StateImagery name="Disabled">
892            <Layer>
893                <Section section="main" />
894            </Layer>
895        </StateImagery>
896    </WidgetLook>
897    <WidgetLook name="Vanilla/StaticImage">
898        <PropertyDefinition initialValue="tl:FFFFFFFF tr:FFFFFFFF bl:FFFFFFFF br:FFFFFFFF" name="ImageColours" redrawOnWrite="true" />
899        <PropertyDefinition initialValue="Stretched" name="VertFormatting" redrawOnWrite="true" />
900        <PropertyDefinition initialValue="Stretched" name="HorzFormatting" redrawOnWrite="true" />
901        <Property name="BackgroundEnabled" value="True" />
902        <Property name="FrameEnabled" value="True" />
903        <ImagerySection name="image_withframe">
904            <ImageryComponent>
905                <Area>
906                    <Dim type="LeftEdge">
907                        <ImageDim dimension="Width" name="Vanilla-Images/FrameLeft" />
908                    </Dim>
909                    <Dim type="TopEdge">
910                        <ImageDim dimension="Height" name="Vanilla-Images/FrameTop" />
911                    </Dim>
912                    <Dim type="RightEdge">
913                        <OperatorDim op="Subtract">
914                            <UnifiedDim scale="1" type="RightEdge" />
915                            <ImageDim dimension="Width" name="Vanilla-Images/FrameRight" />
916                        </OperatorDim>
917                    </Dim>
918                    <Dim type="BottomEdge">
919                        <OperatorDim op="Subtract">
920                            <UnifiedDim scale="1" type="BottomEdge" />
921                            <ImageDim dimension="Height" name="Vanilla-Images/FrameBottom" />
922                        </OperatorDim>
923                    </Dim>
924                </Area>
925                <ImageProperty name="Image" />
926                <ColourRectProperty name="ImageColours" />
927                <VertFormatProperty name="VertFormatting" />
928                <HorzFormatProperty name="HorzFormatting" />
929            </ImageryComponent>
930        </ImagerySection>
931        <ImagerySection name="image_noframe">
932            <ImageryComponent>
933                <Area>
934                    <Dim type="LeftEdge">
935                        <AbsoluteDim value="0" />
936                    </Dim>
937                    <Dim type="TopEdge">
938                        <AbsoluteDim value="0" />
939                    </Dim>
940                    <Dim type="RightEdge">
941                        <UnifiedDim scale="1.0" type="RightEdge" />
942                    </Dim>
943                    <Dim type="BottomEdge">
944                        <UnifiedDim scale="1.0" type="BottomEdge" />
945                    </Dim>
946                </Area>
947                <ImageProperty name="Image" />
948                <ColourRectProperty name="ImageColours" />
949                <VertFormatProperty name="VertFormatting" />
950                <HorzFormatProperty name="HorzFormatting" />
951            </ImageryComponent>
952        </ImagerySection>
953        <StateImagery name="Enabled" />
954        <StateImagery name="Disabled" />
955        <StateImagery name="EnabledFrame">
956            <Layer>
957                <Section look="Vanilla/Shared" section="FrameOnly">
958                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
959                </Section>
960            </Layer>
961        </StateImagery>
962        <StateImagery name="DisabledFrame">
963            <Layer>
964                <Section look="Vanilla/Shared" section="FrameOnly">
965                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
966                </Section>
967            </Layer>
968        </StateImagery>
969        <StateImagery name="WithFrameEnabledBackground">
970            <Layer>
971                <Section look="Vanilla/Shared" section="BackgroundOnly">
972                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
973                </Section>
974            </Layer>
975        </StateImagery>
976        <StateImagery name="WithFrameDisabledBackground">
977            <Layer>
978                <Section look="Vanilla/Shared" section="BackgroundOnly">
979                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
980                </Section>
981            </Layer>
982        </StateImagery>
983        <StateImagery name="NoFrameEnabledBackground">
984            <Layer>
985                <Section look="Vanilla/Shared" section="BackgroundOnlyFull">
986                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
987                </Section>
988            </Layer>
989        </StateImagery>
990        <StateImagery name="NoFrameDisabledBackground">
991            <Layer>
992                <Section look="Vanilla/Shared" section="BackgroundOnlyFull">
993                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
994                </Section>
995            </Layer>
996        </StateImagery>
997        <StateImagery name="WithFrameImage">
998            <Layer>
999                <Section section="image_withframe" />
1000            </Layer>
1001        </StateImagery>
1002        <StateImagery name="NoFrameImage">
1003            <Layer>
1004                <Section section="image_noframe" />
1005            </Layer>
1006        </StateImagery>
1007    </WidgetLook>
1008    <WidgetLook name="Vanilla/StaticText">
1009        <Property name="BackgroundEnabled" value="True" />
1010        <Property name="FrameEnabled" value="True" />
1011        <NamedArea name="WithFrameTextRenderArea">
1012            <Area>
1013                <Dim type="LeftEdge">
1014                    <ImageDim dimension="Width" name="Vanilla-Images/FrameLeft" />
1015                </Dim>
1016                <Dim type="TopEdge">
1017                    <ImageDim dimension="Height" name="Vanilla-Images/FrameTop" />
1018                </Dim>
1019                <Dim type="RightEdge">
1020                    <OperatorDim op="Subtract">
1021                        <UnifiedDim scale="1" type="RightEdge" />
1022                        <ImageDim dimension="Width" name="Vanilla-Images/FrameRight" />
1023                    </OperatorDim>
1024                </Dim>
1025                <Dim type="BottomEdge">
1026                    <OperatorDim op="Subtract">
1027                        <UnifiedDim scale="1" type="BottomEdge" />
1028                        <ImageDim dimension="Height" name="Vanilla-Images/FrameBottom" />
1029                    </OperatorDim>
1030                </Dim>
1031            </Area>
1032        </NamedArea>
1033        <NamedArea name="WithFrameTextRenderAreaHScroll">
1034            <Area>
1035                <Dim type="LeftEdge">
1036                    <ImageDim dimension="Width" name="Vanilla-Images/FrameLeft" />
1037                </Dim>
1038                <Dim type="TopEdge">
1039                    <ImageDim dimension="Height" name="Vanilla-Images/FrameTop" />
1040                </Dim>
1041                <Dim type="RightEdge">
1042                    <OperatorDim op="Subtract">
1043                        <UnifiedDim scale="1" type="RightEdge" />
1044                        <ImageDim dimension="Width" name="Vanilla-Images/FrameRight" />
1045                    </OperatorDim>
1046                </Dim>
1047                <Dim type="BottomEdge">
1048                    <UnifiedDim offset="-20" scale="1" type="BottomEdge" />
1049                </Dim>
1050            </Area>
1051        </NamedArea>
1052        <NamedArea name="WithFrameTextRenderAreaVScroll">
1053            <Area>
1054                <Dim type="LeftEdge">
1055                    <ImageDim dimension="Width" name="Vanilla-Images/FrameLeft" />
1056                </Dim>
1057                <Dim type="TopEdge">
1058                    <ImageDim dimension="Height" name="Vanilla-Images/FrameTop" />
1059                </Dim>
1060                <Dim type="RightEdge">
1061                    <UnifiedDim offset="-20" scale="1" type="RightEdge" />
1062                </Dim>
1063                <Dim type="BottomEdge">
1064                    <OperatorDim op="Subtract">
1065                        <UnifiedDim scale="1" type="BottomEdge" />
1066                        <ImageDim dimension="Height" name="Vanilla-Images/FrameBottom" />
1067                    </OperatorDim>
1068                </Dim>
1069            </Area>
1070        </NamedArea>
1071        <NamedArea name="WithFrameTextRenderAreaHVScroll">
1072            <Area>
1073                <Dim type="LeftEdge">
1074                    <ImageDim dimension="Width" name="Vanilla-Images/FrameLeft" />
1075                </Dim>
1076                <Dim type="TopEdge">
1077                    <ImageDim dimension="Height" name="Vanilla-Images/FrameTop" />
1078                </Dim>
1079                <Dim type="RightEdge">
1080                    <UnifiedDim offset="-20" scale="1" type="RightEdge" />
1081                </Dim>
1082                <Dim type="BottomEdge">
1083                    <UnifiedDim offset="-20" scale="1" type="BottomEdge" />
1084                </Dim>
1085            </Area>
1086        </NamedArea>
1087        <NamedArea name="NoFrameTextRenderArea">
1088            <Area>
1089                <Dim type="LeftEdge">
1090                    <AbsoluteDim value="0" />
1091                </Dim>
1092                <Dim type="TopEdge">
1093                    <AbsoluteDim value="0" />
1094                </Dim>
1095                <Dim type="RightEdge">
1096                    <UnifiedDim scale="1" type="RightEdge" />
1097                </Dim>
1098                <Dim type="BottomEdge">
1099                    <UnifiedDim scale="1" type="BottomEdge" />
1100                </Dim>
1101            </Area>
1102        </NamedArea>
1103        <NamedArea name="NoFrameTextRenderAreaHScroll">
1104            <Area>
1105                <Dim type="LeftEdge">
1106                    <AbsoluteDim value="0" />
1107                </Dim>
1108                <Dim type="TopEdge">
1109                    <AbsoluteDim value="0" />
1110                </Dim>
1111                <Dim type="RightEdge">
1112                    <UnifiedDim scale="1" type="RightEdge" />
1113                </Dim>
1114                <Dim type="BottomEdge">
1115                    <UnifiedDim offset="-20" scale="1" type="BottomEdge" />
1116                </Dim>
1117            </Area>
1118        </NamedArea>
1119        <NamedArea name="NoFrameTextRenderAreaVScroll">
1120            <Area>
1121                <Dim type="LeftEdge">
1122                    <AbsoluteDim value="0" />
1123                </Dim>
1124                <Dim type="TopEdge">
1125                    <AbsoluteDim value="0" />
1126                </Dim>
1127                <Dim type="RightEdge">
1128                    <UnifiedDim offset="-20" scale="1" type="RightEdge" />
1129                </Dim>
1130                <Dim type="BottomEdge">
1131                    <UnifiedDim scale="1" type="BottomEdge" />
1132                </Dim>
1133            </Area>
1134        </NamedArea>
1135        <NamedArea name="NoFrameTextRenderAreaHVScroll">
1136            <Area>
1137                <Dim type="LeftEdge">
1138                    <AbsoluteDim value="0" />
1139                </Dim>
1140                <Dim type="TopEdge">
1141                    <AbsoluteDim value="0" />
1142                </Dim>
1143                <Dim type="RightEdge">
1144                    <UnifiedDim offset="-20" scale="1" type="RightEdge" />
1145                </Dim>
1146                <Dim type="BottomEdge">
1147                    <UnifiedDim offset="-20" scale="1" type="BottomEdge" />
1148                </Dim>
1149            </Area>
1150        </NamedArea>
1151        <Child nameSuffix="__auto_hscrollbar__" type="Vanilla/HorizontalScrollbar">
1152            <Area>
1153                <Dim type="LeftEdge">
1154                    <AbsoluteDim value="0" />
1155                </Dim>
1156                <Dim type="TopEdge">
1157                    <AbsoluteDim value="0" />
1158                </Dim>
1159                <Dim type="Width">
1160                    <UnifiedDim offset="-20" scale="1" type="Width" />
1161                </Dim>
1162                <Dim type="Height">
1163                    <AbsoluteDim value="20" />
1164                </Dim>
1165            </Area>
1166            <VertAlignment type="BottomAligned" />
1167        </Child>
1168        <Child nameSuffix="__auto_vscrollbar__" type="Vanilla/VerticalScrollbar">
1169            <Area>
1170                <Dim type="LeftEdge">
1171                    <AbsoluteDim value="0" />
1172                </Dim>
1173                <Dim type="TopEdge">
1174                    <AbsoluteDim value="0" />
1175                </Dim>
1176                <Dim type="Width">
1177                    <AbsoluteDim value="20" />
1178                </Dim>
1179                <Dim type="Height">
1180                    <UnifiedDim offset="-20" scale="1" type="Height" />
1181                </Dim>
1182            </Area>
1183            <HorzAlignment type="RightAligned" />
1184        </Child>
1185        <StateImagery name="Enabled" />
1186        <StateImagery name="Disabled" />
1187        <StateImagery name="EnabledFrame">
1188            <Layer>
1189                <Section look="Vanilla/Shared" section="FrameOnly">
1190                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
1191                </Section>
1192            </Layer>
1193        </StateImagery>
1194        <StateImagery name="DisabledFrame">
1195            <Layer>
1196                <Section look="Vanilla/Shared" section="FrameOnly">
1197                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
1198                </Section>
1199            </Layer>
1200        </StateImagery>
1201        <StateImagery name="WithFrameEnabledBackground">
1202            <Layer>
1203                <Section look="Vanilla/Shared" section="BackgroundOnly">
1204                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
1205                </Section>
1206            </Layer>
1207        </StateImagery>
1208        <StateImagery name="WithFrameDisabledBackground">
1209            <Layer>
1210                <Section look="Vanilla/Shared" section="BackgroundOnly">
1211                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
1212                </Section>
1213            </Layer>
1214        </StateImagery>
1215        <StateImagery name="NoFrameEnabledBackground">
1216            <Layer>
1217                <Section look="Vanilla/Shared" section="BackgroundOnlyFull">
1218                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
1219                </Section>
1220            </Layer>
1221        </StateImagery>
1222        <StateImagery name="NoFrameDisabledBackground">
1223            <Layer>
1224                <Section look="Vanilla/Shared" section="BackgroundOnlyFull">
1225                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
1226                </Section>
1227            </Layer>
1228        </StateImagery>
1229    </WidgetLook>
1230    <WidgetLook name="Vanilla/Listbox">
1231        <Property name="ForceVertScrollbar" value="True" />
1232        <NamedArea name="ItemRenderingArea">
1233            <Area>
1234                <Dim type="LeftEdge">
1235                    <ImageDim dimension="Width" name="Vanilla-Images/FrameLeft" />
1236                </Dim>
1237                <Dim type="TopEdge">
1238                    <ImageDim dimension="Height" name="Vanilla-Images/FrameTop" />
1239                </Dim>
1240                <Dim type="RightEdge">
1241                    <OperatorDim op="Subtract">
1242                        <UnifiedDim scale="1" type="RightEdge" />
1243                        <ImageDim dimension="Width" name="Vanilla-Images/FrameRight" />
1244                    </OperatorDim>
1245                </Dim>
1246                <Dim type="BottomEdge">
1247                    <OperatorDim op="Subtract">
1248                        <UnifiedDim scale="1" type="BottomEdge" />
1249                        <ImageDim dimension="Height" name="Vanilla-Images/FrameBottom" />
1250                    </OperatorDim>
1251                </Dim>
1252            </Area>
1253        </NamedArea>
1254        <Child nameSuffix="__auto_hscrollbar__" type="Vanilla/HorizontalScrollbar">
1255            <Area>
1256                <Dim type="LeftEdge">
1257                    <AbsoluteDim value="5" />
1258                </Dim>
1259                <Dim type="TopEdge">
1260                    <AbsoluteDim value="-5" />
1261                </Dim>
1262                <Dim type="Width">
1263                    <UnifiedDim offset="-25" scale="1" type="Width" />
1264                </Dim>
1265                <Dim type="Height">
1266                    <AbsoluteDim value="20" />
1267                </Dim>
1268            </Area>
1269            <VertAlignment type="BottomAligned" />
1270        </Child>
1271        <Child nameSuffix="__auto_vscrollbar__" type="Vanilla/VerticalScrollbar">
1272            <Area>
1273                <Dim type="LeftEdge">
1274                    <AbsoluteDim value="-5" />
1275                </Dim>
1276                <Dim type="TopEdge">
1277                    <AbsoluteDim value="5" />
1278                </Dim>
1279                <Dim type="Width">
1280                    <AbsoluteDim value="20" />
1281                </Dim>
1282                <Dim type="Height">
1283                    <UnifiedDim offset="-10" scale="1" type="Height" />
1284                </Dim>
1285            </Area>
1286            <HorzAlignment type="RightAligned" />
1287        </Child>
1288        <StateImagery name="Enabled">
1289            <Layer>
1290                <Section look="Vanilla/Shared" section="Frame">
1291                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
1292                </Section>
1293            </Layer>
1294        </StateImagery>
1295        <StateImagery name="Disabled">
1296            <Layer>
1297                <Section look="Vanilla/Shared" section="Frame">
1298                    <Colours bottomLeft="FF7F7F7F" bottomRight="FF7F7F7F" topLeft="FF7F7F7F" topRight="FF7F7F7F" />
1299                </Section>
1300            </Layer>
1301        </StateImagery>
1302    </WidgetLook>
1303    <WidgetLook name="Vanilla/MultiLineEditbox">
1304        <PropertyDefinition initialValue="FF000000" name="NormalTextColour" redrawOnWrite="true" />
1305        <PropertyDefinition initialValue="FFFFFFFF" name="SelectedTextColour" redrawOnWrite="true" />
1306        <PropertyDefinition initialValue="FF607FFF" name="ActiveSelectionColour" redrawOnWrite="true" />
1307        <PropertyDefinition initialValue="FF808080" name="InactiveSelectionColour" redrawOnWrite="true" />
1308        <Property name="SelectionBrushImage" value="Vanilla-Images/GenericBrush" />
1309        <NamedArea name="TextArea">
1310            <Area>
1311                <Dim type="LeftEdge">
1312                    <ImageDim dimension="Width" name="Vanilla-Images/FrameLeft" />
1313                </Dim>
1314                <Dim type="TopEdge">
1315                    <ImageDim dimension="Height" name="Vanilla-Images/FrameTop" />
1316                </Dim>
1317                <Dim type="RightEdge">
1318                    <OperatorDim op="Subtract">
1319                        <UnifiedDim scale="1" type="RightEdge" />
1320                        <ImageDim dimension="Width" name="Vanilla-Images/FrameRight" />
1321                    </OperatorDim>
1322                </Dim>
1323                <Dim type="BottomEdge">
1324                    <OperatorDim op="Subtract">
1325                        <UnifiedDim scale="1" type="BottomEdge" />
1326                        <ImageDim dimension="Height" name="Vanilla-Images/FrameBottom" />
1327                    </OperatorDim>
1328                </Dim>
1329            </Area>
1330        </NamedArea>
1331        <Child nameSuffix="__auto_hscrollbar__" type="Vanilla/HorizontalScrollbar">
1332            <Area>
1333                <Dim type="LeftEdge">
1334                    <AbsoluteDim value="5" />
1335                </Dim>
1336                <Dim type="TopEdge">
1337                    <AbsoluteDim value="-5" />
1338                </Dim>
1339                <Dim type="Width">
1340                    <UnifiedDim offset="-25" scale="1" type="Width" />
1341                </Dim>
1342                <Dim type="Height">
1343                    <AbsoluteDim value="20" />
1344                </Dim>
1345            </Area>
1346            <VertAlignment type="BottomAligned" />
1347        </Child>
1348        <Child nameSuffix="__auto_vscrollbar__" type="Vanilla/VerticalScrollbar">
1349            <Area>
1350                <Dim type="LeftEdge">
1351                    <AbsoluteDim value="-5" />
1352                </Dim>
1353                <Dim type="TopEdge">
1354                    <AbsoluteDim value="5" />
1355                </Dim>
1356                <Dim type="Width">
1357                    <AbsoluteDim value="20" />
1358                </Dim>
1359                <Dim type="Height">
1360                    <UnifiedDim offset="-10" scale="1" type="Height" />
1361                </Dim>
1362            </Area>
1363            <HorzAlignment type="RightAligned" />
1364        </Child>
1365        <ImagerySection name="Caret">
1366            <ImageryComponent>
1367                <Area>
1368                    <Dim type="LeftEdge">
1369                        <AbsoluteDim value="0" />
1370                    </Dim>
1371                    <Dim type="TopEdge">
1372                        <AbsoluteDim value="0" />
1373                    </Dim>
1374                    <Dim type="Width">
1375                        <AbsoluteDim value="2" />
1376                    </Dim>
1377                    <Dim type="BottomEdge">
1378                        <UnifiedDim scale="1.0" type="BottomEdge" />
1379                    </Dim>
1380                </Area>
1381                <Image name="Vanilla-Images/GenericBrush" />
1382                <Colours bottomLeft="FF2222FF" bottomRight="FF2222FF" topLeft="FF2222FF" topRight="FF2222FF" />
1383                <VertFormat type="Stretched" />
1384                <HorzFormat type="Stretched" />
1385            </ImageryComponent>
1386        </ImagerySection>
1387        <StateImagery name="Enabled">
1388            <Layer>
1389                <Section look="Vanilla/Shared" section="Frame" />
1390            </Layer>
1391        </StateImagery>
1392        <StateImagery name="ReadOnly">
1393            <Layer>
1394                <Section look="Vanilla/Shared" section="Frame" />
1395            </Layer>
1396        </StateImagery>
1397        <StateImagery name="Disabled">
1398            <Layer>
1399                <Section look="Vanilla/Shared" section="Frame" />
1400            </Layer>
1401        </StateImagery>
1402    </WidgetLook>
1403</Falagard>
Note: See TracBrowser for help on using the repository browser.