This commit is contained in:
parent
d5d626d8d1
commit
51da1a3603
|
|
@ -61,7 +61,7 @@
|
|||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<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:NumberBox ID="txtSch" Label="壁厚" runat="server" LabelWidth="100px" DecimalPrecision="2"
|
||||
NoNegative="true" ShowRedStar="true" Required="true" AutoPostBack="true" OnTextChanged="txtText_TextChanged">
|
||||
|
|
|
|||
Loading…
Reference in New Issue