📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="AdminManage_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>
<script language="javascript" type="text/javascript">
<!--
function TABLE1_onclick() {
}
// -->
</script>
</head>
<body style="text-align: center; width: 251px; height: 400px;">
<form id="form1" runat="server">
<br />
<br />
<br />
<table background="企业管理系统登录页 拷贝.bmp" style="width: 400px; height: 251px">
<tr>
<td colspan="3" style="height: 86px">
</td>
</tr>
<tr>
<td colspan="3" rowspan="2">
<table style="width: 290px; height: 67px">
<tr>
<td style="width: 303px; font-size: 9pt; height: 20px;">
账号:</td>
<td style="width: 66px; font-size: 9pt; height: 20px;" align="left">
<asp:TextBox ID="txtUser" runat="server" Width="150px"></asp:TextBox></td>
<td style="font-size: 9pt; height: 20px;;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator7" runat="server" ControlToValidate="txtUser"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td style="width: 303px; font-size: 9pt; height: 15px;">
密码:</td>
<td style="width: 66px; font-size: 9pt; height: 15px;" align="left">
<asp:TextBox ID="txtPwd" runat="server" Width="148px" TextMode="Password"></asp:TextBox></td>
<td style="font-size: 9pt; height: 15px;">
<asp:RequiredFieldValidator ID="RequiredFieldValidator8" runat="server" ControlToValidate="txtPwd"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
</tr>
<tr style="color: #000000">
<td style="width: 303px; font-size: 9pt; height: 12px;">
验 证 码:</td>
<td style="width: 66px; font-size: 9pt; height: 12px;" align="left">
<asp:TextBox ID="txtCode" runat="server" Width="147px"></asp:TextBox>
</td>
<td style="font-size: 9pt; height: 12px;">
<asp:Label ID="lbeCode" runat="server" BackColor="#FFC0FF" Height="20px" Width="39px"></asp:Label></td>
</tr>
<tr>
<td style="font-size: 9pt; height: 20px;;" align="center" colspan="3">
<asp:ImageButton ID="ImageButton7" runat="server" ImageUrl="~/登录按钮.bmp" OnClick="ImageButton7_Click" />
<asp:ImageButton ID="ImageButton8" runat="server" ImageUrl="~/取消按钮 拷贝.bmp" CausesValidation="False" OnClick="ImageButton8_Click" /></td>
</tr>
</table>
</td>
</tr>
<tr>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -