|
@@ -1,5 +1,22 @@
|
|
|
|
+{
|
|
|
|
+ This file is part of the Free Component Library.
|
|
|
|
+ Copyright (c) 2017 Michael Van Canneyt, member of the Free Pascal development team
|
|
|
|
+
|
|
|
|
+ Barcode report element.
|
|
|
|
+
|
|
|
|
+ See the file COPYING.FPC, included in this distribution,
|
|
|
|
+ for details about the copyright.
|
|
|
|
+
|
|
|
|
+ This program is distributed in the hope that it will be useful,
|
|
|
|
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
+
|
|
|
|
+ **********************************************************************}
|
|
unit fpreportbarcode;
|
|
unit fpreportbarcode;
|
|
|
|
|
|
|
|
+{$mode objfpc}
|
|
|
|
+{$H+}
|
|
|
|
+
|
|
interface
|
|
interface
|
|
|
|
|
|
uses
|
|
uses
|