From: <rs...@us...> - 2007-12-05 14:51:08
|
Revision: 1125 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1125&view=rev Author: rsparey Date: 2007-12-05 06:50:52 -0800 (Wed, 05 Dec 2007) Log Message: ----------- Modified Paths: -------------- trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/alarm_logo.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/burn_logo.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/tetris_background.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/tetris_background_focus.png trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/tetris_logo.png trunk/skins/Foofaraw/Development Skin/Foofaraw/myalarm.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/myburner.xml trunk/skins/Foofaraw/Development Skin/Foofaraw/mytetris.xml Removed Paths: ------------- trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/alarm.png Deleted: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/alarm.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/alarm_logo.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/burn_logo.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/tetris_background.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/tetris_background_focus.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/Media/tetris_logo.png =================================================================== (Binary files differ) Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/myalarm.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/myalarm.xml 2007-12-04 14:35:39 UTC (rev 1124) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/myalarm.xml 2007-12-05 14:50:52 UTC (rev 1125) @@ -2,12 +2,85 @@ <window> <id>5000</id> <defaultcontrol>3</defaultcontrol> - <allowoverlay>yes</allowoverlay> - <define>#header.label:850</define> - <define>#header.image:alarm_logo.png</define> - <define>#header.hover:hover_my alarm.png</define> + <allowoverlay>yes</allowoverlay> + + <controls> - <import>common.window.xml</import> + <import>common.window.xml</import> + <import>common.time.xml</import> + + <control> + <description>icon background</description> + <type>image</type> + <id>1</id> + <posX>0</posX> + <posY>0</posY> + <width>377</width> + <height>133</height> + <texture>Logo_background.png</texture> + <animation effect="fade" time="500" delay="1000">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <control> + <type>image</type> + <description>Alarm top left text logo</description> + <id>1</id> + <posX>90</posX> + <posY>18</posY> + <texture>alarm_logo.png</texture> + <animation effect="fade" time="500" delay="1300">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <control> + <type>image</type> + <id>1</id> + <posX>15</posX> + <posY>6</posY> + <width>61</width> + <height>122</height> + <texture>hover_my alarm.png</texture> + <animation effect="fade" time="1000" delay="2000">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <control> + <type>label</type> + <description>My Alarm Label</description> + <id>1</id> + <posX>251</posX> + <posY>68</posY> + <label>alarm</label> + <font>wipeouts</font> + <align>center</align> + <textcolor>ffffffff</textcolor> + <animation effect="fade" time="1000" end="60" delay="2000">WindowOpen</animation> + <animation effect="slide" time="1000" delay="2000" start="-600,0" end="0,0" acceleration="-1">WindowOpen</animation> + <animation effect="fade" time="500" start="50">WindowClose</animation> + </control> + + + +<control> + <type>image</type> + <decription>top-strip</decription> + <id>1</id> + <posX>12</posX> + <posY>100</posY> + <width>1342</width> + <height>36</height> + <texture>top-strip.png</texture> + + </control> + + <control> + <type>image</type> + <decription>lowbar info block</decription> + <id>1</id> + <posX>12</posX> + <posY>590</posY> + <width>1342</width> + <height>168</height> + <texture>lowbar.png</texture> + </control> <control> <type>group</type> <description>group element</description> Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/myburner.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/myburner.xml 2007-12-04 14:35:39 UTC (rev 1124) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/myburner.xml 2007-12-05 14:50:52 UTC (rev 1125) @@ -3,11 +3,85 @@ <id>760</id> <defaultcontrol>2</defaultcontrol> <allowoverlay>yes</allowoverlay> - <define>#header.label:#burner_title</define> - <define>#header.image:burn_logo.png</define> - <define>#header.hover:hover_my burner.png</define> + <controls> <import>common.window.xml</import> + <import>common.time.xml</import> + + <control> + <description>icon background</description> + <type>image</type> + <id>1</id> + <posX>0</posX> + <posY>0</posY> + <width>377</width> + <height>133</height> + <texture>Logo_background.png</texture> + <animation effect="fade" time="500" delay="1000">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <control> + <type>image</type> + <description>Music top left text logo</description> + <id>1</id> + <posX>90</posX> + <posY>18</posY> + <texture>burn_logo.png</texture> + <animation effect="fade" time="500" delay="1300">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <control> + <type>image</type> + <id>1</id> + <posX>15</posX> + <posY>6</posY> + <width>61</width> + <height>122</height> + <texture>hover_my burner.png</texture> + <animation effect="fade" time="1000" delay="2000">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + </control> + <control> + <type>label</type> + <description>My Music Label</description> + <id>1</id> + <posX>251</posX> + <posY>68</posY> + <label>my burner</label> + <font>wipeouts</font> + <align>center</align> + <textcolor>ffffffff</textcolor> + <animation effect="fade" time="1000" end="60" delay="2000">WindowOpen</animation> + <animation effect="slide" time="1000" delay="2000" start="-600,0" end="0,0" acceleration="-1">WindowOpen</animation> + <animation effect="fade" time="500" start="50">WindowClose</animation> + </control> + + + +<control> + <type>image</type> + <decription>top-strip</decription> + <id>1</id> + <posX>12</posX> + <posY>100</posY> + <width>1342</width> + <height>36</height> + <texture>top-strip.png</texture> + + </control> + + <control> + <type>image</type> + <decription>lowbar info block</decription> + <id>1</id> + <posX>12</posX> + <posY>590</posY> + <width>1342</width> + <height>168</height> + <texture>lowbar.png</texture> + </control> + + <control> <description>My burner File Size label</description> <type>label</type> @@ -45,8 +119,8 @@ <description>Status Bar</description> <type>statusbar</type> <id>1</id> - <posX>613</posX> - <posY>704</posY> + <posX>780</posX> + <posY>630</posY> <width>560</width> <height>29</height> <posYTop>500</posYTop> @@ -72,129 +146,224 @@ <font>font13</font> <textcolor>FFFFFFFF</textcolor> </control> + + <control> + <description>Video button</description> + <type>button</type> + <id>2</id> + <animation effect="fade" time="400">WindowClose</animation> + <animation effect="fade" time="400">WindowOpen</animation> + <posY>100</posY> + <posX>12</posX> + <label>2101</label> + <font>font14</font> + <onleft>5</onleft> + <onright>3</onright> + <onup>21</onup> + <ondown>20</ondown> + <width>209</width> + <height>36</height> + <textureFocus>tab_left_corner_down.png</textureFocus> + <textureNoFocus>tab_left_corner_up.png</textureNoFocus> + + + + + </control> + + <control> + <type>button</type> + <id>3</id> + <animation effect="fade" time="400">WindowClose</animation> + <animation effect="fade" time="400">WindowOpen</animation> + <posY>100</posY> + <posX>221</posX> + <label>2102</label> + <font>font14</font> + <width>209</width> + <height>36</height> + <onleft>2</onleft> + <onright>4</onright> + <onup>21</onup> + <ondown>20</ondown> + <textureFocus>tab_down.png</textureFocus> + <textureNoFocus>tab_up.png</textureNoFocus> + <textcolor>white</textcolor> + </control> + <control> + <description>create audio cd</description> + <type>button</type> + <id>4</id> + <animation effect="fade" time="400">WindowClose</animation> + <animation effect="fade" time="400">WindowOpen</animation> + <posY>100</posY> + <posX>430</posX> + <label>2103</label> + <font>font14</font> + <width>209</width> + <height>36</height> + <onleft>3</onleft> + <onright>5</onright> + <onup>21</onup> + <ondown>20</ondown> + <textureFocus>tab_down.png</textureFocus> + <textureNoFocus>tab_up.png</textureNoFocus> + <textcolor>white</textcolor> + </control> + <control> + + <type>button</type> + <id>5</id> + <animation effect="fade" time="400">WindowClose</animation> + <animation effect="fade" time="400">WindowOpen</animation> + <posY>100</posY> + <posX>639</posX> + <label>2123</label> + <font>font14</font> + <width>209</width> + <height>36</height> + <onleft>4</onleft> + <onright>6</onright> + <onup>21</onup> + <ondown>20</ondown> + <textureFocus>tab_down.png</textureFocus> + <textureNoFocus>tab_up.png</textureNoFocus> + <textcolor>white</textcolor> + </control> + <control> + <description>rw format</description> + <type>button</type> + <id>6</id> + <animation effect="fade" time="400">WindowClose</animation> + <animation effect="fade" time="400">WindowOpen</animation> + <hyperlink>510</hyperlink> + <label>2114</label> + <posY>100</posY> + <posX>848</posX> + <font>font14</font> + <width>209</width> + <height>36</height> + <onleft>5</onleft> + <onright>7</onright> + <onup>21</onup> + <ondown>20</ondown> + <textureFocus>tab_down.png</textureFocus> + <textureNoFocus>tab_up.png</textureNoFocus> + <textcolor>white</textcolor> + <selectedColor>black</selectedColor> + </control> + <control> + <description>cd eject</description> + <type>button</type> + <id>7</id> + <animation effect="fade" time="400">WindowClose</animation> + <animation effect="fade" time="400">WindowOpen</animation> + <posY>100</posY> + <posX>1057</posX> + <label>2126</label> + <font>font14</font> + <ondown>99</ondown> + <width>209</width> + <height>36</height> + <onleft>6</onleft> + <onright>2</onright> + <onup>21</onup> + <ondown>11</ondown> + <textureFocus>tab_down.png</textureFocus> + <textureNoFocus>tab_up.png</textureNoFocus> + <textcolor>white</textcolor> + </control> + + <control> - <type>group</type> - <description>group element</description> - <posX>113</posX> - <posY>129</posY> - <layout>StackLayout</layout> - <control> - <description>Video</description> - <type>button</type> - <id>2</id> - <label>2101</label> - <onleft>2</onleft> - <onright>20</onright> - <onup>17</onup> - <ondown>3</ondown> - </control> - <control> - <description>Audio</description> - <type>button</type> - <id>3</id> - <label>2102</label> - <onleft>3</onleft> - <onright>20</onright> - <onup>2</onup> - <ondown>4</ondown> - </control> - <control> - <description>Data</description> - <type>button</type> - <id>4</id> - <label>2103</label> - <onleft>4</onleft> - <onright>20</onright> - <onup>3</onup> - <ondown>5</ondown> - </control> - <control> - <description>cd info</description> - <type>button</type> - <id>5</id> - <label>2123</label> - <onleft>5</onleft> - <onright>20</onright> - <onup>4</onup> - <ondown>6</ondown> - </control> - <control> - <description>rw format</description> - <type>button</type> - <id>6</id> - <label>2114</label> - <onleft>6</onleft> - <onright>20</onright> - <onup>5</onup> - <ondown>7</ondown> - </control> - <control> - <description>cd eject</description> - <type>button</type> - <id>7</id> - <label>2126</label> - <onleft>7</onleft> - <onright>20</onright> - <onup>6</onup> - <ondown>2</ondown> - </control> - </control> - <!-- <control> - <description>file listcontrol</description> - <type>listcontrol</type> <dimColor>0x10ffffff</dimColor> - <id>20</id> - <posX>512</posX> - <posY>129</posY> - <spinPosY>413</spinPosY> - <height>333</height> - <onright>2</onright> - <onleft>2</onleft> - <onup>4</onup> - <ondown>2</ondown> - </control> - <control> - <description>copy listcontrol</description> - <type>listcontrol</type> <dimColor>0x10ffffff</dimColor> - <id>30</id> - <posX>512</posX> - <posY>460</posY> - <height>266</height> - <onright>2</onright> - <onleft>2</onleft> - <onup>4</onup> - <ondown>2</ondown> - </control> --> - <control> <description>file listcontrol</description> <type>listcontrol</type> <dimColor>0x10ffffff</dimColor> <id>20</id> - <posX>488</posX> - <width>388</width> - <height>555</height> - <spinPosX>777</spinPosX> - <spinPosY>660</spinPosY> - <textXOff>16</textXOff> - <IconXOff>12</IconXOff> - <onright>30</onright> <onleft>2</onleft> - <!-- <onup>4</onup> --> - <ondown>30</ondown> - </control> + <onright>30</onright> + <onleft>30</onleft> + <onup>2</onup> + <ondown>2</ondown> + <posX>542</posX> + <posY>140</posY> + <width>800</width> + <height>500</height> + <spinWidth>28</spinWidth> + <spinHeight>28</spinHeight> + <spinPosX>1252</spinPosX> + <spinPosY>592</spinPosY> + <spinColor>ffffffff</spinColor> + <textureUp>page_up_nofocus.png</textureUp> + <textureDown>page_down_nofocus.png</textureDown> + <textureUpFocus>page_up_focus.png</textureUpFocus> + <textureDownFocus>page_down_focus.png</textureDownFocus> + <textureHeight>35</textureHeight> + <image>folder_focus.png</image> + <font>font10</font> + <shadedColor>20ffffff</shadedColor> + <selectedColor>FFF8BC70</selectedColor> + <playedColor>ffa0d0ff</playedColor> + <textcolor>ffffffff</textcolor> + <textcolor2>ffffffff</textcolor2> + <textcolor3>ffffffff</textcolor3> + <colordiffuse>ffffffff</colordiffuse> + <remoteColor>ffFFA075</remoteColor> + <downloadColor>ff80ff80</downloadColor> + <textXOff>32</textXOff> + <textYOff>7</textYOff> + <textXOff2>1250</textXOff2> + <textYOff2>7</textYOff2> + <textXOff3>1300</textXOff3> + <textYOff3>7</textYOff3> + <IconXOff>24</IconXOff> + <IconYOff>9</IconYOff> + <suffix>|</suffix> + + </control> <control> <description>copy listcontrol</description> <type>listcontrol</type> <dimColor>0x10ffffff</dimColor> <id>30</id> - <posX>909</posX> - <width>388</width> - <height>555</height> - <!-- <spinPosX>1109</spinPosX> --> - <spinPosY>660</spinPosY> - <textXOff>16</textXOff> - <IconXOff>12</IconXOff> - <onright>2</onright> - <onleft>20</onleft> - <!-- <onup>4</onup> - <ondown>2</ondown> --> - </control> + <onleft>2</onleft> + <onright>20</onright> + <onleft>20</onleft> + <onup>2</onup> + <ondown>2</ondown> + <posX>10</posX> + <posY>140</posY> + <width>500</width> + <height>500</height> + <spinWidth>28</spinWidth> + <spinHeight>28</spinHeight> + <spinPosX>400</spinPosX> + <spinPosY>592</spinPosY> + <spinColor>ffffffff</spinColor> + <textureUp>page_up_nofocus.png</textureUp> + <textureDown>page_down_nofocus.png</textureDown> + <textureUpFocus>page_up_focus.png</textureUpFocus> + <textureDownFocus>page_down_focus.png</textureDownFocus> + <textureHeight>35</textureHeight> + <image>folder_focus.png</image> + <font>font10</font> + <shadedColor>20ffffff</shadedColor> + <selectedColor>FFF8BC70</selectedColor> + <playedColor>ffa0d0ff</playedColor> + <textcolor>ffffffff</textcolor> + <textcolor2>ffffffff</textcolor2> + <textcolor3>ffffffff</textcolor3> + <colordiffuse>ffffffff</colordiffuse> + <remoteColor>ffFFA075</remoteColor> + <downloadColor>ff80ff80</downloadColor> + <textXOff>32</textXOff> + <textYOff>7</textYOff> + <textXOff2>1250</textXOff2> + <textYOff2>7</textYOff2> + <textXOff3>1300</textXOff3> + <textYOff3>7</textYOff3> + <IconXOff>24</IconXOff> + <IconYOff>9</IconYOff> + <suffix>|</suffix> + + </control> </controls> </window> \ No newline at end of file Modified: trunk/skins/Foofaraw/Development Skin/Foofaraw/mytetris.xml =================================================================== --- trunk/skins/Foofaraw/Development Skin/Foofaraw/mytetris.xml 2007-12-04 14:35:39 UTC (rev 1124) +++ trunk/skins/Foofaraw/Development Skin/Foofaraw/mytetris.xml 2007-12-05 14:50:52 UTC (rev 1125) @@ -24,11 +24,11 @@ </control> <control> <type>image</type> - <description>Music top left text logo</description> + <description>Tetris top left text logo</description> <id>1</id> <posX>90</posX> <posY>18</posY> - <texture>music_logo.png</texture> + <texture>tetris_logo.png</texture> <animation effect="fade" time="500" delay="1300">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> </control> @@ -232,10 +232,10 @@ <onup>10</onup> <ondown>10</ondown> <colordiffuse>60ffffff</colordiffuse> - <texture>tetris\background.png</texture> - <texturefocus>tetris\background_focus.png</texturefocus> - <textureLeft>tetris\guide.png</textureLeft> - <textureRight>tetris\guide.png</textureRight> + <texture>tetris_background.png</texture> + <texturefocus>tetris_background.png</texturefocus> + <textureLeft>-</textureLeft> + <textureRight>-</textureRight> <nextblockx>155</nextblockx> <nextblocky>368</nextblocky> </control> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |