2010-08-11 18:38:19 +00:00
|
|
|
{ This file was automatically created by Lazarus. Do not edit!
|
|
|
|
This source is only used to compile and install the package.
|
2007-08-09 21:36:59 +00:00
|
|
|
}
|
|
|
|
|
2010-08-11 18:38:19 +00:00
|
|
|
unit rxnew ;
|
2007-08-09 21:36:59 +00:00
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2009-01-26 21:31:53 +00:00
|
|
|
rxlookup, vclutils, dateutil, dbutils, rxapputils, rxdconst, rxstrutils,
|
2008-09-01 13:30:17 +00:00
|
|
|
dbdateedit, registerrx, curredit, folderlister, rxdbgrid, rxmemds, duallist,
|
|
|
|
boxprocs, tooledit, rxswitch, rxdice, rxdbcomb, rxtoolbar, rxtbrsetup,
|
|
|
|
fduallst, rxxpman, pagemngr, rxappicon, seldsfrm, rxctrls, rxlogin,
|
|
|
|
rxdbgrid_findunit, rxdbgrid_columsunit, rxpopupunit, rxcustomchartpanel,
|
|
|
|
rxsortmemds, AutoPanel, pickdate, rxiconv, rxceEditLookupFields, rxclock,
|
2009-02-12 19:47:57 +00:00
|
|
|
rxspin, RxDBSpinEdit, RegisterRxDB, RxTimeEdit, RxDBTimeEdit, RxDBCtrls,
|
2010-03-02 17:47:14 +00:00
|
|
|
rxfilterby, rxconst, rxFileUtils, RxVersInfo, RxAboutDialog,
|
2010-08-11 18:38:19 +00:00
|
|
|
rxAboutFormUnit, dbcurredit, LazarusPackageIntf;
|
2007-08-09 21:36:59 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
2010-08-11 18:38:19 +00:00
|
|
|
procedure Register ;
|
2007-08-09 21:36:59 +00:00
|
|
|
begin
|
2010-08-11 18:38:19 +00:00
|
|
|
RegisterUnit('registerrx', @registerrx.Register) ;
|
|
|
|
RegisterUnit('RegisterRxDB', @RegisterRxDB.Register) ;
|
|
|
|
end ;
|
2007-08-09 21:36:59 +00:00
|
|
|
|
|
|
|
initialization
|
2010-08-11 18:38:19 +00:00
|
|
|
RegisterPackage('rxnew', @Register) ;
|
2007-08-09 21:36:59 +00:00
|
|
|
end.
|