;the "Clip Library" panel of the Control Board, the "Clip Library Options" command at the bottom

object OrganizeClipLibForm: TOrganizeClipLibForm
  Caption = 'Opciones de la Biblioteca de Clips'
  ClientHeight = 96
  ClientWidth = 448
  object LocatLbl: TLabel
    Left = 7
    Top = 12
    Caption = 'Carpeta de la Biblioteca de Clips:'
  end
  object LocatEdt: TEdit
    Left = 175
    Top = 9
    Width = 200
    Color = -2147483633
    ReadOnly = True
  end
  object ViewBtn: TButton
    Left = 379
    Top = 9
    Width = 61
    Height = 21
    Caption = '&Ver...'
    OnClick = ViewBtnClick
  end
  object RplcChkBx: TCheckBox
    Left = 7
    Top = 38
    Caption = '&Reemplazar nombres de clips a medida que escribe'
    OnClick = RplcClick
  end
  object CloseBtn: TButton
    Left = 367
    Top = 67
    Width = 74
    Cancel = True
    Caption = 'Cerrar'
    ModalResult = 2
  end
end