home *** CD-ROM | disk | FTP | other *** search
- object InternetForm: TInternetForm
- Left = 101
- Top = 141
- Width = 699
- Height = 429
- Caption = 'Internet Form'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 1
- Top = -1
- Width = 689
- Height = 401
- ScrollBars = ssBoth
- TabOrder = 0
- OnDblClick = Memo1DblClick
- end
- object Http1: THttpCli
- ProxyPort = '80'
- Agent = 'Mozilla/3.0 (compatible)'
- Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
- NoCache = False
- ContentTypePost = 'application/x-www-form-urlencoded'
- MultiThreaded = False
- OnDocData = Http1DocData
- Left = 20
- Top = 15
- end
- object CommTimer: TTimer
- OnTimer = CommTimerTimer
- Left = 156
- Top = 14
- end
- object Http2: THttpCli
- ProxyPort = '80'
- Agent = 'Mozilla/3.0 (compatible)'
- Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
- NoCache = False
- ContentTypePost = 'application/x-www-form-urlencoded'
- MultiThreaded = False
- OnDocData = Http2DocData
- Left = 55
- Top = 15
- end
- object Http3: THttpCli
- ProxyPort = '80'
- Agent = 'Mozilla/3.0 (compatible)'
- Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
- NoCache = False
- ContentTypePost = 'application/x-www-form-urlencoded'
- MultiThreaded = False
- OnDocData = Http3DocData
- Left = 100
- Top = 15
- end
- object SrvWsocket: TWSocket
- LineMode = False
- LineLimit = 65536
- LineEnd = #13#10
- LineEcho = False
- LineEdit = False
- Proto = 'udp'
- LocalAddr = '0.0.0.0'
- LocalPort = '0'
- MultiThreaded = False
- ComponentOptions = []
- OnDataAvailable = SrvWsocketDataAvailable
- FlushTimeout = 60
- SendFlags = wsSendNormal
- LingerOnOff = wsLingerOn
- LingerTimeout = 0
- SocksLevel = '5'
- SocksAuthentication = socksNoAuthentication
- Left = 20
- Top = 55
- end
- object SendWsocket: TWSocket
- LineMode = False
- LineLimit = 65536
- LineEnd = #13#10
- LineEcho = False
- LineEdit = False
- Proto = 'tcp'
- LocalAddr = '0.0.0.0'
- LocalPort = '0'
- MultiThreaded = False
- ComponentOptions = []
- FlushTimeout = 60
- SendFlags = wsSendNormal
- LingerOnOff = wsLingerOn
- LingerTimeout = 0
- SocksLevel = '5'
- SocksAuthentication = socksNoAuthentication
- Left = 99
- Top = 53
- end
- object POP3: TPop3Cli
- Tag = 0
- Port = 'pop3'
- MsgLines = 0
- MsgNum = 0
- OnMessageBegin = POP3MessageBegin
- OnMessageEnd = POP3MessageEnd
- OnMessageLine = POP3MessageLine
- OnListLine = POP3ListLine
- OnRequestDone = POP3RequestDone
- OnResponse = POP3Response
- OnSessionClosed = POP3SessionClosed
- Left = 20
- Top = 100
- end
- object Smtp1: TSmtpCli
- Tag = 0
- Port = 'smtp'
- CharSet = 'iso-8859-1'
- ContentType = smtpPlainText
- OnResponse = Smtp1Response
- OnGetData = Smtp1GetData
- OnRequestDone = Smtp1RequestDone
- Left = 64
- Top = 101
- end
- object StrmSrvWSocket: TWSocket
- LineMode = False
- LineLimit = 65536
- LineEnd = #13#10
- LineEcho = False
- LineEdit = False
- Port = '1048'
- Proto = 'tcp'
- LocalAddr = '0.0.0.0'
- LocalPort = '0'
- MultiThreaded = False
- ComponentOptions = []
- OnSessionAvailable = StrmSrvWSocketSessionAvailable
- FlushTimeout = 60
- SendFlags = wsSendNormal
- LingerOnOff = wsLingerOn
- LingerTimeout = 0
- SocksLevel = '5'
- SocksAuthentication = socksNoAuthentication
- Left = 144
- Top = 57
- end
- object StrmCliWsocket: TWSocket
- LineMode = False
- LineLimit = 65536
- LineEnd = #13#10
- LineEcho = False
- LineEdit = False
- Port = '1048'
- Proto = 'tcp'
- LocalAddr = '0.0.0.0'
- LocalPort = '0'
- MultiThreaded = False
- ComponentOptions = []
- OnDataAvailable = StrmCliWsocketDataAvailable
- OnDataSent = StrmCliWsocketDataSent
- OnSessionConnected = StrmCliWsocketSessionConnected
- FlushTimeout = 60
- SendFlags = wsSendNormal
- LingerOnOff = wsLingerOn
- LingerTimeout = 0
- SocksLevel = '5'
- SocksAuthentication = socksNoAuthentication
- Left = 179
- Top = 55
- end
- object StrmRespWsocket: TWSocket
- LineMode = False
- LineLimit = 65536
- LineEnd = #13#10
- LineEcho = False
- LineEdit = False
- Proto = 'tcp'
- LocalAddr = '0.0.0.0'
- LocalPort = '0'
- MultiThreaded = False
- ComponentOptions = []
- OnDataAvailable = StrmRespWsocketDataAvailable
- OnSessionClosed = StrmRespWsocketSessionClosed
- FlushTimeout = 60
- SendFlags = wsSendNormal
- LingerOnOff = wsLingerOn
- LingerTimeout = 0
- SocksLevel = '5'
- SocksAuthentication = socksNoAuthentication
- Left = 160
- Top = 87
- end
- object SrvWsocket2: TWSocket
- LineMode = False
- LineLimit = 65536
- LineEnd = #13#10
- LineEcho = False
- LineEdit = False
- Proto = 'udp'
- LocalAddr = '0.0.0.0'
- LocalPort = '0'
- MultiThreaded = False
- ComponentOptions = []
- OnDataAvailable = SrvWsocketDataAvailable
- FlushTimeout = 60
- SendFlags = wsSendNormal
- LingerOnOff = wsLingerOn
- LingerTimeout = 0
- SocksLevel = '5'
- SocksAuthentication = socksNoAuthentication
- Left = 52
- Top = 53
- end
- object Ping1: TPing
- Size = 56
- Timeout = 4000
- TTL = 64
- Flags = 0
- OnDnsLookupDone = Ping1DnsLookupDone
- Left = 198
- Top = 14
- end
- end
-