📄 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>无标题页</title>
</head>
<body background="Login背景.jpg">
<form id="form1" runat="server">
<center>
</center>
<center>
</center>
<center>
</center>
<center>
</center>
<center>
</center>
<center>
</center>
<center>
</center>
<center>
</center>
<center>
<table frame="box" bgcolor="white">
<tr>
<td colspan="2">
<asp:Label ID="LabelTitle" runat="server" Text="请输入登录信息" Width="100%" BackColor="blue"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label1" runat="server" Text="登录名" Width="50px"></asp:Label>
</td>
<td>
<asp:TextBox ID="LoginName" runat="server" Height="20px" Width="140px"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label2" runat="server" Text="密码" Width="50px"></asp:Label>
</td>
<td>
<asp:TextBox ID="PassWd" runat="server" Width="140px" TextMode="Password"></asp:TextBox>
</td>
</tr>
<tr>
<td colspan="2">
<center>
<asp:Button ID="Clear" runat="server" Text="清空" Width="50px" OnClick="Clear_Click" />
<asp:Button ID="Button1" runat="server" Text="确定" Width="50px" OnClick="LoginOK_Click" />
</center>
</td>
</tr>
<tr style="border">
<td colspan="2">
<asp:Label ID="LabelFail" runat="server" Width="100%"></asp:Label>
</td>
</tr>
<tr>
<td colspan="2">
<asp:Label ID="LabelIntro" runat="server" Text="Web管理信息系统 2007年11月" Width="100%" BackColor="LightBlue" Font-Size="Smaller"></asp:Label>
</td>
</tr>
</table>
</center>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -