📄 zhuce.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="zhuce.aspx.cs" Inherits="zhuce" %>
<!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 style="background-color: #ffffcc">
<form id="form1" runat="server">
<div>
<table align="center" width="100%">
<tr>
<td colspan="3" style="height: 63px">
</td>
</tr>
<tr>
<td align="center" colspan="3" valign="middle">
</td>
</tr>
<tr>
<td align="center" colspan="3" valign="middle">
</td>
</tr>
<tr>
<td align="center" colspan="3" style="height: 21px" valign="middle">
<table align="center" border="1" cellpadding="0" cellspacing="0">
<tr>
<td style="font-weight: bold; width: 304px; color: #ff3300; height: 16px; background-color: #ffffcc;
text-align: center">
<asp:Label ID="labLogin" runat="server" Font-Size="9pt" Text="注册新用户" Width="124px"></asp:Label></td>
</tr>
<tr>
<td style="vertical-align: top; width: 304px; background-color: #ffffcc">
<table id="Table2" align="center" border="1" bordercolor="aliceblue" cellpadding="0"
cellspacing="0" onclick="return TABLE1_onclick()">
<tr>
<td style="width: 107px; height: 23px; text-align: center">
<asp:Label ID="Label2" runat="server" Text="用户ID"></asp:Label></td>
<td style="width: 188px; height: 23px; text-align: center">
<asp:TextBox ID="TextBox2" runat="server" Height="20px" Width="150px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; height: 25px; text-align: center">
<asp:Label ID="Label3" runat="server" Text="密码"></asp:Label></td>
<td style="width: 188px; height: 25px; text-align: center">
<asp:TextBox ID="TextBox3" runat="server" Height="20px" TextMode="Password" Width="150px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; height: 25px; text-align: center">
<asp:Label ID="Label4" runat="server" Text="确认密码"></asp:Label></td>
<td style="width: 188px; height: 25px; text-align: center">
<asp:TextBox ID="TextBox4" runat="server" Height="20px" TextMode="Password" Width="150px"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 107px; height: 19px; text-align: center">
</td>
<td style="width: 188px; height: 19px; text-align: center">
<asp:Button ID="Button2" runat="server" ForeColor="Red" OnClick="Button2_Click" Style="font-weight: bold"
Text="注册" />
<asp:Button ID="Button1" runat="server" ForeColor="Red" OnClick="Button1_Click" Style="font-weight: bold"
Text="返回" /></td>
</tr>
</table>
</td>
</tr>
</table>
<br />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -