﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
  <controls>

<!--

    <control>
      <type>image</type>
      <id>0</id>
      <posX>0</posX>
      <posY>1012</posY>
      <width>1920</width>
      <height>70</height>
      <texture>imagestreamtitle.png</texture>
      <visible>yes</visible>
      <animation effect="fade" time="150">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
    </control>

-->




    <!-- Facade Item Counts -->



    <control>
      <description>Item Count Background</description>
      <type>image</type>
      <id>0</id>
      <posX>1567</posX>
      <posY>19</posY>
      <width>333</width>
      <height>42</height>
      <texture>mediacountbg.png</texture>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
      <animation effect="slide" time="150" start="1200,0">WindowOpen</animation>
      <animation effect="slide" time="250" end="1200,0">WindowClose</animation>
      <visible>control.isvisible(50)</visible>
    </control>
    <control>
      <description>Item Count Label</description>
      <type>label</type>
      <label>507</label>
      <id>0</id>
      <width>202</width>
      <posX>1585</posX>
      <posY>25</posY>
      <align>left</align>
      <font>mediastream10tc</font>
      <textcolor>ff909090</textcolor>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
      <animation effect="slide" time="150" start="1200,0">WindowOpen</animation>
      <animation effect="slide" time="250" end="1200,0">WindowClose</animation>
      <visible>control.isvisible(50)</visible>
    </control>
    <control>
      <description>Item Count</description>
      <type>label</type>
      <label>#itemcount</label>
      <id>0</id>
      <posX>1855</posX>
      <posY>22</posY>
      <font>mediastream11c</font>
      <textcolor>ff006698</textcolor>
      <align>right</align>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
      <animation effect="slide" time="150" start="1200,0">WindowOpen</animation>
      <animation effect="slide" time="250" end="1200,0">WindowClose</animation>
      <visible>control.isvisible(50)</visible>
    </control>


















