⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainframe.aspx

📁 这是一学习的好东西
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="MainFrame.aspx.cs" AutoEventWireup="false" Inherits="DocAdmin.USL.MainFrame" %>
<%@ Register TagPrefix="iewc" Namespace="Microsoft.Web.UI.WebControls" Assembly="Microsoft.Web.UI.WebControls, Version=1.0.2.226, Culture=neutral, PublicKeyToken=31bf3856ad364e35" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>文档管理系统</title>
		<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
		<meta content="C#" name="CODE_LANGUAGE">
		<meta content="JavaScript" name="vs_defaultClientScript">
		<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
		<LINK Href="Styles/DocAdmin.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
		<form id="index" method="post" runat="server">
			<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
				<tr bgColor="steelblue" height="40">
					<td></td>
					<td style="FONT-WEIGHT: bold; FONT-SIZE: x-large; COLOR: #ff0033; FONT-FAMILY: 华文行楷"
						width="90%">企业内部文档管理系统</td>
				</tr>
				<tr height="20">
					<td colSpan="2">
						<iewc:toolbar id="tb" runat="server" ForeColor="Black" Font-Size="8.25pt" SelectedStyle="class:texthyperlink;color:black;font-weight:bold;"
							HoverStyle="class:texthyperlink;color:black;font-weight:bold;background-color:WhiteSmoke;"
							BackColor="LightGray" BorderStyle="None" DefaultStyle="class:texthyperlink;color:black;text-decoration:underline1;"
							CssClass="text">
							<iewc:ToolbarButton Text="登录" ImageUrl="images\Login.gif" ID="Login"></iewc:ToolbarButton>
							<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
							<iewc:ToolbarButton Text="文档管理" ImageUrl="images\MyDoc.gif" ID="FileFrame"></iewc:ToolbarButton>
							<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
							<iewc:ToolbarButton Text="文档搜索" ImageUrl="images\search1.gif" ID="FileSearch"></iewc:ToolbarButton>
							<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
							<iewc:ToolbarButton Text="回收站" ImageUrl="images\recycle.gif" ID="Recycle"></iewc:ToolbarButton>
							<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
							<iewc:ToolbarButton Text="更改密码" ImageUrl="images\ChangePassword.gif" ID="ChangePassword"></iewc:ToolbarButton>
							<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
							<iewc:ToolbarButton Text="系统管理" ImageUrl="images\monitor.gif" ID="Sys_AdminMenu"></iewc:ToolbarButton>
							<iewc:ToolbarSeparator></iewc:ToolbarSeparator>
							<iewc:ToolbarButton Text="退出" ImageUrl="images\Logout.gif" ID="Logout"></iewc:ToolbarButton>
						</iewc:toolbar></td>
				</tr>
				<tr height="100%">
					<td width="100%" colSpan="2" height="100%"><iframe id="main" marginWidth="0" marginHeight="0" src="Login.aspx" frameBorder="0" width="100%"
							height="100%" runat="server"></iframe>
					</td>
				</tr>
				<tr borderColor="navy" height="20" width="100%">
					<td style="FONT-WEIGHT: bold; FONT-SIZE: 8.25pt; COLOR: white; FONT-FAMILY: PMingLiU, Verdana"
						align="right" width="100%" bgColor="steelblue" colSpan="2"></td>
				</tr>
			</table>
		</form>
		<script language="javascript">
				window.moveTo(0,0);
				window.resizeTo(screen.availWidth,screen.availHeight);
		</script>
	</body>
</HTML>

⌨️ 快捷键说明

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