skin.pellucidPlus/1080i/VideoOSDSettings.xml

117 lines
4.6 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>
<!--header-->
<control type="image">
<posx>0</posx>
<posy>-12</posy>
<width>1-col</width>
<height>1-col</height>
<texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>highlight</colordiffuse>
</control>
<control type="label">
<animation type="windowopen">
<effect type="zoom" center="auto" end="120" time="0"/>
</animation>
<posx>-4</posx>
<posy>13</posy>
<width>1-col</width>
<height>2-row</height>
<align>center</align>
<aligny></aligny>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<label>></label>
</control>
<control type="label">
<visible>window.isactive(123)</visible>
<posx>1-col-indent</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<aligny></aligny>
<font>dialogTitle</font>
<label>13395</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<visible>window.isactive(124)</visible>
<posx>1-col-indent</posx>
<posy>0</posy>
<width>8-col</width>
<height>2-row</height>
<aligny></aligny>
<font>dialogTitle</font>
<label>13396</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</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>
</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>