object TcpSrvForm: TTcpSrvForm Left = 241 Top = 152 Caption = 'ICS ThrdSrvForm' ClientHeight = 366 ClientWidth = 743 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Segoe UI' Font.Style = [] OnClose = FormClose OnCreate = FormCreate OnShow = FormShow TextHeight = 13 object ToolPanel: TPanel Left = 0 Top = 0 Width = 743 Height = 41 Align = alTop TabOrder = 0 ExplicitWidth = 603 end object DisplayMemo: TMemo Left = 0 Top = 41 Width = 743 Height = 325 Align = alClient Lines.Strings = ( 'DisplayMemo') ScrollBars = ssBoth TabOrder = 1 ExplicitWidth = 603 ExplicitHeight = 260 end object WSocketServer1: TWSocketServer LineEnd = #13#10 Proto = 'tcp' LocalAddr = '0.0.0.0' LocalAddr6 = '::' LocalPort = '0' KeepAliveOnOff = wsKeepAliveOnSystem KeepAliveTime = 30000 KeepAliveInterval = 1000 SocksLevel = '5' ExclusiveAddr = False ComponentOptions = [] ListenBacklog = 15 ReqVerLow = 1 ReqVerHigh = 1 WSDebugOptions = [] OnBgException = WSocketServer1BgException SocketErrs = wsErrTech Banner = 'Welcome to TcpSrv' OnClientDisconnect = WSocketServer1ClientDisconnect OnClientConnect = WSocketServer1ClientConnect OnClientCreate = WSocketServer1ClientCreate MultiListenSockets = <> Left = 40 Top = 96 end end