This commit is contained in:
parent
c22447b0de
commit
20cb5d9fef
|
@ -74,24 +74,23 @@
|
||||||
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
<f:ListItem Value="In progress" Text="In progress"></f:ListItem>
|
||||||
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
<f:ListItem Value="Not Start" Text="Not Start"></f:ListItem>
|
||||||
</f:DropDownList>
|
</f:DropDownList>
|
||||||
|
<f:DropDownList ID="ddlElectricHeatTracing" runat="server" Label="电伴热" >
|
||||||
<f:TextBox ID="txtTurnoverDescription" runat="server" Label="Turnover Description" LabelAlign="Right">
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
||||||
</f:TextBox>
|
<f:ListItem Value="Y" Text="Y"></f:ListItem>
|
||||||
|
<f:ListItem Value="N" Text="N"></f:ListItem>
|
||||||
|
</f:DropDownList>
|
||||||
|
<f:DropDownList ID="ddlInsulation" runat="server" Label="保温/冷" >
|
||||||
|
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
||||||
|
<f:ListItem Value="Y" Text="Y"></f:ListItem>
|
||||||
|
<f:ListItem Value="N" Text="N"></f:ListItem>
|
||||||
|
</f:DropDownList>
|
||||||
</Items>
|
</Items>
|
||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
|
|
||||||
<f:FormRow>
|
<f:FormRow>
|
||||||
<Items>
|
<Items>
|
||||||
<f:DropDownList ID="ddlElectricHeatTracing" runat="server" Label="电伴热" LabelWidth="180px">
|
<f:TextBox ID="txtTurnoverDescription" runat="server" Label="Turnover Description" LabelWidth="200px" LabelAlign="Right">
|
||||||
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
</f:TextBox>
|
||||||
<f:ListItem Value="Y" Text="Y"></f:ListItem>
|
|
||||||
<f:ListItem Value="N" Text="N"></f:ListItem>
|
|
||||||
</f:DropDownList>
|
|
||||||
<f:DropDownList ID="ddlInsulation" runat="server" Label="保温/冷" LabelWidth="180px">
|
|
||||||
<f:ListItem Value="NA" Text="NA"></f:ListItem>
|
|
||||||
<f:ListItem Value="Y" Text="Y"></f:ListItem>
|
|
||||||
<f:ListItem Value="N" Text="N"></f:ListItem>
|
|
||||||
</f:DropDownList>
|
|
||||||
</Items>
|
</Items>
|
||||||
</f:FormRow>
|
</f:FormRow>
|
||||||
|
|
||||||
|
|
|
@ -140,15 +140,6 @@ namespace FineUIPro.Web.Transfer.Chart
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList ddlSystemStatus;
|
protected global::FineUIPro.DropDownList ddlSystemStatus;
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// txtTurnoverDescription 控件。
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// 自动生成的字段。
|
|
||||||
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
|
||||||
/// </remarks>
|
|
||||||
protected global::FineUIPro.TextBox txtTurnoverDescription;
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// ddlElectricHeatTracing 控件。
|
/// ddlElectricHeatTracing 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -167,6 +158,15 @@ namespace FineUIPro.Web.Transfer.Chart
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
protected global::FineUIPro.DropDownList ddlInsulation;
|
protected global::FineUIPro.DropDownList ddlInsulation;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// txtTurnoverDescription 控件。
|
||||||
|
/// </summary>
|
||||||
|
/// <remarks>
|
||||||
|
/// 自动生成的字段。
|
||||||
|
/// 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
|
||||||
|
/// </remarks>
|
||||||
|
protected global::FineUIPro.TextBox txtTurnoverDescription;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// txtRemark 控件。
|
/// txtRemark 控件。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
Loading…
Reference in New Issue