blob: 82d973a4015181e059f8f6d54a103ce0f12ecabc (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1</defaultcontrol>
<animation effect="slide" start="0,-40" end="0,0" time="75">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,-40" delay="300" time="75">WindowClose</animation>
<controls>
<control type="group">
<depth>DepthOSD</depth>
<left>820</left>
<top>0</top>
<include>VisibleFadeEffect</include>
<visible>!Player.Muted</visible>
<control type="image">
<left>0</left>
<top>-10</top>
<width>300</width>
<height>50</height>
<texture flipy="true" border="20,20,20,2">InfoMessagePanel.png</texture>
</control>
<control type="group">
<visible>!player.passthrough</visible>
<control type="image">
<description>Lite Volume Logo</description>
<left>10</left>
<top>0</top>
<width>40</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>VolumeIcon.png</texture>
</control>
<control type="progress" id="1">
<description>progress control</description>
<left>50</left>
<top>8</top>
<width>230</width>
<height>18</height>
<info>Player.Volume</info>
</control>
</control>
<control type="group">
<visible>player.passthrough</visible>
<control type="image">
<description>Lite Volume Logo</description>
<left>10</left>
<top>0</top>
<width>40</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<colordiffuse>CCFF0000</colordiffuse>
<texture>VolumeIcon.png</texture>
</control>
<control type="label">
<description>Passthrough Label</description>
<left>50</left>
<top>6</top>
<width>230</width>
<height>20</height>
<label>$LOCALIZE[29802]</label>
<font>font10_title</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<align>left</align>
<aligny>center</aligny>
</control>
</control>
</control>
<control type="image">
<left>50r</left>
<top>2</top>
<width>45</width>
<height>45</height>
<aspectratio>keep</aspectratio>
<texture>icon-mute.png</texture>
<include>VisibleFadeEffect</include>
<visible>Player.Muted</visible>
</control>
</controls>
</window>
|