FastNet.dpk
资源名称:FastNet.rar [点击查看]
上传用户:szzdds
上传日期:2013-09-18
资源大小:293k
文件大小:1k
源码类别:
Delphi控件源码
开发平台:
Delphi
- package FastNet;
- {$R *.res}
- {$R 'NMReg.dcr'}
- {$ALIGN 8}
- {$ASSERTIONS ON}
- {$BOOLEVAL OFF}
- {$DEBUGINFO ON}
- {$EXTENDEDSYNTAX ON}
- {$IMPORTEDDATA ON}
- {$IOCHECKS ON}
- {$LOCALSYMBOLS ON}
- {$LONGSTRINGS ON}
- {$OPENSTRINGS ON}
- {$OPTIMIZATION ON}
- {$OVERFLOWCHECKS OFF}
- {$RANGECHECKS OFF}
- {$REFERENCEINFO ON}
- {$SAFEDIVIDE OFF}
- {$STACKFRAMES OFF}
- {$TYPEDADDRESS OFF}
- {$VARSTRINGCHECKS ON}
- {$WRITEABLECONST OFF}
- {$MINENUMSIZE 1}
- {$IMAGEBASE $400000}
- {$IMPLICITBUILD OFF}
- requires
- rtl,
- vcl,
- designide,
- xmlrtl,
- vclactnband,
- vclx;
- contains
- NM64Decode in 'NM64Decode.pas',
- NM64Encode in 'NM64Encode.pas',
- NMConst in 'NMConst.pas',
- NMDayTim in 'NMDayTim.pas',
- NMEcho in 'NMEcho.pas',
- NMExtstr in 'NMExtstr.pas',
- NMFIFOBuffer in 'NMFIFOBuffer.pas',
- NMFileBuffer in 'NMFileBuffer.pas',
- NMFngr in 'NMFngr.pas',
- NMFtp in 'NMFtp.pas',
- NMHTML in 'NMHTML.pas',
- NMHttp in 'NMHttp.pas',
- NMICMP in 'NMICMP.pas',
- NMMSG in 'NMMSG.pas',
- NMNNTP in 'NMNNTP.pas',
- NMpop3 in 'NMpop3.pas',
- NMReg in 'NMReg.pas',
- NMS_Huge in 'NMS_Huge.pas',
- NMs_stream in 'NMs_stream.pas',
- NMSMTP in 'NMSMTP.pas',
- NMSTRM in 'NMSTRM.pas',
- NMTime in 'NMTime.pas',
- NMUDP in 'NMUDP.pas',
- NMURL in 'NMURL.pas',
- NMUUDecode in 'NMUUDecode.pas',
- NMUUE in 'NMUUE.pas',
- NMUUEncode in 'NMUUEncode.pas',
- Psock in 'Psock.pas',
- URLParse in 'URLParse.pas';
- end.