mail.aspx

来自「用VB.NET在VS.NET 2003下开发的完整的设备管理系统,后台数据库为S」· ASPX 代码 · 共 52 行

ASPX
52
字号
<%@ Page CodeBehind="mail.aspx.vb" Language="vb" AutoEventWireup="false" Inherits="junjun.mail" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML>
	<HEAD>
		<title>数据操作界面</title>
		<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<style type="text/css">.style2 { FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #ffffff }
	BODY { MARGIN-TOP: 0px; MARGIN-LEFT: 0px }
		</style>
	</HEAD>
	<body>
		<form runat="server">
			<table cellSpacing="0" cellPadding="0" width="100%" align="left" border="0" style="POSITION:absolute">
				<tr bgColor="#5a8ede">
					<td height="10">
						<div align="center"><span class="style2">设备查询</span></div>
					</td>
				</tr>
				<tr>
					<td height="3"></td>
				</tr>
				<tr>
					<td><asp:datagrid id="mydatagrid" runat="server" AutoGenerateColumns="False" Font-Size="8pt" BorderColor="#5A8EDE"
							PagerStyle-Font-Name="times new roman" PagerStyle-ForeColor="#9999CC" PagerStyle-Mode="NumericPages"
							AllowPaging="True" width="100%">
							<Columns>
								<asp:BoundColumn DataField="设备名称" ReadOnly="True" HeaderText="设备名称">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="25%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Center"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="型号" ReadOnly="True" HeaderText="型号">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="25%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Center"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="设备编号" ReadOnly="True" HeaderText="设备编号">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="25%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Center"></ItemStyle>
								</asp:BoundColumn>
								<asp:BoundColumn DataField="存放地点" ReadOnly="True" HeaderText="存放地点">
									<HeaderStyle Font-Bold="True" HorizontalAlign="Center" Width="25%"></HeaderStyle>
									<ItemStyle HorizontalAlign="Center"></ItemStyle>
								</asp:BoundColumn>
							</Columns>
							<PagerStyle Font-Names="times new roman" ForeColor="#9999CC" Mode="NumericPages"></PagerStyle>
						</asp:datagrid></td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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