object FormAjuda: TFormAjuda Left = 315 Top = 141 BorderIcons = [biSystemMenu] BorderStyle = bsSingle ClientHeight = 492 ClientWidth = 492 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poDefaultPosOnly OnCreate = FormCreate DesignSize = ( 492 492) PixelsPerInch = 96 TextHeight = 13 object redTexto: TRichEdit Left = 9 Top = 8 Width = 473 Height = 436 Anchors = [akLeft, akTop, akRight, akBottom] ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object btFechar: TButton Left = 209 Top = 454 Width = 75 Height = 25 Anchors = [akLeft, akRight, akBottom] Caption = 'Fechar' Default = True ModalResult = 2 TabOrder = 1 end end