skin.pellucidPlus/1080i/DialogSelect.xml

325 lines
16 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
2015-03-27 21:31:13 +01:00
<window>
2014-09-28 20:47:53 +02:00
<defaultcontrol always="true">9000</defaultcontrol>
2015-03-27 21:31:13 +01:00
<onload condition="!IntegerGreaterThan(container(3).numitems,0) + !IntegerGreaterThan(container(6).numitems,0)">control.SetFocus(9999)</onload>
2014-09-28 20:47:53 +02:00
<include>fadeInOut</include>
<controls>
<!--background-->
2015-03-27 21:31:13 +01:00
<include>globalBackground</include>
2014-09-28 20:47:53 +02:00
<control type="group">
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="group">
2015-04-02 17:38:10 +02:00
<posx>col-4-begin</posx>
2014-09-28 20:47:53 +02:00
<posy>row-3-begin</posy>
<control type="image">
2015-04-02 17:38:10 +02:00
<posx>0</posx>
<posy>0</posy>
<width>18-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2015-04-02 17:38:10 +02:00
<colordiffuse>500</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
2015-04-02 17:38:10 +02:00
<posx>0</posx>
<posy>2-row</posy>
<width>18-col</width>
<height>21-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<control type="label" id="1">
2015-04-02 17:38:10 +02:00
<posx>24</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>16-col</width>
2015-04-02 17:38:10 +02:00
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2015-04-02 17:38:10 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<shadowcolor>-</shadowcolor>
</control>
2015-03-27 21:31:13 +01:00
<control type="group" id="9000">
<control type="panel" id="3">
<posx>0</posx>
2015-04-02 17:38:10 +02:00
<posy>2-row</posy>
2015-03-27 21:31:13 +01:00
<width>12-col</width>
<height>11-row</height>
<onright>9999</onright>
<itemlayout height="1-row" width="6-col">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col-gutter</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture border="24,0,24,0">UIControls/listitemNF.png</texture>
<bordersize>0</bordersize>
<colordiffuse>99FFFFFF</colordiffuse>
</control>
<control type="image">
<posx>4</posx>
<posy>4</posy>
<width>48</width>
<height>48</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
</control>
<control type="label">
<posx>1-col</posx>
<posy>0</posy>
<width>312</width>
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<visible>ListItem.IsSelected</visible>
<posx>11</posx>
<posy>-1</posy>
<width>38</width>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
</itemlayout>
<focusedlayout height="1-row" width="6-col">
<control type="image">
<posx>0</posx>
<posy>2</posy>
<width>6-col-gutter</width>
<height>53</height>
<aspectratio>stretch</aspectratio>
<texture border="24,0,24,0">UIControls/listitemFO.png</texture>
<bordersize>0</bordersize>
<colordiffuse>FFFFFFFF</colordiffuse>
</control>
<control type="image">
<posx>4</posx>
<posy>4</posy>
<width>48</width>
<height>48</height>
<aspectratio scalediffuse="false">scale</aspectratio>
<texture fallback="colors/offblack.png" diffuse="masks/circle.png" border="0">$INFO[Listitem.icon]</texture>
</control>
<control type="label">
<posx>1-col</posx>
<posy>0</posy>
<width>312</width>
<font>itemTitle</font>
<textcolor>black</textcolor>
<selectedcolor>black</selectedcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
<control type="label">
<visible>ListItem.IsSelected</visible>
<posx>11</posx>
<posy>-1</posy>
<width>38</width>
<font>symbolLarge</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label></label>
</control>
</focusedlayout>
</control>
<!--addon selection etc-->
<control type="panel" id="6">
<posx>0</posx>
2015-04-02 17:38:10 +02:00
<posy>2-row</posy>
2015-03-27 21:31:13 +01:00
<width>12-col</width>
2015-04-02 17:38:10 +02:00
<height>21-row</height>
2015-03-27 21:31:13 +01:00
<onright>9999</onright>
2015-04-02 17:38:10 +02:00
<itemlayout height="2-row" width="12-col">
2015-03-27 21:31:13 +01:00
<control type="image">
<posx>0</posx>
2015-04-02 17:38:10 +02:00
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<aspectratio scalediffuse="false">scale</aspectratio>
2015-04-02 17:38:10 +02:00
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.icon]</texture>
2015-03-27 21:31:13 +01:00
</control>
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>1-col-indent</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
2015-04-02 17:38:10 +02:00
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>itemTitle</font>
<textcolor>textActive</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</itemlayout>
2015-04-02 17:38:10 +02:00
<focusedlayout height="2-row" width="12-col">
2015-03-27 21:31:13 +01:00
<control type="image">
2015-04-02 17:38:10 +02:00
<posx>1-col</posx>
<posy>0</posy>
<width>11-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<aspectratio>stretch</aspectratio>
2015-04-02 17:38:10 +02:00
<texture>colors/white.png</texture>
2015-03-27 21:31:13 +01:00
<bordersize>0</bordersize>
2015-04-02 17:38:10 +02:00
<colordiffuse>ffffffff</colordiffuse>
2015-03-27 21:31:13 +01:00
</control>
<control type="image">
2015-04-02 17:38:10 +02:00
<posx>0</posx>
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<aspectratio scalediffuse="false">scale</aspectratio>
2015-04-02 17:38:10 +02:00
<texture fallback="colors/offblack.png" border="0">$INFO[Listitem.icon]</texture>
<include>spinFocusIcon</include>
2015-03-27 21:31:13 +01:00
</control>
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>1-col-indent</posx>
2015-03-27 21:31:13 +01:00
<posy>0</posy>
2015-04-02 17:38:10 +02:00
<width>11-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>itemTitle</font>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<label>$INFO[ListItem.Label]</label>
</control>
</focusedlayout>
</control>
</control>
<!--larger thumbnail-->
<control type="image">
2015-04-02 17:38:10 +02:00
<posx>12-col-indent</posx>
<posy>2-row</posy>
<width>6-col-gutter</width>
<height>6-col-gutter</height>
2015-03-27 21:31:13 +01:00
<aspectratio scalediffuse="false" align="left" aligny="center">keep</aspectratio>
<texture border="0">$INFO[container(6).Listitem.icon]</texture>
2015-04-02 17:38:10 +02:00
<bordertexture border="3" colordiffuse="33FFFFFF">colors/white.png</bordertexture>
<bordersize>3</bordersize>
2015-03-27 21:31:13 +01:00
<fadetime>200</fadetime>
</control>
2014-09-28 20:47:53 +02:00
<!--OK / Cancel-->
2015-04-02 17:38:10 +02:00
<control type="image">
<posx>12-col</posx>
<posy>2-row</posy>
<width>6-col</width>
<height>21-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
</control>
2014-09-28 20:47:53 +02:00
<control type="panel" id="9999">
2015-03-27 21:31:13 +01:00
<visible>control.isvisible(3) | control.isvisible(5)</visible>
2014-09-28 20:47:53 +02:00
<posx>12-col</posx>
2015-04-02 17:38:10 +02:00
<posy>13-row</posy>
<width>6-col</width>
<height>6-row</height>
2014-09-28 20:47:53 +02:00
<orientation>vertical</orientation>
<onleft>9000</onleft>
2015-04-02 17:38:10 +02:00
<itemlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-02 17:38:10 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>symbol</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>menuTitle</font>
2015-03-27 21:31:13 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</itemlayout>
2015-04-02 17:38:10 +02:00
<focusedlayout width="6-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-04-02 17:38:10 +02:00
<posy>0</posy>
<width>1-col</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<colordiffuse>500</colordiffuse>
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
<width>5-col</width>
<height>2-row</height>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-04-02 17:38:10 +02:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>symbol</font>
2015-04-02 17:38:10 +02:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
<shadowcolor>-</shadowcolor>
</control>
<control type="label">
2015-04-02 17:38:10 +02:00
<posx>1-col-indent</posx>
<posy>0</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
2014-09-28 20:47:53 +02:00
<font>menuTitle</font>
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
<shadowcolor>-</shadowcolor>
</control>
</focusedlayout>
<content>
<item id="1">
<description>Ok / manual / getmore Button</description>
<label fallback="186">$INFO[control.getlabel(5)]</label>
<label2></label2>
<thumb>-</thumb>
<onclick>SendClick(2000,5)</onclick>
</item>
<item id="2">
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
<thumb>-</thumb>
<onclick>PreviousMenu</onclick>
</item>
</content>
</control>
<control type="group">
<visible>false</visible>
<control type="button" id="5">
<visible>false</visible>
<description>OK / Manual button</description>
2015-03-27 21:31:13 +01:00
<label>186</label>
2014-09-28 20:47:53 +02:00
</control>
</control>
</control>
</control>
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>DialogID</include>
<label>DialogSelect.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>