// 主调用函数是 setday(this,[object])和setday(this),[object]是控件输出的控件名,举两个例子:
// 一、<input name=txt><input type=button value=setday onclick="setday(this,document.all.txt)">
// 二、<input onfocus="setday(this)">
var bMoveable=true;
var strFrame;
document.writeln('<iframe id=endDateLayer frameborder=0 width=162 height=211 style="position: absolute; z-index: 9998; display: none"></iframe>');
strFrame='<style>';
strFrame+='INPUT.button{BORDER-RIGHT: #63A3E9 1px solid;BORDER-TOP: #63A3E9 1px solid;BORDER-LEFT: #63A3E9 1px solid;';
strFrame+='BORDER-BOTTOM: #63A3E9 1px solid;BACKGROUND-COLOR: #63A3E9;font-family:宋体;}';
strFrame+='TD{FONT-SIZE: 9pt;font-family:宋体;}';
strFrame+='</style>';
strFrame+='<scr' + 'ipt>';
strFrame+='var datelayerx,datelayery;';
strFrame+='var bDrag;';
strFrame+='function document.onmousemove()';
strFrame+='{if(bDrag && window.event.button==1)';
strFrame+=' {var DateLayer=parent.document.all.endDateLayer.style;';
strFrame+=' DateLayer.posLeft += window.event.clientX-datelayerx;';
strFrame+=' DateLayer.posTop += window.event.clientY-datelayery;}}';
strFrame+='function DragStart()';
strFrame+='{var DateLayer=parent.document.all.endDateLayer.style;';
strFrame+=' datelayerx=window.event.clientX;';
strFrame+=' datelayery=window.event.clientY;';
strFrame+=' bDrag=true;}';
strFrame+='function DragEnd(){';
strFrame+=' bDrag=false;}';
strFrame+='</scr' + 'ipt>';
strFrame+='<div style="z-index:9999;position: absolute; left:0; top:0;" onselectstart="return false">';
strFrame+='<span id=tmpSelectYearLayer style="z-index: 9999;position: absolute;top: 3; left: 19;display: none"></span>';
strFrame+='<span id=tmpSelectMonthLayer style="z-index: 9999;position: absolute;top: 3; left: 78;display: none"></span>';
strFrame+='<span id=tmpSelectHourLayer style="z-index: 9999;position: absolute;top: 188; left: 35px;display: none"></span>';
strFrame+='<span id=tmpSelectMinuteLayer style="z-index:9999;position:absolute;top: 188; left: 77px;display: none"></span>';
strFrame+='<span id=tmpSelectSecondLayer style="z-index:9999;position:absolute;top: 188; left: 119px;display: none"></span>';
strFrame+='<table border=1 cellspacing=0 cellpadding=0 width=142 height=160 bordercolor=#63A3E9 bgcolor=#63A3E9 >';
strFrame+=' <tr><td width=142 height=23 bgcolor=#FFFFFF>';
strFrame+=' <table border=0 cellspacing=1 cellpadding=0 width=158 height=23>';
strFrame+=' <tr align=center >';
strFrame+=' <td width=16 align=center bgcolor=#63A3E9 style="font-size:12px;cursor: hand;color: #ffffff" ';
strFrame+=' onclick="parent.meizzPrevM()" title="向前翻 1 月" ><b ><</b></td>';
strFrame+=' <td width=60 align="center" bgcolor="#63A3E9" style="font-size:12px;cursor:hand" ';
strFrame+=' onmouseover="style.backgroundColor=\'#aaccf3\'"';
strFrame+=' onmouseout="style.backgroundColor=\'#63A3E9\'" ';
strFrame+=' onclick="parent.tmpSelectYearInnerHTML(this.innerText.substring(0,4))" ';
strFrame+=' title="点击这里选择年份"><span id=meizzYearHead></span></td>';
strFrame+=' <td width=48 align="center" style="font-size:12px;font-color: #ffffff;cursor:hand" ';
strFrame+=' bgcolor="#63A3E9" onmouseover="style.backgroundColor=\'#aaccf3\'" ';
strFrame+=' onmouseout="style.backgroundColor=\'#63A3E9\'" ';
strFrame+=' onclick="parent.tmpSelectMonthInnerHTML(this.innerText.length==3?this.innerText.substring(0,1):this.innerText.substring(0,2))"';
strFrame+=' title="点击这里选择月份"><span id=meizzMonthHead ></span></td>';
strFrame+=' <td width=16 bgcolor=#63A3E9 align=center style="font-size:12px;cursor: hand;color: #ffffff" ';
strFrame+=' onclick="parent.meizzNextM()" title="向后翻 1 月" ><b >></b></td>';
strFrame+=' </tr>';
strFrame+=' </table></td></tr>';
strFrame+=' <tr><td width=142 height=18 >';
strFrame+=' <table border=0 cellspacing=0 cellpadding=2 bgcolor=#63A3E9 ' + (bMoveable? 'onmousedown="DragStart()" onmouseup="DragEnd()"':'');
strFrame+=' BORDERCOLORLIGHT=#63A3E9 BORDERCOLORDARK=#FFFFFF width=140 height=20 style="cursor:' + (bMoveable ? 'move':'default') + '">';
strFrame+=' <tr><td style="font-size:12px;color:#ffffff" width=20> 日</td>';
strFrame+='<td style="font-size:12px;color:#FFFFFF" > 一</td><td style="font-size:12px;color:#FFFFFF"> 二</td>';
strFrame+='<td style="font-size:12px;color:#FFFFFF" > 三</td><td style="font-size:12px;color:#FFFFFF" > 四</td>';
strFrame+='<td style="font-size:12px;color:#FFFFFF" > 五</td><td style="font-size:12px;color:#FFFFFF" > 六</td></tr>';
strFrame+='</table></td></tr>';
strFrame+=' <tr ><td width=142 height=120 >';
strFrame+=' <table border=1 cellspacing=2 cellpadding=2 BORDERCOLORLIGHT=#63A3E9 BORDERCOLORDARK=#FFFFFF bgcolor=#fff8ec width=140 height=120 >';
var n=0; for (j=0;j<5;j++){ strFrame+= ' <tr align=center >'; for (i=0;i<7;i++){
strFrame+='<td width=20 height=20 id=meizzDay'+n+' style="font-size:12px" onclick=parent.meizzDayClick(this.innerText,0)></td>';n++;}
strFrame+='</tr>';}
strFrame+=' <tr align=center >';
for (i=35;i<37;i++)strFrame+='<td width=20 height=20 id=meizzDay'+i+' style="font-size:12px" onclick="parent.meizzDayClick(this.innerText,0)"></td>';
strFrame+=' <td colspan=5 align=right style="color:#1478eb"><span onclick="parent.setNull()" style="font-size:12px;cursor: hand"';
strFrame+=' onmouseover="style.color=\'#ff0000\'" onmouseout="style.color=\'#1478eb\'" title="将日期置空">置空</span> <span onclick="parent.meizzToday()" style="font-size:12px;cursor: hand"';
strFrame+=' onmouseover="style.color=\'#ff0000\'" onmouseout="style.color=\'#1478eb\'" title="当前日期时间">当前</span> <span style="cursor:hand" id=evaAllOK onmouseover="style.color=\'#ff0000\'" onmouseout="style.color=\'#1478eb\'" onclick="parent.closeLayer()" title="关闭日历">关闭 </span></td></tr>';
strFrame+=' </table></td></tr><tr ><td >';
strFrame+=' <table border=0 cellspacing=1 cellpadding=0 width=100% bgcolor=#FFFFFF height=22 >';
strFrame+=' <tr bgcolor="#63A3E9"><td id=bUseTimeLayer width=30 style="cursor:hand" title="点击这里启用/禁用时间"';
strFrame+=' onmouseover="style.backgroundColor=\'#aaccf3\'" align=center onmouseout="style.backgroundColor=\'#63A3E9\'"';
strFrame+=' onclick="parent.UseTime(this)">';
strFrame+=' <span></span></td>';
strFrame+=' <td style="cursor:hand" onclick="parent.tmpSelectHourInnerHTML(this.innerText.length==3?this.innerText.substring(0,1):this.innerText.substring(0,2))"';
strFrame+=' onmouseover="style.backgroundColor=\'#aaccf3\'" onmouseout="style.backgroundColor=\'#63A3E9\'"';
strFrame+=' title="点击这里选择时间" align=center width=42>' ;
strFrame+=' <span id=meizzHourHead></span></td>';
strFrame+=' <td style="cursor:hand" onclick="parent.tmpSelectMinuteInnerHTML(this.innerText.length==3?this.innerText.substring(0,1):this.innerText.substring(0,2))"';
strFrame+=' onmouseover="style.backgroundColor=\'#aaccf3\'" onmouseout="style.backgroundColor=\'#63A3E9\'"';
strFrame+=' title="点击这里选择时间" align=center width=42>' ;
strFrame+=' <span id=meizzMinuteHead></span></td>';
strFrame+=' <td style="cursor:hand" onclick="parent.tmpSelectSecondInnerHTML(this.innerText.length==3?this.innerText.substring(0,1):this.innerText.substring(0,2))"';
strFrame+=' onmouseover="style.backgroundColor=\'#aaccf3\'" onmouseout="style.backgroundColor=\'#63A3E9\'"';
strFrame+=' title="点击这里选择时间" align=center width=42>' ;
strFrame+=' <span id=meizzSecondHead></span></td>';
strFrame+=' </tr></table></td></tr></table></div>';
window.frames.endDateLayer.document.writeln(strFra
没有合适的资源?快使用搜索试试~ 我知道了~
能源管理系统
共111个文件
aspx:49个
dll:15个
jpg:10个
4星 · 超过85%的资源 需积分: 31 149 下载量 120 浏览量
2008-03-11
17:28:28
上传
评论 8
收藏 2.8MB RAR 举报
温馨提示
本系统采用分布式部署,充分发挥各构件的运算能力,将系统效能、处理速度发挥到极致,优点与效益还表现在几个方面: <br> ◆ 稳定性与开放性兼顾。INDTU 具备环境适应能力强的特点,可部署在环境恶劣的现场,满足仪器设备数据撷取的需要。系统稳定,可长期连续工作,不需现场维护; <br> ◆ 实时性高。通讯量少。由于采用数据主动上报的方式,大大减少的网络通讯量,同时又保证了数据的实时准确性。 <br> ◆ 各个子系统之间相互独立依存性弱。本系统的各个子系统之间相互独立,可以自成系统,可以分期,分批建设。无论是web数据浏览录入,还是实时数据采集都是相互独立,又同过企业数据库相互关联。因此,各个企业可以根据自身的情况,分时分批的建设,最大限度的减少资金投入。 <br> ◆ 系统投资报酬高。系统充分应用了所有子系统的运算能力,使中心端专注于数据的接收和分发工作,在保证效率、效能的基础上,降低对硬件的需求,可降低企业对硬件的投入。并且当采集点多、数据量大时,可对系统进行方便的分布、丛集部署,而这种部署能同样充分保证系统的稳定性、安全性、和经济性;而关系型数据库仅用来储存满足历史查询、结算、核算等应用需求的数据,也可大大提高数据库的服务效能; <br> ◆ 应用拓展性能力强。随着应用的不断延伸,企业数据的需求范围将不断扩大,系统可方便实现不同硬件、软件平台间的数据交换,可充分满足企业在不同发展时期对信息服务的不同需求。
资源推荐
资源详情
资源评论
收起资源包目录
能源管理系统 (111个子文件)
head.ascx 18KB
foot.ascx 1KB
dwnyrxh.aspx 21KB
hnsbjhhn.aspx 21KB
hnsbhn.aspx 21KB
dwnyyxh.aspx 20KB
dwcprcl.aspx 20KB
dwnynxh.aspx 20KB
dwcpycl.aspx 20KB
Default.aspx 19KB
dwcpncl.aspx 19KB
bdds.aspx 19KB
shuxingshebeishuju.aspx 18KB
nykc.aspx 18KB
dwcpzbb.aspx 16KB
dwnyzbb.aspx 15KB
bddsls.aspx 12KB
shuxingshebeilashi.aspx 12KB
nianchanneng.aspx 11KB
yuechanneng.aspx 11KB
richanneng.aspx 11KB
seebddubgls.aspx 10KB
shuxingshebeibiangebglishi.aspx 10KB
seeclbgls.aspx 10KB
seenhbgls.aspx 10KB
shuxingcaijishebei.aspx 9KB
nyzl.aspx 9KB
seehnsb.aspx 9KB
seedwcplb.aspx 9KB
seejlsb.aspx 9KB
seejlsbgys.aspx 9KB
seedw.aspx 9KB
nengyuanshuxing.aspx 9KB
czry.aspx 8KB
seenygys.aspx 8KB
quanxianxiangxixinxi.aspx 8KB
danweishiyongnengyuan.aspx 8KB
renyuandengjiquanxian.aspx 8KB
seenysydw.aspx 8KB
caozuorenyuanliulan.aspx 8KB
dwrichanliang.aspx 7KB
zhexian2.aspx 7KB
seehnsbnyzl.aspx 6KB
seedjbglsb.aspx 6KB
caozuorenyuan.aspx 6KB
main.aspx 5KB
baobiao.aspx 4KB
Default.aspx 4KB
xiugaimima.aspx 3KB
qwwqwq.aspx 2KB
logout.aspx 433B
blue.bmp 374B
red.bmp 374B
App_Code.compiled 162B
Web.Config 5KB
PrecompiledApp.config 49B
yemian.css 319B
baobiao.css 303B
Microsoft.ReportViewer.Common.dll 3.46MB
Interop.Excel.dll 924KB
Microsoft.ReportViewer.WebForms.dll 528KB
Interop.Office.dll 152KB
App_Web_s4aoowpb.dll 120KB
App_Web_9dla1ujp.dll 64KB
Interop.VBIDE.dll 56KB
App_Web_sjwp1qcy.dll 52KB
App_Web_mn9_nmax.dll 40KB
App_Web_7bexpucp.dll 32KB
App_Web_bk5wjed3.dll 12KB
App_Web_oav50_9o.dll 9KB
App_Code.dll 8KB
App_Web_fox1ifus.dll 6KB
App_Web_nvxmereh.dll 4KB
修改密码.gif 2KB
1.gif 2KB
忘记密码.gif 2KB
mima.gif 2KB
denglu.gif 2KB
quxiao.gif 2KB
yonghuming.gif 2KB
quxiao1.gif 2KB
denglu1.gif 1KB
新新.jpg 126KB
2denglu.jpg 42KB
1denglu.jpg 38KB
denglu.jpg 37KB
delu9.jpg 24KB
tou.jpg 11KB
7.jpg 11KB
4.jpg 11KB
xialatiao.jpg 10KB
inbandlogo.jpg 7KB
calendar.js 27KB
calendar.js 27KB
nengyuan.ldf 5.06MB
nengyuan_Log.LDF 1024KB
nengyuan.mdf 3.38MB
nengyuan_Data.MDF 2.63MB
ppt用.png 7KB
1.png 3KB
共 111 条
- 1
- 2
ACCP_WZQ
- 粉丝: 4
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 等发达地区的无穷大无穷大无穷大请问
- 微藻检测19-YOLO(v5至v11)、COCO、CreateML、Paligemma、TFRecord、VOC数据集合集.rar
- NE555+74LS192+74LS48电子秒表课程设计报告(纯数电实现)
- 基于深度学习的视频描述综述:视觉与语言的桥梁
- 2024年全球干式变压器行业规模及市场占有率分析报告
- 用于Unity使用NuGet
- 微藻检测18-YOLO(v5至v11)、COCO、CreateML、Paligemma、TFRecord、VOC数据集合集.rar
- 小红书2024新年市集合作方案解析与品牌营销策略
- 基于javaweb的沙发销售管理系统论文.doc
- 毕业设计Jupyter Notebook基于深度网络的垃圾识别与分类算法研究项目源代码,用PyTorch框架中的transforms方法对数据进行预处理操作,后经过多次调参实验,对比不同模型分类效果
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功
- 1
- 2
- 3
前往页