st_bottom.ascx

来自「学生管理系统。C#开发。偏重与数据库的应用。」· ASCX 代码 · 共 16 行

ASCX
16
字号
<%@ Control Language="c#" Inherits="STGROUP.ST_Common.ST_Bottom" CodeFile="st_bottom.ascx.cs" %>
<link href="ST_COMMAN/style.css" type="text/css" rel="stylesheet">
	<body leftmargin="0" topmargin="0">
		<div align="center">
			<table cellSpacing="0" cellPadding="0" width="777" border="0" id="Table1" bgcolor="#CBC19E">
				<tr>
					<td align="center">
						<span style="font-size: 10pt; font-family: Courier New">
			CopyRight @ Cauc STuManager
                            2008~2009<br>
                            Email:gongzhuwuming@163.com </span>
					</td>
				</tr>
			</table>
		</div>
	</body>

⌨️ 快捷键说明

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