skin.pellucidPlus/1080i/DialogAudioDSPManager.xml

257 lines
11 KiB
XML
Raw Normal View History

2015-11-22 20:48:07 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<window type="dialog">
<defaultcontrol>9000</defaultcontrol>
<controls>
2016-11-17 18:38:24 +01:00
<!--background-->
2016-10-05 15:33:07 +02:00
<include>globalBackground</include>
2015-11-22 20:48:07 +01:00
<control type="group">
2016-10-05 15:33:07 +02:00
<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">
2015-11-22 20:48:07 +01:00
<posx>0</posx>
2016-10-05 15:33:07 +02:00
<posy>2-row</posy>
<width>18-col</width>
<height>18-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2016-11-17 18:38:24 +01:00
<control type="image">
<posx>4-col</posx>
<posy>2-row</posy>
<width>9-col</width>
<height>18-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2016-10-05 15:33:07 +02:00
<control type="label">
<posx>24</posx>
2015-11-22 20:48:07 +01:00
<posy>0</posy>
2016-10-05 15:33:07 +02:00
<width>16-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>dialogTitle</font>
2015-11-22 20:48:07 +01:00
<label>$LOCALIZE[15020]</label>
2016-10-05 15:33:07 +02:00
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
2015-11-22 20:48:07 +01:00
</control>
2016-11-17 18:38:24 +01:00
<!--content selection-->
<control type="list" id="9000">
<description>Mode selection list</description>
2015-11-22 20:48:07 +01:00
<posx>0</posx>
2016-11-17 18:38:24 +01:00
<posy>2-row</posy>
<width>4-col</width>
<height>12-row</height>
<onright>200</onright>
<orientation>vertical</orientation>
<itemlayout width="4-col" height="2-row">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>252</width>
<height>2-row</height>
<aligny>center</aligny>
<textcolor>textActive</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<visible>control.hasfocus(9000)</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<aligny>center</aligny>
<height>2-row</height>
<texture>colors/white.png</texture>
</control>
<control type="image">
<visible>!control.hasfocus(9000)</visible>
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<aligny>center</aligny>
<height>2-row</height>
<texture>colors/white.png</texture>
<colordiffuse>88FFFFFF</colordiffuse>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>252</width>
<height>2-row</height>
<aligny>center</aligny>
<textcolor>black</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
<!--available- and active mode lists-->
<control type="group" id="200">
<posx>4-col</posx>
<posy>2-row</posy>
<control type="group">
2015-11-22 20:48:07 +01:00
<posx>0</posx>
<posy>0</posy>
2016-11-17 18:38:24 +01:00
<!--active modes list-->
<control type="label">
<posx>24</posx>
<posy>0</posy>
<width>9-col</width>
<align>left</align>
<aligny>center</aligny>
<height>2-row</height>
<font>settingsCategoryTitle</font>
<textcolor>highlight</textcolor>
<label>$LOCALIZE[15051] ($INFO[Container(21).NumItems])</label>
</control>
<control type="panel" id="21">
<posx>0</posx>
<posy>2-row</posy>
<width>9-col</width>
<height>6-row</height>
<onup>20</onup>
<onleft>9000</onleft>
<onright>9001</onright>
<itemlayout height="2-row" width="9-col">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<aligny>center</aligny>
<height>2-row</height>
<width>600</width>
<textcolor>textActive</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout height="2-row" width="9-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>9-col</width>
<aligny>center</aligny>
<height>2-row</height>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<aligny>center</aligny>
<height>2-row</height>
<width>600</width>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
2015-11-22 20:48:07 +01:00
</control>
2016-11-17 18:38:24 +01:00
<!--available modes list-->
<control type="group">
2015-11-22 20:48:07 +01:00
<posx>0</posx>
2016-11-17 18:38:24 +01:00
<posy>8-row</posy>
<control type="label">
<description>available modes</description>
<posx>24</posx>
<posy>0</posy>
<width>9-col</width>
<align>left</align>
<aligny>center</aligny>
<height>2-row</height>
<font>settingsCategoryTitle</font>
<textcolor>highlight</textcolor>
<label>$LOCALIZE[15050] ($INFO[Container(20).NumItems])</label>
</control>
<control type="panel" id="20">
<posx>0</posx>
<posy>2-row</posy>
<width>9-col</width>
<height>8-row</height>
<onleft>9000</onleft>
<onright>9001</onright>
<ondown>21</ondown>
<itemlayout height="2-row" width="9-col">
<control type="label">
<posx>24</posx>
<posy>0</posy>
<aligny>center</aligny>
<height>2-row</height>
<width>600</width>
<textcolor>textActive</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.label]</label>
</control>
</itemlayout>
<focusedlayout height="2-row" width="9-col">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>9-col</width>
<aligny>center</aligny>
<height>2-row</height>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>24</posx>
<posy>0</posy>
<aligny>center</aligny>
<height>2-row</height>
<width>600</width>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.label]</label>
</control>
</focusedlayout>
</control>
2015-11-22 20:48:07 +01:00
</control>
</control>
2016-11-17 18:38:24 +01:00
<!--save and reset-->
<control type="grouplist" id="9001">
<posx>13-col</posx>
<posy>2-row</posy>
<width>5-col</width>
<onleft>control.setfocus(20)</onleft>
<control type="radiobutton" id="22">
<description>Default RadioButton</description>
<label>15064</label>
<width>5-col</width>
2015-11-22 20:48:07 +01:00
</control>
2016-11-17 18:38:24 +01:00
<control type="button" id="23">
<description>Apply changes button</description>
<label>14070</label>
<width>5-col</width>
2015-11-22 20:48:07 +01:00
</control>
2016-11-17 18:38:24 +01:00
<control type="button" id="24">
<description>Clear active modes button</description>
<label>15066</label>
<width>5-col</width>
2015-11-22 20:48:07 +01:00
</control>
</control>
2016-11-17 18:38:24 +01:00
<!--end dialog-->
2015-11-22 20:48:07 +01:00
</control>
2016-11-17 18:38:24 +01:00
<!--debugging-->
2016-10-05 15:33:07 +02:00
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogAudioDSPManager.xml</label>
2015-11-22 20:48:07 +01:00
</control>
</controls>
</window>