;the "View | Zoom..." menu command, the "Default..." button

object DefZoomForm: TDefZoomForm
  Caption = 'Zoom predeterminado'
  ClientHeight = 235
  ClientWidth = 355
  object ChkBx: TCheckBox
    Left = 10
    Top = 17
    Width = 290
    Caption = 'Abrir siempre los documentos con el zoom especificado:'
    Font.Style = [fsBold]
  end
  object Edt: TUpDownEdit
    Left = 40
    Top = 54
    SepDigits = 0
    TailString = '%'
  end
  object Btn200: TRadioButton
    Left = 40
    Top = 90
    Caption = '200%'
  end
  object BTn100: TRadioButton
    Left = 40
    Top = 120
    Caption = '100%'
  end
  object Btn75: TRadioButton
    Left = 40
    Top = 150
    Caption = '75%'
  end
  object BtnPage: TRadioButton
    Left = 180
    Top = 60
    Caption = 'Ancho de la página'
  end
  object BtnText: TRadioButton
    Left = 180
    Top = 90
    Caption = 'Ancho del texto'
  end
  object BtnWhole: TRadioButton
    Left = 180
    Top = 120
    Caption = 'Páginas completas'
  end
  object BtnTwo: TRadioButton
    Left = 180
    Top = 150
    Caption = 'Dos páginas'
  end
end