login.aspx
来自「这是asp.net^和Visual C++Sharp编写的串并口通讯的书籍 源代」· ASPX 代码 · 共 73 行
ASPX
73 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?