FastNet.dpk
上传用户:szzdds
上传日期:2013-09-18
资源大小:293k
文件大小:1k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. package FastNet;
  2. {$R *.res}
  3. {$R 'NMReg.dcr'}
  4. {$ALIGN 8}
  5. {$ASSERTIONS ON}
  6. {$BOOLEVAL OFF}
  7. {$DEBUGINFO ON}
  8. {$EXTENDEDSYNTAX ON}
  9. {$IMPORTEDDATA ON}
  10. {$IOCHECKS ON}
  11. {$LOCALSYMBOLS ON}
  12. {$LONGSTRINGS ON}
  13. {$OPENSTRINGS ON}
  14. {$OPTIMIZATION ON}
  15. {$OVERFLOWCHECKS OFF}
  16. {$RANGECHECKS OFF}
  17. {$REFERENCEINFO ON}
  18. {$SAFEDIVIDE OFF}
  19. {$STACKFRAMES OFF}
  20. {$TYPEDADDRESS OFF}
  21. {$VARSTRINGCHECKS ON}
  22. {$WRITEABLECONST OFF}
  23. {$MINENUMSIZE 1}
  24. {$IMAGEBASE $400000}
  25. {$IMPLICITBUILD OFF}
  26. requires
  27.   rtl,
  28.   vcl,
  29.   designide,
  30.   xmlrtl,
  31.   vclactnband,
  32.   vclx;
  33. contains
  34.   NM64Decode in 'NM64Decode.pas',
  35.   NM64Encode in 'NM64Encode.pas',
  36.   NMConst in 'NMConst.pas',
  37.   NMDayTim in 'NMDayTim.pas',
  38.   NMEcho in 'NMEcho.pas',
  39.   NMExtstr in 'NMExtstr.pas',
  40.   NMFIFOBuffer in 'NMFIFOBuffer.pas',
  41.   NMFileBuffer in 'NMFileBuffer.pas',
  42.   NMFngr in 'NMFngr.pas',
  43.   NMFtp in 'NMFtp.pas',
  44.   NMHTML in 'NMHTML.pas',
  45.   NMHttp in 'NMHttp.pas',
  46.   NMICMP in 'NMICMP.pas',
  47.   NMMSG in 'NMMSG.pas',
  48.   NMNNTP in 'NMNNTP.pas',
  49.   NMpop3 in 'NMpop3.pas',
  50.   NMReg in 'NMReg.pas',
  51.   NMS_Huge in 'NMS_Huge.pas',
  52.   NMs_stream in 'NMs_stream.pas',
  53.   NMSMTP in 'NMSMTP.pas',
  54.   NMSTRM in 'NMSTRM.pas',
  55.   NMTime in 'NMTime.pas',
  56.   NMUDP in 'NMUDP.pas',
  57.   NMURL in 'NMURL.pas',
  58.   NMUUDecode in 'NMUUDecode.pas',
  59.   NMUUE in 'NMUUE.pas',
  60.   NMUUEncode in 'NMUUEncode.pas',
  61.   Psock in 'Psock.pas',
  62.   URLParse in 'URLParse.pas';
  63. end.