1
0
Files
applications
bindings
components
Comba_Animation
aboutcomponent
acs
beepfp
callite
captcha
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
lazmapviewer
lclextensions
longtimer
manualdock
mandocking.pas
manualdock.lpk
manualdock.pas
readme.txt
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/manualdock/manualdock.pas

22 lines
368 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 manualdock;
interface
uses
mandocking, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('mandocking', @mandocking.Register);
end;
initialization
RegisterPackage('manualdock', @Register);
end.