|
From: <fr...@us...> - 2012-07-11 10:05:58
|
Revision: 4499
http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=4499&view=rev
Author: framug
Date: 2012-07-11 10:05:47 +0000 (Wed, 11 Jul 2012)
Log Message:
-----------
- Add "official" MP 1.3 compatibility version plugin.
- Add DefaultWide skin.
Modified Paths:
--------------
trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs
trunk/plugins/WebEPGfr/Properties/Resources.Designer.cs
trunk/plugins/WebEPGfr/Properties/Settings.Designer.cs
trunk/plugins/WebEPGfr/WebEPGfr.csproj
trunk/plugins/WebEPGfr/WebEPGfr_planification/Properties/AssemblyInfo.cs
trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj
Added Paths:
-----------
trunk/plugins/WebEPGfr/skin/DefaultWide/
trunk/plugins/WebEPGfr/skin/DefaultWide/Kazer.xml
trunk/plugins/WebEPGfr/skin/DefaultWide/Media/
trunk/plugins/WebEPGfr/skin/DefaultWide/Media/hover_WebEPGfr.png
trunk/plugins/WebEPGfr/skin/DefaultWide/Media/hover_ZguideTV.png
trunk/plugins/WebEPGfr/skin/DefaultWide/Media/hover_kazer.png
trunk/plugins/WebEPGfr/skin/DefaultWide/ZguideTV.xml
Modified: trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs
===================================================================
--- trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs 2012-07-08 20:58:45 UTC (rev 4498)
+++ trunk/plugins/WebEPGfr/Properties/AssemblyInfo.cs 2012-07-11 10:05:47 UTC (rev 4499)
@@ -2,7 +2,9 @@
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Resources;
+using MediaPortal.Common.Utils;
+
// Les informations générales relatives à un assembly dépendent de
// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
// associées à un assembly.
@@ -35,3 +37,9 @@
[assembly: AssemblyVersion("1.2.0.0")]
[assembly: AssemblyFileVersion("1.2.0.0")]
[assembly: NeutralResourcesLanguageAttribute("fr-FR")]
+
+// MediaPortal plugin version compatibility
+[assembly: CompatibleVersion("1.2.100.0")]
+[assembly: UsesSubsystem("MP.SkinEngine")]
+[assembly: UsesSubsystem("MP.Config")]
+
Modified: trunk/plugins/WebEPGfr/Properties/Resources.Designer.cs
===================================================================
--- trunk/plugins/WebEPGfr/Properties/Resources.Designer.cs 2012-07-08 20:58:45 UTC (rev 4498)
+++ trunk/plugins/WebEPGfr/Properties/Resources.Designer.cs 2012-07-11 10:05:47 UTC (rev 4499)
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.1
+// Version du runtime :4.0.30319.269
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
Modified: trunk/plugins/WebEPGfr/Properties/Settings.Designer.cs
===================================================================
--- trunk/plugins/WebEPGfr/Properties/Settings.Designer.cs 2012-07-08 20:58:45 UTC (rev 4498)
+++ trunk/plugins/WebEPGfr/Properties/Settings.Designer.cs 2012-07-11 10:05:47 UTC (rev 4499)
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// Ce code a été généré par un outil.
-// Version du runtime :4.0.30319.1
+// Version du runtime :4.0.30319.269
//
// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si
// le code est régénéré.
Modified: trunk/plugins/WebEPGfr/WebEPGfr.csproj
===================================================================
--- trunk/plugins/WebEPGfr/WebEPGfr.csproj 2012-07-08 20:58:45 UTC (rev 4498)
+++ trunk/plugins/WebEPGfr/WebEPGfr.csproj 2012-07-11 10:05:47 UTC (rev 4499)
@@ -10,8 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>WebEPGfr</RootNamespace>
<AssemblyName>WebEPGfr</AssemblyName>
- <ApplicationIcon>
- </ApplicationIcon>
+ <ApplicationIcon>WebEPGfr.ico</ApplicationIcon>
<FileUpgradeFlags>
</FileUpgradeFlags>
<UpgradeBackupLocation>
@@ -53,11 +52,16 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="Common.Utils">
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Common.Utils.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
<Reference Include="Core, Version=1.1.6.13175, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\mediaportal\MediaPortal.Application\bin\Release\Core.dll</HintPath>
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Databases, Version=1.0.2.42467, Culture=neutral, processorArchitecture=x86">
@@ -67,17 +71,17 @@
</Reference>
<Reference Include="Dialogs, Version=1.1.6.13177, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\mediaportal\MediaPortal.Application\bin\Release\plugins\Windows\Dialogs.dll</HintPath>
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\Windows\Dialogs.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Gentle.Common, Version=1.5.0.29053, Culture=neutral, PublicKeyToken=80b5de62e27be49b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\TvEngine3\TVLibrary\TVLibrary\bin\Release\Gentle.Common.dll</HintPath>
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Gentle.Common.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Gentle.Framework, Version=1.5.0.29053, Culture=neutral, PublicKeyToken=80b5de62e27be49b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\TvEngine3\TVLibrary\TVLibrary\bin\Release\Gentle.Framework.dll</HintPath>
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Gentle.Framework.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="ICSharpCode.SharpZipLib, Version=0.85.5.452, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
@@ -94,17 +98,17 @@
<Reference Include="System.Xml" />
<Reference Include="TvBusinessLayer, Version=1.1.6.13236, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\TvEngine3\TVLibrary\TVLibrary\bin\Release\TvBusinessLayer.dll</HintPath>
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\TvBusinessLayer.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="TVDatabase, Version=1.1.6.13249, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\TvEngine3\TVLibrary\TVDatabase\bin\Release\TVDatabase.dll</HintPath>
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\TVDatabase.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Utils, Version=1.1.6.13175, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\mediaportal\MediaPortal.Application\bin\Release\Utils.dll</HintPath>
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Utils.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
@@ -235,6 +239,6 @@
</Target>
-->
<PropertyGroup>
- <PostBuildEvent>copy $(ProjectName).dll "C:\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\Windows"</PostBuildEvent>
+ <PostBuildEvent>rem copy $(ProjectName).dll "C:\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\Windows"</PostBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file
Modified: trunk/plugins/WebEPGfr/WebEPGfr_planification/Properties/AssemblyInfo.cs
===================================================================
--- trunk/plugins/WebEPGfr/WebEPGfr_planification/Properties/AssemblyInfo.cs 2012-07-08 20:58:45 UTC (rev 4498)
+++ trunk/plugins/WebEPGfr/WebEPGfr_planification/Properties/AssemblyInfo.cs 2012-07-11 10:05:47 UTC (rev 4499)
@@ -1,7 +1,9 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
+using MediaPortal.Common.Utils;
+
// Les informations générales relatives à un assembly dépendent de
// l'ensemble d'attributs suivant. Changez les valeurs de ces attributs pour modifier les informations
// associées à un assembly.
@@ -33,3 +35,9 @@
// en utilisant '*', comme indiqué ci-dessous :
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
+
+// MediaPortal plugin version compatibility
+[assembly: CompatibleVersion("1.2.100.0")]
+[assembly: UsesSubsystem("MP.SkinEngine")]
+[assembly: UsesSubsystem("MP.Config")]
+
Modified: trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj
===================================================================
--- trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj 2012-07-08 20:58:45 UTC (rev 4498)
+++ trunk/plugins/WebEPGfr/WebEPGfr_planification/WebEPGfr_planification.csproj 2012-07-11 10:05:47 UTC (rev 4499)
@@ -51,11 +51,19 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ <PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
+ <PropertyGroup>
+ <ApplicationIcon>WebEPGfr.ico</ApplicationIcon>
+ </PropertyGroup>
<ItemGroup>
+ <Reference Include="Common.Utils">
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Common.Utils.dll</HintPath>
+ <Private>False</Private>
+ </Reference>
<Reference Include="Core, Version=1.1.6.13175, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\mediaportal\MediaPortal.Application\bin\Release\Core.dll</HintPath>
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Core.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
@@ -63,7 +71,7 @@
<Reference Include="System.Xml" />
<Reference Include="Utils, Version=1.1.6.13175, Culture=neutral, processorArchitecture=x86">
<SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\mediaportal\MediaPortal.Application\bin\Release\Utils.dll</HintPath>
+ <HintPath>C:\Program Files (x86)\Team MediaPortal\MediaPortal\Utils.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
@@ -101,6 +109,9 @@
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
+ <ItemGroup>
+ <Content Include="WebEPGfr.ico" />
+ </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
@@ -110,6 +121,6 @@
</Target>
-->
<PropertyGroup>
- <PostBuildEvent>copy $(ProjectName).dll "C:\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\process"</PostBuildEvent>
+ <PostBuildEvent>rem copy $(ProjectName).dll "C:\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\process"</PostBuildEvent>
</PropertyGroup>
</Project>
\ No newline at end of file
Added: trunk/plugins/WebEPGfr/skin/DefaultWide/Kazer.xml
===================================================================
--- trunk/plugins/WebEPGfr/skin/DefaultWide/Kazer.xml (rev 0)
+++ trunk/plugins/WebEPGfr/skin/DefaultWide/Kazer.xml 2012-07-11 10:05:47 UTC (rev 4499)
@@ -0,0 +1,243 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<window>
+ <id>10124</id>
+ <defaultcontrol>2</defaultcontrol>
+ <allowoverlay>yes</allowoverlay>
+ <controls>
+ <!-- Description de l'écran -->
+ <control>
+ <description>BG</description>
+ <type>image</type>
+ <id>0</id>
+ <width>1280</width>
+ <height>720</height>
+ </control>
+ <!-- Description du logo du nom du plugin en haut à gauche -->
+ <control>
+ <type>image</type>
+ <id>0</id>
+ <posX>80</posX>
+ <posY>60</posY>
+ <texture flipY="true" diffuse="Thumb_Mask.png">kazer_logo.png</texture>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="500">WindowClose</animation>
+ </control>
+ <!-- Libellé Guide Télé -->
+ <control>
+ <description>Libellé Guide Télé</description>
+ <type>label</type>
+ <id>0</id>
+ <posX>365</posX>
+ <posY>144</posY>
+ <label>Guide Télé</label>
+ <font>font16</font>
+ <align>right</align>
+ <textcolor>FFFFFFFF</textcolor>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="250">WindowClose</animation>
+ </control>
+ <!-- Description du logo en bas à gauche -->
+ <control>
+ <type>image</type>
+ <id>0</id>
+ <posX>100</posX>
+ <posY>520</posY>
+ <width>300</width>
+ <height>200</height>
+ <texture>hover_kazer.png</texture>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="500">WindowClose</animation>
+ </control>
+ <!-- Description de la date -->
+ <control>
+ <description>Date</description>
+ <type>label</type>
+ <id>0</id>
+ <posX>1250</posX>
+ <posY>20</posY>
+ <label>#date</label>
+ <align>right</align>
+ <font>font14</font>
+ <textcolor>ffa9d0f7</textcolor>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="500">WindowClose</animation>
+ </control>
+ <!-- Description de l'heure -->
+ <control>
+ <description>Time</description>
+ <type>label</type>
+ <id>0</id>
+ <posX>1250</posX>
+ <posY>50</posY>
+ <label>#time</label>
+ <align>right</align>
+ <font>font14</font>
+ <textcolor>ffa9d0f7</textcolor>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="500">WindowClose</animation>
+ </control>
+ <!--**** menu ****-->
+ <control>
+ <type>group</type>
+ <description>group element</description>
+ <posX>70</posX>
+ <posY>260</posY>
+ <layout>StackLayout</layout>
+ <control>
+ <description>Guide Télé</description>
+ <type>button</type>
+ <id>99</id>
+ <label>Voir le Guide Télé</label>
+ <hyperlink>600</hyperlink>
+ <onleft>99</onleft>
+ <onright>99</onright>
+ <onup>99</onup>
+ <ondown>2</ondown>
+ </control>
+ <control>
+ <description>Download</description>
+ <type>button</type>
+ <id>2</id>
+ <label>Télécharger</label>
+ <onleft>2</onleft>
+ <onright>2</onright>
+ <onup>99</onup>
+ <ondown>3</ondown>
+ </control>
+ <control>
+ <description>Update</description>
+ <type>button</type>
+ <id>3</id>
+ <label>Mettre à jour</label>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ <onleft>3</onleft>
+ <onright>3</onright>
+ <onup>2</onup>
+ <ondown>9</ondown>
+ </control>
+ <control>
+ <description>Restaurer</description>
+ <type>button</type>
+ <id>9</id>
+ <label>Restaurer</label>
+ <font>font13</font>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ <onleft>9</onleft>
+ <onright>9</onright>
+ <onup>3</onup>
+ <ondown>99</ondown>
+ </control>
+ </control>
+ <!-- Libellé date tvguide MP -->
+ <control>
+ <description>Libellé date tvguide MP</description>
+ <type>label</type>
+ <id>4</id>
+ <posX>350</posX>
+ <posY>260</posY>
+ <label>Date du guide télé de MediaPortal : </label>
+ <align>left</align>
+ <textcolor>White</textcolor>
+ </control>
+ <!-- Libellé date tvguide kazer (caché par défaut) -->
+ <control>
+ <description>Libellé date tvguide kazer</description>
+ <type>label</type>
+ <id>5</id>
+ <posX>350</posX>
+ <posY>290</posY>
+ <label>Date du guide télé de kazer : </label>
+ <align>left</align>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- Libellé date de la sauvegarde (caché par défaut) -->
+ <control>
+ <description>Libellé date de la sauvegarde</description>
+ <type>label</type>
+ <id>10</id>
+ <posX>350</posX>
+ <posY>320</posY>
+ <label>Date de la dernière sauvegarde : </label>
+ <align>left</align>
+ <font>font13</font>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- Libellé date du guide télé dans la sauvegarde (caché par défaut) -->
+ <control>
+ <description>Libellé date du guide télé dans la sauvegarde</description>
+ <type>label</type>
+ <id>11</id>
+ <posX>350</posX>
+ <posY>350</posY>
+ <label>Date du guide Télé dans la sauvegarde : </label>
+ <align>left</align>
+ <font>font13</font>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- date tvguide MediaPortal -->
+ <control>
+ <description>date tvguide MediaPortal</description>
+ <type>label</type>
+ <id>6</id>
+ <posX>850</posX>
+ <posY>260</posY>
+ <label>-</label>
+ <align>left</align>
+ <textcolor>White</textcolor>
+ </control>
+ <!-- date tvguide kazer (caché par défaut) -->
+ <control>
+ <description>date tvguide kazer</description>
+ <type>label</type>
+ <id>7</id>
+ <posX>850</posX>
+ <posY>290</posY>
+ <label>-</label>
+ <align>left</align>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- date de la sauvegarde (caché par défaut) -->
+ <control>
+ <description>date de la sauvegarde</description>
+ <type>label</type>
+ <id>12</id>
+ <posX>850</posX>
+ <posY>320</posY>
+ <label>-</label>
+ <align>left</align>
+ <font>font13</font>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- date du guide télé dans la sauvegarde (caché par défaut) -->
+ <control>
+ <description>date du guide télé dans la sauvegarde</description>
+ <type>label</type>
+ <id>13</id>
+ <posX>850</posX>
+ <posY>350</posY>
+ <label>-</label>
+ <align>left</align>
+ <font>font13</font>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- Libellé d'information -->
+ <control>
+ <description>Libellé d'information</description>
+ <type>label</type>
+ <id>8</id>
+ <posX>500</posX>
+ <posY>600</posY>
+ <label>-</label>
+ <align>left</align>
+ <textcolor>White</textcolor>
+ </control>
+ </controls>
+</window>
\ No newline at end of file
Added: trunk/plugins/WebEPGfr/skin/DefaultWide/Media/hover_WebEPGfr.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/WebEPGfr/skin/DefaultWide/Media/hover_WebEPGfr.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/WebEPGfr/skin/DefaultWide/Media/hover_ZguideTV.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/WebEPGfr/skin/DefaultWide/Media/hover_ZguideTV.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/WebEPGfr/skin/DefaultWide/Media/hover_kazer.png
===================================================================
(Binary files differ)
Property changes on: trunk/plugins/WebEPGfr/skin/DefaultWide/Media/hover_kazer.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/plugins/WebEPGfr/skin/DefaultWide/ZguideTV.xml
===================================================================
--- trunk/plugins/WebEPGfr/skin/DefaultWide/ZguideTV.xml (rev 0)
+++ trunk/plugins/WebEPGfr/skin/DefaultWide/ZguideTV.xml 2012-07-11 10:05:47 UTC (rev 4499)
@@ -0,0 +1,243 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes"?>
+<window>
+ <id>10124</id>
+ <defaultcontrol>2</defaultcontrol>
+ <allowoverlay>yes</allowoverlay>
+ <controls>
+ <!-- Description de l'écran -->
+ <control>
+ <description>BG</description>
+ <type>image</type>
+ <id>0</id>
+ <width>1280</width>
+ <height>720</height>
+ </control>
+ <!-- Description du logo du nom du plugin en haut à gauche -->
+ <control>
+ <type>image</type>
+ <id>0</id>
+ <posX>80</posX>
+ <posY>60</posY>
+ <texture flipY="true" diffuse="Thumb_Mask.png">ZguideTV_logo.png</texture>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="500">WindowClose</animation>
+ </control>
+ <!-- Libellé Guide Télé -->
+ <control>
+ <description>Libellé Guide Télé</description>
+ <type>label</type>
+ <id>0</id>
+ <posX>400</posX>
+ <posY>144</posY>
+ <label>Guide Télé</label>
+ <font>font16</font>
+ <align>right</align>
+ <textcolor>FFFFFFFF</textcolor>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="250">WindowClose</animation>
+ </control>
+ <!-- Description du logo en bas à gauche -->
+ <control>
+ <type>image</type>
+ <id>0</id>
+ <posX>100</posX>
+ <posY>520</posY>
+ <width>300</width>
+ <height>200</height>
+ <texture>hover_ZguideTV.png</texture>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="500">WindowClose</animation>
+ </control>
+ <!-- Description de la date -->
+ <control>
+ <description>Date</description>
+ <type>label</type>
+ <id>0</id>
+ <posX>1250</posX>
+ <posY>20</posY>
+ <label>#date</label>
+ <align>right</align>
+ <font>font14</font>
+ <textcolor>ffa9d0f7</textcolor>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="500">WindowClose</animation>
+ </control>
+ <!-- Description de l'heure -->
+ <control>
+ <description>Time</description>
+ <type>label</type>
+ <id>0</id>
+ <posX>1250</posX>
+ <posY>50</posY>
+ <label>#time</label>
+ <align>right</align>
+ <font>font14</font>
+ <textcolor>ffa9d0f7</textcolor>
+ <animation effect="fade" time="250">WindowOpen</animation>
+ <animation effect="fade" time="500">WindowClose</animation>
+ </control>
+ <!--**** menu ****-->
+ <control>
+ <type>group</type>
+ <description>group element</description>
+ <posX>70</posX>
+ <posY>260</posY>
+ <layout>StackLayout</layout>
+ <control>
+ <description>Guide Télé</description>
+ <type>button</type>
+ <id>99</id>
+ <label>Voir le Guide Télé</label>
+ <hyperlink>600</hyperlink>
+ <onleft>99</onleft>
+ <onright>99</onright>
+ <onup>99</onup>
+ <ondown>2</ondown>
+ </control>
+ <control>
+ <description>Download</description>
+ <type>button</type>
+ <id>2</id>
+ <label>Télécharger</label>
+ <onleft>2</onleft>
+ <onright>2</onright>
+ <onup>99</onup>
+ <ondown>3</ondown>
+ </control>
+ <control>
+ <description>Update</description>
+ <type>button</type>
+ <id>3</id>
+ <label>Mettre à jour</label>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ <onleft>3</onleft>
+ <onright>3</onright>
+ <onup>2</onup>
+ <ondown>9</ondown>
+ </control>
+ <control>
+ <description>Restaurer</description>
+ <type>button</type>
+ <id>9</id>
+ <label>Restaurer</label>
+ <font>font13</font>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ <onleft>9</onleft>
+ <onright>9</onright>
+ <onup>3</onup>
+ <ondown>99</ondown>
+ </control>
+ </control>
+ <!-- Libellé date tvguide MP -->
+ <control>
+ <description>Libellé date tvguide MP</description>
+ <type>label</type>
+ <id>4</id>
+ <posX>350</posX>
+ <posY>260</posY>
+ <label>Date du guide télé de MediaPortal : </label>
+ <align>left</align>
+ <textcolor>White</textcolor>
+ </control>
+ <!-- Libellé date tvguide ZguideTV (caché par défaut) -->
+ <control>
+ <description>Libellé date tvguide ZguideTV</description>
+ <type>label</type>
+ <id>5</id>
+ <posX>350</posX>
+ <posY>290</posY>
+ <label>Date du guide télé de ZguideTV : </label>
+ <align>left</align>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- Libellé date de la sauvegarde (caché par défaut) -->
+ <control>
+ <description>Libellé date de la sauvegarde</description>
+ <type>label</type>
+ <id>10</id>
+ <posX>350</posX>
+ <posY>320</posY>
+ <label>Date de la dernière sauvegarde : </label>
+ <align>left</align>
+ <font>font13</font>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- Libellé date du guide télé dans la sauvegarde (caché par défaut) -->
+ <control>
+ <description>Libellé date du guide télé dans la sauvegarde</description>
+ <type>label</type>
+ <id>11</id>
+ <posX>350</posX>
+ <posY>350</posY>
+ <label>Date du guide Télé dans la sauvegarde : </label>
+ <align>left</align>
+ <font>font13</font>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- date tvguide MediaPortal -->
+ <control>
+ <description>date tvguide MediaPortal</description>
+ <type>label</type>
+ <id>6</id>
+ <posX>850</posX>
+ <posY>260</posY>
+ <label>-</label>
+ <align>left</align>
+ <textcolor>White</textcolor>
+ </control>
+ <!-- date tvguide ZguideTV (caché par défaut) -->
+ <control>
+ <description>date tvguide ZguideTV</description>
+ <type>label</type>
+ <id>7</id>
+ <posX>850</posX>
+ <posY>290</posY>
+ <label>-</label>
+ <align>left</align>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- date de la sauvegarde (caché par défaut) -->
+ <control>
+ <description>date de la sauvegarde</description>
+ <type>label</type>
+ <id>12</id>
+ <posX>850</posX>
+ <posY>320</posY>
+ <label>-</label>
+ <align>left</align>
+ <font>font13</font>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- date du guide télé dans la sauvegarde (caché par défaut) -->
+ <control>
+ <description>date du guide télé dans la sauvegarde</description>
+ <type>label</type>
+ <id>13</id>
+ <posX>850</posX>
+ <posY>350</posY>
+ <label>-</label>
+ <align>left</align>
+ <font>font13</font>
+ <textcolor>ffffffff</textcolor>
+ <colordiffuse>ffffffff</colordiffuse>
+ </control>
+ <!-- Libellé d'information -->
+ <control>
+ <description>Libellé d'information</description>
+ <type>label</type>
+ <id>8</id>
+ <posX>500</posX>
+ <posY>600</posY>
+ <label>-</label>
+ <align>left</align>
+ <textcolor>White</textcolor>
+ </control>
+ </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.
|