object frmMain: TfrmMain Left = 269 Top = 147 Width = 465 Height = 293 Caption = 'Chat Client' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object Panel2: TPanel Left = 0 Top = 0 Width = 457 Height = 73 Align = alTop BevelOuter = bvNone TabOrder = 0 object Label2: TLabel Left = 4 Top = 12 Width = 67 Height = 13 Caption = 'User message' end object Label1: TLabel Left = 4 Top = 52 Width = 73 Height = 13 Caption = 'Chat Messages' end object Edit1: TEdit Left = 88 Top = 8 Width = 265 Height = 21 TabOrder = 0 OnKeyPress = Edit1KeyPress end object Panel1: TPanel Left = 360 Top = 0 Width = 97 Height = 73 Align = alRight BevelOuter = bvNone TabOrder = 1 object Button1: TButton Left = 14 Top = 8 Width = 75 Height = 25 Caption = '&Connect' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 14 Top = 36 Width = 75 Height = 25 Caption = '&Disconnect' TabOrder = 1 OnClick = Button2Click end end end object Memo1: TMemo Left = 0 Top = 73 Width = 457 Height = 193 Align = alClient ScrollBars = ssVertical TabOrder = 1 end end