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

📄 addadmin.aspx

📁 医院的用户管理与缴费与当病人去医院看病的时候要挂号等作用。
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="addadmin.aspx.cs" Inherits="Management_addadmin" %>

<!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>
    <form id="form1" runat="server">
    <div>
        <div style="text-align: center">
            <table border="1" style="width: 600px; height: 200px">
                <tr>
                    <td colspan=2 align=center>
        添加管理员</td>
                 
                </tr>
                <tr>
                    <td style="width: 100px">
                        用户/单位名:</td>
                    <td style="width: 97px">
                        <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px">
        密码:
                    </td>
                    <td style="width: 97px">
                        <asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 100px">
        用户类型:</td>
                    <td style="width: 97px">
                        <asp:DropDownList ID="DropDownList1" runat="server" Width="154px">
            <asp:ListItem>药店管理员</asp:ListItem>
            <asp:ListItem>医院管理员</asp:ListItem>
            <asp:ListItem>部门管理员</asp:ListItem>
            <asp:ListItem>系统管理员</asp:ListItem>
                            <asp:ListItem>药检管理员</asp:ListItem>
        </asp:DropDownList></td>
                </tr>
                <tr>
                    <td style="width: 100px">
        email:
                    </td>
                    <td style="width: 97px">
                        <asp:TextBox ID="TextBox3" runat="server"></asp:TextBox></td>
                </tr>
                <tr>
                    <td  colspan=2 align=center>
        <asp:Button ID="add" runat="server" OnClick="add_Click" Text="添加" Width="75px" />
                        &nbsp; &nbsp; &nbsp;&nbsp;
                        <asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="退出" /></td>
                   
                </tr>
            </table>
        </div>


    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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