;the "File | New | Formats & Templates..." menu command

object DocFmtAssocForm: TDocFmtAssocForm
  Caption = 'Formatos de documentos y plantillas'
  ClientHeight = 171
  ClientWidth = 396
  object DocFmtLbl: TLabel
    Left = 9
    Top = 9
    Caption = '&Formatos de documentos:'
  end
  object LstBx: TListBox
    Left = 9
    Top = 26
    Width = 215
    Height = 69
    OnClick = LstBxClick
  end
  object TemplLbl: TLabel
    Left = 235
    Top = 9
    Caption = '&Plantilla:'
  end
  object TemplEdt: TEdit
    Left = 235
    Top = 26
    Width = 153
    Color = -2147483633
    ReadOnly = True
  end
  object ChangeBtn: TButton
    Left = 235
    Top = 60
    Width = 153
    Caption = 'Cambiar de plantilla...'
    OnClick = ChangeBtnClick
  end
  object DefDocFmtLbl: TLabel
    Left = 9
    Top = 108
    Width = 215
    Height = 30
    AutoSize = false
    Caption = 'Formato pre&determinado'#13'para nuevos documentos:'
  end
  object CmbBx: TComboBox
    Left = 9
    Top = 141
    Width = 215
    Style = csDropDownList
    OnChange = CmbBxChange
  end
end