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
@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>施工方案</title>
<title><asp:Literal runat="server" Text="<%$ Resources:Lan,EditConstructSolutionFinal_PageTitle%>"/></title>
<link href="../../res/css/common.css" rel="stylesheet" type="text/css" />
<style type="text/css">
.labcenter {
@@ -35,7 +35,7 @@
<Rows>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel2" Title="施工方案" ShowBorder="true"
<f:ContentPanel ID="ContentPanel2" Title="<%$ Resources:Lan,EditConstructSolutionFinal_PageTitle%>" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="true" AutoScroll="true"
runat="server">
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
@@ -45,20 +45,20 @@
<f:FormRow>
<Items>
<f:TextBox ID="txtCode" runat="server" Required="true" ShowRedStar="true" Label="编号" LabelAlign="Right" MaxLength="50" LabelWidth="120px">
<f:TextBox ID="txtCode" runat="server" Required="true" ShowRedStar="true" Label="<%$ Resources:Lan,EditConstructSolutionFinal_txtCode_Label%>" LabelAlign="Right" MaxLength="50" LabelWidth="120px">
</f:TextBox>
<f:DropDownList ID="drpUnit" ShowRedStar="true"
runat="server" Required="true" Label="施工单位" EmptyText="--请选择--" AutoSelectFirstItem="false" LabelAlign="Right" EnableEdit="true">
runat="server" Required="true" Label="<%$ Resources:Lan,EditConstructSolutionFinal_drpUnit_Label%>" EmptyText="<%$ Resources:Lan,DesignDrawingsEdit_SelectOption%>" AutoSelectFirstItem="false" LabelAlign="Right" EnableEdit="true">
</f:DropDownList>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtSolutionName" runat="server" ShowRedStar="true" Required="true" Label="方案名称" LabelAlign="Right" MaxLength="50" LabelWidth="120px">
<f:TextBox ID="txtSolutionName" runat="server" ShowRedStar="true" Required="true" Label="<%$ Resources:Lan,EditConstructSolutionFinal_txtSolutionName_Label%>" LabelAlign="Right" MaxLength="50" LabelWidth="120px">
</f:TextBox>
<f:DatePicker ID="txtCompileDate" ShowRedStar="true" Required="true" runat="server" Label="审核时间" LabelAlign="Right" EnableEdit="true">
<f:DatePicker ID="txtCompileDate" ShowRedStar="true" Required="true" runat="server" Label="<%$ Resources:Lan,EditConstructSolutionFinal_txtCompileDate_Label%>" LabelAlign="Right" EnableEdit="true">
</f:DatePicker>
</Items>
</f:FormRow>
@@ -68,8 +68,8 @@
<f:Panel ShowHeader="false" ShowBorder="false" Layout="Column" runat="server">
<Items>
<f:Label runat="server" Text="<span style='color:red;'>*</span>附件(当前选中版本):" EncodeText="false" ShowRedStar="true" Label="附件:" CssStyle="padding-left:48px" Width="240px" CssClass="marginr" ShowLabel="false"></f:Label>
<f:Button ID="imgBtnFile" Text="附件" ToolTip="上传及查看" Icon="TableCell" OnClick="imgBtnFile_Click" runat="server"></f:Button>
<f:Label runat="server" Text="<span style='color:red;'>*</span>附件(当前选中版本):" EncodeText="false" ShowRedStar="true" Label="<%$ Resources:Lan,FileCabinetEdit_plfile_Label%>" CssStyle="padding-left:48px" Width="240px" CssClass="marginr" ShowLabel="false"></f:Label>
<f:Button ID="imgBtnFile" Text="<%$ Resources:Lan,ITPListEdit_btnAttach_Text%>" ToolTip="<%$ Resources:Lan,TechnicalContactView_Attachment_ToolTip%>" Icon="TableCell" OnClick="imgBtnFile_Click" runat="server"></f:Button>
</Items>
</f:Panel>
@@ -89,17 +89,17 @@
<f:ToolbarFill ID="ToolbarFill1" runat="server">
</f:ToolbarFill>
<f:HiddenField ID="HFConstructSolutionId" runat="server"></f:HiddenField>
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存" ToolTip="保存" OnClick="btnSave_Click">
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="<%$ Resources:Lan,ITPListProjectEdit_btnSave_ToolTip%>" ToolTip="<%$ Resources:Lan,ITPListProjectEdit_btnSave_ToolTip%>" OnClick="btnSave_Click">
</f:Button>
<%-- <f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" OnClick="btnClose_Click" runat="server" Icon="SystemClose">
<%-- <f:Button ID="btnClose" EnablePostBack="false" ToolTip="<%$ Resources:Lan,ZlgltxEdit_btnClose_ToolTip%>" OnClick="btnClose_Click" runat="server" Icon="SystemClose">
</f:Button>--%>
</Items>
</f:Toolbar>
</Toolbars>
</f:Form>
</form>
<f:Window ID="WindowAtt" Title="弹出窗体" Hidden="true" EnableIFrame="true" EnableMaximize="true"
<f:Window ID="WindowAtt" Title="<%$ Resources:Lan,ITPListProjectEdit_WindowAtt_Title%>" Hidden="true" EnableIFrame="true" EnableMaximize="true"
Target="Parent" EnableResize="false" runat="server" IsModal="true" Width="700px"
Height="500px">
</f:Window>