From 2782f576b21bcddaf1042b79c6133ad2959ad85b Mon Sep 17 00:00:00 2001 From: wendy <408182087@qq.com> Date: Fri, 14 Mar 2025 15:29:22 +0800 Subject: [PATCH] =?UTF-8?q?20250314=20=E4=B8=AD=E8=8B=B1=E6=96=87=E5=88=87?= =?UTF-8?q?=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../App_GlobalResources/Lan.designer.cs | 927 +++++++++ .../App_GlobalResources/Lan.en-US.designer.cs | 0 .../App_GlobalResources/Lan.en-US.resx | 796 ++++++++ .../Lan.en-US1.designer.cs | 0 .../App_GlobalResources/Lan.resx | 666 +++++++ .../App_GlobalResources/Lan.zh-CN.designer.cs | 0 .../App_GlobalResources/Lan.zh-CN.resx | 666 +++++++ .../Lan.zh-CN1.designer.cs | 0 .../App_GlobalResources/Lan1.designer.cs | 1701 +++++++++++++++++ .../Comprehensive/InspectionMachine.aspx.cs | 16 +- SGGL/FineUIPro.Web/FineUIPro.Web.csproj | 32 + SGGL/FineUIPro.Web/common/PageBase.cs | 61 + SGGL/FineUIPro.Web/common/mainProject2.aspx | 138 +- .../FineUIPro.Web/common/mainProject2.aspx.cs | 37 + SGGL/FineUIPro.Web/common/main_new.aspx.cs | 18 +- SGGL/FineUIPro.Web/indexProject.aspx | 47 +- SGGL/FineUIPro.Web/indexProject.aspx.cs | 33 +- .../indexProject.aspx.designer.cs | 142 +- SGGL/WebAPI/WebAPI.csproj.user | 2 +- 19 files changed, 5111 insertions(+), 171 deletions(-) create mode 100644 SGGL/FineUIPro.Web/App_GlobalResources/Lan.designer.cs create mode 100644 SGGL/FineUIPro.Web/App_GlobalResources/Lan.en-US.designer.cs create mode 100644 SGGL/FineUIPro.Web/App_GlobalResources/Lan.en-US.resx create mode 100644 SGGL/FineUIPro.Web/App_GlobalResources/Lan.en-US1.designer.cs create mode 100644 SGGL/FineUIPro.Web/App_GlobalResources/Lan.resx create mode 100644 SGGL/FineUIPro.Web/App_GlobalResources/Lan.zh-CN.designer.cs create mode 100644 SGGL/FineUIPro.Web/App_GlobalResources/Lan.zh-CN.resx create mode 100644 SGGL/FineUIPro.Web/App_GlobalResources/Lan.zh-CN1.designer.cs create mode 100644 SGGL/FineUIPro.Web/App_GlobalResources/Lan1.designer.cs diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan.designer.cs b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.designer.cs new file mode 100644 index 00000000..01ba4bc7 --- /dev/null +++ b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.designer.cs @@ -0,0 +1,927 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +namespace Resources { + using System; + + + /// + /// 强类型资源类,用于查找本地化字符串等。 + /// + // 此类是由 StronglyTypedResourceBuilder + // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 + // 若要添加或删除成员,请编辑 .ResX 文件,然后重新运行 ResGen + // (以 /str 作为命令选项),或重新生成 Visual Studio 项目。 + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Web.Application.StronglyTypedResourceProxyBuilder", "15.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Lan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Lan() { + } + + /// + /// 返回此类使用的缓存 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("Resources.Lan", global::System.Reflection.Assembly.Load("App_GlobalResources")); + 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; + } + } + + /// + /// 查找类似 竣工 的本地化字符串。 + /// + internal static string BeCompleted { + get { + return ResourceManager.GetString("BeCompleted", resourceCulture); + } + } + + /// + /// 查找类似 大数据中心 的本地化字符串。 + /// + internal static string BigDataCenter { + get { + return ResourceManager.GetString("BigDataCenter", resourceCulture); + } + } + + /// + /// 查找类似 证书预警 的本地化字符串。 + /// + internal static string CertificateWarning { + get { + return ResourceManager.GetString("CertificateWarning", resourceCulture); + } + } + + /// + /// 查找类似 中国 的本地化字符串。 + /// + internal static string China { + get { + return ResourceManager.GetString("China", resourceCulture); + } + } + + /// + /// 查找类似 中文 的本地化字符串。 + /// + internal static string Chinese { + get { + return ResourceManager.GetString("Chinese", resourceCulture); + } + } + + /// + /// 查找类似 土建基础交安 的本地化字符串。 + /// + internal static string CivilInfrastructure { + get { + return ResourceManager.GetString("CivilInfrastructure", resourceCulture); + } + } + + /// + /// 查找类似 已完成 的本地化字符串。 + /// + internal static string completed { + get { + return ResourceManager.GetString("completed", resourceCulture); + } + } + + /// + /// 查找类似 参建人数 的本地化字符串。 + /// + internal static string ConPersonCount { + get { + return ResourceManager.GetString("ConPersonCount", resourceCulture); + } + } + + /// + /// 查找类似 施工单位 的本地化字符串。 + /// + internal static string ConstructionUnit { + get { + return ResourceManager.GetString("ConstructionUnit", resourceCulture); + } + } + + /// + /// 查找类似 合同到期时间 的本地化字符串。 + /// + internal static string ContractExpirationTime { + get { + return ResourceManager.GetString("ContractExpirationTime", resourceCulture); + } + } + + /// + /// 查找类似 当前现场人数 的本地化字符串。 + /// + internal static string CurrentPersonnel { + get { + return ResourceManager.GetString("CurrentPersonnel", resourceCulture); + } + } + + /// + /// 查找类似 隐患总数 的本地化字符串。 + /// + internal static string DangersCount { + get { + return ResourceManager.GetString("DangersCount", resourceCulture); + } + } + + /// + /// 查找类似 员工管理 的本地化字符串。 + /// + internal static string EmployeeManage { + get { + return ResourceManager.GetString("EmployeeManage", resourceCulture); + } + } + + /// + /// 查找类似 英文 的本地化字符串。 + /// + internal static string English { + get { + return ResourceManager.GetString("English", resourceCulture); + } + } + + /// + /// 查找类似 现场动态 的本地化字符串。 + /// + internal static string FieldDynamics { + get { + return ResourceManager.GetString("FieldDynamics", resourceCulture); + } + } + + /// + /// 查找类似 首台设备到货 的本地化字符串。 + /// + internal static string FirstEquipmentArrived { + get { + return ResourceManager.GetString("FirstEquipmentArrived", resourceCulture); + } + } + + /// + /// 查找类似 焊接一次合格率 的本地化字符串。 + /// + internal static string FistPassRateWelding { + get { + return ResourceManager.GetString("FistPassRateWelding", resourceCulture); + } + } + + /// + /// 查找类似 全屏 的本地化字符串。 + /// + internal static string FullScreen { + get { + return ResourceManager.GetString("FullScreen", resourceCulture); + } + } + + /// + /// 查找类似 总承包商施工计划 的本地化字符串。 + /// + internal static string GeneralConPlan { + get { + return ResourceManager.GetString("GeneralConPlan", resourceCulture); + } + } + + /// + /// 查找类似 一般风险 的本地化字符串。 + /// + internal static string GeneralRisk { + get { + return ResourceManager.GetString("GeneralRisk", resourceCulture); + } + } + + /// + /// 查找类似 较大风险 的本地化字符串。 + /// + internal static string GreaterRisk { + get { + return ResourceManager.GetString("GreaterRisk", resourceCulture); + } + } + + /// + /// 查找类似 总部检查 的本地化字符串。 + /// + internal static string HeadquartersInspection { + get { + return ResourceManager.GetString("HeadquartersInspection", resourceCulture); + } + } + + /// + /// 查找类似 首页 的本地化字符串。 + /// + internal static string HomePage { + get { + return ResourceManager.GetString("HomePage", resourceCulture); + } + } + + /// + /// 查找类似 安全管理 的本地化字符串。 + /// + internal static string HSEManage { + get { + return ResourceManager.GetString("HSEManage", resourceCulture); + } + } + + /// + /// 查找类似 湿度 的本地化字符串。 + /// + internal static string humidness { + get { + return ResourceManager.GetString("humidness", resourceCulture); + } + } + + /// + /// 查找类似 综合管理 的本地化字符串。 + /// + internal static string IntegratedManage { + get { + return ResourceManager.GetString("IntegratedManage", resourceCulture); + } + } + + /// + /// 查找类似 在施危大工程数 的本地化字符串。 + /// + internal static string LargeRisk { + get { + return ResourceManager.GetString("LargeRisk", resourceCulture); + } + } + + /// + /// 查找类似 级 的本地化字符串。 + /// + internal static string Level { + get { + return ResourceManager.GetString("Level", resourceCulture); + } + } + + /// + /// 查找类似 现场视频 的本地化字符串。 + /// + internal static string LiveVideo { + get { + return ResourceManager.GetString("LiveVideo", resourceCulture); + } + } + + /// + /// 查找类似 现场相册 的本地化字符串。 + /// + internal static string Live_photo_album { + get { + return ResourceManager.GetString("Live_photo_album", resourceCulture); + } + } + + /// + /// 查找类似 低风险 的本地化字符串。 + /// + internal static string LowRisk { + get { + return ResourceManager.GetString("LowRisk", resourceCulture); + } + } + + /// + /// 查找类似 重大风险 的本地化字符串。 + /// + internal static string MajorRisk { + get { + return ResourceManager.GetString("MajorRisk", resourceCulture); + } + } + + /// + /// 查找类似 管理人员总数 的本地化字符串。 + /// + internal static string managersCount { + get { + return ResourceManager.GetString("managersCount", resourceCulture); + } + } + + /// + /// 查找类似 材料管理 的本地化字符串。 + /// + internal static string MaterialManagement { + get { + return ResourceManager.GetString("MaterialManagement", resourceCulture); + } + } + + /// + /// 查找类似 最大化 的本地化字符串。 + /// + internal static string maximize { + get { + return ResourceManager.GetString("maximize", resourceCulture); + } + } + + /// + /// 查找类似 机械竣工 的本地化字符串。 + /// + internal static string MechanicalCompletion { + get { + return ResourceManager.GetString("MechanicalCompletion", resourceCulture); + } + } + + /// + /// 查找类似 机械预警 的本地化字符串。 + /// + internal static string MechanicalWarning { + get { + return ResourceManager.GetString("MechanicalWarning", resourceCulture); + } + } + + /// + /// 查找类似 消息 的本地化字符串。 + /// + internal static string message { + get { + return ResourceManager.GetString("message", resourceCulture); + } + } + + /// + /// 查找类似 更多 的本地化字符串。 + /// + internal static string more { + get { + return ResourceManager.GetString("more", resourceCulture); + } + } + + /// + /// 查找类似 您没有此模块操作权限,请联系管理员授权! 的本地化字符串。 + /// + internal static string NoAuthorize { + get { + return ResourceManager.GetString("NoAuthorize", resourceCulture); + } + } + + /// + /// 查找类似 噪音 的本地化字符串。 + /// + internal static string noise { + get { + return ResourceManager.GetString("noise", resourceCulture); + } + } + + /// + /// 查找类似 您没有权限进入项目管理模块! 的本地化字符串。 + /// + internal static string NoPermission { + get { + return ResourceManager.GetString("NoPermission", resourceCulture); + } + } + + /// + /// 查找类似 通知管理 的本地化字符串。 + /// + internal static string NoticeManage { + get { + return ResourceManager.GetString("NoticeManage", resourceCulture); + } + } + + /// + /// 查找类似 现场考勤 的本地化字符串。 + /// + internal static string OnSiteAttendance { + get { + return ResourceManager.GetString("OnSiteAttendance", resourceCulture); + } + } + + /// + /// 查找类似 在新标签页中打开 的本地化字符串。 + /// + internal static string OpensNewTab { + get { + return ResourceManager.GetString("OpensNewTab", resourceCulture); + } + } + + /// + /// 查找类似 合格率 的本地化字符串。 + /// + internal static string PassRate { + get { + return ResourceManager.GetString("PassRate", resourceCulture); + } + } + + /// + /// 查找类似 桩基施工 的本地化字符串。 + /// + internal static string Pilefoundationconstruction { + get { + return ResourceManager.GetString("Pilefoundationconstruction", resourceCulture); + } + } + + /// + /// 查找类似 管道安装开始 的本地化字符串。 + /// + internal static string PipeInstallationStarts { + get { + return ResourceManager.GetString("PipeInstallationStarts", resourceCulture); + } + } + + /// + /// 查找类似 变电所受电 的本地化字符串。 + /// + internal static string PowerReceived { + get { + return ResourceManager.GetString("PowerReceived", resourceCulture); + } + } + + /// + /// 查找类似 问题总数 的本地化字符串。 + /// + internal static string ProblemTotal { + get { + return ResourceManager.GetString("ProblemTotal", resourceCulture); + } + } + + /// + /// 查找类似 项目地址 的本地化字符串。 + /// + internal static string ProjectAddress { + get { + return ResourceManager.GetString("ProjectAddress", resourceCulture); + } + } + + /// + /// 查找类似 项目清单 的本地化字符串。 + /// + internal static string ProjectList { + get { + return ResourceManager.GetString("ProjectList", resourceCulture); + } + } + + /// + /// 查找类似 项目名称 的本地化字符串。 + /// + internal static string ProjectName { + get { + return ResourceManager.GetString("ProjectName", resourceCulture); + } + } + + /// + /// 查找类似 项目进度计划 的本地化字符串。 + /// + internal static string ProjectSchedule { + get { + return ResourceManager.GetString("ProjectSchedule", resourceCulture); + } + } + + /// + /// 查找类似 项目统计 的本地化字符串。 + /// + internal static string ProjectStatistics { + get { + return ResourceManager.GetString("ProjectStatistics", resourceCulture); + } + } + + /// + /// 查找类似 在建项目 的本地化字符串。 + /// + internal static string ProjectUnderConstruction { + get { + return ResourceManager.GetString("ProjectUnderConstruction", resourceCulture); + } + } + + /// + /// 查找类似 质量管理 的本地化字符串。 + /// + internal static string QualityManage { + get { + return ResourceManager.GetString("QualityManage", resourceCulture); + } + } + + /// + /// 查找类似 质量统计 的本地化字符串。 + /// + internal static string QualityStatistics { + get { + return ResourceManager.GetString("QualityStatistics", resourceCulture); + } + } + + /// + /// 查找类似 质量预警 的本地化字符串。 + /// + internal static string QualityWarning { + get { + return ResourceManager.GetString("QualityWarning", resourceCulture); + } + } + + /// + /// 查找类似 质量问题统计 的本地化字符串。 + /// + internal static string Quality_problem_statistics { + get { + return ResourceManager.GetString("Quality_problem_statistics", resourceCulture); + } + } + + /// + /// 查找类似 资质预警 的本地化字符串。 + /// + internal static string Quawarning { + get { + return ResourceManager.GetString("Quawarning", resourceCulture); + } + } + + /// + /// 查找类似 退出 的本地化字符串。 + /// + internal static string quit { + get { + return ResourceManager.GetString("quit", resourceCulture); + } + } + + /// + /// 查找类似 实时视频 的本地化字符串。 + /// + internal static string RealTimeVideo { + get { + return ResourceManager.GetString("RealTimeVideo", resourceCulture); + } + } + + /// + /// 查找类似 整改率 的本地化字符串。 + /// + internal static string RectificationRate { + get { + return ResourceManager.GetString("RectificationRate", resourceCulture); + } + } + + /// + /// 查找类似 刷新 的本地化字符串。 + /// + internal static string Refresh { + get { + return ResourceManager.GetString("Refresh", resourceCulture); + } + } + + /// + /// 查找类似 刷新本页 的本地化字符串。 + /// + internal static string RefreshPage { + get { + return ResourceManager.GetString("RefreshPage", resourceCulture); + } + } + + /// + /// 查找类似 距竣工剩余 的本地化字符串。 + /// + internal static string RemainingTimeCompletion { + get { + return ResourceManager.GetString("RemainingTimeCompletion", resourceCulture); + } + } + + /// + /// 查找类似 风险管控 的本地化字符串。 + /// + internal static string RiskControl { + get { + return ResourceManager.GetString("RiskControl", resourceCulture); + } + } + + /// + /// 查找类似 安全人工时 的本地化字符串。 + /// + internal static string SafeLaborHours { + get { + return ResourceManager.GetString("SafeLaborHours", resourceCulture); + } + } + + /// + /// 查找类似 安全问题统计 的本地化字符串。 + /// + internal static string SafeProStat { + get { + return ResourceManager.GetString("SafeProStat", resourceCulture); + } + } + + /// + /// 查找类似 累计安全人工时 的本地化字符串。 + /// + internal static string SafetyLaborHours { + get { + return ResourceManager.GetString("SafetyLaborHours", resourceCulture); + } + } + + /// + /// 查找类似 安全统计 的本地化字符串。 + /// + internal static string SafetyStatistics { + get { + return ResourceManager.GetString("SafetyStatistics", resourceCulture); + } + } + + /// + /// 查找类似 进度管理 的本地化字符串。 + /// + internal static string ScheduleManage { + get { + return ResourceManager.GetString("ScheduleManage", resourceCulture); + } + } + + /// + /// 查找类似 选择语言 的本地化字符串。 + /// + internal static string SelectLanguage { + get { + return ResourceManager.GetString("SelectLanguage", resourceCulture); + } + } + + /// + /// 查找类似 劳务数据 的本地化字符串。 + /// + internal static string ServiceData { + get { + return ResourceManager.GetString("ServiceData", resourceCulture); + } + } + + /// + /// 查找类似 设置 的本地化字符串。 + /// + internal static string Settings { + get { + return ResourceManager.GetString("Settings", resourceCulture); + } + } + + /// + /// 查找类似 停工 的本地化字符串。 + /// + internal static string ShutDown { + get { + return ResourceManager.GetString("ShutDown", resourceCulture); + } + } + + /// + /// 查找类似 注销 的本地化字符串。 + /// + internal static string SignOUT { + get { + return ResourceManager.GetString("SignOUT", resourceCulture); + } + } + + /// + /// 查找类似 开工时间 的本地化字符串。 + /// + internal static string Start_time { + get { + return ResourceManager.GetString("Start_time", resourceCulture); + } + } + + /// + /// 查找类似 分包管理 的本地化字符串。 + /// + internal static string SubManagement { + get { + return ResourceManager.GetString("SubManagement", resourceCulture); + } + } + + /// + /// 查找类似 监理单位 的本地化字符串。 + /// + internal static string SupervisionUnit { + get { + return ResourceManager.GetString("SupervisionUnit", resourceCulture); + } + } + + /// + /// 查找类似 切换首页 的本地化字符串。 + /// + internal static string SwitchHomePage { + get { + return ResourceManager.GetString("SwitchHomePage", resourceCulture); + } + } + + /// + /// 查找类似 系统菜单 的本地化字符串。 + /// + internal static string SystemMenu { + get { + return ResourceManager.GetString("SystemMenu", resourceCulture); + } + } + + /// + /// 查找类似 智慧施工管理信息系统 的本地化字符串。 + /// + internal static string SystemName { + get { + return ResourceManager.GetString("SystemName", resourceCulture); + } + } + + /// + /// 查找类似 温度 的本地化字符串。 + /// + internal static string temperature { + get { + return ResourceManager.GetString("temperature", resourceCulture); + } + } + + /// + /// 查找类似 试车管理 的本地化字符串。 + /// + internal static string TestManagement { + get { + return ResourceManager.GetString("TestManagement", resourceCulture); + } + } + + /// + /// 查找类似 竣工时间 的本地化字符串。 + /// + internal static string TimeCompletion { + get { + return ResourceManager.GetString("TimeCompletion", resourceCulture); + } + } + + /// + /// 查找类似 待办事项 的本地化字符串。 + /// + internal static string TodoList { + get { + return ResourceManager.GetString("TodoList", resourceCulture); + } + } + + /// + /// 查找类似 合同总工期 的本地化字符串。 + /// + internal static string TotalContractDuration { + get { + return ResourceManager.GetString("TotalContractDuration", resourceCulture); + } + } + + /// + /// 查找类似 未完成 的本地化字符串。 + /// + internal static string uncompleted { + get { + return ResourceManager.GetString("uncompleted", resourceCulture); + } + } + + /// + /// 查找类似 在建 的本地化字符串。 + /// + internal static string UnderConstruction { + get { + return ResourceManager.GetString("UnderConstruction", resourceCulture); + } + } + + /// + /// 查找类似 用户 的本地化字符串。 + /// + internal static string user { + get { + return ResourceManager.GetString("user", resourceCulture); + } + } + + /// + /// 查找类似 视频监控 的本地化字符串。 + /// + internal static string VideoSurveillance { + get { + return ResourceManager.GetString("VideoSurveillance", resourceCulture); + } + } + + /// + /// 查找类似 焊接管理 的本地化字符串。 + /// + internal static string WeldingManage { + get { + return ResourceManager.GetString("WeldingManage", resourceCulture); + } + } + + /// + /// 查找类似 风速 的本地化字符串。 + /// + internal static string WindSpeed { + get { + return ResourceManager.GetString("WindSpeed", resourceCulture); + } + } + + /// + /// 查找类似 作业人员总数 的本地化字符串。 + /// + internal static string WorkPersonnel { + get { + return ResourceManager.GetString("WorkPersonnel", resourceCulture); + } + } + } +} diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan.en-US.designer.cs b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.en-US.designer.cs new file mode 100644 index 00000000..e69de29b diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan.en-US.resx b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.en-US.resx new file mode 100644 index 00000000..f14cd232 --- /dev/null +++ b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.en-US.resx @@ -0,0 +1,796 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Chinese + 中文 + + + English + 英文 + + + Full screen + 全屏 + + + General contractor construction plan + 总承包商施工计划 + + + Home page + 首页 + + + HSE manage + 安全管理 + + + maximize + 最大化 + + + message + 消息 + + + You do not have permission to operate this module, please contact the administrator to authorize + 您没有此模块操作权限,请联系管理员授权! + + + On-site attendance + 现场考勤 + + + Opens in a new TAB + 在新标签页中打开 + + + Quality manage + 质量管理 + + + quit + 退出 + + + Refresh this page + 刷新本页 + + + Schedule manage + 进度管理 + + + Choice language + 选择语言 + + + Settings + 设置 + + + Sign OUT + 注销 + + + Subcontract manage + 分包管理 + + + System menu + 系统菜单 + + + Intelligent construction management information system + 智慧施工管理信息系统 + + + user + 用户 + + + Video surveillance + 视频监控 + + + Welding manage + 焊接管理 + + + Big data center + 大数据中心 + + + Employee manage + 员工管理 + + + Headquarters inspection + 总部检查 + + + Integrated manage + 综合管理 + + + You do not have permission to enter the project management module + 您没有权限进入项目管理模块! + + + Notification manage + 通知管理 + + + Project List + 项目清单 + + + Refresh + 刷新 + + + Switch home page + 切换首页 + + + Certificate + 证书预警 + + + Civil infrastructure maintenance + 土建基础交安 + + + Completed + 已完成 + + + Construction unit + 施工单位 + + + Contract expiration time + 合同到期时间 + + + Current field personnel + 当前现场人数 + + + Total number of hidden dangers + 隐患总数 + + + First equipment arrived + 首台设备到货 + + + First pass rate of welding + 焊接一次合格率 + + + General risk + 一般风险 + + + Greater risk + 较大风险 + + + humidness + 湿度 + + + Level + + + + Low risk + 低风险 + + + Major risk + 重大风险 + + + Total number of managers + 管理人员总数 + + + Mechanical completion + 机械竣工 + + + Mechanical early + 机械预警 + + + more + 更多 + + + noise + 噪音 + + + Pass rate + 合格率 + + + Pile foundation construction + 桩基施工 + + + Pipe installation starts + 管道安装开始 + + + Power received by a substation + 变电所受电 + + + Problem total + 问题总数 + + + Project schedule + 项目进度计划 + + + Quality statistics + 质量统计 + + + Quality early warning + 质量预警 + + + Qualification early + 资质预警 + + + Real-time video + 实时视频 + + + Rectification rate + 整改率 + + + Remaining time to completion + 距竣工剩余 + + + Risk management and control + 风险管控 + + + Safe labor hours + 安全人工时 + + + Safety statistics + 安全统计 + + + Service data + 劳务数据 + + + Start time + 开工时间 + + + Supervision unit + 监理单位 + + + temperature + 温度 + + + Time of completion + 竣工时间 + + + To-do list + 待办事项 + + + Total contract duration + 合同总工期 + + + Uncompleted + 未完成 + + + Wind speed + 风速 + + + Total number of personnel + 作业人员总数 + + + China + 中国 + + + Number of construction participants + 参建人数 + + + Field dynamics + 现场动态 + + + Large number of projects at risk + 在施危大工程数 + + + Live video + 现场视频 + + + Live photo album + 现场相册 + + + Project address + 项目地址 + + + Project name + 项目名称 + + + Project statistics + 项目统计 + + + Project under construction + 在建项目 + + + Quality problem statistics + + + 质量问题统计 + + + Safety problem statistics + 安全问题统计 + + + Cumulative safety labor hours + 累计安全人工时 + + + Be completed + 竣工 + + + Material management + 材料管理 + + + Shut down + 停工 + + + Test management + 试车管理 + + + Under construction + 在建 + + + altitude + 高处 + + + Approval completed + 审批完成 + + + call + 呼叫 + + + Construction plan review batch + 施工方案审批量 + + + Coordination and communication + 协调与沟通 + + + Dangerous project + 危大工程 + + + help + 帮助 + + + Key issues and coordination communication + 关键事项与协调沟通 + + + lifting + 吊装 + + + Lose one's temper + 动火 + + + Number of completions + 完工个数 + + + Number of constructions + 施工个数 + + + Number of trainees + 培训人次数 + + + Opinion gathering + 意见收集 + + + other + 其他 + + + Quality profile + 质量概况 + + + Quality training accumulated personnel + 质量培训累计人员 + + + Risk early warning + 风险预警 + + + Super dangerous project + 超危大工程 + + + Transfer management + 移交管理 + + + Work permit + 作业许可 + + + New Project Home Page + + + Risk Early Warning + + + Quality Safety Warning + + + Mechanical Warning + + + Dangerous Project + + + Approval Completed + + + Number of Trainees + + + Number of Constructors + + + Number of Completions + + + Super Dangerous Project + + + Quality Profile + + + Quality Training + + + Construction Plan Review Batch + + + Work Permit + + + Level One High Temperature + + + High Altitude + + + Other + + + Cumulative Safe Work Hours + + + Safe Work Hours This Month + + + Total Safe Training Personnel + + + Safe Management Personnel + + + Near Miss Incidents + + + Total Rectification Data + + + Completed Rectification + + + Uncompleted Rectification + + + Rectification Rate + + + Contract Duration + + + Contract Expiry Date + + + Contract Remaining + + + Key Matters Timeliness Rate + + + Progress Statistics + + + Workbench + + + Key Matters + + + Pending Matters + + + Personal Process + + + Completed Tasks + + + Personnel Information + + + Current Onsite Personnel + + + Total Workers + + + Total Managers + + + Material Statistics + + + Pipe Materials + + + Equipment Materials + + + Material Category + + + Design Quantity + + + Purchase Quantity + + + Arrival Quantity + + + Issue Quantity + + + Percentage + + + Workbench + + + Personnel Information + + + Material Statistics + + + Full Screen + + + Open Pending Tasks + + + Actual value + 实际值 + + + Cumulative actual value + 累计实际值 + + + Cumulative planned value + 累计计划值 + + + Have arrived + 已到货 + + + Material received + 已领料 + + + Pass rate of one test + 一次共检合格率 + + + First pass rate of welding + 焊接一次合格率 + + + Planned value + 计划值 + + + Quality problem rectification rate + 质量问题整改率 + + + Rectification data + 整改数据 + + + total + 总计 + + \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan.en-US1.designer.cs b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.en-US1.designer.cs new file mode 100644 index 00000000..e69de29b diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan.resx b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.resx new file mode 100644 index 00000000..3b65cf19 --- /dev/null +++ b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.resx @@ -0,0 +1,666 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 中文 + + + 英文 + + + 全屏 + + + 总承包商施工计划 + + + 首页 + + + 安全管理 + + + 最大化 + + + 消息 + + + 您没有此模块操作权限,请联系管理员授权! + + + 现场考勤 + + + 在新标签页中打开 + + + 质量管理 + + + 退出 + + + 刷新本页 + + + 进度管理 + + + 选择语言 + + + 设置 + + + 注销 + + + 分包管理 + + + 系统菜单 + + + 智慧施工管理信息系统 + + + 用户 + + + 视频监控 + + + 焊接管理 + + + 大数据中心 + + + 员工管理 + + + 总部检查 + + + 综合管理 + + + 您没有权限进入项目管理模块! + + + 通知管理 + + + 项目清单 + + + 刷新 + + + 切换首页 + + + 证书预警 + + + 土建基础交安 + + + 已完成 + + + 施工单位 + + + 合同到期时间 + + + 当前现场人数 + + + 隐患总数 + + + 首台设备到货 + + + 焊接一次合格率 + + + 一般风险 + + + 较大风险 + + + 湿度 + + + + + + 低风险 + + + 重大风险 + + + 管理人员总数 + + + 机械竣工 + + + 机械预警 + + + 更多 + + + 噪音 + + + 合格率 + + + 桩基施工 + + + 管道安装开始 + + + 变电所受电 + + + 问题总数 + + + 项目进度计划 + + + 质量统计 + + + 质量预警 + + + 资质预警 + + + 实时视频 + + + 整改率 + + + 距竣工剩余 + + + 风险管控 + + + 安全人工时 + + + 安全统计 + + + 劳务数据 + + + 开工时间 + + + 监理单位 + + + 温度 + + + 竣工时间 + + + 待办事项 + + + 合同总工期 + + + 未完成 + + + 风速 + + + 作业人员总数 + + + 中国 + + + 参建人数 + + + 现场动态 + + + 在施危大工程数 + + + 现场视频 + + + 现场相册 + + + 项目地址 + + + 项目名称 + + + 项目统计 + + + 在建项目 + + + 质量问题统计 + + + 安全问题统计 + + + 累计安全人工时 + + + 竣工 + + + 材料管理 + + + 停工 + + + 试车管理 + + + 在建 + + + 高处 + + + 审批完成 + + + 呼叫 + + + 施工方案审批量 + + + 协调与沟通 + + + 危大工程 + + + 帮助 + + + 关键事项与协调沟通 + + + 吊装 + + + 动火 + + + 完工个数 + + + 施工个数 + + + 培训人次数 + + + 意见收集 + + + 其他 + + + 质量概况 + + + 质量培训累计人员 + + + 风险预警 + + + 超危大工程 + + + 移交管理 + + + 作业许可 + + + 项目级首页(新) + + + 风险预警 + + + 质量安全预警 + + + 机械预警 + + + 危险项目 + + + 审批完成 + + + 培训人数 + + + 施工人数 + + + 完工人数 + + + 超危险项目 + + + 质量概况 + + + 质量培训 + + + 施工方案审查批次 + + + 工作许可 + + + 一级高温 + + + 高空 + + + 其他 + + + 累计安全人工时 + + + 本月安全人工时 + + + 安全培训累计人员 + + + 安全管理人员 + + + 未遂事件 + + + 总数 + + + 已完成 + + + 未完成 + + + 整改率 + + + 合同工期 + + + 合同剩余 + + + 关键事项准点率 + + + 进度统计 + + + 工作台面 + + + 关键事项 + + + 待办事项 + + + 个人流程 + + + 已办任务 + + + 人员信息 + + + 当前现场人数 + + + 作业人员总数 + + + 管理人员总数 + + + 材料统计 + + + 管道材料 + + + 设备材料 + + + 材料类别 + + + 设计量 + + + 采购量 + + + 到货量 + + + 领料量 + + + 百分比 + + + 工作台面 + + + 人员信息 + + + 材料统计 + + + 全屏 + + + 打开代办 + + + 实际值 + + + 累计实际值 + + + 累计计划值 + + + 已到货 + + + 合同到期时间 + + + 已领料 + + + 一次共检合格率 + + + 焊接一次合格率 + + + 计划值 + + + 质量问题整改率 + + + 整改数据 + + + 总计 + + \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan.zh-CN.designer.cs b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.zh-CN.designer.cs new file mode 100644 index 00000000..e69de29b diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan.zh-CN.resx b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.zh-CN.resx new file mode 100644 index 00000000..7a0ef950 --- /dev/null +++ b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.zh-CN.resx @@ -0,0 +1,666 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + 中文 + + + 英文 + + + 全屏 + + + 总承包商施工计划 + + + 首页 + + + 安全管理 + + + 最大化 + + + 消息 + + + 您没有此模块操作权限,请联系管理员授权! + + + 现场考勤 + + + 在新标签页中打开 + + + 质量管理 + + + 退出 + + + 刷新本页 + + + 进度管理 + + + 选择语言 + + + 设置 + + + 注销 + + + 分包管理 + + + 系统菜单 + + + 智慧施工管理信息系统 + + + 用户 + + + 视频监控 + + + 焊接管理 + + + 大数据中心 + + + 员工管理 + + + 总部检查 + + + 综合管理 + + + 通知管理 + + + 项目清单 + + + 刷新 + + + 切换首页 + + + 您没有权限进入项目管理模块! + + + 证书预警 + + + 土建基础交安 + + + 已完成 + + + 施工单位 + + + 合同到期时间 + + + 当前现场人数 + + + 隐患总数 + + + 首台设备到货 + + + 焊接一次合格率 + + + 一般风险 + + + 较大风险 + + + 湿度 + + + + + + 低风险 + + + 重大风险 + + + 管理人员总数 + + + 机械竣工 + + + 机械预警 + + + 更多 + + + 噪音 + + + 合格率 + + + 桩基施工 + + + 管道安装开始 + + + 变电所受电 + + + 问题总数 + + + 项目进度计划 + + + 质量统计 + + + 质量预警 + + + 资质预警 + + + 实时视频 + + + 整改率 + + + 距竣工剩余 + + + 风险管控 + + + 安全人工时 + + + 安全统计 + + + 劳务数据 + + + 开工时间 + + + 监理单位 + + + 温度 + + + 竣工时间 + + + 待办事项 + + + 合同总工期 + + + 未完成 + + + 风速 + + + 作业人员总数 + + + 中国 + + + 参建人数 + + + 现场动态 + + + 在施危大工程数 + + + 现场视频 + + + 现场相册 + + + 项目地址 + + + 项目名称 + + + 项目统计 + + + 在建项目 + + + 质量问题统计 + + + 安全问题统计 + + + 累计安全人工时 + + + 竣工 + + + 材料管理 + + + 停工 + + + 试车管理 + + + 在建 + + + 高处 + + + 审批完成 + + + 呼叫 + + + 施工方案审批量 + + + 协调与沟通 + + + 危大工程 + + + 帮助 + + + 关键事项与协调沟通 + + + 吊装 + + + 动火 + + + 完工个数 + + + 施工个数 + + + 培训人次数 + + + 意见收集 + + + 其他 + + + 质量概况 + + + 质量培训累计人员 + + + 风险预警 + + + 超危大工程 + + + 移交管理 + + + 作业许可 + + + 项目级首页(新) + + + 风险预警 + + + 质量安全预警 + + + 机械预警 + + + 危险项目 + + + 审批完成 + + + 培训人数 + + + 施工人数 + + + 完工人数 + + + 超危险项目 + + + 质量概况 + + + 质量培训 + + + 施工方案审查批次 + + + 工作许可 + + + 一级高温 + + + 高空 + + + 其他 + + + 累计安全人工时 + + + 本月安全人工时 + + + 安全培训累计人员 + + + 安全管理人员 + + + 未遂事件 + + + 总数 + + + 已完成 + + + 未完成 + + + 整改率 + + + 合同工期 + + + 合同到期时间 + + + 合同剩余 + + + 关键事项准点率 + + + 进度统计 + + + 工作台面 + + + 关键事项 + + + 待办事项 + + + 个人流程 + + + 已办任务 + + + 人员信息 + + + 当前现场人数 + + + 作业人员总数 + + + 管理人员总数 + + + 材料统计 + + + 管道材料 + + + 设备材料 + + + 材料类别 + + + 设计量 + + + 采购量 + + + 到货量 + + + 领料量 + + + 百分比 + + + 工作台面 + + + 人员信息 + + + 材料统计 + + + 全屏 + + + 打开代办 + + + 实际值 + + + 累计实际值 + + + 累计计划值 + + + 已到货 + + + 已领料 + + + 一次共检合格率 + + + 焊接一次合格率 + + + 计划值 + + + 质量问题整改率 + + + 整改数据 + + + 总计 + + \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan.zh-CN1.designer.cs b/SGGL/FineUIPro.Web/App_GlobalResources/Lan.zh-CN1.designer.cs new file mode 100644 index 00000000..e69de29b diff --git a/SGGL/FineUIPro.Web/App_GlobalResources/Lan1.designer.cs b/SGGL/FineUIPro.Web/App_GlobalResources/Lan1.designer.cs new file mode 100644 index 00000000..591860a1 --- /dev/null +++ b/SGGL/FineUIPro.Web/App_GlobalResources/Lan1.designer.cs @@ -0,0 +1,1701 @@ +//------------------------------------------------------------------------------ +// +// 此代码由工具生成。 +// 运行时版本:4.0.30319.42000 +// +// 对此文件的更改可能会导致不正确的行为,并且如果 +// 重新生成代码,这些更改将会丢失。 +// +//------------------------------------------------------------------------------ + +namespace Resources { + using System; + + + /// + /// 强类型资源类,用于查找本地化字符串等。 + /// + // 此类是由 StronglyTypedResourceBuilder + // 类通过类似于 ResGen 或 Visual Studio 的工具自动生成的。 + // 若要添加或删除成员,请编辑 .ResX 文件,然后重新运行 ResGen + // (以 /str 作为命令选项),或重新生成 Visual Studio 项目。 + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Web.Application.StronglyTypedResourceProxyBuilder", "15.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Lan { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Lan() { + } + + /// + /// 返回此类使用的缓存 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("Resources.Lan", global::System.Reflection.Assembly.Load("App_GlobalResources")); + 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; + } + } + + /// + /// 查找类似 实际值 的本地化字符串。 + /// + internal static string ActualValue { + get { + return ResourceManager.GetString("ActualValue", resourceCulture); + } + } + + /// + /// 查找类似 高处 的本地化字符串。 + /// + internal static string altitude { + get { + return ResourceManager.GetString("altitude", resourceCulture); + } + } + + /// + /// 查找类似 审批完成 的本地化字符串。 + /// + internal static string ApprovalCompleted { + get { + return ResourceManager.GetString("ApprovalCompleted", resourceCulture); + } + } + + /// + /// 查找类似 竣工 的本地化字符串。 + /// + internal static string BeCompleted { + get { + return ResourceManager.GetString("BeCompleted", resourceCulture); + } + } + + /// + /// 查找类似 大数据中心 的本地化字符串。 + /// + internal static string BigDataCenter { + get { + return ResourceManager.GetString("BigDataCenter", resourceCulture); + } + } + + /// + /// 查找类似 呼叫 的本地化字符串。 + /// + internal static string call { + get { + return ResourceManager.GetString("call", resourceCulture); + } + } + + /// + /// 查找类似 证书预警 的本地化字符串。 + /// + internal static string CertificateWarning { + get { + return ResourceManager.GetString("CertificateWarning", resourceCulture); + } + } + + /// + /// 查找类似 中国 的本地化字符串。 + /// + internal static string China { + get { + return ResourceManager.GetString("China", resourceCulture); + } + } + + /// + /// 查找类似 中文 的本地化字符串。 + /// + internal static string Chinese { + get { + return ResourceManager.GetString("Chinese", resourceCulture); + } + } + + /// + /// 查找类似 土建基础交安 的本地化字符串。 + /// + internal static string CivilInfrastructure { + get { + return ResourceManager.GetString("CivilInfrastructure", resourceCulture); + } + } + + /// + /// 查找类似 已完成 的本地化字符串。 + /// + internal static string completed { + get { + return ResourceManager.GetString("completed", resourceCulture); + } + } + + /// + /// 查找类似 参建人数 的本地化字符串。 + /// + internal static string ConPersonCount { + get { + return ResourceManager.GetString("ConPersonCount", resourceCulture); + } + } + + /// + /// 查找类似 施工方案审批量 的本地化字符串。 + /// + internal static string ConPlanReviewBatch { + get { + return ResourceManager.GetString("ConPlanReviewBatch", resourceCulture); + } + } + + /// + /// 查找类似 施工单位 的本地化字符串。 + /// + internal static string ConstructionUnit { + get { + return ResourceManager.GetString("ConstructionUnit", resourceCulture); + } + } + + /// + /// 查找类似 合同到期时间 的本地化字符串。 + /// + internal static string ContractExpirationTime { + get { + return ResourceManager.GetString("ContractExpirationTime", resourceCulture); + } + } + + /// + /// 查找类似 协调与沟通 的本地化字符串。 + /// + internal static string CoordinationCommunication { + get { + return ResourceManager.GetString("CoordinationCommunication", resourceCulture); + } + } + + /// + /// 查找类似 累计实际值 的本地化字符串。 + /// + internal static string Cumulative_actual_value { + get { + return ResourceManager.GetString("Cumulative_actual_value", resourceCulture); + } + } + + /// + /// 查找类似 累计计划值 的本地化字符串。 + /// + internal static string Cumulative_planned_value { + get { + return ResourceManager.GetString("Cumulative_planned_value", resourceCulture); + } + } + + /// + /// 查找类似 当前现场人数 的本地化字符串。 + /// + internal static string CurrentPersonnel { + get { + return ResourceManager.GetString("CurrentPersonnel", resourceCulture); + } + } + + /// + /// 查找类似 危大工程 的本地化字符串。 + /// + internal static string DangerousProject { + get { + return ResourceManager.GetString("DangerousProject", resourceCulture); + } + } + + /// + /// 查找类似 隐患总数 的本地化字符串。 + /// + internal static string DangersCount { + get { + return ResourceManager.GetString("DangersCount", resourceCulture); + } + } + + /// + /// 查找类似 员工管理 的本地化字符串。 + /// + internal static string EmployeeManage { + get { + return ResourceManager.GetString("EmployeeManage", resourceCulture); + } + } + + /// + /// 查找类似 英文 的本地化字符串。 + /// + internal static string English { + get { + return ResourceManager.GetString("English", resourceCulture); + } + } + + /// + /// 查找类似 现场动态 的本地化字符串。 + /// + internal static string FieldDynamics { + get { + return ResourceManager.GetString("FieldDynamics", resourceCulture); + } + } + + /// + /// 查找类似 首台设备到货 的本地化字符串。 + /// + internal static string FirstEquipmentArrived { + get { + return ResourceManager.GetString("FirstEquipmentArrived", resourceCulture); + } + } + + /// + /// 查找类似 焊接一次合格率 的本地化字符串。 + /// + internal static string FistPassRateWelding { + get { + return ResourceManager.GetString("FistPassRateWelding", resourceCulture); + } + } + + /// + /// 查找类似 全屏 的本地化字符串。 + /// + internal static string FullScreen { + get { + return ResourceManager.GetString("FullScreen", resourceCulture); + } + } + + /// + /// 查找类似 总承包商施工计划 的本地化字符串。 + /// + internal static string GeneralConPlan { + get { + return ResourceManager.GetString("GeneralConPlan", resourceCulture); + } + } + + /// + /// 查找类似 一般风险 的本地化字符串。 + /// + internal static string GeneralRisk { + get { + return ResourceManager.GetString("GeneralRisk", resourceCulture); + } + } + + /// + /// 查找类似 较大风险 的本地化字符串。 + /// + internal static string GreaterRisk { + get { + return ResourceManager.GetString("GreaterRisk", resourceCulture); + } + } + + /// + /// 查找类似 已到货 的本地化字符串。 + /// + internal static string HaveArrived { + get { + return ResourceManager.GetString("HaveArrived", resourceCulture); + } + } + + /// + /// 查找类似 总部检查 的本地化字符串。 + /// + internal static string HeadquartersInspection { + get { + return ResourceManager.GetString("HeadquartersInspection", resourceCulture); + } + } + + /// + /// 查找类似 帮助 的本地化字符串。 + /// + internal static string help { + get { + return ResourceManager.GetString("help", resourceCulture); + } + } + + /// + /// 查找类似 首页 的本地化字符串。 + /// + internal static string HomePage { + get { + return ResourceManager.GetString("HomePage", resourceCulture); + } + } + + /// + /// 查找类似 安全管理 的本地化字符串。 + /// + internal static string HSEManage { + get { + return ResourceManager.GetString("HSEManage", resourceCulture); + } + } + + /// + /// 查找类似 湿度 的本地化字符串。 + /// + internal static string humidness { + get { + return ResourceManager.GetString("humidness", resourceCulture); + } + } + + /// + /// 查找类似 综合管理 的本地化字符串。 + /// + internal static string IntegratedManage { + get { + return ResourceManager.GetString("IntegratedManage", resourceCulture); + } + } + + /// + /// 查找类似 关键事项与协调沟通 的本地化字符串。 + /// + internal static string keyc { + get { + return ResourceManager.GetString("keyc", resourceCulture); + } + } + + /// + /// 查找类似 在施危大工程数 的本地化字符串。 + /// + internal static string LargeRisk { + get { + return ResourceManager.GetString("LargeRisk", resourceCulture); + } + } + + /// + /// 查找类似 级 的本地化字符串。 + /// + internal static string Level { + get { + return ResourceManager.GetString("Level", resourceCulture); + } + } + + /// + /// 查找类似 吊装 的本地化字符串。 + /// + internal static string lifting { + get { + return ResourceManager.GetString("lifting", resourceCulture); + } + } + + /// + /// 查找类似 现场视频 的本地化字符串。 + /// + internal static string LiveVideo { + get { + return ResourceManager.GetString("LiveVideo", resourceCulture); + } + } + + /// + /// 查找类似 现场相册 的本地化字符串。 + /// + internal static string Live_photo_album { + get { + return ResourceManager.GetString("Live_photo_album", resourceCulture); + } + } + + /// + /// 查找类似 动火 的本地化字符串。 + /// + internal static string LoseOneSTemper { + get { + return ResourceManager.GetString("LoseOneSTemper", resourceCulture); + } + } + + /// + /// 查找类似 低风险 的本地化字符串。 + /// + internal static string LowRisk { + get { + return ResourceManager.GetString("LowRisk", resourceCulture); + } + } + + /// + /// 查找类似 高空 的本地化字符串。 + /// + internal static string mainProject2_altitude { + get { + return ResourceManager.GetString("mainProject2_altitude", resourceCulture); + } + } + + /// + /// 查找类似 审批完成 的本地化字符串。 + /// + internal static string mainProject2_ApprovalCompleted { + get { + return ResourceManager.GetString("mainProject2_ApprovalCompleted", resourceCulture); + } + } + + /// + /// 查找类似 到货量 的本地化字符串。 + /// + internal static string mainProject2_ArrivalQuantity { + get { + return ResourceManager.GetString("mainProject2_ArrivalQuantity", resourceCulture); + } + } + + /// + /// 查找类似 已完成 的本地化字符串。 + /// + internal static string mainProject2_CompletedRectification { + get { + return ResourceManager.GetString("mainProject2_CompletedRectification", resourceCulture); + } + } + + /// + /// 查找类似 已办任务 的本地化字符串。 + /// + internal static string mainProject2_CompletedTasks { + get { + return ResourceManager.GetString("mainProject2_CompletedTasks", resourceCulture); + } + } + + /// + /// 查找类似 施工方案审查批次 的本地化字符串。 + /// + internal static string mainProject2_ConPlanReviewBatch { + get { + return ResourceManager.GetString("mainProject2_ConPlanReviewBatch", resourceCulture); + } + } + + /// + /// 查找类似 合同工期 的本地化字符串。 + /// + internal static string mainProject2_ContractDuration { + get { + return ResourceManager.GetString("mainProject2_ContractDuration", resourceCulture); + } + } + + /// + /// 查找类似 合同到期时间 的本地化字符串。 + /// + internal static string mainProject2_ContractExpiryDate { + get { + return ResourceManager.GetString("mainProject2_ContractExpiryDate", resourceCulture); + } + } + + /// + /// 查找类似 合同剩余 的本地化字符串。 + /// + internal static string mainProject2_ContractRemaining { + get { + return ResourceManager.GetString("mainProject2_ContractRemaining", resourceCulture); + } + } + + /// + /// 查找类似 累计安全人工时 的本地化字符串。 + /// + internal static string mainProject2_CumulativeSafeWorkHours { + get { + return ResourceManager.GetString("mainProject2_CumulativeSafeWorkHours", resourceCulture); + } + } + + /// + /// 查找类似 当前现场人数 的本地化字符串。 + /// + internal static string mainProject2_CurrentOnsitePersonnel { + get { + return ResourceManager.GetString("mainProject2_CurrentOnsitePersonnel", resourceCulture); + } + } + + /// + /// 查找类似 危险项目 的本地化字符串。 + /// + internal static string mainProject2_DangerousProject { + get { + return ResourceManager.GetString("mainProject2_DangerousProject", resourceCulture); + } + } + + /// + /// 查找类似 设计量 的本地化字符串。 + /// + internal static string mainProject2_DesignQuantity { + get { + return ResourceManager.GetString("mainProject2_DesignQuantity", resourceCulture); + } + } + + /// + /// 查找类似 设备材料 的本地化字符串。 + /// + internal static string mainProject2_EquipmentMaterials { + get { + return ResourceManager.GetString("mainProject2_EquipmentMaterials", resourceCulture); + } + } + + /// + /// 查找类似 全屏 的本地化字符串。 + /// + internal static string mainProject2_FullScreen { + get { + return ResourceManager.GetString("mainProject2_FullScreen", resourceCulture); + } + } + + /// + /// 查找类似 领料量 的本地化字符串。 + /// + internal static string mainProject2_IssueQuantity { + get { + return ResourceManager.GetString("mainProject2_IssueQuantity", resourceCulture); + } + } + + /// + /// 查找类似 关键事项 的本地化字符串。 + /// + internal static string mainProject2_KeyMatters { + get { + return ResourceManager.GetString("mainProject2_KeyMatters", resourceCulture); + } + } + + /// + /// 查找类似 关键事项准点率 的本地化字符串。 + /// + internal static string mainProject2_KeyMattersTimelinessRate { + get { + return ResourceManager.GetString("mainProject2_KeyMattersTimelinessRate", resourceCulture); + } + } + + /// + /// 查找类似 一级高温 的本地化字符串。 + /// + internal static string mainProject2_LoseOneSTemper { + get { + return ResourceManager.GetString("mainProject2_LoseOneSTemper", resourceCulture); + } + } + + /// + /// 查找类似 材料类别 的本地化字符串。 + /// + internal static string mainProject2_MaterialCategory { + get { + return ResourceManager.GetString("mainProject2_MaterialCategory", resourceCulture); + } + } + + /// + /// 查找类似 材料统计 的本地化字符串。 + /// + internal static string mainProject2_MaterialLabel { + get { + return ResourceManager.GetString("mainProject2_MaterialLabel", resourceCulture); + } + } + + /// + /// 查找类似 材料统计 的本地化字符串。 + /// + internal static string mainProject2_MaterialStatistics { + get { + return ResourceManager.GetString("mainProject2_MaterialStatistics", resourceCulture); + } + } + + /// + /// 查找类似 机械预警 的本地化字符串。 + /// + internal static string mainProject2_MechanicalWarning { + get { + return ResourceManager.GetString("mainProject2_MechanicalWarning", resourceCulture); + } + } + + /// + /// 查找类似 未遂事件 的本地化字符串。 + /// + internal static string mainProject2_NearMissIncidents { + get { + return ResourceManager.GetString("mainProject2_NearMissIncidents", resourceCulture); + } + } + + /// + /// 查找类似 完工人数 的本地化字符串。 + /// + internal static string mainProject2_NumberOfCompletions { + get { + return ResourceManager.GetString("mainProject2_NumberOfCompletions", resourceCulture); + } + } + + /// + /// 查找类似 施工人数 的本地化字符串。 + /// + internal static string mainProject2_NumberOfConstructions { + get { + return ResourceManager.GetString("mainProject2_NumberOfConstructions", resourceCulture); + } + } + + /// + /// 查找类似 培训人数 的本地化字符串。 + /// + internal static string mainProject2_NumberOfTrainees { + get { + return ResourceManager.GetString("mainProject2_NumberOfTrainees", resourceCulture); + } + } + + /// + /// 查找类似 打开代办 的本地化字符串。 + /// + internal static string mainProject2_OpenPendingTasks { + get { + return ResourceManager.GetString("mainProject2_OpenPendingTasks", resourceCulture); + } + } + + /// + /// 查找类似 其他 的本地化字符串。 + /// + internal static string mainProject2_other { + get { + return ResourceManager.GetString("mainProject2_other", resourceCulture); + } + } + + /// + /// 查找类似 待办事项 的本地化字符串。 + /// + internal static string mainProject2_PendingMatters { + get { + return ResourceManager.GetString("mainProject2_PendingMatters", resourceCulture); + } + } + + /// + /// 查找类似 百分比 的本地化字符串。 + /// + internal static string mainProject2_Percentage { + get { + return ResourceManager.GetString("mainProject2_Percentage", resourceCulture); + } + } + + /// + /// 查找类似 个人流程 的本地化字符串。 + /// + internal static string mainProject2_PersonalProcess { + get { + return ResourceManager.GetString("mainProject2_PersonalProcess", resourceCulture); + } + } + + /// + /// 查找类似 人员信息 的本地化字符串。 + /// + internal static string mainProject2_PersonnelInformation { + get { + return ResourceManager.GetString("mainProject2_PersonnelInformation", resourceCulture); + } + } + + /// + /// 查找类似 人员信息 的本地化字符串。 + /// + internal static string mainProject2_PersonnelLabel { + get { + return ResourceManager.GetString("mainProject2_PersonnelLabel", resourceCulture); + } + } + + /// + /// 查找类似 管道材料 的本地化字符串。 + /// + internal static string mainProject2_PipeMaterials { + get { + return ResourceManager.GetString("mainProject2_PipeMaterials", resourceCulture); + } + } + + /// + /// 查找类似 进度统计 的本地化字符串。 + /// + internal static string mainProject2_ProgressStatistics { + get { + return ResourceManager.GetString("mainProject2_ProgressStatistics", resourceCulture); + } + } + + /// + /// 查找类似 采购量 的本地化字符串。 + /// + internal static string mainProject2_PurchaseQuantity { + get { + return ResourceManager.GetString("mainProject2_PurchaseQuantity", resourceCulture); + } + } + + /// + /// 查找类似 质量概况 的本地化字符串。 + /// + internal static string mainProject2_QualityProfile { + get { + return ResourceManager.GetString("mainProject2_QualityProfile", resourceCulture); + } + } + + /// + /// 查找类似 质量培训 的本地化字符串。 + /// + internal static string mainProject2_QualityTraining { + get { + return ResourceManager.GetString("mainProject2_QualityTraining", resourceCulture); + } + } + + /// + /// 查找类似 质量安全预警 的本地化字符串。 + /// + internal static string mainProject2_Quawarning { + get { + return ResourceManager.GetString("mainProject2_Quawarning", resourceCulture); + } + } + + /// + /// 查找类似 整改率 的本地化字符串。 + /// + internal static string mainProject2_RectificationRate { + get { + return ResourceManager.GetString("mainProject2_RectificationRate", resourceCulture); + } + } + + /// + /// 查找类似 风险预警 的本地化字符串。 + /// + internal static string mainProject2_RiskEarlyWarning { + get { + return ResourceManager.GetString("mainProject2_RiskEarlyWarning", resourceCulture); + } + } + + /// + /// 查找类似 安全管理人员 的本地化字符串。 + /// + internal static string mainProject2_SafeManagementPersonnel { + get { + return ResourceManager.GetString("mainProject2_SafeManagementPersonnel", resourceCulture); + } + } + + /// + /// 查找类似 本月安全人工时 的本地化字符串。 + /// + internal static string mainProject2_SafeWorkHoursThisMonth { + get { + return ResourceManager.GetString("mainProject2_SafeWorkHoursThisMonth", resourceCulture); + } + } + + /// + /// 查找类似 超危险项目 的本地化字符串。 + /// + internal static string mainProject2_SuperDangerousProject { + get { + return ResourceManager.GetString("mainProject2_SuperDangerousProject", resourceCulture); + } + } + + /// + /// 查找类似 项目级首页(新) 的本地化字符串。 + /// + internal static string mainProject2_title { + get { + return ResourceManager.GetString("mainProject2_title", resourceCulture); + } + } + + /// + /// 查找类似 管理人员总数 的本地化字符串。 + /// + internal static string mainProject2_TotalManagers { + get { + return ResourceManager.GetString("mainProject2_TotalManagers", resourceCulture); + } + } + + /// + /// 查找类似 总数 的本地化字符串。 + /// + internal static string mainProject2_TotalRectificationData { + get { + return ResourceManager.GetString("mainProject2_TotalRectificationData", resourceCulture); + } + } + + /// + /// 查找类似 安全培训累计人员 的本地化字符串。 + /// + internal static string mainProject2_TotalSafeTrainingPersonnel { + get { + return ResourceManager.GetString("mainProject2_TotalSafeTrainingPersonnel", resourceCulture); + } + } + + /// + /// 查找类似 作业人员总数 的本地化字符串。 + /// + internal static string mainProject2_TotalWorkers { + get { + return ResourceManager.GetString("mainProject2_TotalWorkers", resourceCulture); + } + } + + /// + /// 查找类似 未完成 的本地化字符串。 + /// + internal static string mainProject2_UncompletedRectification { + get { + return ResourceManager.GetString("mainProject2_UncompletedRectification", resourceCulture); + } + } + + /// + /// 查找类似 工作台面 的本地化字符串。 + /// + internal static string mainProject2_Workbench { + get { + return ResourceManager.GetString("mainProject2_Workbench", resourceCulture); + } + } + + /// + /// 查找类似 工作台面 的本地化字符串。 + /// + internal static string mainProject2_WorkbenchLabel { + get { + return ResourceManager.GetString("mainProject2_WorkbenchLabel", resourceCulture); + } + } + + /// + /// 查找类似 工作许可 的本地化字符串。 + /// + internal static string mainProject2_WorkPermit { + get { + return ResourceManager.GetString("mainProject2_WorkPermit", resourceCulture); + } + } + + /// + /// 查找类似 重大风险 的本地化字符串。 + /// + internal static string MajorRisk { + get { + return ResourceManager.GetString("MajorRisk", resourceCulture); + } + } + + /// + /// 查找类似 管理人员总数 的本地化字符串。 + /// + internal static string managersCount { + get { + return ResourceManager.GetString("managersCount", resourceCulture); + } + } + + /// + /// 查找类似 材料管理 的本地化字符串。 + /// + internal static string MaterialManagement { + get { + return ResourceManager.GetString("MaterialManagement", resourceCulture); + } + } + + /// + /// 查找类似 已领料 的本地化字符串。 + /// + internal static string MaterialReceived { + get { + return ResourceManager.GetString("MaterialReceived", resourceCulture); + } + } + + /// + /// 查找类似 最大化 的本地化字符串。 + /// + internal static string maximize { + get { + return ResourceManager.GetString("maximize", resourceCulture); + } + } + + /// + /// 查找类似 机械竣工 的本地化字符串。 + /// + internal static string MechanicalCompletion { + get { + return ResourceManager.GetString("MechanicalCompletion", resourceCulture); + } + } + + /// + /// 查找类似 机械预警 的本地化字符串。 + /// + internal static string MechanicalWarning { + get { + return ResourceManager.GetString("MechanicalWarning", resourceCulture); + } + } + + /// + /// 查找类似 消息 的本地化字符串。 + /// + internal static string message { + get { + return ResourceManager.GetString("message", resourceCulture); + } + } + + /// + /// 查找类似 更多 的本地化字符串。 + /// + internal static string more { + get { + return ResourceManager.GetString("more", resourceCulture); + } + } + + /// + /// 查找类似 您没有此模块操作权限,请联系管理员授权! 的本地化字符串。 + /// + internal static string NoAuthorize { + get { + return ResourceManager.GetString("NoAuthorize", resourceCulture); + } + } + + /// + /// 查找类似 噪音 的本地化字符串。 + /// + internal static string noise { + get { + return ResourceManager.GetString("noise", resourceCulture); + } + } + + /// + /// 查找类似 您没有权限进入项目管理模块! 的本地化字符串。 + /// + internal static string NoPermission { + get { + return ResourceManager.GetString("NoPermission", resourceCulture); + } + } + + /// + /// 查找类似 通知管理 的本地化字符串。 + /// + internal static string NoticeManage { + get { + return ResourceManager.GetString("NoticeManage", resourceCulture); + } + } + + /// + /// 查找类似 完工个数 的本地化字符串。 + /// + internal static string NumberOfCompletions { + get { + return ResourceManager.GetString("NumberOfCompletions", resourceCulture); + } + } + + /// + /// 查找类似 施工个数 的本地化字符串。 + /// + internal static string NumberOfConstructions { + get { + return ResourceManager.GetString("NumberOfConstructions", resourceCulture); + } + } + + /// + /// 查找类似 培训人次数 的本地化字符串。 + /// + internal static string NumberOfTrainees { + get { + return ResourceManager.GetString("NumberOfTrainees", resourceCulture); + } + } + + /// + /// 查找类似 一次共检合格率 的本地化字符串。 + /// + internal static string OnePassRate { + get { + return ResourceManager.GetString("OnePassRate", resourceCulture); + } + } + + /// + /// 查找类似 焊接一次合格率 的本地化字符串。 + /// + internal static string OnePassRateOfWelding { + get { + return ResourceManager.GetString("OnePassRateOfWelding", resourceCulture); + } + } + + /// + /// 查找类似 现场考勤 的本地化字符串。 + /// + internal static string OnSiteAttendance { + get { + return ResourceManager.GetString("OnSiteAttendance", resourceCulture); + } + } + + /// + /// 查找类似 在新标签页中打开 的本地化字符串。 + /// + internal static string OpensNewTab { + get { + return ResourceManager.GetString("OpensNewTab", resourceCulture); + } + } + + /// + /// 查找类似 意见收集 的本地化字符串。 + /// + internal static string OpinionGathering { + get { + return ResourceManager.GetString("OpinionGathering", resourceCulture); + } + } + + /// + /// 查找类似 其他 的本地化字符串。 + /// + internal static string other { + get { + return ResourceManager.GetString("other", resourceCulture); + } + } + + /// + /// 查找类似 合格率 的本地化字符串。 + /// + internal static string PassRate { + get { + return ResourceManager.GetString("PassRate", resourceCulture); + } + } + + /// + /// 查找类似 桩基施工 的本地化字符串。 + /// + internal static string Pilefoundationconstruction { + get { + return ResourceManager.GetString("Pilefoundationconstruction", resourceCulture); + } + } + + /// + /// 查找类似 管道安装开始 的本地化字符串。 + /// + internal static string PipeInstallationStarts { + get { + return ResourceManager.GetString("PipeInstallationStarts", resourceCulture); + } + } + + /// + /// 查找类似 计划值 的本地化字符串。 + /// + internal static string PlannedValue { + get { + return ResourceManager.GetString("PlannedValue", resourceCulture); + } + } + + /// + /// 查找类似 变电所受电 的本地化字符串。 + /// + internal static string PowerReceived { + get { + return ResourceManager.GetString("PowerReceived", resourceCulture); + } + } + + /// + /// 查找类似 问题总数 的本地化字符串。 + /// + internal static string ProblemTotal { + get { + return ResourceManager.GetString("ProblemTotal", resourceCulture); + } + } + + /// + /// 查找类似 项目地址 的本地化字符串。 + /// + internal static string ProjectAddress { + get { + return ResourceManager.GetString("ProjectAddress", resourceCulture); + } + } + + /// + /// 查找类似 项目清单 的本地化字符串。 + /// + internal static string ProjectList { + get { + return ResourceManager.GetString("ProjectList", resourceCulture); + } + } + + /// + /// 查找类似 项目名称 的本地化字符串。 + /// + internal static string ProjectName { + get { + return ResourceManager.GetString("ProjectName", resourceCulture); + } + } + + /// + /// 查找类似 项目进度计划 的本地化字符串。 + /// + internal static string ProjectSchedule { + get { + return ResourceManager.GetString("ProjectSchedule", resourceCulture); + } + } + + /// + /// 查找类似 项目统计 的本地化字符串。 + /// + internal static string ProjectStatistics { + get { + return ResourceManager.GetString("ProjectStatistics", resourceCulture); + } + } + + /// + /// 查找类似 在建项目 的本地化字符串。 + /// + internal static string ProjectUnderConstruction { + get { + return ResourceManager.GetString("ProjectUnderConstruction", resourceCulture); + } + } + + /// + /// 查找类似 质量管理 的本地化字符串。 + /// + internal static string QualityManage { + get { + return ResourceManager.GetString("QualityManage", resourceCulture); + } + } + + /// + /// 查找类似 质量概况 的本地化字符串。 + /// + internal static string QualityProfile { + get { + return ResourceManager.GetString("QualityProfile", resourceCulture); + } + } + + /// + /// 查找类似 质量问题整改率 的本地化字符串。 + /// + internal static string QualityRate { + get { + return ResourceManager.GetString("QualityRate", resourceCulture); + } + } + + /// + /// 查找类似 质量统计 的本地化字符串。 + /// + internal static string QualityStatistics { + get { + return ResourceManager.GetString("QualityStatistics", resourceCulture); + } + } + + /// + /// 查找类似 质量培训累计人员 的本地化字符串。 + /// + internal static string QualityTraining { + get { + return ResourceManager.GetString("QualityTraining", resourceCulture); + } + } + + /// + /// 查找类似 质量预警 的本地化字符串。 + /// + internal static string QualityWarning { + get { + return ResourceManager.GetString("QualityWarning", resourceCulture); + } + } + + /// + /// 查找类似 质量问题统计 的本地化字符串。 + /// + internal static string Quality_problem_statistics { + get { + return ResourceManager.GetString("Quality_problem_statistics", resourceCulture); + } + } + + /// + /// 查找类似 资质预警 的本地化字符串。 + /// + internal static string Quawarning { + get { + return ResourceManager.GetString("Quawarning", resourceCulture); + } + } + + /// + /// 查找类似 退出 的本地化字符串。 + /// + internal static string quit { + get { + return ResourceManager.GetString("quit", resourceCulture); + } + } + + /// + /// 查找类似 实时视频 的本地化字符串。 + /// + internal static string RealTimeVideo { + get { + return ResourceManager.GetString("RealTimeVideo", resourceCulture); + } + } + + /// + /// 查找类似 整改数据 的本地化字符串。 + /// + internal static string RectificationData { + get { + return ResourceManager.GetString("RectificationData", resourceCulture); + } + } + + /// + /// 查找类似 整改率 的本地化字符串。 + /// + internal static string RectificationRate { + get { + return ResourceManager.GetString("RectificationRate", resourceCulture); + } + } + + /// + /// 查找类似 刷新 的本地化字符串。 + /// + internal static string Refresh { + get { + return ResourceManager.GetString("Refresh", resourceCulture); + } + } + + /// + /// 查找类似 刷新本页 的本地化字符串。 + /// + internal static string RefreshPage { + get { + return ResourceManager.GetString("RefreshPage", resourceCulture); + } + } + + /// + /// 查找类似 距竣工剩余 的本地化字符串。 + /// + internal static string RemainingTimeCompletion { + get { + return ResourceManager.GetString("RemainingTimeCompletion", resourceCulture); + } + } + + /// + /// 查找类似 风险管控 的本地化字符串。 + /// + internal static string RiskControl { + get { + return ResourceManager.GetString("RiskControl", resourceCulture); + } + } + + /// + /// 查找类似 风险预警 的本地化字符串。 + /// + internal static string RiskEarlyWarning { + get { + return ResourceManager.GetString("RiskEarlyWarning", resourceCulture); + } + } + + /// + /// 查找类似 安全人工时 的本地化字符串。 + /// + internal static string SafeLaborHours { + get { + return ResourceManager.GetString("SafeLaborHours", resourceCulture); + } + } + + /// + /// 查找类似 安全问题统计 的本地化字符串。 + /// + internal static string SafeProStat { + get { + return ResourceManager.GetString("SafeProStat", resourceCulture); + } + } + + /// + /// 查找类似 累计安全人工时 的本地化字符串。 + /// + internal static string SafetyLaborHours { + get { + return ResourceManager.GetString("SafetyLaborHours", resourceCulture); + } + } + + /// + /// 查找类似 安全统计 的本地化字符串。 + /// + internal static string SafetyStatistics { + get { + return ResourceManager.GetString("SafetyStatistics", resourceCulture); + } + } + + /// + /// 查找类似 进度管理 的本地化字符串。 + /// + internal static string ScheduleManage { + get { + return ResourceManager.GetString("ScheduleManage", resourceCulture); + } + } + + /// + /// 查找类似 选择语言 的本地化字符串。 + /// + internal static string SelectLanguage { + get { + return ResourceManager.GetString("SelectLanguage", resourceCulture); + } + } + + /// + /// 查找类似 劳务数据 的本地化字符串。 + /// + internal static string ServiceData { + get { + return ResourceManager.GetString("ServiceData", resourceCulture); + } + } + + /// + /// 查找类似 设置 的本地化字符串。 + /// + internal static string Settings { + get { + return ResourceManager.GetString("Settings", resourceCulture); + } + } + + /// + /// 查找类似 停工 的本地化字符串。 + /// + internal static string ShutDown { + get { + return ResourceManager.GetString("ShutDown", resourceCulture); + } + } + + /// + /// 查找类似 注销 的本地化字符串。 + /// + internal static string SignOUT { + get { + return ResourceManager.GetString("SignOUT", resourceCulture); + } + } + + /// + /// 查找类似 开工时间 的本地化字符串。 + /// + internal static string Start_time { + get { + return ResourceManager.GetString("Start_time", resourceCulture); + } + } + + /// + /// 查找类似 分包管理 的本地化字符串。 + /// + internal static string SubManagement { + get { + return ResourceManager.GetString("SubManagement", resourceCulture); + } + } + + /// + /// 查找类似 超危大工程 的本地化字符串。 + /// + internal static string SuperDangerousProject { + get { + return ResourceManager.GetString("SuperDangerousProject", resourceCulture); + } + } + + /// + /// 查找类似 监理单位 的本地化字符串。 + /// + internal static string SupervisionUnit { + get { + return ResourceManager.GetString("SupervisionUnit", resourceCulture); + } + } + + /// + /// 查找类似 切换首页 的本地化字符串。 + /// + internal static string SwitchHomePage { + get { + return ResourceManager.GetString("SwitchHomePage", resourceCulture); + } + } + + /// + /// 查找类似 系统菜单 的本地化字符串。 + /// + internal static string SystemMenu { + get { + return ResourceManager.GetString("SystemMenu", resourceCulture); + } + } + + /// + /// 查找类似 智慧施工管理信息系统 的本地化字符串。 + /// + internal static string SystemName { + get { + return ResourceManager.GetString("SystemName", resourceCulture); + } + } + + /// + /// 查找类似 温度 的本地化字符串。 + /// + internal static string temperature { + get { + return ResourceManager.GetString("temperature", resourceCulture); + } + } + + /// + /// 查找类似 试车管理 的本地化字符串。 + /// + internal static string TestManagement { + get { + return ResourceManager.GetString("TestManagement", resourceCulture); + } + } + + /// + /// 查找类似 竣工时间 的本地化字符串。 + /// + internal static string TimeCompletion { + get { + return ResourceManager.GetString("TimeCompletion", resourceCulture); + } + } + + /// + /// 查找类似 待办事项 的本地化字符串。 + /// + internal static string TodoList { + get { + return ResourceManager.GetString("TodoList", resourceCulture); + } + } + + /// + /// 查找类似 总计 的本地化字符串。 + /// + internal static string total { + get { + return ResourceManager.GetString("total", resourceCulture); + } + } + + /// + /// 查找类似 合同总工期 的本地化字符串。 + /// + internal static string TotalContractDuration { + get { + return ResourceManager.GetString("TotalContractDuration", resourceCulture); + } + } + + /// + /// 查找类似 移交管理 的本地化字符串。 + /// + internal static string TransferManagement { + get { + return ResourceManager.GetString("TransferManagement", resourceCulture); + } + } + + /// + /// 查找类似 未完成 的本地化字符串。 + /// + internal static string uncompleted { + get { + return ResourceManager.GetString("uncompleted", resourceCulture); + } + } + + /// + /// 查找类似 在建 的本地化字符串。 + /// + internal static string UnderConstruction { + get { + return ResourceManager.GetString("UnderConstruction", resourceCulture); + } + } + + /// + /// 查找类似 用户 的本地化字符串。 + /// + internal static string user { + get { + return ResourceManager.GetString("user", resourceCulture); + } + } + + /// + /// 查找类似 视频监控 的本地化字符串。 + /// + internal static string VideoSurveillance { + get { + return ResourceManager.GetString("VideoSurveillance", resourceCulture); + } + } + + /// + /// 查找类似 焊接管理 的本地化字符串。 + /// + internal static string WeldingManage { + get { + return ResourceManager.GetString("WeldingManage", resourceCulture); + } + } + + /// + /// 查找类似 风速 的本地化字符串。 + /// + internal static string WindSpeed { + get { + return ResourceManager.GetString("WindSpeed", resourceCulture); + } + } + + /// + /// 查找类似 作业许可 的本地化字符串。 + /// + internal static string WorkPermit { + get { + return ResourceManager.GetString("WorkPermit", resourceCulture); + } + } + + /// + /// 查找类似 作业人员总数 的本地化字符串。 + /// + internal static string WorkPersonnel { + get { + return ResourceManager.GetString("WorkPersonnel", resourceCulture); + } + } + } +} diff --git a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachine.aspx.cs b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachine.aspx.cs index 95c1599c..4df9c83e 100644 --- a/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachine.aspx.cs +++ b/SGGL/FineUIPro.Web/CQMS/Comprehensive/InspectionMachine.aspx.cs @@ -111,19 +111,19 @@ namespace FineUIPro.Web.Comprehensive { if (IsVerification == "是" && !string.IsNullOrEmpty(NextTestDate)) //在校验期内 { - if (DateTime.Compare(DateTime.Parse(NextTestDate).AddDays(-15), DateTime.Now) < 0) + //if (DateTime.Compare(DateTime.Parse(NextTestDate).AddDays(-15), DateTime.Now) < 0) + //{ + if (DateTime.Parse(NextTestDate) < DateTime.Now) { // Grid1.Rows[e.RowIndex].RowCssClass = "Red"; //过期为红色 e.RowCssClass = "Red"; - } - } - else - { - e.RowCssClass = "Yellow"; - - + else if (DateTime.Parse(NextTestDate).AddDays(-15) < DateTime.Now && DateTime.Parse(NextTestDate) >= DateTime.Now) + { + //到期前15天黄色标识提醒 + e.RowCssClass = "Yellow"; + } } } //离场为灰色 diff --git a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj index 550734bb..809c6dab 100644 --- a/SGGL/FineUIPro.Web/FineUIPro.Web.csproj +++ b/SGGL/FineUIPro.Web/FineUIPro.Web.csproj @@ -6411,6 +6411,21 @@ + + True + True + Lan.en-US.resx + + + True + True + Lan.zh-CN.resx + + + True + True + Lan.resx + fileupload.ashx ASPXCodeBehind @@ -19627,6 +19642,23 @@ + + + GlobalResourceProxyGenerator + Lan.en-US1.designer.cs + Designer + + + GlobalResourceProxyGenerator + Lan1.designer.cs + Designer + + + GlobalResourceProxyGenerator + Lan.zh-CN1.designer.cs + Designer + + diff --git a/SGGL/FineUIPro.Web/common/PageBase.cs b/SGGL/FineUIPro.Web/common/PageBase.cs index 4a4518af..f88df4a0 100644 --- a/SGGL/FineUIPro.Web/common/PageBase.cs +++ b/SGGL/FineUIPro.Web/common/PageBase.cs @@ -4,11 +4,13 @@ using Newtonsoft.Json.Linq; using System; using System.Collections.Generic; using System.Collections.Specialized; +using System.Configuration; using System.Data; using System.IO; using System.Linq; using System.Reflection; using System.Text; +using System.Threading; using System.Web; using System.Web.UI; using static FineUIPro.Web.CQMS.Performance.Performance; @@ -1299,5 +1301,64 @@ namespace FineUIPro.Web } } #endregion + + #region 中英文切换 + /// + /// 语言国际化 + /// + protected override void InitializeCulture() + { + string https = ConfigurationManager.AppSettings["Https"]; + if (Request.Cookies["SelectLan"] != null) + { + HttpCookie lanCookie = Request.Cookies["SelectLan"]; + + //从Session或Cookie里面读取 + string language = lanCookie["lan"]; + + //当前线程的语言采用哪种语言(比如zh,en等) + Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo(language); + //决定各种数据类型是如何组织,如数字与日期 + Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.CreateSpecificCulture(language); + } + else + { + HttpCookie lanCookie = new HttpCookie("SelectLan"); + //默认为中文 + lanCookie["lan"] = "zh-CN"; + lanCookie.Expires = DateTime.Now.AddDays(1); + if (https == "true") + { + lanCookie.Secure = true; + } + Response.Cookies.Add(lanCookie); + } + } + + #region 获取语言 + /// + /// 获取语言 + /// + public string GetLanguage + { + get + { + string lan = "zh-CN"; + if (Request.Cookies["SelectLan"] != null) + { + HttpCookie lanCookie = Request.Cookies["SelectLan"]; + if (lanCookie["lan"] != null) + { + if (lanCookie["lan"] == "en-US") + { + lan = "en-US"; + } + } + } + return lan; + } + } + #endregion + #endregion } } \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/common/mainProject2.aspx b/SGGL/FineUIPro.Web/common/mainProject2.aspx index db2d21a1..37e12395 100644 --- a/SGGL/FineUIPro.Web/common/mainProject2.aspx +++ b/SGGL/FineUIPro.Web/common/mainProject2.aspx @@ -76,65 +76,65 @@
- 风险预警 +
-
资质预警
+
<%=getEarlyWarningCounts() %>
-
机械预警
+
<%=GetJxyjNum() %>
-
危大工程
+
-
审批完成
+
<%=GetCompletedNum() %>
-
培训人次数
+
<%=GetTrainPersonNum() %>
-
施工个数
+
<%=GetConstructionNum() %>
-
完工个数
+
<%=GetFinishedNum() %>
-
超危大工程
+
-
审批完成
+
<%=GetSuperCompletedNum() %>
-
培训人次数
+
<%=GetSuperTrainPersonNum() %>
-
施工个数
+
<%=GetSuperConstructionNum() %>
-
完工个数
+
<%=GetSuperFinishedNum() %>
@@ -145,16 +145,16 @@
- 质量概况 +
-
质量培训累计人员
+
1307
-
施工方案审批量
+
5217
@@ -167,23 +167,23 @@
- 作业许可 +
-
动火
+
<%=getWrokCount0() %>/<%=getALLWrokCount0() %>
-
高处
+
<%=getWrokCount1() %>/<%=getALLWrokCount1() %>
-
吊装
+
<%=getWrokCount2() %>/<%=getALLWrokCount2() %>
-
其他
+
<%=getWrokCount3() %>/<%=getALLWrokCount3() %>
@@ -206,54 +206,54 @@
1656059
-
累计安全人工时
+
0
-
本月安全人工时
+
1161
-
安全培训累计人员
+
3
-
安全管理人员
+
4564
-
未遂事件
+
-
整改数据
+
-

总数

+

265

-

已完成

+

265

-

未完成

+

12

-

整改率

+

100%

@@ -290,24 +290,24 @@
-
合同工期
+
0
-
合同到期时间
+
-
合同剩余
+
0
-
关键事项准点率 <%=gjsxRate %>
+
<%=gjsxRate %>
- 进度统计 +
<%--
--%> @@ -318,24 +318,24 @@
- 工作台面 +
-
关键事项
+
0
-
待办事项
+
0
-
个人流程
+
0
-
已办任务
+
0
@@ -358,19 +358,19 @@
- 人员信息 +
-
当前现场人数
+
0
-
作业人员总数
+
0
-
管理人员总数
+
0
@@ -378,28 +378,28 @@
- 材料统计 +
-
管道材料
-
设备材料
+
+
-
材料类别
-
设计量
+
+
-

采购量

-

采购量百分比

+

+

-

到货量

-

已到货百分比

+

+

-

领料量

-

已领料百分比

+

+

@@ -1787,9 +1787,9 @@ weekData.forEach(e => { createZL(e) })--%> - createZL({ name: '质量问题整改率', value1: <%=zlallNumber%>, value2: <%=zlfinishNumber%>, el: 'zl-map1' }) - createZL({ name: '一次共检合格率', value1: <%=zlgjallNumber%>, value2: <%=zlgjfinishNumber%>, el: 'zl-map2' }) - createZL({ name: '焊接一次合格率', value1: <%=hjallNumber%>, value2: <%=hjfinishNumber%>, el: 'zl-map3' }) + createZL({ name: '<%=QualityRate%>', value1: <%=zlallNumber%>, value2: <%=zlfinishNumber%>, el: 'zl-map1' }) + createZL({ name: '<%=OnePassRate%>', value1: <%=zlgjallNumber%>, value2: <%=zlgjfinishNumber%>, el: 'zl-map2' }) + createZL({ name: '<%=OnePassRateOfWelding%>', value1: <%=hjallNumber%>, value2: <%=hjfinishNumber%>, el: 'zl-map3' }) function createZL(obj) { let AOption1 = { title: [{ @@ -1803,7 +1803,7 @@ } }, { // text: `总计:${obj.value1} | 完成:${obj.value2}`, - text: [`{a|总计:}{b|${obj.value1}}{c||}{a|完成:}{d|${obj.value2}}`], + text: [`{a|<%=total%>:}{b|${obj.value1}}{c||}{a|<%=completed%>:}{d|${obj.value2}}`], top: '80%', left: 'center', textStyle: { @@ -1958,10 +1958,10 @@ function createFXMap() { const list = [ - { TypeName: "重大风险", ValueAmount: <%=riskData4%> }, - { TypeName: "低风险", ValueAmount: <%=riskData1%> }, - { TypeName: "一般风险", ValueAmount: <%=riskData3%> }, - { TypeName: "较大风险", ValueAmount: <%=riskData2%> }, + { TypeName: "<%=majorRisk%>", ValueAmount: <%=riskData4%> }, + { TypeName: "<%=LowRisk%>", ValueAmount: <%=riskData1%> }, + { TypeName: "<%=GeneralRisk%>", ValueAmount: <%=riskData3%> }, + { TypeName: "<%=GreaterRisk%>", ValueAmount: <%=riskData2%> }, ] @@ -1999,7 +1999,7 @@ } } }, { - text: '重大风险', + text: '<%=majorRisk%>', top: 110, left: 'center', textStyle: { @@ -2282,7 +2282,7 @@ var two =<%=Tree %> var xArr1 = two.categories var data1 = [{ - name: '计划值', + name: '<%=PlannedValue%>', type: 'bar', //smooth: true, data: two.series[0].data, @@ -2299,7 +2299,7 @@ //color: 'rgba(200,201,10, 1)' } }, { - name: '实际值', + name: '<%=ActualValue%>', type: 'bar', //smooth: true, data: two.series[2].data, @@ -2313,7 +2313,7 @@ formatter: '{c}', }, }, { - name: '累计计划值', + name: '<%=Cumulative_planned_value%>', type: 'line', //smooth: true, data: two.series[1].data, @@ -2330,7 +2330,7 @@ //color: 'rgba(200,201,10, 1)' } }, { - name: '累计实际值', + name: '<%=Cumulative_actual_value%>', type: 'line', //smooth: true, data: two.series[3].data, diff --git a/SGGL/FineUIPro.Web/common/mainProject2.aspx.cs b/SGGL/FineUIPro.Web/common/mainProject2.aspx.cs index 3556ac9e..62214521 100644 --- a/SGGL/FineUIPro.Web/common/mainProject2.aspx.cs +++ b/SGGL/FineUIPro.Web/common/mainProject2.aspx.cs @@ -132,6 +132,8 @@ namespace FineUIPro.Web.common //材料到货 getCldh(); + + getCNEN();//中英文翻译 } } @@ -1236,5 +1238,40 @@ namespace FineUIPro.Web.common } } #endregion + + + /// + /// 中英文 + /// + protected string QualityRate = string.Empty;//质量问题整改率 + protected string OnePassRate = string.Empty;//一次共检合格率 + protected string OnePassRateOfWelding = string.Empty;//焊接一次合格率 + protected string total = string.Empty;//总计 + protected string completed = string.Empty;//已完成 + protected string majorRisk = string.Empty;//重大风险 + protected string LowRisk = string.Empty;//低风险 + protected string GeneralRisk = string.Empty;//一般风险 + protected string GreaterRisk = string.Empty;//较大风险 + protected string PlannedValue = string.Empty;//计划值 + protected string ActualValue = string.Empty;//实际值 + protected string Cumulative_planned_value = string.Empty;//累计计划值 + protected string Cumulative_actual_value = string.Empty;//累计实际值 + + private void getCNEN() + { + QualityRate = Resources.Lan.QualityRate; + OnePassRate = Resources.Lan.OnePassRate; + OnePassRateOfWelding = Resources.Lan.OnePassRateOfWelding; + total = Resources.Lan.total; + completed = Resources.Lan.completed; + majorRisk = Resources.Lan.MajorRisk; + LowRisk = Resources.Lan.LowRisk; + GeneralRisk = Resources.Lan.GeneralRisk; + GreaterRisk = Resources.Lan.GreaterRisk; + PlannedValue = Resources.Lan.PlannedValue; + ActualValue = Resources.Lan.ActualValue; + Cumulative_planned_value = Resources.Lan.Cumulative_planned_value; + Cumulative_actual_value = Resources.Lan.Cumulative_actual_value; + } } } \ No newline at end of file diff --git a/SGGL/FineUIPro.Web/common/main_new.aspx.cs b/SGGL/FineUIPro.Web/common/main_new.aspx.cs index 2d1557e8..d9138911 100644 --- a/SGGL/FineUIPro.Web/common/main_new.aspx.cs +++ b/SGGL/FineUIPro.Web/common/main_new.aspx.cs @@ -317,15 +317,15 @@ namespace FineUIPro.Web.common if (getAllPersonInOutList.Count() > 0) { //cout1 = getAllPersonInOutList.Sum(x => (long)x.WorkHours); - foreach (var pid in pids) - { - var q1 = getAllPersonInOutList.Where(x => x.ProjectId == pid).OrderByDescending(x => x.InOutDate); - var q2 = getAllPersonInOutList.Where(x => x.ProjectId == pid).OrderBy(x => x.InOutDate); - if (q1.Count() > 0) - { - cout1 += (q1.First().WorkHours ?? 0) - (q2.First().WorkHours ?? 0); - } - } + //foreach (var pid in pids) + //{ + // var q1 = getAllPersonInOutList.Where(x => x.ProjectId == pid).OrderByDescending(x => x.InOutDate); + // var q2 = getAllPersonInOutList.Where(x => x.ProjectId == pid).OrderBy(x => x.InOutDate); + // if (q1.Count() > 0) + // { + // cout1 += (q1.First().WorkHours ?? 0) - (q2.First().WorkHours ?? 0); + // } + //} } } diff --git a/SGGL/FineUIPro.Web/indexProject.aspx b/SGGL/FineUIPro.Web/indexProject.aspx index 69fbd111..28c9bcbe 100644 --- a/SGGL/FineUIPro.Web/indexProject.aspx +++ b/SGGL/FineUIPro.Web/indexProject.aspx @@ -236,6 +236,13 @@