object PBTermChatForm: TPBTermChatForm Left = 220 Top = 183 Width = 700 Height = 135 Caption = 'PBTerm Chat Window' Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Menu = ChatMenu Position = poScreenCenter OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ChatRichEdit: TRichEdit Left = 0 Top = 0 Width = 692 Height = 89 Align = alClient Font.Color = clBlue Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] MaxLength = 1000000 ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 OnEnter = ChatRichEditEnter end object ChatMenu: TMainMenu Left = 8 Top = 8 object OptionsMenu: TMenuItem Caption = '&Options' ShortCut = 0 object OptionsStayonTop: TMenuItem Caption = 'Stay on &Top' ShortCut = 0 OnClick = OptionsStayonTopClick end end end end