HSSE Person 部分

This commit is contained in:
2025-02-23 13:09:38 +08:00
parent 04e9dad0f3
commit 77bfe221eb
611 changed files with 54724 additions and 10141 deletions
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>编辑培训计划</title>
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,P_PlanView_Title%>"/></title>
<link href="../res/css/common.css" rel="stylesheet" type="text/css" />
</head>
<body>
@@ -16,35 +16,35 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtPlanCode" runat="server" Label="编号" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtPlanCode" runat="server" Label="<%$ Resources:Lan,P_ShuntView_txtCode_Label%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtPlanName" runat="server" Label="名称" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtPlanName" runat="server" Label="<%$ Resources:Lan,P_TrainTestDBEdit_txtTrainTestName_Label%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtDesignerName" runat="server" Label="制定人" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtDesignerName" runat="server" Label="<%$ Resources:Lan,P_PersonTraining_Grid1_RenderField_UserName_HeaderText%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtDesignerDate" runat="server" Label="制定时间" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtDesignerDate" runat="server" Label="<%$ Resources:Lan,P_TestPlan_PlanDate%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtUnitName" runat="server" Label="培训单位" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtUnitName" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtUnits_Label%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtInstallationNames" runat="server" Label="培训岗位" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtInstallationNames" runat="server" Label="<%$ Resources:Lan,P_TrainRecordView_txtWorkPostIds_Label%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea runat="server" ID="txtTrainingEdu" Label="教材类型" Readonly="true"></f:TextArea>
<f:TextArea runat="server" ID="txtTrainingEdu" Label="<%$ Resources:Lan,P_PersonTrainingTaskItem_Grid1_RenderField_CompanyTrainingName_HeaderText%>" Readonly="true"></f:TextArea>
</Items>
</f:FormRow>
</Rows>
@@ -53,7 +53,7 @@
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,P_PersonTrainingView_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>