blob: c9292493140d118a7980c8a46fc712e26b78773b (
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
124
125
126
127
128
129
|
<window id="500">
<defaultcontrol always="true">50</defaultcontrol>
<allowoverlay>no</allowoverlay>
<views>50,500</views>
<onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
<controls>
<include>CommonBackground</include>
<include>FileCountCommons</include>
<include>HomeButtonCommons</include>
<include>CommonNowPlaying</include>
<include>OptionsButtonCommons</include>
<control type="label">
<description>Window label</description>
<include>MediaWindowTitleCommons</include>
<label>$LOCALIZE[10522]</label>
</control>
<control type="group">
<include>Window_OpenClose_Animation_Zoom</include>
<include>CommonRootView</include> <!-- view id = 50 -->
<include>ThumbnailView</include> <!-- view id = 500 -->
</control>
<control type="panel" id="9002">
<visible>!Window.IsActive(PlayerControls)</visible>
<include>VisibleFadeEffect</include>
<include>SubMenuCommonLayout</include>
<content>
<item>
<label>31200</label>
<onclick>ParentDir</onclick>
<icon>icon_back.png</icon>
</item>
</content>
</control>
<control type="group">
<visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
<include>VisibleFadeEffect</include>
<control type="button">
<description>Hidden button to close the sort when its focused</description>
<posx>0</posx>
<posy>0</posy>
<width>ScreenWidth</width>
<height>ScreenHeight</height>
<texturenofocus>-</texturenofocus>
<texturefocus>-</texturefocus>
<onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
</control>
<control type="group">
<posx>340r</posx>
<posy>130</posy>
<control type="image">
<description>Shadow Background</description>
<posx>-30</posx>
<posy>-30</posy>
<width>380</width>
<height>500</height>
<texture border="30">ShadowBorder.png</texture>
</control>
<control type="button">
<description>Panel Background image</description>
<posx>0</posx>
<posy>0</posy>
<width>320</width>
<height>440</height>
<texturefocus border="5">SubBack.png</texturefocus>
<texturenofocus border="5">SubBack.png</texturenofocus>
<onclick>-</onclick>
</control>
<control type="image">
<description>Panel Forground image</description>
<posx>10</posx>
<posy>10</posy>
<width>300</width>
<height>420</height>
<texture border="5">SubBack2.png</texture>
</control>
<control type="image">
<description>Panel Arrow image</description>
<posx>270</posx>
<posy>-34</posy>
<width>40</width>
<height>40</height>
<texture>arrow-big-up.png</texture>
</control>
<control type="grouplist">
<posx>11</posx>
<posy>10</posy>
<width>298</width>
<height>420</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<itemgap>0</itemgap>
<control type="radiobutton" id="20">
<description>Shuffle button</description>
<include>ButtonCommonValues2</include>
<label>191</label>
</control>
<control type="button" id="26">
<description>Repeat button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues2</include>
<label>-</label>
</control>
<control type="button" id="21">
<description>Save button</description>
<label>190</label>
<textwidth>235</textwidth>
<include>ButtonCommonValues2</include>
</control>
<control type="button" id="22">
<description>Clear button</description>
<label>192</label>
<textwidth>235</textwidth>
<include>ButtonCommonValues2</include>
</control>
<control type="image">
<posx>0</posx>
<posy>100</posy>
<width>298</width>
<height>10</height>
<texture>shelf_shadow.png</texture>
</control>
</control>
</control>
</control>
<include>BehindDialogFadeOut</include>
</controls>
</window>
|