object FormChat: TFormChat Left = 496 Height = 368 Top = 328 Width = 439 Caption = 'Chat' ClientHeight = 368 ClientWidth = 439 DesignTimePPI = 120 OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.0.4' object MemoChat: TMemo Left = 7 Height = 302 Top = 27 Width = 424 Anchors = [akTop, akLeft, akRight, akBottom] ParentFont = False ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object EditMessage: TEdit Left = 7 Height = 28 Top = 334 Width = 342 Anchors = [akLeft, akRight, akBottom] OnKeyPress = EditMessageKeyPress ParentFont = False TabOrder = 1 end object ButtonMessageSend: TButton Left = 353 Height = 26 Top = 335 Width = 78 Anchors = [akRight, akBottom] Caption = 'Send' OnClick = ButtonMessageSendClick ParentFont = False TabOrder = 2 end object Label1: TLabel Left = 8 Height = 20 Top = 3 Width = 33 Caption = 'Chat:' ParentColor = False ParentFont = False end end