📄 webform2.aspx
字号:
<%@ Page language="c#" Codebehind="WebForm2.aspx.cs" AutoEventWireup="false" Inherits="student.WebForm2" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm2</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio 7.0">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout" bgColor="#a9d4ff">
<form id="WebForm2" method="post" runat="server">
<FONT face="宋体">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 96px; POSITION: absolute; TOP: 60px" runat="server" Font-Bold="True">用户名:</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 96px; POSITION: absolute; TOP: 98px" runat="server" Font-Bold="True">密码:</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 96px; POSITION: absolute; TOP: 133px" runat="server" Font-Bold="True">确认密码:</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 104; LEFT: 199px; POSITION: absolute; TOP: 58px" runat="server"></asp:TextBox>
<asp:TextBox id="TextBox2" style="Z-INDEX: 105; LEFT: 199px; POSITION: absolute; TOP: 95px" runat="server" TextMode="Password"></asp:TextBox>
<asp:TextBox id="TextBox3" style="Z-INDEX: 106; LEFT: 199px; POSITION: absolute; TOP: 131px" runat="server" TextMode="Password"></asp:TextBox>
<asp:HyperLink id="HyperLink1" style="Z-INDEX: 107; LEFT: 96px; POSITION: absolute; TOP: 169px" runat="server" Font-Bold="True" NavigateUrl="http://zhou/student/WebForm1.aspx">返回主页</asp:HyperLink>
<asp:Button id="Button1" style="Z-INDEX: 108; LEFT: 378px; POSITION: absolute; TOP: 129px" runat="server" Text="确定"></asp:Button></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -