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

📄 develop.aspx

📁 这是一个在线报修系统的管理程序
💻 ASPX
字号:
<%@ page language="C#" autoeventwireup="true" inherits="Manager_Develop, App_Web_tty86oeo" %>

<!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>
    <link href="../Images/Style.css" rel="stylesheet" type="text/css" />
</head>
<body style="margin: 1px">
    <form id="form1" runat="server">
    <table border="0" cellpadding="0" cellspacing="1" style="width: 100%; background-color: gainsboro">
        <tr>
                <td align="center" style="height: 30px; background-color: aliceblue" colspan="2">
                    欢迎信息</td>
            </tr>
            <tr>
                <td align="center" style="height: 200px; background-color: #ffffff" colspan="2">
                    欢迎进入在线报修系统维修人员管理中心!<br />
                    <br />
                    <br />
                    <br />
                    <asp:Label ID="lblMessage" runat="server"></asp:Label></td>
            </tr>
            <tr>
                <td align="center" colspan="2" style="height: 30px; background-color: aliceblue">
                    开发信息</td>
            </tr>
            <tr>
                <td align="center" style="width: 20%; height: 30px; background-color: aliceblue">
                    开发工具</td>
                <td align="left" style="width: 80%; height: 30px; background-color: #ffffff">
                    &nbsp;&nbsp;Microsoft Visual Studio 2005 +SQL Server 2005 Express Edition</td>
            </tr>
            <tr>
                <td align="center" style="width: 20%; height: 30px; background-color: aliceblue">
                    编程语言</td>
                <td align="left" style="width: 80%; height: 30px; background-color: #ffffff">
                    &nbsp; C#</td>
            </tr>
            <tr>
                <td align="center" style="width: 20%; height: 30px; background-color: aliceblue">
                    运行环境</td>
                <td align="left" style="width: 80%; height: 30px; background-color: #ffffff">
                    &nbsp;&nbsp;IIS +ASP.Net 2.0 +SQL Server 2000/2005</td>
            </tr>
            <tr>
                <td align="center" style="width: 20%; height: 30px; background-color: aliceblue">
                    程序美工</td>
                <td align="left" style="width: 80%; height: 30px; background-color: #ffffff">
                    &nbsp;&nbsp;<a href="mailto:zjliuquan@163.com">翠鸟工作室</a></td>
            </tr>
            <tr>
                <td align="center" style="width: 20%; height: 30px; background-color: aliceblue">
                    开发时间</td>
                <td align="left" style="width: 80%; height: 30px; background-color: #ffffff">
                    &nbsp;&nbsp;2007年3月20日-28日</td>
            </tr>
        </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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