;the "File | Save Special | Save As eBook..." menu command, the "Setup..." button

object EbookPgMargForm: TEbookPgMargForm
  Caption = 'Márgenes de página'
  ClientHeight = 268
  ClientWidth = 265
  object TopLbl: TLabel
    Left = 105
    Top = 15
    Caption = 'Superior:'
  end
  object TopEdt: TEdit
    Left = 105
    Top = 33
    Width = 55
  end
  object LeftLbl: TLabel
    Left = 15
    Top = 85
    Caption = 'Izquierda:'
  end
  object LeftEdt: TEdit
    Left = 15
    Top = 103
    Width = 55
  end
  object UnitLbl: TLabel
    Left = 105
    Top = 85
    Caption = 'Unidades:'
  end
  object UnitCmbBx: TComboBox
    Left = 105
    Top = 103
    Width = 55
    Style = csDropDownList
  end
  object RightLbl: TLabel
    Left = 195
    Top = 85
    Caption = 'Derecha:'
  end
  object RightEdt: TEdit
    Left = 195
    Top = 103
    Width = 55
  end
  object BottomLbl: TLabel
    Left = 105
    Top = 155
    Caption = 'Inferior:'
  end
  object BottomEdt: TEdit
    Left = 105
    Top = 173
    Width = 55
  end
end