📄 messagecontent.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MessageContent.aspx.cs" Inherits="Message_MessageManage_MessageContent" %>
<!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="../../css/StyleSheet.css" rel="stylesheet" type="text/css" />
<link href="../../css/childrenMainDivCss.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div id="page">
<table border="0" cellpadding="0" cellspacing="0" width="60%">
<tr>
<td align="left" valign="top" style="width: 611px">
<fieldset style="
width: 512px; clip: rect(0px 0px 0px 0px); height: 396px;
background-color: #ffffee;">
<legend>该消息基本内容如下:</legend>
<br />
<asp:TextBox id="txtMessageContent" runat="server" CssClass="inputCss" cols="60" rows="16"
style="width: 504px; height: 360px" TextMode="MultiLine"></asp:TextBox></fieldset>
</td>
</tr>
<tr>
<td align="center" style="height: 45px; width: 611px;" valign="top">
<input id="btnClose" onclick="self.close();" style="width: 75px; height: 22px" type="button"
value="关闭" /> </td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -