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

📄 scoreinfor.aspx

📁 一款很好的在线考试系统的毕业设计
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="ScoreInfor.aspx.cs" AutoEventWireup="false" Inherits="OLTestS.ScoreInfor" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>ScoreInfor</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">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:DataGrid id="DataGrid1" style="Z-INDEX: 101; LEFT: 32px; POSITION: absolute; TOP: 56px" runat="server"
					Width="280px" Height="264px" AutoGenerateColumns="False" BorderColor="#CC9966" BorderStyle="None"
					BorderWidth="1px" BackColor="White" CellPadding="4">
					<SelectedItemStyle Font-Bold="True" ForeColor="#663399" BackColor="#FFCC66"></SelectedItemStyle>
					<ItemStyle ForeColor="#330099" BackColor="White"></ItemStyle>
					<HeaderStyle Font-Bold="True" ForeColor="#FFFFCC" BackColor="#990000"></HeaderStyle>
					<FooterStyle ForeColor="#330099" BackColor="#FFFFCC"></FooterStyle>
					<Columns>
						<asp:BoundColumn DataField="StuNo" HeaderText="考号"></asp:BoundColumn>
						<asp:BoundColumn DataField="StuName" HeaderText="姓名"></asp:BoundColumn>
						<asp:BoundColumn DataField="Score" HeaderText="分数"></asp:BoundColumn>
					</Columns>
					<PagerStyle HorizontalAlign="Center" ForeColor="#330099" BackColor="#FFFFCC"></PagerStyle>
				</asp:DataGrid>
				<asp:Button id="Button1" style="Z-INDEX: 102; LEFT: 352px; POSITION: absolute; TOP: 56px" runat="server"
					Width="136px" Height="32px" Text="生成报表"></asp:Button>
				<asp:Label id="Label1" style="Z-INDEX: 103; LEFT: 352px; POSITION: absolute; TOP: 120px" runat="server"
					Width="80px" Height="24px">参考人数</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 104; LEFT: 352px; POSITION: absolute; TOP: 160px" runat="server"
					Width="80px" Height="24px">平均分数</asp:Label>
				<asp:Label id="Label3" style="Z-INDEX: 105; LEFT: 352px; POSITION: absolute; TOP: 200px" runat="server"
					Width="72px" Height="24px">最高分</asp:Label>
				<asp:Label id="Label4" style="Z-INDEX: 106; LEFT: 352px; POSITION: absolute; TOP: 240px" runat="server"
					Width="64px" Height="32px">最低分</asp:Label>
				<asp:TextBox id="TextBox1" style="Z-INDEX: 107; LEFT: 456px; POSITION: absolute; TOP: 120px"
					runat="server" Width="104px"></asp:TextBox>
				<asp:TextBox id="TextBox2" style="Z-INDEX: 108; LEFT: 456px; POSITION: absolute; TOP: 160px"
					runat="server" Width="104px"></asp:TextBox>
				<asp:TextBox id="TextBox3" style="Z-INDEX: 109; LEFT: 456px; POSITION: absolute; TOP: 200px"
					runat="server" Width="104px"></asp:TextBox>
				<asp:TextBox id="TextBox4" style="Z-INDEX: 110; LEFT: 456px; POSITION: absolute; TOP: 240px"
					runat="server" Width="104px"></asp:TextBox>
				<asp:Button id="Button2" style="Z-INDEX: 111; LEFT: 352px; POSITION: absolute; TOP: 304px" runat="server"
					Width="88px" Height="40px" Text="返回"></asp:Button></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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