blob: 1a7d0ad1bdd557986ccdcb50a09e4d171da777fd (
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
131
132
133
134
|
<window id="2">
<defaultcontrol always="true">50</defaultcontrol>
<allowoverlay>no</allowoverlay>
<views>50,51,550,551,500,514,510</views>
<controls>
<include>CommonPictureBackground</include>
<include>CommonMediaPlayingBackground</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>625</height>
<texture background="true">$INFO[ListItem.FilenameAndPath]</texture>
<fadetime>1000</fadetime>
<aspectratio>keep</aspectratio>
<include>VisibleFadeEffect</include>
<visible>Control.IsVisible(510)</visible>
<include>Window_OpenClose_Animation</include>
</control>
<include>ContentPanelBackgrounds</include>
<control type="group">
<include>Window_OpenClose_Animation</include>
<include>CommonRootView</include> <!-- view id = 50 -->
<include>FullWidthList</include> <!-- view id = 51 -->
<include>ThumbnailView</include> <!-- view id = 500 -->
<include>PictureWrapView</include> <!-- view id = 510 -->
<include>PictureThumbView</include> <!-- view id = 514 -->
<include>AddonInfoListView1</include> <!-- view id = 550 -->
<include>AddonInfoThumbView1</include> <!-- view id = 551 -->
</control>
<include>CommonPageCount</include>
<include>CommonNowPlaying</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<control type="group">
<posx>-250</posx>
<include>SideBladeLeft</include>
<control type="grouplist" id="9000">
<posx>0</posx>
<posy>110</posy>
<width>250</width>
<height>600</height>
<onleft>9000</onleft>
<onright>50</onright>
<onup>9000</onup>
<ondown>9000</ondown>
<onback>50</onback>
<itemgap>0</itemgap>
<control type="label" id="200">
<width>250</width>
<height>35</height>
<font>font12caps</font>
<label>31006</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="2">
<description>View As button</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>-</label>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<include>ButtonCommonValues</include>
<label>103</label>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<include>ButtonCommonValues</include>
<alttexturefocus border="5">button-focus.png</alttexturefocus>
<alttexturenofocus>-</alttexturenofocus>
<label>31051</label>
<altlabel>31050</altlabel>
<usealttexture>Container.SortDirection(Ascending)</usealttexture>
</control>
<control type="edit" id="19">
<description>Filter</description>
<textwidth>230</textwidth>
<include>ButtonCommonValues</include>
<label>587</label>
</control>
<control type="label" id="201">
<width>250</width>
<height>35</height>
<font>font12caps</font>
<label>31026</label>
<textcolor>blue</textcolor>
<align>center</align>
<aligny>center</aligny>
</control>
<control type="button" id="6">
<description>Slideshow</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>108</label>
</control>
<control type="button" id="7">
<description>Recersive Slideshow</description>
<textwidth>235</textwidth>
<include>ButtonCommonValues</include>
<label>361</label>
</control>
<control type="radiobutton" id="9">
<description>Randomize Toggle</description>
<include>ButtonCommonValues</include>
<label>13319</label>
</control>
<include>CommonNowPlaying_Controls</include>
</control>
</control>
<control type="group">
<posx>40</posx>
<posy>0</posy>
<animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
<animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>250</width>
<height>35</height>
<texture border="0,0,32,0">header.png</texture>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<posx>220</posx>
<label>$LOCALIZE[1]</label>
</control>
</control>
<include>WindowTitleHomeButton</include>
<include>Clock</include>
</controls>
</window>
|