79 lines
2.2 KiB
XML
79 lines
2.2 KiB
XML
<?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>
|