register.aspx.svn-base

来自「大学英语学习系统」· SVN-BASE 代码 · 共 68 行

SVN-BASE
68
字号
<%@ 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">
                    学 &nbsp; &nbsp; &nbsp; 号:</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">
                    姓 &nbsp; &nbsp; &nbsp; 名:</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">
                    密 &nbsp; &nbsp; &nbsp; 码:</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>&nbsp;
                </td>
            </tr>
            <tr>
                <td height="22" align="right" bgcolor="#FFFFFF" style="width: 198px">
                    班 &nbsp; &nbsp; &nbsp;&nbsp; 级:</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">
                    &nbsp;
                    <asp:Button CssClass="search" ID="BtnAddUser" runat="server" Text="确定" Width="41px" OnClick="BtnAddUser_Click"  />
              <input
                        type="reset" class="search" id="BtnReset" value="重置" runat="server" />&nbsp;<asp:Button
                            ID="BtnGoback" runat="server" OnClick="BtnGoback_Click" Text="返回" /></td>
            </tr>
      </table>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?