blob: 3f4a9a76bce40f3528246124d5a8d5244580cc67 (
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">50</defaultcontrol>
<backgroundcolor>background</backgroundcolor>
<views>50</views>
<controls>
<include>DefaultBackground</include>
<control type="group">
<animation effect="fade" start="100" end="0" time="200" tween="sine" condition="$EXP[infodialog_active]">Conditional</animation>
<include name="PlaylistWindowButtons">
<param name="width" value="400" />
</include>
<control type="group">
<include>OpenClose_Left</include>
<control type="image">
<left>100</left>
<top>550</top>
<width>400</width>
<height>358</height>
<texture border="22">dialogs/dialog-bg.png</texture>
</control>
</control>
<control type="group">
<include>OpenClose_Right</include>
<left>510</left>
<top>182</top>
<control type="image">
<description>background image</description>
<left>-20</left>
<top>-20</top>
<width>843</width>
<height>746</height>
<texture border="22">dialogs/dialog-bg.png</texture>
</control>
<control type="panel" id="50">
<left>2</left>
<top>3</top>
<width>800</width>
<height>700</height>
<scrolltime tween="cubic" easing="out">500</scrolltime>
<orientation>vertical</orientation>
<onleft>700</onleft>
<onright>60</onright>
<onup>50</onup>
<ondown>50</ondown>
<pagecontrol>60</pagecontrol>
<viewtype label="List">list</viewtype>
<preloaditems>1</preloaditems>
<focusedlayout height="63" width="800">
<control type="image">
<left>0</left>
<top>0</top>
<width>800</width>
<height>63</height>
<texture>lists/focus.png</texture>
</control>
<control type="label">
<left>30</left>
<top>0</top>
<height>63</height>
<width>680</width>
<aligny>center</aligny>
<font>font12</font>
<label>$INFO[ListItem.Label]</label>
<shadowcolor>text_shadow</shadowcolor>
</control>
<control type="label">
<left>90</left>
<top>0</top>
<height>63</height>
<width>680</width>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<label>$VAR[PlaylistLabel2Var]</label>
<textcolor>grey</textcolor>
<shadowcolor>text_shadow</shadowcolor>
</control>
</focusedlayout>
<itemlayout height="63" width="800">
<control type="image">
<left>0</left>
<top>0</top>
<width>800</width>
<height>63</height>
<texture border="90,3,90,3">lists/separator.png</texture>
</control>
<control type="label">
<left>30</left>
<top>0</top>
<height>63</height>
<width>680</width>
<aligny>center</aligny>
<font>font12</font>
<label>$INFO[ListItem.Label]</label>
<shadowcolor>text_shadow</shadowcolor>
</control>
<control type="label">
<left>90</left>
<top>0</top>
<height>63</height>
<width>680</width>
<align>right</align>
<aligny>center</aligny>
<font>font12</font>
<label>$VAR[PlaylistLabel2Var]</label>
<textcolor>grey</textcolor>
<shadowcolor>text_shadow</shadowcolor>
</control>
</itemlayout>
</control>
<control type="scrollbar" id="60">
<left>1005</left>
<top>0</top>
<width>12</width>
<height>704</height>
<onleft>50</onleft>
<onright>700</onright>
<orientation>vertical</orientation>
</control>
</control>
<control type="image">
<include>OpenClose_Right</include>
<visible>Window.IsActive(videoplaylist)</visible>
<top>163</top>
<left>1324</left>
<width>506</width>
<height>742</height>
<fadetime>200</fadetime>
<aspectratio aligny="bottom">keep</aspectratio>
<texture fallback="DefaultVideo.png" background="true">$VAR[PosterVar]</texture>
<bordertexture border="20">overlays/shadow.png</bordertexture>
<bordersize>20</bordersize>
</control>
<control type="group">
<left>1230</left>
<visible>Window.IsActive(musicplaylist)</visible>
<include>OpenClose_Right</include>
<include>ListThumbInfoPanel</include>
</control>
<control type="group">
<animation effect="fade" start="0" end="100" time="300" delay="300">WindowOpen</animation>
<animation effect="fade" start="100" end="0" time="200">WindowClose</animation>
<include>MediaFlags</include>
</control>
</control>
<include name="TopBar" condition="Window.IsActive(videoplaylist)">
<param name="breadcrumbs_label" value="$LOCALIZE[31065]" />
<param name="breadcrumbs_icon" value="icons/settings/video.png" />
</include>
<include name="TopBar" condition="Window.IsActive(musicplaylist)">
<param name="breadcrumbs_label" value="$LOCALIZE[31066]" />
<param name="breadcrumbs_icon" value="icons/settings/music.png" />
</include>
<include>BottomBar</include>
</controls>
</window>
|