📄 homepage.aspx
字号:
<%@ Page language="c#" Inherits="e_librarys.WebForm1" CodeFile="HomePage.aspx.cs" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<style type="text/css">
.style1
{
width: 305px;
}
.style2
{
width: 104px;
height: 49px;
}
.style3
{
width: 305px;
height: 49px;
}
.style4
{
width: 104px;
}
</style>
</HEAD>
<body >
<FONT face="宋体">
<FORM id="Form1" method="post" runat="server">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 15px; WIDTH: 719px; POSITION: absolute; TOP: 121px; HEIGHT: 199px"
cellSpacing="1" cellPadding="1" border="1">
<TR bgColor="lightgrey">
<TD style="HEIGHT: 45px" align="center" colSpan="2"><B>登录</B><FONT face="宋体"><asp:Label ID="LabelLink" runat="server" ForeColor="#FF3300"></asp:Label>
</FONT></TD>
</TR>
<TR>
<TD align="right" bgColor="lightgrey" class="style2"> 用户名:</TD>
<TD align="left" class="style3">
<FONT face="宋体">
<asp:textbox id="TextBoxName" style="Z-INDEX: 107; LEFT: 197px; POSITION: absolute; TOP: 54px; width: 223px; height: 31px; right: 297px;"
runat="server"></asp:textbox>
</FONT></TD>
</TR>
<TR>
<TD align="right" bgColor="lightgrey" class="style4"><FONT face="宋体">密码:</FONT></TD>
<TD align="left" class="style1"><FONT face="宋体">
<asp:textbox id="TextBoxPswd" style="Z-INDEX: 103; LEFT: 199px; POSITION: absolute; TOP: 109px; width: 221px; height: 28px;"
runat="server" TextMode="Password"></asp:textbox></FONT></TD>
</TR>
<TR>
<TD style="HEIGHT: 45px" align="center" bgColor="lightgrey" colSpan="2">
<FONT face="宋体">
<asp:button id="ButtonLoad" style="Z-INDEX: 104; LEFT: 124px; POSITION: absolute; TOP: 160px; width: 74px; right: 428px;"
runat="server" Text="登陆" onclick="ButtonLoad_Click"></asp:button>
<asp:button id="ButtonRegist" style="Z-INDEX: 105; LEFT: 384px; POSITION: absolute; TOP: 160px"
runat="server" Width="80px" Text="注册" onclick="ButtonRegist_Click"></asp:button>
</FONT>
</TR>
</TABLE>
</FORM>
</FONT>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -