;the "Format | Style..." menu command, the "New..." or "Modify..." button

object EditStyleForm: TEditStyleForm
  ClientHeight = 373
  ClientWidth = 324
  object NameLbl: TLabel
    Left = 9
    Top = 9
    Caption = 'Nombre:'
  end
  object NameEdt: TEdit
    Left = 9
    Top = 25
    Width = 180
    OnChange = ControlChange
  end
  object BasedOnLbl: TLabel
    Left = 9
    Top = 51
    Caption = 'Basado en el estilo:'
  end
  object BasedOnCmbBx: TComboBox
    Left = 9
    Top = 67
    Width = 180
    Style = csDropDownList
    OnChange = ControlChange
  end
  object NextLbl: TLabel
    Left = 9
    Top = 94
    Caption = 'Estilo del siguiente párrafo:'
  end
  object NextCmbBx: TComboBox
    Left = 9
    Top = 110
    Width = 180
    Style = csDropDownList
    OnChange = ControlChange
  end
  object HotKeyLbl: TLabel
    Left = 9
    Top = 136
    Caption = 'Tecla de acceso rápido:'
  end
  object HotKey: THotKey
    Left = 9
    Top = 152
    Width = 180
    OnExit = ControlChange
  end
  object FmtLbl: TLabel
    Left = 197
    Top = 9
    Caption = 'Formato'
  end
  object Bevel1: TBevel
    Left = 236
    Top = 15
    Width = 80
    Height = 2
  end
  object FntBtn: TButton
    Left = 219
    Top = 28
    Width = 94
    Caption = 'Fuente...'
    OnClick = ControlChange
  end
  object ParBtn: TButton
    Left = 219
    Top = 55
    Width = 94
    Caption = 'Párrafo...'
    OnClick = ControlChange
  end
  object TabBtn: TButton
    Left = 219
    Top = 82
    Width = 94
    Caption = 'Tabulaciones...'
    OnClick = ControlChange
  end
  object ListBtn: TButton
    Left = 219
    Top = 109
    Width = 94
    Caption = 'Lista...'
    OnClick = ControlChange
  end
  object BorderBtn: TButton
    Left = 219
    Top = 136
    Width = 94
    Height = 35
    Caption = 'Bordes y'#13'Sombreado...'
    OnClick = ControlChange
  end
  object DescLbl: TLabel
    Left = 9
    Top = 177
    Caption = 'Descripción'
  end
  object Bevel2: TBevel
    Left = 67
    Top = 183
    Width = 250
    Height = 2
  end
  object Desc2Lbl: TLabel
    Left = 9
    Top = 195
    Width = 306
    Height = 138
    AutoSize = False
  end
end