skin.divide/720p/DialogPVRGuideOSD.xml

174 lines
5.0 KiB
XML

<window>
<defaultcontrol always="true">11</defaultcontrol>
<coordinates>
<system>1</system>
<posx>780</posx>
<posy>20</posy>
</coordinates>
<include>dialogeffect</include>
<controls>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>500</width>
<height>680</height>
<colordiffuse>DDFFFFFF</colordiffuse>
<texture border="40">DialogBack.png</texture>
</control>
<control type="image">
<description>background image</description>
<posx>0</posx>
<posy>0</posy>
<width>500</width>
<height>680</height>
<texture border="40">DialogFront.png</texture>
</control>
<control type="label">
<description>heading label</description>
<posx>40</posx>
<posy>40</posy>
<width>420</width>
<height>30</height>
<align>center</align>
<aligny>center</aligny>
<font>font18</font>
<label>$LOCALIZE[19029] - $INFO[VideoPlayer.ChannelName]</label>
<textcolor>dialogheader</textcolor>
</control>
<control type="button">
<description>Close Window button</description>
<posx>430</posx>
<posy>35</posy>
<include>WindowCloseButtonCommons</include>
</control>
<control type="image">
<posx>40</posx>
<posy>78</posy>
<width>420</width>
<height>2</height>
<texture>separator.png</texture>
</control>
<control type="list" id="11">
<posx>40</posx>
<posy>90</posy>
<width>390</width>
<height>504</height>
<onleft>60</onleft>
<onright>60</onright>
<onup>11</onup>
<ondown>11</ondown>
<viewtype label="535">list</viewtype>
<pagecontrol>60</pagecontrol>
<scrolltime>200</scrolltime>
<itemlayout height="58" width="390">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>390</width>
<height>56</height>
<texture border="5">button-nofocus.png</texture>
</control>
<control type="label">
<posx>10</posx>
<posy>0</posy>
<width>370</width>
<height>30</height>
<font>font11</font>
<textcolor>green</textcolor>
<selectedcolor>green</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.StartTime] [COLOR=white]- $INFO[ListItem.StartDate][/COLOR]</label>
</control>
<control type="label">
<posx>10</posx>
<posy>30</posy>
<width>370</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
</control>
</itemlayout>
<focusedlayout height="58" width="390">
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>390</width>
<height>56</height>
<texture border="5">button-nofocus.png</texture>
<visible>!Control.Hasfocus(11)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>390</width>
<height>56</height>
<texture border="5">button-focus.png</texture>
<visible>Control.Hasfocus(11)</visible>
<include>VisibleFadeEffect</include>
</control>
<control type="label">
<posx>10</posx>
<posy>0</posy>
<width>370</width>
<height>30</height>
<font>font11</font>
<textcolor>green</textcolor>
<selectedcolor>green</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.StartTime] [COLOR=white]- $INFO[ListItem.StartDate][/COLOR]</label>
</control>
<control type="label">
<posx>10</posx>
<posy>30</posy>
<width>370</width>
<height>20</height>
<font>font12</font>
<textcolor>grey</textcolor>
<selectedcolor>grey</selectedcolor>
<align>left</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Title]</label>
</control>
</focusedlayout>
</control>
<control type="scrollbar" id="60">
<posx>435</posx>
<posy>90</posy>
<width>20</width>
<height>504</height>
<texturesliderbackground border="2,2,2,2">scrollbar_bar_back2.png</texturesliderbackground>
<texturesliderbar border="2,16,2,16">scrollbar_bar.png</texturesliderbar>
<texturesliderbarfocus border="2,16,2,16">scrollbar_bar_focus.png</texturesliderbarfocus>
<textureslidernib>scrollbar_nib.png</textureslidernib>
<textureslidernibfocus>scrollbar_nib.png</textureslidernibfocus>
<onleft>11</onleft>
<onright>11</onright>
<ondown>71</ondown>
<onup>71</onup>
<showonepage>true</showonepage>
<orientation>vertical</orientation>
</control>
<control type="label">
<description>number of files/pages in list text label</description>
<posx>450</posx>
<posy>610</posy>
<width>500</width>
<height>20</height>
<font>font12b</font>
<align>right</align>
<aligny>center</aligny>
<scroll>true</scroll>
<textcolor>white</textcolor>
<label>$LOCALIZE[31024] ($INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages])</label>
</control>
</controls>
</window>