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

📄 class_term.aspx

📁 学生成绩管理系统c#vs2005.rar
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="class_term.aspx.cs" Inherits="TERM_CL" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>Untitled Page</title>
</head>
<body bgcolor="#99ccff">
    <form id="form1" runat="server">
    <div>
        &nbsp;&nbsp;
        <div style="z-index: 101; left: 165px; width: 964px; position: absolute; top: 62px;
            height: 91px">
            <asp:Image ID="Image1" runat="server" Height="69px" ImageUrl="~/NewFolder1/f.bmp"
                Width="752px" />
            <div style="z-index: 101; left: 0px; width: 965px; position: absolute; top: 70px;
                height: 100px">
                <asp:Image ID="Image2" runat="server" Height="95px" ImageUrl="~/NewFolder1/a.bmp"
                    Width="750px" /></div>
        </div>
        &nbsp; &nbsp;&nbsp;&nbsp;&nbsp;<br />
        <br />
        &nbsp;&nbsp;<br />
        <br />
        <br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
        &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        <div style="z-index: 102; left: 165px; width: 780px; position: absolute; top: 258px;
            height: 75px">
        <asp:Label ID="lbl_ENGINEER" runat="server" Text="系部:" ForeColor="Purple"></asp:Label>&nbsp;&nbsp;<asp:Label ID="lblT_ENGINEER" runat="server" Text="软件系" Width="93px" ForeColor="Purple"></asp:Label>&nbsp;
        <asp:Label ID="lbl_ID" runat="server" Text="学号:" ForeColor="Purple"></asp:Label>
           
        <asp:Label ID="lblT_ID" runat="server" ForeColor="Purple" Width="103px"></asp:Label>&nbsp;&nbsp;&nbsp;
        <asp:Label ID="lbl_CLASS" runat="server" Text="班级:" ForeColor="Purple"></asp:Label>
        <asp:Label ID="lblT_CLASS" runat="server" Text="20501" ForeColor="Purple"></asp:Label>&nbsp;&nbsp;&nbsp;
            &nbsp;<asp:Label ID="lbl_NAME" runat="server" Text="姓名:" ForeColor="Purple"></asp:Label>
        <asp:Label ID="lblT_NAME" runat="server" Text="小王" Width="147px" ForeColor="Purple"></asp:Label>&nbsp;<br />
            <div style="z-index: 101; left: 511px; width: 257px; position: absolute; top: 46px;
                height: 41px">
                </div>
            <br />
            <asp:Label ID="lblSTD_MAJOR" runat="server" Text="专业:" ForeColor="Purple"></asp:Label>
            <asp:Label ID="lblTSTD_MAJOR" runat="server" Text="ACCP3.0" ForeColor="Purple" Width="123px"></asp:Label></div>
        <br />
        <br />
        </div>
        &nbsp;&nbsp;&nbsp &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp;&nbsp;
        <div style="z-index: 103; left: 163px; width: 731px; position: absolute; top: 402px;
            height: 250px">
            <div style="z-index: 101; left: -72px; width: 800px; position: absolute; top: 259px;
                height: 108px">
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;
                &nbsp; &nbsp; &nbsp;&nbsp;<br />
                &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp;
                <div style="z-index: 101; left: 43px; width: 158px; position: absolute; top: 25px;
                    height: 63px">
                    &nbsp;<asp:ImageButton ID="ImageButton1" runat="server" Height="44px" ImageUrl="~/NewFolder1/index3_0.gif"
                        PostBackUrl="~/std_index1.aspx" Width="130px"  />
                    </div>
            </div>
            <asp:GridView ID="GridView1" runat="server" Width="704px" AllowPaging="True" AllowSorting="True" ForeColor="Purple" OnPageIndexChanging="GridView1_PageIndexChanging" OnSorting="GridView1_Sorting" PageSize="5">
            </asp:GridView>
            <div style="z-index: 102; left: -9px; width: 821px; position: absolute; top: -57px;
                height: 37px">
                &nbsp;
                <asp:Label ID="Label1" runat="server" Text="学年" ForeColor="Purple"></asp:Label>&nbsp; &nbsp;<asp:DropDownList
                    ID="DropDownList1" runat="server" Width="96px" ForeColor="Purple">
                    <asp:ListItem>第一学年</asp:ListItem>
                    <asp:ListItem>第二学年</asp:ListItem>
                </asp:DropDownList>
                &nbsp; &nbsp;<asp:Label ID="Label2" runat="server" Text="学期" ForeColor="Purple"></asp:Label>&nbsp;
                <asp:DropDownList ID="DropDownList2" runat="server" Width="97px" ForeColor="Purple">
                    <asp:ListItem>第一学期</asp:ListItem>
                    <asp:ListItem>第二学期</asp:ListItem>
                </asp:DropDownList>
                &nbsp;&nbsp;
                <asp:Label ID="Label4" runat="server" Text="查询" ForeColor="Purple"></asp:Label>
                <asp:TextBox ID="txt_inquiry" runat="server" Width="99px"></asp:TextBox>
                <asp:Label ID="Label5" runat="server" Width="234px" ForeColor="#FF8080">*仅提供学号和姓名查询</asp:Label></div>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            <br />
            <asp:Button ID="btn_select" runat="server" Text="查询" ForeColor="Purple" Width="77px" />
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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