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

📄 viewstusrc.aspx

📁 XStuMan学生管理系统是面向中小学信息化管理的一套学生管理系统
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="viewstusrc.aspx.cs" AutoEventWireup="false" Inherits="stuman.viewstusrc" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>viewstusrc</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">
		<LINK href="main.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<div id="selclass" runat="server">
			<form id="Form1" method="post" runat="server">
				<table class="main" cellSpacing="0" cellPadding="0" width="100%" border="0">
					<tr>
						<td colSpan="2">
							<div align="center">选择班级</div>
						</td>
					</tr>
					<tr>
						<td width="25%" style="HEIGHT: 15px">
							<div align="center">入学时间</div>
						</td>
						<td style="HEIGHT: 15px"><asp:dropdownlist id="Edschooldate" runat="server" Width="100px" CssClass="main">
								<asp:ListItem Value="2002" Selected="True">2002</asp:ListItem>
								<asp:ListItem Value="2003">2003</asp:ListItem>
								<asp:ListItem Value="2004">2004</asp:ListItem>
								<asp:ListItem Value="2005">2005</asp:ListItem>
								<asp:ListItem Value="2006">2006</asp:ListItem>
							</asp:dropdownlist></td>
					</tr>
					<tr>
						<td style="HEIGHT: 24px" width="25%">
							<div align="center">班</div>
						</td>
						<td style="HEIGHT: 24px"><asp:textbox id="Edclass" runat="server" Width="100px" BorderColor="#404040" BorderStyle="Solid"
								BorderWidth="1px" CssClass="main"></asp:textbox></td>
					</tr>
					<tr>
						<td style="HEIGHT: 16px" width="25%">
							<div align="center">科目</div>
						</td>
						<td style="HEIGHT: 16px"><asp:dropdownlist id="Edsubject" runat="server" Width="100px" CssClass="main">
								<asp:ListItem Value="ch">语文</asp:ListItem>
								<asp:ListItem Value="ma">数学</asp:ListItem>
								<asp:ListItem Value="en">英语</asp:ListItem>
								<asp:ListItem Value="so">政治</asp:ListItem>
								<asp:ListItem Value="ph">物理</asp:ListItem>
								<asp:ListItem Value="cm">化学</asp:ListItem>
								<asp:ListItem Value="ba">生物</asp:ListItem>
								<asp:ListItem Value="er">地理</asp:ListItem>
								<asp:ListItem Value="hs">历史</asp:ListItem>
								<asp:ListItem Value="cp">计算机</asp:ListItem>
								<asp:ListItem Value="pe">体育</asp:ListItem>
							</asp:dropdownlist></td>
					</tr>
					<tr>
						<td style="HEIGHT: 14px" width="25%">
							<div align="center">类别</div>
						</td>
						<td style="HEIGHT: 14px"><asp:dropdownlist id="Edsort" runat="server" Width="100px" CssClass="main">
								<asp:ListItem Value="mid">期中</asp:ListItem>
								<asp:ListItem Value="fnl">期末</asp:ListItem>
								<asp:ListItem Value="nom">普通</asp:ListItem>
								<asp:ListItem Value="met">会考</asp:ListItem>
							</asp:dropdownlist>&nbsp;</td>
					</tr>
					<tr>
						<td colSpan="2">
							<div align="center"></div>
							<div align="center"><asp:button id="btnok" runat="server" Text="确定" BorderColor="#404040" BorderStyle="Solid" BorderWidth="1px"
									CssClass="main"></asp:button></div>
						</td>
					</tr>
				</table>
			</form>
		</div>
		<div id="seldate" runat="server">
			<form id="Form2" method="post" runat="server">
				<table class="main" cellSpacing="0" cellPadding="0" width="100%" border="0">
					<tr>
						<td>
							<div align="center"><FONT face="宋体">选择日期</FONT></div>
						</td>
					</tr>
					<tr>
						<td>
							<div align="center"><FONT face="宋体"></FONT><asp:listbox id="ListBox1" runat="server" Width="213px" CssClass="main"></asp:listbox></div>
						</td>
					</tr>
					<tr>
						<td>
							<div align="center"><asp:button id="btnselok" runat="server" Text="确定" BorderColor="#404040" BorderStyle="Solid"
									BorderWidth="1px" CssClass="main"></asp:button></div>
						</td>
					</tr>
				</table>
			</form>
		</div>
		<div id="view" runat="server">
			<form id="Form3" method="post" runat="server">
				<table class="main" cellSpacing="0" cellPadding="0" width="100%" border="0">
					<tr>
						<td>
							<div align="center"><asp:label id="lblclass" runat="server"></asp:label></div>
						</td>
					</tr>
					<tr>
						<td>
							<div align="center"><asp:datagrid id="DataGrid1" runat="server" CssClass="main" GridLines="Horizontal" CellPadding="4"
									BackColor="White" BorderWidth="1px" CellSpacing="1" BorderStyle="Double" BorderColor="#33CCFF" AllowSorting="True"
									AutoGenerateColumns="False">
									<SelectedItemStyle Font-Bold="True" ForeColor="White" BackColor="#339966"></SelectedItemStyle>
									<ItemStyle Wrap="False" ForeColor="#333333" BackColor="Azure"></ItemStyle>
									<HeaderStyle Font-Bold="True" Wrap="False" ForeColor="White" BackColor="#33CCFF"></HeaderStyle>
									<FooterStyle ForeColor="#333333" BackColor="White"></FooterStyle>
									<Columns>
										<asp:BoundColumn DataField="stuid" ReadOnly="True" HeaderText="编号">
											<HeaderStyle Wrap="False" Width="100px"></HeaderStyle>
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn DataField="name" ReadOnly="True" HeaderText="姓名">
											<HeaderStyle Wrap="False" Width="50px"></HeaderStyle>
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn DataField="src" ReadOnly="True" HeaderText="成绩">
											<HeaderStyle Wrap="False" Width="200px"></HeaderStyle>
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
										<asp:BoundColumn Visible="False" DataField="num" HeaderText="名次">
											<HeaderStyle Wrap="False" Width="50px"></HeaderStyle>
											<ItemStyle Wrap="False"></ItemStyle>
										</asp:BoundColumn>
									</Columns>
									<PagerStyle HorizontalAlign="Center" ForeColor="White" BackColor="#336666" Mode="NumericPages"></PagerStyle>
								</asp:datagrid></div>
						</td>
					</tr>
					<tr>
						<td>
							<div align="center">
								<TABLE class="main" id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
									<TR>
										<TD noWrap align="center" width="25%" colSpan="2" rowSpan="1">成绩统计</TD>
									</TR>
									<TR>
										<TD noWrap align="center" width="25%">学生人数</TD>
										<TD noWrap><asp:label id="Mecount" runat="server"></asp:label></TD>
									</TR>
									<TR>
										<TD noWrap align="center" width="25%">优秀人数</TD>
										<TD noWrap><asp:label id="Megood" runat="server"></asp:label></TD>
									</TR>
									<TR>
										<TD noWrap align="center" width="25%">及格人数</TD>
										<TD noWrap><asp:label id="Mepass" runat="server"></asp:label></TD>
									</TR>
									<TR>
										<TD noWrap align="center" width="25%">平均成绩</TD>
										<TD noWrap><asp:label id="Meping" runat="server"></asp:label></TD>
									</TR>
									<TR>
										<TD noWrap align="center" width="25%">最高成绩</TD>
										<TD noWrap><asp:label id="Metop" runat="server"></asp:label></TD>
									</TR>
								</TABLE>
							</div>
						</td>
					</tr>
					<tr>
						<td>
							<div align="center"><asp:button id="btnsort" runat="server" Text="按成绩排序" BorderColor="#404040" BorderStyle="Solid"
									BorderWidth="1px" CssClass="main"></asp:button><asp:button id="btnpic" runat="server" Text="生成图表" BorderColor="#404040" BorderStyle="Solid"
									BorderWidth="1px" CssClass="main"></asp:button></div>
						</td>
					</tr>
				</table>
			</form>
		</div>
	</body>
</HTML>

⌨️ 快捷键说明

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