addoperationuser.aspx

来自「该服务平台解决了计算机网络与移动网络之间信息交换问题」· ASPX 代码 · 共 80 行

ASPX
80
字号
<%@ page language="C#" autoeventwireup="true" inherits="Security_AddOperationUser, App_Web_o1i3hbtv" %>

<!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=" margin-top:10px">
    <form id="form1" runat="server">
    <div>
        <table style="width: 706px; height: 351px">
            <tr>
                <td style="width: 100px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px; height: 236px;">
                    <table style="width: 696px; height: 20px">
                        <tr>
                            <td style="width: 100px">
                                <asp:Label ID="Label6" runat="server" Text="登陆名"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:TextBox ID="tbUserID" runat="server"></asp:TextBox></td>
                            <td style="width: 100px">
                                <asp:Label ID="Label2" runat="server" Text="真实姓名"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:TextBox ID="tbName" runat="server"></asp:TextBox></td>
                        </tr>
                        <tr>
                            <td style="width: 100px">
                                <asp:Label ID="Label3" runat="server" Text="赋予角色"></asp:Label></td>
                            <td style="width: 100px">
                                <asp:DropDownList ID="cbRules" runat="server" Width="153px">
                                </asp:DropDownList></td>
                            <td style="width: 100px">
                                </td>
                            <td style="width: 100px">
                            </td>
                        </tr>
                        <tr>
                            <td style="width: 100px; height: 21px">
                                <asp:Label ID="Label5" runat="server" Text="密码"></asp:Label></td>
                            <td style="width: 100px; height: 21px">
                                <asp:TextBox ID="tbPwd1" runat="server" TextMode="Password"></asp:TextBox></td>
                            <td style="width: 100px; height: 21px">
                                <asp:Label ID="Label1" runat="server" Text="确认密码"></asp:Label></td>
                            <td style="width: 100px; height: 21px">
                                <asp:TextBox ID="tbPwd2" runat="server" TextMode="Password"></asp:TextBox></td>
                        </tr>
                    </table>
                    <table style="width: 693px">
                        <tr>
                            <td style="width: 100px; height: 21px">
                            </td>
                            <td style="width: 100px; height: 21px">
                            </td>
                            <td style="width: 100px; height: 21px">
                            </td>
                            <td style="width: 100px; height: 21px">
                                <asp:Button ID="btnOk" runat="server" OnClick="tbOk_Click" Text="确认" /></td>
                            <td style="width: 100px; height: 21px">
                                <asp:Button ID="btnCancel" runat="server" OnClick="btnCancel_Click" Text="取消" /></td>
                            <td style="width: 100px; height: 21px">
                            </td>
                            <td style="width: 100px; height: 21px">
                            </td>
                            <td style="width: 100px; height: 21px">
                            </td>
                        </tr>
                    </table>
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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