object ThrdSrvForm: TThrdSrvForm Left = 295 Top = 249 Caption = 'CS ThrdSrvForm' ClientHeight = 608 ClientWidth = 790 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Segoe UI' Font.Style = [] OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow TextHeight = 13 object ToolPanel: TPanel Left = 0 Top = 0 Width = 790 Height = 57 Align = alTop TabOrder = 0 ExplicitWidth = 581 DesignSize = ( 790 57) object Label1: TLabel Left = 8 Top = 12 Width = 95 Height = 13 Caption = 'Clients Per Thread:' end object ClientsPerThreadEdit: TEdit Left = 100 Top = 8 Width = 39 Height = 21 TabOrder = 0 Text = '1' OnChange = ClientsPerThreadEditChange end object DisconnectAllButton: TButton Left = 705 Top = 6 Width = 81 Height = 22 Anchors = [akTop, akRight] Caption = 'Disconnect All' TabOrder = 1 OnClick = DisconnectAllButtonClick ExplicitLeft = 496 end object ClearMemoButton: TButton Left = 705 Top = 30 Width = 81 Height = 22 Anchors = [akTop, akRight] Caption = 'Clear' TabOrder = 2 OnClick = ClearMemoButtonClick ExplicitLeft = 496 end end object DisplayMemo: TMemo Left = 0 Top = 57 Width = 790 Height = 551 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 WSocketThrdServer1: TWSocketThrdServer LineEnd = #13#10 Port = 'telnet' 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 = WSocketThrdServer1BgException SocketErrs = wsErrTech Banner = 'Welcome to TcpSrv' OnClientDisconnect = WSocketThrdServer1ClientDisconnect OnClientConnect = WSocketThrdServer1ClientConnect OnClientCreate = WSocketThrdServer1ClientCreate MultiListenSockets = <> ClientsPerThread = 1 OnThreadException = WSocketThrdServer1ThreadException Left = 72 Top = 120 end end