2023-01-05 二次焊口设计修改
This commit is contained in:
@@ -50,9 +50,15 @@
|
||||
<Rows>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtWeldJointCode" Label="焊口号" Readonly="true"
|
||||
runat="server" FocusOnPageLoad="true" LabelWidth="100px" LabelAlign="Right">
|
||||
<f:TextBox ID="txtWeldJointCode" Label="焊口号" Readonly="false"
|
||||
runat="server" LabelWidth="100px" LabelAlign="Right">
|
||||
</f:TextBox>
|
||||
<f:Label runat="server"></f:Label>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
|
||||
<f:DropDownList ID="drpMaterial1" Label="材质1"
|
||||
runat="server" ShowRedStar="true" Required="true" EnableEdit="true" LabelWidth="100px" LabelAlign="Right">
|
||||
</f:DropDownList>
|
||||
@@ -63,6 +69,8 @@
|
||||
LabelWidth="100px" DecimalPrecision="4" NoNegative="true" ShowRedStar="true" Required="true"
|
||||
EnableBlurEvent="true" OnBlur="txtText_TextChanged" LabelAlign="Right">
|
||||
</f:NumberBox>
|
||||
<f:TextBox ID="txtDNDia" Label="公称直径" runat="server" LabelWidth="100px" LabelAlign="Right">
|
||||
</f:TextBox>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
@@ -103,8 +111,7 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow>
|
||||
<Items>
|
||||
<f:TextBox ID="txtDNDia" Label="公称直径" runat="server" LabelWidth="100px" LabelAlign="Right">
|
||||
</f:TextBox>
|
||||
|
||||
<f:Label runat="server"></f:Label>
|
||||
<f:Label runat="server"></f:Label>
|
||||
<f:Label runat="server"></f:Label>
|
||||
|
||||
Reference in New Issue
Block a user