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

📄 inputgrade.aspx

📁 一个办公管理系统完整版
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="inputGrade.aspx.cs" AutoEventWireup="false" Inherits="OfficeSys.admin.inputGrade" %>
<!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/css.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 280px; POSITION: absolute; TOP: 56px" runat="server"
					Width="104px" Height="24px">录入学生成绩</asp:Label>
				<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 240px; POSITION: absolute; TOP: 96px" runat="server"
					Width="64px" Height="24px">班级名:</asp:Label>
				<asp:DropDownList id="DropDownList1" style="Z-INDEX: 103; LEFT: 320px; POSITION: absolute; TOP: 88px"
					runat="server" Width="120px" Height="24px" AutoPostBack="True"></asp:DropDownList>
				<asp:Label id="Label3" style="Z-INDEX: 104; LEFT: 240px; POSITION: absolute; TOP: 128px" runat="server"
					Width="64px" Height="24px">学生名:</asp:Label>
				<asp:DropDownList id="DropDownList2" style="Z-INDEX: 105; LEFT: 320px; POSITION: absolute; TOP: 120px"
					runat="server" Width="120px" Height="24px"></asp:DropDownList>
				<asp:Label id="Label4" style="Z-INDEX: 106; LEFT: 240px; POSITION: absolute; TOP: 168px" runat="server"
					Width="64px" Height="16px">课程名:</asp:Label>
				<asp:DropDownList id="DropDownList3" style="Z-INDEX: 107; LEFT: 320px; POSITION: absolute; TOP: 160px"
					runat="server" Width="120px" Height="24px" AutoPostBack="True"></asp:DropDownList>
				<asp:Label id="Label5" style="Z-INDEX: 108; LEFT: 232px; POSITION: absolute; TOP: 248px" runat="server"
					Width="96px" Height="32px">考试类型:</asp:Label>
				<asp:DropDownList id="DropDownList4" style="Z-INDEX: 109; LEFT: 320px; POSITION: absolute; TOP: 240px"
					runat="server" Width="120px" Height="24px">
					<asp:ListItem Value="请选择">请选择</asp:ListItem>
					<asp:ListItem Value="考试科">考试科</asp:ListItem>
					<asp:ListItem Value="考察科">考察科</asp:ListItem>
				</asp:DropDownList>
				<asp:Label id="Label6" style="Z-INDEX: 110; LEFT: 232px; POSITION: absolute; TOP: 280px" runat="server"
					Width="72px" Height="32px">成绩:</asp:Label>
				<asp:TextBox id="TextBox1" style="Z-INDEX: 111; LEFT: 320px; POSITION: absolute; TOP: 280px"
					runat="server" Width="112px"></asp:TextBox>
				<asp:Button id="Button1" style="Z-INDEX: 112; LEFT: 264px; POSITION: absolute; TOP: 336px" runat="server"
					Width="60px" Height="25px" Text="确定"></asp:Button>
				<asp:Label id="Label7" style="Z-INDEX: 113; LEFT: 240px; POSITION: absolute; TOP: 208px" runat="server"
					Width="72px" Height="24px">教师名:</asp:Label>
				<asp:DropDownList id="DropDownList5" style="Z-INDEX: 114; LEFT: 320px; POSITION: absolute; TOP: 200px"
					runat="server" Width="120px" Height="24px"></asp:DropDownList>
				<asp:Label id="Message" style="Z-INDEX: 115; LEFT: 304px; POSITION: absolute; TOP: 416px" runat="server"
					Height="32px" Width="160px"></asp:Label>
				<asp:Button id="Button2" style="Z-INDEX: 116; LEFT: 352px; POSITION: absolute; TOP: 336px" runat="server"
					Height="25px" Width="60px" Text="刷新"></asp:Button>
				<asp:RangeValidator id="RangeValidator1" style="Z-INDEX: 117; LEFT: 456px; POSITION: absolute; TOP: 288px"
					runat="server" ErrorMessage="请输入成绩" ControlToValidate="TextBox1" Type="Double" MaximumValue="100"
					MinimumValue="0"></asp:RangeValidator></FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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