;the "Format | Style..." menu command, the "Import..." button

object ImportStylesForm: TImportStylesForm
  Caption = 'Importar Estilos'
  ClientHeight = 282
  ClientWidth = 452
  object DocLbl: TLabel
    Left = 9
    Top = 10
    Caption = '&Documentos && plantillas para importar desde:'
  end
  object DocLstBx: TListBox
    Left = 9
    Top = 27
    Width = 274
    Height = 200
    Style = lbOwnerDrawFixed
    OnClick = DocLstBxClick
  end
  object StylesLbl: TLabel
    Left = 291
    Top = 10
    Caption = '&Estilos a importar:'
  end
  object StyleLstBx: TCheckListBox
    Left = 291
    Top = 27
    Width = 150
  end
end