📄 register.aspx.svn-base
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Register.aspx.cs" Inherits="SystemManage_Register" %>
<!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>
</head>
<body>
<form id="form1" runat="server">
<div>
<table border="1" align="center" cellpadding="1" cellspacing="1" bordercolor="#FFFFFF" bgcolor="#666666" frame="border" class="style2" style="width: 360px" >
<tr>
<td colspan="2" align="center" bgcolor="#FFFFFF" style="height: 22px">
学生注册</td>
</tr>
<tr>
<td height="22" align="right" bgcolor="#FFFFFF" style="width: 198px">
学 号:</td>
<td width="487" height="22" align="left" bgcolor="#FFFFFF" style="width: 440px">
<asp:TextBox CssClass="search" ID="TxtSno" runat="server" Width="148px" MaxLength="10"></asp:TextBox>
</td>
</tr>
<tr>
<td height="22" align="right" bgcolor="#FFFFFF" style="width: 198px">
姓 名:</td>
<td height="22" align="left" bgcolor="#FFFFFF" style="width: 440px">
<asp:TextBox CssClass="search" ID="TxtSname" runat="server" Width="148px" MaxLength="20"></asp:TextBox>
</td>
</tr>
<tr>
<td height="22" align="right" bgcolor="#FFFFFF" style="width: 198px">
密 码:</td>
<td height="22" align="left" bgcolor="#FFFFFF" style="width: 440px">
<asp:TextBox CssClass="search" ID="TxtSPassword" runat="server" TextMode="Password" Width="148px" MaxLength="20"></asp:TextBox>
</td>
</tr>
<tr>
<td height="22" align="right" bgcolor="#FFFFFF" style="width: 198px">
确认密码:</td>
<td height="22" align="left" bgcolor="#FFFFFF">
<asp:TextBox CssClass="search" ID="TxtConfirm" runat="server" TextMode="Password" Width="148px" MaxLength="20"></asp:TextBox>
</td>
</tr>
<tr>
<td height="22" align="right" bgcolor="#FFFFFF" style="width: 198px">
班 级:</td>
<td height="22" align="left" bgcolor="#FFFFFF" style="width: 440px">
<asp:TextBox ID="TxtSClass" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td colspan="2" align="center" bgcolor="#FFFFFF" style="height: 23px">
<asp:Button CssClass="search" ID="BtnAddUser" runat="server" Text="确定" Width="41px" OnClick="BtnAddUser_Click" />
<input
type="reset" class="search" id="BtnReset" value="重置" runat="server" /> <asp:Button
ID="BtnGoback" runat="server" OnClick="BtnGoback_Click" Text="返回" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -