⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setpopedom.aspx

📁 实现企业的管理的标准化
💻 ASPX
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -