;the "Tools | Options..." menu command, the "Load/Save" tab, the "Save Plain Text Files As..." button

object TxtSettingsForm: TTxtSettingsForm
  Caption = 'Archivos de Texto Plano'
  ClientHeight = 291
  ClientWidth = 402
  object MainLbl: TLabel
    Left = 15
    Top = 15
    Caption = 'En "Guardar como",'
  end
  object RadBtn1: TRadioButton
    Left = 15
    Top = 45
    Caption = '&mostrar el cuadro de diálogo "Conversión de Archivo"'
    OnClick = ControlChange
  end
  object RadBtn2: TRadioButton
    Left = 15
    Top = 75
    Caption = '&usar siempre las siguientes opciones:'
    OnClick = ControlChange
  end
  object Panel: TPanel
    Left = 20
    Top = 95
    Width = 364
    Height = 148
    BevelOuter = bvNone
    object EncodingLbl: TLabel
      Left = 13
      Top = 10
      Caption = 'Co&dificación:'
    end
    object LstBx: TListBox
      Left = 13
      Top = 30
      Width = 230
      Height = 108
    end
    object CRLFLbl: TLabel
      Left = 265
      Top = 10
      Caption = 'Finalizar líneas con:'
    end
    object CRLFCmbBx: TComboBox
      Left = 265
      Top = 30
      Width = 90
      Style = csDropDownList
    end
  end
end