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
|
2016-05-04 13:16:16 +00:00
|
|
|
AutoPanel, boxprocs, curredit, dbcurredit, dbdateedit, dbutils, duallist,
|
|
|
|
fduallst, folderlister, pagemngr, pickdate, registerrx, RegisterRxDB,
|
|
|
|
RegisterRxTools, RxAboutDialog, rxAboutFormUnit, rxappicon, rxapputils,
|
|
|
|
rxclock, rxconst, rxctrls, rxcustomchartpanel, RxDBColorBox, rxdbcomb,
|
|
|
|
RxDBCtrls, rxdbgrid, rxdbgrid_columsunit, rxdbgrid_findunit, RxDBSpinEdit,
|
|
|
|
RxDBTimeEdit, rxdconst, rxdice, rxFileUtils, rxfilterby, rxiconv, rxlogin,
|
|
|
|
rxlookup, rxmemds, rxpopupunit, rxsortmemds, rxspin, 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, RxMDI, RxIniPropStorage,
|
|
|
|
rxDateRangeEditUnit, RxDBGridFooterTools, 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.
|