help.ascx

来自「Telerik是很大的第三方软件制造商」· ASCX 代码 · 共 30 行

ASCX
30
字号
<%@ Control Language="c#" AutoEventWireUp="false" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" CodeBehind="Help.ascx.cs" Inherits="Telerik.WebControls.EditorDialogControls.Help" %>
<%@ Register TagPrefix="telerik" TagName="TabControl" Src="../Controls/TabControl.ascx" %>
<%@ Register TagPrefix="telerik" NameSpace="Telerik.WebControls.EditorControls" Assembly="RadEditor" %>
<table id="MainTable" cellpadding="0" cellspacing="0" class="MainTable" width="570px;" height="400px;">
	<tr>
		<th height="39" valign="bottom" colspan="2">
			<telerik:tabcontrol id="TabHolder" runat="server" ResizeControlId="MainTable">
				<telerik:tab elementid="HelpDialogTable" selected="True" text="Help" />
			</telerik:tabcontrol>
		</th>
	</tr>
	<tr>
		<td>
			<table id="HelpDialogTable" border="0" cellpadding="0" cellspacing="2" width="100%;" height="100%;">
				<tr>
					<td class="label" valign="top">
						<div style="width:470px;height:470px;overflow:auto;">
							<asp:placeholder
								id="LocalizedHelp"
								runat="server"/><br/>
						</div>
					</td>
				</tr>
			</table>
		</td>
		<td valign="top" width="70px">
			<button id="btnClose" onclick="javascript:CloseDlg();" class="Button">Close</button>
		</td>
	</tr>
</table>

⌨️ 快捷键说明

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