📄 userinfo.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="UserInfo.aspx.cs" Inherits="UserInfo" %>
<!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">
<asp:Label ID="Label1" runat="server" Height="22px" Text="用户信息管理 " Width="145px" Font-Bold="True"></asp:Label>
<hr />
<br />
<table width="650px" border="1">
<tr>
<td style="width: 238px">所有用户</td>
<td colspan="2" width="60%">详细信息</td>
</tr>
<tr>
<td rowspan="6" valign="top" style="width: 238px">
<asp:ListBox ID="ListBox1" runat="server" Height="291px" Width="161px"></asp:ListBox>
<br />
<asp:Button ID="Button1" runat="server" Text="添加" />
<asp:Button ID="Button2" runat="server" Text="删除" />
</td>
<td align="right" width="20%" style="height: 28px">用户名</td>
<td width="80%" style="height: 28px">
<asp:TextBox ID="TextBox1" runat="server" Height="16px" ></asp:TextBox>
</td>
</tr>
<tr>
<td align="right" style="height: 28px" >密码</td>
<td style="height: 28px" >
<asp:TextBox ID="TextBox2" runat="server" Height="16px" ></asp:TextBox>
</td>
</tr>
<tr>
<td align="right" style="height: 28px">所属公司</td>
<td style="height: 28px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="149px">
</asp:DropDownList></td>
</tr>
<tr>
<td align="right" style="height: 29px" >是否管理员</td>
<td style="height: 29px">
<asp:CheckBox ID="CheckBox1" runat="server" Width="110px" Text="系统管理员"/>
</td>
</tr>
<tr>
<td align="right" style="height: 60px" >角色列表</td>
<td style="height: 60px" valign="top">
<asp:CheckBoxList ID="CheckBoxList1" runat="server" Width="152px">
</asp:CheckBoxList></td>
</tr>
<tr>
<td align="right" style="height: 117px">备注</td>
<td style="height: 117px">
<asp:TextBox ID="TextBox6" runat="server" Height="121px" Width="265px" TextMode="MultiLine" Wrap="true"></asp:TextBox>
</td>
</tr>
<tr>
<td rowspan="1" style="width: 238px">
</td>
<td align="right" colspan="2">
<asp:Button ID="Button3" runat="server" Text="确认" Width="79px" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -