skin.pellucid/1080i/VideoFullScreen.xml

102 lines
3.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>-</defaultcontrol>
<controls>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>fullscreenWidth</width>
<height>8-row</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
</control>
<!--video codec info label-->
<control type="group">
<posx>col-1-begin</posx>
<posy>1-row</posy>
<control type="label" id="1">
<posx>0</posx>
<posy>0</posy>
<font>smallMedium</font>
<textcolor>textActive</textcolor>
<width>24-col</width>
<height>1-row</height>
<label>$INFO[Player.SeekNumeric]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label" id="10">
<posx>0</posx>
<posy>2-row</posy>
<font>smallMedium</font>
<textcolor>textActive</textcolor>
<width>24-col</width>
<height>1-row</height>
<label>-</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label" id="11">
<posx>0</posx>
<posy>3-row</posy>
<font>smallMedium</font>
<textcolor>textActive</textcolor>
<width>24-col</width>
<height>1-row</height>
<label>-</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label" id="12">
<posx>0</posx>
<posy>4-row</posy>
<font>smallMedium</font>
<textcolor>textActive</textcolor>
<width>24-col</width>
<height>1-row</height>
<label>-</label>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--buffering label-->
<control type="group">
<posx>0</posx>
<posy>row-2-begin</posy>
<visible>control.isvisible(24)</visible>
<control type="image">
<posx>0</posx>
<posy>-12</posy>
<width>8-col</width>
<height>102</height>
<texture>colors/white.png</texture>
<colordiffuse>eeFFFFFF</colordiffuse>
</control>
<control type="label">
<description>heading</description>
<posx>24</posx>
<posy>-12</posy>
<font>smallStrong</font>
<width>468</width>
<height>1-row</height>
<label>20186</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="label" id="24">
<description>buffering label</description>
<posx>24</posx>
<posy>30</posy>
<font>dialogTitle</font>
<textcolor>black</textcolor>
<width>468</width>
<height>1-row</height>
<label>$LOCALIZE[15107] $INFO[Player.CacheLevel]%</label>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>VideoFullScreen.xml</label>
</control>
</controls>
</window>