package EMPATHYCOMPONENTS;

{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS ON}
{$RANGECHECKS ON}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE 0000}
{$DESCRIPTION 'Librarysmith Touchscreen components'}
{$LIBSUFFIX '100'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

requires
  rtl,
  vcl,
  vcljpg,
  vclx,
  VclSmp;

contains
  bitmapactionbutton in 'Tbitmapactionbutton\bitmapactionbutton.pas',
  bitmapcheckbox in 'Tbitmapcheckbox\bitmapcheckbox.pas',
  bitmapprogress in 'TBitmapProgress\bitmapprogress.pas',
  colorpicker in 'Tcolorpicker\colorpicker.pas',
  picturescroller in 'TPictureScroller component\picturescroller.pas',
  ScrollListbox in 'TScrolllistbox component\ScrollListbox.pas',
  SelecterListBox in 'TSelecterListbox\SelecterListBox.pas',
  tspinningglobe in 'Tspinglobe\tspinningglobe.pas',
  textscroller in 'TTextScroller component\textscroller.pas',
  transhint in 'TTransparentHint\transhint.pas',
  TransparentPanel in 'TTransparentPanel\TransparentPanel.pas',
  NumericInput in 'TNumericInput\NumericInput.pas';
end.