blob: 2a97fd97e410069d9e1d1cd1e98a4263b1953c83 (
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
130
|
<window id="2">
<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[1]</label>
</control>
<control type="group">
<include>Window_OpenClose_Animation_Zoom</include>
<include>CommonRootView</include> <!-- view id = 50 -->
<include>ThumbnailView</include> <!-- view id = 500 -->
<include>ScrollArrowsCommons</include>
</control>
<include>MediaSubMenu</include>
<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="button" id="3">
<description>Sort by button</description>
<include>ButtonCommonValues2</include>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues2</include>
<alttexturefocus>button-focus2.png</alttexturefocus>
<alttexturenofocus>button-nofocus.png</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="button" id="6">
<description>Slideshow</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues2</include>
<label>108</label>
<onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
</control>
<control type="button" id="7">
<description>Recersive Slideshow</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues2</include>
<label>361</label>
<onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
</control>
<control type="radiobutton" id="9">
<description>Randomize Toggle</description>
<include>ButtonCommonValues2</include>
<label>13319</label>
</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>ScrollOffsetLabel</include>
<include>BehindDialogFadeOut</include>
</controls>
</window>
|