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

📄 book.aspx

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

<!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>
<script language="javascript" type="text/javascript">
// <!CDATA[

// ]]>
</script>
</head>
<body bgcolor="#99ccff">
    <form id="form1" runat="server">
    <div>
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
        <div style="z-index: 101; left: 189px; width: 685px; position: absolute; top: 30px;
            height: 81px">
            <asp:Image ID="Image1" runat="server" ImageUrl="~/NewFolder1/f.bmp" BackColor="Purple" />
            <div style="z-index: 101; left: 0px; width: 800px; position: absolute; top: 60px;
                height: 165px">
                <asp:Image ID="Image2" runat="server" ImageUrl="~/NewFolder1/a.bmp" ForeColor="Purple" /></div>
        </div>
        <div style="z-index: 102; left: 76px; width: 738px; position: absolute; top: 251px;
            height: 257px">
            &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;<asp:Label ID="Label2" runat="server" ForeColor="Purple" Text="姓名:"></asp:Label>
            &nbsp; &nbsp; &nbsp;
            <asp:TextBox ID="TextBox2" runat="server" ForeColor="Purple" Width="211px"></asp:TextBox><br />
            <br />
            &nbsp; &nbsp; <asp:Label ID="Label1" runat="server" ForeColor="Purple" Text="教工号:"></asp:Label>
            &nbsp; &nbsp;&nbsp;
            <asp:TextBox ID="TextBox1" runat="server" ForeColor="Purple" Width="210px"></asp:TextBox>
            &nbsp; &nbsp; &nbsp;<br />
            <br />
            &nbsp; <asp:Label ID="Label3" runat="server" ForeColor="Purple"
                Text="留言主题:"></asp:Label>
            &nbsp;&nbsp; &nbsp;<asp:TextBox ID="TextBox3" runat="server" ForeColor="Purple" 
                Width="94px"></asp:TextBox><br />
            <br />
            &nbsp; &nbsp;<asp:Label ID="Label4" runat="server" ForeColor="Purple" Text="留方内容:"></asp:Label>&nbsp;
            <br />
            <div style="z-index: 101; left: 107px; width: 490px; position: absolute; top: 145px;
                height: 142px">
                &nbsp; &nbsp;&nbsp;&nbsp;
                <div style="z-index: 101; left: -87px; width: 175px; position: absolute; top: 249px;
                    height: 67px">
                    <asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/NewFolder1/index3_0.gif" PostBackUrl="~/std_index1.aspx" /></div>
                <asp:TextBox ID="TextBox4" runat="server" ForeColor="Purple" Height="124px" TextMode="MultiLine"
                    Width="439px"></asp:TextBox></div>
            <br />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;
            &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />
            &nbsp; &nbsp;<br />
            <br />
            <br />
            &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp;<asp:Button
                ID="Button4" runat="server" ForeColor="Purple" Text="发表留言" OnClick="Button4_Click" Width="84px" />
            &nbsp;&nbsp; &nbsp; &nbsp; &nbsp;
            <asp:Button ID="Button2" runat="server" ForeColor="Purple" Text="取消"
                Width="86px" OnClick="Button2_Click" />
            &nbsp; &nbsp; &nbsp;
            <div style="z-index: 102; left: 596px; width: 476px; position: absolute; top: 27px;
                height: 325px">
                <div style="z-index: 101; left: -7px; width: 145px; position: absolute; top: -53px;
                    height: 46px">
                    <asp:Button ID="Button1" runat="server" ForeColor="Purple" OnClick="Button1_Click"
                        Text="最近回复:" Width="94px" /></div>
                <asp:GridView ID="GridView1" runat="server" Height="98px" Width="433px">
                </asp:GridView>
            </div>
        </div>
        <div style="z-index: 103; left: 773px; width: 268px; position: absolute; top: 230px;
            height: 53px">
            <asp:Label ID="Label5" runat="server" ForeColor="Purple" Width="210px"></asp:Label></div>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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