skin.pellucid/1080i/DialogAddonSettings.xml

200 lines
7.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9</defaultcontrol>
<allowoverlay>yes</allowoverlay>
<controls>
<!--background-->
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<colordiffuse>FFFFFFFF</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<include>globalBackground</include>
<control type="image">
<include>dimensionsFullscreen</include>
<texture>colors/black.png</texture>
<aspectratio>stretch</aspectratio>
<colordiffuse>99ffffff</colordiffuse>
</control
>
<!--configuration options-->
<control type="group">
<posx>col-3-begin</posx>
<posy>row-2-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<!--content provider title / info-->
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>20-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>500</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>16-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
<label>$LOCALIZE[5] $INFO[ListItem.Property(Addon.Name)]</label>
<textcolor>textActive</textcolor>
</control>
<!--subnav-->
<control type="grouplist" id="9">
<posx>0</posx>
<posy>2-row</posy>
<width>4-col</width>
<height>11-row</height>
<onleft>9000</onleft>
<onright>2</onright>
<orientation>vertical</orientation>
</control>
<!--options area-->
<control type="grouplist" id="2">
<posx>4-col</posx>
<posy>2-row</posy>
<width>12-col</width>
<height>11-row</height>
<onleft>9</onleft>
<onright>9001</onright>
<orientation>vertical</orientation>
</control>
<!--OK / Cancel-->
<control type="panel" id="9001">
<posx>16-col</posx>
<posy>2-row</posy>
<width>4-col</width>
<height>6-row</height>
<orientation>vertical</orientation>
<onleft>2</onleft>
<itemlayout width="6-col" height="2-row">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbol</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>-1</posy>
<width>6-col</width>
<font>menuTitle</font>
<textcolor>textActive</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
<focusedlayout width="6-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>1-col</width>
<font>symbol</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
<posx>1-col</posx>
<posy>-1</posy>
<width>6-col</width>
<font>menuTitle</font>
<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>
</control>
<control type="image" id="6">
<description>Default Separator</description>
<width>1</width>
<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>
</window>