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

📄 default.aspx

📁 收发邮件功能
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true"  CodeFile="Default.aspx.cs" Inherits="_Default" %>


<%@ Register src="left.ascx" tagname="left" tagprefix="uc1" %>


<!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>
    <style type="text/css">
        .style1
        {
            font-weight: bold;
        }
    </style>
</head>
<body style="margin-left:0px; margin-top:0px; font-family:宋体; font-size:14px">
    <form id="form1" runat="server">
    <div style="text-align:center">
    <table border="0" cellpadding="0" cellspacing="0" style="width: 100%; border-right: 1px #c1c1c1 solid; border-bottom:1px #c1c1c1 solid;">
        <tr>
        <td style="background-color: #66CCFF; height:50px; font-size:30pt; font-family: 华文彩云; font-weight: bold; color:White;">邮件收发系统
        </td>
        </tr>
            <tr>
                <td style="height: 92px" valign="top">
                    <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
                        <tr>
                            <td style="height: 500px; width:15%; background-color: #66CCFF; border-right:1px #c1c1c1 solid;" valign="top">
                                <uc1:left ID="left1" runat="server" />
                            </td>
                            <td style="height: 500px; width:85%" valign="top" align="center">
                                <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
                                    <tr>
                                        <td align="center" colspan="2" style="font-size: 18px; color: silver;
                                            font-family: 方正大黑简体; height: 12px; border-bottom:1px solid #c1c1c1;" 
                                            class="style1">
                                            电子邮件帐户配置&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </td>
                                    </tr>
                                    <tr>
                                        <td style="height: 20px; border-right:1px solid #c1c1c1" colspan="2">
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="left" style="border-bottom:1px solid #c1c1c1; height: 17px; font-weight: bold;">
                                            &nbsp;
                                            登录信息</td>
                                    </tr>
                                    <tr>
                                        <td style="height: 62px">
                                            <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
                                                <tr>
                                                    <td align="right" style="height: 16px; width: 203px;">
                                                        登录名:</td>
                                                    <td style="height: 16px" align="left">
                                                        <asp:TextBox ID="tbx_user" runat="server"></asp:TextBox></td>
                                                </tr>
                                                <tr>
                                                    <td align="right" style="height: 14px; width: 203px;">
                                                        密&nbsp; 码:</td>
                                                    <td align="left" style="height: 14px">
                                                        <asp:TextBox ID="tbx_pwd" runat="server" TextMode="Password"></asp:TextBox></td>
                                                </tr>
                                            </table>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td align="left" style=" border-top:1px solid #c1c1c1;border-bottom:1px solid #c1c1c1; height: 20px; font-weight: bold;">
                                            &nbsp;
                                            服务器信息</td>
                                    </tr>
                                    <tr>
                                        <td style="height: 20px; border-bottom:1px solid #c1c1c1;">
                                                        <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
                                                            <tr>
                                                                <td style="height: 12px">
                                                                    <table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
                                                                        <tr>
                                                                            <td align="right" style="height: 13px; width:203px">
                                                        接收邮件服务器(POP3)</td>
                                                                            <td align="left" style="height: 13px;">
                                                        <asp:TextBox ID="tbx_pop" runat="server"></asp:TextBox></td>
                                                                        </tr>

                                                                    </table>
                                            </td>
                                                            </tr>
                                                        </table>
                                        </td>
                                    </tr>
                                </table>
                                <br />
                                <asp:Button ID="btn_ok" runat="server" Text="确  定" OnClick="btn_ok_Click" 
                                    Height="25px"  /></td>
                        </tr>
                    </table>
                </td>
            </tr>
            <tr>
                <td style="height: 12px; background-color: #66CCFF; font-family: 华文新魏; font-weight: bold; color:White; font-size:14pt">
                  06级软件(2)班-邓文姬</td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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