📄 user_add.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="user_add.aspx.cs" Inherits="系统设置_Default" %>
<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[
function Reset1_onclick() {
}
// ]]>
</script>
</head>
<body>
<form id="form1" runat="server">
<div style="text-align: center">
<table style="border-right: #003399 1px solid; border-top: #003399 1px solid; border-left: #003399 1px solid;
border-bottom: #003399 1px solid; border-collapse: collapse">
<tr>
<td style="border-right: #003399 0px solid; border-top: #003399 0px solid; border-left: #003399 0px solid;
width: 79px; border-bottom: #003399 0px solid; height: 42px; background-color: #003399">
</td>
<td colspan="2" style="background-color: #003399; text-align: center">
<span style="font-size: 10pt; color: #ffffff">添加用户</span></td>
<td style="width: 77px; background-color: #003399">
</td>
</tr>
<tr>
<td style="border-right: #003399 1px solid; border-top: #003399 1px solid; border-left: #003399 1px solid;
border-bottom: #003399 1px solid; height: 38px; text-align: center">
<span style="font-size: 10pt">用户名:</span></td>
<td colspan="2" style="border-right: #003399 0px solid; border-top: #003399 1px solid;
border-left: #003399 1px solid; border-bottom: #003399 1px solid; text-align: left">
<asp:TextBox ID="TextBox1" runat="server" Width="139px"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TextBox1"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
<td style="border-right: #003399 1px solid; border-top: #003399 1px solid; border-left: #003399 0px solid;
border-bottom: #003399 1px solid">
</td>
</tr>
<tr>
<td style="border-right: #003399 1px solid; border-top: #003399 1px solid; border-left: #003399 1px solid;
border-bottom: #003399 1px solid; height: 38px; text-align: center">
<span style="font-size: 10pt">密码:</span></td>
<td colspan="2" style="border-right: #003399 0px solid; border-top: #003399 1px solid;
border-left: #003399 1px solid; border-bottom: #003399 1px solid; text-align: left">
<asp:TextBox ID="TextBox2" runat="server" TextMode="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="TextBox2"
ErrorMessage="*"></asp:RequiredFieldValidator></td>
<td style="border-right: #003399 1px solid; border-top: #003399 1px solid; border-left: #003399 0px solid;
border-bottom: #003399 1px solid">
</td>
</tr>
<tr>
<td style="height: 36px">
</td>
<td style="width: 100px; text-align: center">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="添加" Width="70px" /></td>
<td style="width: 100px; text-align: center">
<input id="Reset1" type="reset" value="重置" onclick="return Reset1_onclick()" style="width: 70px" /></td>
<td>
</td>
</tr>
</table>
<br />
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -