2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
|
|
|
<defaultcontrol always="true">-</defaultcontrol>
|
2017-11-19 21:43:21 +01:00
|
|
|
<controls>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="group">
|
|
|
|
<posx>col-19-begin</posx>
|
2016-11-25 00:26:56 +01:00
|
|
|
<include condition="!window.isactive(Notification)">progressPosition1</include>
|
|
|
|
<include condition="window.isactive(Notification)">progressPosition2</include>
|
2014-09-28 20:47:53 +02:00
|
|
|
<visible>!player.passthrough</visible>
|
2015-03-30 21:32:00 +02:00
|
|
|
<animation type="Windowclose">
|
|
|
|
<effect type="fade" start="100" end="0" time="400" tween="sine"/>
|
|
|
|
</animation>
|
|
|
|
<control type="group">
|
|
|
|
<control type="image">
|
|
|
|
<posx>0</posx>
|
|
|
|
<posy>0</posy>
|
|
|
|
<width>8-col</width>
|
|
|
|
<height>3-row</height>
|
|
|
|
<texture>colors/white.png</texture>
|
2015-04-20 21:33:20 +02:00
|
|
|
<colordiffuse>FFFFFFFF</colordiffuse>
|
2016-02-21 19:58:08 +01:00
|
|
|
<bordertexture colordiffuse="highlight">colors/white.png</bordertexture>
|
2015-04-20 21:33:20 +02:00
|
|
|
<bordersize>6,0,0,0</bordersize>
|
2015-03-30 21:32:00 +02:00
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
2015-03-30 21:32:00 +02:00
|
|
|
<description>heading</description>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>24</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>0</posy>
|
|
|
|
<font>itemSubTitle</font>
|
|
|
|
<width>468</width>
|
|
|
|
<height>60</height>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<label>13376</label>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<shadowcolor>-</shadowcolor>
|
2017-11-19 21:43:21 +01:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<visible>Player.Muted</visible>
|
|
|
|
<posx>2-col</posx>
|
|
|
|
<posy>35</posy>
|
|
|
|
<width>1-col</width>
|
|
|
|
<height>1-col</height>
|
|
|
|
<align>center</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<font>symbolLarge</font>
|
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<label></label>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="label">
|
|
|
|
<description>message</description>
|
|
|
|
<posx>24</posx>
|
2015-03-30 21:32:00 +02:00
|
|
|
<posy>1-row</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<font>dialogTitle</font>
|
2014-09-28 20:47:53 +02:00
|
|
|
<textcolor>black</textcolor>
|
|
|
|
<width>468</width>
|
2015-03-30 21:32:00 +02:00
|
|
|
<height>2-row</height>
|
|
|
|
<aligny>center</aligny>
|
2014-09-28 20:47:53 +02:00
|
|
|
<label>$INFO[player.volume]</label>
|
|
|
|
</control>
|
|
|
|
</control>
|
|
|
|
<!--debugging-->
|
|
|
|
<include>DebugGrid</include>
|
|
|
|
<control type="label">
|
|
|
|
<include>DialogID</include>
|
|
|
|
<label>DialogVolumeBar.xml</label>
|
|
|
|
</control>
|
|
|
|
</controls>
|
2015-03-27 21:31:13 +01:00
|
|
|
</window>
|