?? add_users.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" CodeFile="add_Users.aspx.cs" Inherits="add_Users" %>
<!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>
<link href="StyleSheet.css" rel="stylesheet" type="text/css" />
</head>
<body >
<form id="form1" runat="server">
<div align="center">
<table border="0" bordercolor="#ffffff" cellpadding="0" cellspacing="0" style="font-weight: bold; font-size: 14px;
width: 317px; font-family: 仿宋_GB2312; height: 108px; border-top-width: thin; border-left-width: thin; border-left-color: #009900; border-top-color: #009900; border-right-width: thin; border-right-color: #009900; border-bottom-style: none;" bgcolor="#ffffff">
<tr>
<td align="center" bgcolor="#33ffff" colspan="5" style="font-weight: bold; font-size: 20pt;
color: white; font-style: italic; font-family: 楷體_GB2312; height: 32px" background="BG/007.jpg">
添加用戶信息
</td>
</tr>
<tr>
<td align="center" colspan="2" nowrap="nowrap" style="height: 24px">
用戶姓名:</td>
<td align="left" style="width: 92px; height: 24px">
<asp:TextBox ID="TextBox1_name" runat="server" Width="139px"></asp:TextBox></td>
<td colspan="2" rowspan="5" align="right" valign="top">
<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/EditUsers.aspx" Width="38px">返回</asp:HyperLink>
</td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 26px">
密碼:</td>
<td align="left" style="width: 92px; height: 26px">
<asp:TextBox ID="PassWord_box" runat="server" TextMode="Password"></asp:TextBox></td>
</tr>
<tr>
<td align="center" colspan="2" style="height: 34px">
權(quán)限:</td>
<td style="width: 92px; height: 34px">
<asp:RadioButtonList ID="RadioButtonList1" runat="server" Height="21px"
RepeatDirection="Horizontal" Width="161px" CellSpacing="0" Font-Italic="False" Font-Size="12px">
<asp:ListItem Value="2">學(xué)生</asp:ListItem>
<asp:ListItem Value="1">教師</asp:ListItem>
<asp:ListItem Value="2">管理員</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr>
<td style="height: 41px;" align="left" colspan="2" valign="top">
</td>
<td align="center" style="width: 92px; height: 41px;">
<table border="0" style="width: 80px; height: 8px">
<tr>
<td style="width: 100px; height: 26px">
<asp:Button ID="Button1" runat="server" OnClick="Button1_Click" Text="添加" /></td>
<td align="center" colspan="2" style="height: 26px">
<asp:Button ID="Button2" runat="server" OnClick="Button2_Click" Text="取消" /></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 70px;">
</td>
<td>
</td>
<td align="center" style="width: 92px;">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -