top.aspx
来自「小型企业档案管理系统V1.1 改进版的」· ASPX 代码 · 共 32 行
ASPX
32 行
<%@ page language="C#" autoeventwireup="true" inherits="top, 档案管理系统_deploy" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
</head>
<body>
<form id="form1" runat="server">
<table width="1024" height="120" border="0" cellpadding="0" cellspacing="0" background="images/title.jpg">
<tr>
<td width="50"> </td>
<td> <asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Names="宋体" Font-Size="XX-Large"
ForeColor="White"></asp:Label></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?