mirror of
https://github.com/cyanfish/naps2.git
synced 2024-11-20 16:06:29 +03:00
153 lines
5.6 KiB
C#
153 lines
5.6 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace NAPS2.Sdk.Tests {
|
|
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", "4.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class BinaryResources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal BinaryResources() {
|
|
}
|
|
|
|
/// <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("NAPS2.Sdk.Tests.BinaryResources", typeof(BinaryResources).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 resource of type System.Byte[].
|
|
/// </summary>
|
|
internal static byte[] animals {
|
|
get {
|
|
object obj = ResourceManager.GetObject("animals", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
internal static byte[] eng_traineddata {
|
|
get {
|
|
object obj = ResourceManager.GetObject("eng_traineddata", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
internal static byte[] heb_traineddata {
|
|
get {
|
|
object obj = ResourceManager.GetObject("heb_traineddata", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
internal static byte[] ocr_test {
|
|
get {
|
|
object obj = ResourceManager.GetObject("ocr_test", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
internal static byte[] ocr_test_hebrew {
|
|
get {
|
|
object obj = ResourceManager.GetObject("ocr_test_hebrew", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
internal static byte[] stock_cat {
|
|
get {
|
|
object obj = ResourceManager.GetObject("stock_cat", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
internal static byte[] stock_dog {
|
|
get {
|
|
object obj = ResourceManager.GetObject("stock_dog", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
internal static byte[] stock_dog_jpeg {
|
|
get {
|
|
object obj = ResourceManager.GetObject("stock_dog_jpeg", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Byte[].
|
|
/// </summary>
|
|
internal static byte[] testcert {
|
|
get {
|
|
object obj = ResourceManager.GetObject("testcert", resourceCulture);
|
|
return ((byte[])(obj));
|
|
}
|
|
}
|
|
}
|
|
}
|