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

📄 main.aspx

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

<!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>
        <div style="z-index: 101; left: 9px; width: 165px; position: absolute; top: 117px;
            height: 426px">
            <asp:Button ID="bt_add_tch" runat="server" Text="注册一个教师"
                Width="159px" OnClick="bt_add_tch_Click" /><br />
            <br />
            <asp:Button ID="bt_add_std" runat="server"  Text="注册一个学生"
                Width="159px" OnClick="bt_add_std_Click" /><br />
            <br />
            <asp:Button ID="bt_change_std" runat="server"  Text="修改学生信息"
                Width="160px" OnClick="bt_change_std_Click" />
            <br />
            <br />
            <asp:Button ID="bt_change_cth" runat="server"  Text="改修教师信息"
                Width="160px" OnClick="bt_change_cth_Click" /><br />
            <br />
            <asp:Button ID="bt_cut_tch" runat="server" Text="注销一个教师"
                Width="161px" OnClick="bt_cut_tch_Click" /><br />
            <br />
            <asp:Button ID="bt_cut_std" runat="server" Text="注销一个学生" Width="160px" OnClick="bt_cut_std_Click" /><br />
            <br />
            <asp:Button ID="bt_lk_msg" runat="server" Text="查看留言" Width="160px" OnClick="bt_lk_msg_Click" />
            <br />
            <br />
            <asp:Button ID="bt_put_note" runat="server" Text="发布通知"
                Width="161px" OnClick="bt_put_note_Click" /><br />
            <br />
            <asp:Button ID="Btlook" runat="server" Text="查看登录情况"
                Width="161px" OnClick="Btlook_Click" /><br />
            <br />
            <asp:Button ID="bt_close" runat="server"  Text="退出系统" Width="162px" OnClick="bt_close_Click" /></div>
        <div style="z-index: 102; left: 3px; background-image: url(image/button.gif); width: 1000px;
            position: absolute; top: 544px; height: 73px; background-color: transparent">
            <div style="z-index: 101; left: 163px; width: 675px; position: absolute; top: 13px;
                height: 36px; text-align: center">
                <span style="font-size: 0.8em"><span style="color: fuchsia"><span style="text-decoration: underline">
                    湖南科技职业国家示范性软件学院 ACCP2051班第一项目小组开发 开发时间:2007--5 指导老师:徐薯华&nbsp; 专业老师:刘敏<br />
                </span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
                    &nbsp; <span style="text-decoration: underline">小组成员:钟爱、王荣华、唐伯喜、李梦军</span></span></span></div>
        </div>
        <div style="z-index: 103; left: 4px; width: 1003px; position: absolute; top: 8px;
            height: 99px; background-image: url(image/1.jpg);">
            </div>
        <div style="z-index: 104; left: 184px; width: 571px; border-top-style: inset; border-right-style: inset;
            border-left-style: inset; position: absolute; top: 112px; height: 415px; border-bottom-style: inset">
            <span style="color: #330000">尊贵的管理员:<br />
                &nbsp; &nbsp; &nbsp;&nbsp; 你好!<br />
                &nbsp; &nbsp; &nbsp; 管理员对本网站有最高权限,作为管理员有如下功能:<br />
                <br />
                &nbsp; &nbsp; &nbsp; &nbsp;1.注册老师;<br />
                <br />
                &nbsp; &nbsp; &nbsp;&nbsp; 2.注册学生<br />
                <br />
                &nbsp; &nbsp; &nbsp;&nbsp; 3.修改教师职工基本信息<br />
                <br />
                &nbsp; &nbsp; &nbsp;&nbsp; 4.注销教师身份登录用户<br />
                <br />
                &nbsp; &nbsp; &nbsp;&nbsp; 5.注销学生身份登录用户<br />
                <br />
                &nbsp; &nbsp; &nbsp;&nbsp; 6.查看所有身份发布的留言<br />
                <br />
                &nbsp; &nbsp; &nbsp; &nbsp;7.发布最高权限的通知或公告<br />
                <br />
                &nbsp; &nbsp; &nbsp;&nbsp; 8.查看登录情况<br />
            </span>
            <div style="z-index: 101; left: 580px; width: 249px; position: absolute; top: -1px;
                height: 433px">
                <asp:Image ID="Image2" runat="server" Height="421px" ImageUrl="~/image/mainleft.jpg"
                    Width="237px" /></div>
        </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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