placardbox.ascx

来自「前台:asp.net;后台: sql server 一个功能完善的BBS系统源」· ASCX 代码 · 共 29 行

ASCX
29
字号
<%@ Register TagPrefix="ftb" Namespace="FreeTextBoxControls" Assembly="FreeTextBox" %>
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="PlacardBox.ascx.cs" Inherits="Stella.Web.Controls.PlacardBox" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<table width="650" border="0" cellpadding="0" cellspacing="0">
	<!--DWLayoutTable-->
	<tr>
		<td width="650" height="40" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
				<!--DWLayoutTable-->
				<tr>
					<td width="50" height="40" align="center" valign="middle" class="adminbody0">标题</td>
					<td width="600" align="left" valign="middle">&nbsp;
						<asp:TextBox id="caption" runat="server" Width="368px" BorderWidth="1px"></asp:TextBox></td>
				</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td height="300" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
				<!--DWLayoutTable-->
				<tr>
					<td width="50" height="300" align="center" valign="middle" class="adminbody0">内容</td>
					<td width="600" align="center" valign="middle">
						<ftb:FreeTextBox id="content" runat="server" RemoveScriptNameFromBookmarks="True" ButtonPath="../images/ftb/officexp/"
							BackColor="224, 224, 224" GutterBackColor="224, 224, 224"></ftb:FreeTextBox>&nbsp;</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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