;the "File | Page Settings..." menu command

object PageFormatForm: TPageFormatForm
  Caption = 'Configuración de página'
  ClientHeight = 313
  ClientWidth = 442
  object PageControl: TPageControl
    Left = 9
    Top = 9
    Width = 424
    Height = 263
    OnChange = ControlChange
    object Tab1: TTabSheet
      Caption = 'Márgenes'
      object TMLbl: TLabel
        Left = 14
        Top = 20
        Caption = '&Superior:'
      end
      object TMEdt: TUpDownEdit
        Left = 85
        Top = 17
        OnValChange = ControlChange
      end
      object BMLbl: TLabel
        Left = 14
        Top = 44
        Caption = '&Inferior:'
      end
      object BMEdt: TUpDownEdit
        Left = 85
        Top = 41
        OnValChange = ControlChange
      end
      object LMLbl: TLabel
        Left = 14
        Top = 68
        Caption = '&Izquierdo:'
      end
      object LMEdt: TUpDownEdit
        Left = 85
        Top = 65
        OnValChange = ControlChange
      end
      object RMLbl: TLabel
        Left = 14
        Top = 92
        Caption = '&Derecho:'
      end
      object RMEdt: TUpDownEdit
        Left = 85
        Top = 89
        OnValChange = ControlChange
      end
      object MirrorBx: TCheckBox
        Left = 14
        Top = 120
        Caption = '&Reflejar márgenes'
        OnClick = ControlChange
      end
      object HFMBx: TGroupBox
        Left = 7
        Top = 150
        Width = 174
        Height = 73
        Caption = 'Desde el borde'
        object HMLbl: TLabel
          Left = 9
          Top = 20
          Caption = '&Encabezado:'
        end
        object HMEdt: TUpDownEdit
          Left = 76
          Top = 17
          OnValChange = ControlChange
        end
        object FMLbl: TLabel
          Left = 9
          Top = 44
          Caption = '&Pie:'
        end
        object FMEdt: TUpDownEdit
          Left = 76
          Top = 41
          OnValChange = ControlChange
        end
      end
    end
    object Tab2: TTabSheet
      Caption = 'Formato de página'
      object SizeLbl: TLabel
        Left = 14
        Top = 13
        Caption = 'Formato de &papel:'
      end
      object SizeBx: TComboBox
        Left = 14
        Top = 30
        Width = 180
        Style = csDropDownList
        OnChange = ControlChange
      end
      object WLbl: TLabel
        Left = 14
        Top = 75
        Caption = '&Ancho:'
      end
      object WEdt: TUpDownEdit
        Left = 70
        Top = 71
        OnValChange = ControlChange
      end
      object HLbl: TLabel
        Left = 14
        Top = 101
        Caption = '&Altura:'
      end
      object HEdt: TUpDownEdit
        Left = 70
        Top = 96
        OnValChange = ControlChange
      end
      object OrientBx: TGroupBox
        Left = 14
        Top = 133
        Width = 180
        Height = 61
        Caption = 'Orientación de página'
        object PImg: TImage
          Left = 14
          Top = 18
          Width = 32
          Height = 35
        end
        object LImg: TImage
          Left = 14
          Top = 18
          Width = 32
          Height = 35
        end
        object PortBtn: TRadioButton
          Left = 60
          Top = 17
          Caption = '&Vertical'
          OnClick = ControlChange
        end
        object LandBtn: TRadioButton
          Left = 60
          Top = 36
          Caption = '&Horizontal'
          OnClick = ControlChange
        end
      end
    end
    object Tab3: TTabSheet
      Caption = 'Diseño'
      object HFBx: TGroupBox
        Left = 14
        Top = 15
        Width = 180
        Height = 65
        Caption = 'Encabezados y pies de página'
        object OEBx: TCheckBox
          Left = 10
          Top = 20
          Caption = 'Diferenciar &impares y pares'
          OnClick = ControlChange
        end
        object FPBx: TCheckBox
          Left = 10
          Top = 40
          Caption = '&Diferenciar primera página'
          OnClick = ControlChange
        end
      end
      object SEBx: TCheckBox
        Left = 14
        Top = 92
        Caption = '&Suprimir notas finales'
        OnClick = ControlChange
      end
      object LineNumBtn: TButton
        Left = 14
        Top = 120
        Width = 180
        Caption = 'Números de &línea...'
        OnClick = ControlChange
      end
    end
  end
  object PreviewBx: TGroupBox
    Left = 216
    Top = 40
    Width = 204
    Height = 187
    Caption = 'Vista previa'
    object PreviewImg: TImage
      Left = 2
      Top = 15
      Width = 200
      Height = 170
      Align = alClient
    end
  end
  object ApplyPanel: TPanel
    Left = 216
    Top = 227
    Width = 59
    Height = 35
    BevelOuter = bvNone
    BevelInner = bvNone
    object ApplyLbl: TLabel
      Top = 12
      Caption = '&Aplicar a:'
      FocusControl = ApplyBx
    end
  end
  object ApplyBx: TComboBox
    Left = 275
    Top = 236
    Width = 145
    Style = csDropDownList
  end
  object DefBtn: TButton
    Left = 8
    Top = 283
    Width = 100
    Caption = '&Predeterminado...'
    OnClick = ControlChange
  end
  object CopyBtn: TButton
    Left = 110
    Top = 283
    Width = 55
    Caption = 'Copiar'
    OnClick = ControlChange
  end
  object PasteBtn: TButton
    Left = 168
    Top = 283
    Width = 55
    Caption = 'Pegar'
    OnClick = ControlChange
  end
end