From 455f9971d29968ce5ca8df26b553ba49f9a88e73 Mon Sep 17 00:00:00 2001 From: David Hall Date: Mon, 8 Apr 2019 12:04:00 -0600 Subject: [PATCH] Added resources tied to backwards compatible additions --- Core/Properties/Resources.Designer.cs | 216 ++++++++++++++++++++++++++++++++++ Core/Properties/Resources.resx | 171 +++++++++++++++++++++++++++ 2 files changed, 387 insertions(+) create mode 100644 Core/Properties/Resources.Designer.cs create mode 100644 Core/Properties/Resources.resx diff --git a/Core/Properties/Resources.Designer.cs b/Core/Properties/Resources.Designer.cs new file mode 100644 index 00000000..929bfc4f --- /dev/null +++ b/Core/Properties/Resources.Designer.cs @@ -0,0 +1,216 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +namespace Vanara.Properties { + using System; + + + /// + /// A strongly-typed resource class, for looking up localized strings, etc. + /// + // 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() { + } + + /// + /// Returns the cached ResourceManager instance used by this class. + /// + [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("Vanara.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture { + get { + return resourceCulture; + } + set { + resourceCulture = value; + } + } + + /// + /// Looks up a localized string similar to Not enough space available in the buffer.. + /// + internal static string Arg_BufferTooSmall { + get { + return ResourceManager.GetString("Arg_BufferTooSmall", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.. + /// + internal static string Argument_InvalidOffLen { + get { + return ResourceManager.GetString("Argument_InvalidOffLen", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to There are not enough bytes remaining in the accessor to read at this position.. + /// + internal static string Argument_NotEnoughBytesToRead { + get { + return ResourceManager.GetString("Argument_NotEnoughBytesToRead", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to There are not enough bytes remaining in the accessor to write at this position.. + /// + internal static string Argument_NotEnoughBytesToWrite { + get { + return ResourceManager.GetString("Argument_NotEnoughBytesToWrite", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Offset and capacity were greater than the size of the view.. + /// + internal static string Argument_OffsetAndCapacityOutOfBounds { + get { + return ResourceManager.GetString("Argument_OffsetAndCapacityOutOfBounds", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.. + /// + internal static string Argument_OffsetAndLengthOutOfBounds { + get { + return ResourceManager.GetString("Argument_OffsetAndLengthOutOfBounds", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The UnmanagedMemoryAccessor capacity and offset would wrap around the high end of the address space.. + /// + internal static string Argument_UnmanagedMemAccessorWrapAround { + get { + return ResourceManager.GetString("Argument_UnmanagedMemAccessorWrapAround", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Buffer cannot be null.. + /// + internal static string ArgumentNull_Buffer { + get { + return ResourceManager.GetString("ArgumentNull_Buffer", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The number of bytes cannot exceed the virtual address space on a 32 bit machine.. + /// + internal static string ArgumentOutOfRange_AddressSpace { + get { + return ResourceManager.GetString("ArgumentOutOfRange_AddressSpace", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Non-negative number required.. + /// + internal static string ArgumentOutOfRange_NeedNonNegNum { + get { + return ResourceManager.GetString("ArgumentOutOfRange_NeedNonNegNum", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The position may not be greater or equal to the capacity of the accessor.. + /// + internal static string ArgumentOutOfRange_PositionLessThanCapacityRequired { + get { + return ResourceManager.GetString("ArgumentOutOfRange_PositionLessThanCapacityRequired", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The length of the buffer must be less than the maximum UIntPtr value for your platform.. + /// + internal static string ArgumentOutOfRange_UIntPtrMax_1 { + get { + return ResourceManager.GetString("ArgumentOutOfRange_UIntPtrMax-1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The method cannot be called twice on the same instance.. + /// + internal static string InvalidOperation_CalledTwice { + get { + return ResourceManager.GetString("InvalidOperation_CalledTwice", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to You must call Initialize on this object instance before using it.. + /// + internal static string InvalidOperation_MustCallInitialize { + get { + return ResourceManager.GetString("InvalidOperation_MustCallInitialize", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Accessor does not support reading.. + /// + internal static string NotSupported_Reading { + get { + return ResourceManager.GetString("NotSupported_Reading", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Accessor does not support writing.. + /// + internal static string NotSupported_Writing { + get { + return ResourceManager.GetString("NotSupported_Writing", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Cannot access a closed accessor.. + /// + internal static string ObjectDisposed_ViewAccessorClosed { + get { + return ResourceManager.GetString("ObjectDisposed_ViewAccessorClosed", resourceCulture); + } + } + } +} diff --git a/Core/Properties/Resources.resx b/Core/Properties/Resources.resx new file mode 100644 index 00000000..29ca9a48 --- /dev/null +++ b/Core/Properties/Resources.resx @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Buffer cannot be null. + + + The number of bytes cannot exceed the virtual address space on a 32 bit machine. + + + Non-negative number required. + + + The position may not be greater or equal to the capacity of the accessor. + + + The length of the buffer must be less than the maximum UIntPtr value for your platform. + + + Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection. + + + There are not enough bytes remaining in the accessor to read at this position. + + + There are not enough bytes remaining in the accessor to write at this position. + + + Offset and capacity were greater than the size of the view. + + + Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection. + + + The UnmanagedMemoryAccessor capacity and offset would wrap around the high end of the address space. + + + Not enough space available in the buffer. + + + The method cannot be called twice on the same instance. + + + You must call Initialize on this object instance before using it. + + + Accessor does not support reading. + + + Accessor does not support writing. + + + Cannot access a closed accessor. + + \ No newline at end of file