resources.designer.cs
来自「zwave 无线通讯协议 PC controller 控制器源码」· CS 代码 · 共 187 行
CS
187 行
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.42
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace ZWave.Properties {
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.Diagnostics.DebuggerNonUserCodeAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
internal Resources() {
}
/// <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("ZWave.Properties.Resources", typeof(Resources).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 COM - Retransmission .
/// </summary>
internal static string CheckRetransmission {
get {
return ResourceManager.GetString("CheckRetransmission", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - CheckRetransmission exception.
/// </summary>
internal static string CheckRetransmissionException {
get {
return ResourceManager.GetString("CheckRetransmissionException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to enumType parameter is not a System.Enum.
/// </summary>
internal static string EnumParameters {
get {
return ResourceManager.GetString("EnumParameters", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - Received.
/// </summary>
internal static string Received {
get {
return ResourceManager.GetString("Received", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - Received ACK.
/// </summary>
internal static string ReceivedAcknowledge {
get {
return ResourceManager.GetString("ReceivedAcknowledge", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - Received CAN.
/// </summary>
internal static string ReceivedCancel {
get {
return ResourceManager.GetString("ReceivedCancel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - Received NAK.
/// </summary>
internal static string ReceivedNoAcknowledge {
get {
return ResourceManager.GetString("ReceivedNoAcknowledge", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - ReceiveThread() Exception.
/// </summary>
internal static string ReceiveThreadException {
get {
return ResourceManager.GetString("ReceiveThreadException", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - ReceiveThread(): ThreadID:.
/// </summary>
internal static string ReceiveThreadId {
get {
return ResourceManager.GetString("ReceiveThreadId", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - Timeout.
/// </summary>
internal static string Retransmission {
get {
return ResourceManager.GetString("Retransmission", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - Transmit ACK.
/// </summary>
internal static string TransmitAckowledge {
get {
return ResourceManager.GetString("TransmitAckowledge", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - Transmit NAK.
/// </summary>
internal static string TransmitNoAcknowledge {
get {
return ResourceManager.GetString("TransmitNoAcknowledge", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to COM - Transmitted: .
/// </summary>
internal static string Transmitted {
get {
return ResourceManager.GetString("Transmitted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Unable to Verify homeId in VerifyNodeInfo.
/// </summary>
internal static string VerifyHomeId {
get {
return ResourceManager.GetString("VerifyHomeId", resourceCulture);
}
}
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?