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

📄 history.aspx

📁 图书馆管理信息系统设计 功能:图书的查询
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="History.aspx.cs" AutoEventWireup="false" Inherits="Library_BS.History" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>History</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 88px; WIDTH: 706px; POSITION: absolute; TOP: 120px; HEIGHT: 392px"
				cellSpacing="0" cellPadding="0" width="706" align="center" background="file:///F:\Inetpub\wwwroot\Library_BS\images\black3.jpg"
				border="0">
				<TR>
					<TD><FONT face="宋体"></FONT></TD>
				</TR>
				<TR>
					<TD style="HEIGHT: 38px"><FONT style="VERTICAL-ALIGN: baseline; COLOR: yellow; TEXT-ALIGN: center" face="宋体">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
							读者信息</FONT></TD>
				</TR>
				<TR>
					<TD style="COLOR: #ff0000; HEIGHT: 38px"><FONT face="宋体">
							<TABLE id="Table2" style="WIDTH: 704px; HEIGHT: 24px" cellSpacing="1" cellPadding="1" width="704"
								align="center" bgColor="#ff6600" border="1">
								<TR>
									<TD style="WIDTH: 84px">
										<asp:Label id="Label1" runat="server">读者注册号</asp:Label></TD>
									<TD style="WIDTH: 258px">
										<asp:Label id="lblBarCode" runat="server"></asp:Label></TD>
									<TD style="WIDTH: 71px">
										<asp:Label id="Label3" runat="server">读者证号</asp:Label></TD>
									<TD>
										<asp:Label id="lblReaderName" runat="server"></asp:Label></TD>
								</TR>
							</TABLE>
						</FONT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
				</TR>
				<TR>
					<TD style="COLOR: yellow; HEIGHT: 24px">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
						读者借阅历史</TD>
				</TR>
				<TR>
					<TD style="COLOR: #ff0000">
						<asp:DataGrid id="gridHistory" runat="server" Width="792px" Height="141px" BorderColor="#CC9966"
							BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="4">
							<FooterStyle ForeColor="#330099" BackColor="#FFFFCC"></FooterStyle>
							<SelectedItemStyle Font-Bold="True" ForeColor="#663399" BackColor="#FFCC66"></SelectedItemStyle>
							<ItemStyle ForeColor="#330099" BackColor="White"></ItemStyle>
							<HeaderStyle Font-Bold="True" ForeColor="#FFFFCC" BackColor="#990000"></HeaderStyle>
							<PagerStyle HorizontalAlign="Center" ForeColor="#330099" BackColor="#FFFFCC"></PagerStyle>
						</asp:DataGrid></TD>
				</TR>
			</TABLE>
			<TABLE id="Table3" style="Z-INDEX: 102; LEFT: 88px; WIDTH: 798px; POSITION: absolute; TOP: 8px; HEIGHT: 112px"
				cellSpacing="0" cellPadding="0" width="798" align="center" background="file:///F:\Inetpub\wwwroot\Library_BS\images\top.jpg"
				border="0">
				<TR>
					<TD><FONT face="宋体"></FONT></TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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