aboutdialog.ascx
来自「Telerik是很大的第三方软件制造商」· ASCX 代码 · 共 39 行
ASCX
39 行
<%@ Control Language="c#" Inherits="Telerik.WebControls.EditorDialogControls.AboutDialog" AutoEventWireUp="false" CodeBehind="AboutDialog.ascx.cs" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<%@ Register TagPrefix="telerik" TagName="TabControl" Src="../Controls/TabControl.ascx" %>
<%@ Register TagPrefix="telerik" NameSpace="Telerik.WebControls.EditorControls" Assembly="RadEditor" %>
<%@ OutputCache Duration="600" VaryByParam="Language;SkinPath" %>
<table height="160px;" id="MainTable" cellpadding="2" cellspacing="0" class="MainTable">
<tr>
<th height="39" valign="bottom" colspan="2">
<telerik:tabcontrol id="TabHolder" runat="server" ResizeControlId="MainTable">
<telerik:tab elementid="AboutDialogTable" selected="True" text="<script>localization.showText('Tab1HeaderText');</script>" image="Dialogs/TabIcons/AboutDialogTab1.gif" />
</telerik:tabcontrol>
</th>
</tr>
<tr>
<td>
<table id="AboutDialogTable" border="0" cellpadding="0" cellspacing="0" width="200px;" height="100px;">
<tr>
<td >
<img src="<%=this.SkinPath%>Img/productBox.gif"">
</td>
<td class="label" valign="top">
<p align="center"><b><br>
t</b>elerik r.a.d.<b>editor</b>
v<%=Telerik.RadEditorUtils.RadControl.Version.ToString("$m.$n$b")%>
<br>
<br>
Copyright © 2002-2006 telerik<br>
All rights reserved.
<br><br>
<a target=_blank href="http://www.telerik.com">www.telerik.com</a>
</td>
</tr>
</table>
</td>
<td valign="top">
<button id="btnClose" onclick="javascript:CloseDlg();" class="Button"><script>localization.showText('Close');</script></button>
</td>
</tr>
</table>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?