|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Drawing.Common
{
internal static class SR { }
}
namespace System
{
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(FxResources.System.Drawing.Common.SR)));
/// <summary>(printer name protected due to security restrictions)</summary>
internal static string @CantTellPrinterName => GetResourceString("CantTellPrinterName");
/// <summary>Changes cannot be made to {0} because permissions are not valid.</summary>
internal static string @CantChangeImmutableObjects => GetResourceString("CantChangeImmutableObjects");
/// <summary>Bitmaps that are icons cannot be made transparent. Icons natively support transparency. Use the Icon constructor to create an icon.</summary>
internal static string @CantMakeIconTransparent => GetResourceString("CantMakeIconTransparent");
/// <summary>The color {0} is not a system color.</summary>
internal static string @ColorNotSystemColor => GetResourceString("ColorNotSystemColor");
/// <summary>Function was ended.</summary>
internal static string @GdiplusAborted => GetResourceString("GdiplusAborted");
/// <summary>File access is denied.</summary>
internal static string @GdiplusAccessDenied => GetResourceString("GdiplusAccessDenied");
/// <summary>A Graphics object cannot be created from an image that has an indexed pixel format.</summary>
internal static string @GdiplusCannotCreateGraphicsFromIndexedPixelFormat => GetResourceString("GdiplusCannotCreateGraphicsFromIndexedPixelFormat");
/// <summary>SetPixel is not supported for images with indexed pixel formats.</summary>
internal static string @GdiplusCannotSetPixelFromIndexedPixelFormat => GetResourceString("GdiplusCannotSetPixelFromIndexedPixelFormat");
/// <summary>Destination points define a parallelogram which must have a length of 3. These points will represent the upper-left, upper-right, and lower-left coordinates (defined in that order).</summary>
internal static string @GdiplusDestPointsInvalidParallelogram => GetResourceString("GdiplusDestPointsInvalidParallelogram");
/// <summary>Destination points must be an array with a length of 3 or 4. A length of 3 defines a parallelogram with the upper-left, upper-right, and lower-left corners. A length of 4 defines a quadrilateral with the fourth element of the array specifying the lower-rig ...</summary>
internal static string @GdiplusDestPointsInvalidLength => GetResourceString("GdiplusDestPointsInvalidLength");
/// <summary>File not found.</summary>
internal static string @GdiplusFileNotFound => GetResourceString("GdiplusFileNotFound");
/// <summary>Font '{0}' cannot be found.</summary>
internal static string @GdiplusFontFamilyNotFound => GetResourceString("GdiplusFontFamilyNotFound");
/// <summary>Font '{0}' does not support style '{1}'.</summary>
internal static string @GdiplusFontStyleNotFound => GetResourceString("GdiplusFontStyleNotFound");
/// <summary>A generic error occurred in GDI+.</summary>
internal static string @GdiplusGenericError => GetResourceString("GdiplusGenericError");
/// <summary>Buffer is too small (internal GDI+ error).</summary>
internal static string @GdiplusInsufficientBuffer => GetResourceString("GdiplusInsufficientBuffer");
/// <summary>Parameter is not valid.</summary>
internal static string @GdiplusInvalidParameter => GetResourceString("GdiplusInvalidParameter");
/// <summary>Rectangle '{0}' cannot have a width or height equal to 0.</summary>
internal static string @GdiplusInvalidRectangle => GetResourceString("GdiplusInvalidRectangle");
/// <summary>Operation requires a transformation of the image from GDI+ to GDI. GDI does not support images with a width or height greater than 32767.</summary>
internal static string @GdiplusInvalidSize => GetResourceString("GdiplusInvalidSize");
/// <summary>Out of memory.</summary>
internal static string @GdiplusOutOfMemory => GetResourceString("GdiplusOutOfMemory");
/// <summary>Not implemented.</summary>
internal static string @GdiplusNotImplemented => GetResourceString("GdiplusNotImplemented");
/// <summary>GDI+ is not properly initialized (internal GDI+ error).</summary>
internal static string @GdiplusNotInitialized => GetResourceString("GdiplusNotInitialized");
/// <summary>Only TrueType fonts are supported. '{0}' is not a TrueType font.</summary>
internal static string @GdiplusNotTrueTypeFont => GetResourceString("GdiplusNotTrueTypeFont");
/// <summary>Only TrueType fonts are supported. This is not a TrueType font.</summary>
internal static string @GdiplusNotTrueTypeFont_NoName => GetResourceString("GdiplusNotTrueTypeFont_NoName");
/// <summary>Object is currently in use elsewhere.</summary>
internal static string @GdiplusObjectBusy => GetResourceString("GdiplusObjectBusy");
/// <summary>Overflow error.</summary>
internal static string @GdiplusOverflow => GetResourceString("GdiplusOverflow");
/// <summary>Property cannot be found.</summary>
internal static string @GdiplusPropertyNotFoundError => GetResourceString("GdiplusPropertyNotFoundError");
/// <summary>Property is not supported.</summary>
internal static string @GdiplusPropertyNotSupportedError => GetResourceString("GdiplusPropertyNotSupportedError");
/// <summary>Unknown GDI+ error occurred.</summary>
internal static string @GdiplusUnknown => GetResourceString("GdiplusUnknown");
/// <summary>Image format is unknown.</summary>
internal static string @GdiplusUnknownImageFormat => GetResourceString("GdiplusUnknownImageFormat");
/// <summary>Current version of GDI+ does not support this feature.</summary>
internal static string @GdiplusUnsupportedGdiplusVersion => GetResourceString("GdiplusUnsupportedGdiplusVersion");
/// <summary>Bitmap region is already locked.</summary>
internal static string @GdiplusWrongState => GetResourceString("GdiplusWrongState");
/// <summary>(Global Assembly Cache)</summary>
internal static string @GlobalAssemblyCache => GetResourceString("GlobalAssemblyCache");
/// <summary>BufferedGraphicsContext cannot be disposed of because a buffer operation is currently in progress.</summary>
internal static string @GraphicsBufferCurrentlyBusy => GetResourceString("GraphicsBufferCurrentlyBusy");
/// <summary>Screen-compatible bitmap cannot be created. The screen bitmap format cannot be determined.</summary>
internal static string @GraphicsBufferQueryFail => GetResourceString("GraphicsBufferQueryFail");
/// <summary>'{0}' data length expected {1}, read {2}</summary>
internal static string @IconInvalidMaskLength => GetResourceString("IconInvalidMaskLength");
/// <summary>Internal state of the {0} class is invalid.</summary>
internal static string @IllegalState => GetResourceString("IllegalState");
/// <summary>Property must be set to a valid ColorBlend object to use interpolation colors.</summary>
internal static string @InterpolationColorsColorBlendNotSet => GetResourceString("InterpolationColorsColorBlendNotSet");
/// <summary>{0}{1} ColorBlend objects must be constructed with the same number of positions and color values. Positions must be between 0.0 and 1.0, 1.0 indicating the last element in the array.</summary>
internal static string @InterpolationColorsCommon => GetResourceString("InterpolationColorsCommon");
/// <summary>ColorBlend object that was set is not valid.</summary>
internal static string @InterpolationColorsInvalidColorBlendObject => GetResourceString("InterpolationColorsInvalidColorBlendObject");
/// <summary>Position's first element must be equal to 0.</summary>
internal static string @InterpolationColorsInvalidStartPosition => GetResourceString("InterpolationColorsInvalidStartPosition");
/// <summary>Position's last element must be equal to 1.0.</summary>
internal static string @InterpolationColorsInvalidEndPosition => GetResourceString("InterpolationColorsInvalidEndPosition");
/// <summary>Array of colors and positions must contain at least two elements.</summary>
internal static string @InterpolationColorsLength => GetResourceString("InterpolationColorsLength");
/// <summary>Colors and positions do not have the same number of elements.</summary>
internal static string @InterpolationColorsLengthsDiffer => GetResourceString("InterpolationColorsLengthsDiffer");
/// <summary>Value of '{1}' is not valid for '{0}'.</summary>
internal static string @InvalidArgumentValue => GetResourceString("InvalidArgumentValue");
/// <summary>Value of '{0}' is not valid for font size unit.</summary>
internal static string @InvalidArgumentValueFontConverter => GetResourceString("InvalidArgumentValueFontConverter");
/// <summary>Value of '{1}' is not valid for '{0}'. '{0}' should be greater than {2} and less than or equal to {3}.</summary>
internal static string @InvalidBoundArgument => GetResourceString("InvalidBoundArgument");
/// <summary>Color '{0}' is not valid.</summary>
internal static string @InvalidColor => GetResourceString("InvalidColor");
/// <summary>DashPattern value is not valid.</summary>
internal static string @InvalidDashPattern => GetResourceString("InvalidDashPattern");
/// <summary>Value of '{1}' is not valid for '{0}'. '{0}' should be greater than or equal to {2} and less than or equal to {3}.</summary>
internal static string @InvalidEx2BoundArgument => GetResourceString("InvalidEx2BoundArgument");
/// <summary>Win32 handle that was passed to {0} is not valid or is the wrong type.</summary>
internal static string @InvalidGDIHandle => GetResourceString("InvalidGDIHandle");
/// <summary>Image type is unknown.</summary>
internal static string @InvalidImage => GetResourceString("InvalidImage");
/// <summary>Value of '{1}' is not valid for '{0}'. '{0}' must be greater than or equal to {2}.</summary>
internal static string @InvalidLowBoundArgumentEx => GetResourceString("InvalidLowBoundArgumentEx");
/// <summary>Permission state is not valid.</summary>
internal static string @InvalidPermissionState => GetResourceString("InvalidPermissionState");
/// <summary>Argument '{0}' must be a picture that can be used as a {1}.</summary>
internal static string @InvalidPictureType => GetResourceString("InvalidPictureType");
/// <summary>Settings to access printer '{0}' are not valid.</summary>
internal static string @InvalidPrinterException_InvalidPrinter => GetResourceString("InvalidPrinterException_InvalidPrinter");
/// <summary>No printers are installed.</summary>
internal static string @InvalidPrinterException_NoDefaultPrinter => GetResourceString("InvalidPrinterException_NoDefaultPrinter");
/// <summary>Handle {0} is not valid.</summary>
internal static string @InvalidPrinterHandle => GetResourceString("InvalidPrinterHandle");
/// <summary>Parameter must be positive and < Width.</summary>
internal static string @ValidRangeX => GetResourceString("ValidRangeX");
/// <summary>Parameter must be positive and < Height.</summary>
internal static string @ValidRangeY => GetResourceString("ValidRangeY");
/// <summary>Native handle is 0.</summary>
internal static string @NativeHandle0 => GetResourceString("NativeHandle0");
/// <summary>Default printer is not set.</summary>
internal static string @NoDefaultPrinter => GetResourceString("NoDefaultPrinter");
/// <summary>Not implemented.</summary>
internal static string @NotImplemented => GetResourceString("NotImplemented");
/// <summary>Occurs when the document is about to be printed.</summary>
internal static string @PDOCbeginPrintDescr => GetResourceString("PDOCbeginPrintDescr");
/// <summary>The name of the document shown to the user.</summary>
internal static string @PDOCdocumentNameDescr => GetResourceString("PDOCdocumentNameDescr");
/// <summary>The page settings of the page currently being printed.</summary>
internal static string @PDOCdocumentPageSettingsDescr => GetResourceString("PDOCdocumentPageSettingsDescr");
/// <summary>Occurs after the document has been printed.</summary>
internal static string @PDOCendPrintDescr => GetResourceString("PDOCendPrintDescr");
/// <summary>Indicates that the graphics origin is located at the user-specified page margins.</summary>
internal static string @PDOCoriginAtMarginsDescr => GetResourceString("PDOCoriginAtMarginsDescr");
/// <summary>Retrieves the print controller for this document.</summary>
internal static string @PDOCprintControllerDescr => GetResourceString("PDOCprintControllerDescr");
/// <summary>Occurs once for each page to be printed.</summary>
internal static string @PDOCprintPageDescr => GetResourceString("PDOCprintPageDescr");
/// <summary>Retrieves the settings for the printer the document is currently being printed to.</summary>
internal static string @PDOCprinterSettingsDescr => GetResourceString("PDOCprinterSettingsDescr");
/// <summary>Occurs before each page is printed. Useful for changing PageSettings for a particular page.</summary>
internal static string @PDOCqueryPageSettingsDescr => GetResourceString("PDOCqueryPageSettingsDescr");
/// <summary>Defines an object that sends output to a printer.</summary>
internal static string @PrintDocumentDesc => GetResourceString("PrintDocumentDesc");
/// <summary>IDictionary parameter contains at least one entry that is not valid. Ensure all values are consistent with the object's properties.</summary>
internal static string @PropertyValueInvalidEntry => GetResourceString("PropertyValueInvalidEntry");
/// <summary>PaperSize cannot be changed unless the Kind property is set to Custom.</summary>
internal static string @PSizeNotCustom => GetResourceString("PSizeNotCustom");
/// <summary>Resource '{1}' cannot be found in class '{0}'.</summary>
internal static string @ResourceNotFound => GetResourceString("ResourceNotFound");
/// <summary>Text "{0}" cannot be parsed. The expected text format is "{1}".</summary>
internal static string @TextParseFailedFormat => GetResourceString("TextParseFailedFormat");
/// <summary>TriState.Default cannot be converted into a Boolean.</summary>
internal static string @TriStateCompareError => GetResourceString("TriStateCompareError");
/// <summary>(Icon)</summary>
internal static string @toStringIcon => GetResourceString("toStringIcon");
/// <summary>(none)</summary>
internal static string @toStringNone => GetResourceString("toStringNone");
/// <summary>GetObjectType on this dc returned an invalid value.</summary>
internal static string @DCTypeInvalid => GetResourceString("DCTypeInvalid");
/// <summary>The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.</summary>
internal static string @InvalidEnumArgument => GetResourceString("InvalidEnumArgument");
/// <summary>{0} is not a valid value for {1}.</summary>
internal static string @ConvertInvalidPrimitive => GetResourceString("ConvertInvalidPrimitive");
/// <summary>Invalid Blend object. It should have at least 2 elements in each of the factors and positions arrays.</summary>
internal static string @BlendObjectMustHaveTwoElements => GetResourceString("BlendObjectMustHaveTwoElements");
/// <summary>Invalid Blend object. The positions array must have 0.0 as its first element.</summary>
internal static string @BlendObjectFirstElementInvalid => GetResourceString("BlendObjectFirstElementInvalid");
/// <summary>Invalid Blend object. The positions array must have 1.0 as its last element.</summary>
internal static string @BlendObjectLastElementInvalid => GetResourceString("BlendObjectLastElementInvalid");
/// <summary>{0} only available on WMF files.</summary>
internal static string @AvailableOnlyOnWMF => GetResourceString("AvailableOnlyOnWMF");
/// <summary>Cannot create Graphics from an indexed bitmap.</summary>
internal static string @CannotCreateGraphics => GetResourceString("CannotCreateGraphics");
/// <summary>Could not open display (X-Server required. Check your DISPLAY environment variable)</summary>
internal static string @CouldNotOpenDisplay => GetResourceString("CouldNotOpenDisplay");
/// <summary>Couldn't find specified file.</summary>
internal static string @CouldntFindSpecifiedFile => GetResourceString("CouldntFindSpecifiedFile");
/// <summary>Icon instance was disposed.</summary>
internal static string @IconInstanceWasDisposed => GetResourceString("IconInstanceWasDisposed");
/// <summary>Invalid GraphicsUnit</summary>
internal static string @InvalidGraphicsUnit => GetResourceString("InvalidGraphicsUnit");
/// <summary>Invalid thumbnail size</summary>
internal static string @InvalidThumbnailSize => GetResourceString("InvalidThumbnailSize");
/// <summary>No codec available for format:{0}</summary>
internal static string @NoCodecAvailableForFormat => GetResourceString("NoCodecAvailableForFormat");
/// <summary>Operation not implemented under X11</summary>
internal static string @NotImplementedUnderX11 => GetResourceString("NotImplementedUnderX11");
/// <summary>(none)</summary>
internal static string @none => GetResourceString("none");
/// <summary>No valid icon image found</summary>
internal static string @NoValidIconImageFound => GetResourceString("NoValidIconImageFound");
/// <summary>Null or empty path.</summary>
internal static string @NullOrEmptyPath => GetResourceString("NullOrEmptyPath");
/// <summary>Invalid parameter passed. Number of points and types must be same.</summary>
internal static string @NumberOfPointsAndTypesMustBeSame => GetResourceString("NumberOfPointsAndTypesMustBeSame");
/// <summary>Object has been disposed.</summary>
internal static string @ObjectDisposed => GetResourceString("ObjectDisposed");
/// <summary>The value of the {0} property is less than zero.</summary>
internal static string @ValueLessThenZero => GetResourceString("ValueLessThenZero");
/// <summary>The value of the {0} property is not one of the {1} values</summary>
internal static string @ValueNotOneOfValues => GetResourceString("ValueNotOneOfValues");
/// <summary>The directory {0} of the filename {1} does not exist.</summary>
internal static string @TargetDirectoryDoesNotExist => GetResourceString("TargetDirectoryDoesNotExist");
/// <summary>System.Drawing.Common is not supported on this platform.</summary>
internal static string @SystemDrawingCommon_PlatformNotSupported => GetResourceString("SystemDrawingCommon_PlatformNotSupported");
/// <summary>The file path could not be opened or did not contain valid data.</summary>
internal static string @IconCouldNotBeExtracted => GetResourceString("IconCouldNotBeExtracted");
}
}
|