Revision: 679
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=679&view=rev
Author: northern_sky
Date: 2007-07-08 13:07:22 -0700 (Sun, 08 Jul 2007)
Log Message:
-----------
forgot to add skin with sortbutton
Added Paths:
-----------
trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myprograms.xml
Added: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myprograms.xml
===================================================================
--- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myprograms.xml (rev 0)
+++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/skin/BlueTwo/myprograms.xml 2007-07-08 20:07:22 UTC (rev 679)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<window>
+ <id>3</id>
+ <defaultcontrol>2</defaultcontrol>
+ <allowoverlay>yes</allowoverlay>
+ <define>#header.label:#curheader</define>
+ <define>#header.image:programs_logo.png</define>
+ <define>#header.hover:hover_my programs.png</define>
+ <controls>
+ <import>common.window.xml</import>
+ <import>common.time.xml</import>
+ <control>
+ <description>group element</description>
+ <type>group</type>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="500">WindowClose</animation>
+ <animation effect="slide" time="250" start="-300,0">WindowOpen</animation>
+ <animation effect="slide" time="500" end="0,-300">WindowClose</animation>
+ <posX>60</posX>
+ <posY>97</posY>
+ <layout>StackLayout</layout>
+ <control>
+ <description>View-As</description>
+ <type>button</type>
+ <id>2</id>
+ <label>100</label>
+ <onright>50</onright>
+ <onup>17</onup>
+ </control>
+ <control>
+ <description>Sort</description>
+ <type>sortbutton</type>
+ <id>3</id>
+ <label>103</label>
+ <onright>50</onright>
+ </control>
+ <control>
+ <description>Switch View</description>
+ <type>button</type>
+ <id>4</id>
+ <label>457</label>
+ <onright>50</onright>
+ <ondown>3</ondown>
+ </control>
+ <control>
+ <description>Refresh</description>
+ <type>button</type>
+ <id>5</id>
+ <label>184</label>
+ <onright>50</onright>
+ <ondown>99</ondown>
+ </control>
+ </control>
+ <control>
+ <description>Screenshot</description>
+ <type>image</type>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="500">WindowClose</animation>
+ <animation effect="slide" time="250" start="-300,0">WindowOpen</animation>
+ <animation effect="slide" time="500" end="0,-300">WindowClose</animation>
+ <id>6</id>
+ <posX>60</posX>
+ <posY>200</posY>
+ <width>190</width>
+ <height>190</height>
+ <texture />
+ <align>center</align>
+ <keepaspectratio>yes</keepaspectratio>
+ </control>
+ <import>common.facade.xml</import>
+ </controls>
+</window>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|