2014-09-28 20:47:53 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<window>
|
2017-01-14 12:24:25 +01:00
|
|
|
<defaultcontrol>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>
|
2017-12-04 21:13:06 +01:00
|
|
|
<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">
|
2021-03-07 16:09:28 +01:00
|
|
|
<posx>-12</posx>
|
|
|
|
<posy>-12</posy>
|
|
|
|
<width>1320</width>
|
|
|
|
<height>720</height>
|
2022-08-19 12:42:38 +02:00
|
|
|
<texture border="24">dialogBackground.png</texture>
|
2021-03-07 16:09:28 +01:00
|
|
|
<colordiffuse>overlay</colordiffuse>
|
2016-12-19 17:38:47 +01:00
|
|
|
<aspectratio>stretch</aspectratio>
|
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="image">
|
2015-03-27 21:31:13 +01:00
|
|
|
<posx>0</posx>
|
2021-03-07 16:09:28 +01:00
|
|
|
<posy>0</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>18-col</width>
|
2021-03-07 16:09:28 +01:00
|
|
|
<height>2-row</height>
|
2022-08-19 12:42:38 +02:00
|
|
|
<texture border="10">masks/menuTitle2.png</texture>
|
2021-03-07 16:09:28 +01:00
|
|
|
<colordiffuse>highlight</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>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<!--Category submenu-->
|
2015-12-10 21:55:39 +01:00
|
|
|
<control type="button" id="1234">
|
|
|
|
<posx>0</posx>
|
2021-03-07 16:09:28 +01:00
|
|
|
<posy>624</posy>
|
2015-12-10 21:55:39 +01:00
|
|
|
<font>smallStrong</font>
|
2022-08-07 22:48:59 +02:00
|
|
|
<align>left</align>
|
|
|
|
<textoffsetx>12</textoffsetx>
|
2022-08-10 23:14:52 +02:00
|
|
|
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
|
|
|
|
<texturenofocus></texturenofocus>
|
2020-08-27 18:16:28 +02:00
|
|
|
<label>[B][COLOR highlight]$LOCALIZE[21417]:[/COLOR][/B] $INFO[control.getlabel(20)]</label>
|
2015-12-10 21:55:39 +01:00
|
|
|
<onclick>SettingsLevelChange</onclick>
|
|
|
|
<onup>3</onup>
|
|
|
|
<onright>5</onright>
|
2021-03-07 16:09:28 +01:00
|
|
|
<width>276</width>
|
2015-12-10 21:55:39 +01:00
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="grouplist" id="3">
|
2019-02-18 23:25:22 +01:00
|
|
|
<animation type="conditional" condition="control.hasfocus(1234)">
|
|
|
|
<effect type="fade" start="100" end="80" time="100"/>
|
|
|
|
</animation>
|
2014-09-28 20:47:53 +02:00
|
|
|
<posx>0</posx>
|
2021-03-07 16:09:28 +01:00
|
|
|
<posy>84</posy>
|
2017-12-04 21:13:06 +01:00
|
|
|
<width></width>
|
2015-03-27 21:31:13 +01:00
|
|
|
<itemgap>0</itemgap>
|
2020-06-04 19:47:59 +02:00
|
|
|
<height>538</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onleft>9000</onleft>
|
|
|
|
<onright>5</onright>
|
2019-02-03 22:09:09 +01:00
|
|
|
<onup></onup>
|
2015-12-10 21:55:39 +01:00
|
|
|
<ondown>1234</ondown>
|
2014-09-28 20:47:53 +02:00
|
|
|
<orientation>vertical</orientation>
|
|
|
|
</control>
|
|
|
|
<!--options-->
|
|
|
|
<control type="grouplist" id="5">
|
|
|
|
<posx>4-col</posx>
|
2021-03-07 16:09:28 +01:00
|
|
|
<posy>84</posy>
|
2015-03-27 21:31:13 +01:00
|
|
|
<width>14-col</width>
|
2021-03-07 16:09:28 +01:00
|
|
|
<height>606</height>
|
2014-09-28 20:47:53 +02:00
|
|
|
<onleft>3</onleft>
|
|
|
|
<onright>3</onright>
|
2016-11-17 18:38:24 +01:00
|
|
|
<onup>5</onup>
|
2014-09-28 20:47:53 +02:00
|
|
|
<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">
|
2017-12-04 21:13:06 +01:00
|
|
|
<texturenofocus></texturenofocus>
|
2022-08-10 23:14:52 +02:00
|
|
|
<texturefocus colordiffuse="ffffffff">colors/white.png</texturefocus>
|
2022-08-07 22:48:59 +02:00
|
|
|
<align>left</align>
|
|
|
|
<textoffsetx>24</textoffsetx>
|
2022-08-17 22:19:56 +02:00
|
|
|
<font>buttonTitle</font>
|
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>
|
2017-12-04 21:13:06 +01:00
|
|
|
<label></label>
|
2016-08-01 19:53:21 +02:00
|
|
|
<align>left</align>
|
|
|
|
<aligny>center</aligny>
|
|
|
|
<textoffsetx>24</textoffsetx>
|
|
|
|
<height>2-row</height>
|
|
|
|
<font>settingsCategoryTitle</font>
|
2016-08-05 17:04:36 +02:00
|
|
|
<textcolor>highlight</textcolor>
|
2017-12-04 21:13:06 +01:00
|
|
|
<shadowcolor></shadowcolor>
|
2015-10-24 21:48:47 +02:00
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
<control type="radiobutton" id="8">
|
|
|
|
<description>Default Radio Button</description>
|
2017-12-04 21:13:06 +01:00
|
|
|
<texturenofocus></texturenofocus>
|
2022-08-10 23:14:52 +02:00
|
|
|
<texturefocus>colors/white.png</texturefocus>
|
2022-08-17 22:19:56 +02:00
|
|
|
<font>buttonTitle</font>
|
2014-09-28 20:47:53 +02:00
|
|
|
</control>
|
|
|
|
<control type="spincontrolex" id="9">
|
|
|
|
<description>Default Spin Control</description>
|
2017-12-04 21:13:06 +01:00
|
|
|
<texturenofocus></texturenofocus>
|
2022-08-17 22:19:56 +02:00
|
|
|
<font>buttonTitle</font>
|
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>
|
2017-12-04 21:13:06 +01:00
|
|
|
<texturenofocus></texturenofocus>
|
2015-03-27 21:31:13 +01:00
|
|
|
</control>
|
2014-09-28 20:47:53 +02:00
|
|
|
<!--subcat menu buttons-->
|
2016-12-19 17:38:47 +01:00
|
|
|
<control type="togglebutton" id="10">
|
2014-09-28 20:47:53 +02:00
|
|
|
<description>Default Category Button</description>
|
2021-03-07 16:09:28 +01:00
|
|
|
<width>276</width>
|
2015-03-27 21:31:13 +01:00
|
|
|
<font>buttonTitle</font>
|
2016-12-19 17:38:47 +01:00
|
|
|
<texturefocus>colors/white.png</texturefocus>
|
2017-12-04 21:13:06 +01:00
|
|
|
<texturenofocus></texturenofocus>
|
2022-08-10 23:14:52 +02:00
|
|
|
<alttexturefocus>colors/white.png</alttexturefocus>
|
|
|
|
<align>left</align>
|
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>
|