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

📄 login.aspx

📁 用vs2005和sql2000实现的小型超市管理系统
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="login" %>

<!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 runat="server">
    <title>园园超市管理系统登录</title>
    <style type="text/css">
<!--
.style1 {color: #FFFFFF}
-->
    </style>
</head>
<body> 
    <form id="form1" runat="server" action="post">
    <div style="text-align: center">
        <br />
        <br />
        <br />
        <br />
        <br />
        <table width="800"  border="0">
          <tr>
            <td width="846" align="right" valign="bottom" background="image/background.jpg" style="height: 300px"><table border="0" style="border-right: #3399ff 1px ridge; border-top: #3399ff 1px ridge; border-left: #3399ff 1px ridge; width: 250px; border-bottom: #3399ff 1px ridge; height: 125px">
              <tr>
                <td align="right" valign="bottom" style="height: 88px; width: 268px;">
                  <div align="right">
                    <table border="0">
                      <tr>
                          <td align="center" rowspan="2" style="width: 121px">
                              <span class="style1">&nbsp;用 户 名:</span></td>
                        <td style="width: 65px; text-align: left;" rowspan="2"><asp:TextBox ID="username" runat="server" TextMode="SingleLine" Width="128px"></asp:TextBox></td>
                      </tr>
                      <tr>
                      </tr>
                      <tr>
                        <td style="width: 121px; height: 2px" align="center"><span class="style1">&nbsp;密 &nbsp;&nbsp;&nbsp; &nbsp; 码:</span></td>
                        <td style="width: 65px; text-align: left; height: 2px;">
                        <asp:TextBox ID="userpwd" runat="server" TextMode="Password" Width="128px" OnTextChanged="userpwd_TextChanged"></asp:TextBox></td>
                      </tr>
                                                                                                                                              </table>
                    <table width="229" height="27" border="0">
                      <tr>
                        <td style="text-align: center; width: 60px; height: 8px;">&nbsp;<asp:Button ID="btndl" runat="server" Text="登录" OnClick="btndl_Click" /></td>
                        <td style="text-align: center; width: 61px; height: 8px;">&nbsp;<asp:Button ID="btnqx" runat="server" Text="退出" OnClick="btnqx_Click" /></td>
                      </tr>
                    </table>
                </div></td>
              </tr>
            </table></td>
          </tr>
        </table>
        <br />
        <br />
      </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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