📄 desktopthreepanes.ascx
字号:
<%@ Register TagPrefix="tra" Namespace="Esperantus.WebControls" Assembly="Esperantus" %>
<%@ Control Language="c#" %>
<%@ Register TagPrefix="cc1" Namespace="Rainbow.UI.WebControls" Assembly="Rainbow" %>
<%@ import Namespace="Rainbow.UI.WebControls" %>
<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
ThreePanes.DataBind();
}
</script>
<CC1:DESKTOPPANES id="ThreePanes" runat="server" cellspacing="0" Cellpadding="4" ShowFirstSeparator="False" ShowLastSeparator="False">
<ContentPaneTemplate>
<P class="Normal">
<tra:Label id="Label1" runat="server" TextKey="IMAGEMENU_INSTRUCTIONS">This is a sample use for image menus. You can select ahother image for this tab changing the default "Custom Image Menu" in TabLayout settings.</tra:Label><BR>
</P>
</ContentPaneTemplate>
<HORIZONTALSEPARATORTEMPLATE>
<tra:Image ImageUrl="~/images/1x1.gif" width="7" runat="server" />
</HORIZONTALSEPARATORTEMPLATE>
<RIGHTPANESTYLE cssclass="RightPane"></RIGHTPANESTYLE>
<LEFTPANESTYLE cssclass="LeftPane" verticalalign="Top" width="170px"></LEFTPANESTYLE>
</CC1:DESKTOPPANES>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -