📄 登录页.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="登录页.aspx.cs" Inherits="登录页" %>
<%@ Register Src="WebUserControl4.ascx" TagName="WebUserControl4" TagPrefix="uc1" %>
<!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>
<style type="text/css">
<!--
.STYLE1 {color: #000000}
-->
</style>
</head>
<body bgcolor="#e8c8eb" background="image/036.jpg">
<form id="form1" runat="server">
<div>
<table border="1" align="center" style="width: 329px; height: 137px">
<tr>
<td colspan="3" style="text-align: center">
<span style="font-size: 24pt; color: #000000">
<uc1:WebUserControl4 ID="WebUserControl4_1" runat="server" class="STYLE1" />
</span><span style="font-size: 24pt">
<hr />
</span></td>
</tr>
<tr>
<td style="width: 94px; height: 27px">
用户名:</td>
<td colspan="2" style="width: 98px; height: 27px">
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 94px; height: 28px">
密码:</td>
<td colspan="2" style="width: 98px; height: 28px">
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" style="width: 98px; height: 23px">
<asp:Label ID="Label1" runat="server"></asp:Label></td>
<td style="width: 78px; height: 23px; text-align: right">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="登录" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -