<?xml version="1.0" encoding="UTF-8"?>
<window>
	<defaultcontrol>20</defaultcontrol>
	<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="slide" start="0,10" end="0,0" time="150" condition="Window.Previous(Home)">WindowOpen</animation>
			<animation effect="slide" start="0,0" end="0,10" time="150" condition="Window.Next(Home)">WindowClose</animation>
		</control>
		<control type="group">
			<left>30</left>
			<top>40</top>
			<animation type="WindowOpen" reversible="false">
				<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
				<effect type="fade" start="0" end="100" time="225" />
			</animation>
			<animation type="WindowClose" reversible="false">
				<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
				<effect type="fade" start="100" end="0" time="225" />
			</animation>
			<control type="image">
				<left>0</left>
				<top>0</top>
				<width>610</width>
				<height>620</height>
				<texture border="20">ContentPanel.png</texture>
			</control>
			<control type="image">
				<left>0</left>
				<top>612</top>
				<width>610</width>
				<height>64</height>
				<texture border="10">ContentPanelMirror.png</texture>
			</control>
			<control type="image">
				<left>510</left>
				<top>20</top>
				<width>80</width>
				<height>80</height>
				<aspectratio>keep</aspectratio>
				<info>Container(20).ListItem.Icon</info>
				<bordertexture border="5">button-nofocus.png</bordertexture>
				<bordersize>3</bordersize>
			</control>
			<control type="label">
				<description>header label</description>
				<left>30</left>
				<top>30</top>
				<width>470</width>
				<height>30</height>
				<font>font35_title</font>
				<label>A</label>
				<align>left</align>
				<aligny>center</aligny>
				<textcolor>blue</textcolor>
				<shadowcolor>black</shadowcolor>
			</control>
			<control type="label" id="101">
				<description>current directory text label</description>
				<left>30</left>
				<top>70</top>
				<width>470</width>
				<height>30</height>
				<font>font12_title</font>
				<textcolor>selected</textcolor>
				<shadowcolor>black</shadowcolor>
				<scroll>true</scroll>
				<align>left</align>
				<aligny>center</aligny>
			</control>
			<control type="scrollbar" id="30">
				<left>10</left>
				<top>110</top>
				<width>25</width>
				<height>490</height>
				<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
				<texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
				<texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
				<textureslidernib/>
				<textureslidernibfocus/>
				<onleft>31</onleft>
				<onright>20</onright>
				<ondown>20</ondown>
				<onup>20</onup>
				<showonepage>false</showonepage>
				<orientation>vertical</orientation>
			</control>
			<control type="list" id="20">
				<left>40</left>
				<top>110</top>
				<width>540</width>
				<height>491</height>
				<onleft>30</onleft>
				<onright>21</onright>
				<onup>20</onup>
				<ondown>20</ondown>
				<pagecontrol>30</pagecontrol>
				<scrolltime>200</scrolltime>
				<itemlayout height="40" width="540">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>540</width>
						<height>41</height>
						<texture border="0,2,0,2">MenuItemNF.png</texture>
					</control>
					<control type="label">
						<left>0</left>
						<top>0</top>
						<width>500</width>
						<height>40</height>
						<font>font13</font>
						<aligny>center</aligny>
						<selectedcolor>selected</selectedcolor>
						<textcolor>grey2</textcolor>
						<align>left</align>
						<info>ListItem.Label</info>
					</control>
					<control type="label">
						<left>330</left>
						<top>0</top>
						<width>200</width>
						<height>40</height>
						<font>font12</font>
						<aligny>center</aligny>
						<selectedcolor>selected</selectedcolor>
						<textcolor>grey</textcolor>
						<align>right</align>
						<info>ListItem.Label2</info>
					</control>
				</itemlayout>
				<focusedlayout height="40" width="540">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>540</width>
						<height>41</height>
						<visible>!Control.HasFocus(20)</visible>
						<texture border="0,2,0,2">MenuItemNF.png</texture>
					</control>
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>540</width>
						<height>41</height>
						<visible>Control.HasFocus(20)</visible>
						<texture border="0,2,0,2">MenuItemFO.png</texture>
					</control>
					<control type="image">
						<left>340</left>
						<top>5</top>
						<width>200</width>
						<height>31</height>
						<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
						<visible>Control.HasFocus(20) + !String.IsEmpty(ListItem.Label2)</visible>
					</control>
					<control type="label">
						<left>0</left>
						<top>0</top>
						<width>500</width>
						<height>40</height>
						<font>font13</font>
						<aligny>center</aligny>
						<selectedcolor>selected</selectedcolor>
						<textcolor>white</textcolor>
						<align>left</align>
						<info>ListItem.Label</info>
					</control>
					<control type="label">
						<left>330</left>
						<top>0</top>
						<width>200</width>
						<height>40</height>
						<font>font12</font>
						<aligny>center</aligny>
						<selectedcolor>selected</selectedcolor>
						<textcolor>grey</textcolor>
						<align>right</align>
						<info>ListItem.Label2</info>
					</control>
				</focusedlayout>
			</control>
		</control>
		<control type="group">
			<left>650</left>
			<top>40</top>
			<animation type="WindowOpen" reversible="false">
				<effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="225" />
				<effect type="fade" start="0" end="100" time="225" />
			</animation>
			<animation type="WindowClose" reversible="false">
				<effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="225" />
				<effect type="fade" start="100" end="0" time="225" />
			</animation>
			<control type="image">
				<left>0</left>
				<top>0</top>
				<width>610</width>
				<height>620</height>
				<texture border="20">ContentPanel.png</texture>
			</control>
			<control type="image">
				<left>0</left>
				<top>612</top>
				<width>610</width>
				<height>64</height>
				<texture border="10">ContentPanelMirror.png</texture>
			</control>
			<control type="image">
				<left>20</left>
				<top>20</top>
				<width>80</width>
				<height>80</height>
				<aspectratio>keep</aspectratio>
				<info>Container(21).ListItem.Icon</info>
				<bordertexture border="5">button-nofocus.png</bordertexture>
				<bordersize>3</bordersize>
			</control>
			<control type="label">
				<description>header label</description>
				<left>110</left>
				<top>30</top>
				<width>470</width>
				<height>30</height>
				<font>font35_title</font>
				<label>B</label>
				<align>right</align>
				<aligny>center</aligny>
				<textcolor>blue</textcolor>
				<shadowcolor>black</shadowcolor>
			</control>
			<control type="label" id="102">
				<description>current directory text label</description>
				<left>110</left>
				<top>70</top>
				<width>470</width>
				<height>30</height>
				<font>font12_title</font>
				<textcolor>selected</textcolor>
				<shadowcolor>black</shadowcolor>
				<scroll>true</scroll>
				<align>right</align>
				<aligny>center</aligny>
			</control>
			<control type="scrollbar" id="31">
				<left>575</left>
				<top>110</top>
				<width>25</width>
				<height>490</height>
				<texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
				<texturesliderbar border="2,16,2,16">ScrollBarV_bar.png</texturesliderbar>
				<texturesliderbarfocus border="2,16,2,16">ScrollBarV_bar_focus.png</texturesliderbarfocus>
				<textureslidernib/>
				<textureslidernibfocus/>
				<onleft>21</onleft>
				<onright>30</onright>
				<ondown>21</ondown>
				<onup>21</onup>
				<showonepage>false</showonepage>
				<orientation>vertical</orientation>
			</control>
			<control type="list" id="21">
				<left>30</left>
				<top>110</top>
				<width>540</width>
				<height>491</height>
				<onleft>20</onleft>
				<onright>31</onright>
				<onup>21</onup>
				<ondown>21</ondown>
				<pagecontrol>31</pagecontrol>
				<scrolltime>200</scrolltime>
				<itemlayout height="40">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>540</width>
						<height>41</height>
						<texture border="0,2,0,2">MenuItemNF.png</texture>
					</control>
					<control type="label">
						<left>0</left>
						<top>0</top>
						<width>500</width>
						<height>40</height>
						<font>font13</font>
						<aligny>center</aligny>
						<selectedcolor>selected</selectedcolor>
						<textcolor>grey2</textcolor>
						<align>left</align>
						<info>ListItem.Label</info>
					</control>
					<control type="label">
						<left>330</left>
						<top>0</top>
						<width>200</width>
						<height>40</height>
						<font>font12</font>
						<aligny>center</aligny>
						<selectedcolor>selected</selectedcolor>
						<textcolor>grey</textcolor>
						<align>right</align>
						<info>ListItem.Label2</info>
					</control>
				</itemlayout>
				<focusedlayout height="40">
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>540</width>
						<height>41</height>
						<visible>!Control.HasFocus(21)</visible>
						<texture border="0,2,0,2">MenuItemNF.png</texture>
					</control>
					<control type="image">
						<left>0</left>
						<top>0</top>
						<width>540</width>
						<height>41</height>
						<visible>Control.HasFocus(21)</visible>
						<texture border="0,2,0,2">MenuItemFO.png</texture>
					</control>
					<control type="image">
						<left>340</left>
						<top>5</top>
						<width>200</width>
						<height>31</height>
						<texture border="0,0,14,0">MediaItemDetailBG.png</texture>
						<visible>Control.HasFocus(21) + !String.IsEmpty(ListItem.Label2)</visible>
					</control>
					<control type="label">
						<left>0</left>
						<top>0</top>
						<width>500</width>
						<height>40</height>
						<font>font13</font>
						<aligny>center</aligny>
						<selectedcolor>selected</selectedcolor>
						<textcolor>white</textcolor>
						<align>left</align>
						<info>ListItem.Label</info>
					</control>
					<control type="label">
						<left>330</left>
						<top>0</top>
						<width>200</width>
						<height>40</height>
						<font>font12</font>
						<aligny>center</aligny>
						<selectedcolor>selected</selectedcolor>
						<textcolor>grey</textcolor>
						<align>right</align>
						<info>ListItem.Label2</info>
					</control>
				</focusedlayout>
			</control>
		</control>
		<control type="group">
			<depth>DepthFooter</depth>
			<control type="label">
				<description>number of files/pages in left list text label</description>
				<left>40</left>
				<top>53r</top>
				<width>570</width>
				<font>font12</font>
				<align>left</align>
				<scroll>true</scroll>
				<textcolor>grey</textcolor>
				<shadowcolor>black</shadowcolor>
				<label>([COLOR=blue]$INFO[Container(20).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(20).CurrentPage]/$INFO[Container(20).NumPages][/COLOR])</label>
			</control>
			<control type="label">
				<description>number of files/pages in left list text label</description>
				<right>40</right>
				<top>53r</top>
				<width>570</width>
				<font>font12</font>
				<align>right</align>
				<scroll>true</scroll>
				<textcolor>grey</textcolor>
				<shadowcolor>black</shadowcolor>
				<label>([COLOR=blue]$INFO[Container(21).NumItems][/COLOR]) $LOCALIZE[31025] - $LOCALIZE[31024] ([COLOR=blue]$INFO[Container(21).CurrentPage]/$INFO[Container(21).NumPages][/COLOR])</label>
			</control>
		</control>
		<control type="group" id="10">
			<left>595</left>
			<top>55r</top>
			<include>Window_OpenClose_Animation</include>
			<visible>system.getbool(input.enablemouse)</visible>
			<include>Window_OpenClose_Animation</include>
			<control type="button">
				<description>Back push button</description>
				<left>0</left>
				<top>0</top>
				<width>45</width>
				<height>45</height>
				<label>1036</label>
				<font/>
				<onclick>back</onclick>
				<texturefocus border="5">floor_buttonFO.png</texturefocus>
				<texturenofocus border="5">floor_button.png</texturenofocus>
				<onleft>50</onleft>
				<onright>50</onright>
				<onup>50</onup>
				<ondown>50</ondown>
			</control>
			<control type="image">
				<description>Back Icon</description>
				<left>5</left>
				<top>5</top>
				<width>35</width>
				<height>35</height>
				<aspectratio>keep</aspectratio>
				<texture>icon_back.png</texture>
			</control>
			<control type="button">
				<description>Home push button</description>
				<left>55</left>
				<top>0</top>
				<width>45</width>
				<height>45</height>
				<label>31003</label>
				<font/>
				<onclick>ActivateWindow(home)</onclick>
				<texturefocus border="5">floor_buttonFO.png</texturefocus>
				<texturenofocus border="5">floor_button.png</texturenofocus>
				<onleft>50</onleft>
				<onright>50</onright>
				<onup>50</onup>
				<ondown>50</ondown>
			</control>
			<control type="image">
				<description>Home Icon</description>
				<left>60</left>
				<top>5</top>
				<width>35</width>
				<height>35</height>
				<aspectratio>keep</aspectratio>
				<texture>icon_home.png</texture>
			</control>
		</control>
		<include content="CommonWindowHeader">
			<param name="Icon" value="icon_system" />
			<param name="Label" value="$LOCALIZE[7]" />
		</include>
	</controls>
</window>