1211
This commit is contained in:
parent
7a28c2677d
commit
f181519e80
|
@ -17,6 +17,7 @@
|
|||
color: Red;
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.f-grid-row-summary .f-grid-cell-inner {
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
|
@ -33,9 +34,9 @@
|
|||
<f:DropDownList ID="ddlSystemNo" runat="server" Label="System No" AutoPostBack="true"
|
||||
OnSelectedIndexChanged="ddlSystemNo_SelectedIndexChanged" Width="300px" LabelWidth="100px">
|
||||
</f:DropDownList>
|
||||
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
||||
<f:Button ID="btnSearch" Icon="SystemSearch" EnablePostBack="true" runat="server" OnClick="btnSearch_Click" ToolTip="查询">
|
||||
</f:Button>
|
||||
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
</Rows>
|
||||
|
|
Loading…
Reference in New Issue