1486 lines
49 KiB
C#
1486 lines
49 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Sicentury.Localization {
|
|
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", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class lang_common {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal lang_common() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Sicentury.Localization.lang_common", typeof(lang_common).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)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 中.
|
|
/// </summary>
|
|
public static string ID_APP_BTN_LANG_SW_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_APP_BTN_LANG_SW_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Switch to english.
|
|
/// </summary>
|
|
public static string ID_APP_BTN_LANG_SW_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_APP_BTN_LANG_SW_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sic.
|
|
/// </summary>
|
|
public static string ID_APP_TITLE {
|
|
get {
|
|
return ResourceManager.GetString("ID_APP_TITLE", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Abort.
|
|
/// </summary>
|
|
public static string ID_BTN_Abort_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Abort_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Abort.
|
|
/// </summary>
|
|
public static string ID_BTN_Abort_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Abort_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add.
|
|
/// </summary>
|
|
public static string ID_BTN_Add_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Add_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Add.
|
|
/// </summary>
|
|
public static string ID_BTN_Add_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Add_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Append.
|
|
/// </summary>
|
|
public static string ID_BTN_Append_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Append_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Append.
|
|
/// </summary>
|
|
public static string ID_BTN_Append_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Append_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Buzzer Off.
|
|
/// </summary>
|
|
public static string ID_BTN_BuzzerOff_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_BuzzerOff_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Turn off the buzzer without clear alarms.
|
|
/// </summary>
|
|
public static string ID_BTN_BuzzerOff_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_BuzzerOff_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cancel.
|
|
/// </summary>
|
|
public static string ID_BTN_Cancel_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Cancel_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cancel.
|
|
/// </summary>
|
|
public static string ID_BTN_Cancel_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Cancel_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clean.
|
|
/// </summary>
|
|
public static string ID_BTN_Clean_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Clean_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clean.
|
|
/// </summary>
|
|
public static string ID_BTN_Clean_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Clean_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clear.
|
|
/// </summary>
|
|
public static string ID_BTN_Clear_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Clear_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clear.
|
|
/// </summary>
|
|
public static string ID_BTN_Clear_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Clear_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clone.
|
|
/// </summary>
|
|
public static string ID_BTN_Clone_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Clone_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Clone.
|
|
/// </summary>
|
|
public static string ID_BTN_Clone_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Clone_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Close.
|
|
/// </summary>
|
|
public static string ID_BTN_Close_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Close_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Close.
|
|
/// </summary>
|
|
public static string ID_BTN_Close_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Close_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy.
|
|
/// </summary>
|
|
public static string ID_BTN_Copy_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Copy_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copy.
|
|
/// </summary>
|
|
public static string ID_BTN_Copy_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Copy_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create.
|
|
/// </summary>
|
|
public static string ID_BTN_Create_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Create_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create.
|
|
/// </summary>
|
|
public static string ID_BTN_Create_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Create_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delete.
|
|
/// </summary>
|
|
public static string ID_BTN_Delete_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Delete_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delete.
|
|
/// </summary>
|
|
public static string ID_BTN_Delete_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Delete_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Disable.
|
|
/// </summary>
|
|
public static string ID_BTN_Disable_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Disable_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Disable.
|
|
/// </summary>
|
|
public static string ID_BTN_Disable_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Disable_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable.
|
|
/// </summary>
|
|
public static string ID_BTN_Enable_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Enable_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable.
|
|
/// </summary>
|
|
public static string ID_BTN_Enable_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Enable_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Group.
|
|
/// </summary>
|
|
public static string ID_BTN_Group_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Group_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Group.
|
|
/// </summary>
|
|
public static string ID_BTN_Group_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Group_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Home.
|
|
/// </summary>
|
|
public static string ID_BTN_Home_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Home_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Single Module Initialize.
|
|
/// </summary>
|
|
public static string ID_BTN_Home_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Home_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Initialize.
|
|
/// </summary>
|
|
public static string ID_BTN_Init_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Init_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Initialize.
|
|
/// </summary>
|
|
public static string ID_BTN_Init_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Init_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Insert.
|
|
/// </summary>
|
|
public static string ID_BTN_Insert_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Insert_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Insert.
|
|
/// </summary>
|
|
public static string ID_BTN_Insert_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Insert_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to LeakCheck.
|
|
/// </summary>
|
|
public static string ID_BTN_LeakCheck_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_LeakCheck_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to LeakCheck.
|
|
/// </summary>
|
|
public static string ID_BTN_LeakCheck_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_LeakCheck_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lock.
|
|
/// </summary>
|
|
public static string ID_BTN_Lock_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Lock_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Lock.
|
|
/// </summary>
|
|
public static string ID_BTN_Lock_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Lock_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Login.
|
|
/// </summary>
|
|
public static string ID_BTN_Login_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Login_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Login.
|
|
/// </summary>
|
|
public static string ID_BTN_Login_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Login_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Logout.
|
|
/// </summary>
|
|
public static string ID_BTN_Logout_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Logout_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Logout.
|
|
/// </summary>
|
|
public static string ID_BTN_Logout_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Logout_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Loosen.
|
|
/// </summary>
|
|
public static string ID_BTN_Loosen_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Loosen_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Loosen.
|
|
/// </summary>
|
|
public static string ID_BTN_Loosen_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Loosen_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Map.
|
|
/// </summary>
|
|
public static string ID_BTN_Map_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Map_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Map.
|
|
/// </summary>
|
|
public static string ID_BTN_Map_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Map_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New.
|
|
/// </summary>
|
|
public static string ID_BTN_New_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_New_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New.
|
|
/// </summary>
|
|
public static string ID_BTN_New_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_New_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Offline.
|
|
/// </summary>
|
|
public static string ID_BTN_Offline_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Offline_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Offline.
|
|
/// </summary>
|
|
public static string ID_BTN_Offline_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Offline_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Online.
|
|
/// </summary>
|
|
public static string ID_BTN_Online_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Online_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Online.
|
|
/// </summary>
|
|
public static string ID_BTN_Online_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Online_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open.
|
|
/// </summary>
|
|
public static string ID_BTN_Open_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Open_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open.
|
|
/// </summary>
|
|
public static string ID_BTN_Open_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Open_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Paste.
|
|
/// </summary>
|
|
public static string ID_BTN_Paste_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Paste_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Paste.
|
|
/// </summary>
|
|
public static string ID_BTN_Paste_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Paste_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pause.
|
|
/// </summary>
|
|
public static string ID_BTN_Pause_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Pause_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pause.
|
|
/// </summary>
|
|
public static string ID_BTN_Pause_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Pause_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pick.
|
|
/// </summary>
|
|
public static string ID_BTN_Pick_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Pick_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pick.
|
|
/// </summary>
|
|
public static string ID_BTN_Pick_Tooltip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Pick_Tooltip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Place.
|
|
/// </summary>
|
|
public static string ID_BTN_Place_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Place_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Place.
|
|
/// </summary>
|
|
public static string ID_BTN_Place_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Place_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pump.
|
|
/// </summary>
|
|
public static string ID_BTN_Pump_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Pump_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pump.
|
|
/// </summary>
|
|
public static string ID_BTN_Pump_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Pump_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Purge.
|
|
/// </summary>
|
|
public static string ID_BTN_Purge_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Purge_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Purge.
|
|
/// </summary>
|
|
public static string ID_BTN_Purge_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Purge_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Query.
|
|
/// </summary>
|
|
public static string ID_BTN_Query_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Query_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Query.
|
|
/// </summary>
|
|
public static string ID_BTN_Query_TooltTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Query_TooltTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Refresh.
|
|
/// </summary>
|
|
public static string ID_BTN_Refresh_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Refresh_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Refresh.
|
|
/// </summary>
|
|
public static string ID_BTN_Refresh_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Refresh_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reload.
|
|
/// </summary>
|
|
public static string ID_BTN_Reload_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Reload_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reload.
|
|
/// </summary>
|
|
public static string ID_BTN_Reload_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Reload_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove.
|
|
/// </summary>
|
|
public static string ID_BTN_Remove_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Remove_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove.
|
|
/// </summary>
|
|
public static string ID_BTN_Remove_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Remove_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rename.
|
|
/// </summary>
|
|
public static string ID_BTN_Rename_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Rename_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Rename.
|
|
/// </summary>
|
|
public static string ID_BTN_Rename_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Rename_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reset.
|
|
/// </summary>
|
|
public static string ID_BTN_Reset_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Reset_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Reset warnings and alarms.
|
|
/// </summary>
|
|
public static string ID_BTN_Reset_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Reset_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save.
|
|
/// </summary>
|
|
public static string ID_BTN_Save_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Save_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save.
|
|
/// </summary>
|
|
public static string ID_BTN_Save_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Save_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save To All.
|
|
/// </summary>
|
|
public static string ID_BTN_SaveToAll_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_SaveToAll_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save To All.
|
|
/// </summary>
|
|
public static string ID_BTN_SaveToAll_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_SaveToAll_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Search.
|
|
/// </summary>
|
|
public static string ID_BTN_Search_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Search_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Search.
|
|
/// </summary>
|
|
public static string ID_BTN_Search_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Search_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Select.
|
|
/// </summary>
|
|
public static string ID_BTN_Select_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Select_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Select.
|
|
/// </summary>
|
|
public static string ID_BTN_Select_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Select_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Separate.
|
|
/// </summary>
|
|
public static string ID_BTN_Separate_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Separate_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Separate.
|
|
/// </summary>
|
|
public static string ID_BTN_Separate_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Separate_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ServoOn.
|
|
/// </summary>
|
|
public static string ID_BTN_ServoOn_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_ServoOn_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ServoOn.
|
|
/// </summary>
|
|
public static string ID_BTN_ServoOn_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_ServoOn_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set.
|
|
/// </summary>
|
|
public static string ID_BTN_Set_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Set_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set.
|
|
/// </summary>
|
|
public static string ID_BTN_Set_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Set_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Skip.
|
|
/// </summary>
|
|
public static string ID_BTN_Skip_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Skip_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Skip.
|
|
/// </summary>
|
|
public static string ID_BTN_Skip_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Skip_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start.
|
|
/// </summary>
|
|
public static string ID_BTN_Start_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Start_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start.
|
|
/// </summary>
|
|
public static string ID_BTN_Start_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Start_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stop.
|
|
/// </summary>
|
|
public static string ID_BTN_Stop_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Stop_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Stop.
|
|
/// </summary>
|
|
public static string ID_BTN_Stop_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Stop_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tighten.
|
|
/// </summary>
|
|
public static string ID_BTN_Tighten_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Tighten_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tighten.
|
|
/// </summary>
|
|
public static string ID_BTN_Tighten_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Tighten_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unlock.
|
|
/// </summary>
|
|
public static string ID_BTN_Unlock_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Unlock_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Unlock.
|
|
/// </summary>
|
|
public static string ID_BTN_Unlock_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Unlock_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vent.
|
|
/// </summary>
|
|
public static string ID_BTN_Vent_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Vent_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vent.
|
|
/// </summary>
|
|
public static string ID_BTN_Vent_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_BTN_Vent_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Alarm.
|
|
/// </summary>
|
|
public static string ID_CBX_Alarm_Content {
|
|
get {
|
|
return ResourceManager.GetString("ID_CBX_Alarm_Content", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Show only alarm logs.
|
|
/// </summary>
|
|
public static string ID_CBX_Alarm_ToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ID_CBX_Alarm_ToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Address.
|
|
/// </summary>
|
|
public static string ID_TXT_Address {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Address", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Alarm.
|
|
/// </summary>
|
|
public static string ID_TXT_Alarm {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Alarm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Busy.
|
|
/// </summary>
|
|
public static string ID_TXT_Busy {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Busy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Color.
|
|
/// </summary>
|
|
public static string ID_TXT_Color {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Color", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create.
|
|
/// </summary>
|
|
public static string ID_TXT_Create {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Create", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Date.
|
|
/// </summary>
|
|
public static string ID_TXT_Date {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Date", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Description.
|
|
/// </summary>
|
|
public static string ID_TXT_Description {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Description.
|
|
/// </summary>
|
|
public static string ID_TXT_Description_Duplicate {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Description_Duplicate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Detail.
|
|
/// </summary>
|
|
public static string ID_TXT_Detail {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Detail", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Done.
|
|
/// </summary>
|
|
public static string ID_TXT_Done {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Done", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to End Time.
|
|
/// </summary>
|
|
public static string ID_TXT_EndTime {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_EndTime", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error.
|
|
/// </summary>
|
|
public static string ID_TXT_Error {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Factor.
|
|
/// </summary>
|
|
public static string ID_TXT_Factor {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Factor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Filter.
|
|
/// </summary>
|
|
public static string ID_TXT_Filter {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Filter", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name.
|
|
/// </summary>
|
|
public static string ID_TXT_GasName {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_GasName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Group.
|
|
/// </summary>
|
|
public static string ID_TXT_Group {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Group", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Index.
|
|
/// </summary>
|
|
public static string ID_TXT_Index {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Index", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Information.
|
|
/// </summary>
|
|
public static string ID_TXT_Information {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to KeyWords.
|
|
/// </summary>
|
|
public static string ID_TXT_KeyWords {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_KeyWords", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to LOG.
|
|
/// </summary>
|
|
public static string ID_TXT_Log {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Log", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name.
|
|
/// </summary>
|
|
public static string ID_TXT_Name {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name.
|
|
/// </summary>
|
|
public static string ID_TXT_Name_Duplicate {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Name_Duplicate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New View.
|
|
/// </summary>
|
|
public static string ID_TXT_NewValue {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_NewValue", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Offset.
|
|
/// </summary>
|
|
public static string ID_TXT_Offset {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Offset", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Online Mode.
|
|
/// </summary>
|
|
public static string ID_TXT_OnlineMode {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_OnlineMode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Operation.
|
|
/// </summary>
|
|
public static string ID_TXT_Operation {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Operation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pressure.
|
|
/// </summary>
|
|
public static string ID_TXT_Pressure {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Pressure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Purge.
|
|
/// </summary>
|
|
public static string ID_TXT_Purge {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Purge", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Purge Loop.
|
|
/// </summary>
|
|
public static string ID_TXT_PurgeLoop {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_PurgeLoop", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Query.
|
|
/// </summary>
|
|
public static string ID_TXT_Query {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Query", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Recipe.
|
|
/// </summary>
|
|
public static string ID_TXT_Recipe {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Recipe", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Revise.
|
|
/// </summary>
|
|
public static string ID_TXT_Revise {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Revise", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Select.
|
|
/// </summary>
|
|
public static string ID_TXT_Select {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Select", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ServoOn.
|
|
/// </summary>
|
|
public static string ID_TXT_Servo_On {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Servo_On", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Source.
|
|
/// </summary>
|
|
public static string ID_TXT_Source {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Source", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start Time.
|
|
/// </summary>
|
|
public static string ID_TXT_StartTime {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_StartTime", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Status.
|
|
/// </summary>
|
|
public static string ID_TXT_Status {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Status", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to System.
|
|
/// </summary>
|
|
public static string ID_TXT_System {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_System", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Temp (℃).
|
|
/// </summary>
|
|
public static string ID_TXT_Temp {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Temp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Time:.
|
|
/// </summary>
|
|
public static string ID_TXT_Time {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Time", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Type.
|
|
/// </summary>
|
|
public static string ID_TXT_Type {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Type", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Value.
|
|
/// </summary>
|
|
public static string ID_TXT_Value {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Value", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Vent.
|
|
/// </summary>
|
|
public static string ID_TXT_Vent {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Vent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ver:.
|
|
/// </summary>
|
|
public static string ID_TXT_Ver {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Ver", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Visible.
|
|
/// </summary>
|
|
public static string ID_TXT_Visible {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Visible", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Warning.
|
|
/// </summary>
|
|
public static string ID_TXT_Warning {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Warning", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Width.
|
|
/// </summary>
|
|
public static string ID_TXT_Width {
|
|
get {
|
|
return ResourceManager.GetString("ID_TXT_Width", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|