titleuc.ascx

来自「办公室系统包括上下班打卡」· ASCX 代码 · 共 13 行

ASCX
13
字号
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="TitleUC.ascx.cs" Inherits="UserControls_TitleUC" %>
<table class="Table" bgcolor="#D8E7FA" width="100%" cellpadding="0" cellspacing="0" border="1">		
	<tr>
		<td background='<%# Request.ApplicationPath + "/App_Themes/Default/Images/titletopbg.jpg" %>' colspan="2" height="25">
			<table height="25" cellpadding="0" cellspacing="0" border="0">
				<tr>
					<td height="25" valign="middle" align="center">&nbsp;&nbsp;&nbsp;<asp:Image ID="bgImage" runat="server" ImageUrl="~/App_Themes/Default/Images/titletop.GIF" /></td>
					<td><font class="ModuleTitle">&nbsp;&nbsp;<b><%=title %></b></font></td>
				</tr>
			</table>
		</td>
	</tr>		
</table>

⌨️ 快捷键说明

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