login.aspx

来自「asp.net 的某物流管理系统 MIS 系统」· ASPX 代码 · 共 52 行

ASPX
52
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="admin_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>
    <link href="../StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body background="." style="background-color: transparent" topmargin="0" >
    <form id="form1" runat="server">
    <div>
        <table style="width: 152px; background-color: transparent;" border="0" cellpadding="0" cellspacing="0">
            <tr>
                <td style="width: 1388px">
                    用户名:</td>
                <td colspan="2">
                    <asp:TextBox ID="txtUsername" runat="server" CssClass="txtbox1" ForeColor="#FF8000"
                        Width="75px" MaxLength="20"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 1388px">
                    密码:</td>
                <td colspan="2">
                    <asp:TextBox ID="txtPassword" runat="server" CssClass="txtbox1" ForeColor="#FF8000"
                        TextMode="Password" Width="75px" MaxLength="20"></asp:TextBox></td>
            </tr>
            <tr>
                <td style="width: 1388px; height: 50px;">
                    验证码</td>
                <td style="width: 19px; height: 50px">
                    <asp:TextBox ID="txtCheck" runat="server" CssClass="txtbox1" ForeColor="#004000"
                        Width="36px" MaxLength="4"></asp:TextBox></td>
                <td style="width: 131px; height: 50px">
                    <iframe src="CreatImg.aspx" frameborder="0" scrolling="no" style="width: 65px; height: 49px; background-color: transparent;"></iframe></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 17px; text-align: center">
                    <asp:Button ID="Button1" runat="server" Text="登陆" OnClick="Button1_Click" Width="56px" />&nbsp;
                    &nbsp;<asp:Button ID="Button3" runat="server" Text="看不清" OnClick="Button3_Click" Width="56px" /></td>
            </tr>
            <tr>
                <td colspan="3" style="height: 17px; text-align: center">
                    <asp:Label ID="lblNote" runat="server" ForeColor="Red"></asp:Label></td>
            </tr>
        </table>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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