receivemaildetail.aspx

来自「办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统办公系统」· ASPX 代码 · 共 79 行

ASPX
79
字号
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ReceiveMailDetail.aspx.cs" Inherits="Message_MessageManage_MessageShow"  %>

<!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>
  
<script language="javascript">
function a()
{
    
    
}
</script>
</head>
<body> 
    <form id="form1" runat="server">
    <div>
        <div style="width: 554px; height: 472px">
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;<br />
            &nbsp; 
            <table style="width: 90%; height: 162px">
                <tr>
                    <td style="width: 94px">
                        消息主题:</td>
                    <td style="width: 100px">
                        <asp:Label ID="Label1" runat="server" Style="position: static" Text="Label" Width="192px"></asp:Label></td>
                </tr>
                <tr>
                    <td style="width: 94px">
                        重要程度:</td>
                    <td style="width: 100px">
                        <asp:Label ID="Label2" runat="server" Style="position: static" Text="Label" Width="192px"></asp:Label></td>
                </tr>
                <tr>
                    <td style="width: 94px; height: 205px">
                        消息内容:</td>
                    <td style="width: 100px; height: 205px">
                        <asp:TextBox ID="TextBox1" runat="server" Height="281px" Style="position: static"
                            TextMode="MultiLine" Width="375px"></asp:TextBox></td>
                </tr>
                <tr>
                    <td style="width: 94px">
                        发件人:</td>
                    <td style="width: 100px">
                        <asp:Label ID="Label3" runat="server" Style="position: static" Text="Label" Width="192px"></asp:Label></td>
                </tr>
                <tr>
                    <td style="width: 94px">
                        发送时间:</td>
                    <td style="width: 100px">
                        <asp:Label ID="Label4" runat="server" Style="position: static" Text="Label" Width="192px"></asp:Label></td>
                </tr>
                <tr>
                    <td style="width: 94px; height: 21px">
                    </td>
                    <td align="center" style="width: 100px; height: 21px">
                        &nbsp;<asp:Button ID="Button1" runat="server" Style="position: static" Text="关闭" OnClick="Button1_Click" /></td>
                </tr>
            </table>
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;
            <br />
            <br />
            <br />
            <br />
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
            &nbsp; </div>
    
    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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