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

📄 default.aspx

📁 医院护理管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!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 id="Head1" runat="server">
    <title>护理质量管理系统</title>
</head>
<body bgcolor="#ccccff" background="pictrue/background.jpg">
    <form id="form1" runat="server">
    <div style="background-image: url(pictrue/background.jpg); color: blue; font-family: 楷体_GB2312">
        <table style="width: 644px; height: 528px">
            <tr>
                <td style="width: 100px; height: 170px">
                </td>
                <td style="width: 100px; height: 170px; text-align: center;" id="TD1" runat="server">
                    <asp:Label ID="lblTitle" runat="server" Font-Bold="True" Font-Names="楷体_GB2312" Font-Size="XX-Large"
                        Text="护理质量管理系统" Width="274px"></asp:Label><span></span></td>
                <td style="width: 100px; height: 170px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px; height: 38px">
                </td>
                <td style="width: 100px; height: 38px">
                </td>
                <td style="width: 100px; height: 38px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px; height: 22px">
                    <asp:ImageButton ID="imbAdminLogin" runat="server" Height="81px" ImageUrl="pictrue/AdminLogin.gif"
                        ToolTip="护理站员工入口" Width="105px" OnClick="imbAdminLogin_Click" /></td>
                <td style="width: 100px; height: 22px">
                </td>
                <td style="width: 100px; height: 22px">
                </td>
            </tr>
            <tr>
                <td style="width: 100px; height: 22px">
                    <asp:ImageButton ID="imbNurseLogin" runat="server" Height="72px" ImageUrl="pictrue/NurseLogin.gif"
                        ToolTip="普通护士入口" Width="104px" OnClick="imbNurseLogin_Click" /></td>
                <td style="width: 100px; height: 22px">
                </td>
                <td style="width: 100px; height: 22px">
                </td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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