0813
This commit is contained in:
@@ -27,7 +27,9 @@
|
||||
</f:FormRow>
|
||||
<f:FormRow runat="server" ID="trWbsSet2" Hidden="true">
|
||||
<Items>
|
||||
<f:TextArea ID="txtControlItemDef" runat="server" MaxLength="500" Label="内容" LabelWidth="150px"></f:TextArea>
|
||||
<f:NumberBox ID="txtWeights" runat="server" Label="权重(%)" NoDecimal="true" LabelWidth="150px"></f:NumberBox>
|
||||
<f:Label runat="server" ID="Label1" Text="">
|
||||
</f:Label>
|
||||
</Items>
|
||||
</f:FormRow>
|
||||
<f:FormRow runat="server" ID="trSortIndex">
|
||||
@@ -52,10 +54,10 @@
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar1" Position="Bottom" ToolbarAlign="Right" runat="server">
|
||||
<Items>
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" Text="保存数据" ValidateForms="SimpleForm1"
|
||||
<f:Button ID="btnSave" Icon="SystemSave" runat="server" ToolTip="保存数据" ValidateForms="SimpleForm1"
|
||||
OnClick="btnSave_Click">
|
||||
</f:Button>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" Text="关闭" runat="server" Icon="SystemClose">
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" runat="server" Icon="SystemClose">
|
||||
</f:Button>
|
||||
<f:HiddenField ID="hdCompileMan" runat="server"></f:HiddenField>
|
||||
</Items>
|
||||
|
||||
Reference in New Issue
Block a user