This commit is contained in:
gaofei
2021-08-13 11:15:59 +08:00
parent 43acc57060
commit d8dff88c39
320 changed files with 37219 additions and 4678 deletions
@@ -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>