diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3955a48 --- /dev/null +++ b/.gitignore @@ -0,0 +1,341 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Pp]ackages/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUNIT +*.VisualState.xml +TestResult.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# JustCode is a .NET coding add-in +.JustCode + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- Backup*.rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# JetBrains Rider +.idea/ +*.sln.iml + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb \ No newline at end of file diff --git a/Taskbar11/Taskbar11/App.xaml.cs b/Taskbar11/Taskbar11/App.xaml.cs index 3057ea2..cfbd8bc 100644 --- a/Taskbar11/Taskbar11/App.xaml.cs +++ b/Taskbar11/Taskbar11/App.xaml.cs @@ -1,11 +1,6 @@ using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; using System.Windows; using System.Reflection; -using Microsoft.WindowsAPICodePack.Shell; namespace Taskbar11 { @@ -15,7 +10,7 @@ namespace Taskbar11 public partial class App : Application { // IMPORTANT: Project Name Must Be _Your_ Project Name, Otherwise The Assembly Won't Be Able To Load! - private static String ProjectName = System.Reflection.Assembly.GetEntryAssembly().GetName().Name; + private static String ProjectName = Assembly.GetEntryAssembly().GetName().Name; private static String AssemblyPathPrefix = ProjectName+'.'; private const String DllExtension = ".dll"; private const String AssemblyNotFoundWarning = "ERROR: Assembly Not Found!"; diff --git a/Taskbar11/Taskbar11/Controllers/ApplicationSettings.cs b/Taskbar11/Taskbar11/Controllers/ApplicationSettings.cs index e592474..c24db98 100644 --- a/Taskbar11/Taskbar11/Controllers/ApplicationSettings.cs +++ b/Taskbar11/Taskbar11/Controllers/ApplicationSettings.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace Taskbar11.Controllers +namespace Taskbar11.Controllers { /// /// Application Constants. diff --git a/Taskbar11/Taskbar11/Controllers/ApplicationUtilities.cs b/Taskbar11/Taskbar11/Controllers/ApplicationUtilities.cs index 6274f0f..53d7869 100644 --- a/Taskbar11/Taskbar11/Controllers/ApplicationUtilities.cs +++ b/Taskbar11/Taskbar11/Controllers/ApplicationUtilities.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; using System.Diagnostics; namespace Taskbar11.Controllers diff --git a/Taskbar11/Taskbar11/Controllers/TaskbarSettingsController.cs b/Taskbar11/Taskbar11/Controllers/TaskbarSettingsController.cs index dfab086..630b8a2 100644 --- a/Taskbar11/Taskbar11/Controllers/TaskbarSettingsController.cs +++ b/Taskbar11/Taskbar11/Controllers/TaskbarSettingsController.cs @@ -1,7 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; using Microsoft.Win32; using System.Security.AccessControl; diff --git a/Taskbar11/Taskbar11/Interfaces/IMenuUpdateNotifier.cs b/Taskbar11/Taskbar11/Interfaces/IMenuUpdateNotifier.cs index 6491ee1..5cefafd 100644 --- a/Taskbar11/Taskbar11/Interfaces/IMenuUpdateNotifier.cs +++ b/Taskbar11/Taskbar11/Interfaces/IMenuUpdateNotifier.cs @@ -1,8 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using Taskbar11.Models; +using Taskbar11.Models; namespace Taskbar11.Interfaces { diff --git a/Taskbar11/Taskbar11/Interfaces/IUpdatableAppView.cs b/Taskbar11/Taskbar11/Interfaces/IUpdatableAppView.cs index 70701d4..09278ee 100644 --- a/Taskbar11/Taskbar11/Interfaces/IUpdatableAppView.cs +++ b/Taskbar11/Taskbar11/Interfaces/IUpdatableAppView.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Windows.Controls; -using System.Windows; +using System.Windows; namespace Taskbar11.Interfaces { diff --git a/Taskbar11/Taskbar11/MainWindow.xaml.cs b/Taskbar11/Taskbar11/MainWindow.xaml.cs index f65e718..943c5e8 100644 --- a/Taskbar11/Taskbar11/MainWindow.xaml.cs +++ b/Taskbar11/Taskbar11/MainWindow.xaml.cs @@ -1,22 +1,9 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; using System.Windows; using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; using Microsoft.Win32; -using System.Diagnostics; -using System.Security.AccessControl; using Taskbar11.Controllers; using Taskbar11.Views; -using Microsoft.WindowsAPICodePack.Shell; using Taskbar11.Interfaces; namespace Taskbar11 diff --git a/Taskbar11/Taskbar11/Models/MenuWindows.cs b/Taskbar11/Taskbar11/Models/MenuWindows.cs index 37f0389..7df70a7 100644 --- a/Taskbar11/Taskbar11/Models/MenuWindows.cs +++ b/Taskbar11/Taskbar11/Models/MenuWindows.cs @@ -1,9 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace Taskbar11.Models +namespace Taskbar11.Models { public enum MenuWindows { diff --git a/Taskbar11/Taskbar11/Properties/AssemblyInfo.cs b/Taskbar11/Taskbar11/Properties/AssemblyInfo.cs index ff7baa4..cf8896f 100644 --- a/Taskbar11/Taskbar11/Properties/AssemblyInfo.cs +++ b/Taskbar11/Taskbar11/Properties/AssemblyInfo.cs @@ -1,6 +1,4 @@ using System.Reflection; -using System.Resources; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Windows; @@ -33,11 +31,11 @@ [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) + //(used if a resource is not found in the page, + // or application resource dictionaries) ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) )] diff --git a/Taskbar11/Taskbar11/Properties/Resources.Designer.cs b/Taskbar11/Taskbar11/Properties/Resources.Designer.cs index d11bafe..71c19e6 100644 --- a/Taskbar11/Taskbar11/Properties/Resources.Designer.cs +++ b/Taskbar11/Taskbar11/Properties/Resources.Designer.cs @@ -1,71 +1,379 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. // //------------------------------------------------------------------------------ -namespace Taskbar11.Properties -{ - - +namespace Taskbar11.Properties { + using System; + + /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - + public class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { + internal Resources() { } - + /// - /// Returns the cached ResourceManager instance used by this class. + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + public static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Taskbar11.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + public static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Automatically Hide Taskbar ähnelt. + /// + public static string AutomaticallyHideTaskbar { + get { + return ResourceManager.GetString("AutomaticallyHideTaskbar", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Bottom ähnelt. + /// + public static string Bottom { + get { + return ResourceManager.GetString("Bottom", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Center ähnelt. + /// + public static string Center { + get { + return ResourceManager.GetString("Center", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Chat ähnelt. + /// + public static string Chat { + get { + return ResourceManager.GetString("Chat", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Context Menu ähnelt. + /// + public static string ContextMenu { + get { + return ResourceManager.GetString("ContextMenu", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Don't forget to apply and save the settings by pressing the bottom "Save" button. ähnelt. + /// + public static string DonTForgetToApplyAndSaveTheSettingsByPressingTheBottomSaveButton { + get { + return ResourceManager.GetString("DonTForgetToApplyAndSaveTheSettingsByPressingTheBottomSaveButton", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Enable Toolbar ähnelt. + /// + public static string EnableToolbar { + get { + return ResourceManager.GetString("EnableToolbar", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Equal Taskbar Positions ähnelt. + /// + public static string EqualTaskbarPositions { + get { + return ResourceManager.GetString("EqualTaskbarPositions", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Landscape ähnelt. + /// + public static string Landscape { + get { + return ResourceManager.GetString("Landscape", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Large ähnelt. + /// + public static string Large { + get { + return ResourceManager.GetString("Large", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Left ähnelt. + /// + public static string Left { + get { + return ResourceManager.GetString("Left", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Medium ähnelt. + /// + public static string Medium { + get { + return ResourceManager.GetString("Medium", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Multi Monitor Taskbar ähnelt. + /// + public static string MultiMonitorTaskbar { + get { + return ResourceManager.GetString("MultiMonitorTaskbar", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Pen ähnelt. + /// + public static string Pen { + get { + return ResourceManager.GetString("Pen", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Portrait ähnelt. + /// + public static string Portrait { + get { + return ResourceManager.GetString("Portrait", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Save ähnelt. + /// + public static string Save { + get { + return ResourceManager.GetString("Save", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Search ähnelt. + /// + public static string Search { + get { + return ResourceManager.GetString("Search", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Show Secondary Taskbars ähnelt. + /// + public static string ShowSecondaryTaskbars { + get { + return ResourceManager.GetString("ShowSecondaryTaskbars", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Small ähnelt. + /// + public static string Small { + get { + return ResourceManager.GetString("Small", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Tablet Options ähnelt. + /// + public static string TabletOptions { + get { + return ResourceManager.GetString("TabletOptions", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Taskbar Behaviour ähnelt. + /// + public static string TaskbarBehaviour { + get { + return ResourceManager.GetString("TaskbarBehaviour", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Taskbar Corner Icons ähnelt. + /// + public static string TaskbarCornerIcons { + get { + return ResourceManager.GetString("TaskbarCornerIcons", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Taskbar Indentation ähnelt. + /// + public static string TaskbarIndentation { + get { + return ResourceManager.GetString("TaskbarIndentation", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Taskbar Items ähnelt. + /// + public static string TaskbarItems { + get { + return ResourceManager.GetString("TaskbarItems", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Taskbar Position ähnelt. + /// + public static string TaskbarPosition { + get { + return ResourceManager.GetString("TaskbarPosition", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Taskbar Size ähnelt. + /// + public static string TaskbarSize { + get { + return ResourceManager.GetString("TaskbarSize", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Task View ähnelt. + /// + public static string TaskView { + get { + return ResourceManager.GetString("TaskView", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die The Toolbar can be moved by clicking on the pushpin icon and holding left mouse button, followed by dragging the mouse to the desired position. ähnelt. + /// + public static string TheToolbarCanBeMovedByClickingOnThePushpinIconAndHoldingLeftMouseButtonFollowedByDraggingTheMouseToTheDesiredPosition { + get { + return ResourceManager.GetString("TheToolbarCanBeMovedByClickingOnThePushpinIconAndHoldingLeftMouseButtonFollowedBy" + + "DraggingTheMouseToTheDesiredPosition", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Toolbar Settings ähnelt. + /// + public static string ToolbarSettings { + get { + return ResourceManager.GetString("ToolbarSettings", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Top ähnelt. + /// + public static string Top { + get { + return ResourceManager.GetString("Top", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Touch Keyboard ähnelt. + /// + public static string TouchKeyboard { + get { + return ResourceManager.GetString("TouchKeyboard", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Use Old Context Menu For Right Mouse Button Click ähnelt. + /// + public static string UseOldContextMenuForRightMouseButtonClick { + get { + return ResourceManager.GetString("UseOldContextMenuForRightMouseButtonClick", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Use Orientation Dependant Taskbar Position ähnelt. + /// + public static string UseOrientationDependantTaskbarPosition { + get { + return ResourceManager.GetString("UseOrientationDependantTaskbarPosition", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Virtual Touchpad ähnelt. + /// + public static string VirtualTouchpad { + get { + return ResourceManager.GetString("VirtualTouchpad", resourceCulture); + } + } + + /// + /// Sucht eine lokalisierte Zeichenfolge, die Widgets ähnelt. + /// + public static string Widgets { + get { + return ResourceManager.GetString("Widgets", resourceCulture); + } + } } } diff --git a/Taskbar11/Taskbar11/Properties/Resources.de.resx b/Taskbar11/Taskbar11/Properties/Resources.de.resx new file mode 100644 index 0000000..f7689ba --- /dev/null +++ b/Taskbar11/Taskbar11/Properties/Resources.de.resx @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Taskleiste automatisch verbergen + + + Unten + + + Mitte + + + Kontextmenü + + + Bitte mit der unteren "Speichern" Schaltfläche die Änderungen anwenden und speichern. + + + Werkzeugleiste aktivieren + + + Gleiche Taskleisten-Position + + + Querformat + + + Groß + + + Links + + + Mittel + + + Multi-Monitor-Taskleiste + + + Stift + + + Hochkant + + + Speichern + + + Suchen + + + Weitere Taskleisten anzeigen + + + Klein + + + Tablet-Optionen + + + Taskleisten-Verhalten + + + Taskleisten-Ecksymbole + + + Taskleisten-Einrückung + + + Taskleisten-Objekte + + + Taskleisten-Position + + + Taskleisten-Größe + + + Prozess-Anzeige + + + Die Werkzeugleiste kann durch Drücken des Stecknadelsymbols und Ziehen mit der Maus bewegt werden. + + + Werkzeugleisten-Einstellungen + + + Oben + + + Bildschirmtastatur + + + Altes Kontext-Menü für Rechtsklick benutzen + + + Richtungsabhängige Taskleisten-Position benutzen + + + Virtuelles Touchpad + + \ No newline at end of file diff --git a/Taskbar11/Taskbar11/Properties/Resources.resx b/Taskbar11/Taskbar11/Properties/Resources.resx index ffecec8..30982c1 100644 --- a/Taskbar11/Taskbar11/Properties/Resources.resx +++ b/Taskbar11/Taskbar11/Properties/Resources.resx @@ -114,4 +114,111 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + Toolbar Settings + + + Enable Toolbar + + + The Toolbar can be moved by clicking on the pushpin icon and holding left mouse button, followed by dragging the mouse to the desired position. + + + Don't forget to apply and save the settings by pressing the bottom "Save" button. + + + Taskbar Position + + + Top + + + Bottom + + + Taskbar Size + + + Small + + + Medium + + + Large + + + Taskbar Indentation + + + Left + + + Center + + + Taskbar Items + + + Search + + + Task View + + + Widgets + @Invariant + + + Chat + @Invariant + + + Taskbar Corner Icons + + + Pen + + + Touch Keyboard + + + Virtual Touchpad + + + Taskbar Behaviour + + + Automatically Hide Taskbar + + + Multi Monitor Taskbar + + + Show Secondary Taskbars + + + Equal Taskbar Positions + + + Context Menu + + + Use Old Context Menu For Right Mouse Button Click + + + Tablet Options + + + Use Orientation Dependant Taskbar Position + + + Landscape + + + Portrait + + + Save + \ No newline at end of file diff --git a/Taskbar11/Taskbar11/Resources.Designer.cs b/Taskbar11/Taskbar11/Resources.Designer.cs index 5f9a6ad..2443e84 100644 --- a/Taskbar11/Taskbar11/Resources.Designer.cs +++ b/Taskbar11/Taskbar11/Resources.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. // //------------------------------------------------------------------------------ @@ -13,13 +13,13 @@ namespace Taskbar11 { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Resources { @@ -33,7 +33,7 @@ internal Resources() { } /// - /// Returns the cached ResourceManager instance used by this class. + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { @@ -47,8 +47,8 @@ internal Resources() { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { @@ -61,7 +61,7 @@ internal Resources() { } /// - /// Looks up a localized resource of type System.Drawing.Bitmap. + /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. /// public static System.Drawing.Bitmap FloppyDisk { get { diff --git a/Taskbar11/Taskbar11/Resources.de.resx b/Taskbar11/Taskbar11/Resources.de.resx new file mode 100644 index 0000000..d58980a --- /dev/null +++ b/Taskbar11/Taskbar11/Resources.de.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Taskbar11/Taskbar11/Taskbar11.csproj b/Taskbar11/Taskbar11/Taskbar11.csproj index 725e476..4873b54 100644 --- a/Taskbar11/Taskbar11/Taskbar11.csproj +++ b/Taskbar11/Taskbar11/Taskbar11.csproj @@ -1,5 +1,6 @@  + Debug x86 @@ -15,6 +16,8 @@ 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 + + x86 @@ -157,14 +160,17 @@ Settings.settings True + - ResXFileCodeGenerator + PublicResXFileCodeGenerator Resources.Designer.cs + PublicResXFileCodeGenerator Resources.Designer.cs + SettingsSingleFileGenerator Settings.Designer.cs @@ -195,6 +201,14 @@ + + + Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter "http://go.microsoft.com/fwlink/?LinkID=322105". Die fehlende Datei ist "{0}". + + + + +