📄 login.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Login.aspx.cs" Inherits="_Default" %>
<!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>
<form id="form1" runat="server">
<div>
<table align="center" style="width:100%; height:100%" cellpadding="0" cellspacing="0" border="0">
<tr align="center" valign="middle"><asp:Image ID="topimage" runat="server" Width="100%" ImageUrl="~/Images/image.jpg"/></tr>
<tr>
<td valign="Middle" align="Center"><br /><br /><br /><br /><br /><br />
<table align="center" >
<tr>
<td style="width: 100px" align="right">
<asp:Label ID="CardnumLable" runat="server" Text="用户名:"></asp:Label></td>
<td style="width: 147px" align="center">
<asp:TextBox ID="CardnumTextBox" runat="server" Width="151px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 100px" align="right">
<asp:Label ID="CardpwdLable" runat="server" Text="密码:"></asp:Label></td>
<td style="width: 147px" align="center">
<asp:TextBox ID="CardpwdTextBox" runat="server" TextMode="Password" Width="151px"></asp:TextBox></td>
</tr>
<tr align="center">
<td >
<asp:Button ID="LoginButton" runat="server" Text="登录" ForeColor="red" OnClick="LoginButton_Click" Width="63px" />
</td>
<td style="width: 147px">
<asp:Button ID="RegisterButton" runat="server" Text="注册" ForeColor="red" Width="63px" OnClick="RegisterButton_Click" />
</td>
<td>
<asp:Button ID="CancelButton" runat="server" Text="关闭" ForeColor="red" Width="63px" OnClick="CancelButton_Click" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -