//------------------------------------------------------------------------------ // // 此代码由工具生成。 // 运行时版本:4.0.30319.42000 // // 对此文件的更改可能会导致不正确的行为,并且如果 // 重新生成代码,这些更改将会丢失。 // //------------------------------------------------------------------------------ namespace XP.Hardware.PLC.Resources { using System; /// /// 一个强类型的资源类,用于查找本地化的字符串等。 /// // 此类是由 StronglyTypedResourceBuilder // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 // 若要添加或移除成员,请编辑 .ResX 文件,然后重新运行 ResGen // (以 /str 作为命令选项),或重新生成 VS 项目。 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// 返回此类使用的缓存的 ResourceManager 实例。 /// [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("XP.Hardware.PLC.Resources.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// 重写当前线程的 CurrentUICulture 属性,对 /// 使用此强类型资源类的所有资源查找执行重写。 /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// 查找类似 PLC 连接失败 的本地化字符串。 /// internal static string PLC_ConnectFailed { get { return ResourceManager.GetString("PLC_ConnectFailed", resourceCulture); } } /// /// 查找类似 PLC 连接成功 的本地化字符串。 /// internal static string PLC_ConnectSuccess { get { return ResourceManager.GetString("PLC_ConnectSuccess", resourceCulture); } } /// /// 查找类似 PLC 断开成功 的本地化字符串。 /// internal static string PLC_DisconnectSuccess { get { return ResourceManager.GetString("PLC_DisconnectSuccess", resourceCulture); } } /// /// 查找类似 变量读取成功 的本地化字符串。 /// internal static string PLC_ReadVariableSuccess { get { return ResourceManager.GetString("PLC_ReadVariableSuccess", resourceCulture); } } /// /// 查找类似 PLC 控制 的本地化字符串。 /// internal static string PLC_Title { get { return ResourceManager.GetString("PLC_Title", resourceCulture); } } /// /// 查找类似 变量写入成功 的本地化字符串。 /// internal static string PLC_WriteVariableSuccess { get { return ResourceManager.GetString("PLC_WriteVariableSuccess", resourceCulture); } } /// /// 查找类似 新增 Group 的本地化字符串。 /// internal static string PlcAddrEditor_AddGroup { get { return ResourceManager.GetString("PlcAddrEditor_AddGroup", resourceCulture); } } /// /// 查找类似 添加信号 的本地化字符串。 /// internal static string PlcAddrEditor_AddSignal { get { return ResourceManager.GetString("PlcAddrEditor_AddSignal", resourceCulture); } } /// /// 查找类似 取消 的本地化字符串。 /// internal static string PlcAddrEditor_Cancel { get { return ResourceManager.GetString("PlcAddrEditor_Cancel", resourceCulture); } } /// /// 查找类似 长度/索引 的本地化字符串。 /// internal static string PlcAddrEditor_ColLength { get { return ResourceManager.GetString("PlcAddrEditor_ColLength", resourceCulture); } } /// /// 查找类似 信号名称 的本地化字符串。 /// internal static string PlcAddrEditor_ColName { get { return ResourceManager.GetString("PlcAddrEditor_ColName", resourceCulture); } } /// /// 查找类似 备注 的本地化字符串。 /// internal static string PlcAddrEditor_ColRemark { get { return ResourceManager.GetString("PlcAddrEditor_ColRemark", resourceCulture); } } /// /// 查找类似 起始地址 的本地化字符串。 /// internal static string PlcAddrEditor_ColStartAddr { get { return ResourceManager.GetString("PlcAddrEditor_ColStartAddr", resourceCulture); } } /// /// 查找类似 数据类型 的本地化字符串。 /// internal static string PlcAddrEditor_ColType { get { return ResourceManager.GetString("PlcAddrEditor_ColType", resourceCulture); } } /// /// 查找类似 连接超时: 的本地化字符串。 /// internal static string PlcAddrEditor_ConnTimeout { get { return ResourceManager.GetString("PlcAddrEditor_ConnTimeout", resourceCulture); } } /// /// 查找类似 DB块号: 的本地化字符串。 /// internal static string PlcAddrEditor_DbNumber { get { return ResourceManager.GetString("PlcAddrEditor_DbNumber", resourceCulture); } } /// /// 查找类似 确定要删除选中的信号吗? 的本地化字符串。 /// internal static string PlcAddrEditor_DeleteConfirm { get { return ResourceManager.GetString("PlcAddrEditor_DeleteConfirm", resourceCulture); } } /// /// 查找类似 删除 Group 的本地化字符串。 /// internal static string PlcAddrEditor_DeleteGroup { get { return ResourceManager.GetString("PlcAddrEditor_DeleteGroup", resourceCulture); } } /// /// 查找类似 确定要删除 Group [{0}] 吗?该 Group 下的所有信号将被删除。 的本地化字符串。 /// internal static string PlcAddrEditor_DeleteGroupConfirm { get { return ResourceManager.GetString("PlcAddrEditor_DeleteGroupConfirm", resourceCulture); } } /// /// 查找类似 删除选中 的本地化字符串。 /// internal static string PlcAddrEditor_DeleteSelected { get { return ResourceManager.GetString("PlcAddrEditor_DeleteSelected", resourceCulture); } } /// /// 查找类似 删除选中信号 的本地化字符串。 /// internal static string PlcAddrEditor_DeleteSelectedSignal { get { return ResourceManager.GetString("PlcAddrEditor_DeleteSelectedSignal", resourceCulture); } } /// /// 查找类似 文件路径: 的本地化字符串。 /// internal static string PlcAddrEditor_FilePath { get { return ResourceManager.GetString("PlcAddrEditor_FilePath", resourceCulture); } } /// /// 查找类似 Group ID 已存在,请使用不同的 ID 的本地化字符串。 /// internal static string PlcAddrEditor_GroupIdDuplicate { get { return ResourceManager.GetString("PlcAddrEditor_GroupIdDuplicate", resourceCulture); } } /// /// 查找类似 请输入 DB 块号(非负整数): 的本地化字符串。 /// internal static string PlcAddrEditor_InputDbNumber { get { return ResourceManager.GetString("PlcAddrEditor_InputDbNumber", resourceCulture); } } /// /// 查找类似 请输入 Group ID: 的本地化字符串。 /// internal static string PlcAddrEditor_InputGroupId { get { return ResourceManager.GetString("PlcAddrEditor_InputGroupId", resourceCulture); } } /// /// 查找类似 请输入新的 Group ID: 的本地化字符串。 /// internal static string PlcAddrEditor_InputNewGroupId { get { return ResourceManager.GetString("PlcAddrEditor_InputNewGroupId", resourceCulture); } } /// /// 查找类似 DB 块号无效,必须为非负整数 的本地化字符串。 /// internal static string PlcAddrEditor_InvalidDbNumber { get { return ResourceManager.GetString("PlcAddrEditor_InvalidDbNumber", resourceCulture); } } /// /// 查找类似 请先选择一个 Group 的本地化字符串。 /// internal static string PlcAddrEditor_NoGroupSelected { get { return ResourceManager.GetString("PlcAddrEditor_NoGroupSelected", resourceCulture); } } /// /// 查找类似 PLC 连接参数配置 的本地化字符串。 /// internal static string PlcAddrEditor_PlcConfigGroup { get { return ResourceManager.GetString("PlcAddrEditor_PlcConfigGroup", resourceCulture); } } /// /// 查找类似 型号: 的本地化字符串。 /// internal static string PlcAddrEditor_PlcType { get { return ResourceManager.GetString("PlcAddrEditor_PlcType", resourceCulture); } } /// /// 查找类似 端口: 的本地化字符串。 /// internal static string PlcAddrEditor_Port { get { return ResourceManager.GetString("PlcAddrEditor_Port", resourceCulture); } } /// /// 查找类似 机架: 的本地化字符串。 /// internal static string PlcAddrEditor_Rack { get { return ResourceManager.GetString("PlcAddrEditor_Rack", resourceCulture); } } /// /// 查找类似 批量读DB: 的本地化字符串。 /// internal static string PlcAddrEditor_ReadDB { get { return ResourceManager.GetString("PlcAddrEditor_ReadDB", resourceCulture); } } /// /// 查找类似 读长度: 的本地化字符串。 /// internal static string PlcAddrEditor_ReadLen { get { return ResourceManager.GetString("PlcAddrEditor_ReadLen", resourceCulture); } } /// /// 查找类似 读取信号 的本地化字符串。 /// internal static string PlcAddrEditor_ReadSignals { get { return ResourceManager.GetString("PlcAddrEditor_ReadSignals", resourceCulture); } } /// /// 查找类似 读起始: 的本地化字符串。 /// internal static string PlcAddrEditor_ReadStart { get { return ResourceManager.GetString("PlcAddrEditor_ReadStart", resourceCulture); } } /// /// 查找类似 读超时: 的本地化字符串。 /// internal static string PlcAddrEditor_ReadTimeout { get { return ResourceManager.GetString("PlcAddrEditor_ReadTimeout", resourceCulture); } } /// /// 查找类似 断线重连: 的本地化字符串。 /// internal static string PlcAddrEditor_Reconnect { get { return ResourceManager.GetString("PlcAddrEditor_Reconnect", resourceCulture); } } /// /// 查找类似 加载 的本地化字符串。 /// internal static string PlcAddrEditor_Reload { get { return ResourceManager.GetString("PlcAddrEditor_Reload", resourceCulture); } } /// /// 查找类似 确定要重新加载吗?当前编辑内容将丢失。 的本地化字符串。 /// internal static string PlcAddrEditor_ReloadConfirm { get { return ResourceManager.GetString("PlcAddrEditor_ReloadConfirm", resourceCulture); } } /// /// 查找类似 重命名 Group 的本地化字符串。 /// internal static string PlcAddrEditor_RenameGroup { get { return ResourceManager.GetString("PlcAddrEditor_RenameGroup", resourceCulture); } } /// /// 查找类似 保存 的本地化字符串。 /// internal static string PlcAddrEditor_Save { get { return ResourceManager.GetString("PlcAddrEditor_Save", resourceCulture); } } /// /// 查找类似 保存失败 的本地化字符串。 /// internal static string PlcAddrEditor_SaveFailed { get { return ResourceManager.GetString("PlcAddrEditor_SaveFailed", resourceCulture); } } /// /// 查找类似 保存成功 的本地化字符串。 /// internal static string PlcAddrEditor_SaveSuccess { get { return ResourceManager.GetString("PlcAddrEditor_SaveSuccess", resourceCulture); } } /// /// 查找类似 槽位: 的本地化字符串。 /// internal static string PlcAddrEditor_Slot { get { return ResourceManager.GetString("PlcAddrEditor_Slot", resourceCulture); } } /// /// 查找类似 PLC 信号地址定义编辑器 的本地化字符串。 /// internal static string PlcAddrEditor_Title { get { return ResourceManager.GetString("PlcAddrEditor_Title", resourceCulture); } } /// /// 查找类似 数据验证失败,请修正以下错误: 的本地化字符串。 /// internal static string PlcAddrEditor_ValidationFailed { get { return ResourceManager.GetString("PlcAddrEditor_ValidationFailed", resourceCulture); } } /// /// 查找类似 写DB: 的本地化字符串。 /// internal static string PlcAddrEditor_WriteDB { get { return ResourceManager.GetString("PlcAddrEditor_WriteDB", resourceCulture); } } /// /// 查找类似 写入信号 的本地化字符串。 /// internal static string PlcAddrEditor_WriteSignals { get { return ResourceManager.GetString("PlcAddrEditor_WriteSignals", resourceCulture); } } /// /// 查找类似 写超时: 的本地化字符串。 /// internal static string PlcAddrEditor_WriteTimeout { get { return ResourceManager.GetString("PlcAddrEditor_WriteTimeout", resourceCulture); } } } }