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

📄 bookbuying.aspx

📁 数据库课程设计
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="BookBuying.aspx.cs" AutoEventWireup="false" Inherits="BookManager.BookBuying" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>BookBuying</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">
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<style type="text/css"> 
		.style8 { FONT-SIZE: 9pt; COLOR: #0066ff } 
		.style10 { FONT-SIZE: 9pt } 
		</style>
	</HEAD>
	<body>
		<form id="BookBuying" method="post" runat="server">
			<table width="80%" border="0" align="center">
				<tr>
					<td colspan="4"><table width="100%" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="3%"><img src="pic/ym7.gif" width="25" height="24"></td>
								<td width="16%" bgcolor="#e1dfff"><span class="style8">教材采购审核</span></td>
								<td width="2%"><img src="pic/ym8.gif" width="19" height="24"></td>
								<td width="79%" style="BORDER-BOTTOM: #e1dfff 4px solid">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td width="23%">&nbsp;</td>
					<td width="23%">&nbsp;</td>
					<td width="45%">&nbsp;</td>
					<td width="23%">&nbsp;</td>
				</tr>
				<tr>
					<td>&nbsp;</td>
					<td>&nbsp;</td>
					<td>&nbsp;</td>
					<td>&nbsp;</td>
				</tr>
				<tr>
					<td colspan="4">
						<asp:DataGrid id="dgBookOrd" runat="server" BorderColor="White" BorderStyle="Ridge" BorderWidth="2px"
							CellSpacing="1" BackColor="White" CellPadding="3" GridLines="None" Font-Size="9pt" Width="100%" DataSource="<%# dsBookPreOrd %>" DataKeyField="ID" DataMember="BookOrd_View" AutoGenerateColumns="False">
							<FooterStyle ForeColor="Black" BackColor="#C6C3C6"></FooterStyle>
							<SelectedItemStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="White" BackColor="#9471DE"></SelectedItemStyle>
							<EditItemStyle HorizontalAlign="Center"></EditItemStyle>
							<AlternatingItemStyle HorizontalAlign="Center" ForeColor="Transparent"></AlternatingItemStyle>
							<ItemStyle HorizontalAlign="Center" ForeColor="Black" BackColor="#DEDFDE"></ItemStyle>
							<HeaderStyle Font-Bold="True" HorizontalAlign="Center" ForeColor="#E7E7FF" BackColor="#4A3C8C"></HeaderStyle>
							<Columns>
								<asp:TemplateColumn HeaderText="采购">
									<ItemTemplate>
										<asp:CheckBox id="cbBuying" runat="server"></asp:CheckBox>
									</ItemTemplate>
								</asp:TemplateColumn>
								<asp:BoundColumn DataField="BookName" SortExpression="BookName" ReadOnly="True" HeaderText="教材名"></asp:BoundColumn>
								<asp:BoundColumn DataField="Author" SortExpression="Author" ReadOnly="True" HeaderText="作者"></asp:BoundColumn>
								<asp:BoundColumn DataField="Publish" SortExpression="Publish" ReadOnly="True" HeaderText="出版社"></asp:BoundColumn>
								<asp:BoundColumn DataField="Price" SortExpression="Price" ReadOnly="True" HeaderText="单价"></asp:BoundColumn>
								<asp:BoundColumn DataField="Storage" SortExpression="Storage" ReadOnly="True" HeaderText="订购数"></asp:BoundColumn>
								<asp:BoundColumn DataField="BookAttribute" SortExpression="BookAttribute" ReadOnly="True" HeaderText="属性"></asp:BoundColumn>
								<asp:BoundColumn Visible="False" DataField="ID" SortExpression="ID" HeaderText="ID"></asp:BoundColumn>
							</Columns>
							<PagerStyle HorizontalAlign="Right" ForeColor="Black" BackColor="#C6C3C6"></PagerStyle>
						</asp:DataGrid></td>
				</tr>
				<tr>
					<td>&nbsp;</td>
					<td>&nbsp;</td>
					<td>&nbsp;</td>
					<td>&nbsp;</td>
				</tr>
				<tr>
					<td>&nbsp;</td>
					<td colspan="2">
						<asp:Button id="btSubmit" runat="server" Text="提交" Font-Size="9pt"></asp:Button>
						&nbsp;&nbsp;&nbsp; &nbsp;
						<asp:Button id="btReset" runat="server" Text="重置" Font-Size="9pt"></asp:Button>&nbsp;&nbsp;&nbsp;&nbsp;
						<asp:Button id="btBoughtSum" runat="server" Font-Size="9pt" Text="教材采购结算"></asp:Button></td>
					<td>&nbsp;</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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