blob: c273918daf9c0de3c368cde7bda4706b8a9d1cd5 (
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
|
<window id="2">
<defaultcontrol always="true">50</defaultcontrol>
<allowoverlay>no</allowoverlay>
<controls>
<include>CommonBackground</include>
<control type="group">
<include>Window_OpenClose_Right_Panel_Animation</include>
<include>ContentPanel</include>
<include>CommonRootView</include>
<include>CommonListView</include>
<include>ThumbnailView</include>
<include>PictureThumbView</include>
<include>AllViewCommonPageControls</include>
<include>CommonFileCount</include>
<include>ScrollOffsetLabel</include>
</control>
<control type="group">
<include>Window_OpenClose_Left_Panel_Animation</include>
<include>CommonNowPlaying</include>
<control type="group" id="9000">
<posx>0</posx>
<posy>130</posy>
<control type="button" id="2">
<description>View As button</description>
<posx>0</posx>
<posy>0</posy>
<include>ButtonCommonValues</include>
<label>-</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>611</onup>
<ondown>3</ondown>
</control>
<control type="button" id="3">
<description>Sort by button</description>
<posx>0</posx>
<posy>45</posy>
<include>ButtonCommonValues</include>
<label>103</label>
<onleft>50</onleft>
<onright>4</onright>
<onup>2</onup>
<ondown>6</ondown>
</control>
<control type="togglebutton" id="4">
<description>Sort asc</description>
<posx>250</posx>
<posy>58</posy>
<label>-</label>
<onleft>3</onleft>
<onright>50</onright>
<onup>2</onup>
<ondown>6</ondown>
</control>
<control type="button" id="6">
<description>Slideshow</description>
<posx>0</posx>
<posy>90</posy>
<include>ButtonCommonValues</include>
<label>108</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>3</onup>
<ondown>7</ondown>
</control>
<control type="button" id="7">
<description>Recersive Slideshow</description>
<posx>0</posx>
<posy>135</posy>
<include>ButtonCommonValues</include>
<label>361</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>6</onup>
<ondown>9</ondown>
</control>
<control type="radiobutton" id="9">
<description>Randomize Toggle</description>
<posx>0</posx>
<posy>180</posy>
<include>ButtonCommonValues</include>
<label>13319</label>
<onleft>50</onleft>
<onright>50</onright>
<onup>7</onup>
<ondown>610</ondown>
</control>
<control type="button" id="610">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>9</onup>
<ondown>603</ondown>
<visible>false</visible>
</control>
<control type="group">
<posx>0</posx>
<posy>225</posy>
<include>CommonNowPlaying_Controls</include>
</control>
<control type="button" id="611">
<description>Fake Button to fix Player Controls Navigation</description>
<onup>607</onup>
<ondown>2</ondown>
<visible>false</visible>
</control>
</control>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>128</height>
<texture>Header.png</texture>
</control>
<control type="label">
<include>WindowTitleCommons</include>
<label>$LOCALIZE[9] - $LOCALIZE[1]$INFO[Container.PluginName, - ]</label>
</control>
</controls>
</window>
|