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

📄 default.aspx

📁 该程序是写的一个学生成绩管理系统是在 2005 ASp.net 环境下开发的
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!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>学生成绩查询系统</title>
</head>
<body style="font-size: 20pt; color: #3366ff; font-family: 隶书" text="#000000">
    <form id="form1" runat="server">
    <div style="text-align: center">
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;<br />
        <br />
        &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
        <br />
        <asp:Panel ID="Panel1" runat="server" Height="447px" Style="z-index: 102; left: 108px;
            position: absolute; top: 89px" Width="760px">
        <br />
        <asp:Label ID="Label1" runat="server" Font-Size=28pt Height="48px" Text="欢迎进入学生成绩查询系统"
            Width="468px" style="float: left; position: absolute; text-align: center; z-index: 100; left: 123px; top: 23px;"></asp:Label><br />
        &nbsp;<br />
        <asp:Login ID="Login1" runat="server" Width="321px" OnAuthenticate="Login1_Authenticate" style="z-index: 102; left: 192px; position: absolute; top: 122px" ForeColor="Black">
        </asp:Login>
        </asp:Panel>
        &nbsp;&nbsp;
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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