object frmChatMan: TfrmChatMan Left = 478 Top = 381 Width = 518 Height = 408 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnKeyDown = FormKeyDown OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object PCChat: TInfuPageControl Left = 0 Top = 0 Width = 510 Height = 381 Align = alClient Images = PngImageList1 MultiLine = True TabOrder = 0 OnChange = PCChatChange OnChanging = PCChatChanging OnContextPopup = PCChatContextPopup OnMouseDown = PCChatMouseDown end object PngImageList1: TPngImageList PngImages = <> Left = 296 Top = 240 end object TimerFlash: TTimer Interval = 400 OnTimer = TimerFlashTimer Left = 400 Top = 88 end end