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
@@ -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,ITPListProjectEdit_btnSave_ToolTip%>" ValidateForms="SimpleForm1">
</f:Button>
<f:HiddenField ID="hdAttachUrl" runat="server">
</f:HiddenField>
@@ -28,7 +28,7 @@
<Rows>
<f:FormRow>
<Items>
<f:ContentPanel ID="ContentPanel2" Title="ITP清单" ShowBorder="true"
<f:ContentPanel ID="ContentPanel2" Title="<%$ Resources:Lan,ITPListProjectEdit_ContentPanel2_Title%>" ShowBorder="true"
BodyPadding="10px" EnableCollapse="true" ShowHeader="false" AutoScroll="true"
runat="server">
<f:Form ID="Form2" ShowBorder="false" ShowHeader="false" AutoScroll="true"
@@ -36,39 +36,39 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtBreakdownCode" runat="server" Label="序号" LabelAlign="Right" LabelWidth="130px" Required="true" ShowRedStar="true">
<f:TextBox ID="txtBreakdownCode" runat="server" Label="<%$ Resources:Lan,ShoBreakdownProject_Grid1_BreakdownCode_HeaderText%>" LabelAlign="Right" LabelWidth="130px" Required="true" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtBreakdownName" runat="server" Label="控制点内容" LabelAlign="Right" LabelWidth="130px" Required="true" ShowRedStar="true">
<f:TextBox ID="txtBreakdownName" runat="server" Label="<%$ Resources:Lan,ShoBreakdownProject_Grid1_BreakdownName_HeaderText%>" LabelAlign="Right" LabelWidth="130px" Required="true" ShowRedStar="true">
</f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:NumberBox ID="txtSortIndex" runat="server" Label="排序" LabelAlign="Right" LabelWidth="130px"></f:NumberBox>
<f:NumberBox ID="txtSortIndex" runat="server" Label="<%$ Resources:Lan,ControlPointListEdit_txtSortIndex_Label%>" LabelAlign="Right" LabelWidth="130px"></f:NumberBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextArea ID="txtDef" runat="server" Label="描述" LabelAlign="Right" LabelWidth="130px"></f:TextArea>
<f:TextArea ID="txtDef" runat="server" Label="<%$ Resources:Lan,ShoBreakdownProject_Grid1_BreakdownDef_HeaderText%>" LabelAlign="Right" LabelWidth="130px"></f:TextArea>
</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>
<f:FormRow runat="server">
<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,ProjectControlPoint_Grid1_ModelURL_HeaderText%>"
LabelWidth="130px">
</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,ITPListEdit_btnAttach_Text%>" runat="server" OnClick="btnAttach_Click">
</f:Button>
</Items>
</f:Panel>
@@ -81,7 +81,7 @@
</f:FormRow>
</Rows>
</f: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>