?? 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 + -