blob: 1d48d3a7e3f1618b66ff77240fb50b11e447b7fb (
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
|
<window id="104">
<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="2">SubBack.png</texture>
</control>
<control type="group">
<visible>!player.passthrough</visible>
<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="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>
|