<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol always="true">50</defaultcontrol>
	<menucontrol>9000</menucontrol>
	<views>50</views>
	<controls>
		<include>CommonBackground</include>
		<control type="image">
			<left>0</left>
			<top>100r</top>
			<width>1280</width>
			<height>100</height>
			<texture>floor.png</texture>
			<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
			<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
		</control>
		<control type="group">
			<include>Window_OpenClose_Animation</include>
			<control type="image">
				<left>0</left>
				<top>100r</top>
				<width>1280</width>
				<height>100</height>
				<texture>floor.png</texture>
				<animation effect="fade" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
				<animation effect="fade" time="200" condition="Window.Next(Home)">WindowClose</animation>
			</control>
			<control type="group">
				<include>Window_OpenClose_Animation</include>
				<control type="group">
					<include>VisibleFadeEffect</include>
					<control type="image">
						<left>55</left>
						<top>60</top>
						<width>1170</width>
						<height>600</height>
						<texture border="15">ContentPanel.png</texture>
					</control>
					<control type="image">
						<left>55</left>
						<top>652</top>
						<width>1170</width>
						<height>64</height>
						<texture border="15">ContentPanelMirror.png</texture>
					</control>
				</control>
			</control>
		</control>
		<include>MainWindowMouseButtons</include>
		<include>PVRHeader</include>
		<control type="group">
			<include>Window_OpenClose_Animation</include>
			<description>Timers group</description>
			<visible>Control.IsVisible(50)</visible>
			<include>VisibleFadeEffect</include>
			<control type="group">
				<left>80</left>
				<top>60</top>
				<control type="label">
					<description>Channel header label</description>
					<left>50</left>
					<top>20</top>
					<width>220</width>
					<height>20</height>
					<font>font13_title</font>
					<textcolor>white</textcolor>
					<shadowcolor>black</shadowcolor>
					<aligny>center</aligny>
					<label>19029</label>
				</control>
				<control type="label">
					<description>Title header label</description>
					<left>240</left>
					<top>20</top>
					<width>200</width>
					<height>20</height>
					<font>font13_title</font>
					<textcolor>white</textcolor>
					<shadowcolor>black</shadowcolor>
					<aligny>center</aligny>
					<label>369</label>
				</control>
				<control type="label">
					<description>Schedule Time header label</description>
					<left>480</left>
					<top>20</top>
					<width>200</width>
					<height>20</height>
					<font>font13_title</font>
					<textcolor>white</textcolor>
					<shadowcolor>black</shadowcolor>
					<aligny>center</aligny>
					<label>31501</label>
				</control>
				<control type="label">
					<description>Type header label</description>
					<left>770</left>
					<top>20</top>
					<width>150</width>
					<height>20</height>
					<font>font13_title</font>
					<textcolor>white</textcolor>
					<shadowcolor>black</shadowcolor>
					<aligny>center</aligny>
					<label>467</label>
				</control>
				<control type="label">
					<description>Status header label</description>
					<left>980</left>
					<top>20</top>
					<width>150</width>
					<height>20</height>
					<font>font13_title</font>
					<textcolor>white</textcolor>
					<shadowcolor>black</shadowcolor>
					<aligny>center</aligny>
					<label>126</label>
				</control>
				<control type="image">
					<description>separator image</description>
					<left>0</left>
					<top>50</top>
					<width>1100</width>
					<height>1</height>
					<colordiffuse>88FFFFFF</colordiffuse>
					<texture>separator2.png</texture>
				</control>
				<control type="list" id="50">
					<left>0</left>
					<top>55</top>
					<width>1100</width>
					<height>330</height>
					<onup>50</onup>
					<ondown>50</ondown>
					<onleft condition="Window.IsActive(TVTimers) | Window.IsActive(RadioTimers)">103</onleft>
					<onleft condition="Window.IsActive(TVTimerRules) | Window.IsActive(RadioTimerRules)">105</onleft>
					<onright>73</onright>
					<pagecontrol>73</pagecontrol>
					<scrolltime>200</scrolltime>
					<itemlayout height="40">
						<control type="image">
							<left>0</left>
							<top>0</top>
							<width>1100</width>
							<height>41</height>
							<texture border="5">MenuItemNF.png</texture>
						</control>
						<control type="group">
							<visible>String.IsEmpty(ListItem.Date)</visible>
							<control type="label">
								<left>50</left>
								<top>0</top>
								<width>150</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Label</info>
							</control>
						</control>
						<control type="group">
							<visible>!String.IsEmpty(ListItem.Date)</visible>
							<control type="image">
								<left>0</left>
								<top>8</top>
								<width>50</width>
								<height>26</height>
								<texture border="1">$INFO[ListItem.Icon]</texture>
								<aspectratio>keep</aspectratio>
							</control>
							<control type="label">
								<left>50</left>
								<top>0</top>
								<width>150</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.ChannelName</info>
							</control>
							<control type="label">
								<left>240</left>
								<top>0</top>
								<width>200</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Label</info>
							</control>
							<control type="label">
								<left>480</left>
								<top>0</top>
								<width>250</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Date</info>
							</control>
							<control type="label">
								<left>770</left>
								<top>0</top>
								<width>180</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Timertype</info>
							</control>
							<control type="label">
								<left>980</left>
								<top>0</top>
								<width>150</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Comment</info>
							</control>
						</control>
					</itemlayout>
					<focusedlayout height="40">
						<control type="image">
							<left>0</left>
							<top>0</top>
							<width>1100</width>
							<height>41</height>
							<texture border="5">MenuItemFO.png</texture>
						</control>
						<control type="image">
							<left>0</left>
							<top>0</top>
							<width>1100</width>
							<height>41</height>
							<colordiffuse>33FFFFFF</colordiffuse>
							<texture border="5">MenuItemFO.png</texture>
							<visible>Control.HasFocus(50)</visible>
						</control>
						<control type="group">
							<visible>String.IsEmpty(ListItem.Date)</visible>
							<control type="label">
								<left>50</left>
								<top>0</top>
								<width>150</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Label</info>
							</control>
						</control>
						<control type="group">
							<visible>!String.IsEmpty(ListItem.Date)</visible>
							<control type="image">
								<left>0</left>
								<top>8</top>
								<width>50</width>
								<height>26</height>
								<texture border="1">$INFO[ListItem.Icon]</texture>
								<aspectratio>keep</aspectratio>
							</control>
							<control type="label">
								<left>50</left>
								<top>0</top>
								<width>150</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.ChannelName</info>
							</control>
							<control type="label">
								<left>240</left>
								<top>0</top>
								<width>200</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Label</info>
							</control>
							<control type="label">
								<left>480</left>
								<top>0</top>
								<width>250</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Date</info>
							</control>
							<control type="label">
								<left>770</left>
								<top>0</top>
								<width>180</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Timertype</info>
							</control>
							<control type="label">
								<left>980</left>
								<top>0</top>
								<width>150</width>
								<height>40</height>
								<font>font12</font>
								<aligny>center</aligny>
								<selectedcolor>selected</selectedcolor>
								<info>ListItem.Comment</info>
							</control>
						</control>
					</focusedlayout>
				</control>
				<control type="scrollbar" id="73">
					<left>1105</left>
					<top>50</top>
					<width>25</width>
					<height>330</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>50</onleft>
					<onright condition="Window.IsActive(TVTimers) | Window.IsActive(RadioTimers)">103</onright>
					<onright condition="Window.IsActive(TVTimerRules) | Window.IsActive(RadioTimerRules)">105</onright>
					<showonepage>false</showonepage>
					<orientation>vertical</orientation>
				</control>
				<control type="image">
					<description>separator image</description>
					<left>0</left>
					<top>390</top>
					<width>1100</width>
					<height>1</height>
					<colordiffuse>88FFFFFF</colordiffuse>
					<texture>separator2.png</texture>
				</control>
				<control type="group">
					<visible>!ListItem.HasEPG</visible>
					<left>0</left>
					<top>400</top>
					<control type="label">
						<left>0</left>
						<top>0</top>
						<width>1100</width>
						<height>20</height>
						<label>$LOCALIZE[19055]</label>
						<font>font13</font>
						<textcolor>white</textcolor>
						<align>center</align>
					</control>
				</control>
				<control type="group">
					<visible>ListItem.HasEPG</visible>
					<left>0</left>
					<top>400</top>
					<control type="image">
						<left>62</left>
						<top>6</top>
						<width>130</width>
						<height>130</height>
						<texture background="true">$INFO[ListItem.Icon]</texture>
						<aspectratio align="center" aligny="center">keep</aspectratio>
					</control>
					<control type="label">
						<left>280</left>
						<top>0</top>
						<width>800</width>
						<height>20</height>
						<label>[B]$INFO[ListItem.EpgEventTitle]$INFO[ListItem.EpisodeName, (,)][/B]</label>
						<font>font13</font>
						<textcolor>white</textcolor>
						<scroll>true</scroll>
					</control>
					<control type="label">
						<left>280</left>
						<top>25</top>
						<width>800</width>
						<height>20</height>
						<label>$INFO[ListItem.StartTime]$INFO[ListItem.EndTime, - ]$INFO[ListItem.Season, • $LOCALIZE[20373] ]$INFO[ListItem.Episode, • $LOCALIZE[20359] ]$INFO[ListItem.Genre, • ]</label>
						<font>font12</font>
						<textcolor>grey</textcolor>
					</control>
					<control type="textbox">
						<description>Plot value</description>
						<left>280</left>
						<top>57</top>
						<width>800</width>
						<height>63</height>
						<font>font12</font>
						<align>justify</align>
						<textcolor>grey</textcolor>
						<autoscroll delay="10000" time="3000" repeat="6000">true</autoscroll>
						<label>$INFO[ListItem.Plot]</label>
					</control>
				</control>
				<control type="image">
					<description>separator image</description>
					<left>0</left>
					<top>540</top>
					<width>1100</width>
					<height>1</height>
					<colordiffuse>88FFFFFF</colordiffuse>
					<texture>separator2.png</texture>
				</control>
				<control type="label">
					<description>Next timer date</description>
					<left>55</left>
					<top>545</top>
					<width>1010</width>
					<height>30</height>
					<font>font13</font>
					<align>center</align>
					<aligny>center</aligny>
					<scroll>true</scroll>
					<textcolor>white</textcolor>
					<label>$INFO[PVR.NextTimer]</label>
					<visible>PVR.HasTimer</visible>
				</control>
			</control>
			<control type="label">
				<depth>DepthFooter</depth>
				<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
				<description>Page Count Label for Timer Rules</description>
				<right>40</right>
				<top>53r</top>
				<width>500</width>
				<height>20</height>
				<font>font12</font>
				<textcolor>grey</textcolor>
				<scroll>false</scroll>
				<align>right</align>
				<aligny>center</aligny>
				<label>([COLOR=blue]$INFO[Container(50).NumItems][/COLOR]) $LOCALIZE[19138] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages][/COLOR])</label>
				<visible>Window.IsActive(TVTimerRules) | Window.IsActive(RadioTimerRules)</visible>
				<include>Window_OpenClose_Animation</include>
			</control>
			<control type="label">
				<depth>DepthFooter</depth>
				<animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
				<description>Page Count Label for Timers</description>
				<right>40</right>
				<top>53r</top>
				<width>500</width>
				<height>20</height>
				<font>font12</font>
				<textcolor>grey</textcolor>
				<scroll>false</scroll>
				<align>right</align>
				<aligny>center</aligny>
				<label>([COLOR=blue]$INFO[Container(50).NumItems][/COLOR]) $LOCALIZE[19040] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages][/COLOR])</label>
				<visible>Window.IsActive(TVTimers) | Window.IsActive(RadioTimers)</visible>
				<include>Window_OpenClose_Animation</include>
			</control>
		</control>
		<control type="group">
			<depth>DepthFooter</depth>
			<include>CommonNowPlaying</include>
		</control>
		<include>BehindDialogFadeOut</include>
		<include>ScrollOffsetLabel</include>
		<control type="image">
			<left>0</left>
			<top>0</top>
			<width>1280</width>
			<height>720</height>
			<texture>black-back.png</texture>
			<animation effect="fade" time="300">Visible</animation>
			<animation effect="fade" time="150">Hidden</animation>
			<visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
		</control>
		<include>PVRSideBlade</include>
	</controls>
</window>