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,HotProessManageEdit_PageTitle%>"/></title>
</head>
<body>
<form id="form1" runat="server">
@@ -15,41 +15,41 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtPipelineManageCode" runat="server" Label="管线号" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
<f:TextBox ID="txtPipelineManageCode" runat="server" Label="<%$ Resources:Lan,HotProessManageEdit_txtPipelineManageCode_Label%>" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtJointInfoCode" runat="server" Label="焊口号" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
<f:TextBox ID="txtJointInfoCode" runat="server" Label="<%$ Resources:Lan,HotProessManageEdit_txtJointInfoCode_Label%>" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpSteel" runat="server" Label="材质" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px">
<f:DropDownList ID="drpSteel" runat="server" Label="<%$ Resources:Lan,NondestructiveTestEdit_drpSteel_Label%>" Required="true" ShowRedStar="true" LabelAlign="Right" LabelWidth="140px">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSpecification" runat="server" Label="规格" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
<f:TextBox ID="txtSpecification" runat="server" Label="<%$ Resources:Lan,HotProessManageEdit_txtSpecification_Label%>" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHotProessReportCode" runat="server" Label="热处理报告编号" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
<f:TextBox ID="txtHotProessReportCode" runat="server" Label="<%$ Resources:Lan,HotProessManageEdit_txtHotProessReportCode_Label%>" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtHotHardManageCode" runat="server" Label="硬度检测报告编号" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
<f:TextBox ID="txtHotHardManageCode" runat="server" Label="<%$ Resources:Lan,HotProessManageEdit_txtHotHardManageCode_Label%>" LabelAlign="Right" LabelWidth="140px"></f:TextBox>
</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>