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
@@ -26,16 +26,16 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSolutionTemplateType" runat="server" Label="方案类别" LabelAlign="Right"
<f:TextBox ID="txtSolutionTemplateType" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_SolutinType_HeaderText%>" LabelAlign="Right"
Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtCompileMan" runat="server" Label="编制人" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtCompileMan" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileManName_HeaderText%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
<f:TextBox ID="txtCompileDate" runat="server" Label="编制日期" LabelAlign="Right" Readonly="true">
<f:TextBox ID="txtCompileDate" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_CompileDate_HeaderText%>" LabelAlign="Right" Readonly="true">
</f:TextBox>
</Items>
</f:FormRow>
@@ -52,7 +52,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,ReadWriteCard_btnClose_ToolTip%>" runat="server" Icon="SystemClose">
</f:Button>
</Items>
</f:Toolbar>