74 lines
2.8 KiB
XML
74 lines
2.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true"></defaultcontrol>
|
|
<controls>
|
|
<control type="group">
|
|
<posx>col-19-begin</posx>
|
|
<include condition="!window.isactive(Notification)">progressPosition1</include>
|
|
<include condition="window.isactive(Notification)">progressPosition2</include>
|
|
<visible>!player.passthrough</visible>
|
|
<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>
|
|
<colordiffuse>FFFFFFFF</colordiffuse>
|
|
<bordertexture colordiffuse="highlight">colors/white.png</bordertexture>
|
|
<bordersize>6,0,0,0</bordersize>
|
|
</control>
|
|
</control>
|
|
<control type="label">
|
|
<description>heading</description>
|
|
<posx>24</posx>
|
|
<posy>0</posy>
|
|
<font>itemSubTitle</font>
|
|
<width>468</width>
|
|
<height>60</height>
|
|
<aligny>center</aligny>
|
|
<label>13376</label>
|
|
<textcolor>black</textcolor>
|
|
<shadowcolor></shadowcolor>
|
|
</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>
|
|
</control>
|
|
<control type="label">
|
|
<description>message</description>
|
|
<posx>24</posx>
|
|
<posy>1-row</posy>
|
|
<font>dialogTitle</font>
|
|
<textcolor>black</textcolor>
|
|
<width>468</width>
|
|
<height>2-row</height>
|
|
<aligny>center</aligny>
|
|
<label>$INFO[Control.GetLabel(20),, %]</label>
|
|
</control>
|
|
</control>
|
|
<!--provide % vals for volume-->
|
|
<control type="progress" id="20">
|
|
<visible>false</visible>
|
|
<info>Player.Volume</info>
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>DialogID</include>
|
|
<label>DialogVolumeBar.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|