setpopedom.aspx

来自「本系统有两种操作用户」· ASPX 代码 · 共 56 行

ASPX
56
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="SetPopedom.aspx.cs" Inherits="Module_Admin_SysInfo_SetPopedom" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>权限设置</title>
</head>
<body style="vertical-align: middle; text-align: center; background-image: url(../../Images/SysSkin/setpopedom.jpg); background-repeat: no-repeat;">
    <form id="form1" runat="server">
    <div>
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <br />
        <table border="1" cellpadding="0" cellspacing="0" style="width: 412px; border-top-width: 1px; border-left-width: 1px; border-left-color: #afafaf; border-bottom-width: 1px; border-bottom-color: #afafaf; border-top-color: #afafaf; border-right-width: 1px; border-right-color: #afafaf;">
            <tr>
                <td style="width: 63px; height: 15px">
                    <span style="font-size: 9pt">职员账号</span></td>
                <td style="width: 160px; height: 15px; text-align: left">
                    <asp:DropDownList ID="dropName" runat="server" Font-Size="9pt" Width="125px">
                    </asp:DropDownList></td>
                <td rowspan="2" style="width: 160px; text-align: center">
                    <asp:ListBox ID="lstboxName" runat="server" Font-Size="9pt" Height="53px" Width="148px">
                    </asp:ListBox></td>
            </tr>
            <tr>
                <td style="width: 63px; height: 13px">
                    <span style="font-size: 9pt">是否设置为管理员用户</span></td>
                <td style="width: 160px; height: 13px; text-align: left">
                    <asp:RadioButtonList ID="RadioButtonList1" runat="server" Font-Size="9pt" RepeatDirection="Horizontal">
                        <asp:ListItem>是</asp:ListItem>
                        <asp:ListItem>否</asp:ListItem>
                    </asp:RadioButtonList></td>
            </tr>
            <tr>
                <td colspan="2" style="height: 13px; text-align: center">
                    <asp:Button ID="btnOK" runat="server" Font-Size="9pt" OnClick="btnOK_Click" Text="保存设置" /></td>
                <td colspan="1" style="height: 13px; text-align: center">
                    <asp:Button ID="btnDelete" runat="server" CausesValidation="False" Font-Size="9pt"
                        OnClick="btnDelete_Click" Text="删除管理员" /></td>
            </tr>
        </table>
    
    </div>
        <asp:ValidationSummary ID="ValidationSummary1" runat="server" Font-Size="9pt" Height="42px"
            ShowMessageBox="True" ShowSummary="False" Width="121px" />
    </form>
</body>
</html>

⌨️ 快捷键说明

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