mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-01 10:54:08 +08:00
Uses resx string and added updated some properties.
This commit is contained in:
53
NTwain/Properties/Resources.Designer.cs
generated
53
NTwain/Properties/Resources.Designer.cs
generated
@@ -1,7 +1,7 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:4.0.30319.18034
|
||||
// Runtime Version:4.0.30319.34014
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
@@ -61,11 +61,29 @@ namespace NTwain.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The specified container type does not match the data..
|
||||
/// Looks up a localized string similar to Invalid value type for {0}..
|
||||
/// </summary>
|
||||
internal static string BadContainerType {
|
||||
internal static string BadValueType {
|
||||
get {
|
||||
return ResourceManager.GetString("BadContainerType", resourceCulture);
|
||||
return ResourceManager.GetString("BadValueType", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Capability has invalid container type {0}..
|
||||
/// </summary>
|
||||
internal static string CapHasBadContainer {
|
||||
get {
|
||||
return ResourceManager.GetString("CapHasBadContainer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Capability contains no data..
|
||||
/// </summary>
|
||||
internal static string CapHasNoData {
|
||||
get {
|
||||
return ResourceManager.GetString("CapHasNoData", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -77,5 +95,32 @@ namespace NTwain.Properties {
|
||||
return ResourceManager.GetString("MaxStringLengthExceeded", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Failed to allocate requested memory..
|
||||
/// </summary>
|
||||
internal static string MemAllocError {
|
||||
get {
|
||||
return ResourceManager.GetString("MemAllocError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Message loop has not started yet..
|
||||
/// </summary>
|
||||
internal static string MsgLoopUnavailble {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgLoopUnavailble", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Source name is required..
|
||||
/// </summary>
|
||||
internal static string SourceRequired {
|
||||
get {
|
||||
return ResourceManager.GetString("SourceRequired", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user