DirAccess.js
上传用户:q2283699q
上传日期:2022-05-17
资源大小:10704k
文件大小:2k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. var lwsb=1;var qpv=2;var bvt=4;var hdmb=8;var ddn=16;var ypc=32;var hrg=256;var hfsb=512;var bpy=1024;var lws=2048;var dxpb=4096;AW.Formats.DirAccessMask=AW.System.Format.subclass();AW.Formats.DirAccessMask.create=function(){var lng=this.prototype;var pwm=this.superclass.prototype;lng.init=function(){pwm.init.call(this);};lng.dataToText=function(rbq){return(zrr(parseInt(rbq)));};};AW.Formats.DirAccessSize=AW.System.Format.subclass();AW.Formats.DirAccessSize.create=function(){var lng=this.prototype;var pwm=this.superclass.prototype;lng.init=function(){pwm.init.call(this);};lng.dataToText=function(rbq){return(hrm(parseInt(rbq)));};};function jxk(qmhb,sxn,tjp,plf){if(plf==undefined)plf=[215,90,67];var ycn=bsl(qmhb,[rgz,tjt,nznb],plf,sxn,"rules","rule",4,tjp);ycn.setCellFormat([new AW.Formats.XMLString,new AW.Formats.DirAccessMask,new AW.Formats.DirAccessSize]);ycn.DisableSorting();ycn.RightAlignColumn(2,true);return(ycn);}function zrr(hsl){var szt=new String;(hsl&lwsb)?szt+="R":szt+="-";(hsl&qpv)?szt+="W":szt+="-";(hsl&bvt)?szt+="A":szt+="-";(hsl&hdmb)?szt+="D":szt+="-";(hsl&ddn)?szt+="N":szt+="-";(hsl&ypc)?szt+="E":szt+="-";(hsl&hrg)?szt+="L":szt+="-";(hsl&hfsb)?szt+="C":szt+="-";(hsl&bpy)?szt+="R":szt+="-";(hsl&lws)?szt+="N":szt+="-";(hsl&dxpb)?szt+="I":szt+="-";return(szt);}function fg(jzr,pns,jtr,yzcb,gyb){var Checkbox=rrl(jzr,pns,pns,(gyb&yzcb)?true:false);Checkbox.onControlValueChanged=function(zfr){var hsl=parseInt(document.getElementById(jtr).value);if(isNaN(hsl))hsl=0;if(zfr)hsl|=yzcb;else hsl&=(~yzcb);document.getElementById(jtr).value=hsl;};Checkbox.UpdateState=function(hsl){this.setChecked((hsl&yzcb)?true:false,true);};return(Checkbox);}