2023-07-07
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
runat="server" ShowRedStar="true" Required="true" EnableEdit="true" LabelWidth="100px" LabelAlign="Right">
|
||||
</f:DropDownList>
|
||||
<f:NumberBox ID="txtDia" Label="外径" runat="server"
|
||||
LabelWidth="100px" DecimalPrecision="4" NoNegative="true" ShowRedStar="true" Required="true"
|
||||
LabelWidth="100px" DecimalPrecision="4" NoNegative="true"
|
||||
EnableBlurEvent="true" OnBlur="txtText_TextChanged" LabelAlign="Right">
|
||||
</f:NumberBox>
|
||||
<f:TextBox ID="txtDNDia" Label="公称直径" runat="server" LabelWidth="100px" LabelAlign="Right">
|
||||
@@ -111,7 +111,11 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
|
||||
<f:DropDownList ID="drpIsHotProess" runat="server" Label="是否热处理" LabelAlign="Right"
|
||||
LabelWidth="100px" >
|
||||
<f:ListItem Value="False" Text="否" Selected="true" />
|
||||
<f:ListItem Value="True" Text="是" />
|
||||
</f:DropDownList>
|
||||
<f:Label runat="server"></f:Label>
|
||||
<f:Label runat="server"></f:Label>
|
||||
<f:Label runat="server"></f:Label>
|
||||
@@ -155,11 +159,8 @@
|
||||
<f:TextBox ID="txtPreTemperature" runat="server" Label="预热温度" MaxLength="50" LabelAlign="Right" Enabled="false"
|
||||
LabelWidth="100px">
|
||||
</f:TextBox>
|
||||
<f:DropDownList ID="drpIsHotProess" runat="server" Label="是否热处理" LabelAlign="Right" Enabled="false"
|
||||
LabelWidth="100px" >
|
||||
<f:ListItem Value="False" Text="否" Selected="true" />
|
||||
<f:ListItem Value="True" Text="是" />
|
||||
</f:DropDownList>
|
||||
|
||||
<f:Label runat="server"></f:Label>
|
||||
<f:Label runat="server"></f:Label>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
|
||||
Reference in New Issue
Block a user