1
<window type="dialog" id="2000">
2
<defaultcontrol always="true">3</defaultcontrol>
8
<include>dialogeffect</include>
10
<control type="image">
11
<description>background image</description>
16
<texture border="40">DialogBack.png</texture>
18
<control type="image">
23
<aspectratio>stretch</aspectratio>
24
<texture>GlassTitleBar.png</texture>
26
<control type="button">
27
<description>Close Window button</description>
34
<onclick>PreviousMenu</onclick>
35
<texturefocus>DialogCloseButton-focus.png</texturefocus>
36
<texturenofocus>DialogCloseButton.png</texturenofocus>
41
<visible>system.getbool(input.enablemouse)</visible>
43
<control type="label" id="1">
44
<description>header label</description>
49
<font>font13_title</font>
50
<label>$LOCALIZE[13406]</label>
52
<aligny>center</aligny>
53
<textcolor>white</textcolor>
54
<shadowcolor>black</shadowcolor>
56
<control type="list" id="3">
65
<pagecontrol>61</pagecontrol>
66
<scrolltime>200</scrolltime>
67
<itemlayout height="40" width="570">
68
<control type="image">
73
<texture border="0,2,0,2">MenuItemNF.png</texture>
75
<control type="label">
81
<textcolor>grey2</textcolor>
82
<selectedcolor>selected</selectedcolor>
84
<aligny>center</aligny>
85
<label>$INFO[ListItem.Label]</label>
88
<focusedlayout height="40" width="570">
89
<control type="image">
94
<texture border="0,2,0,2">MenuItemNF.png</texture>
95
<visible>!Control.HasFocus(3)</visible>
96
<include>VisibleFadeEffect</include>
98
<control type="image">
103
<texture border="0,2,0,2">MenuItemFO.png</texture>
104
<visible>Control.HasFocus(3)</visible>
105
<include>VisibleFadeEffect</include>
107
<control type="label">
113
<textcolor>white</textcolor>
114
<selectedcolor>selected</selectedcolor>
116
<aligny>center</aligny>
117
<label>$INFO[ListItem.Label]</label>
121
<control type="scrollbar" id="61">
126
<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
127
<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
128
<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
129
<textureslidernib>ScrollBarNib.png</textureslidernib>
130
<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
135
<showonepage>true</showonepage>
136
<orientation>vertical</orientation>
138
<control type="label">
139
<description>number of files/pages in list text label</description>
146
<aligny>center</aligny>
147
<scroll>true</scroll>
148
<textcolor>grey</textcolor>
149
<label>([COLOR=blue]$INFO[Container(3).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages][/COLOR])</label>
151
<control type="button" id="5">
152
<description>Manual button</description>
158
<font>font12_title</font>
159
<textcolor>white</textcolor>
160
<focusedcolor>white</focusedcolor>
161
<align>center</align>
162
<texturenofocus border="5">MenuItemNF.png</texturenofocus>
163
<texturefocus border="5">button-focus.png</texturefocus>
b'\\ No newline at end of file'