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

📄 login.aspx

📁 用vs2005写的一个生产任务管理系统。数据的统计和综合查询是主要功能
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="~/Login.aspx.cs" Inherits="gddl" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>用户登录</title>
<script language="JavaScript">
function win_close()
{
 
  var opwin
 if (opwin==null)
 {
     opwin= window.open('default.aspx','','fullscreen=1,toolbar=yes,scollbars=no,menubar=no,location=no');
 }
 else
 {
     opwin.close();
     opwin= window.open('default.aspx','','fullscreen=1,toolbar=yes,scollbars=no,menubar=no,location=no');
 
 }

  
}

			</script>
<style type="text/css">
<!--
body {
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 109.5px;
	margin-right: 109.5px;
}
-->
</style></head>
<body>
<FORM id="FORM1"  method=post runat=server>
<table width="776" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><img src="图象/3_01.gif" width="74" height="125" alt="" /></td>
    <td colspan="3"><img src="图象/3_02.gif" width="237" height="125" alt="" /></td>
    <td colspan="2"><img src="图象/3_03.gif" width="239" height="125" alt="" /></td>
    <td colspan="7"><img src="图象/3_04.gif" width="226" height="125" alt="" /></td>
  </tr>
  <tr>
    <td colspan="2" rowspan="3"><img src="图象/3_05.gif" width="143" height="172" alt="" /></td>
    <td rowspan="3"><img src="图象/3_06.gif" width="126" height="172" alt="" /></td>
    <td colspan="2" rowspan="3"><img src="图象/3_07.gif" width="159" height="172" alt="" /></td>
    <td colspan="2" rowspan="3"><img src="图象/3_08.gif" width="139" height="172" alt="" /></td>
    <td colspan="6"><img src="图象/3_09.gif" width="209" height="82" alt="" /></td>
  </tr>
  <tr>
    <td colspan="6"><img src="图象/3_10.gif" width="209" height="50" alt="" /></td>
  </tr>
  <tr>
    <td colspan="2"><img src="图象/3_11.gif" width="61" height="40" alt="" /></td>
    <td colspan="4" background="图象/3_12.gif">&nbsp;<asp:TextBox ID="txtUserName" runat="server" Width="108px"></asp:TextBox></td>
  </tr>
  <tr>
    <td colspan="7" rowspan="4"><img src="图象/3_13.gif" width="567" height="205" alt="" /></td>
    <td colspan="2"><img src="图象/3_14.gif" width="61" height="34" alt="" /></td>
    <td colspan="4" background="图象/3_15.gif">&nbsp;<asp:TextBox ID="txtPwd" runat="server" Width="108px" TextMode="Password"></asp:TextBox></td>
  </tr>
  <tr>
    <td colspan="6"><img src="图象/3_16.gif" width="209" height="27" alt="" /></td>
  </tr>
  <tr>
    <td><img src="图象/3_17.gif" width="44" height="24" alt="" /></td>
    <td colspan="2"><asp:ImageButton ID="btn_Login" runat="server" ImageUrl="图象/3_18.gif" OnClick="btn_Login_Click" width="55" height="24"  /></td>
    <td><img src="图象/3_19.gif" width="18" height="24" alt="" /></td>
    <td><asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="图象/3_20.gif" width="57" height="24" OnClick="btn_ReSet_Click"   /></td>
    <td><img src="图象/3_21.gif" width="35" height="24" alt="" /></td>
  </tr>
  <tr>
    <td colspan="6"><img src="图象/3_22.gif" width="209" height="120" alt="" /></td>
  </tr>
  <tr>
    <td colspan="13"><img src="图象/3_23.gif" width="776" alt="" style="height: 84px" /></td>
  </tr>
  <tr>
    <td><img src="图象/spacer.gif" width="74" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="69" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="126" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="42" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="117" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="122" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="17" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="44" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="17" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="38" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="18" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="57" height="1" alt="" /></td>
    <td><img src="图象/spacer.gif" width="35" height="1" alt="" /></td>
  </tr>
</table>
</FORM>
</body>
</html>

⌨️ 快捷键说明

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