;the "Table properties" command of the "Table" toolbar

object TablePropsForm: TTablePropsForm
  Caption = 'Propiedades de la Tabla'
  ClientHeight = 343
  ClientWidth = 402
  object PageControl: TPageControl
    Left = 10
    Top = 10
    Width = 382
    Height = 292
    object TableTabSheet: TTabSheet
      Caption = 'Tabla'
      object TableWidthLbl: TLabel
        Left = 12
        Top = 19
        Caption = 'Ancho:'
      end
      object TableWidthEdt: TUpDownEdit
        Left = 60
        Top = 16
        OnValChange = ControlChange
      end
      object TableWidthCmbBx: TComboBox
        Left = 162
        Top = 16
        Width = 100
        Style = csDropDownList
        OnChange = ControlChange
      end
      object TableAlignLbl: TLabel
        Left = 12
        Top = 52
        Caption = 'Alineación'
      end
      object TableAlignBevel: TBevel
        Left = 68
        Top = 59
        Width = 290
        Height = 2
      end
      object TableLAlignRadBtn: TRadioButton
        Left = 22
        Top = 79
        Caption = 'Izquierda'
        OnClick = ControlChange
      end
      object TableCAlignRadBtn: TRadioButton
        Left = 147
        Top = 79
        Caption = 'Centro'
        OnClick = ControlChange
      end
      object TableRAlignRadBtn: TRadioButton
        Left = 282
        Top = 79
        Caption = 'Derecha'
        OnClick = ControlChange
      end
      object LeftIndentLbl: TLabel
        Left = 22
        Top = 110
        Caption = 'Sangría desde la izquierda:'
      end
      object LeftIndentEdt: TUpDownEdit
        Left = 160
        Top = 107
        OnValChange = ControlChange
      end
      object DefMarginsLbl: TLabel
        Left = 12
        Top = 142
        Caption = 'Márgenes predeterminados de las celdas'
      end
      object DefMarginsBevel: TBevel
        Left = 114
        Top = 149
        Width = 244
        Height = 2
      end
      object DefLMarginLbl: TLabel
        Left = 12
        Top = 198
        Caption = 'Izquierda:'
      end
      object DefLMarginEdt: TUpDownEdit
        Left = 67
        Top = 195
        OnValChange = ControlChange
      end
      object DefTMarginLbl: TLabel
        Left = 126
        Top = 168
        Caption = 'Superior:'
      end
      object DefTMarginEdt: TUpDownEdit
        Left = 174
        Top = 165
        OnValChange = ControlChange
      end
      object DefRMarginLbl: TLabel
        Left = 225
        Top = 198
        Caption = 'Derecha:'
      end
      object DefRMarginEdt: TUpDownEdit
        Left = 273
        Top = 195
        OnValChange = ControlChange
      end
      object DefBMarginLbl: TLabel
        Left = 129
        Top = 228
        Caption = 'Inferior:'
      end
      object DefBMarginEdt: TUpDownEdit
        Left = 174
        Top = 225
        OnValChange = ControlChange
      end
    end
    object RowTabSheet: TTabSheet
      Caption = 'Fila'
      object PrevRowBtn: TButton
        Left = 12
        Top = 15
        Width = 100
        Caption = '<< Anterior'
        OnClick = ControlChange
      end
      object RowLbl: TLabel
        Left = 120
        Top = 20
        Width = 134
        Height = 13
        Alignment = taCenter
        AutoSize = False
        Font.Style = [fsBold]
      end
      object NextRowBtn: TButton
        Left = 262
        Top = 15
        Width = 100
        Caption = 'Siguiente >>'
        OnClick = ControlChange
      end
      object RowHeightChkBx: TCheckBox
        Left = 12
        Top = 69
        Caption = 'Especificar altura:'
        OnClick = ControlChange
      end
      object RowHeightCmbBx: TComboBox
        Left = 120
        Top = 66
        Width = 90
        Style = csDropDownList
        Items.Strings = (
          'al menos'
          'exactamente')
        OnChange = ControlChange
      end
      object RowHeightEdt: TUpDownEdit
        Left = 220
        Top = 66
        OnValChange = ControlChange
      end
      object CantSplitChkBx: TCheckBox
        Left = 12
        Top = 110
        Caption = 'Permitir que la fila se divida entre páginas'
        OnClick = ControlChange
      end
      object HeaderRowChkBx: TCheckBox
        Left = 12
        Top = 130
        Caption = 'Repetir como fila de encabezado en la parte superior de cada página'
        OnClick = ControlChange
      end
    end
    object ColTabSheet: TTabSheet
      Caption = 'Columna'
      object PrevColBtn: TButton
        Left = 12
        Top = 15
        Width = 100
        Caption = '<< Anterior'
        OnClick = ControlChange
      end
      object ColLbl: TLabel
        Left = 120
        Top = 20
        Width = 134
        Height = 13
        Alignment = taCenter
        AutoSize = False
        Font.Style = [fsBold]
      end
      object NextColBtn: TButton
        Left = 262
        Top = 15
        Width = 100
        Caption = 'Siguiente >>'
        OnClick = ControlChange
      end
      object ColWidthLbl: TLabel
        Left = 12
        Top = 69
        Caption = 'Ancho:'
      end
      object ColWidthEdt: TUpDownEdit
        Left = 60
        Top = 66
        OnValChange = ControlChange
      end
      object ColWidthCmbBx: TComboBox
        Left = 162
        Top = 66
        Width = 100
        Style = csDropDownList
        OnChange = ControlChange
      end
    end
    object CellTabSheet: TTabSheet
      Caption = 'Celda'
      object CellWidthLbl: TLabel
        Left = 12
        Top = 19
        Caption = 'Ancho:'
      end
      object CellWidthEdt: TUpDownEdit
        Left = 60
        Top = 16
        OnValChange = ControlChange
      end
      object CellWidthCmbBx: TComboBox
        Left = 162
        Top = 16
        Width = 100
        Style = csDropDownList
        OnChange = ControlChange
      end
      object CellAlignLbl: TLabel
        Left = 12
        Top = 52
        Caption = 'Alineación vertical'
      end
      object CellAlignBevel: TBevel
        Left = 104
        Top = 59
        Width = 254
        Height = 2
      end
      object CellTAlignRadBtn: TRadioButton
        Left = 22
        Top = 79
        Caption = 'Superior'
        OnClick = ControlChange
      end
      object CellCAlignRadBtn: TRadioButton
        Left = 147
        Top = 79
        Caption = 'Centro'
        OnClick = ControlChange
      end
      object CellBAlignRadBtn: TRadioButton
        Left = 282
        Top = 79
        Caption = 'Inferior'
        OnClick = ControlChange
      end
      object CellMargLbl: TLabel
        Left = 12
        Top = 115
        Caption = 'Márgenes'
      end
      object CellMargBevel: TBevel
        Left = 59
        Top = 122
        Width = 298
        Height = 2
      end
      object SameAsTableChkBx: TCheckBox
        Left = 21
        Top = 140
        Caption = 'Igual que toda la tabla'
        OnClick = ControlChange
      end
      object CellLMarginLbl: TLabel
        Left = 12
        Top = 198
        Caption = 'Izquierda:'
      end
      object CellLMarginEdt: TUpDownEdit
        Left = 67
        Top = 195
        OnValChange = ControlChange
      end
      object CellTMarginLbl: TLabel
        Left = 126
        Top = 168
        Caption = 'Superior:'
      end
      object CellTMarginEdt: TUpDownEdit
        Left = 174
        Top = 165
        OnValChange = ControlChange
      end
      object CellRMarginLbl: TLabel
        Left = 225
        Top = 198
        Caption = 'Derecha:'
      end
      object CellRMarginEdt: TUpDownEdit
        Left = 273
        Top = 195
        OnValChange = ControlChange
      end
      object CellBMarginLbl: TLabel
        Left = 126
        Top = 228
        Caption = 'Inferior:'
      end
      object CellBMarginEdt: TUpDownEdit
        Left = 174
        Top = 225
        OnValChange = ControlChange
      end
    end
    object BorderTabSheet: TTabSheet
      Caption = 'Bordes'
      object BorderLbl: TLabel
        Left = 12
        Top = 18
        Caption = 'Modificar bordes de:'
      end
      object BorderCmbBx: TComboBox
        Left = 12
        Top = 35
        Width = 155
        Style = csDropDownList
        OnChange = ControlChange
      end
      object BorderWidthLbl: TLabel
        Left = 13
        Top = 84
        Caption = 'Ancho del borde a aplicar:'
      end
      object BorderWidthCmbBx: TComboBox
        Left = 13
        Top = 101
        Width = 155
        Height = 34
        Style = csOwnerDrawFixed
        ItemHeight = 28
        OnDrawItem = BorderWidthCmbBxDrawItem
      end
      object BorderColorLbl: TLabel
        Left = 13
        Top = 141
        Caption = 'Color del borde a aplicar:'
      end
      object BorderColorCmbBx: TColorPalComboBox
        Left = 13
        Top = 158
        Width = 155
      end
      object Border2Lbl: TLabel
        Left = 182
        Top = 18
        Caption = 'Haga clic abajo para aplicar bordes:'
      end
      object BorderPaintBox: TPaintBox
        OnClick = ControlChange
        OnMouseMove = BorderPaintBoxMouseMove
        OnMouseDown = BorderPaintBoxMouseDown
        OnMouseUp = BorderPaintBoxMouseUp
        OnPaint = BorderPaintBoxPaint
      end
    end
    object ShadingTabSheet: TTabSheet
      Caption = 'Sombreado'
      object ShadingLbl: TLabel
        Left = 12
        Top = 18
        Caption = 'Modificar sombreado de:'
      end
      object ShadingCmbBx: TComboBox
        Left = 12
        Top = 35
        Width = 155
        Style = csDropDownList
        OnChange = ControlChange
      end
      object ShadingColorPal: TColorPal
        Left = 182
        Top = 18
      end
      object ShadingColorCmbBx: TColorPalComboBox
        Left = 182
        Top = 35
        Width = 185
        OnChange = ControlChange
      end
    end
  end
  object DefBtn: TButton
    Left = 8
    Top = 313
    Width = 105
    Caption = 'Predeterminado...'
    OnClick = DefBtnClick
  end
end