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

📄 workcenter.aspx

📁 毕业设计时做的,一个管理关于污染管理的, 源代码,呵呵 想想当时还真厉害,可以实现污染检测
💻 ASPX
字号:
<%@ Page language="c#" Codebehind="WorkCenter.aspx.cs" AutoEventWireup="false" Inherits="itcrm.WorkCenter" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
	<HEAD>
		<title>WorkCenter</title>
		<meta content="Microsoft Visual Studio .NET 7.1" 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">
		<script language="javascript">
		
		function out(dir)
		{
		scrolltext.trueSpeed = true;
		scrolltext.direction =dir;s
		scrolltext.scrollAmount=1;
		scrolltext.scrollDelay=100;
		scrolltext.stop();
		scrolltext.start();
		}

		function scroll(dir,speed)
		{
		scrolltext.trueSpeed = true;
		scrolltext.direction = dir;
		scrolltext.scrollAmount=1;
		scrolltext.scrollDelay=speed;
		scrolltext.stop();
		scrolltext.start();

		}
		</script>
	</HEAD>
	<body MS_POSITIONING="GridLayout" bottomMargin="0" leftMargin="0" topMargin="3" rightMargin="0">
		<form id="Form1" method="post" runat="server">
			<FONT face="宋体">
				<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="100%" border="0">
					<TR>
						<TD align="right">
							<TABLE id="Table4" cellSpacing="0" cellPadding="0" width="100%" border="0">
								<TR>
									<TD></TD>
									<TD align="right">
									</TD>
								</TR>
							</TABLE>
							<TABLE id="Table2" cellSpacing="0" cellPadding="0" width="100%" border="0">
								<TR>
									<TD>欢迎光临</TD>
									<TD align="right">
										<TABLE id="Table6" style="WIDTH: 200px; HEIGHT: 242px" borderColor="red" height="242" cellSpacing="0"
											borderColorDark="#ffffff" cellPadding="0" width="200" borderColorLight="red" border="1">
											<TR>
												<TD align="center" background="images/titlebg.gif" bgColor="cornflowerblue" height="25">::公告栏::</TD>
											</TR>
											<TR>
												<TD align="right">
													<MARQUEE id="scrolltext" onmouseover="this.stop()" onmouseout="this.start()" scrollAmount="1"
														scrollDelay="100" direction="up" width="205" height="180" name="scrolltext">
														欢迎使用基于.net技术的贵州省汞污染管理系统</MARQUEE>
												</TD>
											</TR>
											<TR>
												<TD class="h9p" align="right"><A class="hlink" onmouseover="scroll('up',10)" onmouseout="out('up')" href="#"></A>&nbsp;&nbsp;&nbsp;<A class="hlink" onmouseover="scroll('down',10)" onmouseout="out('up')" href="#"></A>&nbsp;</TD>
											</TR>
										</TABLE>
									</TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
					<TR>
						<TD>
							<TABLE id="Table3" style="WIDTH: 512px; HEIGHT: 56px" cellSpacing="1" cellPadding="0" width="512"
								border="0">
								<TR>
									<TD>日常事务处理....</TD>
								</TR>
								<TR>
									<TD bgColor="red" height="1"></TD>
								</TR>
								<TR>
									<TD>
										<TABLE id="Table5" cellSpacing="0" cellPadding="2" width="100%" border="0">
											<TR>
												<TD bgColor="#99ffff" colSpan="1" rowSpan="1">·系统报警</TD>
												<TD bgColor="#99ffff"></TD>
												<TD bgColor="#99ffff"><a href="#">进入</a></TD>
											</TR>
											<TR>
												<TD bgColor="#ccccff" colSpan="1" rowSpan="1">·基础数据</TD>
												<TD bgColor="#ccccff"></TD>
												<TD bgColor="#ccccff"><a href="#">进入</a></TD>
											</TR>
											<TR>
												<TD bgColor="#99ffff">·系统留言</TD>
												<TD bgColor="#99ffff"></TD>
												<TD bgColor="#99ffff"></TD>
											</TR>
											<TR>
												<TD></TD>
												<TD></TD>
												<TD></TD>
											</TR>
											<TR>
												<TD></TD>
												<TD></TD>
												<TD></TD>
											</TR>
										</TABLE>
									</TD>
								</TR>
							</TABLE>
						</TD>
					</TR>
					<TR>
						<TD></TD>
					</TR>
				</TABLE>
			</FONT>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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