<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window>
  <id>7973</id>
  <defaultcontrol>50</defaultcontrol>
  <allowoverlay>yes</allowoverlay>
  <define>#header.label:#Stocks.Action   #Stocks.ListItemName</define>
  <define>#header.hover:hover_stocks.png</define>
  <define>#itemcount:</define>
  <controls>
    <control>
      <description>background image</description>
      <type>image</type>
      <id>1</id>
      <width>1366</width>
      <height>768</height>
      <texture>stocks.jpg</texture>
      <colordiffuse>80ffffff</colordiffuse>
    </control>
    <import>common.window.xml</import>
    <import>common.time.xml</import>
    <!-- *** Button *** -->
    <control>
      <type>actiongroup</type>
      <description>action menu</description>
      <defaultcontrol>2</defaultcontrol>
      <onexit>50</onexit>
      <buttonX>0</buttonX>
      <buttonY>50</buttonY>
      <buttonwidth>100</buttonwidth>
      <buttonheight>700</buttonheight>
      <textureFocus>Action_focus.png</textureFocus>
      <textureNoFocus>Action_nofocus.png</textureNoFocus>
      <width>120</width>
      <height>568</height>
      <dimColor>00ffffff</dimColor>
      <control>
        <type>image</type>
        <posX>0</posX>
        <posY>145</posY>
        <width>335</width>
        <height>500</height>
        <texture>am-background.png</texture>
        <colordiffuse>ffffffff</colordiffuse>
        <visible>!Control.HasFocus(50)</visible>
        <animation effect="slide" time="100" start="-300,0" reversible="false">visible</animation>
        <animation effect="slide" time="100" end="-300,0" reversible="false">hidden</animation>
      </control>
      <control>
        <type>group</type>
        <description>group element</description>
        <animation effect="slide" time="100" start="-300,0" reversible="false">visible</animation>
        <animation effect="slide" time="100" end="-300,0" reversible="false">hidden</animation>
        <visible>!Control.HasFocus(50)</visible>
        <layout>StackLayout</layout>
        <posX>35</posX>
        <posY>160</posY>
        <control>
          <description>Switch</description>
          <type>button</type>
          <id>2</id>
          <label>Switch</label>
          <onup>5</onup>
          <ondown>3</ondown>
        </control>
        <control>
          <description>View</description>
          <type>button</type>
          <id>3</id>
          <label>View</label>
          <onup>2</onup>
          <ondown>4</ondown>
        </control>
        <control>
          <description>Portfolio Password</description>
          <type>button</type>
          <id>4</id>
          <label>Portfolio Password</label>
          <onup>3</onup>
          <ondown>5</ondown>
        </control>
        <control>
          <description>Refresh</description>
          <type>button</type>
          <id>5</id>
          <label>Refresh</label>
          <onup>4</onup>
          <ondown>2</ondown>
        </control>
      </control>
    </control>
    <!-- *** Background for lists *** -->
    <control>
      <type>image</type>
      <posX>50</posX>
      <posY>210</posY>
      <width>1350</width>
      <height>400</height>
      <texture>osd-background.png</texture>
      <colordiffuse>ffffffff</colordiffuse>
    </control>
    <!-- *** TopIndex 0 *** -->
    <control>
      <description>TopIndex Indicator 0</description>
      <type>image</type>
      <id>1</id>
      <posX>65</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopIndex0Indicator</texture>
      <visible>string.equals(#Stocks.Type,Index)</visible>
    </control>
    <control>
      <description>TopIndex Name 0</description>
      <type>label</type>
      <id>1</id>
      <posX>120</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopIndex0Name</label>
      <visible>string.equals(#Stocks.Type,Index)</visible>
      <font>Label</font>
    </control>
    <control>
      <description>TopIndex Last 0</description>
      <type>label</type>
      <id>1</id>
      <posX>120</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopIndex0Last</label>
      <visible>string.equals(#Stocks.Type,Index)</visible>
      <font>font16B</font>
    </control>
    <!-- *** TopIndex 1 *** -->
    <control>
      <description>TopIndex Indicator 1</description>
      <type>image</type>
      <id>1</id>
      <posX>515</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopIndex1Indicator</texture>
      <visible>string.equals(#Stocks.Type,Index)</visible>
    </control>
    <control>
      <description>TopIndex Name 1</description>
      <type>label</type>
      <id>1</id>
      <posX>570</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopIndex1Name</label>
      <visible>string.equals(#Stocks.Type,Index)</visible>
      <font>Label</font>
    </control>
    <control>
      <description>TopIndex Last 1</description>
      <type>label</type>
      <id>1</id>
      <posX>570</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopIndex1Last</label>
      <visible>string.equals(#Stocks.Type,Index)</visible>
      <font>font16B</font>
    </control>
    <!-- *** TopIndex 2 *** -->
    <control>
      <description>TopIndex Indicator 2</description>
      <type>image</type>
      <id>1</id>
      <posX>965</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopIndex2Indicator</texture>
      <visible>string.equals(#Stocks.Type,Index)</visible>
    </control>
    <control>
      <description>TopIndex Name 2</description>
      <type>label</type>
      <id>1</id>
      <posX>1020</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopIndex2Name</label>
      <visible>string.equals(#Stocks.Type,Index)</visible>
      <font>Label</font>
    </control>
    <control>
      <description>TopIndex Last 2</description>
      <type>label</type>
      <id>1</id>
      <posX>1020</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopIndex2Last</label>
      <visible>string.equals(#Stocks.Type,Index)</visible>
      <font>font16B</font>
    </control>
    <!-- *** Index Item List *** -->
    <control Style="NoShadow">
      <description>listcontrol</description>
      <type>listcontrol</type>
      <id>50</id>
      <posX>60</posX>
      <posY>225</posY>
      <width>1250</width>
      <height>435</height>
      <onleft>2</onleft>
      <font>font12</font>
      <scrollbarHeight>400</scrollbarHeight>
      <scrollbarbg>bar_vert.png</scrollbarbg>
      <scrollbartop>mouse_left_horizontal.png</scrollbartop>
      <scrollbarbottom>mouse_right_horizontal.png</scrollbarbottom>
      <scrollbarXOff>15</scrollbarXOff>
      <scrollbarYOff>0</scrollbarYOff>
      <showScrollbar>yes</showScrollbar>
      <scrollbarwidth>20</scrollbarwidth>
      <spinPosX>2800</spinPosX>
      <spinPosY>570</spinPosY>
    </control>
    <!-- *** Index Item Chart 1 *** -->
    <control>
      <description>Index Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>60</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)+control.hasthumb(55)</visible>
    </control>
    <control>
      <description>Index Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>140</posX>
      <posY>530</posY>
      <label>#Stocks.Index0Name (#Stocks.Index0ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)+control.hasthumb(55)</visible>
    </control>
    <control>
      <description>Index Item Chart</description>
      <type>image</type>
      <id>55</id>
      <posX>65</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Index0Chart</texture>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Index Item Chart 2 *** -->
    <control>
      <description>Index Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>380</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)+control.hasthumb(56)</visible>
    </control>
    <control>
      <description>Index Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>460</posX>
      <posY>530</posY>
      <label>#Stocks.Index1Name (#Stocks.Index1ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)+control.hasthumb(56)</visible>
    </control>
    <control>
      <description>Index Item Chart</description>
      <type>image</type>
      <id>56</id>
      <posX>385</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Index1Chart</texture>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Index Item Chart 3 *** -->
    <control>
      <description>Index Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>700</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)+control.hasthumb(57)</visible>
    </control>
    <control>
      <description>Index Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>780</posX>
      <posY>530</posY>
      <label>#Stocks.Index2Name (#Stocks.Index2ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)+control.hasthumb(57)</visible>
    </control>
    <control>
      <description>Index Item Chart</description>
      <type>image</type>
      <id>57</id>
      <posX>705</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Index2Chart</texture>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Index Item Chart 4 *** -->
    <control>
      <description>Index Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>1020</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)+control.hasthumb(58)</visible>
    </control>
    <control>
      <description>Index Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>1100</posX>
      <posY>530</posY>
      <label>#Stocks.Index3Name (#Stocks.Index3ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)+control.hasthumb(58)</visible>
    </control>
    <control>
      <description>Index Item Chart</description>
      <type>image</type>
      <id>58</id>
      <posX>1025</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Index3Chart</texture>
      <visible>string.equals(#Stocks.Type,Index)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** TopStock 0 *** -->
    <control>
      <description>TopStock Indicator 0</description>
      <type>image</type>
      <id>1</id>
      <posX>65</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopStock0Indicator</texture>
    </control>
    <control>
      <description>TopStock Name 0</description>
      <type>label</type>
      <id>1</id>
      <posX>120</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopStock0Name</label>
      <font>Label</font>
    </control>
    <control>
      <description>TopStock Last 0</description>
      <type>label</type>
      <id>1</id>
      <posX>120</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopStock0Last</label>
      <font>font16B</font>
    </control>
    <!-- *** TopStock 1 *** -->
    <control>
      <description>TopStock Indicator 1</description>
      <type>image</type>
      <id>1</id>
      <posX>515</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopStock1Indicator</texture>
    </control>
    <control>
      <description>TopStock Name 1</description>
      <type>label</type>
      <id>1</id>
      <posX>570</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopStock1Name</label>
      <font>Label</font>
    </control>
    <control>
      <description>TopStock Last 1</description>
      <type>label</type>
      <id>1</id>
      <posX>570</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopStock1Last</label>
      <font>font16B</font>
    </control>
    <!-- *** TopStock 2 *** -->
    <control>
      <description>TopStock Indicator 2</description>
      <type>image</type>
      <id>1</id>
      <posX>965</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopStock2Indicator</texture>
    </control>
    <control>
      <description>TopStock Name 2</description>
      <type>label</type>
      <id>1</id>
      <posX>1020</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopStock2Name</label>
      <font>Label</font>
    </control>
    <control>
      <description>TopStock Last 2</description>
      <type>label</type>
      <id>1</id>
      <posX>1020</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopStock2Last</label>
      <font>font16B</font>
    </control>
    <!-- *** Stock Item List *** -->
    <control Style="NoShadow">
      <description>listcontrol</description>
      <type>listcontrol</type>
      <id>60</id>
      <posX>60</posX>
      <posY>225</posY>
      <width>1250</width>
      <height>435</height>
      <onleft>2</onleft>
      <font>font12</font>
      <scrollbarHeight>400</scrollbarHeight>
      <scrollbarbg>bar_vert.png</scrollbarbg>
      <scrollbartop>mouse_left_horizontal.png</scrollbartop>
      <scrollbarbottom>mouse_right_horizontal.png</scrollbarbottom>
      <scrollbarXOff>15</scrollbarXOff>
      <scrollbarYOff>0</scrollbarYOff>
      <showScrollbar>yes</showScrollbar>
      <scrollbarwidth>20</scrollbarwidth>
      <spinPosX>2800</spinPosX>
      <spinPosY>570</spinPosY>
    </control>
    <!-- *** Stock Item Chart 1 *** -->
    <control>
      <description>Stock Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>60</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)+control.hasthumb(65)</visible>
    </control>
    <control>
      <description>Stock Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>140</posX>
      <posY>530</posY>
      <label>#Stocks.Stock0Name (#Stocks.Stock0ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)+control.hasthumb(65)</visible>
    </control>
    <control>
      <description>Stock Item Chart</description>
      <type>image</type>
      <id>65</id>
      <posX>65</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Stock0Chart</texture>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Stock Item Chart 2 *** -->
    <control>
      <description>Stock Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>380</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)+control.hasthumb(66)</visible>
    </control>
    <control>
      <description>Stock Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>460</posX>
      <posY>530</posY>
      <label>#Stocks.Stock1Name (#Stocks.Stock1ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)+control.hasthumb(66)</visible>
    </control>
    <control>
      <description>Stock Item Chart</description>
      <type>image</type>
      <id>66</id>
      <posX>385</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Stock1Chart</texture>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Stock Item Chart 3 *** -->
    <control>
      <description>Stock Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>700</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)+control.hasthumb(67)</visible>
    </control>
    <control>
      <description>Stock Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>780</posX>
      <posY>530</posY>
      <label>#Stocks.Stock2Name (#Stocks.Stock2ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)+control.hasthumb(67)</visible>
    </control>
    <control>
      <description>Stock Item Chart</description>
      <type>image</type>
      <id>67</id>
      <posX>705</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Stock2Chart</texture>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Stock Item Chart 4 *** -->
    <control>
      <description>Stock Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>1020</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)+control.hasthumb(68)</visible>
    </control>
    <control>
      <description>Stock Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>1100</posX>
      <posY>530</posY>
      <label>#Stocks.Stock3Name (#Stocks.Stock3ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)+control.hasthumb(68)</visible>
    </control>
    <control>
      <description>Stock Item Chart</description>
      <type>image</type>
      <id>68</id>
      <posX>1025</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Stock3Chart</texture>
      <visible>string.equals(#Stocks.Type,Stock)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** TopFund 0 *** -->
    <control>
      <description>TopFund Indicator 0</description>
      <type>image</type>
      <id>1</id>
      <posX>65</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopFund0Indicator</texture>
    </control>
    <control>
      <description>TopFund Name 0</description>
      <type>label</type>
      <id>1</id>
      <posX>120</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopFund0Name</label>
      <font>Label</font>
    </control>
    <control>
      <description>TopFund Last 0</description>
      <type>label</type>
      <id>1</id>
      <posX>120</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopFund0Last</label>
      <font>font16B</font>
    </control>
    <!-- *** TopFund 1 *** -->
    <control>
      <description>TopFund Indicator 1</description>
      <type>image</type>
      <id>1</id>
      <posX>515</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopFund1Indicator</texture>
    </control>
    <control>
      <description>TopFund Name 1</description>
      <type>label</type>
      <id>1</id>
      <posX>570</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopFund1Name</label>
      <font>Label</font>
    </control>
    <control>
      <description>TopFund Last 1</description>
      <type>label</type>
      <id>1</id>
      <posX>570</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopFund1Last</label>
      <font>font16B</font>
    </control>
    <!-- *** TopFund 2 *** -->
    <control>
      <description>TopFund Indicator 2</description>
      <type>image</type>
      <id>1</id>
      <posX>965</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopFund2Indicator</texture>
    </control>
    <control>
      <description>TopFund Name 2</description>
      <type>label</type>
      <id>1</id>
      <posX>1020</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopFund2Name</label>
      <font>Label</font>
    </control>
    <control>
      <description>TopFund Last 2</description>
      <type>label</type>
      <id>1</id>
      <posX>1020</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopFund2Last</label>
      <font>font16B</font>
    </control>
    <!-- *** Fund Item List *** -->
    <control Style="NoShadow">
      <description>listcontrol</description>
      <type>listcontrol</type>
      <id>70</id>
      <posX>60</posX>
      <posY>225</posY>
      <width>1250</width>
      <height>435</height>
      <onleft>2</onleft>
      <font>font12</font>
      <scrollbarHeight>400</scrollbarHeight>
      <scrollbarbg>bar_vert.png</scrollbarbg>
      <scrollbartop>mouse_left_horizontal.png</scrollbartop>
      <scrollbarbottom>mouse_right_horizontal.png</scrollbarbottom>
      <scrollbarXOff>15</scrollbarXOff>
      <scrollbarYOff>0</scrollbarYOff>
      <showScrollbar>yes</showScrollbar>
      <scrollbarwidth>20</scrollbarwidth>
      <spinPosX>2800</spinPosX>
      <spinPosY>570</spinPosY>
    </control>
    <!-- *** TopPortfolio 0 *** -->
    <control>
      <description>TopPortfolio Indicator 0</description>
      <type>image</type>
      <id>1</id>
      <posX>65</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopPortfolio0Indicator</texture>
    </control>
    <control>
      <description>TopPortfolio Name 0</description>
      <type>label</type>
      <id>1</id>
      <posX>120</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopPortfolio0Name</label>
      <font>Label</font>
    </control>
    <control>
      <description>TopPortfolio Last 0</description>
      <type>label</type>
      <id>1</id>
      <posX>120</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopPortfolio0Last</label>
      <font>font16B</font>
    </control>
    <!-- *** TopPortfolio 1 *** -->
    <control>
      <description>TopPortfolio Indicator 1</description>
      <type>image</type>
      <id>1</id>
      <posX>515</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopPortfolio1Indicator</texture>
    </control>
    <control>
      <description>TopPortfolio Name 1</description>
      <type>label</type>
      <id>1</id>
      <posX>570</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopPortfolio1Name</label>
      <font>Label</font>
    </control>
    <control>
      <description>TopPortfolio Last 1</description>
      <type>label</type>
      <id>1</id>
      <posX>570</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopPortfolio1Last</label>
      <font>font16B</font>
    </control>
    <!-- *** TopPortfolio 2 *** -->
    <control>
      <description>TopPortfolio Indicator 2</description>
      <type>image</type>
      <id>1</id>
      <posX>965</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopPortfolio2Indicator</texture>
    </control>
    <control>
      <description>TopPortfolio Name 2</description>
      <type>label</type>
      <id>1</id>
      <posX>1020</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopPortfolio2Name</label>
      <font>Label</font>
    </control>
    <control>
      <description>TopPortfolio Last 2</description>
      <type>label</type>
      <id>1</id>
      <posX>1020</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopPortfolio2Last</label>
      <font>font16B</font>
    </control>
    <!-- *** Portfolio Item List *** -->
    <control Style="NoShadow">
      <description>listcontrol</description>
      <type>listcontrol</type>
      <id>80</id>
      <posX>60</posX>
      <posY>225</posY>
      <width>1250</width>
      <height>435</height>
      <onleft>2</onleft>
      <font>font12</font>
      <scrollbarHeight>400</scrollbarHeight>
      <scrollbarbg>bar_vert.png</scrollbarbg>
      <scrollbartop>mouse_left_horizontal.png</scrollbartop>
      <scrollbarbottom>mouse_right_horizontal.png</scrollbarbottom>
      <scrollbarXOff>15</scrollbarXOff>
      <scrollbarYOff>0</scrollbarYOff>
      <showScrollbar>yes</showScrollbar>
      <scrollbarwidth>20</scrollbarwidth>
      <spinPosX>2800</spinPosX>
      <spinPosY>570</spinPosY>
    </control>
    <!-- *** Portfolio Item Chart 1 *** -->
    <control>
      <description>Portfolio Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>60</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)+control.hasthumb(95)</visible>
    </control>
    <control>
      <description>Portfolio Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>140</posX>
      <posY>530</posY>
      <label>#Stocks.Portfolio0Name (#Stocks.Portfolio0ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)+control.hasthumb(95)</visible>
    </control>
    <control>
      <description>Portfolio Item Chart</description>
      <type>image</type>
      <id>95</id>
      <posX>65</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Portfolio0Chart</texture>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Portfolio Item Chart 2 *** -->
    <control>
      <description>Portfolio Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>380</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)+control.hasthumb(96)</visible>
    </control>
    <control>
      <description>Portfolio Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>460</posX>
      <posY>530</posY>
      <label>#Stocks.Portfolio1Name (#Stocks.Portfolio1ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)+control.hasthumb(96)</visible>
    </control>
    <control>
      <description>Portfolio Item Chart</description>
      <type>image</type>
      <id>96</id>
      <posX>385</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Portfolio1Chart</texture>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Portfolio Item Chart 3 *** -->
    <control>
      <description>Portfolio Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>700</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)+control.hasthumb(97)</visible>
    </control>
    <control>
      <description>Portfolio Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>780</posX>
      <posY>530</posY>
      <label>#Stocks.Portfolio2Name (#Stocks.Portfolio2ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)+control.hasthumb(97)</visible>
    </control>
    <control>
      <description>Portfolio Item Chart</description>
      <type>image</type>
      <id>97</id>
      <posX>705</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Portfolio2Chart</texture>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Portfolio Item Chart 4 *** -->
    <control>
      <description>Portfolio Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>1020</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)+control.hasthumb(98)</visible>
    </control>
    <control>
      <description>Portfolio Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>1100</posX>
      <posY>530</posY>
      <label>#Stocks.Portfolio3Name (#Stocks.Portfolio3ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)+control.hasthumb(98)</visible>
    </control>
    <control>
      <description>Portfolio Item Chart</description>
      <type>image</type>
      <id>98</id>
      <posX>1025</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Portfolio3Chart</texture>
      <visible>string.equals(#Stocks.Type,Portfolio)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Portfolio Summary *** -->
    <control>
      <description>Portfolio Summary</description>
      <type>label</type>
      <id>500</id>
      <posX>190</posX>
      <posY>97</posY>
      <label>#Stocks.Summary</label>
      <font>Menutitle</font>
      <visible>string.equals(#Stocks.Type,Portfolio)</visible>
    </control>
    <!-- *** TopCurrency 0 *** -->
    <control>
      <description>TopCurrency Indicator 0</description>
      <type>image</type>
      <id>1</id>
      <posX>65</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopCurrency0Indicator</texture>
      <visible>string.equals(#Stocks.Type,Currency)</visible>
    </control>
    <control>
      <description>TopCurrency Name 0</description>
      <type>label</type>
      <id>1</id>
      <posX>120</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopCurrency0Name</label>
      <visible>string.equals(#Stocks.Type,Currency)</visible>
      <font>Label</font>
    </control>
    <control>
      <description>TopCurrency Last 0</description>
      <type>label</type>
      <id>1</id>
      <posX>120</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopCurrency0Last</label>
      <visible>string.equals(#Stocks.Type,Currency)</visible>
      <font>font16B</font>
    </control>
    <!-- *** TopCurrency 1 *** -->
    <control>
      <description>TopCurrency Indicator 1</description>
      <type>image</type>
      <id>1</id>
      <posX>515</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopCurrency1Indicator</texture>
      <visible>string.equals(#Stocks.Type,Currency)</visible>
    </control>
    <control>
      <description>TopCurrency Name 1</description>
      <type>label</type>
      <id>1</id>
      <posX>570</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopCurrency1Name</label>
      <visible>string.equals(#Stocks.Type,Currency)</visible>
      <font>Label</font>
    </control>
    <control>
      <description>TopCurrency Last 1</description>
      <type>label</type>
      <id>1</id>
      <posX>570</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopCurrency1Last</label>
      <visible>string.equals(#Stocks.Type,Currency)</visible>
      <font>font16B</font>
    </control>
    <!-- *** TopCurrency 2 *** -->
    <control>
      <description>TopCurrency Indicator 2</description>
      <type>image</type>
      <id>1</id>
      <posX>965</posX>
      <posY>135</posY>
      <width>50</width>
      <height>50</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>#Stocks.TopCurrency2Indicator</texture>
      <visible>string.equals(#Stocks.Type,Currency)</visible>
    </control>
    <control>
      <description>TopCurrency Name 2</description>
      <type>label</type>
      <id>1</id>
      <posX>1020</posX>
      <posY>135</posY>
      <width>400</width>
      <height>15</height>
      <align>left</align>
      <label>#Stocks.TopCurrency2Name</label>
      <visible>string.equals(#Stocks.Type,Currency)</visible>
      <font>Label</font>
    </control>
    <control>
      <description>TopCurrency Last 2</description>
      <type>label</type>
      <id>1</id>
      <posX>1020</posX>
      <posY>155</posY>
      <width>400</width>
      <height>35</height>
      <align>left</align>
      <label>#Stocks.TopCurrency2Last</label>
      <visible>string.equals(#Stocks.Type,Currency)</visible>
      <font>font16B</font>
    </control>
    <!-- *** Currency Item List *** -->
    <control Style="NoShadow">
      <description>listcontrol</description>
      <type>listcontrol</type>
      <id>90</id>
      <posX>60</posX>
      <posY>225</posY>
      <width>1250</width>
      <height>435</height>
      <onleft>2</onleft>
      <font>font12</font>
      <scrollbarHeight>400</scrollbarHeight>
      <scrollbarbg>bar_vert.png</scrollbarbg>
      <scrollbartop>mouse_left_horizontal.png</scrollbartop>
      <scrollbarbottom>mouse_right_horizontal.png</scrollbarbottom>
      <scrollbarXOff>15</scrollbarXOff>
      <scrollbarYOff>0</scrollbarYOff>
      <showScrollbar>yes</showScrollbar>
      <scrollbarwidth>20</scrollbarwidth>
      <spinPosX>2800</spinPosX>
      <spinPosY>570</spinPosY>
    </control>
    <!-- *** Currency Item Chart 1 *** -->
    <control>
      <description>Currency Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>60</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)+control.hasthumb(95)</visible>
    </control>
    <control>
      <description>Currency Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>140</posX>
      <posY>530</posY>
      <label>#Stocks.Currency0Name (#Stocks.Currency0ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)+control.hasthumb(95)</visible>
    </control>
    <control>
      <description>Currency Item Chart</description>
      <type>image</type>
      <id>95</id>
      <posX>65</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Currency0Chart</texture>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Currency Item Chart 2 *** -->
    <control>
      <description>Currency Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>380</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)+control.hasthumb(96)</visible>
    </control>
    <control>
      <description>Currency Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>460</posX>
      <posY>530</posY>
      <label>#Stocks.Currency1Name (#Stocks.Currency1ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)+control.hasthumb(96)</visible>
    </control>
    <control>
      <description>Currency Item Chart</description>
      <type>image</type>
      <id>96</id>
      <posX>385</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Currency1Chart</texture>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Currency Item Chart 3 *** -->
    <control>
      <description>Currency Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>700</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)+control.hasthumb(97)</visible>
    </control>
    <control>
      <description>Currency Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>780</posX>
      <posY>530</posY>
      <label>#Stocks.Currency2Name (#Stocks.Currency2ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)+control.hasthumb(97)</visible>
    </control>
    <control>
      <description>Currency Item Chart</description>
      <type>image</type>
      <id>97</id>
      <posX>705</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Currency2Chart</texture>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Currency Item Chart 4 *** -->
    <control>
      <description>Currency Item Chart Background</description>
      <type>image</type>
      <id>0</id>
      <posX>1020</posX>
      <posY>225</posY>
      <width>300</width>
      <height>300</height>
      <keepaspectratio>no</keepaspectratio>
      <texture>menubg.png</texture>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)+control.hasthumb(98)</visible>
    </control>
    <control>
      <description>Currency Item Chart Name</description>
      <type>label</type>
      <id>0</id>
      <posX>1100</posX>
      <posY>530</posY>
      <label>#Stocks.Currency3Name (#Stocks.Currency3ChartRange)</label>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)+control.hasthumb(98)</visible>
    </control>
    <control>
      <description>Currency Item Chart</description>
      <type>image</type>
      <id>98</id>
      <posX>1025</posX>
      <posY>230</posY>
      <width>290</width>
      <height>290</height>
      <texture>#Stocks.Currency3Chart</texture>
      <visible>string.equals(#Stocks.Type,Currency)+string.equals(#Stocks.View,Chart)</visible>
    </control>
    <!-- *** Stock Ticker *** -->
    <control>
      <description>RSS Feed Background</description>
      <type>image</type>
      <id>1</id>
      <width>1500</width>
      <height>44</height>
      <posX>-20</posX>
      <posY>655</posY>
      <texture>listfocus.png</texture>
    </control>
    <control Style="NoShadow">
      <description>Feed items</description>
      <type>fadelabel</type>
      <id>1</id>
      <posX>70</posX>
      <posY>660</posY>
      <width>1280</width>
      <align>left</align>
      <font>Menutitle</font>
      <textcolor>ivory</textcolor>
      <label>#Stocks.FinanceTicker</label>
    </control>
    <control>
      <description>Logo</description>
      <type>image</type>
      <id>1</id>
      <posX>10</posX>
      <posY>655</posY>
      <width>45</width>
      <height>45</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>stocks.png</texture>
    </control>
    <!-- *** Provider Info *** -->
    <control>
      <description>Logo</description>
      <type>image</type>
      <id>1</id>
      <posX>377</posX>
      <posY>710</posY>
      <width>40</width>
      <height>40</height>
      <keepaspectratio>yes</keepaspectratio>
      <texture>stocks.png</texture>
    </control>
    <control>
      <description>Provider Info</description>
      <type>label</type>
      <id>1</id>
      <posX>420</posX>
      <posY>715</posY>
      <label>provided by Yahoo! Finance  #Stocks.Time</label>
      <font>font9</font>
      <textcolor>gainsboro</textcolor>
    </control>
    <control>
      <description>Provider Info</description>
      <type>label</type>
      <id>1</id>
      <posX>420</posX>
      <posY>730</posY>
      <label>NOTE: Quotes are delayed!</label>
      <font>font9</font>
      <textcolor>gainsboro</textcolor>
    </control>
    <!-- *** Headline Ticker *** -->
    <control>
      <description>Headline</description>
      <type>fadelabel</type>
      <id>0</id>
      <posX>70</posX>
      <posY>160</posY>
      <width>1280</width>
      <font>Menutitle</font>
      <label>#Stocks.HeadlineTicker</label>
      <visible>string.equals(#Stocks.Type,Headline)+!string.equals(#Stocks.HeadlineTicker, )</visible>
    </control>
    <!-- *** Headline Item List *** -->
    <control>
      <description>listcontrol</description>
      <type>listcontrol</type>
      <id>100</id>
      <posX>60</posX>
      <posY>225</posY>
      <width>800</width>
      <height>435</height>
      <onleft>2</onleft>
      <font>font12</font>
      <scrollbarHeight>400</scrollbarHeight>
      <scrollbarbg>bar_vert.png</scrollbarbg>
      <scrollbartop>mouse_left_horizontal.png</scrollbartop>
      <scrollbarbottom>mouse_right_horizontal.png</scrollbarbottom>
      <scrollbarXOff>15</scrollbarXOff>
      <scrollbarYOff>0</scrollbarYOff>
      <showScrollbar>yes</showScrollbar>
      <scrollbarwidth>20</scrollbarwidth>
      <IconXOff>5</IconXOff>
      <IconYOff>5</IconYOff>
      <spinPosX>2800</spinPosX>
      <spinPosY>570</spinPosY>
      <visible>string.equals(#Stocks.Type,Headline)+string.equals(#Stocks.View,List)</visible>
    </control>
    <!-- *** Headline Item Properties *** -->
    <control>
      <description>Headline Item Description</description>
      <type>textbox</type>
      <id>0</id>
      <posX>930</posX>
      <posY>225</posY>
      <width>400</width>
      <height>435</height>
      <label>#Stocks.HeadlineItemDescription</label>
      <font>font12</font>
      <visible>string.equals(#Stocks.Type,Headline)+string.equals(#Stocks.View,List)+!string.equals(#Stocks.HeadlineItemDescription,)</visible>
    </control>
  </controls>
</window>
