object FormChat: TFormChat Left = 1060 Height = 368 Top = 536 Width = 439 Caption = 'Chat' ClientHeight = 368 ClientWidth = 439 DesignTimePPI = 144 LCLVersion = '3.4.0.0' object MemoChat: TMemo Left = 8 Height = 280 Top = 32 Width = 421 Anchors = [akTop, akLeft, akRight, akBottom] ParentFont = False ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object EditMessage: TEdit Left = 8 Height = 43 Top = 318 Width = 320 Anchors = [akLeft, akRight, akBottom] ParentFont = False TabOrder = 1 OnKeyPress = EditMessageKeyPress end object ButtonMessageSend: TButton Left = 336 Height = 38 Top = 320 Width = 94 Anchors = [akRight, akBottom] Caption = 'Send' ParentFont = False TabOrder = 2 OnClick = ButtonMessageSendClick end object Label1: TLabel Left = 10 Height = 26 Top = 4 Width = 43 Caption = 'Chat:' ParentColor = False ParentFont = False end end