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

📄 borrowbook.aspx

📁 课程设计专用的图书管理系统。绝对原创!希望对大家有所帮助
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="borrowbook.aspx.cs" Inherits="borrow" %>

<!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 style="background-image: none">
        <table id="Table1" runat="server" align="center" bgcolor="#f1f0f4" border="0" style="font-size: 12px;
            font-family: Tahoma; border-collapse: collapse; width: 420px; height: 276px; left: 5px; position: relative; top: 12px;">
            <tr height="50">
                <td align="center" colspan="2" style="height: 50px">
                    <span style="font-family: 楷体_GB2312">
                        <asp:HyperLink ID="HyperLink1" runat="server" Height="17px" Style="color: #6633ff; font-style: normal;
                            font-family: 宋体; text-decoration: underline; left: -3px; position: relative; top: 6px;" Width="58px" NavigateUrl="~/borrowbook.aspx">借书登记</asp:HyperLink>
                        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                        <asp:HyperLink ID="HyperLink2" runat="server" Style="color: #6633ff; font-style: normal;
                            font-family: 宋体; text-decoration: underline; left: 0px; position: relative; top: -1px;" NavigateUrl="~/returnbook.aspx">还书登记</asp:HyperLink></span></td>
            </tr>
            <tr style="color: #000000; font-family: Tahoma; text-decoration: underline">
                <td align="center" colspan="2">
                    <h1>
                        <font face="楷体_GB2312"><b>图 书 借 阅 登 记</b></font></h1>
                    <hr width="90%" />
                </td>
            </tr>
            <tr style="font-family: Tahoma">
                <td align="right" style="width: 74px">
                    读者编号:
                </td>
                <td style="width: 353px">
                    &nbsp;<asp:TextBox ID="ReaderID" runat="server" Width="183px"></asp:TextBox>&nbsp;
                    <asp:Button ID="check" runat="server" OnClick="check_Click" Text="查询" />
                    <asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="ReaderID"
                        ErrorMessage="读者编号不能为空"></asp:RequiredFieldValidator></td>
            </tr>
            <tr style="font-family: Tahoma">
                <td align="right" style="height: 26px; width: 74px;">
                    图书编号:
                </td>
                <td style="height: 26px; width: 353px;">
                    &nbsp;
                    <asp:TextBox ID="bookID" runat="server" Width="181px" style="left: -3px; position: relative"></asp:TextBox>
                    </td>
            </tr>
            <tr style="font-family: Tahoma">
                <td align="center" colspan="2" style="height: 32px">
                    <br />
                    <asp:Label ID="lblmessage" runat="server" Width="78px" ForeColor="#00C000"></asp:Label></td>
            </tr>
            <tr height="40" style="font-family: Tahoma">
                <td align="center" colspan="2" style="height: 135px">
                    &nbsp;
                    <hr width="90%" />
                    &nbsp;
                    <asp:Button ID="Button1" runat="server" Text="借 阅" Width="75px" style="left: -7px; position: relative; top: -43px" OnClick="Button1_Click" /></td>
            </tr>
        </table>
        <asp:HyperLink ID="HyperLink3" runat="server" NavigateUrl="~/main.aspx" Style="left: 691px;
            color: #3366cc; position: relative; top: -354px">返回主页</asp:HyperLink></div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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