notificationsettings.ascx

来自「BugNET is an issue tracking and project 」· ASCX 代码 · 共 18 行

ASCX
18
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="NotificationSettings.ascx.cs" Inherits="BugNET.Administration.Host.UserControls.NotificationSettings" %>

<h4>Notification Settings</h4>
 <BN:Message ID="Message1" runat="server" visible="false"  /> 
 <table>
    <tr>
        <td>Admin Notification User:</td>
        <td>        
            <asp:DropDownList ID="AdminNotificationUser" runat="server" />
        </td>
    </tr>
    <tr>
        <td><asp:Label ID="label9" runat="server" AssociatedControlID="cblNotificationTypes" Text="Enabled Notification Types:" /></td>
    </tr>
    <tr>
        <td> <asp:CheckBoxList ID="cblNotificationTypes"  RepeatColumns="4"  RepeatDirection="Horizontal" runat="server"> </asp:CheckBoxList></td>
    </tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?