From: <moi...@us...> - 2007-03-28 14:00:52
|
Revision: 245 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=245&view=rev Author: moiristo Date: 2007-03-28 07:00:50 -0700 (Wed, 28 Mar 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/UitzendingGemist/UitGemist.suo Added Paths: ----------- trunk/plugins/UitzendingGemist/skin/[Wide skin]/ trunk/plugins/UitzendingGemist/skin/[Wide skin]/RtlGemist.xml trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemist.xml trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemist2.xml trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemistMain.xml Modified: trunk/plugins/UitzendingGemist/UitGemist.suo =================================================================== (Binary files differ) Added: trunk/plugins/UitzendingGemist/skin/[Wide skin]/RtlGemist.xml =================================================================== --- trunk/plugins/UitzendingGemist/skin/[Wide skin]/RtlGemist.xml (rev 0) +++ trunk/plugins/UitzendingGemist/skin/[Wide skin]/RtlGemist.xml 2007-03-28 14:00:50 UTC (rev 245) @@ -0,0 +1,46 @@ +<window> + <id>6802</id> + <defaultcontrol>50</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <define>#header.label:RTLGemist</define> + <define>#header.location:</define> +<controls> + <import>common.window.xml</import> + <control> + <type>group</type> + <description>group element</description> + <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> + <layout>StackLayout</layout> + <posX>50</posX> + <posY>130</posY> + <control> + <description>Favorieten</description> + <type>button</type> + <id>2</id> + <label>Favorieten</label> + <onup>17</onup> + <ondown>3</ondown> + </control> + <control> + <description>Top Tien</description> + <type>button</type> + <id>3</id> + <label>Top Tien</label> + <onup>2</onup> + <ondown>4</ondown> + </control> + <control> + <description>Programma's</description> + <type>button</type> + <id>4</id> + <label>Programma's</label> + <onup>3</onup> + <ondown>2</ondown> + </control> + </control> + <import>common.facade.xml</import> +</controls> +</window> \ No newline at end of file Added: trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemist.xml =================================================================== --- trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemist.xml (rev 0) +++ trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemist.xml 2007-03-28 14:00:50 UTC (rev 245) @@ -0,0 +1,121 @@ +<window> + <id>6800</id> + <defaultcontrol>50</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <define>#header.label:UitGemist</define> + <define>#header.location:</define> +<controls> + <import>common.window.xml</import> + <control> + <type>group</type> + <description>group element</description> + <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> + <layout>StackLayout</layout> + <posX>50</posX> + <posY>97</posY> + <control> + <description>Favorieten</description> + <type>button</type> + <id>2</id> + <label>Favorieten</label> + <onup>17</onup> + <ondown>3</ondown> + </control> + <control> + <type>selectbutton</type> + <description>Letter button</description> + <id>3</id> + <label>Titel</label> + <onup>2</onup> + <ondown>4</ondown> + </control> + <control> + <type>selectbutton</type> + <description>Letter button</description> + <id>4</id> + <label>Dag</label> + <onup>3</onup> + <ondown>5</ondown> + </control> + <control> + <type>selectbutton</type> + <description>Letter button</description> + <id>5</id> + <label>Net/zender</label> + <onup>4</onup> + <ondown>6</ondown> + </control> + <control> + <type>selectbutton</type> + <description>Letter button</description> + <id>6</id> + <label>Omroep</label> + <onup>5</onup> + <ondown>7</ondown> + </control> + <control> + <type>selectbutton</type> + <description>Letter button</description> + <id>7</id> + <label>Genre</label> + <onup>6</onup> + <ondown>8</ondown> + </control> + <control> + <description>Moet je Zien</description> + <type>button</type> + <id>8</id> + <label>Moet je zien</label> + <onup>7</onup> + <onright>50</onright> + <ondown>50</ondown> + </control> + <control> + <type>group</type> + <description>group element</description> + <control> + <type>imagelist</type> + <id>11</id> + <posX>1120</posX> + <posY>450</posY> + <width>100</width> + <height>32</height> + <textureWidth>16</textureWidth> + <textureHeight>16</textureHeight> + <subitems> + <subitem>greystar.png</subitem> + <subitem>star.png</subitem> + </subitems> + <orientation>horizontal</orientation> + <align>left</align> + <percentage>#rating</percentage> + </control> + <control> + <type>textboxscrollup</type> + <description>Programma-info</description> + <id>12</id> + <posX>550</posX> + <posY>500</posY> + <width>375</width> + <height>100</height> + <label>#plot</label> + <textcolor>ffffffff</textcolor> + <font>font12</font> + </control> + <control> + <description>Bekeken</description> + <type>label</type> + <id>13</id> + <posX>860</posX> + <posY>450</posY> + <label>#votes keer bekeken</label> + <textcolor>ffffffff</textcolor> + </control> + </control> + </control> + <import>common.facade.xml</import> +</controls> +</window> \ No newline at end of file Added: trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemist2.xml =================================================================== --- trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemist2.xml (rev 0) +++ trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemist2.xml 2007-03-28 14:00:50 UTC (rev 245) @@ -0,0 +1,128 @@ +<window> + <id>6801</id> + <defaultcontrol>10</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <define>#header.label:Programma</define> + <define>#header.location:</define> + <controls> + <import>common.window.xml</import> + <control> + <type>group</type> + <description>group element</description> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <control> + <type>image</type> + <description>Program image</description> + <id>3</id> + <posX>50</posX> + <posY>115</posY> + <width>100</width> + <height>75</height> + <texture>background.png</texture> + </control> + <control> + <description>Naam van gekozen programma</description> + <type>label</type> + <id>2</id> + <posX>165</posX> + <posY>95</posY> + <label>#title</label> + </control> + <control> + <description>Genre</description> + <type>label</type> + <id>0</id> + <posX>550</posX> + <posY>115</posY> + <label>Genre</label> + <textcolor>ffffffff</textcolor> + </control> + <control> + <description>Display wich genre</description> + <type>label</type> + <id>4</id> + <posX>550</posX> + <posY>130</posY> + <label>#genre</label> + </control> + <control> + <description>Omroep</description> + <type>label</type> + <id>0</id> + <posX>550</posX> + <posY>150</posY> + <label>Omroep</label> + <textcolor>ffffffff</textcolor> + </control> + <control> + <description>Display which omroep</description> + <type>label</type> + <id>5</id> + <posX>550</posX> + <posY>165</posY> + <label>#credits</label> + </control> + <control> + <type>imagelist</type> + <id>1</id> + <posX>550</posX> + <posY>200</posY> + <width>100</width> + <height>32</height> + <textureWidth>16</textureWidth> + <textureHeight>16</textureHeight> + <subitems> + <subitem>greystar.png</subitem> + <subitem>star.png</subitem> + </subitems> + <orientation>horizontal</orientation> + <align>left</align> + <percentage>#rating</percentage> + </control> + <control> + <type>textboxscrollup</type> + <description>Programma-info</description> + <id>6</id> + <posX>165</posX> + <posY>115</posY> + <width>375</width> + <height>105</height> + <label>#plot</label> + <font>font12</font> + <textcolor>ffffffff</textcolor> + </control> + <control> + <description>afleveringen</description> + <type>listcontrol</type> + <id>10</id> + <posX>165</posX> + <posY>225</posY> + <width>485</width> + <height>200</height> + <textXOff>10</textXOff> + <textYOff>2</textYOff> + <textXOff2>420</textXOff2> + <textYOff2>2</textYOff2> + <spaceBetweenItems>5</spaceBetweenItems> + <textureHeight>25</textureHeight> + <keepaspectratio>no</keepaspectratio> + <font2>font10</font2> + <font3>font10</font3> + <onup>17</onup> + </control> + <control> + <type>textboxscrollup</type> + <description>Programma-info</description> + <id>1</id> + <posX>250</posX> + <posY>380</posY> + <width>375</width> + <height>100</height> + <label>#plotoutline</label> + <font>font12</font> + <textcolor>ffffffff</textcolor> + </control> + </control> + </controls> +</window> Added: trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemistMain.xml =================================================================== --- trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemistMain.xml (rev 0) +++ trunk/plugins/UitzendingGemist/skin/[Wide skin]/UitGemistMain.xml 2007-03-28 14:00:50 UTC (rev 245) @@ -0,0 +1,46 @@ +<window> + <id>6799</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <define>#header.label:UitzendingGemist</define> + <define>#header.location:</define> + <define>#header.image:</define> + <define>#header.hover:hover_uitgemist.png</define> + + <controls> + <import>common.window.xml</import> + + <!-- topmost item needs an onup with a value of 17 for topbar to work --> + <control> + <description>UitzendingGemist.nl</description> + <type>button</type> + <id>2</id> + <width>575</width> + <height>90</height> + <posX>400</posX> + <posY>150</posY> + <textureNoFocus>nlgemist.png</textureNoFocus> + <textureFocus>hover_nlgemist.png</textureFocus> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <onup>17</onup> + </control> + + <!-- last item needs an ondown with a value of 2 to support wraparound --> + <control> + <description>RTL Gemist</description> + <type>button</type> + <id>3</id> + <posX>400</posX> + <posY>250</posY> + <width>575</width> + <height>90</height> + <textureNoFocus>rtlgemist.png</textureNoFocus> + <textureFocus>hover_rtlgemist.png</textureFocus> + <animation effect="fade" time="250">WindowOpen</animation> + <animation effect="fade" time="500">WindowClose</animation> + <ondown>2</ondown> + </control> + + </controls> +</window> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |