# HG changeset patch # User sarias # Date 1253031609 -7200 # Node ID 9e2f007b19b368446c0cf3de44b2990d1fc69004 # Parent b4008a356f90da0be11ca8299e19a183c623dce3 Projet InputSession Gestion des Dictionnaires Ressources diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.csproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.csproj Tue Sep 15 18:20:09 2009 +0200 @@ -0,0 +1,105 @@ + + + Debug + AnyCPU + {4C5C068F-7D41-4563-9109-7B57485F4BED} + {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + FingersDance.Control.SaisieSeance + FingersDance.Control.SaisieSeance + v3.5 + 4 + Library + true + Web + true + Foreground + 7 + Days + false + false + false + 1.0.0.* + true + true + Publish\ + OnBuildSuccess + + + + + true + full + false + .\bin\Debug\ + DEBUG;TRACE + + + false + true + .\bin\Release\ + TRACE + + + + + 3.5 + + + 3.5 + + + 3.5 + + + + + + + + + + + MSBuild:Compile + Designer + + + UserControlSessionInput.xaml + + + + + + ResXFileCodeGenerator + Designer + Resources.Designer.cs + + + SettingsSingleFileGenerator + Settings.Designer.cs + + + True + True + Resources.resx + + + True + True + Settings.settings + + + + + + PreserveNewest + + + PreserveNewest + + + + + + + + \ No newline at end of file diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FingersDance.Control.SessionInput/FingersDance.Control.SessionInput.xml Tue Sep 15 18:20:09 2009 +0200 @@ -0,0 +1,64 @@ + + + + + + FingersDance.Control.SessionInput + FingersDance.Control.SessionInput + FingersDance.Control.SessionInput.exe + + Resources\icon.png + + Resources\iconPreview.png + + + + + + + + + + + + + \ No newline at end of file diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/Properties/AssemblyInfo.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FingersDance.Control.SessionInput/Properties/AssemblyInfo.cs Tue Sep 15 18:20:09 2009 +0200 @@ -0,0 +1,62 @@ +#region Using directives + +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Resources; +using System.Globalization; +using System.Windows; +using System.Runtime.InteropServices; + +#endregion + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("FingersDance.Control.SessionInput")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("FingersDance.Control.SessionInput")] +[assembly: AssemblyCopyright("Copyright @ 2009")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: ComVisible(false)] + +//In order to begin building localizable applications, set +//CultureYouAreCodingWith in your .csproj file +//inside a . For example, if you are using US english +//in your source files, set the to en-US. Then uncomment +//the NeutralResourceLanguage attribute below. Update the "en-US" in +//the line below to match the UICulture setting in the project file. + +//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] + + +// Specifies the location in which theme dictionaries are stored for types in an assembly. +[assembly: ThemeInfo( + // Specifies the location of system theme-specific resource dictionaries for this project. + // The default setting in this project is "None" since this default project does not + // include these user-defined theme files: + // Themes\Aero.NormalColor.xaml + // Themes\Classic.xaml + // Themes\Luna.Homestead.xaml + // Themes\Luna.Metallic.xaml + // Themes\Luna.NormalColor.xaml + // Themes\Royale.NormalColor.xaml + ResourceDictionaryLocation.None, + + // Specifies the location of the system non-theme specific resource dictionary: + // Themes\generic.xaml + ResourceDictionaryLocation.SourceAssembly)] + + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Revision and Build Numbers +// by using the '*' as shown below: +[assembly: AssemblyVersion("1.0.*")] diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/Properties/Resources.Designer.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FingersDance.Control.SessionInput/Properties/Resources.Designer.cs Tue Sep 15 18:20:09 2009 +0200 @@ -0,0 +1,72 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.3074 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace FingersDance.Control.SessionInput.Properties +{ + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // This class was auto-generated by the StronglyTypedResourceBuilder + // class via a tool like ResGen or Visual Studio. + // To add or remove a member, edit your .ResX file then rerun ResGen + // with the /str option, or rebuild your VS project. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() + { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if (object.ReferenceEquals(resourceMan, null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WPFAppTemplate.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/Properties/Resources.resx --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FingersDance.Control.SessionInput/Properties/Resources.resx Tue Sep 15 18:20:09 2009 +0200 @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/Properties/Settings.Designer.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FingersDance.Control.SessionInput/Properties/Settings.Designer.cs Tue Sep 15 18:20:09 2009 +0200 @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:2.0.50727.3074 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace FingersDance.Control.SessionInput.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/Properties/Settings.settings --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FingersDance.Control.SessionInput/Properties/Settings.settings Tue Sep 15 18:20:09 2009 +0200 @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/Resources/WindowBackground.jpg Binary file src/FingersDance.Control.SessionInput/Resources/WindowBackground.jpg has changed diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/Resources/icon.png Binary file src/FingersDance.Control.SessionInput/Resources/icon.png has changed diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/Resources/iconPreview.png Binary file src/FingersDance.Control.SessionInput/Resources/iconPreview.png has changed diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml Tue Sep 15 18:20:09 2009 +0200 @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml.cs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/FingersDance.Control.SessionInput/UserControlSessionInput.xaml.cs Tue Sep 15 18:20:09 2009 +0200 @@ -0,0 +1,22 @@ +using System; +using System.IO; +using System.Net; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Media; +using System.Windows.Media.Animation; +using System.Windows.Navigation; + +namespace FingersDance.Control.SessionInput +{ + public partial class UserControlSessionInput + { + public UserControlSessionInput() + { + this.InitializeComponent(); + + // Insert code required on object creation below this point. + } + } +} \ No newline at end of file diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance.sln --- a/src/FingersDance.sln Tue Sep 15 16:57:45 2009 +0200 +++ b/src/FingersDance.sln Tue Sep 15 18:20:09 2009 +0200 @@ -33,6 +33,8 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FingersDance.Views", "FingersDance.Views\FingersDance.Views.csproj", "{0B308B6E-7B1E-46C0-ACC7-0B7EFC4D0B2C}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FingersDance.Control.SessionInput", "FingersDance.Control.SessionInput\FingersDance.Control.SessionInput.csproj", "{4C5C068F-7D41-4563-9109-7B57485F4BED}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -155,6 +157,12 @@ {0B308B6E-7B1E-46C0-ACC7-0B7EFC4D0B2C}.Release|Any CPU.ActiveCfg = Release|Any CPU {0B308B6E-7B1E-46C0-ACC7-0B7EFC4D0B2C}.Release|Any CPU.Build.0 = Release|Any CPU {0B308B6E-7B1E-46C0-ACC7-0B7EFC4D0B2C}.Release|x86.ActiveCfg = Release|Any CPU + {4C5C068F-7D41-4563-9109-7B57485F4BED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4C5C068F-7D41-4563-9109-7B57485F4BED}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4C5C068F-7D41-4563-9109-7B57485F4BED}.Debug|x86.ActiveCfg = Debug|Any CPU + {4C5C068F-7D41-4563-9109-7B57485F4BED}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4C5C068F-7D41-4563-9109-7B57485F4BED}.Release|Any CPU.Build.0 = Release|Any CPU + {4C5C068F-7D41-4563-9109-7B57485F4BED}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance/App.xaml --- a/src/FingersDance/App.xaml Tue Sep 15 16:57:45 2009 +0200 +++ b/src/FingersDance/App.xaml Tue Sep 15 18:20:09 2009 +0200 @@ -7,7 +7,7 @@ - + diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance/FingersDance.Control.Pivot.Ressource.xaml --- a/src/FingersDance/FingersDance.Control.Pivot.Ressource.xaml Tue Sep 15 16:57:45 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,203 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance/FingersDance.csproj --- a/src/FingersDance/FingersDance.csproj Tue Sep 15 16:57:45 2009 +0200 +++ b/src/FingersDance/FingersDance.csproj Tue Sep 15 18:20:09 2009 +0200 @@ -129,10 +129,6 @@ - - MSBuild:Compile - Designer - MSBuild:Compile Designer @@ -147,6 +143,10 @@ {0EC4C48C-132C-4926-9A09-A4135C58688C} FingersDance.Control.Pivot + + {4C5C068F-7D41-4563-9109-7B57485F4BED} + FingersDance.Control.SessionInput + {E6A3A067-1CB4-43D2-BB9C-DC72361F7E22} FingersDance.Control.UserPanel diff -r b4008a356f90 -r 9e2f007b19b3 src/FingersDance/MainSurfaceWindow.xaml --- a/src/FingersDance/MainSurfaceWindow.xaml Tue Sep 15 16:57:45 2009 +0200 +++ b/src/FingersDance/MainSurfaceWindow.xaml Tue Sep 15 18:20:09 2009 +0200 @@ -4,10 +4,17 @@ xmlns:s="http://schemas.microsoft.com/surface/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" xmlns:FingersDance_Control_UserPanel="clr-namespace:FingersDance.Control.UserPanel;assembly=FingersDance.Control.UserPanel" + xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot" + xmlns:FingersDance_Control_SessionInput="clr-namespace:FingersDance.Control.SessionInput;assembly=FingersDance.Control.SessionInput" + + x:Class="FingersDance.SurfaceWindow1" Title="FingersDance" - Width="1024" Height="768" x:Name="mainSurfaceWindow" - xmlns:FingersDance_Control_Pivot="clr-namespace:FingersDance.Control.Pivot;assembly=FingersDance.Control.Pivot" Background="{x:Null}" + Width="1024" Height="768" x:Name="mainSurfaceWindow" + Background="{x:Null}" + xmlns:FingersDance_Control_SessionInput1="clr-namespace:FingersDance.Control.SessionInput;assembly=FingersDance.Control.SaisieSeance" + + > @@ -68,5 +75,7 @@ + +