⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 createuser.aspx

📁 企业短信收发系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="CreateUser.aspx.cs" AutoEventWireup="false" Inherits="MessageMis.UserManage.CreateUser" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>CreateUser</title>
		<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<script language="javascript">
	function Gotourl()
	{
		document.getElementById("aaa").style;
	}
	
		</script>
		<form id="Form1" method="post" runat="server">
			<asp:Panel id="Panel1" style="Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 8px" runat="server"
				Width="296px" Height="328px">
				<TABLE id="bbb" style="FONT-SIZE: 15px; BORDER-LEFT-COLOR: black; BORDER-BOTTOM-COLOR: black; WIDTH: 360px; BORDER-TOP-COLOR: black; HEIGHT: 272px; BORDER-RIGHT-COLOR: black">
					<TR>
						<TD style="WIDTH: 138px"><FONT face="宋体">项</FONT></TD>
						<TD><FONT face="宋体">值</FONT></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 138px">
							<asp:Label id="Label1" runat="server" Width="80px">用户名:</asp:Label></TD>
						<TD>
							<asp:TextBox id="txtUserName" runat="server"></asp:TextBox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 138px">
							<asp:Label id="Label2" runat="server" Width="80px">密码:</asp:Label></TD>
						<TD>
							<asp:TextBox id="txtPwd" runat="server" TextMode="Password"></asp:TextBox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 138px; HEIGHT: 28px">
							<asp:Label id="Label3" runat="server" Width="80px">姓名:</asp:Label></TD>
						<TD style="HEIGHT: 28px">
							<asp:TextBox id="txtName" runat="server"></asp:TextBox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 138px">
							<asp:Label id="Label4" runat="server" Width="80px">性别:</asp:Label></TD>
						<TD><FONT face="宋体">
								<asp:DropDownList id="ddlSex" runat="server" Width="48px">
									<asp:ListItem Value="0" Selected="True">男</asp:ListItem>
									<asp:ListItem Value="1">女</asp:ListItem>
								</asp:DropDownList></FONT></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 138px">
							<asp:Label id="Label5" runat="server" Width="80px">手机:</asp:Label></TD>
						<TD>
							<asp:TextBox id="txtMob" runat="server"></asp:TextBox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 138px"><FONT face="宋体">
								<asp:Label id="Label6" runat="server" Width="80px">备注</asp:Label></FONT></TD>
						<TD>
							<asp:TextBox id="txtRem" runat="server" TextMode="MultiLine"></asp:TextBox></TD>
					</TR>
					<TR>
						<TD style="WIDTH: 147px" align="center" colSpan="2"><FONT face="宋体"></FONT>
							<asp:Button id="btnSubmit" runat="server" Width="56px" Text="添加"></asp:Button><FONT face="宋体">&nbsp;</FONT>
							<INPUT style="WIDTH: 52px; HEIGHT: 24px" type="reset" value="清空"></TD>
					</TR>
				</TABLE>
			</asp:Panel>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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