skin.pellucidPlus/1080i/SettingsCategory.xml

143 lines
5.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol>3</defaultcontrol>
<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>menuUnselected</textcolor>
</control>
<!--Settings category-->
<control type="group" id="9001">
<posx>col-4-begin</posx>
<posy>row-5-begin</posy>
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>highlight</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>18-col</width>
<height>18-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</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>$INFO[control.getlabel(2)]</label>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<!--Category submenu-->
<control type="button" id="1234">
<posx>0</posx>
<posy>18-row</posy>
<font>smallStrong</font>
<texturenofocus colordiffuse="11FFFFFF">colors/black.png</texturenofocus>
<label>[B][COLOR highlight]$LOCALIZE[31025]:[/COLOR][/B] $INFO[control.getlabel(20)]</label>
<onclick>SettingsLevelChange</onclick>
<onup>3</onup>
<onright>5</onright>
</control>
<control type="grouplist" id="3">
<posx>0</posx>
<posy>2-row</posy>
<width>-</width>
<itemgap>0</itemgap>
<height>18-row</height>
<onleft>9000</onleft>
<onright>5</onright>
<onup>1234</onup>
<ondown>1234</ondown>
<orientation>vertical</orientation>
</control>
<!--options-->
<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>
<control type="grouplist" id="5">
<posx>4-col</posx>
<posy>2-row</posy>
<width>14-col</width>
<height>18-row</height>
<onleft>3</onleft>
<onright>3</onright>
<onup>20</onup>
<ondown>5</ondown>
<orientation>vertical</orientation>
<itemgap>0</itemgap>
</control>
<control type="button" id="7">
<description>Default Button</description>
<texturenofocus>-</texturenofocus>
</control>
<control type="label" id="14">
<description>Default Label</description>
<label>-</label>
<align>left</align>
<aligny>center</aligny>
<textoffsetx>24</textoffsetx>
<height>2-row</height>
<font>settingsCategoryTitle</font>
<textcolor>highlight</textcolor>
<shadowcolor>-</shadowcolor>
</control>
<control type="radiobutton" id="8">
<description>Default Radio Button</description>
<texturenofocus>-</texturenofocus>
</control>
<control type="spincontrolex" id="9">
<description>Default Spin Control</description>
<texturenofocus>-</texturenofocus>
</control>
<control type="sliderex" id="13">
<description>Default Slider</description>
<texturenofocus>-</texturenofocus>
</control>
<!--subcat menu buttons-->
<control type="button" id="10">
<description>Default Category Button</description>
<font>buttonTitle</font>
<texturenofocus>-</texturenofocus>
</control>
<control type="button" id="20">
<visible>false</visible>
<description>Change settings level</description>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>SettingsCategory.xml</label>
</control>
</controls>
</window>