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
@@ -10,7 +10,7 @@
<body>
<form id="form1" runat="server">
<f:PageManager ID="PageManager1" AutoSizePanelID="RegionPanel1" runat="server" />
<f:GroupPanel ID="GroupPanel1" Layout="Anchor" Title="项目环境设置" runat="server">
<f:GroupPanel ID="GroupPanel1" Layout="Anchor" Title="<%$ Resources:Lan,ProjectSysSet_PageTitle%>" runat="server">
<Items>
<f:Form ID="SimpleForm1" ShowBorder="false" ShowHeader="false" AutoScroll="true"
Layout="VBox" BodyPadding="10px" runat="server" RedStarPosition="BeforeText"
@@ -18,7 +18,7 @@
<Rows>
<f:FormRow runat="server">
<Items>
<f:NumberBox ID="txtRemindDay" Label="检试验设备到期提醒天数" runat="server"
<f:NumberBox ID="txtRemindDay" Label="<%$ Resources:Lan,ProjectSysSet_txtRemindDay_Label%>" runat="server"
LabelWidth="180px" DecimalPrecision="1" NoNegative="true">
</f:NumberBox>
<f:Label runat="server"></f:Label>
@@ -26,10 +26,10 @@
</f:FormRow>
<f:FormRow runat="server">
<Items>
<f:NumberBox ID="txtStarTime" runat="server" NoDecimal="true" NoNegative="false" Label="月报开始日期" MinValue="1" MaxValue="31"
<f:NumberBox ID="txtStarTime" runat="server" NoDecimal="true" NoNegative="false" Label="<%$ Resources:Lan,ProjectSysSet_txtStarTime_Label%>" MinValue="1" MaxValue="31"
LabelWidth="180" Width="210">
</f:NumberBox>
<f:NumberBox ID="txtEndTime" NoDecimal="true" NoNegative="false" Label="月报结束日期" LabelWidth="180" Width="210" runat="server" MinValue="1" MaxValue="31">
<f:NumberBox ID="txtEndTime" NoDecimal="true" NoNegative="false" Label="<%$ Resources:Lan,ProjectSysSet_txtEndTime_Label%>" LabelWidth="180" Width="210" runat="server" MinValue="1" MaxValue="31">
</f:NumberBox>
</Items>
</f:FormRow>
@@ -39,7 +39,7 @@
<Items>
<f:HiddenField ID="hdCheckerId" runat="server">
</f:HiddenField>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存" ValidateForms="SimpleForm1" OnClick="btnSave_Click">
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="<%$ Resources:Lan,ITPListProjectEdit_btnSave_ToolTip%>" ValidateForms="SimpleForm1" OnClick="btnSave_Click">
</f:Button>
<%--<f:Button ID="btnClose" EnablePostBack="false"
runat="server" Icon="SystemClose">