blob: 56d5552862721a36ed76fb995f350d8af4d7660d (
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
|
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>1</defaultcontrol>
<animation effect="slide" start="0,-40" end="0,0" time="100">WindowOpen</animation>
<animation effect="slide" start="0,0" end="0,-40" delay="400" time="100">WindowClose</animation>
<controls>
<control type="group">
<posx>820</posx>
<posy>0</posy>
<control type="image">
<posx>0</posx>
<posy>-10</posy>
<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>
<posx>10</posx>
<posy>0</posy>
<width>40</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<texture>VolumeIcon.png</texture>
</control>
<control type="progress" id="1">
<description>progress control</description>
<posx>50</posx>
<posy>8</posy>
<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>
<posx>10</posx>
<posy>0</posy>
<width>40</width>
<height>35</height>
<aspectratio>keep</aspectratio>
<colordiffuse>CCFF0000</colordiffuse>
<texture>VolumeIcon.png</texture>
</control>
<control type="label">
<description>Passthrough Label</description>
<posx>50</posx>
<posy>6</posy>
<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>
</controls>
</window>
|