/****************************** * 说明:存放中文资源 * 创建人:龚宇超 * 创建日期:2017-08-07 * 修改人: * 修改日期: * 修改备注: * 版本:1.0.0.0 ******************************/ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Lskj.Data { /// /// 存放中文资源 /// public static class ResourceKeys { /// /// QQ提示信息 /// public static readonly string QQTip = "请输入您的QQ号码"; /// /// 系统提示信息 /// public static readonly string SystemTip = "系统提示"; /// /// 系统异常,点击确定上报错误. /// public static readonly string SystemErrorTip = "系统异常,点击确定上报错误."; /// /// 未知错误. /// public static readonly string UnKownErrorTip = "未知错误."; /// /// 打开QQ失败 /// public static readonly string OpenQQError = "打开QQ失败"; /// /// 打开网站提示 /// public static readonly string BrowserTip = "请输入您要打开网址"; /// /// 编码 /// public static readonly string Code = "编码"; /// /// 名称 /// public static readonly string Name = "名称"; /// /// 备注 /// public static readonly string Remark = "备注"; /// /// 无法连接服务器,请检查配置 /// public static readonly string UnConnectServer = "无法连接服务器,请检查网络."; /// /// 请输入数据库地址 /// public static readonly string ServerNameIsNull = "请输入数据库地址"; /// /// 请输入数据库名称 /// public static readonly string ServerDBIsNull = "请输入数据库名称"; /// /// 连接失败,请确认配置是否正确 /// public static readonly string ConnectFault = "无法连接服务器,请检查网络."; /// /// 连接成功 /// public static readonly string ConnectSuccess = "连接成功"; /// /// 检测到数据已损坏.请联系朗速 /// public static readonly string CheckDataFault = "检测到数据已损坏.请联系朗速"; /// /// 动态链接库未找到 /// public static readonly string DyncmicDllNotFount = "动态链接库未找到."; /// /// 动态链接库初始化失败 /// public static readonly string DyncmicDllInitFault = "动态链接库初始化失败."; /// /// 确定退出系统? /// public static readonly string IsExit = "确定退出系统?"; /// /// 检测到帐套未配置服务器地址 /// public static readonly string UnSetServerAddress = "检测到帐套未配置服务器地址"; /// /// 检测到帐套配置地址错误 /// public static readonly string ServerAddressFault = "检测到帐套配置地址错误"; /// /// 数据加载中... /// public static readonly string DataLoading = "数据加载中..."; /// /// 正在连接服务器... /// public static readonly string ServerConnecting = "正在连接服务器..."; /// /// 当前帐套 /// public static readonly string CurrentAccountBook = "当前帐套:"; /// /// 请输入用户名 /// public static readonly string UserNameNotNull = "请输入用户名"; /// /// 请输入密码 /// public static readonly string PasswordNotNull = "请输入密码"; /// /// 请输入新密码 /// public static readonly string NewPasswordNotNull = "请输入新密码"; /// /// 请输入确认密码 /// public static readonly string ComfirmPasswordNotNull = "请输入确认密码"; /// /// 用户名或密码不正确 /// public static readonly string NameOrPasswordError = "用户名或密码不正确."; /// /// 存在相同用户名,请使用工号登录 /// public static readonly string DuplicatedNameError = "存在相同用户,请使用工号登录."; /// /// 已经有该用户登陆,请换用户登陆 /// public static readonly string AlreadyLogin = "已经有该用户登陆,请换用户登陆."; /// /// 多次登陆失败,限制登录 /// public static readonly string MultiFailedLogin = "错误密码输入次数过多,账号限制登录."; /// /// 正在登录中 /// public static readonly string Logining = "正在登录中..."; /// /// 正在检测自动升级 /// public static readonly string AutoUpdating = "正在检测自动升级..."; /// /// 登录失败 /// public static readonly string LoginFault = "登录失败."; /// /// 用户登录 /// public static readonly string UserLogin = "用户登录"; /// /// 用户不存在 /// public static readonly string UserNotFound = "用户不存在"; /// /// 输入的密码不一致 /// public static readonly string PasswordInconformity = "输入的密码不一致"; /// /// 密码修改成功 /// public static readonly string PasswordUpdateSuccess = "密码修改成功"; /// /// 旧密码不正确 /// public static readonly string OldPasswordFault = "旧密码不正确"; /// /// 子系统不可用 /// public static readonly string SubSystemUnEnabled = "子系统不可用"; /// /// 顶部菜单加载失败 /// public static readonly string LoadTopMenusFault = "顶部菜单加载失败."; /// /// 加载左侧菜单失败 /// public static readonly string LoadLeftMenusFault = "加载左侧菜单失败."; /// /// 加载快捷通道失败 /// public static readonly string LoadGallerysFault = "加载快捷通道失败."; /// /// 加载模块失败 /// public static readonly string LoadMenusFault = "加载模块失败."; /// /// 您无权操作此功能! /// public static readonly string UnPurview = "您无权操作此功能!"; /// /// 未找到对应模块 /// public static readonly string NotFoundMenu = "未找到对应模块[{0}]"; /// /// 未配置保存数据表 /// public static readonly string NotSettingTableName = "未配置保存数据表."; /// /// 登录模块 /// public static readonly string LoginModuleName = "登录模块"; /// /// 配置地址 /// public static readonly string ConfigServerName = "配置地址"; /// /// 未配置查询条件 /// public static readonly string UnSetSearchSql = "未配置查询条件"; /// /// 模块编号不能为空 /// public static readonly string MenuCodeIsNotNull = "模块编号不能为空"; /// /// 检测到模版未设置表名 /// public static readonly string MenuTableNameIsNull = "检测到模版未设置表名"; /// /// 未发现需要保存的数据 /// public static readonly string UnUpdateData = "未发现需要保存的数据"; /// /// 不满足修改条件,无法修改. /// public static readonly string DisUpdateCond = "不满足修改条件,无法修改数据."; /// /// 不满足添加条件,无法添加数据. /// public static readonly string DisAddCond = "不满足添加条件,无法添加数据."; /// /// 不满足删除条件,无法删除数据. /// public static readonly string DisDeleteCond = "不满足删除条件,无法删除数据."; /// /// 数据已修改是否保存? /// public static readonly string DataChanged = "数据已修改是否保存?"; /// /// 数据保存中... /// public static readonly string DataSaving = "数据保存中..."; /// /// 数据处理中... /// public static readonly string Handing = "数据处理中..."; /// /// 数据保存成功 /// public static readonly string SaveSuccess = "数据保存成功"; /// /// 数据保存失败 /// public static readonly string SaveFault = "数据保存失败"; /// /// 请先保存数据 /// public static readonly string UnSaveData = "请先保存数据."; /// /// 不满足删除条件,无法删除数据. /// public static readonly string IniTreeNode = "初始化树节点失败!"; /// /// 模块不存在 /// public static readonly string MenuNotFound = "模块不存在"; /// /// 确定要打开xxx模块? /// public static readonly string OpenMenuConfirm = "确定打开[{0}]模块?"; /// /// 基础档案 /// public static readonly string BaseModule = "基础档案"; /// /// 基础档案审批 /// public static readonly string BaseModuleAudit = "基础档案审批"; /// /// 报表 /// public static readonly string BaseReport = "报表"; /// /// 单据 /// public static readonly string BillModule = "单据"; /// /// 单据审批 /// public static readonly string BillModuleAudit = "单据审批"; /// /// xxx 字段不能为空 /// public static readonly string NullField = "[{0}] 不能为空"; /// /// 请选择节点 /// public static readonly string SelectedNodeIsNull = "请选择节点"; /// /// 请选择根节点 /// public static readonly string SelectedNodeContainNode = "请选择根级节点"; /// /// 请修改编码前缀 /// public static readonly string UpdateTreeNodeSeq = "请修改编码前缀"; /// /// The update success /// public static readonly string UpdateSuccess = "修改成功."; /// /// The update fault /// public static readonly string UpdateFault = "修改失败.请联系实施人员."; /// /// 请选择左侧一条记录再添加 /// public static readonly string LeftGridUnSelectRow = "请选择左侧一条记录再添加"; /// /// 打开模版失败 /// public static readonly string OpenModuleFault = "打开模版失败"; /// /// 菜单条件配置错误. /// public static readonly string SetRightMenuCondFault = "菜单条件配置错误."; /// /// 打开网页失败. /// public static readonly string OpenBrowerFault = "打开网页失败."; /// /// xxx菜单只允许选择一条记录操作.请取消多选. /// public static readonly string ExecRightMenuOnlyOne = "[{0}] 菜单只允许选择一条记录操作.请取消多选."; /// /// 请选择一行记录 /// public static readonly string SelectRowIsNull = "请选择一行记录."; /// /// 没有删除权限,无法删除. /// public static readonly string UnDeletePriview = "没有删除权限,无法删除."; /// /// 请选择需要删除的记录 /// public static readonly string SelectDeleteRows = "请选择需要删除的记录."; /// /// 数据被删除,请刷新后重试. /// public static readonly string DataNotFount = "数据被删除,请刷新后重试."; /// /// 确定要删除选中{0}条记录? /// public static readonly string DeleteRows = "确定要删除选中{0}条记录?"; /// /// 删除记录成功 /// public static readonly string DeleteSuccess = "删除记录成功."; /// /// 删除记录失败 /// public static readonly string DeleteFault = "删除记录失败."; /// /// 操作失败 /// public static readonly string OperFault = "操作失败."; /// /// 操作成功 /// public static readonly string OperSuccess = "操作成功."; /// /// 导出成功 /// public static readonly string ExportSuccess = "导出成功."; /// /// 导出失败 /// public static readonly string ExportFault = "导出失败."; /// /// 导入成功 /// public static readonly string ImportSuccess = "导入成功."; /// /// 导入失败 /// public static readonly string ImportFault = "导入失败."; /// /// 没有数据需要导入 /// public static readonly string NotFountGridData = "没有数据需要导入."; /// /// 不是末级节点不能拖拽 /// public static readonly string UnLastTreeNode = "[{0}]不是末级节点,不能拖拽."; /// /// 确定将所选数据移动到[{0}]节点? /// public static readonly string DragSelectNode = "确定将所选数据移动到[{0}]节点?"; /// /// 您确定要拖动选中记录? /// public static readonly string DragSelectRow = "您确定要拖动选中记录?"; /// /// 拖动成功[{0}]条记录. /// public static readonly string DragSuccessCount = "拖动成功[{0}]条记录."; /// /// 拖动失败[{0}]条记录. /// public static readonly string DragFaultCount = "拖动失败[{0}]条记录."; /// /// 请删除最后一行统计行 /// public static readonly string DeleteLastTotalRow = "请删除最后一行统计行."; /// /// 文件[{0}]处于打开状态,请先关闭. /// public static readonly string UseingFile = "文件[{0}]处于打开状态,请先关闭."; /// /// 请输入方案名称 /// public static readonly string InputProjectName = "请输入方案名称"; /// /// 方案名称重复 /// public static readonly string ExistsProjectName = "方案名称重复"; /// /// 请填写内容. /// public static readonly string ContentNotNull = "请填写内容."; /// /// 未找到打印模版 /// public static readonly string NotFoundPrintFile = "未找到打印模版.\r\n请将Delphi程序文件拷贝到Lib目录下."; /// /// 发现当前系统中存在重复的单据号,是否重新生成后保存. /// public static readonly string BillRecordRepeat = "发现当前系统中存在重复的单据号,是否重新生成后保存."; /// /// 不满足打印条件,无法打印 /// public static readonly string DisSatisfyPrintCond = "不满足打印条件,无法打印."; /// /// 请选择单据明细 /// public static readonly string BillDetailIsNotNull = "请选择单据明细."; /// /// 审批返退单据 /// public static readonly string ForcedReturnBill = "确定强制返退[{0}]单据?"; /// /// 审批返退数据 /// public static readonly string ForcedReturnRow = "是否强制返退该数据?"; /// /// 审批返退成功 /// public static readonly string ForcedSuccess = "返退成功!"; /// /// 审批返退失败 /// public static readonly string ForcedFail = "返退失败!{0}"; /// /// 是否提交单据 /// public static readonly string BillApply = "是否提交单据?"; /// /// 单据未保存,是否保存后打印. /// public static readonly string BillNotSavedAndNotPrint = "单据未保存,是否保存后打印."; /// /// 提交成功 /// public static readonly string ApplySuccess = "提交成功."; /// /// 提交失败 /// public static readonly string ApplyFault = "提交失败."; /// /// 审批没有选择需要返退的数据 /// public static readonly string NotReturnData = "没有选择需要返退的数据"; /// /// 未设置关键字段 /// public static readonly string NotPrimaryKey = "未设置关键字段(主键未配置)"; /// /// 上次刷新时间 /// public static readonly string BeforeRefreshTime = "上次刷新时间:{0}"; /// /// 数据条数统计 /// public static readonly string RowCountRecond = "共{0}条记录"; /// /// 数据标识 /// public static readonly string DataFlag = "数据标识{0}"; /// /// 模块配置不正确 /// public static readonly string ModuleConfigError = "模块配置不正确"; /// /// 未设置流转类别 /// public static readonly string NotSetFlowType = "未设置流转类别"; /// /// 没有正确配置流转步骤 /// public static readonly string FlowStepConfigError = "没有正确配置流转步骤"; /// /// 确认成功 /// public static readonly string ConfirmSuccess = "确认成功"; /// /// 确认失败 /// public static readonly string ConfirmFail = "确认失败"; /// /// 确认审核通过单据? /// public static readonly string ConfirmIsAudit = "确认审核通过该单据?"; /// /// 审核成功 /// public static readonly string AuditSuccess = "审核成功"; /// /// 审核失败 /// public static readonly string AuditFail = "审核失败"; /// /// 确认审核不通过并返退该单据? /// public static readonly string ConfimAuditFailAndReturnBill = "确认审核不通过并反退该单据?"; /// /// 没有找到需要反审核的单据 /// public static readonly string NoFindAntiauditBill = "没找到需要反审核的单据"; /// /// 关闭成功 /// public static readonly string CloseSuccess = "关闭成功"; /// /// 关闭失败 /// public static readonly string CloseFail = "关闭失败"; /// /// 无法删除xx员工 /// public static readonly string UnableToDeleteUser = "无法删除[{0}]员工"; /// /// 是否退出审批? /// public static readonly string IfCloseAudit = "退出是否审批?"; /// /// 请选择返退步骤 /// public static readonly string SelectReturnStep = "请选择返退步骤."; /// /// 请输入返退意见 /// public static readonly string InputReturnAdvice = "请输入返退意见."; /// /// 系统检测到录入信息重复 /// public static readonly string InputRepeatData = "系统检测到录入信息重复,请检查."; /// /// 请先选中需要添加的根节点 /// public static readonly string SelectTreeNodeIsNull = "请先选中需要添加的根节点."; /// /// 子节点最多为99个. /// public static readonly string ChildTreeNodeFlowOver = "子节点最多为99个."; /// /// 子节点最多为999个. /// public static readonly string ChildMaxTreeNodeFlowOver = "子节点最多为999个."; /// /// 不能删除根节点. /// public static readonly string UnableToDeleteFirstNode = "不能删除根节点."; /// /// 选中的分类不是最底层分类,不能删除. /// public static readonly string UnableToDeleteContainerChildsNode = "选中的分类不是最底层分类,不能删除."; /// /// 请选择分类节点 /// public static readonly string UnableSelectedNode = "请选择分类节点."; /// /// 请选择末级节点 /// public static readonly string UnableSelectedLastNode = "请选择末级节点."; /// /// 没有找到需要审核的记录 /// public static readonly string NotFindAuditRecord = "没有找到需要审核的记录"; /// /// 附件模块传递参数错误 /// public static readonly string PhotoViewArgsError = "附件模块传递参数错误.\r\n参数1-3必须传递."; /// /// 确定拆分单据吗? /// public static readonly string ConfirmSpliterBill = "确定拆分单据?"; /// /// 分单成功 /// public static readonly string SpliterBillSuccess = "分单成功"; /// /// 分单失败 /// public static readonly string SpliterBillFail = "分单失败[({0}){1}]"; /// /// 操作失败[msg] /// public static readonly string OperateFail = "操作失败[({0}){1}]"; /// /// 文件没找到 /// public static readonly string FileNotFound = "文件没找到."; /// /// 文件下载地址不能为空 /// public static readonly string DownFileNotNull = "文件下载地址不能为空."; /// /// 附件删除后不可恢复,确定删除? /// public static readonly string DeleteFileTip = "附件删除后不可恢复,确定删除?"; /// /// 确定要锁定选中[{0}]条附件? /// public static readonly string LockFileTip = "确定要锁定选中{0}条附件?"; /// /// 确定要解锁选中[{0}]条附件? /// public static readonly string UnLockFileTip = "确定要解锁选中{0}条附件?"; /// /// 如下附件{0}不满足条件无法删除. /// public static readonly string NotDeleteFilesTip = "如下附件{0}不满足条件无法删除."; /// /// 如下附件{0}不满足条件无法锁定. /// public static readonly string NotLockFilesTip = "如下附件{0}不满足条件无法锁定."; /// /// 如下附件{0}不满足条件无法解锁. /// public static readonly string NotUnLockFilesTip = "如下附件{0}不满足条件无法解锁."; /// /// 请联系实施人员,配置附件主键 /// public static readonly string AttachParmaryKeyIsNull = "请联系实施人员,配置附件主键."; /// /// 未配置执行存储过程,请检查配置. /// public static readonly string NotFoundProcName = "未配置执行存储过程,请检查配置."; /// /// 未配置执行SQL语句,请检查配置. /// public static readonly string NotFoundSQLName = "未配置执行SQL语句,请检查配置."; /// /// 存储过程配置错误,请检查配置. /// public static readonly string ProcNameSettingFault = "存储过程配置错误,请检查配置."; /// /// 未配置动态链接库,请检查配置. /// public static readonly string NotFoundLibrary = "未配置动态链接库,请检查配置."; /// /// 单据标题 /// public static readonly string BillInfoTitle = "【{0}】单据号【{1}】"; /// /// 没有找到物料编码 /// public static readonly string NotFoundMaterielNo = "没有找到物料编码"; /// ///没有找到单据号 /// public static readonly string NotFoundBillNo = "没有找到单据号"; /// /// 皮肤已改变是否保存? /// public static readonly string SkinIsChanged = "皮肤已改变是否保存?"; /// /// 审批弹出框标题 /// public static readonly string BillNoTitle = "[单据号:{0}]"; /// /// 个性列配置表 /// public static readonly string SettingTableName = "P_systemGridConfigTab"; /// /// 导出列配置表 /// public static readonly string SettingExportTableName = "P_systemGridExportConfigTab"; /// /// 列右键调用图表固定表 /// public static readonly string SettingGrouprptab = "p_systemgrouprptab"; /// /// 未实现保存列功能,请联系朗速. /// public static readonly string NotSettingResetColumn = "未实现保存列功能,请联系朗速."; /// /// 检测到未开启列保存列功能,请联系朗速. /// public static readonly string NotFoundSettingColumnTable = "检测到未开启列保存列功能,请联系朗速."; /// /// 将截断字符串或二进制数据 /// public static readonly string FieldLenIsShort = "将截断字符串或二进制数据"; /// /// 请升级数据表,后继续操作. /// public static readonly string CanUpgradeTable = "请升级数据表,后继续操作."; /// /// 是否重置列? /// public static readonly string IsResetColumn = "是否重置列?"; /// /// 是否保存列? /// public static readonly string IsSaveColumn = "是否保存列?"; /// /// 重置成功 /// public static readonly string ResetSuccess = "重置成功"; /// /// 重置失败 /// public static readonly string ResetFault = "重置失败"; /// /// 该列必须录入,无法删除. /// public static readonly string NotNullForDelete = "该列必须录入,无法删除."; /// /// 您无权限查看该列. /// public static readonly string DefaultForHide = "您无权限查看该列."; /// /// 自动升级地址未配置,请检查 /// public static readonly string UpdateAddressIsNull = "自动升级地址未配置,请检查."; /// /// 服务器连接失败 /// public static readonly string ServerConnectionFault = "服务器连接失败."; /// /// 下载更新文件错误 /// public static readonly string DownLoadUpdateXmlFault = "下载更新文件错误."; /// /// 升级文件配置错误 /// public static readonly string UpdateXmlSettingFault = "升级文件配置错误."; /// /// 下载升级文件错误 /// public static readonly string DownLoadUpdateFileFault = "下载升级文件错误."; /// /// 下载附件失败 /// public static readonly string DownLoadFileFault = "下载附件失败."; /// /// 更新过程中出现错误 /// public static readonly string UpdateError = "更新过程中出现错误."; /// /// 请先选中文件夹 /// public static readonly string NotSelectUpLoadFolder = "请选中要上传到的文件夹"; /// /// 请选择下载文件 /// public static readonly string NotSelectedFile = "请选择下载文件"; /// /// 请选择要锁定的附件 /// public static readonly string NotSelectLockFile = "请选择要锁定的文件"; /// /// 没有找到符合条件的文件 /// public static readonly string NotFindMatchFile = "没找到符合条件的文件"; /// ///附件锁定成功 /// public static readonly string FileDataLockSuccess = "有{0}条数据锁定成功"; /// /// 附件锁定失败 /// public static readonly string FileLockFail = "附件锁定失败"; /// /// 请选择要解除锁定的附件 /// public static readonly string NotSelectUnLockFile = "请选择要解除锁定的附件"; /// /// 附件解锁成功 /// public static readonly string FileDataUnLockSuccess = "有{0}条数据解锁成功"; /// /// 附件解锁失败 /// public static readonly string FileUnLockFail = "附件解锁失败"; /// /// 请选择要删除的附件 /// public static readonly string NotFindDeleteFile = "请选择要删除的附件"; /// /// 没有该操作权限 /// public static readonly string NotAuthorization = "没有该操作权限"; /// /// 发现文件未缓存到本地 /// public static readonly string NotFoundLocalImage = "发现文件未缓存到本地."; /// /// 粘贴日程任务失败 /// public static readonly string PasteAppointmentFail = "粘贴日程任务失败"; /// /// 日程任务添加成功 /// public static readonly string InsertAppointmentSuccess = "日程任务添加成功"; /// /// 日程任务添加失败 /// public static readonly string InsertAppointmentFail = "日程任务添加失败"; /// /// 日程任务更改成功 /// public static readonly string UpdateAppointmentSuccess = "日程任务更改成功"; /// /// 日程任务更改失败 /// public static readonly string UpdateAppointmentFail = "日程任务更改失败"; /// /// 关联只支持图片格式 /// public static readonly string UnionFileExt = "关联只支持图片格式."; /// /// 前面已经没数据了(生产管理上下键翻页) /// public static readonly string BeforeNotData = "之前已经没数据了"; /// /// 后面已经没数据了(生产管理上下键翻页) /// public static readonly string AfterNotData = "之后已经没数据了"; /// /// 调用模块配置错误,请检查(扫码调用dll) /// public static readonly string ExcuteMoudleFail = "调用模块配置错误,请检查"; /// /// 问题上报成功,感谢您的支持. /// public static readonly string ExceptionSaveSuccess = "问题上报成功,感谢您的支持."; /// /// 问题上报失败,请稍后再试 /// public static readonly string ExceptionSaveFault = "问题上报失败,请稍后再试."; /// /// 合计:{0} 求和:{1} 平均值:{2} 最大值:{3} 最小值:{4} /// public static readonly string GridTotalDisplayText = "合计:{0} 求和:{1} 平均值:{2} 最大值:{3} 最小值:{4}"; /// /// 请先保存数据 /// public static readonly string BeforeSaveData = "请先保存数据,再切换标签."; /// /// 抱歉,该商品已经存在!是否继续添加? /// public static readonly string ProductIsRepet = "抱歉,该商品已经存在!是否继续添加?"; /// /// 请录入关键值 /// public static readonly string KeyWordNotNull = "请录入关键值."; /// /// 没有查找到需要的数据 /// public static readonly string NotFoundKeyWord = "没有查找到需要的数据."; /// /// 确定要切换模版?\r\n注:切换模版会清空明细数据. /// public static readonly string ChangedTemplete = "确定要切换模版?\r\n注:切换模版会清空明细数据."; /// /// 单据表头未配置模版固定BrpId /// public static readonly string NotFountBrpID = "单据表头未配置模版固定BrpId"; /// /// 您确定切换菜单? /// public static readonly string ChangeMenu = "您确定切换菜单[切换将关闭已打开的模块]?"; /// /// 传入参数错误 /// public static readonly string ParameterError = "传入参数错误[模块ID:{0}]"; /// /// 没有找到需要录入条码的明细信息 /// public static readonly string NotFindBarCodeInfo = "没有找到需要录入条码的明细信息"; /// /// 应录入条码数:{0},已录入条码数:{1} /// public static readonly string BarCodeHintMsg = "应录入条码数:{0},已录入条码数:{1}"; /// ///是否确认保存提交数据 /// public static readonly string IsSaveApplyData = "是否确认保存提交数据?"; /// /// 录入条码数大于条码总数 /// public static readonly string InputCountGTR = "录入条码数不能大于条码总数"; /// /// 生成操作流水号失败 /// public static readonly string CreateSerialNumberFail = "生成操作流水号失败"; /// /// 是否替换本列下所有数据为当前单元格数据 /// public static readonly string IsChangeCurrentCellData = "是否替换本列下所有数据为当前单元格数据?"; /// /// 没有配置签名图片 /// public static readonly string NotSignPic = "没有配置签名图片"; /// /// 是否确认将选择的所有条码导入 /// public static readonly string IsImportantSelectBarCode = "是否确认将选择的所有条码导入?"; /// /// 条码导入完成 /// public static readonly string BarCodeImportFinish = "条码导入完成"; /// /// Excel 模板配置参数错误 /// public static readonly string ExcelArgsError = "Excel模块配置参数错误"; /// ///Com组件注册失败 /// public static readonly string ComRegisterFail = "Com组件注册失败"; /// ///没配置BMP字段 /// public static readonly string NotConfigPic = "没配置BMP字段"; /// ///没配置Excel /// public static readonly string NotConfigExcel = "没配置Excel数据"; /// ///模板注册 /// public static readonly string IsRegisterComEx = "该模板需要注册Com组件,是否进行注册?"; /// /// 是否替换本列下所有数据为当前单元格数据 /// public static readonly string IsReplaceAllColumn = "是否替换本列下所有数据为当前单元格数据?"; /// /// 无效Mac地址 /// public static readonly string UnKownMacAddress = "无效Mac地址."; /// /// 未找到Mac地址记录表 /// public static readonly string UnKownMacAddressTable = "未找到Mac地址记录表."; /// /// 是否替换本列下所有空列为当前单元格数据 /// public static readonly string IsReplaceAllEmptyColumn = "是否替换本列下所有空列为当前单元格数据?"; /// /// 是否按顺序生成本列数据 /// public static readonly string IsGenerateAllColumn = "是否按顺序生成本列数据?"; /// /// 发现当前选中列为空.\r\n是否从1开始继续生成 /// public static readonly string SelectColumnValueTypeNotNumber = "发现当前选中列为空.\r\n是否从1开始继续生成?"; /// /// 发现当前选中列无生成规则.\r\n是否从1开始新建生成 /// public static readonly string SelectColumnValueNotNumber = "发现当前选中列无生成规则.\r\n是否从1开始新建生成?"; /// /// 条件配置错误,请检查. /// public static readonly string CondtionError = "条件配置错误,请检查."; /// /// 检测到正在筛选数据,是否清除后继续? /// public static readonly string GridViewSearching = "检测到正在筛选数据,是否清除后继续?"; /// /// 检测到有列正处于排序状态,是否清除排序后继续? /// public static readonly string GridViewColumnSorting = "检测到有列正处于排序状态,是否清除排序后继续?"; /// /// 检测到为终审单据不能添加明细 /// public static readonly string AddBillDetailed = "检测到为终审单据不能添加明细."; /// /// 确定要生成列? /// public static readonly string CreateColumns = "确定要生成列?"; /// /// 无效模版. /// public static readonly string TempleteFault = "无效模版."; /// /// 完成 /// public static readonly string Completed = "完成"; /// /// 附件上传中 /// public static readonly string FileUpLoading = "附件上传中"; /// /// 没有可上传的附件 /// public static readonly string NotUploadFile = "没有可上传的附件"; /// /// 本地不存在该文件 /// public static readonly string NotLoaclFile = "本地不存在该文件"; /// /// 上传文件失败 /// public static readonly string UploadFileFail = "上传文件失败"; /// /// 上传文件成功 /// public static readonly string UpLoadFileSuccess = "上传文件成功"; /// /// 确定全部删除? /// public static readonly string IsDeleteAll = "确定全部删除?"; /// /// 未选中需要调整的字段 /// public static readonly string NotSelectedAdjustField = "未选中需要调整的字段"; /// /// 请选择调整类型 /// public static readonly string NotSelectAdjustType = "请选择调整类型"; /// /// 请选择调整属性 /// public static readonly string NotSelectAdjustProperty = "请选择调整属性"; /// /// 请输入调整值 /// public static readonly string NotInputAdjustValue = "请输入调整值"; /// /// 是否对选中的字段批量调整 /// public static readonly string IsAdjustSelectFields = "是否对选中的字段进行批量调整?"; /// /// 执行方案将覆盖现有布局,是否继续 /// public static readonly string IsExcProCoverLayout = "执行方案将覆盖现有布局,是否继续?"; /// /// 未添加栏目不能执行方案 /// public static readonly string NotAddColumn = "未添加栏目不能执行方案"; /// /// 确定初始化数据 /// public static readonly string IsInitData = "确定初始化数据?"; /// /// 是否重新生成顺序号 /// public static readonly string IsRestOrder = "是否重新生成顺序号"; /// /// 是否按顺序号生成tab键次序 /// public static readonly string IsRestTabOrder = "是否按顺序号生成tab键次序"; /// /// 创建控件失败 /// public static readonly string CreateControlFail = "创建控件失败"; /// /// 退出前是否进行保存 /// public static readonly string IsClosedSave = "退出前是否进行保存?"; /// /// 请选择附件分类(附件树节点) /// public static readonly string SelectedFileClass = "请选择附件分类"; /// /// 请选择末级分类(附件树节点) /// public static readonly string SelectedFinalNode = "请选择末级分类"; /// /// 发现当前系统中存在重复的编号,是否重新生成后保存 /// public static readonly string CurrentRecordRepeat = "发现当前系统中存在重复的编号,是否重新生成后保存."; /// /// 打开快捷通道出错 /// public static readonly string OpenShortCutError = "打开配置快捷通道出错,请联系管理员"; /// /// 当前数据不满足要求 /// public static readonly string CondtionNotSatisfiable = "当前数据不满足要求"; /// /// 图形报表 /// public static readonly string ChartModel = "图形报表"; /// /// Mac地址不匹配 /// public static readonly string MacAddressError = "Mac地址不匹配"; } /// /// 系统dll、exe程序 /// public static class ResourceDynamic { /// /// Lskj.ToolSet.dll /// public static string ToolSet = "Lskj.ToolSetNew.dll";//Lskj.ToolSet.dll /// /// Lskj.PhotoView.dll /// public static string PhotoView = "Lskj.PhotoView.dll"; /// /// Lskj.PubBrower.dll /// public static string PubBrower = System.Environment.OSVersion.Version.Major == 5 && (System.Environment.OSVersion.Version.Minor == 1 || System.Environment.OSVersion.Version.Minor == 2) ? "Lskj.PubBrowerXp.dll" : "Lskj.PubBrower.dll"; /// /// Lskj.BaseAccraditation.dll /// public static string BaseAccraditation = "Lskj.BaseAccraditation.dll"; /// /// Lskj.BaseInfo.dll /// public static string BaseInfo = "Lskj.BaseInfo.dll"; /// /// Lskj.FileManager.dll /// public static string FileManager = "Lskj.FileManager.dll"; /// /// Lskj.Gantt.dll /// public static string Gantt = "Lskj.Gantt.dll"; /// /// Lskj.Help.dll /// public static string Help = "Lskj.Help.dll"; /// /// Lskj.Production.dll /// public static string Production = "Lskj.Production.dll"; /// /// Lskj.PubAccraditation.dll /// public static string PubAccraditation = "Lskj.PubAccraditation.dll"; /// /// Lskj.PubAdd.dll /// public static string PubAdd = "Lskj.PubAdd.dll"; /// /// Lskj.PubBill.dll /// public static string PubBill = "Lskj.PubBill.dll"; /// /// Lskj.PubBillBrp.dll /// public static string PubBillBrp = "Lskj.PubBillBrp.dll"; /// /// Lskj.PubBillDetail.dll /// public static string PubBillDetail = "Lskj.PubBillDetail.dll"; /// /// Lskj.PubBillInfo.dll /// public static string PubBillInfo = "Lskj.PubBillInfo.dll"; /// /// Lskj.PubBrowser.dll /// public static string PubBrowser = "Lskj.PubBrowser.dll"; /// /// Lskj.PubModule.dll /// public static string PubModule = "Lskj.PubModule.dll"; /// /// Lskj.PubModuleCard.dll /// public static string PubModuleCard = "Lskj.PubModuleCard.dll"; /// /// Lskj.PubModuleDetail.dll /// public static string PubModuleDetail = "Lskj.PubModuleDetail.dll"; /// /// Lskj.PubModuleDetailInfo.dll /// public static string PubModuleDetailInfo = "Lskj.PubModuleDetailInfo.dll"; /// /// Lskj.PubModuleExcel.dll /// public static string PubModuleExcel = "Lskj.PubModuleExcel.dll"; /// /// Lskj.PubPageDetail.dll /// public static string PubPageDetail = "Lskj.PubPageDetail.dll"; /// /// Lskj.PubSpec.dll /// public static string PubSpec = "Lskj.PubSpec.dll"; /// /// Lskj.Report.dll /// public static string Report = "Lskj.Report.dll"; /// /// Lskj.PubModuleExcel.dll /// public static string Update = "Lskj.Update.exe"; /// /// Lskj.CmCapture.dll /// public static string CmCapture = "Lskj.CmCapture.dll"; } }