You've already forked lazarus-ccr
applications
bindings
components
Comba_Animation
aboutcomponent
acs
beepfp
callite
chelper
chemtext
cmdline
cmdlinecfg
colorpalette
cryptini
csvdocument
epiktimer
examplecomponent
extrasyn
fpexif
fpsound
fpspreadsheet
fractions
freetypepascal
geckoport
gradcontrols
grid_semaphor
example
TSemaphorDBGrid.xpm
readme.txt
semaphordbgridicon.res
semaphordbgrids.pas
semaphorgridlpk.lpk
semaphorgridlpk.pas
semaphorgrids.pas
semaphorgridsicon.res
tsemaphorgrid.xpm
industrialstuff
iosdesigner
iphonelazext
jujiboutils
jvcllaz
kcontrols
lazautoupdate
lazbarcodes
lazmapviewer
lclextensions
longtimer
manualdock
mbColorLib
mplayer
multithreadprocs
nvidia-widgets
onguard
orpheus
playsoundpackage
poweredby
powerpdf
rgbgraphics
richmemo
richview
rtfview
rx
scrolltext
smnetgradient
spktoolbar
svn
systools
tdi
thtmlport
tparadoxdataset
tvplanit
xdev_toolkit
zlibar
zmsql
examples
image_sources
lclbindings
wst
24 lines
510 B
ObjectPascal
24 lines
510 B
ObjectPascal
![]() |
{ This file was automatically created by Lazarus. Do not edit!
|
||
|
This source is only used to compile and install the package.
|
||
|
}
|
||
|
|
||
|
unit SemaphorGridLPK;
|
||
|
|
||
|
{$warn 5023 off : no warning about unused units}
|
||
|
interface
|
||
|
|
||
|
uses
|
||
|
SemaphorGrids, SemaphorDBGrids, LazarusPackageIntf;
|
||
|
|
||
|
implementation
|
||
|
|
||
|
procedure Register;
|
||
|
begin
|
||
|
RegisterUnit('SemaphorGrids', @SemaphorGrids.Register);
|
||
|
RegisterUnit('SemaphorDBGrids', @SemaphorDBGrids.Register);
|
||
|
end;
|
||
|
|
||
|
initialization
|
||
|
RegisterPackage('SemaphorGridLPK', @Register);
|
||
|
end.
|