<?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/>
				<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>40</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[19222] - $INFO[VideoPlayer.ChannelName]</label>
				<align>center</align>
				<aligny>center</aligny>
				<textcolor>blue</textcolor>
				<shadowcolor>black</shadowcolor>
			</control>
			<control type="label">
				<description>Selected item's date</description>
				<left>40</left>
				<top>60</top>
				<width>430</width>
				<height>30</height>
				<font>font13</font>
				<textcolor>grey2</textcolor>
				<label>$INFO[Container(11).ListItem.StartDate]</label>
				<align>center</align>
				<aligny>center</aligny>
			</control>
			<control type="list" id="11">
				<left>30</left>
				<top>100</top>
				<width>410</width>
				<height>490</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="35" width="410">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>410</width>
						<height>30</height>
						<texture border="5">button-nofocus.png</texture>
						<include>VisibleFadeEffect</include>
					</control>
					<control type="label">
						<left>10</left>
						<top>0</top>
						<width>50</width>
						<height>30</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<selectedcolor>selected</selectedcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.StartTime]</label>
					</control>
					<control type="image">
						<left>70</left>
						<top>7</top>
						<width>16</width>
						<height>16</height>
						<texture>$VAR[PVRTimerIcon]</texture>
					</control>
					<control type="label">
						<left>86</left>
						<top>0</top>
						<width>314</width>
						<height>30</height>
						<font>font12</font>
						<textcolor>grey2</textcolor>
						<selectedcolor>selected</selectedcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Label]</label>
					</control>
				</itemlayout>
				<focusedlayout height="35" width="410">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>410</width>
						<height>30</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>30</height>
						<texture border="5">button-focus2.png</texture>
						<visible>Control.HasFocus(11)</visible>
						<include>VisibleFadeEffect</include>
					</control>
					<control type="label">
						<left>10</left>
						<top>0</top>
						<width>50</width>
						<height>30</height>
						<font>font13</font>
						<textcolor>grey2</textcolor>
						<selectedcolor>selected</selectedcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.StartTime]</label>
					</control>
					<control type="image">
						<left>70</left>
						<top>7</top>
						<width>16</width>
						<height>16</height>
						<texture>$VAR[PVRTimerIcon]</texture>
					</control>
					<control type="label">
						<left>86</left>
						<top>0</top>
						<width>314</width>
						<height>30</height>
						<font>font12</font>
						<textcolor>grey2</textcolor>
						<selectedcolor>selected</selectedcolor>
						<align>left</align>
						<aligny>center</aligny>
						<label>$INFO[ListItem.Label]</label>
					</control>
				</focusedlayout>
			</control>
			<control type="scrollbar" id="60">
				<left>440</left>
				<top>100</top>
				<width>25</width>
				<height>490</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>11</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[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(11).CurrentPage]/$INFO[Container(11).NumPages][/COLOR])</label>
				<include>Window_OpenClose_Animation</include>
			</control>
		</control>
	</controls>
</window>