home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #8 / K-CD-8-2002.ISO / CyberBuddy / _SETUP.1 / CyberBud.exe / 0 / RCDATA / TINTERNETFORM / TINTERNETFORM.txt < prev   
Encoding:
Text File  |  2002-01-25  |  5.4 KB  |  231 lines

  1. object InternetForm: TInternetForm
  2.   Left = 101
  3.   Top = 141
  4.   Width = 699
  5.   Height = 429
  6.   Caption = 'Internet Form'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 1
  20.     Top = -1
  21.     Width = 689
  22.     Height = 401
  23.     ScrollBars = ssBoth
  24.     TabOrder = 0
  25.     OnDblClick = Memo1DblClick
  26.   end
  27.   object Http1: THttpCli
  28.     ProxyPort = '80'
  29.     Agent = 'Mozilla/3.0 (compatible)'
  30.     Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
  31.     NoCache = False
  32.     ContentTypePost = 'application/x-www-form-urlencoded'
  33.     MultiThreaded = False
  34.     OnDocData = Http1DocData
  35.     Left = 20
  36.     Top = 15
  37.   end
  38.   object CommTimer: TTimer
  39.     OnTimer = CommTimerTimer
  40.     Left = 156
  41.     Top = 14
  42.   end
  43.   object Http2: THttpCli
  44.     ProxyPort = '80'
  45.     Agent = 'Mozilla/3.0 (compatible)'
  46.     Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
  47.     NoCache = False
  48.     ContentTypePost = 'application/x-www-form-urlencoded'
  49.     MultiThreaded = False
  50.     OnDocData = Http2DocData
  51.     Left = 55
  52.     Top = 15
  53.   end
  54.   object Http3: THttpCli
  55.     ProxyPort = '80'
  56.     Agent = 'Mozilla/3.0 (compatible)'
  57.     Accept = 'image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*'
  58.     NoCache = False
  59.     ContentTypePost = 'application/x-www-form-urlencoded'
  60.     MultiThreaded = False
  61.     OnDocData = Http3DocData
  62.     Left = 100
  63.     Top = 15
  64.   end
  65.   object SrvWsocket: TWSocket
  66.     LineMode = False
  67.     LineLimit = 65536
  68.     LineEnd = #13#10
  69.     LineEcho = False
  70.     LineEdit = False
  71.     Proto = 'udp'
  72.     LocalAddr = '0.0.0.0'
  73.     LocalPort = '0'
  74.     MultiThreaded = False
  75.     ComponentOptions = []
  76.     OnDataAvailable = SrvWsocketDataAvailable
  77.     FlushTimeout = 60
  78.     SendFlags = wsSendNormal
  79.     LingerOnOff = wsLingerOn
  80.     LingerTimeout = 0
  81.     SocksLevel = '5'
  82.     SocksAuthentication = socksNoAuthentication
  83.     Left = 20
  84.     Top = 55
  85.   end
  86.   object SendWsocket: TWSocket
  87.     LineMode = False
  88.     LineLimit = 65536
  89.     LineEnd = #13#10
  90.     LineEcho = False
  91.     LineEdit = False
  92.     Proto = 'tcp'
  93.     LocalAddr = '0.0.0.0'
  94.     LocalPort = '0'
  95.     MultiThreaded = False
  96.     ComponentOptions = []
  97.     FlushTimeout = 60
  98.     SendFlags = wsSendNormal
  99.     LingerOnOff = wsLingerOn
  100.     LingerTimeout = 0
  101.     SocksLevel = '5'
  102.     SocksAuthentication = socksNoAuthentication
  103.     Left = 99
  104.     Top = 53
  105.   end
  106.   object POP3: TPop3Cli
  107.     Tag = 0
  108.     Port = 'pop3'
  109.     MsgLines = 0
  110.     MsgNum = 0
  111.     OnMessageBegin = POP3MessageBegin
  112.     OnMessageEnd = POP3MessageEnd
  113.     OnMessageLine = POP3MessageLine
  114.     OnListLine = POP3ListLine
  115.     OnRequestDone = POP3RequestDone
  116.     OnResponse = POP3Response
  117.     OnSessionClosed = POP3SessionClosed
  118.     Left = 20
  119.     Top = 100
  120.   end
  121.   object Smtp1: TSmtpCli
  122.     Tag = 0
  123.     Port = 'smtp'
  124.     CharSet = 'iso-8859-1'
  125.     ContentType = smtpPlainText
  126.     OnResponse = Smtp1Response
  127.     OnGetData = Smtp1GetData
  128.     OnRequestDone = Smtp1RequestDone
  129.     Left = 64
  130.     Top = 101
  131.   end
  132.   object StrmSrvWSocket: TWSocket
  133.     LineMode = False
  134.     LineLimit = 65536
  135.     LineEnd = #13#10
  136.     LineEcho = False
  137.     LineEdit = False
  138.     Port = '1048'
  139.     Proto = 'tcp'
  140.     LocalAddr = '0.0.0.0'
  141.     LocalPort = '0'
  142.     MultiThreaded = False
  143.     ComponentOptions = []
  144.     OnSessionAvailable = StrmSrvWSocketSessionAvailable
  145.     FlushTimeout = 60
  146.     SendFlags = wsSendNormal
  147.     LingerOnOff = wsLingerOn
  148.     LingerTimeout = 0
  149.     SocksLevel = '5'
  150.     SocksAuthentication = socksNoAuthentication
  151.     Left = 144
  152.     Top = 57
  153.   end
  154.   object StrmCliWsocket: TWSocket
  155.     LineMode = False
  156.     LineLimit = 65536
  157.     LineEnd = #13#10
  158.     LineEcho = False
  159.     LineEdit = False
  160.     Port = '1048'
  161.     Proto = 'tcp'
  162.     LocalAddr = '0.0.0.0'
  163.     LocalPort = '0'
  164.     MultiThreaded = False
  165.     ComponentOptions = []
  166.     OnDataAvailable = StrmCliWsocketDataAvailable
  167.     OnDataSent = StrmCliWsocketDataSent
  168.     OnSessionConnected = StrmCliWsocketSessionConnected
  169.     FlushTimeout = 60
  170.     SendFlags = wsSendNormal
  171.     LingerOnOff = wsLingerOn
  172.     LingerTimeout = 0
  173.     SocksLevel = '5'
  174.     SocksAuthentication = socksNoAuthentication
  175.     Left = 179
  176.     Top = 55
  177.   end
  178.   object StrmRespWsocket: TWSocket
  179.     LineMode = False
  180.     LineLimit = 65536
  181.     LineEnd = #13#10
  182.     LineEcho = False
  183.     LineEdit = False
  184.     Proto = 'tcp'
  185.     LocalAddr = '0.0.0.0'
  186.     LocalPort = '0'
  187.     MultiThreaded = False
  188.     ComponentOptions = []
  189.     OnDataAvailable = StrmRespWsocketDataAvailable
  190.     OnSessionClosed = StrmRespWsocketSessionClosed
  191.     FlushTimeout = 60
  192.     SendFlags = wsSendNormal
  193.     LingerOnOff = wsLingerOn
  194.     LingerTimeout = 0
  195.     SocksLevel = '5'
  196.     SocksAuthentication = socksNoAuthentication
  197.     Left = 160
  198.     Top = 87
  199.   end
  200.   object SrvWsocket2: TWSocket
  201.     LineMode = False
  202.     LineLimit = 65536
  203.     LineEnd = #13#10
  204.     LineEcho = False
  205.     LineEdit = False
  206.     Proto = 'udp'
  207.     LocalAddr = '0.0.0.0'
  208.     LocalPort = '0'
  209.     MultiThreaded = False
  210.     ComponentOptions = []
  211.     OnDataAvailable = SrvWsocketDataAvailable
  212.     FlushTimeout = 60
  213.     SendFlags = wsSendNormal
  214.     LingerOnOff = wsLingerOn
  215.     LingerTimeout = 0
  216.     SocksLevel = '5'
  217.     SocksAuthentication = socksNoAuthentication
  218.     Left = 52
  219.     Top = 53
  220.   end
  221.   object Ping1: TPing
  222.     Size = 56
  223.     Timeout = 4000
  224.     TTL = 64
  225.     Flags = 0
  226.     OnDnsLookupDone = Ping1DnsLookupDone
  227.     Left = 198
  228.     Top = 14
  229.   end
  230. end
  231.