154 lines
5.7 KiB
C#
154 lines
5.7 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.34209
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace TBF.Resources {
|
|
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 Strings_cn {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Strings_cn() {
|
|
}
|
|
|
|
/// <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("TBF.Resources.Strings.cn", typeof(Strings_cn).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 string similar to Activity / 活动.
|
|
/// </summary>
|
|
internal static string Activity {
|
|
get {
|
|
return ResourceManager.GetString("Activity", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ambient humidity / 空气温度:.
|
|
/// </summary>
|
|
internal static string Ambient_humidity_ {
|
|
get {
|
|
return ResourceManager.GetString("Ambient_humidity_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ambient pressure / 大气压强:.
|
|
/// </summary>
|
|
internal static string Ambient_pressure_ {
|
|
get {
|
|
return ResourceManager.GetString("Ambient_pressure_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ambient temperature / 空气温度:.
|
|
/// </summary>
|
|
internal static string Ambient_temperature_ {
|
|
get {
|
|
return ResourceManager.GetString("Ambient_temperature_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Approval / 审核:.
|
|
/// </summary>
|
|
internal static string Approval_ {
|
|
get {
|
|
return ResourceManager.GetString("Approval_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Date and time / 日期及时间: .
|
|
/// </summary>
|
|
internal static string Date_and_time_ {
|
|
get {
|
|
return ResourceManager.GetString("Date_and_time_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Page/页面 .
|
|
/// </summary>
|
|
internal static string Page {
|
|
get {
|
|
return ResourceManager.GetString("Page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Procedure / 测试程序:.
|
|
/// </summary>
|
|
internal static string Procedure_ {
|
|
get {
|
|
return ResourceManager.GetString("Procedure_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Purchase order / 采购订单:.
|
|
/// </summary>
|
|
internal static string Purchase_order_ {
|
|
get {
|
|
return ResourceManager.GetString("Purchase_order_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tester / 测试者:.
|
|
/// </summary>
|
|
internal static string Tester_ {
|
|
get {
|
|
return ResourceManager.GetString("Tester_", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|