1
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user