├── KeyPosé ├── obj │ ├── Release │ │ ├── build.force │ │ ├── KeyPose.csproj.AssemblyReference.cache │ │ ├── KeyPose.csproj.SuggestedBindingRedirects.cache │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── App.baml │ │ ├── Showcase │ │ │ ├── FancyPopup.baml │ │ │ ├── FancyBalloon.baml │ │ │ ├── FancyToolTip.baml │ │ │ ├── WelcomeBalloon.baml │ │ │ ├── FancyPopup.g.cs │ │ │ └── FancyPopup.g.i.cs │ │ ├── KeyPosé.csproj.GenerateResource.Cache │ │ ├── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── .NETFramework,Version=v4.8.AssemblyAttributes.cs │ │ ├── KeyPosé_MarkupCompile.i.cache │ │ ├── KeyPose.csproj.FileListAbsolute.txt │ │ ├── KeyPosé.csproj.FileListAbsolute.txt │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── GeneratedInternalTypeHelper.g.cs │ │ ├── GeneratedInternalTypeHelper.g.i.cs │ │ ├── SettingsWindow.g.cs │ │ └── SettingsWindow.g.i.cs │ ├── Debug │ │ ├── KeyPose.csproj.CopyComplete │ │ ├── KeyPose.csproj.AssemblyReference.cache │ │ ├── KeyPose.csproj.SuggestedBindingRedirects.cache │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── App.baml │ │ ├── KeyPose.csproj.CoreCompileInputs.cache │ │ ├── KeyPosé.exe │ │ ├── KeyPosé.pdb │ │ ├── MainWindow.baml │ │ ├── KeyPosé.g.resources │ │ ├── SettingsWindow.baml │ │ ├── NotifyIconResources.baml │ │ ├── Showcase │ │ │ ├── FancyBalloon.baml │ │ │ ├── FancyPopup.baml │ │ │ ├── FancyToolTip.baml │ │ │ ├── ShowcaseWindow.baml │ │ │ ├── WelcomeBalloon.baml │ │ │ └── NotifyIconResources.baml │ │ ├── Properties │ │ │ └── DesignTimeResources.baml │ │ ├── KeyPose.csproj.GenerateResource.Cache │ │ ├── KeyPosé.Properties.Resources.resources │ │ ├── KeyPosé.csproj.GenerateResource.Cache │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── KeyPose.csprojResolveAssemblyReference.cache │ │ ├── KeyPosé.csprojResolveAssemblyReference.cache │ │ ├── .NETFramework,Version=v4.8.AssemblyAttributes.cs │ │ ├── KeyPosé_MarkupCompile.lref │ │ ├── KeyPosé_MarkupCompile.cache │ │ ├── KeyPosé_MarkupCompile.i.cache │ │ ├── KeyPosé_Content.g.i.cs │ │ ├── KeyPosé.csproj.FileListAbsolute.txt │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── Window1.g.i.cs │ │ ├── GeneratedInternalTypeHelper.g.cs │ │ ├── GeneratedInternalTypeHelper.g.i.cs │ │ ├── SettingsWindow.g.cs │ │ └── SettingsWindow.g.i.cs │ └── x86 │ │ ├── Debug │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── App.baml │ │ ├── KeyPosé.exe │ │ ├── KeyPosé.pdb │ │ ├── MainWindow.baml │ │ ├── KeyPosé.g.resources │ │ ├── SettingsWindow.baml │ │ ├── NotifyIconResources.baml │ │ ├── Showcase │ │ │ ├── FancyPopup.baml │ │ │ ├── FancyBalloon.baml │ │ │ ├── FancyToolTip.baml │ │ │ ├── ShowcaseWindow.baml │ │ │ ├── WelcomeBalloon.baml │ │ │ ├── NotifyIconResources.baml │ │ │ ├── FancyPopup.g.cs │ │ │ └── FancyPopup.g.i.cs │ │ ├── KeyPosé_MarkupCompile.i.lref │ │ ├── KeyPose.csproj.GenerateResource.Cache │ │ ├── Properties │ │ │ └── DesignTimeResources.baml │ │ ├── KeyPosé.Properties.Resources.resources │ │ ├── KeyPose.csprojResolveAssemblyReference.cache │ │ ├── TempPE │ │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── KeyPosé_MarkupCompile.cache │ │ ├── KeyPosé_MarkupCompile.i.cache │ │ ├── KeyPosé_MarkupCompile.lref │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── GeneratedInternalTypeHelper.g.cs │ │ ├── GeneratedInternalTypeHelper.g.i.cs │ │ ├── SettingsWindow.g.cs │ │ ├── SettingsWindow.g.i.cs │ │ └── KeyPose.csproj.FileListAbsolute.txt │ │ └── Release │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs │ │ ├── App.baml │ │ ├── KeyPosé.exe │ │ ├── KeyPosé.pdb │ │ ├── KeyPosé.g.resources │ │ ├── Showcase │ │ ├── FancyPopup.baml │ │ ├── FancyBalloon.baml │ │ ├── FancyToolTip.baml │ │ ├── WelcomeBalloon.baml │ │ ├── FancyPopup.g.cs │ │ └── FancyPopup.g.i.cs │ │ ├── KeyPosé_MarkupCompile.i.lref │ │ ├── KeyPose.csproj.GenerateResource.Cache │ │ ├── KeyPosé.Properties.Resources.resources │ │ ├── DesignTimeResolveAssemblyReferences.cache │ │ ├── KeyPose.csprojResolveAssemblyReference.cache │ │ ├── TempPE │ │ └── Properties.Resources.Designer.cs.dll │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache │ │ ├── KeyPosé_MarkupCompile.cache │ │ ├── KeyPosé_MarkupCompile.i.cache │ │ ├── KeyPosé_MarkupCompile.lref │ │ ├── App.g.cs │ │ ├── App.g.i.cs │ │ ├── GeneratedInternalTypeHelper.g.cs │ │ ├── GeneratedInternalTypeHelper.g.i.cs │ │ ├── SettingsWindow.g.cs │ │ ├── SettingsWindow.g.i.cs │ │ └── KeyPose.csproj.FileListAbsolute.txt ├── Icons │ ├── Bulb.ico │ ├── Error.ico │ ├── Main.ico │ ├── Inactive.ico │ ├── Computers.ico │ └── NetDrives.ico ├── Images │ ├── Add.png │ ├── Close.png │ ├── Info.png │ ├── Logo.png │ ├── Remove.png │ ├── Preferences.png │ └── Images Sprite.png ├── bin │ ├── Debug │ │ ├── KeyPosé.exe │ │ ├── KeyPosé.pdb │ │ ├── KeyPosé.vshost.exe │ │ ├── Gma.System.MouseKeyHook.dll │ │ ├── Hardcodet.Wpf.TaskbarNotification.dll │ │ ├── Hardcodet.Wpf.TaskbarNotification.pdb │ │ ├── KeyPosé.exe.config │ │ ├── KeyPosé.vshost.exe.config │ │ └── KeyPosé.vshost.exe.manifest │ ├── x86 │ │ ├── Debug │ │ │ ├── KeyPosé.exe │ │ │ ├── KeyPosé.pdb │ │ │ ├── KeyPosé.vshost.exe │ │ │ ├── Gma.System.MouseKeyHook.dll │ │ │ ├── Hardcodet.Wpf.TaskbarNotification.dll │ │ │ ├── Hardcodet.Wpf.TaskbarNotification.pdb │ │ │ ├── KeyPosé.exe.config │ │ │ ├── KeyPosé.vshost.exe.config │ │ │ └── KeyPosé.vshost.exe.manifest │ │ └── Release │ │ │ ├── KeyPosé.exe │ │ │ ├── KeyPosé.pdb │ │ │ ├── KeyPosé.vshost.exe │ │ │ ├── Gma.System.MouseKeyHook.dll │ │ │ ├── Hardcodet.Wpf.TaskbarNotification.dll │ │ │ ├── Hardcodet.Wpf.TaskbarNotification.pdb │ │ │ ├── KeyPosé.exe.config │ │ │ └── KeyPosé.vshost.exe.config │ └── Release │ │ ├── KeyPosé.vshost.exe │ │ ├── KeyPosé.vshost.exe.config │ │ └── KeyPosé.vshost.exe.manifest ├── packages.config ├── App.config ├── App.xaml.cs ├── Properties │ ├── Settings.settings │ ├── DesignTimeResources.xaml │ ├── Settings.Designer.cs │ ├── AssemblyInfo.cs │ └── Resources.Designer.cs ├── SettingsWindow.xaml.cs ├── Showcase │ ├── WelcomeBalloon.xaml.cs │ ├── FancyPopup.xaml.cs │ ├── FancyToolTip.xaml.cs │ ├── NotifyIconResources.xaml │ ├── FancyBalloon.xaml.cs │ ├── ShowcaseWindow.xaml.cs │ ├── WelcomeBalloon.xaml │ ├── FancyToolTip.xaml │ └── FancyPopup.xaml ├── App.xaml ├── Commands │ ├── CloseWindowCommand.cs │ ├── HideSampleWindowCommand.cs │ ├── ShowSampleWindowCommand.cs │ └── ExitEnvironment.cs ├── SettingsWindow.xaml ├── MainWindow.xaml └── NotifyIconResources.xaml ├── .vs └── KeyPose │ ├── v14 │ ├── .suo │ └── suoD49A.tmp │ ├── v17 │ └── .suo │ └── project-colors.json ├── packages └── MouseKeyHook.5.4.0 │ ├── MouseKeyHook.5.4.0.nupkg │ └── lib │ └── net40 │ └── Gma.System.MouseKeyHook.dll ├── .gitattributes ├── .gitignore ├── KeyPose.sln └── README.md /KeyPosé/obj/Release/build.force: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPose.csproj.CopyComplete: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPose.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPose.csproj.SuggestedBindingRedirects.cache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/KeyPose.csproj.AssemblyReference.cache: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /KeyPosé/obj/Release/KeyPose.csproj.SuggestedBindingRedirects.cache: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.vs/KeyPose/v14/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/.vs/KeyPose/v14/.suo -------------------------------------------------------------------------------- /.vs/KeyPose/v17/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/.vs/KeyPose/v17/.suo -------------------------------------------------------------------------------- /KeyPosé/Icons/Bulb.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Icons/Bulb.ico -------------------------------------------------------------------------------- /KeyPosé/Icons/Error.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Icons/Error.ico -------------------------------------------------------------------------------- /KeyPosé/Icons/Main.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Icons/Main.ico -------------------------------------------------------------------------------- /KeyPosé/Images/Add.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Images/Add.png -------------------------------------------------------------------------------- /KeyPosé/Images/Close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Images/Close.png -------------------------------------------------------------------------------- /KeyPosé/Images/Info.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Images/Info.png -------------------------------------------------------------------------------- /KeyPosé/Images/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Images/Logo.png -------------------------------------------------------------------------------- /KeyPosé/Icons/Inactive.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Icons/Inactive.ico -------------------------------------------------------------------------------- /KeyPosé/Images/Remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Images/Remove.png -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/App.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/App.baml -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPose.csproj.CoreCompileInputs.cache: -------------------------------------------------------------------------------- 1 | c9d98162ae500ccfa1fee05b8c9834d352f587c1 2 | -------------------------------------------------------------------------------- /.vs/KeyPose/v14/suoD49A.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/.vs/KeyPose/v14/suoD49A.tmp -------------------------------------------------------------------------------- /KeyPosé/Icons/Computers.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Icons/Computers.ico -------------------------------------------------------------------------------- /KeyPosé/Icons/NetDrives.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Icons/NetDrives.ico -------------------------------------------------------------------------------- /KeyPosé/bin/Debug/KeyPosé.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/Debug/KeyPosé.exe -------------------------------------------------------------------------------- /KeyPosé/bin/Debug/KeyPosé.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/Debug/KeyPosé.pdb -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/KeyPosé.exe -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/KeyPosé.pdb -------------------------------------------------------------------------------- /KeyPosé/obj/Release/App.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Release/App.baml -------------------------------------------------------------------------------- /KeyPosé/Images/Preferences.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Images/Preferences.png -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/App.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/App.baml -------------------------------------------------------------------------------- /KeyPosé/Images/Images Sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/Images/Images Sprite.png -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Debug/KeyPosé.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Debug/KeyPosé.exe -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Debug/KeyPosé.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Debug/KeyPosé.pdb -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/MainWindow.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPosé.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/KeyPosé.exe -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPosé.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/KeyPosé.pdb -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/App.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/App.baml -------------------------------------------------------------------------------- /KeyPosé/bin/Debug/KeyPosé.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/Debug/KeyPosé.vshost.exe -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Release/KeyPosé.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Release/KeyPosé.exe -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Release/KeyPosé.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Release/KeyPosé.pdb -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPosé.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/KeyPosé.exe -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPosé.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/KeyPosé.pdb -------------------------------------------------------------------------------- /KeyPosé/bin/Release/KeyPosé.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/Release/KeyPosé.vshost.exe -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/KeyPosé.g.resources -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/SettingsWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/SettingsWindow.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/MainWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/MainWindow.baml -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Debug/KeyPosé.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Debug/KeyPosé.vshost.exe -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPosé.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/KeyPosé.g.resources -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/SettingsWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/SettingsWindow.baml -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Release/KeyPosé.vshost.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Release/KeyPosé.vshost.exe -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/NotifyIconResources.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/NotifyIconResources.baml -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/Showcase/FancyBalloon.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/Showcase/FancyBalloon.baml -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/Showcase/FancyPopup.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/Showcase/FancyPopup.baml -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/Showcase/FancyToolTip.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/Showcase/FancyToolTip.baml -------------------------------------------------------------------------------- /KeyPosé/obj/Release/Showcase/FancyPopup.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Release/Showcase/FancyPopup.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPosé.g.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/KeyPosé.g.resources -------------------------------------------------------------------------------- /KeyPosé/bin/Debug/Gma.System.MouseKeyHook.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/Debug/Gma.System.MouseKeyHook.dll -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/Showcase/ShowcaseWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/Showcase/ShowcaseWindow.baml -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/Showcase/WelcomeBalloon.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/Showcase/WelcomeBalloon.baml -------------------------------------------------------------------------------- /KeyPosé/obj/Release/Showcase/FancyBalloon.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Release/Showcase/FancyBalloon.baml -------------------------------------------------------------------------------- /KeyPosé/obj/Release/Showcase/FancyToolTip.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Release/Showcase/FancyToolTip.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/NotifyIconResources.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/NotifyIconResources.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/Showcase/FancyPopup.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/Showcase/FancyPopup.baml -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Debug/Gma.System.MouseKeyHook.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Debug/Gma.System.MouseKeyHook.dll -------------------------------------------------------------------------------- /KeyPosé/obj/Release/Showcase/WelcomeBalloon.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Release/Showcase/WelcomeBalloon.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/Showcase/FancyBalloon.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/Showcase/FancyBalloon.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/Showcase/FancyToolTip.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/Showcase/FancyToolTip.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/Showcase/FancyPopup.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/Showcase/FancyPopup.baml -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Release/Gma.System.MouseKeyHook.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Release/Gma.System.MouseKeyHook.dll -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/Showcase/NotifyIconResources.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/Showcase/NotifyIconResources.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/Showcase/ShowcaseWindow.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/Showcase/ShowcaseWindow.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/Showcase/WelcomeBalloon.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/Showcase/WelcomeBalloon.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/Showcase/FancyBalloon.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/Showcase/FancyBalloon.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/Showcase/FancyToolTip.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/Showcase/FancyToolTip.baml -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/Properties/DesignTimeResources.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/Properties/DesignTimeResources.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/Showcase/WelcomeBalloon.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/Showcase/WelcomeBalloon.baml -------------------------------------------------------------------------------- /packages/MouseKeyHook.5.4.0/MouseKeyHook.5.4.0.nupkg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/packages/MouseKeyHook.5.4.0/MouseKeyHook.5.4.0.nupkg -------------------------------------------------------------------------------- /KeyPosé/bin/Debug/Hardcodet.Wpf.TaskbarNotification.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/Debug/Hardcodet.Wpf.TaskbarNotification.dll -------------------------------------------------------------------------------- /KeyPosé/bin/Debug/Hardcodet.Wpf.TaskbarNotification.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/Debug/Hardcodet.Wpf.TaskbarNotification.pdb -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPose.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/KeyPose.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/KeyPosé.Properties.Resources.resources -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/KeyPosé.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPosé_MarkupCompile.i.lref: -------------------------------------------------------------------------------- 1 | 2 | 3 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\MainWindow.xaml;; 4 | 5 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/Showcase/NotifyIconResources.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/Showcase/NotifyIconResources.baml -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Debug/Hardcodet.Wpf.TaskbarNotification.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Debug/Hardcodet.Wpf.TaskbarNotification.dll -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Debug/Hardcodet.Wpf.TaskbarNotification.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Debug/Hardcodet.Wpf.TaskbarNotification.pdb -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /KeyPosé/obj/Release/KeyPosé.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Release/KeyPosé.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPose.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/KeyPose.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/Properties/DesignTimeResources.baml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/Properties/DesignTimeResources.baml -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPosé_MarkupCompile.i.lref: -------------------------------------------------------------------------------- 1 | 2 | 3 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\MainWindow.xaml;; 4 | 5 | -------------------------------------------------------------------------------- /KeyPosé/packages.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Release/Hardcodet.Wpf.TaskbarNotification.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Release/Hardcodet.Wpf.TaskbarNotification.dll -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Release/Hardcodet.Wpf.TaskbarNotification.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/bin/x86/Release/Hardcodet.Wpf.TaskbarNotification.pdb -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPosé.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/KeyPosé.Properties.Resources.resources -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPose.csproj.GenerateResource.Cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/KeyPose.csproj.GenerateResource.Cache -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPose.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/KeyPose.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Debug/KeyPosé.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /KeyPosé/obj/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPosé.Properties.Resources.resources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/KeyPosé.Properties.Resources.resources -------------------------------------------------------------------------------- /KeyPosé/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPose.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/KeyPose.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/DesignTimeResolveAssemblyReferences.cache -------------------------------------------------------------------------------- /packages/MouseKeyHook.5.4.0/lib/net40/Gma.System.MouseKeyHook.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/packages/MouseKeyHook.5.4.0/lib/net40/Gma.System.MouseKeyHook.dll -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Debug/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPose.csprojResolveAssemblyReference.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/KeyPose.csprojResolveAssemblyReference.cache -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/TempPE/Properties.Resources.Designer.cs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/TempPE/Properties.Resources.Designer.cs.dll -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AxDSan/KeyPose/HEAD/KeyPosé/obj/x86/Release/DesignTimeResolveAssemblyReferencesInput.cache -------------------------------------------------------------------------------- /KeyPosé/App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /KeyPosé/bin/Debug/KeyPosé.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /KeyPosé/bin/Debug/KeyPosé.vshost.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Debug/KeyPosé.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Release/KeyPosé.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /KeyPosé/bin/Release/KeyPosé.vshost.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Debug/KeyPosé.vshost.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Release/KeyPosé.vshost.exe.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /KeyPosé/App.xaml.cs: -------------------------------------------------------------------------------- 1 | using System.Windows; 2 | 3 | namespace KeyPose 4 | { 5 | /// 6 | /// Interaction logic for App.xaml 7 | /// 8 | public partial class App : Application 9 | { 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /KeyPosé/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/.NETFramework,Version=v4.8.AssemblyAttributes.cs: -------------------------------------------------------------------------------- 1 | // 2 | using System; 3 | using System.Reflection; 4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] 5 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/.NETFramework,Version=v4.8.AssemblyAttributes.cs: -------------------------------------------------------------------------------- 1 | // 2 | using System; 3 | using System.Reflection; 4 | [assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")] 5 | -------------------------------------------------------------------------------- /KeyPosé/SettingsWindow.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Windows; 3 | 4 | namespace KeyPose 5 | { 6 | /// 7 | /// Interaction logic for SettingsWindow.xaml 8 | /// 9 | public partial class SettingsWindow : Window 10 | { 11 | public SettingsWindow() 12 | { 13 | InitializeComponent(); 14 | } 15 | } 16 | } 17 | -------------------------------------------------------------------------------- /KeyPosé/Showcase/WelcomeBalloon.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Windows.Controls; 3 | 4 | namespace KeyPose 5 | { 6 | /// 7 | /// Interaction logic for WelcomeBalloon.xaml 8 | /// 9 | public partial class WelcomeBalloon : UserControl 10 | { 11 | public WelcomeBalloon() 12 | { 13 | InitializeComponent(); 14 | } 15 | } 16 | } -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé_MarkupCompile.lref: -------------------------------------------------------------------------------- 1 | 2 | 3 | FF:\workspace\KeyPose\KeyPosé\MainWindow.xaml;; 4 | FF:\workspace\KeyPose\KeyPosé\NotifyIconResources.xaml;; 5 | FF:\workspace\KeyPose\KeyPosé\Properties\DesignTimeResources.xaml;; 6 | FF:\workspace\KeyPose\KeyPosé\SettingsWindow.xaml;; 7 | FF:\workspace\KeyPose\KeyPosé\Showcase\NotifyIconResources.xaml;; 8 | FF:\workspace\KeyPose\KeyPosé\Showcase\ShowcaseWindow.xaml;; 9 | 10 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /KeyPosé/Properties/DesignTimeResources.xaml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /.vs/KeyPose/project-colors.json: -------------------------------------------------------------------------------- 1 | { 2 | "Version": 1, 3 | "ProjectMap": { 4 | "de51575c-714e-4fb0-b3fd-d4867ecc207e": { 5 | "ProjectGuid": "de51575c-714e-4fb0-b3fd-d4867ecc207e", 6 | "DisplayName": "KeyPose", 7 | "ColorIndex": 0 8 | }, 9 | "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3": { 10 | "ProjectGuid": "a2fe74e1-b743-11d0-ae1a-00a0c90fffc3", 11 | "DisplayName": "Fichiers divers", 12 | "ColorIndex": -1 13 | } 14 | }, 15 | "NextColorIndex": 1 16 | } -------------------------------------------------------------------------------- /KeyPosé/bin/Debug/KeyPosé.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /KeyPosé/bin/Release/KeyPosé.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /KeyPosé/bin/x86/Debug/KeyPosé.vshost.exe.manifest: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé_MarkupCompile.cache: -------------------------------------------------------------------------------- 1 | KeyPosé 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | F:\workspace\KeyPose\KeyPosé\obj\Debug\ 8 | KeyPosé 9 | none 10 | false 11 | DEBUG;TRACE 12 | F:\workspace\KeyPose\KeyPosé\App.xaml 13 | 101346577490 14 | 15 | 16-96288333 16 | 18-149266349 17 | MainWindow.xaml;NotifyIconResources.xaml;Properties\DesignTimeResources.xaml;SettingsWindow.xaml;Showcase\FancyBalloon.xaml;Showcase\FancyPopup.xaml;Showcase\FancyToolTip.xaml;Showcase\NotifyIconResources.xaml;Showcase\ShowcaseWindow.xaml;Showcase\WelcomeBalloon.xaml; 18 | 19 | False 20 | 21 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé_MarkupCompile.i.cache: -------------------------------------------------------------------------------- 1 | KeyPosé 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | F:\workspace\KeyPose\KeyPosé\obj\Debug\ 8 | KeyPosé 9 | none 10 | false 11 | DEBUG;TRACE 12 | F:\workspace\KeyPose\KeyPosé\App.xaml 13 | 101346577490 14 | 15 | 171825489788 16 | 18-149266349 17 | MainWindow.xaml;NotifyIconResources.xaml;Properties\DesignTimeResources.xaml;SettingsWindow.xaml;Showcase\FancyBalloon.xaml;Showcase\FancyPopup.xaml;Showcase\FancyToolTip.xaml;Showcase\NotifyIconResources.xaml;Showcase\ShowcaseWindow.xaml;Showcase\WelcomeBalloon.xaml; 18 | 19 | False 20 | 21 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé_Content.g.i.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.42000 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | [assembly: System.Windows.Resources.AssemblyAssociatedContentFileAttribute("icons/main.ico")] 12 | 13 | 14 | -------------------------------------------------------------------------------- /KeyPosé/App.xaml: -------------------------------------------------------------------------------- 1 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/KeyPosé_MarkupCompile.i.cache: -------------------------------------------------------------------------------- 1 | KeyPosé 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\ 8 | KeyPosé 9 | none 10 | false 11 | TRACE 12 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\App.xaml 13 | 10-1536904517 14 | 15 | 19821484540 16 | 18-830646488 17 | MainWindow.xaml;NotifyIconResources.xaml;Properties\DesignTimeResources.xaml;SettingsWindow.xaml;Showcase\FancyBalloon.xaml;Showcase\FancyPopup.xaml;Showcase\FancyToolTip.xaml;Showcase\NotifyIconResources.xaml;Showcase\ShowcaseWindow.xaml;Showcase\WelcomeBalloon.xaml; 18 | 19 | False 20 | 21 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPosé_MarkupCompile.cache: -------------------------------------------------------------------------------- 1 | KeyPosé 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\ 8 | KeyPosé 9 | none 10 | false 11 | TRACE 12 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\App.xaml 13 | 10-1536904517 14 | 15 | 201113599274 16 | 18-830646488 17 | MainWindow.xaml;NotifyIconResources.xaml;Properties\DesignTimeResources.xaml;SettingsWindow.xaml;Showcase\FancyBalloon.xaml;Showcase\FancyPopup.xaml;Showcase\FancyToolTip.xaml;Showcase\NotifyIconResources.xaml;Showcase\ShowcaseWindow.xaml;Showcase\WelcomeBalloon.xaml; 18 | 19 | True 20 | 21 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPosé_MarkupCompile.cache: -------------------------------------------------------------------------------- 1 | KeyPosé 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\ 8 | KeyPosé 9 | none 10 | false 11 | DEBUG;TRACE 12 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\App.xaml 13 | 10-1536904517 14 | 15 | 16406357286 16 | 18-830646488 17 | MainWindow.xaml;NotifyIconResources.xaml;Properties\DesignTimeResources.xaml;SettingsWindow.xaml;Showcase\FancyBalloon.xaml;Showcase\FancyPopup.xaml;Showcase\FancyToolTip.xaml;Showcase\NotifyIconResources.xaml;Showcase\ShowcaseWindow.xaml;Showcase\WelcomeBalloon.xaml; 18 | 19 | False 20 | 21 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPosé_MarkupCompile.i.cache: -------------------------------------------------------------------------------- 1 | KeyPosé 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\ 8 | KeyPosé 9 | none 10 | false 11 | DEBUG;TRACE 12 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\App.xaml 13 | 10-1536904517 14 | 15 | 20807790581 16 | 18-830646488 17 | MainWindow.xaml;NotifyIconResources.xaml;Properties\DesignTimeResources.xaml;SettingsWindow.xaml;Showcase\FancyBalloon.xaml;Showcase\FancyPopup.xaml;Showcase\FancyToolTip.xaml;Showcase\NotifyIconResources.xaml;Showcase\ShowcaseWindow.xaml;Showcase\WelcomeBalloon.xaml; 18 | 19 | True 20 | 21 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPosé_MarkupCompile.i.cache: -------------------------------------------------------------------------------- 1 | KeyPosé 2 | 3 | 4 | winexe 5 | C# 6 | .cs 7 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\ 8 | KeyPosé 9 | none 10 | false 11 | TRACE 12 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\App.xaml 13 | 10-1536904517 14 | 15 | 201113599274 16 | 18-830646488 17 | MainWindow.xaml;NotifyIconResources.xaml;Properties\DesignTimeResources.xaml;SettingsWindow.xaml;Showcase\FancyBalloon.xaml;Showcase\FancyPopup.xaml;Showcase\FancyToolTip.xaml;Showcase\NotifyIconResources.xaml;Showcase\ShowcaseWindow.xaml;Showcase\WelcomeBalloon.xaml; 18 | 19 | True 20 | 21 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPosé_MarkupCompile.lref: -------------------------------------------------------------------------------- 1 | 2 | 3 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\MainWindow.xaml;; 4 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\NotifyIconResources.xaml;; 5 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\Properties\DesignTimeResources.xaml;; 6 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\SettingsWindow.xaml;; 7 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\Showcase\NotifyIconResources.xaml;; 8 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\Showcase\ShowcaseWindow.xaml;; 9 | 10 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPosé_MarkupCompile.lref: -------------------------------------------------------------------------------- 1 | 2 | 3 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\MainWindow.xaml;; 4 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\NotifyIconResources.xaml;; 5 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\Properties\DesignTimeResources.xaml;; 6 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\SettingsWindow.xaml;; 7 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\Showcase\NotifyIconResources.xaml;; 8 | FC:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\Showcase\ShowcaseWindow.xaml;; 9 | 10 | -------------------------------------------------------------------------------- /KeyPosé/Commands/CloseWindowCommand.cs: -------------------------------------------------------------------------------- 1 | using System.Windows; 2 | using System.Windows.Input; 3 | 4 | namespace KeyPose.Commands 5 | { 6 | /// 7 | /// Closes the current window. 8 | /// 9 | public class CloseWindowCommand : CommandBase 10 | { 11 | public override void Execute(object parameter) 12 | { 13 | GetTaskbarWindow(parameter).Close(); 14 | CommandManager.InvalidateRequerySuggested(); 15 | } 16 | 17 | 18 | public override bool CanExecute(object parameter) 19 | { 20 | Window win = GetTaskbarWindow(parameter); 21 | return win != null; 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /KeyPosé/Commands/HideSampleWindowCommand.cs: -------------------------------------------------------------------------------- 1 | using System.Windows; 2 | using System.Windows.Input; 3 | 4 | namespace KeyPose.Commands 5 | { 6 | /// 7 | /// Hides the main window. 8 | /// 9 | public class HideSampleWindowCommand : CommandBase 10 | { 11 | public override void Execute(object parameter) 12 | { 13 | GetTaskbarWindow(parameter).Hide(); 14 | CommandManager.InvalidateRequerySuggested(); 15 | } 16 | 17 | 18 | public override bool CanExecute(object parameter) 19 | { 20 | Window win = GetTaskbarWindow(parameter); 21 | return win != null && win.IsVisible; 22 | } 23 | } 24 | } -------------------------------------------------------------------------------- /KeyPosé/Commands/ShowSampleWindowCommand.cs: -------------------------------------------------------------------------------- 1 | using System.Windows; 2 | using System.Windows.Input; 3 | 4 | namespace KeyPose.Commands 5 | { 6 | /// 7 | /// Shows the main window. 8 | /// 9 | public class ShowSampleWindowCommand : CommandBase 10 | { 11 | public override void Execute(object parameter) 12 | { 13 | MainWindow mainWindow = new MainWindow(); 14 | mainWindow.Close(); 15 | CommandManager.InvalidateRequerySuggested(); 16 | } 17 | 18 | 19 | public override bool CanExecute(object parameter) 20 | { 21 | Window win = (MainWindow)GetTaskbarWindow(parameter); 22 | return win != null && !win.IsVisible; 23 | } 24 | } 25 | } -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # Windows image file caches 2 | Thumbs.db 3 | ehthumbs.db 4 | 5 | # Folder config file 6 | Desktop.ini 7 | 8 | # Recycle Bin used on file shares 9 | $RECYCLE.BIN/ 10 | 11 | # Windows Installer files 12 | *.cab 13 | *.msi 14 | *.msm 15 | *.msp 16 | 17 | # Windows shortcuts 18 | *.lnk 19 | 20 | # ========================= 21 | # Operating System Files 22 | # ========================= 23 | 24 | # OSX 25 | # ========================= 26 | 27 | .DS_Store 28 | .AppleDouble 29 | .LSOverride 30 | 31 | # Thumbnails 32 | ._* 33 | 34 | # Files that might appear in the root of a volume 35 | .DocumentRevisions-V100 36 | .fseventsd 37 | .Spotlight-V100 38 | .TemporaryItems 39 | .Trashes 40 | .VolumeIcon.icns 41 | 42 | # Directories potentially created on remote AFP share 43 | .AppleDB 44 | .AppleDesktop 45 | Network Trash Folder 46 | Temporary Items 47 | .apdisk 48 | -------------------------------------------------------------------------------- /KeyPosé/SettingsWindow.xaml: -------------------------------------------------------------------------------- 1 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /KeyPosé/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Ce code a été généré par un outil. 4 | // Version du runtime :4.0.30319.42000 5 | // 6 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 7 | // le code est régénéré. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace KeyPosé.Properties { 12 | 13 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.0.3.0")] 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 | 20 | public static Settings Default { 21 | get { 22 | return defaultInstance; 23 | } 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/KeyPose.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | F:\workspace\KeyPose\KeyPosé\obj\Release\KeyPose.csproj.AssemblyReference.cache 2 | F:\workspace\KeyPose\KeyPosé\obj\Release\KeyPose.csproj.SuggestedBindingRedirects.cache 3 | F:\workspace\KeyPose\KeyPosé\obj\Release\Showcase\FancyBalloon.baml 4 | F:\workspace\KeyPose\KeyPosé\obj\Release\Showcase\FancyPopup.baml 5 | F:\workspace\KeyPose\KeyPosé\obj\Release\Showcase\FancyToolTip.baml 6 | F:\workspace\KeyPose\KeyPosé\obj\Release\Showcase\WelcomeBalloon.baml 7 | F:\workspace\KeyPose\KeyPosé\obj\Release\App.baml 8 | F:\workspace\KeyPose\KeyPosé\obj\Release\MainWindow.g.cs 9 | F:\workspace\KeyPose\KeyPosé\obj\Release\SettingsWindow.g.cs 10 | F:\workspace\KeyPose\KeyPosé\obj\Release\Showcase\FancyBalloon.g.cs 11 | F:\workspace\KeyPose\KeyPosé\obj\Release\Showcase\FancyPopup.g.cs 12 | F:\workspace\KeyPose\KeyPosé\obj\Release\Showcase\FancyToolTip.g.cs 13 | F:\workspace\KeyPose\KeyPosé\obj\Release\Showcase\WelcomeBalloon.g.cs 14 | F:\workspace\KeyPose\KeyPosé\obj\Release\App.g.cs 15 | F:\workspace\KeyPose\KeyPosé\obj\Release\GeneratedInternalTypeHelper.g.cs 16 | F:\workspace\KeyPose\KeyPosé\obj\Release\KeyPosé_MarkupCompile.cache 17 | F:\workspace\KeyPose\KeyPosé\obj\Release\KeyPosé_MarkupCompile.lref 18 | -------------------------------------------------------------------------------- /KeyPosé/Commands/ExitEnvironment.cs: -------------------------------------------------------------------------------- 1 | using System.Windows.Input; 2 | using System.Windows; 3 | using System; 4 | 5 | namespace KeyPose.Commands 6 | { 7 | public class ExitEnvironment : CommandBase 8 | { 9 | 10 | public override void Execute(object parameter) 11 | { 12 | Exit(); 13 | } 14 | 15 | public void Exit() 16 | { 17 | if (System.Windows.Forms.Application.MessageLoop) 18 | { 19 | // WinForms app 20 | Application app = new Application(); 21 | app.Shutdown(); 22 | } 23 | else 24 | { 25 | // Console app 26 | System.Environment.Exit(1); 27 | } 28 | CommandManager.InvalidateRequerySuggested(); 29 | } 30 | 31 | //public override void Execute(object parameter) 32 | //{ 33 | // MainWindow mainWindow = new MainWindow(); 34 | // mainWindow.Close(); 35 | // CommandManager.InvalidateRequerySuggested(); 36 | //} 37 | 38 | //public override bool CanExecute(object parameter) 39 | //{ 40 | // Window win = GetTaskbarWindow(parameter); 41 | // return win != null; 42 | //} 43 | } 44 | } 45 | -------------------------------------------------------------------------------- /KeyPose.sln: -------------------------------------------------------------------------------- 1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 3 | # Blend for Visual Studio 14 4 | VisualStudioVersion = 14.0.25123.0 5 | MinimumVisualStudioVersion = 10.0.40219.1 6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KeyPose", "KeyPosé\KeyPose.csproj", "{DE51575C-714E-4FB0-B3FD-D4867ECC207E}" 7 | EndProject 8 | Global 9 | GlobalSection(SolutionConfigurationPlatforms) = preSolution 10 | Debug|Any CPU = Debug|Any CPU 11 | Debug|x86 = Debug|x86 12 | Release|Any CPU = Release|Any CPU 13 | Release|x86 = Release|x86 14 | EndGlobalSection 15 | GlobalSection(ProjectConfigurationPlatforms) = postSolution 16 | {DE51575C-714E-4FB0-B3FD-D4867ECC207E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 17 | {DE51575C-714E-4FB0-B3FD-D4867ECC207E}.Debug|Any CPU.Build.0 = Debug|Any CPU 18 | {DE51575C-714E-4FB0-B3FD-D4867ECC207E}.Debug|x86.ActiveCfg = Debug|x86 19 | {DE51575C-714E-4FB0-B3FD-D4867ECC207E}.Debug|x86.Build.0 = Debug|x86 20 | {DE51575C-714E-4FB0-B3FD-D4867ECC207E}.Release|Any CPU.ActiveCfg = Release|Any CPU 21 | {DE51575C-714E-4FB0-B3FD-D4867ECC207E}.Release|Any CPU.Build.0 = Release|Any CPU 22 | {DE51575C-714E-4FB0-B3FD-D4867ECC207E}.Release|x86.ActiveCfg = Release|x86 23 | {DE51575C-714E-4FB0-B3FD-D4867ECC207E}.Release|x86.Build.0 = Release|x86 24 | EndGlobalSection 25 | GlobalSection(SolutionProperties) = preSolution 26 | HideSolutionNode = FALSE 27 | EndGlobalSection 28 | EndGlobal 29 | -------------------------------------------------------------------------------- /KeyPosé/MainWindow.xaml: -------------------------------------------------------------------------------- 1 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/KeyPosé.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\bin\Release\KeyPosé.exe.config 2 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\bin\Release\KeyPosé.exe 3 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\bin\Release\KeyPosé.pdb 4 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\bin\Release\Gma.System.MouseKeyHook.dll 5 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\MainWindow.g.cs 6 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\App.g.cs 7 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\KeyPosé_MarkupCompile.cache 8 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\KeyPosé_MarkupCompile.lref 9 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\MainWindow.baml 10 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\KeyPosé.g.resources 11 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\KeyPosé.Properties.Resources.resources 12 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\KeyPosé.csproj.GenerateResource.Cache 13 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\KeyPosé.exe 14 | c:\users\john smith\documents\visual studio 2015\Projects\KeyPosé\KeyPosé\obj\Release\KeyPosé.pdb 15 | -------------------------------------------------------------------------------- /KeyPosé/Showcase/FancyPopup.xaml.cs: -------------------------------------------------------------------------------- 1 | using System.Windows; 2 | using System.Windows.Controls; 3 | 4 | namespace KeyPose 5 | { 6 | /// 7 | /// Interaction logic for FancyPopup.xaml 8 | /// 9 | public partial class FancyPopup : UserControl 10 | { 11 | #region ClickCount dependency property 12 | 13 | /// 14 | /// The number of clicks on the popup button. 15 | /// 16 | public static readonly DependencyProperty ClickCountProperty = 17 | DependencyProperty.Register("ClickCount", 18 | typeof (int), 19 | typeof (FancyPopup), 20 | new FrameworkPropertyMetadata(0)); 21 | 22 | /// 23 | /// A property wrapper for the 24 | /// dependency property:
25 | /// The number of clicks on the popup button. 26 | ///
27 | public int ClickCount 28 | { 29 | get { return (int) GetValue(ClickCountProperty); } 30 | set { SetValue(ClickCountProperty, value); } 31 | } 32 | 33 | #endregion 34 | 35 | public FancyPopup() 36 | { 37 | InitializeComponent(); 38 | } 39 | 40 | private void OnButtonClick(object sender, RoutedEventArgs e) 41 | { 42 | //just increment a counter - will be displayed on screen 43 | SettingsWindow settingsWindow = new SettingsWindow(); 44 | settingsWindow.Show(); 45 | } 46 | } 47 | } -------------------------------------------------------------------------------- /KeyPosé/Showcase/FancyToolTip.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Text; 4 | using System.Windows; 5 | using System.Windows.Controls; 6 | using System.Windows.Data; 7 | using System.Windows.Documents; 8 | using System.Windows.Input; 9 | using System.Windows.Media; 10 | using System.Windows.Media.Imaging; 11 | using System.Windows.Navigation; 12 | using System.Windows.Shapes; 13 | using Hardcodet.Wpf.TaskbarNotification; 14 | 15 | namespace KeyPose 16 | { 17 | /// 18 | /// Interaction logic for FancyToolTip.xaml 19 | /// 20 | public partial class FancyToolTip 21 | { 22 | #region InfoText dependency property 23 | 24 | /// 25 | /// The tooltip details. 26 | /// 27 | public static readonly DependencyProperty InfoTextProperty = 28 | DependencyProperty.Register("InfoText", 29 | typeof (string), 30 | typeof (FancyToolTip), 31 | new FrameworkPropertyMetadata("")); 32 | 33 | /// 34 | /// A property wrapper for the 35 | /// dependency property:
36 | /// The tooltip details. 37 | ///
38 | public string InfoText 39 | { 40 | get { return (string) GetValue(InfoTextProperty); } 41 | set { SetValue(InfoTextProperty, value); } 42 | } 43 | 44 | #endregion 45 | 46 | public FancyToolTip() 47 | { 48 | InitializeComponent(); 49 | } 50 | } 51 | } -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | 2 | GNU General Public License v2.0 3 | ############################################################ 4 | # Program Name: KeyPosé # 5 | # Version: 1.0 # 6 | # Description: Shows Keyboard Keystrokes and # 7 | # Key Combinations in Real-time. # 8 | ############################################################ 9 | 10 | Copyright (c) 2016 John Smith "0x90" 11 | 12 | This program is free software: you can redistribute it and/or modify 13 | it under the terms of the GNU General Public License as published by 14 | the Free Software Foundation, either version 3 of the License, or 15 | (at your option) any later version. 16 | 17 | This program is distributed in the hope that it will be useful, 18 | but WITHOUT ANY WARRANTY; without even the implied warranty of 19 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 | GNU General Public License for more details. 21 | 22 | # KeyPosé 23 | Shows Keyboard pressed keys (combinations) on-screen in a nicely and elegant display. 24 | 25 | ![KeyPosé Running](http://i.imgur.com/XehPl0P.png) 26 | 27 | Still this is pretty early in development, however I have added basic keys to show up on screen. 28 | 29 | Note: As you may notice this is just as Windows-Keystroker, but now It's on Managed Code (.NET) 30 | 31 | --- 32 | 33 | # TODO: 34 | > 1. Finish Configuration GUI 35 | > 2. Complete the 'CTRL + ' Function 36 | > 3. Add 'Shift + ' Function 37 | > 4. Add 'Alt + ' Function 38 | > 5. Lastly, Add function that handles a mixture of all of the above. 39 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/KeyPosé.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\Debug\KeyPosé.exe.config 2 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\Debug\KeyPosé.exe 3 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\Debug\KeyPosé.pdb 4 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\Debug\Gma.System.MouseKeyHook.dll 5 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\MainWindow.g.cs 6 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\App.g.cs 7 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\KeyPosé_MarkupCompile.cache 8 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\KeyPosé_MarkupCompile.lref 9 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\MainWindow.baml 10 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\KeyPosé.g.resources 11 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\KeyPosé.Properties.Resources.resources 12 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\KeyPosé.csproj.GenerateResource.Cache 13 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\KeyPosé.exe 14 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\KeyPosé.pdb 15 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\Debug\Hardcodet.Wpf.TaskbarNotification.dll 16 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\Debug\Hardcodet.Wpf.TaskbarNotification.pdb 17 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\Debug\Hardcodet.Wpf.TaskbarNotification.xml 18 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\KeyPosé.csprojResolveAssemblyReference.cache 19 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\Debug\GeneratedInternalTypeHelper.g.cs 20 | -------------------------------------------------------------------------------- /KeyPosé/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Resources; 3 | using System.Runtime.CompilerServices; 4 | using System.Runtime.InteropServices; 5 | using System.Windows; 6 | 7 | // General Information about an assembly is controlled through the following 8 | // set of attributes. Change these attribute values to modify the information 9 | // associated with an assembly. 10 | [assembly: AssemblyTitle("KeyPose")] 11 | [assembly: AssemblyDescription("")] 12 | [assembly: AssemblyConfiguration("")] 13 | [assembly: AssemblyCompany("")] 14 | [assembly: AssemblyProduct("KeyPose")] 15 | [assembly: AssemblyCopyright("Copyright © 2016")] 16 | [assembly: AssemblyTrademark("")] 17 | [assembly: AssemblyCulture("")] 18 | 19 | // Setting ComVisible to false makes the types in this assembly not visible 20 | // to COM components. If you need to access a type in this assembly from 21 | // COM, set the ComVisible attribute to true on that type. 22 | [assembly: ComVisible(false)] 23 | 24 | //In order to begin building localizable applications, set 25 | //CultureYouAreCodingWith in your .csproj file 26 | //inside a . For example, if you are using US english 27 | //in your source files, set the to en-US. Then uncomment 28 | //the NeutralResourceLanguage attribute below. Update the "en-US" in 29 | //the line below to match the UICulture setting in the project file. 30 | 31 | //[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)] 32 | 33 | 34 | [assembly: ThemeInfo( 35 | ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located 36 | //(used if a resource is not found in the page, 37 | // or application resource dictionaries) 38 | ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located 39 | //(used if a resource is not found in the page, 40 | // app, or any theme specific resource dictionaries) 41 | )] 42 | 43 | 44 | // Version information for an assembly consists of the following four values: 45 | // 46 | // Major Version 47 | // Minor Version 48 | // Build Number 49 | // Revision 50 | // 51 | // You can specify all the values or you can default the Build and Revision Numbers 52 | // by using the '*' as shown below: 53 | // [assembly: AssemblyVersion("1.0.*")] 54 | [assembly: AssemblyVersion("1.0.0.0")] 55 | [assembly: AssemblyFileVersion("1.0.0.0")] 56 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/App.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "74C9516B642ECC127001DE25C5D3C136" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Diagnostics; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Controls; 17 | using System.Windows.Controls.Primitives; 18 | using System.Windows.Data; 19 | using System.Windows.Documents; 20 | using System.Windows.Ink; 21 | using System.Windows.Input; 22 | using System.Windows.Markup; 23 | using System.Windows.Media; 24 | using System.Windows.Media.Animation; 25 | using System.Windows.Media.Effects; 26 | using System.Windows.Media.Imaging; 27 | using System.Windows.Media.Media3D; 28 | using System.Windows.Media.TextFormatting; 29 | using System.Windows.Navigation; 30 | using System.Windows.Shapes; 31 | using System.Windows.Shell; 32 | 33 | 34 | namespace KeyPose { 35 | 36 | 37 | /// 38 | /// App 39 | /// 40 | public partial class App : System.Windows.Application { 41 | 42 | private bool _contentLoaded; 43 | 44 | /// 45 | /// InitializeComponent 46 | /// 47 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 48 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 49 | public void InitializeComponent() { 50 | if (_contentLoaded) { 51 | return; 52 | } 53 | _contentLoaded = true; 54 | 55 | #line 4 "..\..\..\App.xaml" 56 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 57 | 58 | #line default 59 | #line hidden 60 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/app.xaml", System.UriKind.Relative); 61 | 62 | #line 1 "..\..\..\App.xaml" 63 | System.Windows.Application.LoadComponent(this, resourceLocater); 64 | 65 | #line default 66 | #line hidden 67 | } 68 | 69 | /// 70 | /// Application Entry Point. 71 | /// 72 | [System.STAThreadAttribute()] 73 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 74 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 75 | public static void Main() { 76 | KeyPose.App app = new KeyPose.App(); 77 | app.InitializeComponent(); 78 | app.Run(); 79 | } 80 | } 81 | } 82 | 83 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/App.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "74C9516B642ECC127001DE25C5D3C136" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Diagnostics; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Controls; 17 | using System.Windows.Controls.Primitives; 18 | using System.Windows.Data; 19 | using System.Windows.Documents; 20 | using System.Windows.Ink; 21 | using System.Windows.Input; 22 | using System.Windows.Markup; 23 | using System.Windows.Media; 24 | using System.Windows.Media.Animation; 25 | using System.Windows.Media.Effects; 26 | using System.Windows.Media.Imaging; 27 | using System.Windows.Media.Media3D; 28 | using System.Windows.Media.TextFormatting; 29 | using System.Windows.Navigation; 30 | using System.Windows.Shapes; 31 | using System.Windows.Shell; 32 | 33 | 34 | namespace KeyPose { 35 | 36 | 37 | /// 38 | /// App 39 | /// 40 | public partial class App : System.Windows.Application { 41 | 42 | private bool _contentLoaded; 43 | 44 | /// 45 | /// InitializeComponent 46 | /// 47 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 48 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 49 | public void InitializeComponent() { 50 | if (_contentLoaded) { 51 | return; 52 | } 53 | _contentLoaded = true; 54 | 55 | #line 4 "..\..\..\App.xaml" 56 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 57 | 58 | #line default 59 | #line hidden 60 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/app.xaml", System.UriKind.Relative); 61 | 62 | #line 1 "..\..\..\App.xaml" 63 | System.Windows.Application.LoadComponent(this, resourceLocater); 64 | 65 | #line default 66 | #line hidden 67 | } 68 | 69 | /// 70 | /// Application Entry Point. 71 | /// 72 | [System.STAThreadAttribute()] 73 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 74 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 75 | public static void Main() { 76 | KeyPose.App app = new KeyPose.App(); 77 | app.InitializeComponent(); 78 | app.Run(); 79 | } 80 | } 81 | } 82 | 83 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/App.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "74C9516B642ECC127001DE25C5D3C136" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Diagnostics; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Controls; 17 | using System.Windows.Controls.Primitives; 18 | using System.Windows.Data; 19 | using System.Windows.Documents; 20 | using System.Windows.Ink; 21 | using System.Windows.Input; 22 | using System.Windows.Markup; 23 | using System.Windows.Media; 24 | using System.Windows.Media.Animation; 25 | using System.Windows.Media.Effects; 26 | using System.Windows.Media.Imaging; 27 | using System.Windows.Media.Media3D; 28 | using System.Windows.Media.TextFormatting; 29 | using System.Windows.Navigation; 30 | using System.Windows.Shapes; 31 | using System.Windows.Shell; 32 | 33 | 34 | namespace KeyPose { 35 | 36 | 37 | /// 38 | /// App 39 | /// 40 | public partial class App : System.Windows.Application { 41 | 42 | private bool _contentLoaded; 43 | 44 | /// 45 | /// InitializeComponent 46 | /// 47 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 48 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 49 | public void InitializeComponent() { 50 | if (_contentLoaded) { 51 | return; 52 | } 53 | _contentLoaded = true; 54 | 55 | #line 4 "..\..\..\App.xaml" 56 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 57 | 58 | #line default 59 | #line hidden 60 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/app.xaml", System.UriKind.Relative); 61 | 62 | #line 1 "..\..\..\App.xaml" 63 | System.Windows.Application.LoadComponent(this, resourceLocater); 64 | 65 | #line default 66 | #line hidden 67 | } 68 | 69 | /// 70 | /// Application Entry Point. 71 | /// 72 | [System.STAThreadAttribute()] 73 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 74 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 75 | public static void Main() { 76 | KeyPose.App app = new KeyPose.App(); 77 | app.InitializeComponent(); 78 | app.Run(); 79 | } 80 | } 81 | } 82 | 83 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/App.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\App.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "74C9516B642ECC127001DE25C5D3C136" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Diagnostics; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Controls; 17 | using System.Windows.Controls.Primitives; 18 | using System.Windows.Data; 19 | using System.Windows.Documents; 20 | using System.Windows.Ink; 21 | using System.Windows.Input; 22 | using System.Windows.Markup; 23 | using System.Windows.Media; 24 | using System.Windows.Media.Animation; 25 | using System.Windows.Media.Effects; 26 | using System.Windows.Media.Imaging; 27 | using System.Windows.Media.Media3D; 28 | using System.Windows.Media.TextFormatting; 29 | using System.Windows.Navigation; 30 | using System.Windows.Shapes; 31 | using System.Windows.Shell; 32 | 33 | 34 | namespace KeyPose { 35 | 36 | 37 | /// 38 | /// App 39 | /// 40 | public partial class App : System.Windows.Application { 41 | 42 | private bool _contentLoaded; 43 | 44 | /// 45 | /// InitializeComponent 46 | /// 47 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 48 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 49 | public void InitializeComponent() { 50 | if (_contentLoaded) { 51 | return; 52 | } 53 | _contentLoaded = true; 54 | 55 | #line 4 "..\..\..\App.xaml" 56 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 57 | 58 | #line default 59 | #line hidden 60 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/app.xaml", System.UriKind.Relative); 61 | 62 | #line 1 "..\..\..\App.xaml" 63 | System.Windows.Application.LoadComponent(this, resourceLocater); 64 | 65 | #line default 66 | #line hidden 67 | } 68 | 69 | /// 70 | /// Application Entry Point. 71 | /// 72 | [System.STAThreadAttribute()] 73 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 74 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 75 | public static void Main() { 76 | KeyPose.App app = new KeyPose.App(); 77 | app.InitializeComponent(); 78 | app.Run(); 79 | } 80 | } 81 | } 82 | 83 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/App.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3514F6373E3D9626BB3A510B63F82C46CF85BFF39BD9E907C6F05A8F75B9FFD9" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Ce code a été généré par un outil. 5 | // Version du runtime :4.0.30319.42000 6 | // 7 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 8 | // le code est régénéré. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Diagnostics; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Controls; 17 | using System.Windows.Controls.Primitives; 18 | using System.Windows.Data; 19 | using System.Windows.Documents; 20 | using System.Windows.Ink; 21 | using System.Windows.Input; 22 | using System.Windows.Markup; 23 | using System.Windows.Media; 24 | using System.Windows.Media.Animation; 25 | using System.Windows.Media.Effects; 26 | using System.Windows.Media.Imaging; 27 | using System.Windows.Media.Media3D; 28 | using System.Windows.Media.TextFormatting; 29 | using System.Windows.Navigation; 30 | using System.Windows.Shapes; 31 | using System.Windows.Shell; 32 | 33 | 34 | namespace KeyPose { 35 | 36 | 37 | /// 38 | /// App 39 | /// 40 | public partial class App : System.Windows.Application { 41 | 42 | private bool _contentLoaded; 43 | 44 | /// 45 | /// InitializeComponent 46 | /// 47 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 48 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 49 | public void InitializeComponent() { 50 | if (_contentLoaded) { 51 | return; 52 | } 53 | _contentLoaded = true; 54 | 55 | #line 4 "..\..\App.xaml" 56 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 57 | 58 | #line default 59 | #line hidden 60 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/app.xaml", System.UriKind.Relative); 61 | 62 | #line 1 "..\..\App.xaml" 63 | System.Windows.Application.LoadComponent(this, resourceLocater); 64 | 65 | #line default 66 | #line hidden 67 | } 68 | 69 | /// 70 | /// Application Entry Point. 71 | /// 72 | [System.STAThreadAttribute()] 73 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 74 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 75 | public static void Main() { 76 | KeyPose.App app = new KeyPose.App(); 77 | app.InitializeComponent(); 78 | app.Run(); 79 | } 80 | } 81 | } 82 | 83 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/App.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3514F6373E3D9626BB3A510B63F82C46CF85BFF39BD9E907C6F05A8F75B9FFD9" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Ce code a été généré par un outil. 5 | // Version du runtime :4.0.30319.42000 6 | // 7 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 8 | // le code est régénéré. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Diagnostics; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Controls; 17 | using System.Windows.Controls.Primitives; 18 | using System.Windows.Data; 19 | using System.Windows.Documents; 20 | using System.Windows.Ink; 21 | using System.Windows.Input; 22 | using System.Windows.Markup; 23 | using System.Windows.Media; 24 | using System.Windows.Media.Animation; 25 | using System.Windows.Media.Effects; 26 | using System.Windows.Media.Imaging; 27 | using System.Windows.Media.Media3D; 28 | using System.Windows.Media.TextFormatting; 29 | using System.Windows.Navigation; 30 | using System.Windows.Shapes; 31 | using System.Windows.Shell; 32 | 33 | 34 | namespace KeyPose { 35 | 36 | 37 | /// 38 | /// App 39 | /// 40 | public partial class App : System.Windows.Application { 41 | 42 | private bool _contentLoaded; 43 | 44 | /// 45 | /// InitializeComponent 46 | /// 47 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 48 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 49 | public void InitializeComponent() { 50 | if (_contentLoaded) { 51 | return; 52 | } 53 | _contentLoaded = true; 54 | 55 | #line 4 "..\..\App.xaml" 56 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 57 | 58 | #line default 59 | #line hidden 60 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/app.xaml", System.UriKind.Relative); 61 | 62 | #line 1 "..\..\App.xaml" 63 | System.Windows.Application.LoadComponent(this, resourceLocater); 64 | 65 | #line default 66 | #line hidden 67 | } 68 | 69 | /// 70 | /// Application Entry Point. 71 | /// 72 | [System.STAThreadAttribute()] 73 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 74 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 75 | public static void Main() { 76 | KeyPose.App app = new KeyPose.App(); 77 | app.InitializeComponent(); 78 | app.Run(); 79 | } 80 | } 81 | } 82 | 83 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/App.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3514F6373E3D9626BB3A510B63F82C46CF85BFF39BD9E907C6F05A8F75B9FFD9" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Ce code a été généré par un outil. 5 | // Version du runtime :4.0.30319.42000 6 | // 7 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 8 | // le code est régénéré. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Diagnostics; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Controls; 17 | using System.Windows.Controls.Primitives; 18 | using System.Windows.Data; 19 | using System.Windows.Documents; 20 | using System.Windows.Ink; 21 | using System.Windows.Input; 22 | using System.Windows.Markup; 23 | using System.Windows.Media; 24 | using System.Windows.Media.Animation; 25 | using System.Windows.Media.Effects; 26 | using System.Windows.Media.Imaging; 27 | using System.Windows.Media.Media3D; 28 | using System.Windows.Media.TextFormatting; 29 | using System.Windows.Navigation; 30 | using System.Windows.Shapes; 31 | using System.Windows.Shell; 32 | 33 | 34 | namespace KeyPose { 35 | 36 | 37 | /// 38 | /// App 39 | /// 40 | public partial class App : System.Windows.Application { 41 | 42 | private bool _contentLoaded; 43 | 44 | /// 45 | /// InitializeComponent 46 | /// 47 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 48 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 49 | public void InitializeComponent() { 50 | if (_contentLoaded) { 51 | return; 52 | } 53 | _contentLoaded = true; 54 | 55 | #line 4 "..\..\App.xaml" 56 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 57 | 58 | #line default 59 | #line hidden 60 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/app.xaml", System.UriKind.Relative); 61 | 62 | #line 1 "..\..\App.xaml" 63 | System.Windows.Application.LoadComponent(this, resourceLocater); 64 | 65 | #line default 66 | #line hidden 67 | } 68 | 69 | /// 70 | /// Application Entry Point. 71 | /// 72 | [System.STAThreadAttribute()] 73 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 74 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 75 | public static void Main() { 76 | KeyPose.App app = new KeyPose.App(); 77 | app.InitializeComponent(); 78 | app.Run(); 79 | } 80 | } 81 | } 82 | 83 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/App.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\App.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "3514F6373E3D9626BB3A510B63F82C46CF85BFF39BD9E907C6F05A8F75B9FFD9" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Ce code a été généré par un outil. 5 | // Version du runtime :4.0.30319.42000 6 | // 7 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 8 | // le code est régénéré. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Diagnostics; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Controls; 17 | using System.Windows.Controls.Primitives; 18 | using System.Windows.Data; 19 | using System.Windows.Documents; 20 | using System.Windows.Ink; 21 | using System.Windows.Input; 22 | using System.Windows.Markup; 23 | using System.Windows.Media; 24 | using System.Windows.Media.Animation; 25 | using System.Windows.Media.Effects; 26 | using System.Windows.Media.Imaging; 27 | using System.Windows.Media.Media3D; 28 | using System.Windows.Media.TextFormatting; 29 | using System.Windows.Navigation; 30 | using System.Windows.Shapes; 31 | using System.Windows.Shell; 32 | 33 | 34 | namespace KeyPose { 35 | 36 | 37 | /// 38 | /// App 39 | /// 40 | public partial class App : System.Windows.Application { 41 | 42 | private bool _contentLoaded; 43 | 44 | /// 45 | /// InitializeComponent 46 | /// 47 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 48 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 49 | public void InitializeComponent() { 50 | if (_contentLoaded) { 51 | return; 52 | } 53 | _contentLoaded = true; 54 | 55 | #line 4 "..\..\App.xaml" 56 | this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative); 57 | 58 | #line default 59 | #line hidden 60 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/app.xaml", System.UriKind.Relative); 61 | 62 | #line 1 "..\..\App.xaml" 63 | System.Windows.Application.LoadComponent(this, resourceLocater); 64 | 65 | #line default 66 | #line hidden 67 | } 68 | 69 | /// 70 | /// Application Entry Point. 71 | /// 72 | [System.STAThreadAttribute()] 73 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 74 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 75 | public static void Main() { 76 | KeyPose.App app = new KeyPose.App(); 77 | app.InitializeComponent(); 78 | app.Run(); 79 | } 80 | } 81 | } 82 | 83 | -------------------------------------------------------------------------------- /KeyPosé/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Ce code a été généré par un outil. 4 | // Version du runtime :4.0.30319.42000 5 | // 6 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 7 | // le code est régénéré. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace KeyPosé.Properties { 12 | using System; 13 | 14 | 15 | /// 16 | /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées. 17 | /// 18 | // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder 19 | // à l'aide d'un outil, tel que ResGen ou Visual Studio. 20 | // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen 21 | // avec l'option /str ou régénérez votre projet VS. 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources { 26 | 27 | private static global::System.Resources.ResourceManager resourceMan; 28 | 29 | private static global::System.Globalization.CultureInfo resourceCulture; 30 | 31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 32 | internal Resources() { 33 | } 34 | 35 | /// 36 | /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe. 37 | /// 38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 39 | internal static global::System.Resources.ResourceManager ResourceManager { 40 | get { 41 | if (object.ReferenceEquals(resourceMan, null)) { 42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("KeyPosé.Properties.Resources", typeof(Resources).Assembly); 43 | resourceMan = temp; 44 | } 45 | return resourceMan; 46 | } 47 | } 48 | 49 | /// 50 | /// Remplace la propriété CurrentUICulture du thread actuel pour toutes 51 | /// les recherches de ressources à l'aide de cette classe de ressource fortement typée. 52 | /// 53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 54 | internal static global::System.Globalization.CultureInfo Culture { 55 | get { 56 | return resourceCulture; 57 | } 58 | set { 59 | resourceCulture = value; 60 | } 61 | } 62 | } 63 | } 64 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/GeneratedInternalTypeHelper.g.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.42000 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace XamlGeneratedNamespace { 12 | 13 | 14 | /// 15 | /// GeneratedInternalTypeHelper 16 | /// 17 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 18 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 19 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 20 | public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { 21 | 22 | /// 23 | /// CreateInstance 24 | /// 25 | protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { 26 | return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) 27 | | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); 28 | } 29 | 30 | /// 31 | /// GetPropertyValue 32 | /// 33 | protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { 34 | return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); 35 | } 36 | 37 | /// 38 | /// SetPropertyValue 39 | /// 40 | protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { 41 | propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); 42 | } 43 | 44 | /// 45 | /// CreateDelegate 46 | /// 47 | protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { 48 | return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod 49 | | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { 50 | delegateType, 51 | handler}, null))); 52 | } 53 | 54 | /// 55 | /// AddEventHandler 56 | /// 57 | protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { 58 | eventInfo.AddEventHandler(target, handler); 59 | } 60 | } 61 | } 62 | 63 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/GeneratedInternalTypeHelper.g.i.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.42000 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace XamlGeneratedNamespace { 12 | 13 | 14 | /// 15 | /// GeneratedInternalTypeHelper 16 | /// 17 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 18 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 19 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 20 | public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { 21 | 22 | /// 23 | /// CreateInstance 24 | /// 25 | protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { 26 | return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) 27 | | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); 28 | } 29 | 30 | /// 31 | /// GetPropertyValue 32 | /// 33 | protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { 34 | return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); 35 | } 36 | 37 | /// 38 | /// SetPropertyValue 39 | /// 40 | protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { 41 | propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); 42 | } 43 | 44 | /// 45 | /// CreateDelegate 46 | /// 47 | protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { 48 | return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod 49 | | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { 50 | delegateType, 51 | handler}, null))); 52 | } 53 | 54 | /// 55 | /// AddEventHandler 56 | /// 57 | protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { 58 | eventInfo.AddEventHandler(target, handler); 59 | } 60 | } 61 | } 62 | 63 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/GeneratedInternalTypeHelper.g.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.42000 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace XamlGeneratedNamespace { 12 | 13 | 14 | /// 15 | /// GeneratedInternalTypeHelper 16 | /// 17 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 18 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 19 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 20 | public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { 21 | 22 | /// 23 | /// CreateInstance 24 | /// 25 | protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { 26 | return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) 27 | | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); 28 | } 29 | 30 | /// 31 | /// GetPropertyValue 32 | /// 33 | protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { 34 | return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); 35 | } 36 | 37 | /// 38 | /// SetPropertyValue 39 | /// 40 | protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { 41 | propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); 42 | } 43 | 44 | /// 45 | /// CreateDelegate 46 | /// 47 | protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { 48 | return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod 49 | | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { 50 | delegateType, 51 | handler}, null))); 52 | } 53 | 54 | /// 55 | /// AddEventHandler 56 | /// 57 | protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { 58 | eventInfo.AddEventHandler(target, handler); 59 | } 60 | } 61 | } 62 | 63 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/GeneratedInternalTypeHelper.g.i.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.42000 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace XamlGeneratedNamespace { 12 | 13 | 14 | /// 15 | /// GeneratedInternalTypeHelper 16 | /// 17 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 18 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 19 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 20 | public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { 21 | 22 | /// 23 | /// CreateInstance 24 | /// 25 | protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { 26 | return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) 27 | | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); 28 | } 29 | 30 | /// 31 | /// GetPropertyValue 32 | /// 33 | protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { 34 | return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); 35 | } 36 | 37 | /// 38 | /// SetPropertyValue 39 | /// 40 | protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { 41 | propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); 42 | } 43 | 44 | /// 45 | /// CreateDelegate 46 | /// 47 | protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { 48 | return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod 49 | | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { 50 | delegateType, 51 | handler}, null))); 52 | } 53 | 54 | /// 55 | /// AddEventHandler 56 | /// 57 | protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { 58 | eventInfo.AddEventHandler(target, handler); 59 | } 60 | } 61 | } 62 | 63 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/Window1.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\Window1.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "0334359E2EDEFBF02ED8F388EDCF42D7" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using KeyPosé; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPosé { 36 | 37 | 38 | /// 39 | /// Window1 40 | /// 41 | public partial class Window1 : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | private bool _contentLoaded; 44 | 45 | /// 46 | /// InitializeComponent 47 | /// 48 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 49 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 50 | public void InitializeComponent() { 51 | if (_contentLoaded) { 52 | return; 53 | } 54 | _contentLoaded = true; 55 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/window1.xaml", System.UriKind.Relative); 56 | 57 | #line 1 "..\..\Window1.xaml" 58 | System.Windows.Application.LoadComponent(this, resourceLocater); 59 | 60 | #line default 61 | #line hidden 62 | } 63 | 64 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 65 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 66 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 67 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 68 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 69 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 70 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 71 | this._contentLoaded = true; 72 | } 73 | } 74 | } 75 | 76 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/GeneratedInternalTypeHelper.g.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Ce code a été généré par un outil. 4 | // Version du runtime :4.0.30319.42000 5 | // 6 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 7 | // le code est régénéré. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace XamlGeneratedNamespace { 12 | 13 | 14 | /// 15 | /// GeneratedInternalTypeHelper 16 | /// 17 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 18 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 19 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 20 | public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { 21 | 22 | /// 23 | /// CreateInstance 24 | /// 25 | protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { 26 | return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) 27 | | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); 28 | } 29 | 30 | /// 31 | /// GetPropertyValue 32 | /// 33 | protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { 34 | return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); 35 | } 36 | 37 | /// 38 | /// SetPropertyValue 39 | /// 40 | protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { 41 | propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); 42 | } 43 | 44 | /// 45 | /// CreateDelegate 46 | /// 47 | protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { 48 | return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod 49 | | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { 50 | delegateType, 51 | handler}, null))); 52 | } 53 | 54 | /// 55 | /// AddEventHandler 56 | /// 57 | protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { 58 | eventInfo.AddEventHandler(target, handler); 59 | } 60 | } 61 | } 62 | 63 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/GeneratedInternalTypeHelper.g.i.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Ce code a été généré par un outil. 4 | // Version du runtime :4.0.30319.42000 5 | // 6 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 7 | // le code est régénéré. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace XamlGeneratedNamespace { 12 | 13 | 14 | /// 15 | /// GeneratedInternalTypeHelper 16 | /// 17 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 18 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 19 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 20 | public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { 21 | 22 | /// 23 | /// CreateInstance 24 | /// 25 | protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { 26 | return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) 27 | | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); 28 | } 29 | 30 | /// 31 | /// GetPropertyValue 32 | /// 33 | protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { 34 | return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); 35 | } 36 | 37 | /// 38 | /// SetPropertyValue 39 | /// 40 | protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { 41 | propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); 42 | } 43 | 44 | /// 45 | /// CreateDelegate 46 | /// 47 | protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { 48 | return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod 49 | | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { 50 | delegateType, 51 | handler}, null))); 52 | } 53 | 54 | /// 55 | /// AddEventHandler 56 | /// 57 | protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { 58 | eventInfo.AddEventHandler(target, handler); 59 | } 60 | } 61 | } 62 | 63 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/GeneratedInternalTypeHelper.g.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Ce code a été généré par un outil. 4 | // Version du runtime :4.0.30319.42000 5 | // 6 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 7 | // le code est régénéré. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace XamlGeneratedNamespace { 12 | 13 | 14 | /// 15 | /// GeneratedInternalTypeHelper 16 | /// 17 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 18 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 19 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 20 | public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { 21 | 22 | /// 23 | /// CreateInstance 24 | /// 25 | protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { 26 | return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) 27 | | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); 28 | } 29 | 30 | /// 31 | /// GetPropertyValue 32 | /// 33 | protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { 34 | return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); 35 | } 36 | 37 | /// 38 | /// SetPropertyValue 39 | /// 40 | protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { 41 | propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); 42 | } 43 | 44 | /// 45 | /// CreateDelegate 46 | /// 47 | protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { 48 | return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod 49 | | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { 50 | delegateType, 51 | handler}, null))); 52 | } 53 | 54 | /// 55 | /// AddEventHandler 56 | /// 57 | protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { 58 | eventInfo.AddEventHandler(target, handler); 59 | } 60 | } 61 | } 62 | 63 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/GeneratedInternalTypeHelper.g.i.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // Ce code a été généré par un outil. 4 | // Version du runtime :4.0.30319.42000 5 | // 6 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 7 | // le code est régénéré. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace XamlGeneratedNamespace { 12 | 13 | 14 | /// 15 | /// GeneratedInternalTypeHelper 16 | /// 17 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 18 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 19 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 20 | public sealed class GeneratedInternalTypeHelper : System.Windows.Markup.InternalTypeHelper { 21 | 22 | /// 23 | /// CreateInstance 24 | /// 25 | protected override object CreateInstance(System.Type type, System.Globalization.CultureInfo culture) { 26 | return System.Activator.CreateInstance(type, ((System.Reflection.BindingFlags.Public | System.Reflection.BindingFlags.NonPublic) 27 | | (System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.CreateInstance)), null, null, culture); 28 | } 29 | 30 | /// 31 | /// GetPropertyValue 32 | /// 33 | protected override object GetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, System.Globalization.CultureInfo culture) { 34 | return propertyInfo.GetValue(target, System.Reflection.BindingFlags.Default, null, null, culture); 35 | } 36 | 37 | /// 38 | /// SetPropertyValue 39 | /// 40 | protected override void SetPropertyValue(System.Reflection.PropertyInfo propertyInfo, object target, object value, System.Globalization.CultureInfo culture) { 41 | propertyInfo.SetValue(target, value, System.Reflection.BindingFlags.Default, null, null, culture); 42 | } 43 | 44 | /// 45 | /// CreateDelegate 46 | /// 47 | protected override System.Delegate CreateDelegate(System.Type delegateType, object target, string handler) { 48 | return ((System.Delegate)(target.GetType().InvokeMember("_CreateDelegate", (System.Reflection.BindingFlags.InvokeMethod 49 | | (System.Reflection.BindingFlags.NonPublic | System.Reflection.BindingFlags.Instance)), null, target, new object[] { 50 | delegateType, 51 | handler}, null))); 52 | } 53 | 54 | /// 55 | /// AddEventHandler 56 | /// 57 | protected override void AddEventHandler(System.Reflection.EventInfo eventInfo, object target, System.Delegate handler) { 58 | eventInfo.AddEventHandler(target, handler); 59 | } 60 | } 61 | } 62 | 63 | -------------------------------------------------------------------------------- /KeyPosé/Showcase/NotifyIconResources.xaml: -------------------------------------------------------------------------------- 1 | 5 | 8 | 10 | 12 | 13 | 14 | 15 | 39 | 40 | 41 | 42 | 46 | 48 | 50 | 51 | 54 | 55 | 56 | 57 | 61 | 62 | 65 | 66 | 67 | 68 | 69 | 70 | -------------------------------------------------------------------------------- /KeyPosé/NotifyIconResources.xaml: -------------------------------------------------------------------------------- 1 | 5 | 8 | 10 | 12 | 13 | 14 | 15 | 39 | 40 | 41 | 42 | 46 | 48 | 50 | 51 | 54 | 55 | 56 | 57 | 61 | 62 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | -------------------------------------------------------------------------------- /KeyPosé/Showcase/FancyBalloon.xaml.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Windows; 3 | using System.Windows.Controls; 4 | using System.Windows.Controls.Primitives; 5 | using System.Windows.Input; 6 | using Hardcodet.Wpf.TaskbarNotification; 7 | 8 | namespace KeyPose 9 | { 10 | /// 11 | /// Interaction logic for FancyBalloon.xaml 12 | /// 13 | public partial class FancyBalloon : UserControl 14 | { 15 | private bool isClosing = false; 16 | 17 | #region BalloonText dependency property 18 | 19 | /// 20 | /// Description 21 | /// 22 | public static readonly DependencyProperty BalloonTextProperty = 23 | DependencyProperty.Register("BalloonText", 24 | typeof (string), 25 | typeof (FancyBalloon), 26 | new FrameworkPropertyMetadata("")); 27 | 28 | /// 29 | /// A property wrapper for the 30 | /// dependency property:
31 | /// Description 32 | ///
33 | public string BalloonText 34 | { 35 | get { return (string) GetValue(BalloonTextProperty); } 36 | set { SetValue(BalloonTextProperty, value); } 37 | } 38 | 39 | #endregion 40 | 41 | public FancyBalloon() 42 | { 43 | InitializeComponent(); 44 | TaskbarIcon.AddBalloonClosingHandler(this, OnBalloonClosing); 45 | } 46 | 47 | 48 | /// 49 | /// By subscribing to the 50 | /// and setting the "Handled" property to true, we suppress the popup 51 | /// from being closed in order to display the custom fade-out animation. 52 | /// 53 | private void OnBalloonClosing(object sender, RoutedEventArgs e) 54 | { 55 | e.Handled = true; //suppresses the popup from being closed immediately 56 | isClosing = true; 57 | } 58 | 59 | 60 | /// 61 | /// Resolves the that displayed 62 | /// the balloon and requests a close action. 63 | /// 64 | private void imgClose_MouseDown(object sender, MouseButtonEventArgs e) 65 | { 66 | //the tray icon assigned this attached property to simplify access 67 | TaskbarIcon taskbarIcon = TaskbarIcon.GetParentTaskbarIcon(this); 68 | taskbarIcon.CloseBalloon(); 69 | } 70 | 71 | /// 72 | /// If the users hovers over the balloon, we don't close it. 73 | /// 74 | private void grid_MouseEnter(object sender, MouseEventArgs e) 75 | { 76 | //if we're already running the fade-out animation, do not interrupt anymore 77 | //(makes things too complicated for the sample) 78 | if (isClosing) return; 79 | 80 | //the tray icon assigned this attached property to simplify access 81 | TaskbarIcon taskbarIcon = TaskbarIcon.GetParentTaskbarIcon(this); 82 | taskbarIcon.ResetBalloonCloseTimer(); 83 | } 84 | 85 | 86 | /// 87 | /// Closes the popup once the fade-out animation completed. 88 | /// The animation was triggered in XAML through the attached 89 | /// BalloonClosing event. 90 | /// 91 | private void OnFadeOutCompleted(object sender, EventArgs e) 92 | { 93 | Popup pp = (Popup) Parent; 94 | pp.IsOpen = false; 95 | } 96 | } 97 | } -------------------------------------------------------------------------------- /KeyPosé/Showcase/ShowcaseWindow.xaml.cs: -------------------------------------------------------------------------------- 1 | using System.Diagnostics; 2 | using System.Windows; 3 | using System.Windows.Controls.Primitives; 4 | using System.Windows.Navigation; 5 | using Hardcodet.Wpf.TaskbarNotification; 6 | 7 | namespace KeyPose 8 | { 9 | /// 10 | /// Interaction logic for ShowcaseWindow.xaml 11 | /// 12 | public partial class ShowcaseWindow : Window 13 | { 14 | public ShowcaseWindow() 15 | { 16 | InitializeComponent(); 17 | 18 | 19 | Loaded += delegate 20 | { 21 | //show balloon at startup 22 | var balloon = new WelcomeBalloon(); 23 | tb.ShowCustomBalloon(balloon, PopupAnimation.Slide, 12000); 24 | }; 25 | } 26 | 27 | 28 | /// 29 | /// Displays a balloon tip. 30 | /// 31 | private void showBalloonTip_Click(object sender, RoutedEventArgs e) 32 | { 33 | string title = txtBalloonTitle.Text; 34 | string message = txtBalloonText.Text; 35 | 36 | if (rbCustomIcon.IsChecked == true) 37 | { 38 | //just display the icon on the tray 39 | var icon = tb.Icon; 40 | tb.ShowBalloonTip(title, message, icon); 41 | } 42 | else 43 | { 44 | BalloonIcon bi = rbInfo.IsChecked == true ? BalloonIcon.Info : BalloonIcon.Error; 45 | tb.ShowBalloonTip(title, message, bi); 46 | } 47 | } 48 | 49 | public void showBalloonTip_Handler(string t, string m) 50 | { 51 | string title = t; 52 | string message = m; 53 | 54 | if (rbCustomIcon.IsChecked == true) 55 | { 56 | //just display the icon on the tray 57 | var icon = tb.Icon; 58 | tb.ShowBalloonTip(title, message, icon); 59 | } 60 | else 61 | { 62 | BalloonIcon bi = rbInfo.IsChecked == true ? BalloonIcon.Info : BalloonIcon.Error; 63 | tb.ShowBalloonTip(title, message, bi); 64 | } 65 | } 66 | 67 | private void hideBalloonTip_Click(object sender, RoutedEventArgs e) 68 | { 69 | tb.HideBalloonTip(); 70 | } 71 | 72 | 73 | /// 74 | /// Resets the tooltip. 75 | /// 76 | private void removeToolTip_Click(object sender, RoutedEventArgs e) 77 | { 78 | tb.TrayToolTip = null; 79 | } 80 | 81 | 82 | private void showCustomBalloon_Click(object sender, RoutedEventArgs e) 83 | { 84 | FancyBalloon balloon = new FancyBalloon(); 85 | balloon.BalloonText = customBalloonTitle.Text; 86 | //show and close after 2.5 seconds 87 | tb.ShowCustomBalloon(balloon, PopupAnimation.Slide, 5000); 88 | } 89 | 90 | private void hideCustomBalloon_Click(object sender, RoutedEventArgs e) 91 | { 92 | tb.CloseBalloon(); 93 | } 94 | 95 | 96 | private void OnNavigationRequest(object sender, RequestNavigateEventArgs e) 97 | { 98 | Process.Start(e.Uri.ToString()); 99 | e.Handled = true; 100 | } 101 | 102 | 103 | protected override void OnClosing(System.ComponentModel.CancelEventArgs e) 104 | { 105 | //clean up notifyicon (would otherwise stay open until application finishes) 106 | tb.Dispose(); 107 | base.OnClosing(e); 108 | } 109 | } 110 | } -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/SettingsWindow.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\SettingsWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4C88F42F5ACC3BD5B04E2F89405D68FD" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using KeyPose; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// SettingsWindow 40 | /// 41 | public partial class SettingsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 14 "..\..\..\SettingsWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.TextBlock textBlock; 47 | 48 | #line default 49 | #line hidden 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 58 | public void InitializeComponent() { 59 | if (_contentLoaded) { 60 | return; 61 | } 62 | _contentLoaded = true; 63 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/settingswindow.xaml", System.UriKind.Relative); 64 | 65 | #line 1 "..\..\..\SettingsWindow.xaml" 66 | System.Windows.Application.LoadComponent(this, resourceLocater); 67 | 68 | #line default 69 | #line hidden 70 | } 71 | 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 79 | switch (connectionId) 80 | { 81 | case 1: 82 | this.textBlock = ((System.Windows.Controls.TextBlock)(target)); 83 | return; 84 | } 85 | this._contentLoaded = true; 86 | } 87 | } 88 | } 89 | 90 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/SettingsWindow.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\SettingsWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4C88F42F5ACC3BD5B04E2F89405D68FD" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using KeyPose; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// SettingsWindow 40 | /// 41 | public partial class SettingsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 14 "..\..\..\SettingsWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.TextBlock textBlock; 47 | 48 | #line default 49 | #line hidden 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 58 | public void InitializeComponent() { 59 | if (_contentLoaded) { 60 | return; 61 | } 62 | _contentLoaded = true; 63 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/settingswindow.xaml", System.UriKind.Relative); 64 | 65 | #line 1 "..\..\..\SettingsWindow.xaml" 66 | System.Windows.Application.LoadComponent(this, resourceLocater); 67 | 68 | #line default 69 | #line hidden 70 | } 71 | 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 79 | switch (connectionId) 80 | { 81 | case 1: 82 | this.textBlock = ((System.Windows.Controls.TextBlock)(target)); 83 | return; 84 | } 85 | this._contentLoaded = true; 86 | } 87 | } 88 | } 89 | 90 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/SettingsWindow.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\SettingsWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4C88F42F5ACC3BD5B04E2F89405D68FD" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using KeyPose; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// SettingsWindow 40 | /// 41 | public partial class SettingsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 14 "..\..\..\SettingsWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.TextBlock textBlock; 47 | 48 | #line default 49 | #line hidden 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 58 | public void InitializeComponent() { 59 | if (_contentLoaded) { 60 | return; 61 | } 62 | _contentLoaded = true; 63 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/settingswindow.xaml", System.UriKind.Relative); 64 | 65 | #line 1 "..\..\..\SettingsWindow.xaml" 66 | System.Windows.Application.LoadComponent(this, resourceLocater); 67 | 68 | #line default 69 | #line hidden 70 | } 71 | 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 79 | switch (connectionId) 80 | { 81 | case 1: 82 | this.textBlock = ((System.Windows.Controls.TextBlock)(target)); 83 | return; 84 | } 85 | this._contentLoaded = true; 86 | } 87 | } 88 | } 89 | 90 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/SettingsWindow.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\SettingsWindow.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "4C88F42F5ACC3BD5B04E2F89405D68FD" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using KeyPose; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// SettingsWindow 40 | /// 41 | public partial class SettingsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 14 "..\..\..\SettingsWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.TextBlock textBlock; 47 | 48 | #line default 49 | #line hidden 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 58 | public void InitializeComponent() { 59 | if (_contentLoaded) { 60 | return; 61 | } 62 | _contentLoaded = true; 63 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/settingswindow.xaml", System.UriKind.Relative); 64 | 65 | #line 1 "..\..\..\SettingsWindow.xaml" 66 | System.Windows.Application.LoadComponent(this, resourceLocater); 67 | 68 | #line default 69 | #line hidden 70 | } 71 | 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 79 | switch (connectionId) 80 | { 81 | case 1: 82 | this.textBlock = ((System.Windows.Controls.TextBlock)(target)); 83 | return; 84 | } 85 | this._contentLoaded = true; 86 | } 87 | } 88 | } 89 | 90 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/SettingsWindow.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\SettingsWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A2841AF26D3C637EFA7ECA6E20A122D3C949CDB31FF7496D3222F25470F2D548" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Ce code a été généré par un outil. 5 | // Version du runtime :4.0.30319.42000 6 | // 7 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 8 | // le code est régénéré. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using KeyPose; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// SettingsWindow 40 | /// 41 | public partial class SettingsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 14 "..\..\SettingsWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.TextBlock textBlock; 47 | 48 | #line default 49 | #line hidden 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 58 | public void InitializeComponent() { 59 | if (_contentLoaded) { 60 | return; 61 | } 62 | _contentLoaded = true; 63 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/settingswindow.xaml", System.UriKind.Relative); 64 | 65 | #line 1 "..\..\SettingsWindow.xaml" 66 | System.Windows.Application.LoadComponent(this, resourceLocater); 67 | 68 | #line default 69 | #line hidden 70 | } 71 | 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 79 | switch (connectionId) 80 | { 81 | case 1: 82 | this.textBlock = ((System.Windows.Controls.TextBlock)(target)); 83 | return; 84 | } 85 | this._contentLoaded = true; 86 | } 87 | } 88 | } 89 | 90 | -------------------------------------------------------------------------------- /KeyPosé/obj/Debug/SettingsWindow.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\SettingsWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A2841AF26D3C637EFA7ECA6E20A122D3C949CDB31FF7496D3222F25470F2D548" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Ce code a été généré par un outil. 5 | // Version du runtime :4.0.30319.42000 6 | // 7 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 8 | // le code est régénéré. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using KeyPose; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// SettingsWindow 40 | /// 41 | public partial class SettingsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 14 "..\..\SettingsWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.TextBlock textBlock; 47 | 48 | #line default 49 | #line hidden 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 58 | public void InitializeComponent() { 59 | if (_contentLoaded) { 60 | return; 61 | } 62 | _contentLoaded = true; 63 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/settingswindow.xaml", System.UriKind.Relative); 64 | 65 | #line 1 "..\..\SettingsWindow.xaml" 66 | System.Windows.Application.LoadComponent(this, resourceLocater); 67 | 68 | #line default 69 | #line hidden 70 | } 71 | 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 79 | switch (connectionId) 80 | { 81 | case 1: 82 | this.textBlock = ((System.Windows.Controls.TextBlock)(target)); 83 | return; 84 | } 85 | this._contentLoaded = true; 86 | } 87 | } 88 | } 89 | 90 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/SettingsWindow.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\SettingsWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A2841AF26D3C637EFA7ECA6E20A122D3C949CDB31FF7496D3222F25470F2D548" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Ce code a été généré par un outil. 5 | // Version du runtime :4.0.30319.42000 6 | // 7 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 8 | // le code est régénéré. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using KeyPose; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// SettingsWindow 40 | /// 41 | public partial class SettingsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 14 "..\..\SettingsWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.TextBlock textBlock; 47 | 48 | #line default 49 | #line hidden 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 58 | public void InitializeComponent() { 59 | if (_contentLoaded) { 60 | return; 61 | } 62 | _contentLoaded = true; 63 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/settingswindow.xaml", System.UriKind.Relative); 64 | 65 | #line 1 "..\..\SettingsWindow.xaml" 66 | System.Windows.Application.LoadComponent(this, resourceLocater); 67 | 68 | #line default 69 | #line hidden 70 | } 71 | 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 79 | switch (connectionId) 80 | { 81 | case 1: 82 | this.textBlock = ((System.Windows.Controls.TextBlock)(target)); 83 | return; 84 | } 85 | this._contentLoaded = true; 86 | } 87 | } 88 | } 89 | 90 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/SettingsWindow.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\SettingsWindow.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "A2841AF26D3C637EFA7ECA6E20A122D3C949CDB31FF7496D3222F25470F2D548" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Ce code a été généré par un outil. 5 | // Version du runtime :4.0.30319.42000 6 | // 7 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 8 | // le code est régénéré. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using KeyPose; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// SettingsWindow 40 | /// 41 | public partial class SettingsWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 14 "..\..\SettingsWindow.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal System.Windows.Controls.TextBlock textBlock; 47 | 48 | #line default 49 | #line hidden 50 | 51 | private bool _contentLoaded; 52 | 53 | /// 54 | /// InitializeComponent 55 | /// 56 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 57 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 58 | public void InitializeComponent() { 59 | if (_contentLoaded) { 60 | return; 61 | } 62 | _contentLoaded = true; 63 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/settingswindow.xaml", System.UriKind.Relative); 64 | 65 | #line 1 "..\..\SettingsWindow.xaml" 66 | System.Windows.Application.LoadComponent(this, resourceLocater); 67 | 68 | #line default 69 | #line hidden 70 | } 71 | 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 75 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 76 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 77 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 78 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 79 | switch (connectionId) 80 | { 81 | case 1: 82 | this.textBlock = ((System.Windows.Controls.TextBlock)(target)); 83 | return; 84 | } 85 | this._contentLoaded = true; 86 | } 87 | } 88 | } 89 | 90 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/KeyPose.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Debug\KeyPosé.exe.config 2 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Debug\KeyPosé.exe 3 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Debug\KeyPosé.pdb 4 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Debug\Gma.System.MouseKeyHook.dll 5 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Debug\Hardcodet.Wpf.TaskbarNotification.dll 6 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Debug\Hardcodet.Wpf.TaskbarNotification.pdb 7 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\FancyBalloon.baml 8 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\FancyPopup.baml 9 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\FancyToolTip.baml 10 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\WelcomeBalloon.baml 11 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\App.baml 12 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\MainWindow.g.cs 13 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\SettingsWindow.g.cs 14 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\FancyBalloon.g.cs 15 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\FancyPopup.g.cs 16 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\FancyToolTip.g.cs 17 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\ShowcaseWindow.g.cs 18 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\WelcomeBalloon.g.cs 19 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\App.g.cs 20 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\GeneratedInternalTypeHelper.g.cs 21 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\KeyPosé_MarkupCompile.cache 22 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\KeyPosé_MarkupCompile.lref 23 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\MainWindow.baml 24 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\NotifyIconResources.baml 25 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Properties\DesignTimeResources.baml 26 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\SettingsWindow.baml 27 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\NotifyIconResources.baml 28 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\Showcase\ShowcaseWindow.baml 29 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\KeyPosé.g.resources 30 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\KeyPosé.Properties.Resources.resources 31 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\KeyPose.csproj.GenerateResource.Cache 32 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\KeyPosé.exe 33 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\KeyPosé.pdb 34 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Debug\KeyPose.csprojResolveAssemblyReference.cache 35 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/KeyPose.csproj.FileListAbsolute.txt: -------------------------------------------------------------------------------- 1 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Release\KeyPosé.exe.config 2 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Release\KeyPosé.exe 3 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Release\KeyPosé.pdb 4 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Release\Gma.System.MouseKeyHook.dll 5 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Release\Hardcodet.Wpf.TaskbarNotification.dll 6 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\bin\x86\Release\Hardcodet.Wpf.TaskbarNotification.pdb 7 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\FancyBalloon.baml 8 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\FancyPopup.baml 9 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\FancyToolTip.baml 10 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\WelcomeBalloon.baml 11 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\App.baml 12 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\MainWindow.g.cs 13 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\SettingsWindow.g.cs 14 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\FancyBalloon.g.cs 15 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\FancyPopup.g.cs 16 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\FancyToolTip.g.cs 17 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\ShowcaseWindow.g.cs 18 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\WelcomeBalloon.g.cs 19 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\App.g.cs 20 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\GeneratedInternalTypeHelper.g.cs 21 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\KeyPosé_MarkupCompile.cache 22 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\KeyPosé_MarkupCompile.lref 23 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\MainWindow.baml 24 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\NotifyIconResources.baml 25 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Properties\DesignTimeResources.baml 26 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\SettingsWindow.baml 27 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\NotifyIconResources.baml 28 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\Showcase\ShowcaseWindow.baml 29 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\KeyPosé.g.resources 30 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\KeyPosé.Properties.Resources.resources 31 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\KeyPose.csproj.GenerateResource.Cache 32 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\KeyPosé.exe 33 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\KeyPosé.pdb 34 | C:\Users\John Smith\Documents\Visual Studio 2015\Projects\KeyPosé\KeyPosé\obj\x86\Release\KeyPose.csprojResolveAssemblyReference.cache 35 | -------------------------------------------------------------------------------- /KeyPosé/Showcase/WelcomeBalloon.xaml: -------------------------------------------------------------------------------- 1 | 12 | 13 | 15 | 19 | 22 | 25 | 28 | 31 | 32 | 33 | 34 | 35 | 37 | 40 | 41 | 42 | 44 | 45 | 49 | 50 | 53 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 72 | 75 | 76 | 81 | 83 | 85 | 86 | 90 | 91 | 92 | 94 | 95 | 97 | 98 | 102 | 103 | 104 | 105 | -------------------------------------------------------------------------------- /KeyPosé/Showcase/FancyToolTip.xaml: -------------------------------------------------------------------------------- 1 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 45 | 53 | 54 | 56 | 57 | 58 | 61 | 64 | 67 | 68 | 69 | 70 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 97 | 106 | 113 | 114 | -------------------------------------------------------------------------------- /KeyPosé/Showcase/FancyPopup.xaml: -------------------------------------------------------------------------------- 1 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 29 | 30 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 65 | 91 | 94 | 95 | 96 | 97 | 99 | 100 | 101 | 102 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/Showcase/FancyPopup.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\Showcase\FancyPopup.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C89A5EA0844450D5F0039E76B255CF7BA83EF8012413E4E1FC3E190396CE4F5C" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Ce code a été généré par un outil. 5 | // Version du runtime :4.0.30319.42000 6 | // 7 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 8 | // le code est régénéré. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Diagnostics; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Controls; 17 | using System.Windows.Controls.Primitives; 18 | using System.Windows.Data; 19 | using System.Windows.Documents; 20 | using System.Windows.Ink; 21 | using System.Windows.Input; 22 | using System.Windows.Markup; 23 | using System.Windows.Media; 24 | using System.Windows.Media.Animation; 25 | using System.Windows.Media.Effects; 26 | using System.Windows.Media.Imaging; 27 | using System.Windows.Media.Media3D; 28 | using System.Windows.Media.TextFormatting; 29 | using System.Windows.Navigation; 30 | using System.Windows.Shapes; 31 | using System.Windows.Shell; 32 | 33 | 34 | namespace KeyPose { 35 | 36 | 37 | /// 38 | /// FancyPopup 39 | /// 40 | public partial class FancyPopup : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { 41 | 42 | 43 | #line 7 "..\..\..\Showcase\FancyPopup.xaml" 44 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 45 | internal KeyPose.FancyPopup me; 46 | 47 | #line default 48 | #line hidden 49 | 50 | 51 | #line 18 "..\..\..\Showcase\FancyPopup.xaml" 52 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 53 | internal System.Windows.Media.Animation.BeginStoryboard RotateIcon_BeginStoryboard; 54 | 55 | #line default 56 | #line hidden 57 | 58 | 59 | #line 47 "..\..\..\Showcase\FancyPopup.xaml" 60 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 61 | internal System.Windows.Controls.Image image; 62 | 63 | #line default 64 | #line hidden 65 | 66 | private bool _contentLoaded; 67 | 68 | /// 69 | /// InitializeComponent 70 | /// 71 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 72 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 73 | public void InitializeComponent() { 74 | if (_contentLoaded) { 75 | return; 76 | } 77 | _contentLoaded = true; 78 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/showcase/fancypopup.xaml", System.UriKind.Relative); 79 | 80 | #line 1 "..\..\..\Showcase\FancyPopup.xaml" 81 | System.Windows.Application.LoadComponent(this, resourceLocater); 82 | 83 | #line default 84 | #line hidden 85 | } 86 | 87 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 88 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 89 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 90 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 91 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 92 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 93 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 94 | switch (connectionId) 95 | { 96 | case 1: 97 | this.me = ((KeyPose.FancyPopup)(target)); 98 | return; 99 | case 2: 100 | this.RotateIcon_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target)); 101 | return; 102 | case 3: 103 | this.image = ((System.Windows.Controls.Image)(target)); 104 | return; 105 | case 4: 106 | 107 | #line 73 "..\..\..\Showcase\FancyPopup.xaml" 108 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnButtonClick); 109 | 110 | #line default 111 | #line hidden 112 | return; 113 | } 114 | this._contentLoaded = true; 115 | } 116 | } 117 | } 118 | 119 | -------------------------------------------------------------------------------- /KeyPosé/obj/Release/Showcase/FancyPopup.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\Showcase\FancyPopup.xaml" "{8829d00f-11b8-4213-878b-770e8597ac16}" "C89A5EA0844450D5F0039E76B255CF7BA83EF8012413E4E1FC3E190396CE4F5C" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // Ce code a été généré par un outil. 5 | // Version du runtime :4.0.30319.42000 6 | // 7 | // Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si 8 | // le code est régénéré. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using System; 13 | using System.Diagnostics; 14 | using System.Windows; 15 | using System.Windows.Automation; 16 | using System.Windows.Controls; 17 | using System.Windows.Controls.Primitives; 18 | using System.Windows.Data; 19 | using System.Windows.Documents; 20 | using System.Windows.Ink; 21 | using System.Windows.Input; 22 | using System.Windows.Markup; 23 | using System.Windows.Media; 24 | using System.Windows.Media.Animation; 25 | using System.Windows.Media.Effects; 26 | using System.Windows.Media.Imaging; 27 | using System.Windows.Media.Media3D; 28 | using System.Windows.Media.TextFormatting; 29 | using System.Windows.Navigation; 30 | using System.Windows.Shapes; 31 | using System.Windows.Shell; 32 | 33 | 34 | namespace KeyPose { 35 | 36 | 37 | /// 38 | /// FancyPopup 39 | /// 40 | public partial class FancyPopup : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { 41 | 42 | 43 | #line 7 "..\..\..\Showcase\FancyPopup.xaml" 44 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 45 | internal KeyPose.FancyPopup me; 46 | 47 | #line default 48 | #line hidden 49 | 50 | 51 | #line 18 "..\..\..\Showcase\FancyPopup.xaml" 52 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 53 | internal System.Windows.Media.Animation.BeginStoryboard RotateIcon_BeginStoryboard; 54 | 55 | #line default 56 | #line hidden 57 | 58 | 59 | #line 47 "..\..\..\Showcase\FancyPopup.xaml" 60 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 61 | internal System.Windows.Controls.Image image; 62 | 63 | #line default 64 | #line hidden 65 | 66 | private bool _contentLoaded; 67 | 68 | /// 69 | /// InitializeComponent 70 | /// 71 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 72 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 73 | public void InitializeComponent() { 74 | if (_contentLoaded) { 75 | return; 76 | } 77 | _contentLoaded = true; 78 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/showcase/fancypopup.xaml", System.UriKind.Relative); 79 | 80 | #line 1 "..\..\..\Showcase\FancyPopup.xaml" 81 | System.Windows.Application.LoadComponent(this, resourceLocater); 82 | 83 | #line default 84 | #line hidden 85 | } 86 | 87 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 88 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 89 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 90 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 91 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 92 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 93 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 94 | switch (connectionId) 95 | { 96 | case 1: 97 | this.me = ((KeyPose.FancyPopup)(target)); 98 | return; 99 | case 2: 100 | this.RotateIcon_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target)); 101 | return; 102 | case 3: 103 | this.image = ((System.Windows.Controls.Image)(target)); 104 | return; 105 | case 4: 106 | 107 | #line 73 "..\..\..\Showcase\FancyPopup.xaml" 108 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnButtonClick); 109 | 110 | #line default 111 | #line hidden 112 | return; 113 | } 114 | this._contentLoaded = true; 115 | } 116 | } 117 | } 118 | 119 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/Showcase/FancyPopup.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\..\Showcase\FancyPopup.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "836FC7BBDE77A162DAE348A2ECDCEA67" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Hardcodet.Wpf.TaskbarNotification; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// FancyPopup 40 | /// 41 | public partial class FancyPopup : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 7 "..\..\..\..\Showcase\FancyPopup.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal KeyPose.FancyPopup me; 47 | 48 | #line default 49 | #line hidden 50 | 51 | 52 | #line 18 "..\..\..\..\Showcase\FancyPopup.xaml" 53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 54 | internal System.Windows.Media.Animation.BeginStoryboard RotateIcon_BeginStoryboard; 55 | 56 | #line default 57 | #line hidden 58 | 59 | 60 | #line 47 "..\..\..\..\Showcase\FancyPopup.xaml" 61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 62 | internal System.Windows.Controls.Image image; 63 | 64 | #line default 65 | #line hidden 66 | 67 | private bool _contentLoaded; 68 | 69 | /// 70 | /// InitializeComponent 71 | /// 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | public void InitializeComponent() { 75 | if (_contentLoaded) { 76 | return; 77 | } 78 | _contentLoaded = true; 79 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/showcase/fancypopup.xaml", System.UriKind.Relative); 80 | 81 | #line 1 "..\..\..\..\Showcase\FancyPopup.xaml" 82 | System.Windows.Application.LoadComponent(this, resourceLocater); 83 | 84 | #line default 85 | #line hidden 86 | } 87 | 88 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 89 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 90 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 91 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 92 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 94 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 95 | switch (connectionId) 96 | { 97 | case 1: 98 | this.me = ((KeyPose.FancyPopup)(target)); 99 | return; 100 | case 2: 101 | this.RotateIcon_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target)); 102 | return; 103 | case 3: 104 | this.image = ((System.Windows.Controls.Image)(target)); 105 | return; 106 | case 4: 107 | 108 | #line 73 "..\..\..\..\Showcase\FancyPopup.xaml" 109 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnButtonClick); 110 | 111 | #line default 112 | #line hidden 113 | return; 114 | } 115 | this._contentLoaded = true; 116 | } 117 | } 118 | } 119 | 120 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Debug/Showcase/FancyPopup.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\..\Showcase\FancyPopup.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "836FC7BBDE77A162DAE348A2ECDCEA67" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Hardcodet.Wpf.TaskbarNotification; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// FancyPopup 40 | /// 41 | public partial class FancyPopup : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 7 "..\..\..\..\Showcase\FancyPopup.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal KeyPose.FancyPopup me; 47 | 48 | #line default 49 | #line hidden 50 | 51 | 52 | #line 18 "..\..\..\..\Showcase\FancyPopup.xaml" 53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 54 | internal System.Windows.Media.Animation.BeginStoryboard RotateIcon_BeginStoryboard; 55 | 56 | #line default 57 | #line hidden 58 | 59 | 60 | #line 47 "..\..\..\..\Showcase\FancyPopup.xaml" 61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 62 | internal System.Windows.Controls.Image image; 63 | 64 | #line default 65 | #line hidden 66 | 67 | private bool _contentLoaded; 68 | 69 | /// 70 | /// InitializeComponent 71 | /// 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | public void InitializeComponent() { 75 | if (_contentLoaded) { 76 | return; 77 | } 78 | _contentLoaded = true; 79 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/showcase/fancypopup.xaml", System.UriKind.Relative); 80 | 81 | #line 1 "..\..\..\..\Showcase\FancyPopup.xaml" 82 | System.Windows.Application.LoadComponent(this, resourceLocater); 83 | 84 | #line default 85 | #line hidden 86 | } 87 | 88 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 89 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 90 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 91 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 92 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 94 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 95 | switch (connectionId) 96 | { 97 | case 1: 98 | this.me = ((KeyPose.FancyPopup)(target)); 99 | return; 100 | case 2: 101 | this.RotateIcon_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target)); 102 | return; 103 | case 3: 104 | this.image = ((System.Windows.Controls.Image)(target)); 105 | return; 106 | case 4: 107 | 108 | #line 73 "..\..\..\..\Showcase\FancyPopup.xaml" 109 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnButtonClick); 110 | 111 | #line default 112 | #line hidden 113 | return; 114 | } 115 | this._contentLoaded = true; 116 | } 117 | } 118 | } 119 | 120 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/Showcase/FancyPopup.g.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\..\Showcase\FancyPopup.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "836FC7BBDE77A162DAE348A2ECDCEA67" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Hardcodet.Wpf.TaskbarNotification; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// FancyPopup 40 | /// 41 | public partial class FancyPopup : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 7 "..\..\..\..\Showcase\FancyPopup.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal KeyPose.FancyPopup me; 47 | 48 | #line default 49 | #line hidden 50 | 51 | 52 | #line 18 "..\..\..\..\Showcase\FancyPopup.xaml" 53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 54 | internal System.Windows.Media.Animation.BeginStoryboard RotateIcon_BeginStoryboard; 55 | 56 | #line default 57 | #line hidden 58 | 59 | 60 | #line 47 "..\..\..\..\Showcase\FancyPopup.xaml" 61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 62 | internal System.Windows.Controls.Image image; 63 | 64 | #line default 65 | #line hidden 66 | 67 | private bool _contentLoaded; 68 | 69 | /// 70 | /// InitializeComponent 71 | /// 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | public void InitializeComponent() { 75 | if (_contentLoaded) { 76 | return; 77 | } 78 | _contentLoaded = true; 79 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/showcase/fancypopup.xaml", System.UriKind.Relative); 80 | 81 | #line 1 "..\..\..\..\Showcase\FancyPopup.xaml" 82 | System.Windows.Application.LoadComponent(this, resourceLocater); 83 | 84 | #line default 85 | #line hidden 86 | } 87 | 88 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 89 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 90 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 91 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 92 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 94 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 95 | switch (connectionId) 96 | { 97 | case 1: 98 | this.me = ((KeyPose.FancyPopup)(target)); 99 | return; 100 | case 2: 101 | this.RotateIcon_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target)); 102 | return; 103 | case 3: 104 | this.image = ((System.Windows.Controls.Image)(target)); 105 | return; 106 | case 4: 107 | 108 | #line 73 "..\..\..\..\Showcase\FancyPopup.xaml" 109 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnButtonClick); 110 | 111 | #line default 112 | #line hidden 113 | return; 114 | } 115 | this._contentLoaded = true; 116 | } 117 | } 118 | } 119 | 120 | -------------------------------------------------------------------------------- /KeyPosé/obj/x86/Release/Showcase/FancyPopup.g.i.cs: -------------------------------------------------------------------------------- 1 | #pragma checksum "..\..\..\..\Showcase\FancyPopup.xaml" "{406ea660-64cf-4c82-b6f0-42d48172a799}" "836FC7BBDE77A162DAE348A2ECDCEA67" 2 | //------------------------------------------------------------------------------ 3 | // 4 | // This code was generated by a tool. 5 | // Runtime Version:4.0.30319.42000 6 | // 7 | // Changes to this file may cause incorrect behavior and will be lost if 8 | // the code is regenerated. 9 | // 10 | //------------------------------------------------------------------------------ 11 | 12 | using Hardcodet.Wpf.TaskbarNotification; 13 | using System; 14 | using System.Diagnostics; 15 | using System.Windows; 16 | using System.Windows.Automation; 17 | using System.Windows.Controls; 18 | using System.Windows.Controls.Primitives; 19 | using System.Windows.Data; 20 | using System.Windows.Documents; 21 | using System.Windows.Ink; 22 | using System.Windows.Input; 23 | using System.Windows.Markup; 24 | using System.Windows.Media; 25 | using System.Windows.Media.Animation; 26 | using System.Windows.Media.Effects; 27 | using System.Windows.Media.Imaging; 28 | using System.Windows.Media.Media3D; 29 | using System.Windows.Media.TextFormatting; 30 | using System.Windows.Navigation; 31 | using System.Windows.Shapes; 32 | using System.Windows.Shell; 33 | 34 | 35 | namespace KeyPose { 36 | 37 | 38 | /// 39 | /// FancyPopup 40 | /// 41 | public partial class FancyPopup : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector { 42 | 43 | 44 | #line 7 "..\..\..\..\Showcase\FancyPopup.xaml" 45 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 46 | internal KeyPose.FancyPopup me; 47 | 48 | #line default 49 | #line hidden 50 | 51 | 52 | #line 18 "..\..\..\..\Showcase\FancyPopup.xaml" 53 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 54 | internal System.Windows.Media.Animation.BeginStoryboard RotateIcon_BeginStoryboard; 55 | 56 | #line default 57 | #line hidden 58 | 59 | 60 | #line 47 "..\..\..\..\Showcase\FancyPopup.xaml" 61 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")] 62 | internal System.Windows.Controls.Image image; 63 | 64 | #line default 65 | #line hidden 66 | 67 | private bool _contentLoaded; 68 | 69 | /// 70 | /// InitializeComponent 71 | /// 72 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 73 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 74 | public void InitializeComponent() { 75 | if (_contentLoaded) { 76 | return; 77 | } 78 | _contentLoaded = true; 79 | System.Uri resourceLocater = new System.Uri("/KeyPosé;component/showcase/fancypopup.xaml", System.UriKind.Relative); 80 | 81 | #line 1 "..\..\..\..\Showcase\FancyPopup.xaml" 82 | System.Windows.Application.LoadComponent(this, resourceLocater); 83 | 84 | #line default 85 | #line hidden 86 | } 87 | 88 | [System.Diagnostics.DebuggerNonUserCodeAttribute()] 89 | [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")] 90 | [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] 91 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")] 92 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")] 93 | [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] 94 | void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { 95 | switch (connectionId) 96 | { 97 | case 1: 98 | this.me = ((KeyPose.FancyPopup)(target)); 99 | return; 100 | case 2: 101 | this.RotateIcon_BeginStoryboard = ((System.Windows.Media.Animation.BeginStoryboard)(target)); 102 | return; 103 | case 3: 104 | this.image = ((System.Windows.Controls.Image)(target)); 105 | return; 106 | case 4: 107 | 108 | #line 73 "..\..\..\..\Showcase\FancyPopup.xaml" 109 | ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.OnButtonClick); 110 | 111 | #line default 112 | #line hidden 113 | return; 114 | } 115 | this._contentLoaded = true; 116 | } 117 | } 118 | } 119 | 120 | --------------------------------------------------------------------------------