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
@@ -15,19 +15,19 @@
<Toolbars>
<f:Toolbar ID="Toolbar2" Position="Top" runat="server" ToolbarAlign="Left">
<Items>
<f:TextBox ID="txtMonthReportCode" runat="server" Label="编号" Readonly="true" MaxLength="50" LabelAlign="right" Width="250px" LabelWidth="100px">
<f:TextBox ID="txtMonthReportCode" runat="server" Label="<%$ Resources:Lan,ConstructSolution_ColumnID_ConstructSolutionCode_HeaderText%>" Readonly="true" MaxLength="50" LabelAlign="right" Width="250px" LabelWidth="100px">
</f:TextBox>
<f:Label ID="txtReportMonths" runat="server" Label="月报月份" Width="250px" LabelAlign="right" LabelWidth="140px">
<f:Label ID="txtReportMonths" runat="server" Label="<%$ Resources:Lan,MonthReportEdit_txtDate_Label%>" Width="250px" LabelAlign="right" LabelWidth="140px">
</f:Label>
<f:Label ID="txtMonthReportDate" runat="server" Label="报告日期" Width="250px" LabelAlign="right" LabelWidth="140px">
</f:Label>
<f:TextBox ID="txtReportMan" runat="server" Label="报告人" Readonly="true" LabelAlign="right" Width="250px" LabelWidth="100px">
<f:TextBox ID="txtReportMan" runat="server" Label="<%$ Resources:Lan,AccidentReportOtherEdit_txtReportMan_Label%>" Readonly="true" LabelAlign="right" Width="250px" LabelWidth="100px">
</f:TextBox>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnOut" OnClick="btnOut_Click" runat="server" ToolTip="导出" Icon="FolderUp"
<f:Button ID="btnOut" OnClick="btnOut_Click" runat="server" ToolTip="<%$ Resources:Lan,ConstructSolution_btnOut_ToolTip%>" Icon="<%$ Resources:Lan,SubPayRegistration_btnOut_Icon%>"
EnableAjax="false" DisableControlBeforePostBack="false">
</f:Button>
<f:Button ID="btnAttachUrl" Text="附件" ToolTip="附件上传及查看" Icon="TableCell" runat="server"
<f:Button ID="btnAttachUrl" Text="<%$ Resources:Lan,ConstructSolution_WindowField_HeaderText%>" ToolTip="<%$ Resources:Lan,WeekMeetingView_btnAttachUrl2_ToolTip%>" Icon="TableCell" runat="server"
OnClick="btnAttachUrl_Click" ValidateForms="SimpleForm1">
</f:Button>
</Items>
@@ -43,7 +43,7 @@
</Items>
</f:Panel>
</form>
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,LicenseManagerView_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="true" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>