📄 default1.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default1.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>
<tr>
<td colspan="3" style="height: 93px">
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Italic="True" Font-Names="楷体_GB2312"
Font-Size="XX-Large" Style="z-index: 100; left: 450px; position: absolute; top: 63px"
Text="物流公司货运管理信息系统"></asp:Label>
</td>
</tr>
<tr>
<td colspan="2" style="height: 214px">
</td>
<td style="width: 621px" rowspan="7">
<asp:Image ID="Image1" runat="server" style="z-index: 100; left: 357px; position: absolute; top: 116px" Height="484px" ImageUrl="~/登录/图片/3661562008128204367.jpg" Width="605px" /></td>
</tr>
<tr>
<td style="width: 136px; height: 13px;">
用户编号:
</td>
<td style="width: 189px; height: 13px;">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 136px; height: 19px;">
密 码:</td>
<td style="width: 189px; height: 19px;">
<asp:TextBox ID="TextBox2" runat="server" OnTextChanged="TextBox2_TextChanged" TextMode="Password" Width="149px"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 55px;" colspan="2">
<asp:Label ID="Label2" runat="server" Style="z-index: 100; left: 120px; position: absolute;
top: 398px" Text="label"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 136px; height: 21px">
</td>
<td style="width: 189px; height: 21px">
<asp:Button ID="Button1" runat="server" Text="登录" OnClick="Button1_Click" />
<asp:Button ID="Button2" runat="server" Text="忘记密码" OnClick="Button2_Click" />
<asp:Button ID="Button3" runat="server" OnClick="Button3_Click" Text="清空"/></td>
</tr>
<tr>
<td style="width: 136px">
</td>
<td style="width: 189px">
</td>
</tr>
<tr>
<td style="width: 136px; height: 99px;">
</td>
<td style="width: 189px; height: 99px;">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -