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
|
|
|
|
2016-03-09 08:29:44 +00:00
|
|
|
{$warn 5023 off : no warning about unused units}
|
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,
|
2014-02-08 11:02:58 +00:00
|
|
|
rxapputils, 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, RxViewsPanel, rxxpman, seldsfrm,
|
|
|
|
tooledit, vclutils, RxCloseFormValidator, RxHistoryNavigator,
|
|
|
|
ex_rx_bin_datapacket, ex_rx_datapacket, ex_rx_xml_datapacket, rxsortby,
|
2015-05-25 10:12:12 +00:00
|
|
|
RxMDI, RxIniPropStorage, rxDateRangeEditUnit, RxDBGridFooterTools,
|
2016-01-14 10:13:52 +00:00
|
|
|
rxdbgridfootertools_setup, rxShortCutUnit, 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.
|