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

📄 default.aspx

📁 网上销售订单管理系统借助现代信息技术和管理理论
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>销售订单管理系统</title>
<link rel="stylesheet" type="text/css" href="Css/css.css" />
<style type="text/css">
body
 {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#FFFFFF
 }
</style>
</head>

<body >
  <form id="form1" runat="server">
  <br /><br />

		<div style="text-align:center;">
			<table border="0" cellpadding="0" cellspacing="0" style="width:324px; height:359px">
				<tr>
					<td  style="width:211px; height:89px;">
					<img border="0" src="images/login_2_03.gif" width="211" height="89"></td>
					<td style="width:113px; height:89px;">
					<img border="0" src="images/login_2_04.gif" width="113" height="89"></td>
				</tr>
				<tr>
					<td  colspan="2"  style="width:324px; height:270px; background-image:url(images/login_2_06.gif);">
					<table border="0" cellpadding="0" cellspacing="0"  style="width:324px" >
						<tr>
							<td style="width:324px; height:51px" colspan="2"> </td>
						</tr>
						<tr>
							<td style="width:160px; height:37px"> </td>
							<td style="width:164px; height:37px">
							<input type="text" name="txtPersonName" id="txtPersonName" runat="server" size="20" style="width: 120px; height: 15px; border: 1px groove #000000" /></td>
						</tr>
						<tr>
							<td style="width:324px; height:32px" colspan="2"> </td>
						</tr>
						<tr>
							<td  style="width:160px; height:38px"> </td>
							<td  style="width:164px; height:38px">
	                        <input  style="width: 120px; height: 15px; border: 1px groove #000000"   type="password" id="Password1" size="20" runat="server" />
                           </td>
						</tr>
						<tr>
							<td  colspan="2" style="width:324px; height:41px"> </td>
						</tr>
						<tr>
							<td  style="width:324px" colspan="2">
							<table border="0" cellpadding="0" cellspacing="0" width="324" style="width:324px">
								<tr>
									<td style="width:21px"> </td>
									<td style="width:59px"><font color="#000000">验证码:</font></td>
									<td style="width:37px"><img id="imgVerify" src="ImgGen.aspx" border="0" /></td>
									<td style="width:63px">
                                       <asp:TextBox ID="txtSignCode" runat="server"  style="width: 50px; height: 15px; border: 1px groove #000000"></asp:TextBox>
									<td style="width:144px">
                                        <asp:ImageButton ID="imgbtnLogin" runat="server" Height="35px" ImageUrl="images/login.gif" OnClick="imgbtnLogin_Click" Width="116px" />
									</td>
								</tr>
							</table>
							</td>
						</tr>
						<tr>
							<td colspan="2" style="width:324px; height:21px"></td>
						</tr>
					</table>
					</td>
				</tr>
			</table>
		</div>
	</form>	
</body>

</html>

⌨️ 快捷键说明

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