object TcpSrvForm: TTcpSrvForm Left = 544 Top = 164 Caption = 'ICS TcpSrvIPv6Form - https://www.overbyte.be - 7 Feb 2024' ClientHeight = 324 ClientWidth = 615 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 = 615 Height = 41 Align = alTop TabOrder = 0 end object DisplayMemo: TMemo Left = 0 Top = 41 Width = 615 Height = 283 Align = alClient Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'DisplayMemo') ParentFont = False ScrollBars = ssBoth TabOrder = 1 end object WSocketServer1: TWSocketServer LineEnd = #13#10 Proto = 'tcp' LocalAddr = '0.0.0.0' LocalAddr6 = '::' LocalPort = '0' SocksLevel = '5' ExclusiveAddr = False ComponentOptions = [] ListenBacklog = 15 OnSessionClosed = WSocketServer1SessionClosed OnSessionAvailable = WSocketServer1SessionAvailable OnBgException = WSocketServer1BgException SocketErrs = wsErrTech onException = WSocketServer1Exception Banner = 'Welcome to TcpSrv' OnClientDisconnect = WSocketServer1ClientDisconnect OnClientConnect = WSocketServer1ClientConnect MultiListenSockets = <> Left = 38 Top = 68 end end