1
0
Files
applications
bindings
components
Comba_Animation
aboutcomponent
acs
beepfp
callite
chelper
chemtext
cmdline
cmdlinecfg
colorpalette
cryptini
csvdocument
epiktimer
everettrandom
examplecomponent
exctrls
extrasyn
fpexif
fpsound
fpspreadsheet
fractions
freetypepascal
geckoport
gradcontrols
grid_semaphor
industrialstuff
iosdesigner
iphonelazext
jujiboutils
jvcllaz
kcontrols
lazautoupdate
lazbarcodes
images
packages
lazbarcodes.lpk
lazbarcodes.pas
lazbarcodes_runtimeonly.lpk
lazbarcodes_runtimeonly.pas
src
README.txt
lazmapviewer
lclextensions
longtimer
manualdock
mbColorLib
mplayer
multithreadprocs
nvidia-widgets
onguard
orpheus
playsoundpackage
poweredby
powerpdf
rgbgraphics
richmemo
richview
rtfview
rx
scrolltext
smnetgradient
spktoolbar
splashabout
svn
systools
tdi
thtmlport
tparadoxdataset
tvplanit
xdev_toolkit
zlibar
zmsql
examples
image_sources
lclbindings
wst
lazarus-ccr/components/lazbarcodes/packages/lazbarcodes.pas

22 lines
367 B
ObjectPascal
Raw Normal View History

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit lazbarcodes;
interface
uses
ubarcodes, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('ubarcodes', @ubarcodes.Register);
end;
initialization
RegisterPackage('lazbarcodes', @Register);
end.