common/Utils/UserAccessCtrl/Properties/Resources.Designer.cs
2026-04-23 17:50:07 +02:00

145 lines
5.4 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Xylem.Common.Utils.UserAccessCtrl.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </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.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </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("Xylem.Common.Utils.UserAccessCtrl.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Cancel.
/// </summary>
internal static string StrLblCancel {
get {
return ResourceManager.GetString("StrLblCancel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Change password.
/// </summary>
internal static string StrLblChangePassword {
get {
return ResourceManager.GetString("StrLblChangePassword", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Confirm password.
/// </summary>
internal static string StrLblConfirmPasswort {
get {
return ResourceManager.GetString("StrLblConfirmPasswort", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to New password.
/// </summary>
internal static string StrLblNewPassword {
get {
return ResourceManager.GetString("StrLblNewPassword", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Old password.
/// </summary>
internal static string StrLblOldPassword {
get {
return ResourceManager.GetString("StrLblOldPassword", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password.
/// </summary>
internal static string StrLblPassword {
get {
return ResourceManager.GetString("StrLblPassword", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to User name.
/// </summary>
internal static string StrLblUserName {
get {
return ResourceManager.GetString("StrLblUserName", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Password change failed!.
/// </summary>
internal static string StrMsgFailedPasswordChange {
get {
return ResourceManager.GetString("StrMsgFailedPasswordChange", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Invalid login attempt!.
/// </summary>
internal static string StrMsgInvalidLogin {
get {
return ResourceManager.GetString("StrMsgInvalidLogin", resourceCulture);
}
}
}
}