skin.pellucid/1080i/VideoOSDSettings.xml

157 lines
6.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">5</defaultcontrol>
<include>fadeInOut</include>
<controls>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
<visible>!Window.IsVisible(SliderDialog)</visible>
<posx>col-7-begin</posx>
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>-36</posx>
<posy>-36</posy>
<width>13-col</width>
<height>25-row</height>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>ccFFFFFF</colordiffuse>
</control>
<!--audio / video options selection-->
<control type="panel" id="9123">
<posx>0</posx>
<posy>-16</posy>
<width>12-col</width>
<height>2-row</height>
<ondown>5</ondown>
<orientation>horizontal</orientation>
<itemlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>buttonTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="78">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<font>buttonTitle</font>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>[B]$INFO[ListItem.label][/B]</label>
</control>
</focusedlayout>
<content>
<item id="1">
<label>$LOCALIZE[292] $LOCALIZE[5]</label>
<onclick>Dialog.close(all,True)</onclick>
<onclick>ActivateWindow(124)</onclick>
</item>
<item id="2">
<label>$LOCALIZE[3] $LOCALIZE[5]</label>
<onclick>Dialog.close(all,True)</onclick>
<onclick>ActivateWindow(123)</onclick>
</item>
</content>
</control>
<!--current page marker-->
<control type="image">
<visible>window.isactive(124)</visible>
<posx>12</posx>
<posy>46</posy>
<width>4-col-gutter</width>
<height>9</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<visible>window.isactive(123)</visible>
<posx>300</posx>
<posy>46</posy>
<width>4-col-gutter</width>
<height>9</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="grouplist" id="5">
<description>Control Area</description>
<posx>0</posx>
<posy>2-row</posy>
<width>12-col</width>
<height>21-row</height>
<orientation>vertical</orientation>
<itemgap>3</itemgap>
<onup condition="window.isactive(123)">Control.SetFocus(9123,1)</onup>
<onup condition="window.isactive(124)">Control.SetFocus(9123,0)</onup>
</control>
<control type="button" id="7">
<description>Default Button</description>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
</control>
<control type="spincontrolex" id="9">
<description>Default spincontrolex</description>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
</control>
<control type="label" id="14">
<description>Default Label</description>
<label>-</label>
<align>center</align>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>VideoOSDSettings.xml</label>
</control>
</controls>
</window>