📄 register.aspx
字号:
<%@ Page language="c#" Codebehind="register.aspx.cs" AutoEventWireup="false" Inherits="login.register" %>
<%@ Register TagPrefix="uc1" TagName="jthead" Src="jthead.ascx" %>
<%@ Register TagPrefix="uc1" TagName="jtfoot" Src="jtfoot.ascx" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>register</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<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="#ccffff">
<form id="Form1" method="post" runat="server">
<asp:Label id="Label1" style="Z-INDEX: 112; LEFT: 288px; POSITION: absolute; TOP: 344px" runat="server"
Width="72px"></asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 101; LEFT: 224px; POSITION: absolute; TOP: 344px" runat="server"
Width="72px">注册码:</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 102; LEFT: 288px; POSITION: absolute; TOP: 376px"
runat="server"></asp:TextBox>
<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 224px; POSITION: absolute; TOP: 240px" runat="server"
Width="80px">用户名:</asp:Label>
<asp:TextBox id="TextBox2" style="Z-INDEX: 104; LEFT: 288px; POSITION: absolute; TOP: 240px"
runat="server"></asp:TextBox>
<asp:Label id="Label4" style="Z-INDEX: 105; LEFT: 240px; POSITION: absolute; TOP: 280px" runat="server"
Width="48px">密码:</asp:Label>
<asp:TextBox id="TextBox3" style="Z-INDEX: 106; LEFT: 288px; POSITION: absolute; TOP: 280px"
runat="server" TextMode="Password"></asp:TextBox>
<asp:Label id="Label5" style="Z-INDEX: 107; LEFT: 216px; POSITION: absolute; TOP: 312px" runat="server"
Width="89px">确认密码:</asp:Label>
<asp:TextBox id="TextBox4" style="Z-INDEX: 108; LEFT: 288px; POSITION: absolute; TOP: 312px"
runat="server" TextMode="Password"></asp:TextBox>
<asp:Label id="Label6" style="Z-INDEX: 109; LEFT: 192px; POSITION: absolute; TOP: 376px" runat="server">输入注册码:</asp:Label>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" style="Z-INDEX: 110; LEFT: 456px; POSITION: absolute; TOP: 240px"
runat="server" ControlToValidate="TextBox2" ErrorMessage="用户名不能为空"></asp:RequiredFieldValidator>
<asp:RequiredFieldValidator id="RequiredFieldValidator2" style="Z-INDEX: 111; LEFT: 456px; POSITION: absolute; TOP: 280px"
runat="server" ControlToValidate="TextBox3" ErrorMessage="密码不能为空"></asp:RequiredFieldValidator>
<asp:Button id="Button1" style="Z-INDEX: 113; LEFT: 240px; POSITION: absolute; TOP: 424px" runat="server"
Width="64px" Text="注册"></asp:Button>
<asp:CompareValidator id="CompareValidator1" style="Z-INDEX: 114; LEFT: 456px; POSITION: absolute; TOP: 312px"
runat="server" ControlToValidate="TextBox4" ErrorMessage="密码和确认密码不符" ControlToCompare="TextBox3"></asp:CompareValidator>
<asp:Button id="Button2" style="Z-INDEX: 115; LEFT: 336px; POSITION: absolute; TOP: 424px" runat="server"
Width="56px" Text="重置"></asp:Button>
<asp:RequiredFieldValidator id="RequiredFieldValidator3" style="Z-INDEX: 116; LEFT: 456px; POSITION: absolute; TOP: 344px"
runat="server" ControlToValidate="TextBox1" ErrorMessage="请输入注册码"></asp:RequiredFieldValidator>
<asp:Label id="Label7" style="Z-INDEX: 117; LEFT: 456px; POSITION: absolute; TOP: 376px" runat="server"
Width="176px" ForeColor="Red"></asp:Label>
<asp:Panel id="Panel1" style="Z-INDEX: 118; LEFT: 16px; POSITION: absolute; TOP: 16px" runat="server"
Width="72px">
<FONT face="宋体">
<uc1:jthead id="Jthead1" runat="server"></uc1:jthead></FONT>
</asp:Panel>
<asp:Panel id="Panel2" style="Z-INDEX: 119; LEFT: 16px; POSITION: absolute; TOP: 472px" runat="server"
Width="96px">
<uc1:jtfoot id="Jtfoot1" runat="server"></uc1:jtfoot>
</asp:Panel>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -