<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">11</defaultcontrol>
	<coordinates>
		<left>780</left>
		<top>30</top>
	</coordinates>
	<include>dialogeffect</include>
	<controls>
		<control type="group">
			<control type="image">
				<description>background image</description>
				<left>0</left>
				<top>0</top>
				<width>480</width>
				<height>660</height>
				<texture border="40">DialogBack2.png</texture>
			</control>
			<control type="button">
				<description>Close Window button</description>
				<left>390</left>
				<top>15</top>
				<width>64</width>
				<height>32</height>
				<label>-</label>
				<font>-</font>
				<onclick>PreviousMenu</onclick>
				<texturefocus>DialogCloseButton-focus.png</texturefocus>
				<texturenofocus>DialogCloseButton.png</texturenofocus>
				<onleft>2</onleft>
				<onright>2</onright>
				<onup>2</onup>
				<ondown>2</ondown>
				<visible>system.getbool(input.enablemouse)</visible>
			</control>
			<control type="image">
				<description>Dialog Header image</description>
				<left>40</left>
				<top>16</top>
				<width>400</width>
				<height>50</height>
				<texture>dialogheader.png</texture>
			</control>
			<control type="label">
				<description>header label</description>
				<left>40</left>
				<top>16</top>
				<width>430</width>
				<height>40</height>
				<font>font12_title</font>
				<label>$LOCALIZE[19023] - $INFO[VideoPlayer.ChannelGroup]</label>
				<align>center</align>
				<aligny>center</aligny>
				<textcolor>blue</textcolor>
				<shadowcolor>black</shadowcolor>
				<visible>!pvr.IsPlayingRadio</visible>
			</control>
			<control type="label">
				<description>header label</description>
				<left>40</left>
				<top>16</top>
				<width>430</width>
				<height>40</height>
				<font>font12_title</font>
				<label>$LOCALIZE[19024] - $INFO[MusicPlayer.ChannelGroup]</label>
				<align>center</align>
				<aligny>center</aligny>
				<textcolor>blue</textcolor>
				<shadowcolor>black</shadowcolor>
				<visible>pvr.IsPlayingRadio</visible>
			</control>
			<control type="label">
				<description>header label</description>
				<left>40</left>
				<top>-7</top>
				<width>430</width>
				<height>120</height>
				<font>font10_title</font>
				<label>$INFO[System.Date(DDD)], $INFO[System.Date(d)] $INFO[System.Date(mmm)] $INFO[System.Date(yyyy)] • $INFO[System.Time]</label>
				<align>center</align>
				<aligny>center</aligny>
				<textcolor>grey</textcolor>
				<shadowcolor>black</shadowcolor>
			</control>
			<control type="list" id="11">
				<left>30</left>
				<top>70</top>
				<width>410</width>
				<height>520</height>
				<onleft>PreviousChannelGroup</onleft>
				<onright>60</onright>
				<onup>11</onup>
				<ondown>11</ondown>
				<viewtype label="535">list</viewtype>
				<pagecontrol>60</pagecontrol>
				<scrolltime>200</scrolltime>
				<itemlayout height="70" width="410">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>410</width>
						<height>65</height>
						<texture border="5">button-nofocus.png</texture>
						<include>VisibleFadeEffect</include>
					</control>
					<control type="label">
						<left>5</left>
						<top>0</top>
						<width>40</width>
						<height>30</height>
						<font>font12</font>
						<align>left</align>
						<aligny>center</aligny>
						<textcolor>grey</textcolor>
						<selectedcolor>grey</selectedcolor>
						<info>ListItem.ChannelNumberLabel</info>
					</control>
					<control type="image">
						<left>5</left>
						<top>35</top>
						<width>20</width>
						<height>20</height>
						<texture>PVR-IsRecording.png</texture>
						<visible>ListItem.IsRecording</visible>
					</control>
					<control type="label">
						<left>50</left>
						<top>0</top>
						<width>350</width>
						<height>25</height>
						<font>font13</font>
						<textcolor>white</textcolor>
						<selectedcolor>selected</selectedcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Label]</label>
					</control>
					<control type="label">
						<left>50</left>
						<top>25</top>
						<width>350</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>grey</textcolor>
						<selectedcolor>grey</selectedcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Title]</label>
						<visible>String.IsEmpty(Listitem.Icon)</visible>
					</control>
					<control type="label">
						<left>50</left>
						<top>25</top>
						<width>300</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>grey</textcolor>
						<selectedcolor>grey</selectedcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Title]</label>
						<visible>!String.IsEmpty(Listitem.Icon)</visible>
					</control>
					<control type="label">
						<left>50</left>
						<top>44</top>
						<width>60</width>
						<height>20</height>
						<font>font10_title</font>
						<textcolor>blue</textcolor>
						<selectedcolor>blue</selectedcolor>
						<aligny>center</aligny>
						<label>$INFO[ListItem.StartTime]</label>
						<visible>ListItem.HasEpg</visible>
					</control>
					<control type="progress">
						<description>Progressbar</description>
						<left>110</left>
						<top>53</top>
						<width>230</width>
						<height>6</height>
						<colordiffuse>88FFFFFF</colordiffuse>
						<info>ListItem.Progress</info>
						<visible>ListItem.HasEpg</visible>
					</control>
					<control type="label">
						<left>355</left>
						<top>44</top>
						<width>60</width>
						<height>20</height>
						<font>font10_title</font>
						<textcolor>blue</textcolor>
						<selectedcolor>blue</selectedcolor>
						<aligny>center</aligny>
						<label>$INFO[ListItem.EndTime]</label>
						<visible>ListItem.HasEpg</visible>
					</control>
					<control type="image">
						<left>360</left>
						<top>4</top>
						<width>40</width>
						<height>40</height>
						<texture>$INFO[ListItem.Icon]</texture>
						<aspectratio>keep</aspectratio>
					</control>
				</itemlayout>
				<focusedlayout height="70" width="410">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>410</width>
						<height>65</height>
						<texture border="5">button-nofocus.png</texture>
						<visible>!Control.HasFocus(11)</visible>
						<include>VisibleFadeEffect</include>
					</control>
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>410</width>
						<height>65</height>
						<texture border="5">button-focus2.png</texture>
						<visible>Control.HasFocus(11)</visible>
						<include>VisibleFadeEffect</include>
					</control>
					<control type="label">
						<left>5</left>
						<top>0</top>
						<width>40</width>
						<height>30</height>
						<font>font12</font>
						<align>left</align>
						<aligny>center</aligny>
						<textcolor>grey</textcolor>
						<selectedcolor>grey</selectedcolor>
						<info>ListItem.ChannelNumberLabel</info>
					</control>
					<control type="image">
						<left>5</left>
						<top>35</top>
						<width>20</width>
						<height>20</height>
						<texture>PVR-IsRecording.png</texture>
						<visible>ListItem.IsRecording</visible>
					</control>
					<control type="label">
						<left>50</left>
						<top>0</top>
						<width>350</width>
						<height>25</height>
						<font>font13</font>
						<textcolor>white</textcolor>
						<selectedcolor>selected</selectedcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Label]</label>
					</control>
					<control type="label">
						<left>50</left>
						<top>25</top>
						<width>350</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>grey</textcolor>
						<selectedcolor>grey</selectedcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Title]</label>
						<visible>String.IsEmpty(Listitem.Icon)</visible>
					</control>
					<control type="label">
						<left>50</left>
						<top>25</top>
						<width>300</width>
						<height>20</height>
						<font>font12</font>
						<textcolor>grey</textcolor>
						<selectedcolor>grey</selectedcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Title]</label>
						<visible>!String.IsEmpty(Listitem.Icon)</visible>
					</control>
					<control type="label">
						<left>50</left>
						<top>44</top>
						<width>60</width>
						<height>20</height>
						<font>font10_title</font>
						<textcolor>blue</textcolor>
						<selectedcolor>blue</selectedcolor>
						<aligny>center</aligny>
						<label>$INFO[ListItem.StartTime]</label>
						<visible>ListItem.HasEpg</visible>
					</control>
					<control type="progress">
						<description>Progressbar</description>
						<left>110</left>
						<top>53</top>
						<width>230</width>
						<height>6</height>
						<colordiffuse>88FFFFFF</colordiffuse>
						<info>ListItem.Progress</info>
						<visible>ListItem.HasEpg</visible>
					</control>
					<control type="label">
						<left>355</left>
						<top>44</top>
						<width>60</width>
						<height>20</height>
						<font>font10_title</font>
						<textcolor>blue</textcolor>
						<selectedcolor>blue</selectedcolor>
						<aligny>center</aligny>
						<label>$INFO[ListItem.EndTime]</label>
						<visible>ListItem.HasEpg</visible>
					</control>
					<control type="image">
						<left>360</left>
						<top>4</top>
						<width>40</width>
						<height>40</height>
						<texture>$INFO[ListItem.Icon]</texture>
						<aspectratio>keep</aspectratio>
					</control>
				</focusedlayout>
			</control>
			<control type="scrollbar" id="60">
				<left>440</left>
				<top>70</top>
				<width>25</width>
				<height>520</height>
				<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
				<texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
				<texturesliderbarfocus border="0,14,0,14">ScrollBarV_bar_focus.png</texturesliderbarfocus>
				<textureslidernib>ScrollBarNib.png</textureslidernib>
				<textureslidernibfocus>ScrollBarNib.png</textureslidernibfocus>
				<onleft>11</onleft>
				<onright>NextChannelGroup</onright>
				<ondown>61</ondown>
				<onup>61</onup>
				<showonepage>false</showonepage>
				<orientation>vertical</orientation>
			</control>
			<control type="label">
				<description>Page Count Label</description>
				<left>50</left>
				<top>610</top>
				<width>400</width>
				<height>20</height>
				<font>font12</font>
				<textcolor>grey</textcolor>
				<scroll>false</scroll>
				<align>right</align>
				<aligny>center</aligny>
				<label>([COLOR=blue]$INFO[Container(11).NumItems][/COLOR]) $LOCALIZE[19019] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR])</label>
				<include>Window_OpenClose_Animation</include>
			</control>
		</control>
	</controls>
</window>