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

📄 default.aspx

📁 可供共享学习.net环境下生产管理的实现
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="Default.aspx.cs" AutoEventWireup="false" Inherits="Botheighten.Yanghui.Web._Default" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>生产控制管理系统</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<script language="javascript">
<!--
function openWin(){
	var hWnd
	hWnd = window.open('main.aspx','Yanghui','height='+ new String(screen.availHeight-28) + ',top=0,left=0,width=' + new String(screen.availWidth-10) + ',location=no,menubar=no,resizable=no,toolbar=no'); 
	return hWnd ;
}
//-->
		</script>
	</HEAD>
	<body background="images/bg.gif" leftmargin="0" topmargin="0" onload="javascript:document.Default.txtUser.focus();">
		<form id="Default" method="post" runat="server">
			<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
				<tr>
					<td align="middle">
						<table width="639" border="0" cellpadding="0" cellspacing="0" class="title">
							<tr>
								<td width="277" height="40" align="right" valign="top"><img src="Images/name.gif"></td>
								<td width="362" align="middle" valign="top">&nbsp;
								</td>
							</tr>
						</table>
						<table width="639" height="245" border="0" cellpadding="0" cellspacing="0">
							<tr>
								<td width="340" valign="top" background="images/login_bgleft.gif">
									<OBJECT codeBase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" height="150" width="250" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
										<PARAM NAME="_cx" VALUE="6615">
										<PARAM NAME="_cy" VALUE="3969">
										<PARAM NAME="FlashVars" VALUE="">
										<PARAM NAME="Movie" VALUE="images/login.swf">
										<PARAM NAME="Src" VALUE="images/login.swf">
										<PARAM NAME="WMode" VALUE="Transparent">
										<PARAM NAME="Play" VALUE="-1">
										<PARAM NAME="Loop" VALUE="-1">
										<PARAM NAME="Quality" VALUE="High">
										<PARAM NAME="SAlign" VALUE="">
										<PARAM NAME="Menu" VALUE="-1">
										<PARAM NAME="Base" VALUE="">
										<PARAM NAME="AllowScriptAccess" VALUE="always">
										<PARAM NAME="Scale" VALUE="ShowAll">
										<PARAM NAME="DeviceFont" VALUE="0">
										<PARAM NAME="EmbedMovie" VALUE="0">
										<PARAM NAME="BGColor" VALUE="">
										<PARAM NAME="SWRemote" VALUE="">
										<PARAM NAME="MovieData" VALUE="">
										<embed src="images/login.swf" width="250" height="150" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent">
										</embed>
									</OBJECT>
								</td>
								<td align="middle" valign="top" background="images/login_bgright.gif"><br>
									<br>
									<br>
									<br>
									<table width="258" border="0" cellpadding="0" cellspacing="0" class="text">
										<tr>
											<td width="60" height="22" align="right" class="text">用户名:</td>
											<td width="198" height="22"><asp:TextBox id="txtUser" runat="server" CssClass="TextBox"></asp:TextBox></td>
										</tr>
										<tr>
											<td height="22" align="right">口 令:</td>
											<td height="22"><asp:TextBox id="txtPWD" runat="server" CssClass="TextBox" TextMode="Password"></asp:TextBox></td>
										</tr>
										<tr align="middle">
											<td height="22" colspan="2">
												<asp:Button id="Button1" runat="server" Text="登录" CssClass="Button"></asp:Button>
											</td>
										</tr>
									</table>
									<asp:Label id="lblAlert" runat="server" Width="197px" CssClass="Alert"></asp:Label>
								</td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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