skin.pellucid/1080i/VideoOSDSettings.xml

117 lines
4.6 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">5</defaultcontrol>
2015-05-21 00:38:26 +02:00
<include>fadeInOut</include>
2014-09-28 20:47:53 +02:00
<controls>
<control type="image">
2015-05-05 21:53:00 +02:00
<include>dimensionsFullscreen</include>
<texture>vignette.png</texture>
<colordiffuse>ffffffff</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<control type="group">
2015-03-27 21:31:13 +01:00
<visible>!Window.IsVisible(SliderDialog)</visible>
2014-09-28 20:47:53 +02:00
<posx>col-7-begin</posx>
<posy>row-3-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
2015-04-29 21:09:32 +02:00
<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>
2015-05-10 21:59:54 +02:00
<colordiffuse>ccFFFFFF</colordiffuse>
2015-04-29 21:09:32 +02:00
</control>
2016-03-04 20:53:52 +01:00
<!--header-->
2015-11-22 21:42:49 +01:00
<control type="image">
2016-03-04 20:53:52 +01:00
<posx>0</posx>
<posy>-12</posy>
<width>1-col</width>
<height>1-col</height>
2015-11-22 21:42:49 +01:00
<texture>colors/white.png</texture>
<aspectratio>stretch</aspectratio>
2016-03-04 20:53:52 +01:00
<colordiffuse>highlight</colordiffuse>
2015-11-22 21:42:49 +01:00
</control>
2016-03-04 20:53:52 +01:00
<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">
2015-11-22 21:42:49 +01:00
<visible>window.isactive(123)</visible>
2016-03-04 20:53:52 +01:00
<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>
2015-11-22 21:42:49 +01:00
</control>
2014-09-28 20:47:53 +02:00
<control type="grouplist" id="5">
<description>Control Area</description>
<posx>0</posx>
2015-04-19 22:55:23 +02:00
<posy>2-row</posy>
2014-09-28 20:47:53 +02:00
<width>12-col</width>
2015-04-19 22:55:23 +02:00
<height>21-row</height>
2014-09-28 20:47:53 +02:00
<orientation>vertical</orientation>
2015-05-05 21:53:00 +02:00
<itemgap>3</itemgap>
2014-09-28 20:47:53 +02:00
</control>
<control type="button" id="7">
<description>Default Button</description>
2015-05-05 21:53:00 +02:00
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
2014-09-28 20:47:53 +02:00
</control>
<control type="radiobutton" id="8">
<description>Default RadioButton</description>
2015-05-05 21:53:00 +02:00
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
2014-09-28 20:47:53 +02:00
</control>
<control type="spincontrolex" id="9">
<description>Default spincontrolex</description>
2015-05-05 21:53:00 +02:00
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
2014-09-28 20:47:53 +02:00
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
2015-05-05 21:53:00 +02:00
<texturenofocus colordiffuse="overlay">colors/black.png</texturenofocus>
2014-09-28 20:47:53 +02:00
</control>
2015-10-24 21:48:47 +02:00
<control type="label" id="14">
<description>Default Label</description>
<label>-</label>
<align>center</align>
<font>buttonTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
2014-09-28 20:47:53 +02:00
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>VideoOSDSettings.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>