;the "Find/Replace" panel of the Control Board, the "Format" box, the "Style" button

object StyleNameForm: TStyleNameForm
  Caption = 'Estilo'
  ClientHeight = 309
  ClientWidth = 266
  object Lbl: TLabel
    Left = 8
    Top = 8
    Caption = '&Estilo:'
  end
  object Edt: TEdit
    Left = 8
    Top = 25
    Width = 250
    OnChange = EdtChange
  end
  object LstBx: TListBox
    Left = 8
    Top = 46
    Width = 250
    Height = 121
    OnClick = LstBxClick
  end
  object DescLbl: TLabel
    Left = 8
    Top = 176
    Caption = '&Descripción:'
  end
  object Memo: TMemo
    Left = 8
    Top = 192
    Width = 250
    Height = 71
    ReadOnly = true
    ScrollBars = ssVertical
  end
end