📄 booksubscriptionquery.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="BookSubscriptionQuery.aspx.cs" Inherits="Pages_BookSubscriptionQuery" %>
<!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/Style.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="150px" MaxLength="50"></asp:TextBox>
</td>
</tr>
<tr>
<td width="30%" align="right" style="height: 25px">
查询范围:
</td>
<td width="*" align="left" style="height: 25px">
<asp:DropDownList ID="ddlBook" runat="server" Width="155px">
<asp:ListItem Value="BookName">图书名称</asp:ListItem>
<asp:ListItem Value="SubscriptionDeptment">征订单位</asp:ListItem>
<asp:ListItem Value="BookType">图书类型</asp:ListItem>
<asp:ListItem Value="HandlingPeople">经手人</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 + -