skin.pellucidPlus/1080i/DialogAudioDSPManager.xml

343 lines
13 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-10-05 15:33:07 +02:00
<!--background-->
<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>
<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-10-05 15:33:07 +02:00
<!--content selection-->
<control type="list" id="9000">
<description>processing mode selection list</description>
<posx>0</posx>
<posy>2-row</posy>
<width>4-col</width>
<height>8-row</height>
<onup>9001</onup>
<ondown>200</ondown>
<onleft>9000</onleft>
<onright>9000</onright>
<orientation>vertical</orientation>
<itemlayout width="4-col" height="2-row">
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<textcolor>textActive</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
<focusedlayout width="4-col" height="2-row">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<height>2-row</height>
<texture>colors/white.png</texture>
</control>
<control type="label">
<posx>0</posx>
<posy>0</posy>
<width>4-col</width>
<textcolor>textActive</textcolor>
<font>buttonTitle</font>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
<content>
<item id="91">
<label>1. $LOCALIZE[15057]</label>
<label2>$LOCALIZE[15114]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">InputResampling</property>
</item>
<item id="92">
<label>2. $LOCALIZE[15058]</label>
<label2>$LOCALIZE[15113]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">Preprocessing</property>
</item>
<item id="93">
<label>3. $LOCALIZE[15059]</label>
<label2>$LOCALIZE[15115]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">Masterprocessing</property>
</item>
<item id="94">
<label>4. $LOCALIZE[15060]</label>
<label2>$LOCALIZE[15117]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">Postprocessing</property>
</item>
<item id="95">
<label>5. $LOCALIZE[15061]</label>
<label2>$LOCALIZE[15116]</label2>
<visible>true</visible>
<onclick>noop</onclick>
<property name="currentMode">OutputResampling</property>
</item>
</content>
</control>
2015-11-22 20:48:07 +01:00
2016-10-05 15:33:07 +02:00
<!--end dialog-->
</control>
2015-11-22 20:48:07 +01:00
2016-10-05 15:33:07 +02:00
2015-11-22 20:48:07 +01:00
2016-10-05 15:33:07 +02:00
<!--to integrate-->
2015-11-22 20:48:07 +01:00
2016-10-05 15:33:07 +02:00
<control type="label">
<description>current mode description label</description>
2015-11-22 20:48:07 +01:00
<posx>0</posx>
<posy>0</posy>
2016-10-05 15:33:07 +02:00
<width>1120</width>
<font>regular</font>
<textcolor>textActive</textcolor>
<label>$INFO[Container(9000).ListItem.Label2]</label>
2015-11-22 20:48:07 +01:00
</control>
<control type="group" id="200">
<description>available- and active mode lists</description>
<posx>0</posx>
<posy>0</posy>
<width>1140</width>
<height>500</height>
<ondown>9001</ondown>
<onup>9000</onup>
<control type="group">
<description>available modes group</description>
<posx>0</posx>
<posy>0</posy>
<width>570</width>
<height>360</height>
<control type="label">
<description>blue available modes</description>
<posx>0</posx>
<posy>0</posy>
<width>550</width>
<font>regular</font>
<label>$LOCALIZE[15050] ($INFO[Container(20).NumItems])</label>
<textcolor>textActive</textcolor>
</control>
<control type="scrollbar" id="60">
<description>scrollbar for available modes list</description>
<posx>0</posx>
<posy>0</posy>
<width>25</width>
<height>350</height>
<onleft>61</onleft>
<onright>20</onright>
<showonepage>false</showonepage>
</control>
<control type="list" id="20">
<description>available modes list</description>
<posx>0</posx>
<posy>0</posy>
<width>528</width>
<height>345</height>
<onup>9000</onup>
<ondown>9001</ondown>
<onleft>60</onleft>
<onright>21</onright>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="46" width="528">
<control type="label">
<description>active addon name and mode name</description>
2016-10-05 15:33:07 +02:00
<posx>80</posx>
<posy>3</posy>
2015-11-22 20:48:07 +01:00
<width>435</width>
2016-08-07 19:54:04 +02:00
<label>$INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label>
2015-11-22 20:48:07 +01:00
</control>
2016-10-05 15:33:07 +02:00
2015-11-22 20:48:07 +01:00
</itemlayout>
<focusedlayout height="66" width="528">
<control type="label">
<description>addon name and mode name on focus</description>
2016-10-05 15:33:07 +02:00
<posx>80</posx>
<posy>3</posy>
2015-11-22 20:48:07 +01:00
<width>435</width>
2016-08-07 19:54:04 +02:00
<label>$INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label>
2015-11-22 20:48:07 +01:00
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
2016-10-05 15:33:07 +02:00
<posx>80</posx>
<posy>33</posy>
2015-11-22 20:48:07 +01:00
<width>435</width>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>!Control.HasFocus(20)</visible>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
2016-10-05 15:33:07 +02:00
<posx>80</posx>
<posy>33</posy>
2015-11-22 20:48:07 +01:00
<width>435</width>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>Control.HasFocus(20)</visible>
</control>
</focusedlayout>
</control>
</control>
<control type="group">
2016-10-05 15:33:07 +02:00
<posx>568</posx>
<posy>0</posy>
2015-11-22 20:48:07 +01:00
<width>570</width>
<height>360</height>
2016-10-05 15:33:07 +02:00
2015-11-22 20:48:07 +01:00
<control type="label">
<description>blue active modes</description>
2016-10-05 15:33:07 +02:00
<posx>10</posx>
<posy>2</posy>
2015-11-22 20:48:07 +01:00
<width>550</width>
2016-10-05 15:33:07 +02:00
<label>$LOCALIZE[15051] ($INFO[Container(21).NumItems])</label>
2015-11-22 20:48:07 +01:00
</control>
<control type="scrollbar" id="61">
<description>scrollbar for active modes list</description>
2016-10-05 15:33:07 +02:00
<posx>542</posx>
<posy>30</posy>
2015-11-22 20:48:07 +01:00
<width>25</width>
<height>350</height>
2016-10-05 15:33:07 +02:00
2015-11-22 20:48:07 +01:00
<onleft>21</onleft>
<onright>60</onright>
2016-10-05 15:33:07 +02:00
2015-11-22 20:48:07 +01:00
</control>
<control type="list" id="21">
<description>active modes list</description>
2016-10-05 15:33:07 +02:00
<posx>15</posx>
<posy>35</posy>
2015-11-22 20:48:07 +01:00
<width>538</width>
<height>345</height>
<onup>9000</onup>
<ondown>9001</ondown>
<onleft>20</onleft>
<onright>61</onright>
<pagecontrol>61</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="46" width="528">
2016-10-05 15:33:07 +02:00
2015-11-22 20:48:07 +01:00
<control type="label">
<description>active addon name and mode name</description>
2016-10-05 15:33:07 +02:00
<posx>80</posx>
<posy>3</posy>
2015-11-22 20:48:07 +01:00
<width>435</width>
2016-08-07 19:54:04 +02:00
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label>
2015-11-22 20:48:07 +01:00
</control>
</itemlayout>
2016-10-05 15:33:07 +02:00
2015-11-22 20:48:07 +01:00
<focusedlayout height="66" width="528">
2016-10-05 15:33:07 +02:00
2015-11-22 20:48:07 +01:00
<control type="label">
<description>addon name and mode name on focus</description>
2016-10-05 15:33:07 +02:00
<posx>80</posx>
<posy>3</posy>
2015-11-22 20:48:07 +01:00
<width>435</width>
2016-08-07 19:54:04 +02:00
<label>$INFO[ListItem.Property(Number)]. $INFO[ListItem.AddonName]: $INFO[ListItem.Property(Name)]</label>
2015-11-22 20:48:07 +01:00
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
2016-10-05 15:33:07 +02:00
<posx>80</posx>
<posy>33</posy>
2015-11-22 20:48:07 +01:00
<width>435</width>
<label>$INFO[ListItem.Property(Description)]</label>
<visible>!Control.HasFocus(21)</visible>
</control>
<control type="label">
<description>ADSP-Mode description on focus</description>
2016-10-05 15:33:07 +02:00
<posx>80</posx>
<posy>33</posy>
<width>435</width>
2015-11-22 20:48:07 +01:00
<label>$INFO[ListItem.Property(Description)]</label>
<visible>Control.HasFocus(21)</visible>
</control>
</focusedlayout>
</control>
</control>
</control>
<control type="group" id="9001">
2016-10-05 15:33:07 +02:00
<posx>55</posx>
<posy>528</posy>
2015-11-22 20:48:07 +01:00
<width>1090</width>
2016-10-05 15:33:07 +02:00
2015-11-22 20:48:07 +01:00
<control type="radiobutton" id="22">
<description>Default RadioButton</description>
<label>15064</label>
</control>
<control type="button" id="23">
<description>Apply changes button</description>
<label>14070</label>
</control>
<control type="button" id="24">
<description>Clear active modes button</description>
<label>15066</label>
</control>
2016-10-05 15:33:07 +02:00
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogAudioDSPManager.xml</label>
2015-11-22 20:48:07 +01:00
</control>
</controls>
</window>