blob: 17580e1f356af76393a0338d73e3b285f755a898 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<defaultcontrol always="true">450</defaultcontrol>
<coordinates>
<system>1</system>
<posx>0</posx>
<posy>0</posy>
</coordinates>
<controls>
<control type="group">
<animation effect="slide" start="400,0" end="0,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
<animation effect="slide" start="0,0" end="400,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
<control type="image">
<posx>400r</posx>
<posy>0</posy>
<width>400</width>
<height>720</height>
<texture border="15,0,0,0" flipx="true">HomeBladeSub.png</texture>
</control>
<control type="button">
<description>Close Window button</description>
<posx>380r</posx>
<posy>0</posy>
<width>64</width>
<height>32</height>
<label>-</label>
<font>-</font>
<onclick>PreviousMenu</onclick>
<texturefocus>DialogCloseButton-focus.png</texturefocus>
<texturenofocus>DialogCloseButton.png</texturenofocus>
<onleft>450</onleft>
<onright>450</onright>
<onup>450</onup>
<ondown>450</ondown>
<visible>system.getbool(input.enablemouse)</visible>
</control>
<control type="image">
<posx>370r</posx>
<posy>30</posy>
<width>200</width>
<height>200</height>
<aspectratio align="center">keep</aspectratio>
<fadetime>IconCrossfadeTime</fadetime>
<texture>$INFO[ListItem.Icon]</texture>
<bordertexture border="8">ThumbShadow.png</bordertexture>
<bordersize>8</bordersize>
</control>
<control type="list" id="450">
<posx>390r</posx>
<posy>250</posy>
<width>450</width>
<height>380</height>
<onup>450</onup>
<onleft>Dialog.Close(Favourites)</onleft>
<onright>450</onright>
<ondown>450</ondown>
<pagecontrol>-</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="40">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>370</width>
<height>40</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<posx>10</posx>
<posy>0</posy>
<width>350</width>
<height>40</height>
<font>font12_title</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</itemlayout>
<focusedlayout height="40">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>370</width>
<height>40</height>
<visible>!Control.HasFocus(450)</visible>
<texture border="3">button-nofocus.png</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>370</width>
<height>40</height>
<visible>Control.HasFocus(450)</visible>
<texture border="3">button-focus.png</texture>
</control>
<control type="label">
<posx>10</posx>
<posy>0</posy>
<width>350</width>
<height>40</height>
<font>font12_title</font>
<align>left</align>
<aligny>center</aligny>
<selectedcolor>selected</selectedcolor>
<info>ListItem.Label</info>
</control>
</focusedlayout>
</control>
<control type="label">
<description>Page label</description>
<posx>30r</posx>
<posy>670</posy>
<width>350</width>
<height>30</height>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>grey</textcolor>
<label>([COLOR=blue]$INFO[Container(450).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(450).CurrentPage]/$INFO[Container(450).NumPages][/COLOR])</label>
</control>
</control>
</controls>
</window>
|