;the "Format | Paragraph..." menu command, the "More" button, the "Borders & Shading..." menu command, the "Border Spacing..." button

object BorderSpaceForm: TBorderSpaceForm
  Caption = 'Espaciado de bordes'
  ClientHeight = 197
  ClientWidth = 409
  object DistLbl: TLabel
    Left = 15
    Top = 15
    Caption = 'Distancia del texto:'
  end
  object LLbl: TLabel
    Left = 30
    Top = 75
    Caption = 'Izquierda:'
  end
  object LEdt: TUpDownEdit
    Left = 85
    Top = 72
    Width = 50
    Increment = 100
  end
  object TLbl: TLabel
    Left = 152
    Top = 45
    Caption = 'Arriba:'
  end
  object TEdt: TUpDownEdit
    Left = 192
    Top = 42
    Width = 50
    Increment = 100
  end
  object RLbl: TLabel
    Left = 241
    Top = 75
    Caption = 'Derecha:'
  end
  object REdt: TUpDownEdit
    Left = 291
    Top = 72
    Width = 50
    Increment = 100
  end
  object BLbl: TLabel
    Left = 152
    Top = 105
    Caption = 'Abajo:'
  end
  object BEdt: TUpDownEdit
    Left = 192
    Top = 102
    Width = 50
    Increment = 100
  end
end