📄 receivemaildetail.aspx
字号:
<%@ 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">
<br />
<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">
<asp:Button ID="Button1" runat="server" Style="position: static" Text="关闭" OnClick="Button1_Click" /></td>
</tr>
</table>
<br />
<br />
<br />
<br />
</div>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -