CQMS集体资源替换,PZHGL,TestRun国际化,目前处于初级验证阶段!

This commit is contained in:
2025-02-22 14:06:48 +08:00
parent aa7f7290d5
commit ccfc5996c7
365 changed files with 31786 additions and 6559 deletions
@@ -16,13 +16,13 @@
<Items>
<f:HiddenField ID="hdFileName" runat="server">
</f:HiddenField>
<f:Button ID="btnAudit" Icon="ApplicationEdit" runat="server" ToolTip="审核" ValidateForms="SimpleForm1"
<f:Button ID="btnAudit" Icon="ApplicationEdit" runat="server" ToolTip="<%$ Resources:Lan,ITPListProjectDataIn_btnAudit_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnAudit_Click">
</f:Button>
<f:Button ID="btnImport" Icon="ApplicationGet" runat="server" ToolTip="导入" ValidateForms="SimpleForm1"
<f:Button ID="btnImport" Icon="ApplicationGet" runat="server" ToolTip="<%$ Resources:Lan,ITPListProjectDataIn_btnImport_ToolTip%>" ValidateForms="SimpleForm1"
OnClick="btnImport_Click">
</f:Button>
<f:Button ID="btnDownLoad" runat="server" Icon="ApplicationGo" ToolTip="下载模板" OnClick="btnDownLoad_Click">
<f:Button ID="btnDownLoad" runat="server" Icon="ApplicationGo" ToolTip="<%$ Resources:Lan,ITPListProjectDataIn_btnDownLoad_ToolTip%>" OnClick="btnDownLoad_Click">
</f:Button>
<f:HiddenField ID="hdCheckResult" runat="server">
</f:HiddenField>
@@ -32,29 +32,29 @@
<Rows>
<f:FormRow>
<Items>
<f:FileUpload runat="server" ID="fuAttachUrl" EmptyText="选择要导入的文件" Label="选择要导入的文件"
<f:FileUpload runat="server" ID="fuAttachUrl" EmptyText="<%$ Resources:Lan,ITPListProjectDataIn_fuAttachUrl_Label%>" Label="<%$ Resources:Lan,ITPListProjectDataIn_fuAttachUrl_Label%>"
LabelWidth="150px">
</f:FileUpload>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:Grid ID="gvErrorInfo" ShowBorder="true" EnableAjax="false" ShowHeader="false" Title="人员报验" EnableCollapse="true"
<f:Grid ID="gvErrorInfo" ShowBorder="true" EnableAjax="false" ShowHeader="false" Title="<%$ Resources:Lan,InspectionPerson_Window1_Title%>" EnableCollapse="true"
runat="server" BoxFlex="1" AllowCellEditing="true" ClicksToEdit="2" AllowSorting="true"
SortDirection="DESC" EnableColumnLines="true" ForceFit="true" AllowPaging="true" IsDatabasePaging="true" PageSize="10"
EnableRowDoubleClickEvent="true" AllowFilters="true" EnableTextSelection="True">
<Columns>
<f:TemplateField ColumnID="tfPageIndex" Width="55px" HeaderText="序号" HeaderTextAlign="Center" TextAlign="Center"
<f:TemplateField ColumnID="tfPageIndex" Width="55px" HeaderText="<%$ Resources:Lan,ShoBreakdownProject_Grid1_BreakdownCode_HeaderText%>" HeaderTextAlign="Center" TextAlign="Center"
EnableLock="true" Locked="False">
<ItemTemplate>
<asp:Label ID="lblPageIndex" runat="server" Text='<%# gvErrorInfo.PageIndex * gvErrorInfo.PageSize + Container.DataItemIndex + 1 %>'></asp:Label>
</ItemTemplate>
</f:TemplateField>
<f:BoundField DataField="Row" HeaderText="错误行号">
<f:BoundField DataField="Row" HeaderText="<%$ Resources:Lan,InspectionMachineDataIn_gvErrorInfo_Row_HeaderText%>">
</f:BoundField>
<f:BoundField DataField="Column" HeaderText="错误列">
<f:BoundField DataField="Column" HeaderText="<%$ Resources:Lan,InspectionMachineDataIn_gvErrorInfo_Column_HeaderText%>">
</f:BoundField>
<f:BoundField DataField="Reason" HeaderText="错误类型">
<f:BoundField DataField="Reason" HeaderText="<%$ Resources:Lan,InspectionMachineDataIn_gvErrorInfo_Reason_HeaderText%>">
</f:BoundField>
</Columns>
</f:Grid>