;the "View | Zoom..." menu command

object ZoomForm: TZoomForm
  Caption = 'Zoom'
  ClientHeight = 215
  ClientWidth = 305
  object Edt: TUpDownEdit
    Left = 40
    Top = 24
    SepDigits = 0
    TailString = '%'
  end
  object Btn200: TRadioButton
    Left = 40
    Top = 60
    Caption = '&200%'
  end
  object BTn100: TRadioButton
    Left = 40
    Top = 90
    Caption = '&100%'
  end
  object Btn75: TRadioButton
    Left = 40
    Top = 120
    Caption = '&75%'
  end
  object BtnPage: TRadioButton
    Left = 180
    Top = 30
    Caption = 'Ancho de &página'
  end
  object BtnText: TRadioButton
    Left = 180
    Top = 60
    Caption = 'Ancho de &texto'
  end
  object BtnWhole: TRadioButton
    Left = 180
    Top = 90
    Caption = 'Páginas &completas'
  end
  object BtnTwo: TRadioButton
    Left = 180
    Top = 120
    Caption = 'Do&s páginas'
  end
  object DefBtn: TButton
    Left = 8
    Top = 185
    Width = 105
    Caption = '&Predeterminado...'
    OnClick = DefBtnClick
  end
end