Barcode.inc
上传用户:xdwang_66
上传日期:2016-04-26
资源大小:1726k
文件大小:1k
源码类别:

Static控件

开发平台:

Delphi

  1. // =============================================================================
  2. //
  3. // Barcode VCL Component
  4. //
  5. // For Delphi 4/5/6/7, C++ Builder 4/5/6, BDS 2005/2005, Turbo Delphi 2006
  6. //
  7. // Copyright (c) 2001, 2007  Han-soft Software, all rights reserved.
  8. //
  9. // $Rev: 44 $   $Id: Barcode_ful.inc 44 2007-01-16 01:16:04Z hanjy $
  10. //
  11. // =============================================================================
  12. {$DEFINE ENGLISH}
  13. {$IFDEF ENGLISH}
  14. const
  15.   ErrorBarcode  = 'Barcode must be numeric.';
  16.   ErrorBarType  = 'Wrong barcode type.';
  17.   ErrorLength   = 'Invalid barcode length.';
  18.   ErrorCode93   = 'Code_93 bad data.';
  19.   ErrorInternal = 'Internal Error.';
  20.   CopyrightInfo = 'BarCode VCL Component, Copyright(C) Han-soft Software.' +
  21.                   '(http://www.han-soft.com)';
  22. {$ENDIF}