object FormChat: TFormChat Left = 496 Height = 441 Top = 328 Width = 527 Caption = 'Chat' ClientHeight = 441 ClientWidth = 527 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow LCLVersion = '1.8.2.0' object MemoChat: TMemo Left = 8 Height = 362 Top = 32 Width = 509 Anchors = [akTop, akLeft, akRight, akBottom] ReadOnly = True ScrollBars = ssAutoBoth TabOrder = 0 end object EditMessage: TEdit Left = 8 Height = 36 Top = 398 Width = 411 Anchors = [akLeft, akRight, akBottom] OnKeyPress = EditMessageKeyPress TabOrder = 1 end object ButtonMessageSend: TButton Left = 423 Height = 31 Top = 402 Width = 94 Anchors = [akRight, akBottom] Caption = 'Send' OnClick = ButtonMessageSendClick TabOrder = 2 end object Label1: TLabel Left = 10 Height = 26 Top = 4 Width = 44 Caption = 'Chat:' ParentColor = False end end