<!-- Bottom Bar Label -->

    <control>
      <description>Selected item Label (Genre)</description>
      <type>fadelabel</type>
      <id>1</id>
      <posX>0</posX>
      <posY>1045</posY>
      <width>1920</width>
      <font>mediastream16tc</font>
      <visible>yes</visible>
      <align>center</align>
      <label>#itemtype</label>
      <visible>string.equals(#itemtype,Genre)</visible>
      <animation effect="fade" time="150">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
    </control>

    <control>
      <description>Selected item Label (Alben)</description>
      <type>fadelabel</type>
      <id>1</id>
      <posX>0</posX>
      <posY>1045</posY>
      <width>1920</width>
      <font>mediastream16tc</font>
      <visible>yes</visible>
      <align>center</align>
      <label>#music.albumArtist - #music.album</label>
      <visible>string.equals(#itemtype,Alben)+!string.equals(#music.albumArtist,)+!string.equals(#music.album,)</visible>
      <animation effect="fade" time="150">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
    </control>

    <control>
      <description>Selected item Label (Interpret)</description>
      <type>fadelabel</type>
      <id>1</id>
      <posX>0</posX>
      <posY>1045</posY>
      <width>1920</width>
      <font>mediastream16tc</font>
      <visible>yes</visible>
      <align>center</align>
      <label>#music.albumArtist</label>
      <visible>string.equals(#itemtype,Album Interpret)+!string.equals(#music.albumArtist,)</visible>
      <animation effect="fade" time="150">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
    </control>

    <control>
      <description>Selected item Label (Alle Titel)</description>
      <type>fadelabel</type>
      <id>1</id>
      <posX>0</posX>
      <posY>1045</posY>
      <width>1920</width>
      <font>mediastream16tc</font>
      <visible>yes</visible>
      <align>center</align>
      <label>#music.albumArtist - #music.title</label>
      <visible>string.equals(#itemtype,Alle Titel)+!string.equals(#music.albumArtist,)+!string.equals(#music.title,)</visible>
      <animation effect="fade" time="150">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
    </control>







    <control>
      <description>Selected item Label (Kontrolle)</description>
      <type>fadelabel</type>
      <id>1</id>
      <posX>0</posX>
      <posY>250</posY>
      <width>1920</width>
      <font>mediastream16tc</font>
      <visible>yes</visible>
      <align>center</align>
      <label>A#itemtype B#selecteditem C#music.genre</label>
      <visible>no</visible>
      <animation effect="fade" time="150">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
    </control>





















    <control>
      <description>group element</description>
      <type>group</type>
      <animation effect="fade" time="250">WindowOpen</animation>
      <animation effect="fade" time="250">WindowClose</animation>
      <animation effect="slide" time="150" start="1800,0">WindowOpen</animation>
      <animation effect="slide" time="250" end="1800,0">WindowClose</animation>

      <control>
        <description>composite control consisting of a list control and a thumbnail panel</description>
        <type>facadeview</type>
        <id>50</id>
        <control>
          <description>listcontrol</description>
          <type>listcontrol</type>
          <id>50</id>
          <posX>930</posX>
          <posY>360</posY>
          <height>720</height>
          <width>990</width>
          <onleft>2</onleft>
          <onright>2</onright>
          <scrollOffset>5</scrollOffset>
          <explicitlyEnableScrollLabel>yes</explicitlyEnableScrollLabel>
          <PinIconWidth>22</PinIconWidth>
          <PinIconHeight>22</PinIconHeight>
          <PinIconXOff>85</PinIconXOff>
          <PinIconYOff>19</PinIconYOff>
          <itemWidth>48</itemWidth>
          <itemHeight>48</itemHeight>
          <!--<textureHeight>75</textureHeight>-->
          <IconXOff>18</IconXOff>
          <IconYOff>6</IconYOff>
          <textXOff>37</textXOff>
          <textYOff>7</textYOff>
          <textXOff2>0</textXOff2>
          <textYOff2>7</textYOff2>
          <font2>mediastream10</font2>
          <keepaspectratio>no</keepaspectratio>
          <!--<unfocusedAlpha>200</unfocusedAlpha>-->
          <spinPosX>-200</spinPosX>
          <spinPosY>-200</spinPosY>
          <spinAlign>Right</spinAlign>
          <spinColor>ff006698</spinColor>
          <textureUp>arrow_round_up_nofocus.png</textureUp>
          <textureDown>arrow_round_down_nofocus.png</textureDown>
          <textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
          <textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
          <spinWidth>75</spinWidth>
          <spinHeight>55</spinHeight>
          <suffix>|</suffix>
        </control>

        <control>
          <description>album view listcontrol</description>
          <type>listcontrol</type>
          <subtype>album</subtype>
          <id>50</id>
          <posX>930</posX>
          <posY>375</posY>
          <height>675</height>
          <width>930</width>
          <onleft>2</onleft>
          <onright>2</onright>
          <textXOff>45</textXOff>
          <textXOff2>975</textXOff2>
          <textXOff3>237</textXOff3>
          <textYOff2>55</textYOff2>
          <textYOff3>55</textYOff3>
          <explicitlyEnableScrollLabel>yes</explicitlyEnableScrollLabel>
          <font>mediastream12c</font>
          <font2>mediastream11c</font2>
          <font3>mediastream11c</font3>
          <itemWidth>90</itemWidth>
          <itemHeight>90</itemHeight>
          <IconXOff>7</IconXOff>
          <IconYOff>3</IconYOff>
          <PinIconWidth>30</PinIconWidth>
          <PinIconHeight>30</PinIconHeight>
          <PinIconXOff>108</PinIconXOff>
          <PinIconYOff>33</PinIconYOff>
          <spaceBetweenItems>0</spaceBetweenItems>
          <!--<unfocusedAlpha>200</unfocusedAlpha>-->
          <keepaspectratio>yes</keepaspectratio>
          <textureHeight>96</textureHeight>
          <scrollOffset>1</scrollOffset>
          <spinPosX>-200</spinPosX>
          <spinPosY>-200</spinPosY>
          <spinAlign>Right</spinAlign>
          <spinColor>ff006698</spinColor>
          <textureUp>arrow_round_up_nofocus.png</textureUp>
          <textureDown>arrow_round_down_nofocus.png</textureDown>
          <textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
          <textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
          <spinWidth>75</spinWidth>
          <spinHeight>55</spinHeight>
        </control>



        <control>
          <description>Thumbnail Panel</description>
          <type>thumbnailpanel</type>
          <id>50</id>
          <onleft>2</onleft>
          <onright>2</onright>
          <textureUp>-</textureUp>
          <textureDown>-</textureDown>
          <posX>60</posX>
          <posY>105</posY>
          <width>1830</width>
          <height>1000</height>
          <showFrame>true</showFrame>
          <frameNoFocus>f1.png</frameNoFocus>
          <frameFocus>f3.png</frameFocus>
          <unfocusedAlpha>ff</unfocusedAlpha>
          <itemWidth>150</itemWidth>
          <itemHeight>170</itemHeight>
          <textureWidth>120</textureWidth>
          <textureHeight>120</textureHeight>
          <thumbWidth>120</thumbWidth>
          <thumbHeight>120</thumbHeight>
          <thumbPosX>0</thumbPosX>
          <thumbPosY>0</thumbPosY>
          <font>mediastream10tc</font>
          <font2>mediastream9c</font2>
          <selectedColor>ffffffff</selectedColor>
          <label>aaa#selecteditem2</label>
          <label2>bbb#selecteditem</label2>
          <textColor>FFFFFFFF</textColor>
          <suffix>|</suffix>
          <textureWidthBig>215</textureWidthBig>
          <textureHeightBig>215</textureHeightBig>
          <itemWidthBig>225</itemWidthBig>
          <itemHeightBig>275</itemHeightBig>
          <thumbWidthBig>215</thumbWidthBig>
          <thumbHeightBig>215</thumbHeightBig>
          <thumbPosXBig>0</thumbPosXBig>
          <thumbPosYBig>0</thumbPosYBig>
          <thumbZoom>no</thumbZoom>
          <enableFocusZoom>no</enableFocusZoom>
          <keepaspectratio>no</keepaspectratio>
          <textXOff>0</textXOff>
          <textYOff>0</textYOff>
          <spinPosX>-200</spinPosX>
          <spinPosY>-200</spinPosY>
          <spinAlign>Right</spinAlign>
          <spinColor>ff006698</spinColor>
          <textureUp>arrow_round_up_nofocus.png</textureUp>
          <textureDown>arrow_round_down_nofocus.png</textureDown>
          <textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
          <textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
          <spinWidth>75</spinWidth>
          <spinHeight>55</spinHeight>
          <renderFocusText>yes</renderFocusText>
          <renderUnfocusText>yes</renderUnfocusText>
          <renderUnfocusText2>yes</renderUnfocusText2>
        </control>







        <control>
          <description>Filmstrip view</description>
          <type>filmstrip</type>
          <dimColor>90ffffff</dimColor>
          <id>50</id>
          <posX>150</posX>
          <posY>450</posY>
          <onup>2</onup>
          <ondown>2</ondown>
          <scrollOffset>2</scrollOffset>
          <width>1770</width>
          <height>864</height>
          <thumbWidth>300</thumbWidth>
          <thumbHeight>300</thumbHeight>
          <thumbPosX>6</thumbPosX>
          <thumbPosY>6</thumbPosY>
          <itemWidth>330</itemWidth>
          <itemHeight>277</itemHeight>
          <textureWidth>375</textureWidth>
          <textureHeight>228</textureHeight>
          <thumbs flipY="true" diffuse="Thumb_Mask.png">
          </thumbs>
          <showFrame>yes</showFrame>
          <showFolder>yes</showFolder>
          <showBackGround>no</showBackGround>
          <showInfoImage>no</showInfoImage>
          <spinPosX>-200</spinPosX>
          <spinPosY>-200</spinPosY>
          <spinAlign>center</spinAlign>
          <spinColor>ff006698</spinColor>
          <spinWidth>75</spinWidth>
          <spinHeight>55</spinHeight>
          <textureUp>arrow_round_right_nofocus.png</textureUp>
          <textureDown>arrow_round_left_nofocus.png</textureDown>
          <textureUpFocus>arrow_round_right_focus.png</textureUpFocus>
          <textureDownFocus>arrow_round_left_focus.png</textureDownFocus>
          <thumbAnimation effect="zoom" start="100,100" end="180,180" time="700" tween="circle" ease="inout">focus</thumbAnimation>
          <thumbAnimation effect="zoom" start="170,170" end="100,100" time="900" tween="back" ease="inout">unfocus</thumbAnimation>
        </control>

        <control>
          <description>Cover Flow view</description>
          <type>coverflow</type>
          <colordiffuse>90ffffff</colordiffuse>
          <dimColor>90ffffff</dimColor>
          <id>50</id>
          <posX>0</posX>
          <posY>450</posY>
          <width>1920</width>
          <height>1080</height>
          <onup>2</onup>
          <onright>50</onright>
          <selectedCard>0</selectedCard>
          <cardWidth>555</cardWidth>
          <cardHeight>555</cardHeight>
          <angle>45</angle>
          <sideShift>600</sideShift>
          <sideGap>525</sideGap>
          <sideDepth>525</sideDepth>
          <offsetY>0</offsetY>
          <selectedOffsetY>0</selectedOffsetY>
          <speed>4</speed>
          <!-- Background -->
          <backgroundHeight>510</backgroundHeight>
          <backgroundWidth>1920</backgroundWidth>
          <backgroundX>0</backgroundX>
          <backgroundY>705</backgroundY>
          <backgroundDiffuse>FF000000</backgroundDiffuse>
          <background>filmstrip_overlay.png</background>
          <showBackground>yes</showBackground>
          <!-- Foreground -->
          <foregroundHeight>757</foregroundHeight>
          <foregroundWidth>1920</foregroundWidth>
          <foregroundX>0</foregroundX>
          <foregroundY>322</foregroundY>
          <foregroundDiffuse>FF000000</foregroundDiffuse>
          <foreground>coverflow_overlay.png</foreground>
          <showForeground>no</showForeground>
          <!-- Frame -->
          <showFrame>no</showFrame>
          <frame>-</frame>
          <frameFocus>-</frameFocus>
          <frameWidth>525</frameWidth>
          <frameHeight>525</frameHeight>
          <spinSpeed>8</spinSpeed>
          <unfocusedAlpha>ff</unfocusedAlpha>
          <folderPrefix>[</folderPrefix>
          <folderSuffix>]</folderSuffix>
          <font1>mediastream14tc</font1>
          <font2>mediastream10c</font2>
          <label1>#selecteditem</label1>
          <label2>#selecteditem2</label2>
          <textColor>FFFFFFFF</textColor>
          <remoteColor>FFFF0000</remoteColor>
          <playedColor>FFA0D0FF</playedColor>
          <downloadColor>FF00FF00</downloadColor>
          <selectedColor>FFFFFFFF</selectedColor>
          <shadowAngle>45</shadowAngle>
          <shadowDistance>1</shadowDistance>
          <shadowColor>FF000000</shadowColor>
          <label1YOff>660</label1YOff>
          <label2YOff>555</label2YOff>
          <pageSize>5</pageSize>
          <scrollbarBackground>bar_hor.png</scrollbarBackground>
          <scrollbarLeft>mouse_left_horizontal.png</scrollbarLeft>
          <scrollbarRight>mouse_right_horizontal.png</scrollbarRight>
          <scrollbarYOff>607</scrollbarYOff>
          <showScrollbar>no</showScrollbar>
          <cards flipY="no" diffuse="Thumb_Mask.png" mask="video_poster_mask.png" />
        </control>

        <control>
          <description>playlist listcontrol</description>
          <type>playlistcontrol</type>
          <id>50</id>
          <onleft>2</onleft>
          <onright>2</onright>
          <posX>1050</posX>
          <posY>360</posY>
          <height>720</height>
          <width>870</width>
          <spinPosX>-200</spinPosX>
          <spinPosY>-200</spinPosY>
          <spinAlign>Right</spinAlign>
          <spinColor>ff006698</spinColor>
          <textureUp>arrow_round_up_nofocus.png</textureUp>
          <textureDown>arrow_round_down_nofocus.png</textureDown>
          <textureUpFocus>arrow_round_up_focus.png</textureUpFocus>
          <textureDownFocus>arrow_round_down_focus.png</textureDownFocus>
          <spinWidth>75</spinWidth>
          <spinHeight>55</spinHeight>
        </control>
      </control>
    </control>
  </controls>
</window>
<!--Checksum:d968b9292e10e17a9e238df8a0b2567a-->