📄 webform1.aspx
字号:
<%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="tang.WebForm11" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>WebForm1</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="#33ccff">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 240px; POSITION: absolute; TOP: 40px" runat="server"
Width="200px" Height="56px" Font-Size="X-Large" Font-Bold="True" Font-Names="微软雅黑">学生用户注册</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 152px; POSITION: absolute; TOP: 96px" runat="server"
Height="8px" Width="72px">注意:</asp:Label>
<asp:Label id="Label3" style="Z-INDEX: 103; LEFT: 152px; POSITION: absolute; TOP: 128px" runat="server"
Height="16px" Width="592px">只有安排了上机实验课的同学才能注册,每个学生只能注册一次,请慎重填写!</asp:Label>
<asp:Label id="Label4" style="Z-INDEX: 104; LEFT: 184px; POSITION: absolute; TOP: 176px" runat="server"
Height="20px" Width="48px">学号:</asp:Label>
<asp:Label id="Label5" style="Z-INDEX: 105; LEFT: 152px; POSITION: absolute; TOP: 216px" runat="server"
Height="20px" Width="80px">真实姓名:</asp:Label>
<asp:Label id="Label6" style="Z-INDEX: 106; LEFT: 184px; POSITION: absolute; TOP: 248px" runat="server"
Height="20px" Width="48px">密码:</asp:Label>
<asp:Label id="Label7" style="Z-INDEX: 107; LEFT: 152px; POSITION: absolute; TOP: 280px" runat="server"
Height="20px" Width="80px">密码确认:</asp:Label>
<asp:Label id="Label8" style="Z-INDEX: 108; LEFT: 184px; POSITION: absolute; TOP: 312px" runat="server"
Height="20px" Width="48px">性别:</asp:Label>
<asp:Label id="Label9" style="Z-INDEX: 109; LEFT: 184px; POSITION: absolute; TOP: 344px" runat="server"
Height="20px" Width="48px">班级:</asp:Label>
<asp:Label id="Label10" style="Z-INDEX: 110; LEFT: 152px; POSITION: absolute; TOP: 384px" runat="server"
Height="20px" Width="80px">个人说明:</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 111; LEFT: 240px; POSITION: absolute; TOP: 176px"
runat="server" Height="20px" Width="160px"></asp:TextBox>
<asp:TextBox id="TextBox2" style="Z-INDEX: 112; LEFT: 240px; POSITION: absolute; TOP: 216px"
runat="server" Height="20px" Width="160px"></asp:TextBox>
<asp:TextBox id="TextBox3" style="Z-INDEX: 113; LEFT: 240px; POSITION: absolute; TOP: 248px"
runat="server" Height="20px" Width="160px" TextMode="Password"></asp:TextBox>
<asp:TextBox id="TextBox4" style="Z-INDEX: 114; LEFT: 240px; POSITION: absolute; TOP: 280px"
runat="server" Height="20px" Width="160px" TextMode="Password"></asp:TextBox>
<asp:TextBox id="TextBox5" style="Z-INDEX: 115; LEFT: 240px; POSITION: absolute; TOP: 312px"
runat="server" Height="20px" Width="160px"></asp:TextBox>
<asp:TextBox id="TextBox6" style="Z-INDEX: 116; LEFT: 240px; POSITION: absolute; TOP: 344px"
runat="server" Height="20px" Width="160px"></asp:TextBox>
<asp:TextBox id="TextBox7" style="Z-INDEX: 117; LEFT: 240px; POSITION: absolute; TOP: 376px"
runat="server" Height="104px" Width="448px"></asp:TextBox>
<asp:Label id="Label11" style="Z-INDEX: 118; LEFT: 408px; POSITION: absolute; TOP: 176px" runat="server"
Height="20px" Width="200px">(您只可注册一次)</asp:Label>
<asp:Label id="Label12" style="Z-INDEX: 119; LEFT: 408px; POSITION: absolute; TOP: 216px" runat="server"
Height="20px" Width="176px">(请填写您的真实姓名)</asp:Label>
<asp:Label id="Label13" style="Z-INDEX: 120; LEFT: 408px; POSITION: absolute; TOP: 248px" runat="server"
Height="20px" Width="300px">(为了您的安全,密码必须在6-20之间)</asp:Label>
<asp:Label id="Label14" style="Z-INDEX: 121; LEFT: 232px; POSITION: absolute; TOP: 488px" runat="server"
Height="20px" Width="184px">(最多可以有250字)</asp:Label>
<asp:Button id="Button1" style="Z-INDEX: 122; LEFT: 240px; POSITION: absolute; TOP: 512px" runat="server"
Height="20px" Width="60px" Text="提交"></asp:Button>
<asp:Button id="Button2" style="Z-INDEX: 123; LEFT: 320px; POSITION: absolute; TOP: 512px" runat="server"
Height="20px" Width="60px" Text="重填"></asp:Button>
<asp:CompareValidator id="CompareValidator1" style="Z-INDEX: 124; LEFT: 416px; POSITION: absolute; TOP: 280px"
runat="server" Height="20px" Width="152px" ErrorMessage="请输入形同的密码" Display="Dynamic" ControlToCompare="TextBox4"
ControlToValidate="TextBox3"></asp:CompareValidator>
<asp:Label id="Label15" style="Z-INDEX: 125; LEFT: 408px; POSITION: absolute; TOP: 344px" runat="server"
Height="20px" Width="200px">(请确保您的班级已注册)</asp:Label>
<asp:Label id="Label16" style="Z-INDEX: 126; LEFT: 240px; POSITION: absolute; TOP: 544px" runat="server"
Height="16px" Width="328px"></asp:Label>
<asp:Button id="Button3" style="Z-INDEX: 127; LEFT: 400px; POSITION: absolute; TOP: 512px" runat="server"
Height="20px" Width="70px" Text="返回登陆"></asp:Button></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -