📄 roomuseradd.aspx
字号:
<%@ Page language="c#" Codebehind="RoomUserAdd.aspx.cs" AutoEventWireup="false" Inherits="RoomMngSystem.RoomUserAdd" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>添加用户</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">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE id="Table1" style="Z-INDEX: 101; LEFT: 8px; WIDTH: 944px; POSITION: absolute; TOP: 0px; HEIGHT: 536px"
cellSpacing="1" cellPadding="1" width="944" border="1">
<TR>
<TD style="WIDTH: 692px; HEIGHT: 164px" colSpan="2" background="\RoomMngSystem\Operator\pic\sub3.gif"></TD>
</TR>
<TR>
<TD style="WIDTH: 692px; HEIGHT: 14px" vAlign="bottom" colSpan="2">
<asp:Button id="Button7" runat="server" Width="64px" BackColor="White" Height="16px" ForeColor="#62BFD0"
Text="用户管理" BorderStyle="None" Font-Names="幼圆"></asp:Button>
<asp:Button id="Button6" runat="server" Width="64px" BackColor="White" Height="16px" ForeColor="#62BFD0"
Text="系统管理" BorderStyle="None" Font-Names="幼圆"></asp:Button>
<asp:Button id="Button5" runat="server" Width="64px" BackColor="White" Height="16px" ForeColor="#62BFD0"
Text="数据管理" BorderStyle="None" Font-Names="幼圆"></asp:Button> </TD>
</TR>
<TR>
<TD vAlign="top" align="center">
<asp:panel id="Panel2" runat="server" Height="382px" HorizontalAlign="Left" Width="504px">
<P>
<asp:Label id="Label7" runat="server" ForeColor="Red" Width="316px"></asp:Label></P>
<P>
<asp:Label id="Label1" runat="server" Font-Names="幼圆" ForeColor="#404040" Height="16px" Width="80px">编 号</asp:Label>
<asp:TextBox id="TextBox1" runat="server" Height="24px" Width="153"></asp:TextBox></P>
<P>
<asp:Label id="Label2" runat="server" Font-Names="幼圆" ForeColor="#404040" Height="16px" Width="72px">姓 名</asp:Label>
<asp:TextBox id="TextBox2" runat="server" Height="24px" Width="153"></asp:TextBox></P>
<P>
<asp:Label id="Label3" runat="server" Font-Names="幼圆" ForeColor="#404040" Height="16px" Width="65px">密 码</asp:Label>
<asp:TextBox id="TextBox3" runat="server" Height="24px" Width="153" TextMode="Password"></asp:TextBox></P>
<P>
<asp:Label id="Label4" runat="server" Font-Names="幼圆" ForeColor="#404040" Height="16px" Width="80px">重复密码</asp:Label>
<asp:TextBox id="TextBox4" runat="server" Height="24px" Width="153" TextMode="Password"></asp:TextBox></P>
<P>
<asp:Label id="Label5" runat="server" Font-Names="幼圆" ForeColor="#404040" Height="16px" Width="80px">单 位</asp:Label>
<asp:DropDownList id="DropDownList1" runat="server" Height="32px" Width="96px"></asp:DropDownList></P>
<P>
<asp:Label id="Label6" runat="server" Font-Names="幼圆" ForeColor="#404040" Height="16px" Width="80px">用户类型</asp:Label>
<asp:DropDownList id="DropDownList2" runat="server" Height="32px" Width="96px">
<asp:ListItem Value="0">管理员</asp:ListItem>
<asp:ListItem Value="1" Selected="True">普通用户</asp:ListItem>
</asp:DropDownList></P>
<P>
</P>
<P>
<asp:Button id="Button4" runat="server" Font-Names="幼圆" BorderStyle="None" Text="保 存" ForeColor="White"
Height="23px" BackColor="#62BFD0" Width="69px" Font-Size="9pt"></asp:Button>
<asp:Button id="Button3" runat="server" Font-Names="幼圆" BorderStyle="None" Text="重 置" ForeColor="White"
Height="23px" BackColor="#62BFD0" Width="73px" Font-Size="9pt"></asp:Button></P>
<P>
<asp:image id="Image1" runat="server" Height="41px" Width="83px" ImageUrl="\RoomMngSystem\image\MUYUmark.gif"></asp:image>
</P>
</asp:panel></TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -