;the "File | Save Special | Batch Conversion..." menu command

object BatConvForm: TBatConvForm
  Caption = 'Conversión por lotes'
  ClientHeight = 249
  ClientWidth = 360
  object Label1: TLabel
    Left = 15
    Top = 15
    Caption = 'Convertir todos los documentos de los siguientes tipos:'
  end
  object RTFChkBx: TCheckBox
    Left = 15
    Top = 40
    Caption = 'RTF'
  end
  object DOCChkBx: TCheckBox
    Left = 70
    Top = 40
    Caption = 'DOC'
  end
  object DOCXChkBx: TCheckBox
    Left = 127
    Top = 40
    Caption = 'DOCX'
  end
  object ODTChkBx: TCheckBox
    Left = 192
    Top = 40
    Caption = 'ODT'
  end
  object CODChkBx: TCheckBox
    Left = 247
    Top = 40
    Caption = 'COD'
  end
  object TXTChkBx: TCheckBox
    Left = 302
    Top = 40
    Caption = 'TXT'
  end
  object Label2: TLabel
    Left = 15
    Top = 75
    Caption = 'de la carpeta:'
  end
  object SrcPathEdt: TEdit
    Left = 88
    Top = 72
    Width = 179
  end
  object SrcBtn: TButton
    Left = 274
    Top = 72
    Width = 70
    Caption = 'Examinar...'
    OnClick = SrcBtnClick
  end
  object SubFoldChkBx: TCheckBox
    Left = 88
    Top = 97
    Caption = 'incluir subcarpetas'
  end
  object Label3: TLabel
    Left = 15
    Top = 135
    Caption = 'al'
  end
  object DestFmtCmbBx: TComboBox
    Left = 34
    Top = 132
    Width = 61
    Style = csDropDownList
  end
  object Label4: TLabel
    Left = 105
    Top = 135
    Caption = 'formato, y poner los archivos convertidos'
  end
  object Label5: TLabel
    Left = 15
    Top = 168
    Caption = 'en la carpeta:'
  end
  object DestPathEdt: TEdit
    Left = 88
    Top = 165
    Width = 179
  end
  object DestBtn: TButton
    Left = 274
    Top = 165
    Width = 70
    Caption = 'Examinar...'
    OnClick = DestBtnClick
  end
end