skin.pellucid/xml/DialogAddonSettings.xml

131 lines
4.9 KiB
XML
Raw Permalink Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">9</defaultcontrol>
<controls>
<include>globalBackground</include>
<!--configuration options-->
<control type="group">
2017-09-24 13:30:00 +02:00
<posx>col-4-begin</posx>
<posy>row-4-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
<include>modalDialogInOutVertical</include>
<!--content provider title / info-->
2021-03-11 21:41:07 +01:00
<control type="image">
<posx>-12</posx>
<posy>-12</posy>
<width>1320</width>
<height>22-row</height>
<texture border="24">dialogBackground.png</texture>
2021-03-11 21:41:07 +01:00
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2014-09-28 20:47:53 +02:00
<control type="image">
2015-04-06 21:57:56 +02:00
<posx>0</posx>
<posy>0</posy>
2017-09-24 13:30:00 +02:00
<width>18-col</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
<texture border="10">masks/menuTitle2.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<!--title-->
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>
<width>18-col-gutter</width>
2015-04-06 21:57:56 +02:00
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2016-08-07 19:54:04 +02:00
<label>$INFO[ListItem.AddonName] $LOCALIZE[5]</label>
2015-04-06 21:57:56 +02:00
<textcolor>textActive</textcolor>
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
<!--subnav-->
2018-02-25 14:05:53 +01:00
<control type="grouplist" id="3">
2014-09-28 20:47:53 +02:00
<posx>0</posx>
<posy>76</posy>
2021-03-11 21:41:07 +01:00
<width>276</width>
2017-09-24 13:30:00 +02:00
<height>20-row</height>
2014-09-28 20:47:53 +02:00
<onleft>9000</onleft>
2018-02-25 14:05:53 +01:00
<onright>5</onright>
2014-09-28 20:47:53 +02:00
<orientation>vertical</orientation>
</control>
2018-02-25 14:05:53 +01:00
<control type="grouplist" id="5">
<posx>280</posx>
<posy>76</posy>
2021-03-11 21:41:07 +01:00
<width>708</width>
<height>19-row</height>
2018-02-25 14:05:53 +01:00
<onleft>3</onleft>
2014-09-28 20:47:53 +02:00
<onright>9001</onright>
<orientation>vertical</orientation>
</control>
<!--ok, cancel etc buttons-->
<control type="grouplist" id="9001">
2017-09-24 13:30:00 +02:00
<posx>14-col</posx>
<posy>76</posy>
2018-02-25 14:05:53 +01:00
<onleft>5</onleft>
<control type="button" id="28">
<description>OK Button</description>
<font>buttonTitle</font>
</control>
<control type="button" id="29">
<description>Cancel Button</description>
</control>
<control type="button" id="30">
<description>Defaults Button</description>
</control>
2014-09-28 20:47:53 +02:00
</control>
<!--defaults-->
2018-02-25 14:05:53 +01:00
<control type="togglebutton" id="10">
2014-09-28 20:47:53 +02:00
<description>Default Category Button</description>
2017-05-13 21:37:11 +02:00
<width>287</width>
<font>buttonTitle</font>
<texturefocus>colors/white.png</texturefocus>
2017-12-04 21:13:06 +01:00
<texturenofocus></texturenofocus>
2014-09-28 20:47:53 +02:00
</control>
2018-03-08 21:45:57 +01:00
<control type="button" id="7">
2014-09-28 20:47:53 +02:00
<description>Default Button</description>
</control>
2018-02-25 14:05:53 +01:00
<control type="radiobutton" id="8">
2014-09-28 20:47:53 +02:00
<description>Default RadioButton</description>
</control>
2018-02-25 14:05:53 +01:00
<control type="spincontrolex" id="9">
2014-09-28 20:47:53 +02:00
<description>Default spincontrolex</description>
<texturenofocus></texturenofocus>
2014-09-28 20:47:53 +02:00
</control>
2018-02-25 14:05:53 +01:00
<control type="image" id="11">
<visible>false</visible>
2014-09-28 20:47:53 +02:00
<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>
2018-02-25 14:05:53 +01:00
<control type="edit" id="12">
<description>Default Edit</description>
2018-06-17 18:24:30 +02:00
<font>buttonTitle</font>
<textoffsetx>24</textoffsetx>
<texturenofocus></texturenofocus>
2018-02-25 14:05:53 +01:00
</control>
<control type="sliderex" id="13">
2014-09-28 20:47:53 +02:00
<description>Default Slider</description>
2018-03-08 21:45:57 +01:00
</control>
<control type="label" id="14">
<label></label>
<textoffsetx>24</textoffsetx>
<height>2-row</height>
<font>settingsCategoryTitle</font>
<textcolor>highlight</textcolor>
2014-09-28 20:47:53 +02:00
</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>