skin.pellucidPlus/1080i/SettingsCategory.xml

156 lines
6.0 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>
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>
<textcolor>unselected</textcolor>
</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>
2015-04-12 22:22:47 +02: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>
2015-03-27 21:31:13 +01:00
<!--settings level button-->
2014-09-28 20:47:53 +02:00
<control type="grouplist">
2015-03-30 21:32:00 +02:00
<posx>13-col</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
<orientation>horizontal</orientation>
2014-09-28 20:47:53 +02:00
<control type="label">
<width>auto</width>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<font>small</font>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<label>$LOCALIZE[31126]:</label>
2015-03-30 21:32:00 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
</control>
<control type="button" id="20">
2015-03-27 21:31:13 +01:00
<align>left</align>
2015-03-30 21:32:00 +02:00
<height>2-row</height>
<width>2-col</width>
<font>small</font>
2014-09-28 20:47:53 +02:00
<label>$LOCALIZE[10037]</label>
2015-03-30 21:32:00 +02:00
<textcolor>textActive</textcolor>
<focusedcolor>black</focusedcolor>
<texturefocus>colors/white.png</texturefocus>
2015-04-12 22:22:47 +02:00
<texturenofocus colordiffuse="highlight">colors/white.png</texturenofocus>
2014-09-28 20:47:53 +02:00
<textoffsetx>12</textoffsetx>
2015-03-27 21:31:13 +01:00
<textoffsety>0</textoffsety>
2014-09-28 20:47:53 +02:00
<onclick>SettingsLevelChange</onclick>
<ondown>5</ondown>
</control>
</control>
<!--Category submenu-->
<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>
<onup>20</onup>
<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>
</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>