合并穿透
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<f:RadioButtonList runat="server" ID="rbType" Width="200px" Label="级别" LabelWidth="50px"
|
||||
AutoPostBack="true" OnSelectedIndexChanged="TextBox_TextChanged">
|
||||
<f:RadioItem Text="重大" Value="0" />
|
||||
<f:RadioItem Text="一般" Value="1" Selected="true"/>
|
||||
<f:RadioItem Text="一般" Value="1" Selected="true" />
|
||||
</f:RadioButtonList>
|
||||
<f:ToolbarFill runat="server"></f:ToolbarFill>
|
||||
<f:Button ID="btnClose" EnablePostBack="false" ToolTip="关闭" Text="关闭" runat="server" Icon="SystemClose" OnClientClick="closeNow();">
|
||||
|
||||
Reference in New Issue
Block a user