object ClientForm: TClientForm Left = 0 Top = 0 Caption = 'Client' ClientHeight = 303 ClientWidth = 517 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Segoe UI' Font.Style = [] DesignSize = ( 517 303) TextHeight = 15 object DisplayMemo: TMemo Left = 8 Top = 8 Width = 501 Height = 256 Anchors = [akLeft, akTop, akRight, akBottom] Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] Lines.Strings = ( 'DisplayMemo') ParentFont = False TabOrder = 0 end object SendBigDataButton: TButton Left = 8 Top = 270 Width = 137 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Send big data' TabOrder = 1 OnClick = SendBigDataButtonClick ExplicitTop = 370 end object DisconnectButton: TButton Left = 384 Top = 270 Width = 125 Height = 25 Anchors = [akRight, akBottom] Caption = 'Disconnect' TabOrder = 2 OnClick = DisconnectButtonClick ExplicitTop = 370 end end