skin.pellucidPlus/1080i/DialogAddonSettings.xml

249 lines
10 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">9</defaultcontrol>
2015-11-22 20:48:07 +01:00
2014-09-28 20:47:53 +02:00
<controls>
<include>globalBackground</include>
<!--configuration options-->
<control type="group">
2015-04-19 22:55:23 +02:00
<posx>col-2-begin</posx>
2014-09-28 20:47:53 +02:00
<posy>row-2-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<!--content provider title / info-->
<control type="image">
2015-04-06 21:57:56 +02:00
<posx>0</posx>
<posy>0</posy>
2015-04-19 22:55:23 +02:00
<width>22-col</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2015-12-09 22:40:20 +01:00
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
2015-04-19 22:55:23 +02:00
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>22-col</width>
<height>10-row</height>
<aspectratio aligny="center">scale</aspectratio>
<texture fallback="colors/offblack.png">$INFO[ListItem.art(fanart)]</texture>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>22-col</width>
<height>10-row</height>
<aspectratio aligny="center">scale</aspectratio>
<texture>vignette.png</texture>
</control>
<control type="image">
<posx>12</posx>
<posy>3-row</posy>
<width>4-col-gutter</width>
<height>4-col-gutter</height>
<aspectratio>stretch</aspectratio>
<texture fallback="colors/offblack.png">$INFO[ListItem.art(thumb)]</texture>
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
</control>
<control type="image">
<posx>0</posx>
<posy>12-row</posy>
<width>22-col</width>
<height>13-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2014-09-28 20:47:53 +02:00
<control type="label">
2015-04-06 21:57:56 +02:00
<posx>24</posx>
<posy>0</posy>
2015-04-19 22:55:23 +02:00
<width>23-col</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2015-04-19 22:55:23 +02:00
<label>$INFO[ListItem.Property(Addon.Name)] $LOCALIZE[5]</label>
2015-04-06 21:57:56 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
</control>
2015-04-06 21:57:56 +02:00
2014-09-28 20:47:53 +02:00
<!--subnav-->
<control type="grouplist" id="9">
<posx>0</posx>
2015-04-19 22:55:23 +02:00
<posy>12-row</posy>
2015-04-06 21:57:56 +02:00
<width>4-col</width>
2015-04-19 22:55:23 +02:00
<height>12-row</height>
2014-09-28 20:47:53 +02:00
<onleft>9000</onleft>
<onright>2</onright>
<orientation>vertical</orientation>
</control>
2015-04-06 21:57:56 +02:00
2014-09-28 20:47:53 +02:00
<!--options area-->
2015-04-19 22:55:23 +02:00
<control type="image">
<posx>4-col</posx>
<posy>12-row</posy>
<width>14-col</width>
<height>13-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2014-09-28 20:47:53 +02:00
<control type="grouplist" id="2">
<posx>4-col</posx>
2015-04-19 22:55:23 +02:00
<posy>12-row</posy>
<width>14-col</width>
<height>13-row</height>
2014-09-28 20:47:53 +02:00
<onleft>9</onleft>
<onright>9001</onright>
<orientation>vertical</orientation>
</control>
2015-04-06 21:57:56 +02:00
2014-09-28 20:47:53 +02:00
<!--OK / Cancel-->
<control type="panel" id="9001">
2015-04-19 22:55:23 +02:00
<posx>18-col</posx>
<posy>12-row</posy>
2014-09-28 20:47:53 +02:00
<width>4-col</width>
2015-04-06 21:57:56 +02:00
<height>6-row</height>
2014-09-28 20:47:53 +02:00
<orientation>vertical</orientation>
<onleft>2</onleft>
2015-04-06 21:57:56 +02:00
<itemlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>1-col-indent</posx>
2015-03-27 21:31:13 +01:00
<posy>-1</posy>
2015-04-19 22:55:23 +02:00
<width>3-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
2015-04-06 21:57:56 +02:00
<focusedlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-19 22:55:23 +02:00
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
2015-12-09 22:40:20 +01:00
<colordiffuse>$INFO[skin.string(highlightColor)]</colordiffuse>
2015-04-19 22:55:23 +02:00
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>3-col-textbox</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-19 22:55:23 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-04-19 22:55:23 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-19 22:55:23 +02:00
<posx>1-col-indent</posx>
2015-03-27 21:31:13 +01:00
<posy>-1</posy>
2015-04-19 22:55:23 +02:00
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok Button</description>
<label>186</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(10140,10)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(10140,11)</onclick>
</item>
<item id="3">
<description>Defaults Button</description>
<label>409</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(10140,12)</onclick>
</item>
</content>
</control>
<control type="button" id="13">
<description>Default Category Button</description>
</control>
<control type="button" id="3">
<description>Default Button</description>
</control>
<control type="radiobutton" id="4">
<description>Default RadioButton</description>
</control>
<control type="spincontrolex" id="5">
<description>Default spincontrolex</description>
</control>
<control type="label" id="7">
<label>-</label>
2015-04-19 22:55:23 +02:00
<textoffsetx>24</textoffsetx>
<font>itemTitle</font>
2015-12-09 22:40:20 +01:00
<textcolor>$INFO[skin.string(highlightColor)]</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="image" id="6">
<description>Default Separator</description>
2015-03-27 21:31:13 +01:00
<width>1</width>
2014-09-28 20:47:53 +02:00
<height>1</height>
<texture>colors/black.png</texture>
<colordiffuse>ffffffff</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="sliderex" id="8">
<description>Default Slider</description>
</control>
<!--ok, cancel etc buttons-->
<control type="group">
<visible>false</visible>
<control type="button" id="10">
<description>OK Button</description>
</control>
<control type="button" id="11">
<description>Cancel Button</description>
</control>
<control type="button" id="12">
<description>Defaults Button</description>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogAddonSettings.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>