;the "Insert | Page Numbers..." menu command, the "Format..." button

object PgnFmtForm: TPgnFmtForm
  Caption = 'Formato de numeración de páginas'
  ClientHeight = 158
  ClientWidth = 266
  object NumFmtLbl: TLabel
    Left = 10
    Top = 15
    Caption = 'Pre&determinado:'
  end
  object CmbBx: TComboBox
    Left = 100
    Top = 11
    Width = 150
    Style = csDropDownList
  end
  object PageNumberingLbl: TLabel
    Left = 10
    Top = 49
    Caption = 'Numeración'
  end
  object Bevel: TBevel
    Left = 68
    Top = 55
    Width = 182
    Height = 2
  end
  object ContBtn: TRadioButton
    Left = 16
    Top = 68
    Caption = '&Continuar desde la sección anterior'
    OnClick = BtnsClick
  end
  object RestartBtn: TRadioButton
    Left = 16
    Top = 90
    Caption = 'Comenzar &en:'
    OnClick = BtnsClick
  end
  object InitNumUpDnEdt: TUpDownEdit
    Left = 110
    Top = 87
    Width = 62
    Max = 32766
    SepDigits = 0
    OnValChange = EdtValChanged
    Increment = 1
  end
end