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

📄 selectbook.aspx

📁 数据库课程设计
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="selectbook.aspx.cs" AutoEventWireup="false" Inherits="mybook.selectbook" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>selectbook</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">
			<asp:datagrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 56px; POSITION: absolute; TOP: 112px"
				runat="server" CellPadding="3" BackColor="White" BorderWidth="1px" BorderStyle="None" BorderColor="#999999"
				AutoGenerateColumns="False" Width="672px" GridLines="Vertical">
				<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#008A8C"></SelectedItemStyle>
				<AlternatingItemStyle BackColor="#DCDCDC"></AlternatingItemStyle>
				<ItemStyle Height="30px" ForeColor="Black" BackColor="#EEEEEE"></ItemStyle>
				<HeaderStyle Font-Bold="True" Height="40px" ForeColor="White" BackColor="#000084"></HeaderStyle>
				<FooterStyle ForeColor="Black" BackColor="#CCCCCC"></FooterStyle>
				<Columns>
					<asp:BoundColumn DataField="tushuno" HeaderText="图书号"></asp:BoundColumn>
					<asp:BoundColumn DataField="tushuname" HeaderText="图书名"></asp:BoundColumn>
					<asp:BoundColumn DataField="leibie" HeaderText="类别"></asp:BoundColumn>
					<asp:BoundColumn DataField="zuozhe" HeaderText="作者"></asp:BoundColumn>
					<asp:BoundColumn DataField="chubanshe" HeaderText="出版社"></asp:BoundColumn>
					<asp:BoundColumn DataField="ceshu" HeaderText="册数"></asp:BoundColumn>
					<asp:BoundColumn DataField="cunfang" HeaderText="存放位置"></asp:BoundColumn>
					<asp:BoundColumn DataField="rukuriqi" HeaderText="入库日期"></asp:BoundColumn>
					<asp:BoundColumn DataField="jianjie" HeaderText="简介"></asp:BoundColumn>
				</Columns>
				<PagerStyle HorizontalAlign="Center" ForeColor="Black" BackColor="#999999" Mode="NumericPages"></PagerStyle>
			</asp:datagrid>
			<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 256px; POSITION: absolute; TOP: 24px" runat="server"
				Width="296px" Height="10px" ForeColor="OliveDrab" Font-Bold="True" Font-Names="隶书" Font-Size="XX-Large">库 存 图 书</asp:Label>
			<asp:Label id="Label1" style="Z-INDEX: 103; LEFT: 104px; POSITION: absolute; TOP: 328px" runat="server"
				Width="120px" Height="24px">请输入查询号:</asp:Label>
			<asp:TextBox id="txt_ID" style="Z-INDEX: 104; LEFT: 240px; POSITION: absolute; TOP: 328px" runat="server"
				Width="128px"></asp:TextBox>
			<asp:Button id="btn_OK" style="Z-INDEX: 105; LEFT: 448px; POSITION: absolute; TOP: 328px" runat="server"
				Width="80px" Height="32px" Text="查询"></asp:Button>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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