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

📄 finance.aspx

📁 图书馆管理信息系统设计 功能:图书的查询
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Finance.aspx.cs" AutoEventWireup="false" Inherits="Library_BS.Finance" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>Finance</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: 140px; WIDTH: 793px; POSITION: absolute; TOP: 112px; HEIGHT: 327px"
				cellSpacing="0" cellPadding="0" width="793" align="center" border="0" background="file:///F:\Inetpub\wwwroot\Library_BS\images\black3.jpg">
				<TR>
					<TD style="WIDTH: 658px; HEIGHT: 15px"><FONT face="宋体"></FONT></TD>
				</TR>
				<TR>
					<TD style="WIDTH: 658px; HEIGHT: 27px"><FONT face="宋体" color="yellow">&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="WIDTH: 658px; HEIGHT: 45px"><FONT face="宋体">
							<TABLE id="Table2" style="WIDTH: 522px; HEIGHT: 26px" cellSpacing="1" cellPadding="1" width="522"
								align="center" bgColor="#ff9933" border="1">
								<TR>
									<TD style="WIDTH: 85px">
										<asp:Label id="Label1" runat="server">读者注册号</asp:Label></TD>
									<TD style="WIDTH: 168px">
										<asp:Label id="lblBarCode" runat="server"></asp:Label></TD>
									<TD style="WIDTH: 80px">
										<asp:Label id="Label3" runat="server">读者证号</asp:Label></TD>
									<TD>
										<asp:Label id="lblReaderName" runat="server"></asp:Label></TD>
								</TR>
							</TABLE>
						</FONT>
					</TD>
				</TR>
				<TR>
					<TD style="WIDTH: 658px; HEIGHT: 22px"><FONT face="宋体" color="yellow">&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="WIDTH: 658px; HEIGHT: 190px">
						<TABLE id="Table4" style="WIDTH: 334px; HEIGHT: 160px" cellSpacing="0" cellPadding="0"
							width="334" align="center" border="0">
							<TR>
								<TD>
									<asp:DataGrid id="gridFinance" runat="server" Width="332px" BorderStyle="None" BorderColor="#CC9966"
										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>
					</TD>
				</TR>
				<TR>
					<TD style="WIDTH: 658px"><FONT face="宋体"></FONT></TD>
				</TR>
			</TABLE>
			<TABLE id="Table3" style="Z-INDEX: 102; LEFT: 144px; WIDTH: 794px; POSITION: absolute; TOP: 0px; HEIGHT: 112px"
				cellSpacing="0" cellPadding="0" width="794" 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 + -