📄 borrowbookquery.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BorrowBookQuery.aspx.cs"
Inherits="Pages_BorrowBookQuery" %>
<!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>
<link href="../CSS/WsmStyle.css" type="text/css" rel="Stylesheet" />
</head>
<body>
<form id="form1" runat="server">
<div>
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td height="25" width="30%" align="right">
查询内容:
</td>
<td height="25" width="*" align="left">
<asp:TextBox ID="txtQueryContent" runat="server" Width="115px"></asp:TextBox>
</td>
</tr>
<tr>
<td height="25" width="30%" align="right">
查询范围:
</td>
<td height="25" width="*" align="left">
<asp:DropDownList ID="ddlBook" runat="server" Width="115px">
<asp:ListItem Value="BookName"> 图书名称</asp:ListItem>
<asp:ListItem Value="BorrowPeople">借阅人</asp:ListItem>
</asp:DropDownList>
<asp:CheckBox ID="CheckBox1" runat="server" Checked="True" Text="模糊查询" /></td>
</tr>
<tr>
<td height="25" width="*" align="center" colspan="2">
<br />
<asp:ImageButton ID="btnQuery" runat="server" AlternateText="查 询" ImageUrl="~/images/btn_Query.jpg"
OnClick="btnQuery_Click" /> <asp:ImageButton ID="btnCancel" runat="server"
OnClick="btnCancel_Click" AlternateText="取 消" ImageUrl="~/images/btn_Cancel.jpg" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -