object Form1: TForm1 Left = 177 Height = 1017 Top = 89 Width = 1198 Caption = 'Form1' ClientHeight = 1017 ClientWidth = 1198 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.3' object Memo1: TMemo Left = 10 Height = 1003 Top = 10 Width = 398 Anchors = [akTop, akLeft, akRight, akBottom] ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object Memo2: TMemo Left = 432 Height = 723 Top = 288 Width = 752 Anchors = [akTop, akLeft, akRight, akBottom] ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 1 end object ListView1: TListView Left = 424 Height = 274 Top = 6 Width = 760 Columns = < item Caption = 'Server port' Width = 100 end item Caption = 'Client address' Width = 100 end item Caption = 'Source port' Width = 100 end item Caption = 'Clients' Width = 100 end item Caption = 'Source state' Width = 343 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 2 ViewStyle = vsReport OnData = ListView1Data end object Timer1: TTimer Interval = 100 OnTimer = Timer1Timer left = 299 top = 398 end end