blob: 7301d5e8c491a5be50465adfed69ab2152e867c6 (
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
135
136
137
138
139
140
141
142
|
<window id="2">
<defaultcontrol always="true">50</defaultcontrol>
<allowoverlay>no</allowoverlay>
<views>50,51,550,551,500,514,510</views>
<controls>
<include>CommonBackground</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>MainWindowMouseButtons</include>
<include>BehindDialogFadeOut</include>
<include>ScrollOffsetLabel</include>
<control type="image">
<description>Section header image</description>
<posx>20</posx>
<posy>3</posy>
<width>35</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>icon_pictures.png</texture>
</control>
<control type="grouplist">
<posx>65</posx>
<posy>5</posy>
<width>1000</width>
<height>30</height>
<orientation>horizontal</orientation>
<align>left</align>
<itemgap>5</itemgap>
<control type="label">
<include>WindowTitleCommons</include>
<label>$LOCALIZE[1]</label>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>[COLOR=blue] - [/COLOR]$INFO[Container.FolderName]</label>
<visible>!IsEmpty(Container.FolderName)</visible>
</control>
</control>
<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>font12</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>font12</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>
<include>Clock</include>
</controls>
</window>
|