lworddatview.ascx

来自「该项目中对 SQLHelper 类进行了简单封装」· ASCX 代码 · 共 38 行

ASCX
38
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="LWordDatView.ascx.cs"
	Inherits="NET.AfritXia.MyHome.HomeStart.PageCtrls.MsgView.LWordDatView" %>
<%--
// 
// LWordDatView.ascx @Microsoft Visual Studio 2008 <.NET Framework 3.5, HTML 4.0>
// AfritXia
// 2008-01-28
// 
// Copyright(c) http://www.AfritXia.NET/
// 
//--%>
<table width="680px" align="center">
	<tr>
		<td>
			<table cellpadding="4px" width="100%">
				<tr>
					<td width="8px">
						<img src="/HomeStart.Res/images/Ball_False.gif" />
					</td>
					<td>
						<asp:Label runat="server" ID="m_aspPostTimeLab" SkinID="LWordDatView.PostTimeLab"
							Formatter="yyyy\/MM\/dd HH:mm" />,&nbsp;
						<asp:Label runat="server" ID="m_aspPostUserLab" SkinID="LWordDatView.PostUserLab" />
					</td>
					<td align="right">
						id. <asp:Label runat="server" ID="m_aspLWordUIDLab" SkinID="LWordDatView.LWordUIDLab" />
					</td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td>
			<asp:Label runat="server" ID="m_aspTextContentLab" SkinID="LWordDatView.TextContentLab" />
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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