﻿<?xml version="1.0" encoding="utf-8"?>
<window>
  <controls>
    <!-- 
		This skin file is meant for all controls that should be visible for the user
		when in the main view of the plugin. All controls should be tagged at a minimum
		with "<visible>Control.IsVisible(101)</visible>". 
		-->
    <control>
      <type>image</type>
      <id>0</id>
      <posX>0</posX>
      <posY>675</posY>
      <width>1280</width>
      <height>47</height>
      <texture>imagestreamtitle.png</texture>
      <visible>control.isvisible(101)</visible>
      <animation effect="fade" time="250" delay="0">WindowOpen</animation>
      <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>
    <control>
      <description>About Header</description>
      <type>fadelabel</type>
      <id>0</id>
      <posX>40</posX>
      <posY>684</posY>
      <width>900</width>
      <label>#SubCentral.Header.Label</label>
      <font>mediastream16tc</font>
      <textcolor>White</textcolor>
      <visible>control.isvisible(101)</visible>
      <animation effect="fade" time="250" delay="0">WindowOpen</animation>
      <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>
    <!-- PAGE COUNTS -->
    <control>
      <description>Page Count Background</description>
      <type>image</type>
      <id>0</id>
      <posX>1013</posX>
      <posY>684</posY>
      <width>260</width>
      <height>30</height>
      <texture>mediacountbg_Spin.png</texture>
      <visible>control.isvisible(101)</visible>
      <animation effect="fade" time="250" delay="0">WindowOpen</animation>
      <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>
    <control>
      <description>Page Label</description>
      <type>label</type>
      <label>30009</label>
      <id>0</id>
      <posX>1023</posX>
      <posY>688</posY>
      <font>mediastream12tc</font>
      <textcolor>ff909090</textcolor>
      <visible>control.isvisible(101)</visible>
      <animation effect="fade" time="250" delay="0">WindowOpen</animation>
      <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>
    <control>
      <type>textbox</type>
      <id>912</id>
      <posX>40</posX>
      <posY>240</posY>
      <width>1180</width>
      <height>440</height>
      <label>#SubCentral.About</label>
      <font>mediastream13</font>
      <textcolor>White</textcolor>
      <onup>912</onup>
      <ondown>912</ondown>
      <onleft>202</onleft>
      <onright>202</onright>
      <spinColor>ff006698</spinColor>
      <spinPosX>1140</spinPosX>
      <spinPosY>681</spinPosY>
      <spinAlign>Right</spinAlign>
      <spinWidth>50</spinWidth>
      <spinHeight>37</spinHeight>
      <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>
      <visible>control.isvisible(101)</visible>
      <animation effect="fade" time="250" delay="0">WindowOpen</animation>
      <animation effect="fade" time="250" delay="0">WindowClose</animation>
    </control>
  </controls>
</window>
<!--Checksum:3e669b72121d336e65f4f259c0f93335-->