|
// <auto-generated>
using System.Reflection;
namespace System.Windows.Forms.Primitives.Resources
{
internal static partial class SR
{
private static global::System.Resources.ResourceManager s_resourceManager;
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(SR)));
internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey, Culture);
/// <summary>Parse of Text("{0}") expected text in the format "{1}" did not succeed.</summary>
internal static string @TextParseFailedFormat => GetResourceString("TextParseFailedFormat");
/// <summary>One or more entries are not valid in the IDictionary parameter. Verify that all values match up to the object's properties.</summary>
internal static string @PropertyValueInvalidEntry => GetResourceString("PropertyValueInvalidEntry");
/// <summary>The service '{0}' must be installed for this feature to work. Ensure that this service is available.</summary>
internal static string @General_MissingService => GetResourceString("General_MissingService");
/// <summary>Failed to set thread's DpiAwareness context {0}.</summary>
internal static string @Win32SetThreadsDpiContextFailed => GetResourceString("Win32SetThreadsDpiContextFailed");
/// <summary>Failed to get thread's DpiAwareness context.</summary>
internal static string @Win32GetThreadsDpiContextFailed => GetResourceString("Win32GetThreadsDpiContextFailed");
/// <summary>Failed to set thread's DPI hosting behavior {0}.</summary>
internal static string @Win32SetThreadsDpiHostingBehaviorFailed => GetResourceString("Win32SetThreadsDpiHostingBehaviorFailed");
/// <summary>Unable to retrieve the root folder.</summary>
internal static string @FolderBrowserDialogNoRootFolder => GetResourceString("FolderBrowserDialogNoRootFolder");
/// <summary>Resource '{1}' cannot be found in class '{0}'.</summary>
internal static string @ResourceNotFound => GetResourceString("ResourceNotFound");
}
}
|