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
@@ -16,19 +16,19 @@
<Rows>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPackageCode" runat="server" Label="编号" LabelWidth="130px" Readonly="true" FocusOnPageLoad="true"></f:TextBox>
<f:TextBox ID="txtWorkPackageCode" runat="server" Label="<%$ Resources:Lan,EditConstructSolutionFinal_txtCode_Label%>" LabelWidth="130px" Readonly="true" FocusOnPageLoad="true"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:TextBox ID="txtWorkPackageName" runat="server" Label="名称" LabelWidth="130px" Required="true" ShowRedStar="true"></f:TextBox>
<f:TextBox ID="txtWorkPackageName" runat="server" Label="<%$ Resources:Lan,ITPListEdit_txtName_Label%>" LabelWidth="130px" Required="true" ShowRedStar="true"></f:TextBox>
</Items>
</f:FormRow>
<f:FormRow>
<Items>
<f:DropDownList ID="drpIsChild" ShowRedStar="true" runat="server" Required="true" LabelWidth="130px" Label="是否末级" LabelAlign="Right" EnableEdit="true">
<f:ListItem Text="" Value="False" />
<f:ListItem Text="" Value="True" />
<f:ListItem Text="<%$ Resources:Lan,ControlPointCheckEdit_rblIsOnceQualified_TrueText%>" Value="False" />
<f:ListItem Text="<%$ Resources:Lan,ControlPointCheckEdit_rblIsOnceQualified_FalseText%>" Value="True" />
</f:DropDownList>
</Items>
</f:FormRow>