publicconststringCantTellPrinterName="(printer name protected due to security restrictions)";
publicconststringCantChangeImmutableObjects="Changes cannot be made to {0} because permissions are not valid.";
publicconststringCantMakeIconTransparent="Bitmaps that are icons cannot be made transparent. Icons natively support transparency. Use the Icon constructor to create an icon.";
publicconststringColorNotSystemColor="The color {0} is not a system color.";
publicconststringGdiplusAborted="Function was ended.";
publicconststringGdiplusAccessDenied="File access is denied.";
publicconststringGdiplusCannotCreateGraphicsFromIndexedPixelFormat="A Graphics object cannot be created from an image that has an indexed pixel format.";
publicconststringGdiplusCannotSetPixelFromIndexedPixelFormat="SetPixel is not supported for images with indexed pixel formats.";
publicconststringGdiplusDestPointsInvalidParallelogram="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).";
publicconststringGdiplusDestPointsInvalidLength="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-right coordinate.";
publicconststringGdiplusFileNotFound="File not found.";
publicconststringGdiplusFontFamilyNotFound="Font '{0}' cannot be found.";
publicconststringGdiplusFontStyleNotFound="Font '{0}' does not support style '{1}'.";
publicconststringGdiplusGenericError="A generic error occurred in GDI+.";
publicconststringGdiplusInsufficientBuffer="Buffer is too small (internal GDI+ error).";
publicconststringGdiplusInvalidParameter="Parameter is not valid.";
publicconststringGdiplusInvalidRectangle="Rectangle '{0}' cannot have a width or height equal to 0.";
publicconststringGdiplusInvalidSize="Operation requires a transformation of the image from GDI+ to GDI. GDI does not support images with a width or height greater than 32767.";
publicconststringGdiplusOutOfMemory="Out of memory.";
publicconststringGraphicsBufferCurrentlyBusy="BufferedGraphicsContext cannot be disposed of because a buffer operation is currently in progress.";
publicconststringGraphicsBufferQueryFail="Screen-compatible bitmap cannot be created. The screen bitmap format cannot be determined.";
publicconststringToolboxItemLocked="Toolbox item cannot be modified.";
publicconststringToolboxItemInvalidPropertyType="Property {0} requires an argument of type {1}.";
publicconststringToolboxItemValueNotSerializable="Data type {0} is not serializable. Items added to a property dictionary must be serializable.";
publicconststringToolboxItemInvalidKey="Argument should be a non-empty string.";
publicconststringIllegalState="Internal state of the {0} class is invalid.";
publicconststringInterpolationColorsColorBlendNotSet="Property must be set to a valid ColorBlend object to use interpolation colors.";
publicconststringInterpolationColorsCommon="{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.";
publicconststringInterpolationColorsInvalidColorBlendObject="ColorBlend object that was set is not valid.";
publicconststringInterpolationColorsInvalidStartPosition="Position's first element must be equal to 0.";
publicconststringInterpolationColorsInvalidEndPosition="Position's last element must be equal to 1.0.";
publicconststringInterpolationColorsLength="Array of colors and positions must contain at least two elements.";
publicconststringInterpolationColorsLengthsDiffer="Colors and positions do not have the same number of elements.";
publicconststringInvalidArgument="Value of '{1}' is not valid for '{0}'.";
publicconststringInvalidBoundArgument="Value of '{1}' is not valid for '{0}'. '{0}' should be greater than {2} and less than or equal to {3}.";
publicconststringInvalidClassName="Class name is not valid.";
publicconststringInvalidColor="Color '{0}' is not valid.";
publicconststringInvalidDashPattern="DashPattern value is not valid.";
publicconststringInvalidEx2BoundArgument="Value of '{1}' is not valid for '{0}'. '{0}' should be greater than or equal to {2} and less than or equal to {3}.";
publicconststringInvalidFrame="Frame is not valid. Frame must be between 0 and FrameCount.";
publicconststringInvalidGDIHandle="Win32 handle that was passed to {0} is not valid or is the wrong type.";
publicconststringInvalidImage="Image type is unknown.";
publicconststringInvalidLowBoundArgumentEx="Value of '{1}' is not valid for '{0}'. '{0}' must be greater than or equal to {2}.";
publicconststringInvalidPermissionLevel="Permission level is not valid.";
publicconststringInvalidPermissionState="Permission state is not valid.";
publicconststringInvalidPictureType="Argument '{0}' must be a picture that can be used as a {1}.";
publicconststringInvalidPrinterException_InvalidPrinter="Settings to access printer '{0}' are not valid.";
publicconststringInvalidPrinterException_NoDefaultPrinter="No printers are installed.";
publicconststringInvalidPrinterHandle="Handle {0} is not valid.";
publicconststringValidRangeX="Parameter must be positive and < Width.";
publicconststringValidRangeY="Parameter must be positive and < Height.";
publicconststringNativeHandle0="Native handle is 0.";
publicconststringNoDefaultPrinter="Default printer is not set.";
publicconststringPDOCbeginPrintDescr="Occurs when the document is about to be printed.";
publicconststringPDOCdocumentNameDescr="The name of the document shown to the user.";
publicconststringPDOCdocumentPageSettingsDescr="The page settings of the page currently being printed.";
publicconststringPDOCendPrintDescr="Occurs after the document has been printed.";
publicconststringPDOCoriginAtMarginsDescr="Indicates that the graphics origin is located at the user-specified page margins.";
publicconststringPDOCprintControllerDescr="Retrieves the print controller for this document.";
publicconststringPDOCprintPageDescr="Occurs once for each page to be printed.";
publicconststringPDOCprinterSettingsDescr="Retrieves the settings for the printer the document is currently being printed to.";
publicconststringPDOCqueryPageSettingsDescr="Occurs before each page is printed. Useful for changing PageSettings for a particular page.";
publicconststringPrintDocumentDesc="Defines an object that sends output to a printer.";
publicconststringPrintingPermissionBadXml="XML is not valid.";
publicconststringPrintingPermissionAttributeInvalidPermissionLevel="Permission level must be between PrintingPermissionLevel.NoPrinting and PrintingPermissionLevel.AllPrinting.";
publicconststringPropertyValueInvalidEntry="IDictionary parameter contains at least one entry that is not valid. Ensure all values are consistent with the object's properties.";
publicconststringPSizeNotCustom="PaperSize cannot be changed unless the Kind property is set to Custom.";
publicconststringResourceNotFound="Resource '{1}' cannot be found in class '{0}'.";
publicconststringTargetNotPrintingPermission="Target does not have permission to print.";
publicconststringTextParseFailedFormat="Text \"{0}\" cannot be parsed. The expected text format is \"{1}\".";
publicconststringTriStateCompareError="TriState.Default cannot be converted into a Boolean.";
publicconststringtoStringIcon="(Icon)";
publicconststringtoStringNone="(none)";
publicconststringDCTypeInvalid="GetObjectType on this dc returned an invalid value.";
publicconststringInvalidEnumArgument="The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.";
publicconststringConvertInvalidPrimitive="{0} is not a valid value for {1}.";