;the "Insert | Columns..." menu command

object ColumnEditForm: TColumnEditForm
  ActiveControl = ColCountEdt
  Caption = 'Columnas'
  ClientHeight = 306
  ClientWidth = 396
  object PresetsGrpBx: TGroupBox
    Left = 8
    Top = 5
    Width = 237
    Height = 80
    Caption = 'Patrones'
    object Preset1Lbl: TLabel
      Left = 18
      Top = 60
      Caption = '&Una'
    end
    object Preset1Bx: TListBox
      Left = 9
      Top = 17
      Width = 38
    end
    object Preset2Lbl: TLabel
      Left = 63
      Top = 60
      Caption = '&Dos'
    end
    object Preset2Bx: TListBox
      Left = 54
      Top = 17
      Width = 38
    end
    object Preset3Lbl: TLabel
      Left = 104
      Top = 60
      Caption = '&Tres'
    end
    object Preset3Bx: TListBox
      Left = 99
      Top = 17
      Width = 38
    end
    object PresetLLbl: TLabel
      Left = 147
      Top = 60
      Caption = 'Iz&quier.'
    end
    object PresetLBx: TListBox
      Left = 144
      Top = 17
      Width = 38
    end
    object PresetRLbl: TLabel
      Left = 190
      Top = 60
      Caption = 'De&recha'
    end
    object PresetRBx: TListBox
      Left = 189
      Top = 17
      Width = 38
    end
  end
  object ColCountLbl: TLabel
    Left = 8
    Top = 99
    Caption = '&Número de columnas:'
  end
  object ColCountEdt: TUpDownEdit
    Left = 163
    Top = 95
    Width = 52
    SepDigits = 0
    OnValChange = ControlChange
    Increment = 1
  end
  object LineBetweenChkBx: TCheckBox
    Left = 260
    Top = 97
    Caption = 'Línea entre columnas'
    OnClick = ControlChange
  end
  object ColDimGrpBx: TGroupBox
    Left = 8
    Top = 125
    Width = 237
    Height = 139
    Caption = 'Ancho y espaciado'
    object ScrlBar: TScrollBar
      Left = 10
      Top = 36
      Width = 16
      Height = 70
      Kind = sbVertical
      OnChange = ControlChange
    end
    object ColNoLbl: TLabel
      Left = 29
      Top = 19
      Caption = 'Col #:'
    end
    object ColWidthLbl: TLabel
      Left = 78
      Top = 19
      Caption = 'Anch&o:'
      FocusControl = Col1WidthEdt
    end
    object ColSpacingLbl: TLabel
      Left = 155
      Top = 19
      Caption = 'E&spaciado:'
      FocusControl = Col1SpacingEdt
    end
    object Col1Bevel: TBevel
      Left = 29
      Top = 36
      Width = 42
      Height = 20
    end
    object Col1Lbl: TLabel
      Left = 30
      Top = 39
      Width = 40
      Height = 14
      Alignment = taCenter
      AutoSize = False
    end
    object Col1WidthEdt: TUpDownEdit
      Left = 78
      Top = 36
      Width = 52
    end
    object Col1SpacingEdt: TUpDownEdit
      Left = 155
      Top = 36
      Width = 52
    end
    object Col2Bevel: TBevel
      Left = 29
      Top = 62
      Width = 42
      Height = 20
    end
    object Col2Lbl: TLabel
      Left = 30
      Top = 65
      Width = 40
      Height = 14
      Alignment = taCenter
      AutoSize = False
    end
    object Col2WidthEdt: TUpDownEdit
      Left = 78
      Top = 62
      Width = 52
    end
    object Col2SpacingEdt: TUpDownEdit
      Left = 155
      Top = 62
      Width = 52
    end
    object Col3Bevel: TBevel
      Left = 29
      Top = 87
      Width = 42
      Height = 20
    end
    object Col3Lbl: TLabel
      Left = 30
      Top = 90
      Width = 40
      Height = 14
      Alignment = taCenter
      AutoSize = False
    end
    object Col3WidthEdt: TUpDownEdit
      Left = 78
      Top = 87
      Width = 52
    end
    object Col3SpacingEdt: TUpDownEdit
      Left = 155
      Top = 87
      Width = 52
    end
    object EqualWidthChkBx: TCheckBox
      Left = 10
      Top = 114
      Caption = 'Ancho de columna igual'
      OnClick = ControlChange
    end
  end
  object ApplyToLbl: TLabel
    Left = 8
    Top = 278
    Caption = 'Aplicar a:'
  end
  object ApplyToCmbBx: TComboBox
    Left = 60
    Top = 274
    Width = 153
    Style = csDropDownList
    OnChange = ControlChange
  end
  object OKBtn: TButton
    Left = 270
    Top = 12
    Width = 110
    Caption = 'Aceptar'
    Default = True
    OnClick = OKClick
  end
  object CancelBtn: TButton
    Left = 270
    Top = 38
    Width = 110
    Cancel = True
    Caption = 'Cancelar'
    ModalResult = 2
  end
  object PreviewGrpBx: TGroupBox
    Left = 257
    Top = 125
    Width = 130
    Height = 139
    Caption = 'Vista previa'
    object PreviewImg: TImage
      Left = 2
      Top = 15
      Width = 126
      Height = 122
      Align = alClient
    end
  end
end