object ClientForm: TClientForm Left = 340 Top = 208 Caption = 'ClientForm' ClientHeight = 253 ClientWidth = 419 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] OldCreateOrder = True OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Memo: TMemo Left = 0 Top = 0 Width = 419 Height = 171 Align = alClient Lines.Strings = ( 'Memo') ReadOnly = True ScrollBars = ssBoth TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 171 Width = 419 Height = 82 Align = alBottom TabOrder = 1 ExplicitTop = 173 ExplicitWidth = 427 object Button1: TButton Left = 8 Top = 52 Width = 75 Height = 25 Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object SendButton: TButton Left = 92 Top = 52 Width = 89 Height = 25 Caption = '&Send' Default = True TabOrder = 1 OnClick = SendButtonClick end object DisconnectButton: TButton Left = 196 Top = 52 Width = 89 Height = 25 Caption = '&Disconnect' TabOrder = 2 OnClick = DisconnectButtonClick end object DataMemo: TMemo Left = 1 Top = 1 Width = 417 Height = 48 Align = alTop Lines.Strings = ( 'DataMemo') ScrollBars = ssVertical TabOrder = 3 end end object Socket: TWSocket LineMode = False LineLimit = 65536 LineEnd = #13#10 LineEcho = False LineEdit = False Proto = 'tcp' LocalAddr = '0.0.0.0' LocalPort = '0' MultiThreaded = False MultiCast = False MultiCastIpTTL = 1 FlushTimeout = 60 SendFlags = wsSendNormal LingerOnOff = wsLingerOn LingerTimeout = 0 KeepAliveOnOff = wsKeepAliveOnSystem KeepAliveTime = 30000 KeepAliveInterval = 1000 SocksLevel = '5' SocksAuthentication = socksNoAuthentication LastError = 0 ReuseAddr = False ComponentOptions = [] ListenBacklog = 5 ReqVerLow = 1 ReqVerHigh = 1 OnDataAvailable = SocketDataAvailable OnSessionClosed = SocketSessionClosed Left = 8 Top = 40 end end