skin.pellucid/1080i/SettingsCategory.xml

141 lines
5.3 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2015-03-27 21:31:13 +01:00
<defaultcontrol always="true">3</defaultcontrol>
2015-11-25 22:28:11 +01:00
2014-09-28 20:47:53 +02:00
<controls>
<!--background-->
<include>globalBackground</include>
<!--placeholder label for current setting group title-->
<control type="label" id="2">
<visible>false</visible>
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<font>regular</font>
<label>-</label>
2015-11-25 22:28:11 +01:00
<textcolor>menuUnselected</textcolor>
2014-09-28 20:47:53 +02:00
</control>
<!--Settings category-->
<control type="group" id="9001">
2015-03-27 21:31:13 +01:00
<posx>col-4-begin</posx>
<posy>row-5-begin</posy>
2014-09-28 20:47:53 +02:00
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
2015-03-27 21:31:13 +01:00
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<texture>colors/white.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>
<control type="image">
2015-03-27 21:31:13 +01:00
<posx>0</posx>
<posy>2-row</posy>
<width>18-col</width>
<height>18-row</height>
2014-09-28 20:47:53 +02:00
<texture>colors/black.png</texture>
2015-03-27 21:31:13 +01:00
<colordiffuse>overlay</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<control type="label">
2015-03-27 21:31:13 +01:00
<posx>24</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>16-col</width>
2015-03-27 21:31:13 +01:00
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<label>$INFO[control.getlabel(2)]</label>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
</control>
<!--Category submenu-->
2015-12-10 21:55:39 +01:00
<control type="button" id="1234">
<posx>0</posx>
<posy>18-row</posy>
<font>smallStrong</font>
<texturenofocus colordiffuse="11FFFFFF">colors/black.png</texturenofocus>
2016-02-21 19:58:08 +01:00
<label>[B][COLOR highlight]$LOCALIZE[31025]:[/COLOR][/B] $INFO[control.getlabel(20)]</label>
2015-12-10 21:55:39 +01:00
<onclick>SettingsLevelChange</onclick>
<onup>3</onup>
<onright>5</onright>
</control>
2014-09-28 20:47:53 +02:00
<control type="grouplist" id="3">
<posx>0</posx>
2015-03-27 21:31:13 +01:00
<posy>2-row</posy>
2014-09-28 20:47:53 +02:00
<width>-</width>
2015-03-27 21:31:13 +01:00
<itemgap>0</itemgap>
2015-05-10 21:59:54 +02:00
<height>18-row</height>
2014-09-28 20:47:53 +02:00
<onleft>9000</onleft>
<onright>5</onright>
2015-12-10 21:55:39 +01:00
<onup>1234</onup>
<ondown>1234</ondown>
2014-09-28 20:47:53 +02:00
<orientation>vertical</orientation>
</control>
<!--options-->
2015-03-30 21:32:00 +02:00
<control type="image">
<posx>4-col</posx>
<posy>2-row</posy>
<width>14-col</width>
<height>18-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="5">
<posx>4-col</posx>
2015-03-27 21:31:13 +01:00
<posy>2-row</posy>
<width>14-col</width>
<height>18-row</height>
2014-09-28 20:47:53 +02:00
<onleft>3</onleft>
<onright>3</onright>
<onup>20</onup>
<ondown>5</ondown>
<orientation>vertical</orientation>
2015-03-27 21:31:13 +01:00
<itemgap>0</itemgap>
2014-09-28 20:47:53 +02:00
</control>
<control type="button" id="7">
<description>Default Button</description>
2015-03-30 21:32:00 +02:00
<texturenofocus>-</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 type="radiobutton" id="8">
<description>Default Radio Button</description>
2015-03-30 21:32:00 +02:00
<texturenofocus>-</texturenofocus>
2014-09-28 20:47:53 +02:00
</control>
<control type="spincontrolex" id="9">
<description>Default Spin Control</description>
2015-03-30 21:32:00 +02:00
<texturenofocus>-</texturenofocus>
2014-09-28 20:47:53 +02:00
</control>
2015-03-27 21:31:13 +01:00
<control type="sliderex" id="13">
<description>Default Slider</description>
2015-03-30 21:32:00 +02:00
<texturenofocus>-</texturenofocus>
2015-03-27 21:31:13 +01:00
</control>
2014-09-28 20:47:53 +02:00
<!--subcat menu buttons-->
<control type="button" id="10">
<description>Default Category Button</description>
2015-03-27 21:31:13 +01:00
<font>buttonTitle</font>
<texturenofocus>-</texturenofocus>
2014-09-28 20:47:53 +02:00
</control>
2015-12-10 21:55:39 +01:00
<control type="button" id="20">
<visible>false</visible>
<description>Change settings level</description>
</control>
2014-09-28 20:47:53 +02:00
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>SettingsCategory.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>