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
|
|
|
}
|
|
|
|
|
2012-04-04 17:34:43 +00:00
|
|
|
unit rxnew;
|
2007-08-09 21:36:59 +00:00
|
|
|
|
|
|
|
interface
|
|
|
|
|
|
|
|
uses
|
2011-09-24 08:27:56 +00:00
|
|
|
AutoPanel, boxprocs, curredit, dateutil, dbcurredit, dbdateedit, dbutils,
|
|
|
|
duallist, fduallst, folderlister, pagemngr, pickdate, registerrx,
|
|
|
|
RegisterRxDB, RegisterRxTools, RxAboutDialog, rxAboutFormUnit, rxappicon,
|
|
|
|
rxapputils, rxceEditLookupFields, rxclock, rxConfigValues, rxconst, rxctrls,
|
|
|
|
rxcustomchartpanel, RxDBColorBox, rxdbcomb, RxDBCtrls, rxdbgrid,
|
|
|
|
rxdbgrid_columsunit, rxdbgrid_findunit, RxDBSpinEdit, RxDBTimeEdit,
|
|
|
|
rxdconst, rxdice, rxFileUtils, rxfilterby, rxiconv, rxlogin, rxlookup,
|
|
|
|
rxmemds, rxpopupunit, rxsortmemds, rxspin, rxstrutils, rxswitch,
|
|
|
|
RxSystemServices, rxtbrsetup, RxTimeEdit, rxtoolbar, RxVersInfo,
|
2011-10-13 15:45:13 +00:00
|
|
|
RxViewsPanel, rxxpman, seldsfrm, tooledit, vclutils, RxCloseFormValidator,
|
2012-04-04 17:34:43 +00:00
|
|
|
RxHistoryNavigator, ex_rx_bin_datapacket, ex_rx_datapacket,
|
2012-09-17 10:07:41 +00:00
|
|
|
ex_rx_xml_datapacket, rxsortby, LazarusPackageIntf;
|
2007-08-09 21:36:59 +00:00
|
|
|
|
|
|
|
implementation
|
|
|
|
|
2012-04-04 17:34:43 +00:00
|
|
|
procedure Register;
|
2007-08-09 21:36:59 +00:00
|
|
|
begin
|
2012-04-04 17:34:43 +00:00
|
|
|
RegisterUnit('registerrx', @registerrx.Register);
|
|
|
|
RegisterUnit('RegisterRxDB', @RegisterRxDB.Register);
|
|
|
|
RegisterUnit('RegisterRxTools', @RegisterRxTools.Register);
|
|
|
|
end;
|
2007-08-09 21:36:59 +00:00
|
|
|
|
|
|
|
initialization
|
2012-04-04 17:34:43 +00:00
|
|
|
RegisterPackage('rxnew', @Register);
|
2007-08-09 21:36:59 +00:00
|
|
|
end.
|