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

📄 addjoinman.aspx

📁 在线考试,登陆身份包括学生、教师和管理员
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="AddJoinMan.aspx.cs" AutoEventWireup="false" Inherits="BSNetExam.PaperInfo.AddJoinMan" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>指定考试人员</title>
		<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
		<meta name="CODE_LANGUAGE" Content="C#">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
		<LINK href="../CSS/STYLE.CSS" type="text/css" rel="stylesheet">
		<script language="javascript" src="../CSS/NORightMouse.js"></script>
	</HEAD>
	<body style="OVERFLOW-X: hidden" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="520" align="center" border="0">
				<tr>
					<td><br>
					</td>
				</tr>
				<tr height="25">
					<td align="center"><font style="FONT-SIZE: 16px" face="黑体" color="#0054a6">确定参加考试人员</font></td>
				</tr>
				<tr>
					<td align="center"><table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111"
							width="400" id="AutoNumber1">
							<tr>
								<td width="88">
									<p align="center">&nbsp;选择部门:</p>
								</td>
								<td width="310">
									<asp:DropDownList id="DDLDept" runat="server" Width="305" AutoPostBack="True"></asp:DropDownList>
								</td>
							</tr>
							<tr>
								<td width="88">
									<p align="center">&nbsp;人员查询:</p>
								</td>
								<td width="310" valign="bottom">
									<asp:TextBox id="txtQuery" runat="server" Width="245px" MaxLength="20" CssClass="text" ToolTip="输入准考号或姓名或职务均可"></asp:TextBox>&nbsp;
									<asp:ImageButton id="ImgButQuery" runat="server" BorderWidth="0px" ImageUrl="../image/button/butQuery.gif"></asp:ImageButton>
								</td>
							</tr>
						</table>
					</td>
				</tr>
				<TR>
					<td align="center"><table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse" bordercolor="#111111"
							width="400">
							<tr>
								<td width="173" height="25" style="WIDTH: 173px">
									<p align="left">&nbsp;&nbsp; 已选成员</p>
								</td>
								<td height="25" width="36"></td>
								<td width="174" height="25">
									<p align="left">&nbsp;&nbsp;待选成员</p>
								</td>
							</tr>
							<tr>
								<td width="173" style="WIDTH: 173px" align="right"><asp:ListBox id="LBSelected" runat="server" Width="150" Height="250px"></asp:ListBox></td>
								<td align="center" width="36">
									<asp:Button id="butAllSelect" runat="server" Text="<<" style="FONT-WEIGHT: bold" title="增加所有人员"
										Width="32"></asp:Button>
									<br>
									<hr>
									<asp:Button id="butOneSelect" runat="server" Text="<" style="FONT-WEIGHT: bold" title="增加选择人员"
										Width="32"></asp:Button>
									<br>
									<hr>
									<asp:Button id="butOneDel" runat="server" Text=">" style="FONT-WEIGHT: bold" title="删除选择人员"
										Width="32"></asp:Button>
									<br>
									<hr>
									<asp:Button id="butAllDel" runat="server" Text=">>" style="FONT-WEIGHT: bold" title="删除所有人员"
										Width="32"></asp:Button>
								</td>
								<td width="174">
									<asp:ListBox id="LBSelect" runat="server" Height="250px" Width="150"></asp:ListBox>
								</td>
							</tr>
						</table>
					</td>
				</TR>
				<tr>
					<td align="center">
						<asp:RadioButtonList id="RBLType" runat="server" Width="368px" ForeColor="Red" RepeatDirection="Horizontal">
							<asp:ListItem Value="S">每个考生试卷一致生成</asp:ListItem>
							<asp:ListItem Value="D">每个考生试卷随机生成</asp:ListItem>
						</asp:RadioButtonList></td>
				</tr>
				<tr>
					<td align="right">
						<asp:ImageButton id="ImgBugNext" runat="server" ImageUrl="../image/button/butnext.gif"></asp:ImageButton></td>
				</tr>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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