📄 inputcourse.aspx
字号:
<%@ Page language="c#" Codebehind="inputCourse.aspx.cs" AutoEventWireup="false" Inherits="OfficeSys.admin.inputCourse" %>
<!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: 232px; POSITION: absolute; TOP: 56px" runat="server"
Width="96px" Height="32px">录入课程信息</asp:Label>
<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 200px; POSITION: absolute; TOP: 88px" runat="server"
Width="64px" Height="32px">课程号:</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 103; LEFT: 272px; POSITION: absolute; TOP: 80px" runat="server"
Width="128px"></asp:TextBox>
<asp:Label id="Label3" style="Z-INDEX: 104; LEFT: 200px; POSITION: absolute; TOP: 128px" runat="server"
Width="64px" Height="32px">课程名:</asp:Label>
<asp:TextBox id="TextBox2" style="Z-INDEX: 105; LEFT: 272px; POSITION: absolute; TOP: 128px"
runat="server" Width="128px"></asp:TextBox>
<asp:Label id="Label4" style="Z-INDEX: 106; LEFT: 200px; POSITION: absolute; TOP: 176px" runat="server"
Width="64px" Height="24px">班级名:</asp:Label>
<asp:DropDownList id="DropDownList1" style="Z-INDEX: 107; LEFT: 272px; POSITION: absolute; TOP: 176px"
runat="server" Width="128px" Height="32px"></asp:DropDownList>
<asp:Label id="Label5" style="Z-INDEX: 108; LEFT: 200px; POSITION: absolute; TOP: 224px" runat="server"
Width="64px" Height="24px">教师名:</asp:Label>
<asp:DropDownList id="DropDownList2" style="Z-INDEX: 109; LEFT: 272px; POSITION: absolute; TOP: 216px"
runat="server" Width="128px" Height="24px"></asp:DropDownList>
<asp:Button id="Button1" style="Z-INDEX: 110; LEFT: 208px; POSITION: absolute; TOP: 272px" runat="server"
Width="64px" Text="确定"></asp:Button>
<asp:Label id="Message" style="Z-INDEX: 111; LEFT: 184px; POSITION: absolute; TOP: 320px" runat="server"
Height="32px" Width="192px"></asp:Label>
<asp:Button id="Button2" style="Z-INDEX: 112; LEFT: 312px; POSITION: absolute; TOP: 272px" runat="server"
Width="64px" Text="刷新"></asp:Button>
<asp:RequiredFieldValidator id="RequiredFieldValidator1" style="Z-INDEX: 113; LEFT: 392px; POSITION: absolute; TOP: 88px"
runat="server" Height="24px" Width="144px" ErrorMessage="课程号不可以为空" ControlToValidate="TextBox1"></asp:RequiredFieldValidator>
<asp:RequiredFieldValidator id="RequiredFieldValidator2" style="Z-INDEX: 114; LEFT: 400px; POSITION: absolute; TOP: 128px"
runat="server" Height="24px" Width="152px" ErrorMessage="课程名不可以为空" ControlToValidate="TextBox2"></asp:RequiredFieldValidator></FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -