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
@@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>编辑预试车管理</title>
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,BeforeTestRunEdit_Title%>"/></title>
</head>
<body>
<form id="form1" runat="server">
@@ -17,7 +17,7 @@
<Items>
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:Button ID="btnSave" OnClick="btnSave_Click" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1">
<f:Button ID="btnSave" OnClick="btnSave_Click" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,TestRunEdit_btnSave_ToolTip%>" ValidateForms="SimpleForm1">
</f:Button>
<f:HiddenField ID="hdAttachUrl" runat="server">
</f:HiddenField>
@@ -37,7 +37,7 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtCode" runat="server" Label="序号" LabelAlign="Right" LabelWidth="120px" MaxLength="50" Required="true" ShowRedStar="true">
<f:TextBox ID="txtCode" runat="server" Label="<%$ Resources:Lan,TestRunEdit_txtCode_Label%>" LabelAlign="Right" LabelWidth="120px" MaxLength="50" Required="true" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
@@ -48,12 +48,12 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnitWorkId" runat="server" Label="单位工程" LabelAlign="Right" LabelWidth="120px" ShowRedStar="true" Required="true"></f:DropDownList>
<f:DropDownList ID="drpUnitWorkId" runat="server" Label="<%$ Resources:Lan,WeekMeetingEdit_Form2_drpUnitWorkId_Label%>" LabelAlign="Right" LabelWidth="120px" ShowRedStar="true" Required="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnitId" runat="server" Label="所属单位" LabelAlign="Right" LabelWidth="120px" ShowRedStar="true" Required="true"></f:DropDownList>
<f:DropDownList ID="drpUnitId" runat="server" Label="<%$ Resources:Lan,BeforeTestRunEdit_Unit%>" LabelAlign="Right" LabelWidth="120px" ShowRedStar="true" Required="true"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
@@ -63,17 +63,17 @@
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtCompleteCount" runat="server" Label="今日完成" LabelAlign="Right" LabelWidth="120px" NoDecimal="true" NoNegative="true"></f:NumberBox>
<f:NumberBox ID="txtCompleteCount" runat="server" Label="<%$ Resources:Lan,BeforeTestRunEdit_CompleteCount%>" LabelAlign="Right" LabelWidth="120px" NoDecimal="true" NoNegative="true"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtTotalCount" runat="server" Label="累计完成" LabelAlign="Right" LabelWidth="120px" NoDecimal="true" NoNegative="true"></f:NumberBox>
<f:NumberBox ID="txtTotalCount" runat="server" Label="<%$ Resources:Lan,BeforeTestRunEdit_TotalCount%>" LabelAlign="Right" LabelWidth="120px" NoDecimal="true" NoNegative="true"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="120px" MaxLength="500">
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,TestRunEdit_txtRemark_Label%>" LabelAlign="Right" LabelWidth="120px" MaxLength="500">
</f:TextArea>
</Items>
</f:FormRow>
@@ -81,10 +81,10 @@
<Items>
<f:Panel ID="Panel3" Width="300px" ShowHeader="false" ShowBorder="false" Layout="Column" CssClass="" runat="server">
<Items>
<f:Label ID="lblAttach" runat="server" Label="上传附件"
<f:Label ID="lblAttach" runat="server" Label="<%$ Resources:Lan,TestRunEdit_lblAttach_Label%>"
LabelWidth="120px">
</f:Label>
<f:Button ID="btnAttach" Icon="TableCell" EnablePostBack="true" Text="附件" runat="server" OnClick="btnAttach_Click">
<f:Button ID="btnAttach" Icon="TableCell" EnablePostBack="true" Text="<%$ Resources:Lan,TestRunEdit_btnAttach_Text%>" runat="server" OnClick="btnAttach_Click">
</f:Button>
</Items>
</f:Panel>
@@ -97,7 +97,7 @@
</f:FormRow>
</Rows>
</f:Form>
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,AnalySampEdit_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>