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
@@ -15,55 +15,55 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestPackageManagementCode" runat="server" Label="试压包编号" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
<f:TextBox ID="txtTestPackageManagementCode" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_txtTestPackageManagementCode_Label%>" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpUnitWork" runat="server" Label="单位工程名称" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px"></f:DropDownList>
<f:DropDownList ID="drpUnitWork" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_drpUnitWork_Label%>" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="130px"></f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestMedium" runat="server" Label="试验介质" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
<f:TextBox ID="txtTestMedium" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_txtTestMedium_Label%>" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtTestPressure" runat="server" Label="试验压力" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
<f:TextBox ID="txtTestPressure" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_txtTestPressure_Label%>" LabelAlign="Right" LabelWidth="130px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtPlanTestDate" runat="server" Label="计划试验日期" LabelAlign="Right" LabelWidth="130px">
<f:DatePicker ID="txtPlanTestDate" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_txtPlanTestDate_Label%>" LabelAlign="Right" LabelWidth="130px">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DatePicker ID="txtCompletedDate" runat="server" Label="试验完成日期" LabelAlign="Right" LabelWidth="130px">
<f:DatePicker ID="txtCompletedDate" runat="server" Label="<%$ Resources:Lan,TestPackageManagementEdit_txtCompletedDate_Label%>" LabelAlign="Right" LabelWidth="130px">
</f:DatePicker>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:RadioButtonList runat="server" ID="rblCompletedState" Label="完成状态" LabelAlign="Right" LabelWidth="130px">
<f:RadioItem Text="已完成" Value="1" Selected="true" />
<f:RadioItem Text="未完成" Value="2" />
<f:RadioButtonList runat="server" ID="rblCompletedState" Label="<%$ Resources:Lan,TestPackageManagementEdit_rblCompletedState_Label%>" LabelAlign="Right" LabelWidth="130px">
<f:RadioItem Text="<%$ Resources:Lan,NCRStatisc_OKNum_HeaderText%>" Value="1" Selected="true" />
<f:RadioItem Text="<%$ Resources:Lan,NCRStatisc_NotOKNum_HeaderText%>" Value="2" />
</f:RadioButtonList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtRemark" runat="server" Label="备注" LabelAlign="Right" LabelWidth="130px"></f:TextArea>
<f:TextArea ID="txtRemark" runat="server" Label="<%$ Resources:Lan,ShoBreakdownProject_Grid1_Remark_HeaderText%>" LabelAlign="Right" LabelWidth="130px"></f:TextArea>
</Items>
</f:FormRow>
</Rows>
<Toolbars>
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
<Items>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" OnClick="btnSave_Click" ToolTip="保存" Hidden="true">
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ValidateForms="SimpleForm1" OnClick="btnSave_Click" ToolTip="<%$ Resources:Lan,ITPListProjectEdit_btnSave_ToolTip%>" Hidden="true">
</f:Button>
</Items>
</f:Toolbar>