This commit is contained in:
高飞 2025-12-29 11:23:53 +08:00
parent d5d626d8d1
commit 51da1a3603
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
</f:FormRow> </f:FormRow>
<f:FormRow> <f:FormRow>
<Items> <Items>
<f:TextBox ID="txtDial" Label="外径" runat="server" LabelWidth="100px" AutoPostBack="true" OnTextChanged="txtDial_TextChanged"> <f:TextBox ID="txtDial" Label="外径" runat="server" LabelWidth="100px" ShowRedStar="true" Required="true" AutoPostBack="true" OnTextChanged="txtDial_TextChanged">
</f:TextBox> </f:TextBox>
<f:NumberBox ID="txtSch" Label="壁厚" runat="server" LabelWidth="100px" DecimalPrecision="2" <f:NumberBox ID="txtSch" Label="壁厚" runat="server" LabelWidth="100px" DecimalPrecision="2"
NoNegative="true" ShowRedStar="true" Required="true" AutoPostBack="true" OnTextChanged="txtText_TextChanged"> NoNegative="true" ShowRedStar="true" Required="true" AutoPostBack="true" OnTextChanged="txtText_TextChanged">