;the "Format | Style..." menu command

object EditStyleListForm: TEditStyleListForm
  Caption = 'Estilo'
  ClientHeight = 369
  ClientWidth = 492
  object StyleLbl: TLabel
    Left = 9
    Top = 9
    Caption = 'Estilos:'
  end
  object DescLbl: TLabel
    Left = 281
    Top = 9
    Caption = 'Descripción'
  end
  object Bevel1: TBevel
    Left = 343
    Top = 15
    Width = 142
    Height = 2
  end
  object DescLbl2: TLabel
    Left = 281
    Top = 31
    Width = 198
    Height = 252
    AutoSize = False
  end
  object ViewLbl: TLabel
    Left = 11
    Top = 287
    Caption = 'Ver como ...'
  end
  object TreeBtn: TRadioButton
    Left = 11
    Top = 304
    Caption = 'árbol'
    OnClick = ViewBtnClick
  end
  object ListBtn: TRadioButton
    Left = 65
    Top = 304
    Caption = 'lista'
    OnClick = ViewBtnClick
  end
  object NewBtn: TButton
    Left = 170
    Top = 290
    Width = 74
    Caption = 'Nuevo...'
    OnClick = NewBtnClick
  end
  object EditBtn: TButton
    Left = 250
    Top = 290
    Width = 74
    Caption = 'Modificar...'
    OnClick = EditBtnClick
  end
  object DelBtn: TButton
    Left = 330
    Top = 290
    Width = 74
    Caption = 'Eliminar'
    OnClick = DelStyleBtnClick
  end
  object ImportBtn: TButton
    Left = 410
    Top = 290
    Width = 74
    Caption = 'Importar...'
    OnClick = ImportBtnClick
  end
  object Bevel2: TBevel
    Left = 7
    Top = 324
    Width = 478
    Height = 2
  end
end