skin.pellucid/1080i/DialogPVRChannelManager.xml

426 lines
19 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
<defaultcontrol always="true">20</defaultcontrol>
2015-11-13 21:24:02 +01:00
2014-09-28 20:47:53 +02:00
<controls>
<!--background-->
<include>globalBackground</include>
<control type="group">
<!--animations-->
<include>modalDialogInOutVertical</include>
<control type="group">
2015-11-13 21:24:02 +01:00
<posx>col-2-begin</posx>
2014-09-28 20:47:53 +02:00
<posy>row-3-begin</posy>
<control type="image">
2015-11-13 21:24:02 +01:00
<posx>0</posx>
<posy>0</posy>
<width>22-col</width>
<height>2-row</height>
2015-03-27 21:31:13 +01:00
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2014-09-28 20:47:53 +02:00
<aspectratio>stretch</aspectratio>
</control>
<control type="image">
2015-11-13 21:24:02 +01:00
<posx>0</posx>
<posy>2-row</posy>
<width>22-col</width>
<height>21-row</height>
<texture>colors/black.png</texture>
<colordiffuse>overlay</colordiffuse>
<aspectratio>stretch</aspectratio>
2018-03-06 22:04:34 +01:00
</control>
<control type="image">
<posx>0</posx>
<posy>2-row</posy>
<width>22-col</width>
<height>71</height>
<texture>colors/black.png</texture>
<colordiffuse>textboxInactive</colordiffuse>
<aspectratio>stretch</aspectratio>
2015-11-13 21:24:02 +01:00
</control>
<control type="image">
2018-02-25 14:05:53 +01:00
<posx>6-col</posx>
2015-11-13 21:24:02 +01:00
<posy>2-row</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2015-11-13 21:24:02 +01:00
<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">
2017-12-21 15:16:56 +01:00
<visible>String.IsEmpty(Window.Property(IsRadio))</visible>
2015-11-13 21:24:02 +01:00
<posx>24</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>16-col</width>
2015-11-13 21:24:02 +01:00
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<label>$LOCALIZE[19199] - $LOCALIZE[19023]</label>
2015-11-13 21:24:02 +01:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2017-12-21 15:16:56 +01:00
<visible>!String.IsEmpty(Window.Property(IsRadio))</visible>
2015-11-13 21:24:02 +01:00
<posx>24</posx>
<posy>0</posy>
2014-09-28 20:47:53 +02:00
<width>16-col</width>
2015-11-13 21:24:02 +01:00
<height>2-row</height>
<aligny>center</aligny>
2015-03-27 21:31:13 +01:00
<font>dialogTitle</font>
2014-09-28 20:47:53 +02:00
<label>$LOCALIZE[19199] - $LOCALIZE[19024]</label>
2015-11-13 21:24:02 +01:00
<textcolor>textActive</textcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
<!--channel list-->
2015-11-15 13:52:30 +01:00
<control type="label">
<description>name label</description>
2018-02-25 14:05:53 +01:00
<posx>24</posx>
2014-09-28 20:47:53 +02:00
<posy>2-row</posy>
<width>8-col</width>
2015-11-15 13:52:30 +01:00
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
2018-03-06 22:04:34 +01:00
<textcolor>textActive</textcolor>
2020-08-27 18:16:28 +02:00
<label>$LOCALIZE[19029]</label>
2015-11-15 13:52:30 +01:00
</control>
<control type="list" id="20">
<posx>0</posx>
<posy>4-row</posy>
2018-02-25 14:05:53 +01:00
<width>6-col-textbox</width>
2015-11-15 13:52:30 +01:00
<height>19-row</height>
2014-09-28 20:47:53 +02:00
<onright>7</onright>
2015-11-13 21:24:02 +01:00
<itemlayout height="2-row" width="8-col">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>0</posy>
<width>2-row</width>
<height>2-row</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/offblack.png" border="0">$INFO[ListItem.Property(Icon)]</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-11-13 21:24:02 +01:00
<posx>1-col-indent</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2018-02-25 14:05:53 +01:00
<width>5-col-gutter</width>
2015-11-13 21:24:02 +01:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
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
<label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label>
</control>
</itemlayout>
2015-11-13 21:24:02 +01:00
<focusedlayout height="2-row" width="8-col">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>0</posy>
<width>2-row</width>
<height>2-row</height>
<aspectratio scalediffuse="false">stretch</aspectratio>
<texture fallback="colors/white.png" border="0">$INFO[ListItem.Property(Icon)]</texture>
<animation type="focus" loop="false" reversible="false">
<effect type="fade" time="500"/>
<effect type="rotatey" end="360" center="33" tween="back" easing="out" time="1000"/>
</animation>
2014-09-28 20:47:53 +02:00
</control>
<control type="image">
2015-11-13 21:24:02 +01:00
<posx>72</posx>
<posy>0</posy>
<width>502</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
<bordersize>0</bordersize>
<colordiffuse>ffffffff</colordiffuse>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-11-13 21:24:02 +01:00
<posx>1-col-indent</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
2018-02-25 14:05:53 +01:00
<width>5-col-gutter</width>
2015-11-13 21:24:02 +01:00
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
2015-11-13 21:24:02 +01:00
<selectedcolor>black</selectedcolor>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.Property(Number),(,) - ]$INFO[ListItem.Property(Name)]</label>
</control>
</focusedlayout>
</control>
<!--channel management options-->
2015-11-15 13:52:30 +01:00
<control type="label">
<description>name label</description>
2018-03-06 22:04:34 +01:00
<posx>456</posx>
2015-11-15 13:52:30 +01:00
<posy>2-row</posy>
<width>8-col</width>
<height>2-row</height>
<aligny>center</aligny>
<font>itemSubTitle</font>
2018-03-06 22:04:34 +01:00
<textcolor>textActive</textcolor>
2015-11-15 13:52:30 +01:00
<label>$LOCALIZE[31179]</label>
</control>
<control type="group">
2018-02-25 14:05:53 +01:00
<posx>6-col</posx>
2015-11-15 13:52:30 +01:00
<posy>4-row</posy>
2014-09-28 20:47:53 +02:00
<control type="radiobutton" id="7">
<description>Channel activated</description>
<posx>0</posx>
<posy>0</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2014-09-28 20:47:53 +02:00
<label>19074</label>
<onleft>20</onleft>
<onright>9000</onright>
<ondown>8</ondown>
</control>
<control type="edit" id="8">
<description>Channel name</description>
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>2-row</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2015-11-13 21:24:02 +01:00
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<align>left</align>
2015-11-13 21:24:02 +01:00
<texturefocus>colors/white.png</texturefocus>
2017-12-04 21:13:06 +01:00
<texturenofocus></texturenofocus>
2015-11-13 21:24:02 +01:00
<textoffsetx>24</textoffsetx>
<focusedcolor>black</focusedcolor>
2014-09-28 20:47:53 +02:00
<label>19201</label>
<onleft>20</onleft>
<onright>9000</onright>
<onup>7</onup>
<ondown>9</ondown>
</control>
<control type="button" id="9">
<description>Channel logo Button</description>
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>4-row</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2014-09-28 20:47:53 +02:00
<label>19202</label>
<onleft>20</onleft>
<onright>9000</onright>
<onup>8</onup>
<ondown>12</ondown>
</control>
<control type="image" id="10">
2018-02-25 14:05:53 +01:00
<posx>10-col</posx>
2015-11-13 21:24:02 +01:00
<posy>156</posy>
2014-09-28 20:47:53 +02:00
<width>48</width>
<height>48</height>
<aspectratio scalediffuse="false">scale</aspectratio>
2015-11-13 21:24:02 +01:00
<texture fallback="colors/offblack.png" border="0">$INFO[ListItem.Property(Icon)]</texture>
2014-09-28 20:47:53 +02:00
</control>
<control type="radiobutton" id="12">
<description>EPG activated</description>
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>6-row</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2014-09-28 20:47:53 +02:00
<label>19206</label>
<onleft>20</onleft>
<onright>9000</onright>
<onup>9</onup>
<ondown>13</ondown>
</control>
<control type="spincontrolex" id="13">
<description>EPG source</description>
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>8-row</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2014-09-28 20:47:53 +02:00
<label>19200</label>
<onleft>20</onleft>
<onright>9000</onright>
<onup>12</onup>
<ondown>14</ondown>
</control>
<control type="radiobutton" id="14">
<description>Parental locked</description>
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>10-row</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2014-09-28 20:47:53 +02:00
<label>19267</label>
<onleft>20</onleft>
<onright>9000</onright>
<onup>13</onup>
<ondown>30</ondown>
</control>
<control type="button" id="30">
<description>Group Manager Button</description>
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>12-row</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2014-09-28 20:47:53 +02:00
<label>19205</label>
<onleft>20</onleft>
<onright>9000</onright>
<onup>14</onup>
<ondown>34</ondown>
</control>
<control type="button" id="34">
2017-12-21 15:16:56 +01:00
<visible>String.IsEmpty(Window.Property(IsRadio))</visible>
2014-09-28 20:47:53 +02:00
<description>TV/Radio Button</description>
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>14-row</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2014-09-28 20:47:53 +02:00
<label>19024</label>
<onleft>20</onleft>
<onright>9000</onright>
<onup>30</onup>
<ondown>31</ondown>
</control>
<control type="button" id="34">
2017-12-21 15:16:56 +01:00
<visible>!String.IsEmpty(Window.Property(IsRadio))</visible>
2014-09-28 20:47:53 +02:00
<description>TV/Radio Button</description>
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>14-row</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2014-09-28 20:47:53 +02:00
<label>19023</label>
<onleft>20</onleft>
<onright>9000</onright>
<onup>30</onup>
<ondown>31</ondown>
</control>
<control type="button" id="31">
<description>Edit channel Button</description>
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>16-row</posy>
2018-02-25 14:05:53 +01:00
<width>11-col</width>
2014-09-28 20:47:53 +02:00
<label>19203</label>
<onleft>20</onleft>
<onright>9000</onright>
<onup>34</onup>
<ondown>32</ondown>
</control>
</control>
2018-03-06 22:04:34 +01:00
<!--OK / Cancel / apply-->
2015-11-15 13:52:30 +01:00
<control type="panel" id="9000">
2018-02-25 14:05:53 +01:00
<posx>17-col</posx>
2015-11-15 13:52:30 +01:00
<posy>4-row</posy>
2018-02-25 14:05:53 +01:00
<width>5-col</width>
2015-11-13 21:24:02 +01:00
<height>6-row</height>
2014-09-28 20:47:53 +02:00
<itemgap>3</itemgap>
<orientation>vertical</orientation>
<onleft>7</onleft>
2015-11-13 21:24:02 +01:00
<itemlayout width="8-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="label">
2015-11-13 21:24:02 +01:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-11-13 21:24:02 +01:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</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>
</control>
<control type="label">
2015-11-13 21:24:02 +01:00
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>4-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</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>
</control>
</itemlayout>
2015-11-13 21:24:02 +01:00
<focusedlayout width="8-col" height="2-row">
2014-09-28 20:47:53 +02:00
<control type="image">
<posx>0</posx>
2015-11-13 21:24:02 +01:00
<posy>0</posy>
<width>1-col-textbox</width>
<height>2-row</height>
<aspectratio>stretch</aspectratio>
<texture>colors/white.png</texture>
2016-02-21 19:58:08 +01:00
<colordiffuse>highlight</colordiffuse>
2015-11-13 21:24:02 +01:00
<include>spinFocusIcon</include>
</control>
<control type="image">
<posx>1-col</posx>
<posy>0</posy>
2018-02-25 14:05:53 +01:00
<width>5-col</width>
2015-11-13 21:24:02 +01:00
<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-11-13 21:24:02 +01:00
<posx>0</posx>
2014-09-28 20:47:53 +02:00
<posy>0</posy>
<width>1-col</width>
2015-11-13 21:24:02 +01:00
<height>2-row</height>
<align>center</align>
<aligny>center</aligny>
2015-11-22 20:48:07 +01:00
<font>symbolLarge</font>
2015-11-13 21:24:02 +01:00
<textcolor>textActive</textcolor>
2014-09-28 20:47:53 +02:00
<label>$INFO[ListItem.label2]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
<control type="label">
2015-11-13 21:24:02 +01:00
<posx>1-col-indent</posx>
<posy>-1</posy>
<width>5-col-gutter</width>
<height>2-row</height>
<aligny>center</aligny>
<font>buttonTitle</font>
2014-09-28 20:47:53 +02:00
<textcolor>black</textcolor>
<label>$INFO[ListItem.label]</label>
2017-12-04 21:13:06 +01:00
<shadowcolor></shadowcolor>
2014-09-28 20:47:53 +02:00
</control>
</focusedlayout>
<content>
2018-02-25 14:05:53 +01:00
<item id="5">
<description>Switch TV / Radio</description>
<label>31236</label>
<label2></label2>
<thumb></thumb>
<onclick>SendClick(34)</onclick>
</item>
<item id="2">
2014-09-28 20:47:53 +02:00
<description>Apply Button</description>
<label>14070</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
<onclick>SendClick(5)</onclick>
</item>
2018-02-25 14:05:53 +01:00
<item id="3">
2014-09-28 20:47:53 +02:00
<description>Ok Button</description>
<label>186</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
<onclick>SendClick(4)</onclick>
</item>
2018-02-25 14:05:53 +01:00
<item id="4">
2014-09-28 20:47:53 +02:00
<description>Cancel Button</description>
<label>222</label>
<label2></label2>
2017-12-04 21:13:06 +01:00
<thumb></thumb>
2014-09-28 20:47:53 +02:00
<onclick>SendClick(6)</onclick>
</item>
</content>
</control>
</control>
</control>
2015-11-13 21:24:02 +01:00
2014-09-28 20:47:53 +02:00
<!--dialog control buttons-->
<control type="group">
<visible>false</visible>
2018-02-25 14:05:53 +01:00
<control type="togglebutton" id="34">
<description>Switch TV / Radio</description>
</control>
2014-09-28 20:47:53 +02:00
<control type="button" id="4">
<description>OK Button</description>
</control>
<control type="button" id="5">
<description>Apply changes Button</description>
<label>14070</label>
</control>
<control type="button" id="6">
<description>Cancel Button</description>
</control>
</control>
2015-11-13 21:24:02 +01:00
2014-09-28 20:47:53 +02:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<include>WindowID</include>
<label>DialogPVRChannelManager.xml</label>
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>