icsdel50.dpk
来自「一组Delphi/C++Builder上使用的Internet构件源码」· DPK 代码 · 共 76 行
DPK
76 行
package IcsDel50;
{$R *.RES}
{$R 'WSocket.dcr'}
{$R 'fingcli.dcr'}
{$R 'FtpCli.dcr'}
{$R 'FtpSrv.dcr'}
{$R 'HttpProt.dcr'}
{$R 'MimeDec.dcr'}
{$R 'NntpCli.dcr'}
{$R 'ping.dcr'}
{$R 'pop3prot.dcr'}
{$R 'TnCnx.dcr'}
{$R 'tnemulvt.dcr'}
{$R 'tnscript.dcr'}
{$R 'emulvt.dcr'}
{$R 'SmtpProt.dcr'}
{$R 'MbxFile.dcr'}
{$R 'wait.dcr'}
{$R 'DnsQuery.dcr'}
{$R 'WSocketS.dcr'}
{$ALIGN ON}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION OFF}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'ICS components (Freeware from F. Piette)'}
{$IMPLICITBUILD ON}
requires
vcl50;
contains
WSockBuf in 'WSockBuf.pas',
WSocket in 'WSocket.pas',
FingCli in 'fingcli.pas',
Formpos in 'formpos.pas',
FtpCli in 'FtpCli.pas',
FtpSrv in 'FtpSrv.pas',
FtpSrvC in 'FtpSrvC.pas',
HttpProt in 'HttpProt.pas',
icmp in 'icmp.pas',
MD5 in 'MD5.pas',
MimeDec in 'MimeDec.pas',
NntpCli in 'NntpCli.pas',
Ping in 'ping.pas',
TnCnx in 'TnCnx.pas',
TnEmulVT in 'TnEmulVT.pas',
Tnoptfrm in 'tnoptfrm.pas' {OptForm},
TnScript in 'TnScript.pas',
Emulvt in 'emulvt.pas',
SmtpProt in 'SmtpProt.pas',
MbxFile in 'MbxFile.pas',
Pop3Prot in 'Pop3Prot.pas',
Wait in 'wait.pas',
DnsQuery in 'DnsQuery.pas',
WSocketS in 'WSocketS.pas';
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?