📄 login.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>狂龙通讯录1.0</title>
<link rel=stylesheet href="Styles/Style.css" type="text/css" />
</head>
<body background="image/bg.gif">
<form id="form1" runat="server" >
<div >
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table align=center style="width: 339px" bgcolor=white border=2>
<tr>
<td colspan=2 align=center style="height: 15px">
<img src="image/Logoamend.jpg" style="width: 338px" /></td>
</tr>
<tr>
<td style="width: 100px; height: 26px;" >
登录名:</td>
<td style="height: 26px">
<asp:TextBox ID="txtUserName" runat="server" Width="139px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px">
密 码:</td>
<td>
<asp:TextBox ID="txtUserPwd" runat="server" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td colspan=2 align=center style="height: 10px">
<asp:Button ID="btnLogin" runat="server" Text="登录" OnClick="btnLogin_Click" Width="52px" />
<asp:HyperLink ID="HLregister" runat="server" NavigateUrl="~/Register.aspx" Width="50px">注册</asp:HyperLink></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -