From: <ove...@us...> - 2007-03-28 14:07:54
|
Revision: 247 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=247&view=rev Author: overture Date: 2007-03-28 07:07:52 -0700 (Wed, 28 Mar 2007) Log Message: ----------- Modified Paths: -------------- trunk/plugins/IPTVPlugin/IPTVPlugin.csproj Added Paths: ----------- trunk/plugins/IPTVPlugin/XMLs/ trunk/plugins/IPTVPlugin/XMLs/MyIPTVCategoryList.xml trunk/plugins/IPTVPlugin/XMLs/MyIPTVChannelList.xml trunk/plugins/IPTVPlugin/XMLs/MyIPTVhome.xml Modified: trunk/plugins/IPTVPlugin/IPTVPlugin.csproj =================================================================== --- trunk/plugins/IPTVPlugin/IPTVPlugin.csproj 2007-03-28 14:02:06 UTC (rev 246) +++ trunk/plugins/IPTVPlugin/IPTVPlugin.csproj 2007-03-28 14:07:52 UTC (rev 247) @@ -56,5 +56,11 @@ </EmbeddedResource> <Compile Include="GUIListCategoriesIPTV.cs" /> </ItemGroup> + <ItemGroup> + <Folder Include="XMLs" /> + <Content Include="XMLs\MyIPTVChannelList.xml" /> + <Content Include="XMLs\MyIPTVhome.xml" /> + <Content Include="XMLs\MyIPTVCategoryList.xml" /> + </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> </Project> \ No newline at end of file Added: trunk/plugins/IPTVPlugin/XMLs/MyIPTVCategoryList.xml =================================================================== --- trunk/plugins/IPTVPlugin/XMLs/MyIPTVCategoryList.xml (rev 0) +++ trunk/plugins/IPTVPlugin/XMLs/MyIPTVCategoryList.xml 2007-03-28 14:07:52 UTC (rev 247) @@ -0,0 +1,78 @@ +<window> + <id>6600</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <controls> + <control> + <description>BackGround</description> + <type>image</type> + <id>1</id> + <posX>0</posX> + <posY>0</posY> + <width>720</width> + <height>576</height> + <texture>background.png</texture> + </control> + <control> + <description>an Image</description> + <type>image</type> + <id>1</id> + <posX>75</posX> + <posY>370</posY> + <texture>hover_my tv.png</texture> + </control> + <control> + <description>text label</description> + <type>label</type> + <id>1</id> + <posX>250</posX> + <posY>70</posY> + <label>My IPTV</label> + <font>font16</font> + <align>right</align> + <textcolor>ffffffff</textcolor> + </control> + <control> + <type>group</type> + <description>group element</description> + <animation>FlyInFromLeft</animation> + <control> + <description>View-As button</description> + <type>button</type> + <id>2</id> + <posX>60</posX> + <posY>150</posY> + <width>150</width> + <label>100</label> + <onleft>10</onleft> + <onright>10</onright> + </control> + + </control> + <control> + <type>group</type> + <description>group element</description> + <animation>FlyInFromTop</animation> + <control> + <description>Categories</description> + <type>listcontrol</type> + <id>10</id> + <posX>300</posX> + <posY>150</posY> + <width>340</width> + <height>300</height> + <textXOff>10</textXOff> + <textYOff>2</textYOff> + <textXOff2>320</textXOff2> + <textYOff2>2</textYOff2> + <spaceBetweenItems>5</spaceBetweenItems> + <textureHeight>25</textureHeight> + <keepaspectratio>no</keepaspectratio> + <font2>font10</font2> + <font3>font10</font3> + <onleft>2</onleft> + <onright>2</onright> + </control> + </control> + </controls> +</window> Added: trunk/plugins/IPTVPlugin/XMLs/MyIPTVChannelList.xml =================================================================== --- trunk/plugins/IPTVPlugin/XMLs/MyIPTVChannelList.xml (rev 0) +++ trunk/plugins/IPTVPlugin/XMLs/MyIPTVChannelList.xml 2007-03-28 14:07:52 UTC (rev 247) @@ -0,0 +1,58 @@ +<window> + <id>6599</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <controls> + <control> + <description>BackGround</description> + <type>image</type> + <id>1</id> + <posX>0</posX> + <posY>0</posY> + <width>720</width> + <height>576</height> + <texture>background.png</texture> + </control> + <control> + <description>an Image</description> + <type>image</type> + <id>1</id> + <posX>75</posX> + <posY>370</posY> + <texture>hover_my tv.png</texture> + </control> + <control> + <description>text label</description> + <type>label</type> + <id>1</id> + <posX>250</posX> + <posY>70</posY> + <label>My IPTV</label> + <font>font16</font> + <align>right</align> + <textcolor>ffffffff</textcolor> + </control> + <control> + <description>Categories</description> + <type>listcontrol</type> + <id>11</id> + <posX>300</posX> + <posY>150</posY> + <width>340</width> + <height>300</height> + <textXOff>10</textXOff> + <textYOff>2</textYOff> + <textXOff2>320</textXOff2> + <textYOff2>2</textYOff2> + <spaceBetweenItems>5</spaceBetweenItems> + <textureHeight>25</textureHeight> + <keepaspectratio>no</keepaspectratio> + <font2>font10</font2> + <font3>font10</font3> + <onleft>2</onleft> + <onright>2</onright> + <onup>2</onup> + <ondown>2</ondown> + </control> + </controls> +</window> Added: trunk/plugins/IPTVPlugin/XMLs/MyIPTVhome.xml =================================================================== --- trunk/plugins/IPTVPlugin/XMLs/MyIPTVhome.xml (rev 0) +++ trunk/plugins/IPTVPlugin/XMLs/MyIPTVhome.xml 2007-03-28 14:07:52 UTC (rev 247) @@ -0,0 +1,91 @@ +<window> + <id>6598</id> + <defaultcontrol>2</defaultcontrol> + <allowoverlay>yes</allowoverlay> + <controls> + <control> + <description>BackGround</description> + <type>image</type> + <id>1</id> + <posX>0</posX> + <posY>0</posY> + <width>720</width> + <height>576</height> + <texture>background.png</texture> + </control> + <control> + <description>an Image</description> + <type>image</type> + <id>1</id> + <posX>75</posX> + <posY>370</posY> + <texture>hover_my tv.png</texture> + </control> + <control> + <description>text label</description> + <type>label</type> + <id>1</id> + <posX>250</posX> + <posY>70</posY> + <label>My IPTV</label> + <font>font16</font> + <align>right</align> + <textcolor>ffffffff</textcolor> + </control> + <control> + <type>group</type> + <description>group element</description> + <animation>FlyInFromLeft</animation> + <control> + <description>View-As button</description> + <type>button</type> + <id>2</id> + <posX>60</posX> + <posY>150</posY> + <width>190</width> + <label>100</label> + <onleft>99</onleft> + <onright>99</onright> + <onup>8</onup> + <ondown>8</ondown> + </control> + <control> + <description>TV On/Off button</description> + <type>togglebutton</type> + <id>8</id> + <posX>60</posX> + <posY>185</posY> + <width>190</width> + <height>32</height> + <textXOff>10</textXOff> + <textYOff>5</textYOff> + <font>font13</font> + <textcolor>ffffffff</textcolor> + <colordiffuse>ffffffff</colordiffuse> + <disabledcolor>60ffffff</disabledcolor> + <label>707</label> + <AltTextureFocus>togglebutton-off-focus.png</AltTextureFocus> + <AltTextureNoFocus>togglebutton-off-nofocus.png</AltTextureNoFocus> + <textureFocus>togglebutton-on-focus.png</textureFocus> + <textureNoFocus>togglebutton-on-nofocus.png</textureNoFocus> + <onup>2</onup> + <ondown>2</ondown> + <onright>99</onright> + <onleft>99</onleft> + </control> + </control> + <control> + <description>video window</description> + <type>videowindow</type> + <id>99</id> + <posX>300</posX> + <posY>107</posY> + <width>350</width> + <height>260</height> + <onleft>2</onleft> + <onright>2</onright> + <action>18</action> + <textureFocus>video_window_focus.png</textureFocus> + </control> + </controls> +</window> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |