Renamed Katteker.Gui to Katteker.UserInterface.

This commit is contained in:
Holger Boerchers
2018-06-16 09:45:56 +02:00
parent 3aebff4e6d
commit ebc776459d
10 changed files with 54 additions and 54 deletions

View File

@ -4,11 +4,11 @@ using System.Runtime.InteropServices;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die mit einer Assembly verknüpft sind.
[assembly: AssemblyTitle("Katteker.Gui")]
[assembly: AssemblyTitle("Katteker.UserInterface")]
[assembly: AssemblyDescription("Helps Applications to integrate Katteker")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("WRD GmbH")]
[assembly: AssemblyProduct("Katteker.Gui")]
[assembly: AssemblyProduct("Katteker.UserInterface")]
[assembly: AssemblyCopyright("Copyright © Enercon GmbH 2015-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

View File

@ -1,24 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Katteker.Gui.Properties {
namespace Katteker.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
/// </summary>
// 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.
// 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", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
@ -33,13 +33,13 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Katteker.Gui.Properties.Resources", typeof(Resources).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Katteker.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
@ -47,8 +47,8 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// 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.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
@ -61,7 +61,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to Could not update your application..
/// Sucht eine lokalisierte Zeichenfolge, die Could not update your application. ähnelt.
/// </summary>
internal static string CouldNotUpdateYourApplication {
get {
@ -70,7 +70,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to Installed new Version! Would you like to restart the Application?.
/// Sucht eine lokalisierte Zeichenfolge, die Installed new Version! Would you like to restart the Application? ähnelt.
/// </summary>
internal static string Installed_new_Version {
get {
@ -79,7 +79,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to New Version.
/// Sucht eine lokalisierte Zeichenfolge, die New Version ähnelt.
/// </summary>
internal static string New_Version {
get {
@ -88,7 +88,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to No update available..
/// Sucht eine lokalisierte Zeichenfolge, die No update available. ähnelt.
/// </summary>
internal static string No_update_available {
get {
@ -97,7 +97,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to Can&apos;t find configuration File. Ask your local distributor..
/// Sucht eine lokalisierte Zeichenfolge, die Can&apos;t find configuration File. Ask your local distributor. ähnelt.
/// </summary>
internal static string SquirrelWrapper_CheckForUpdate {
get {
@ -106,7 +106,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to Ask your local distributor..
/// Sucht eine lokalisierte Zeichenfolge, die Ask your local distributor. ähnelt.
/// </summary>
internal static string SquirrelWrapper_CheckForUpdate_AskYourLocalDistributor {
get {
@ -115,7 +115,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to Error with Configuration-File.
/// Sucht eine lokalisierte Zeichenfolge, die Error with Configuration-File ähnelt.
/// </summary>
internal static string SquirrelWrapper_CheckForUpdate_Error {
get {
@ -124,7 +124,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to Error with Update.
/// Sucht eine lokalisierte Zeichenfolge, die Error with Update ähnelt.
/// </summary>
internal static string SquirrelWrapper_CheckForUpdate_ErrorWithUpdate {
get {
@ -133,7 +133,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to Updater.
/// Sucht eine lokalisierte Zeichenfolge, die Updater ähnelt.
/// </summary>
internal static string Updater {
get {
@ -142,7 +142,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to You can update to Version: .
/// Sucht eine lokalisierte Zeichenfolge, die You can update to Version: ähnelt.
/// </summary>
internal static string You_can_update_to_Version {
get {
@ -151,7 +151,7 @@ namespace Katteker.Gui.Properties {
}
/// <summary>
/// Looks up a localized string similar to You&apos;re up to date..
/// Sucht eine lokalisierte Zeichenfolge, die You&apos;re up to date. ähnelt.
/// </summary>
internal static string You_re_up_to_date {
get {