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-09-21 09:01:53 +00:00
|
|
|
RxAutoPanel, rxboxprocs, rxcurredit, rxdbcurredit, rxdbdateedit, rxdbutils,
|
|
|
|
rxduallist, rxfduallst, rxfolderlister, rxpagemngr, rxpickdate, registerrx,
|
2016-09-21 10:43:42 +00:00
|
|
|
RegisterRxDB, RegisterRxTools, RxAboutDialog, rxAboutFormUnit, rxapputils,
|
2016-12-08 13:54:00 +00:00
|
|
|
rxclock, rxctrls, RxDBColorBox, rxdbcomb, RxDBCtrls, rxdbgrid,
|
2017-01-25 09:56:51 +00:00
|
|
|
rxdbgrid_columsunit, rxdbgrid_findunit, RxDBSpinEdit, RxDBTimeEdit, rxdice,
|
|
|
|
rxfilterby, rxlogin, rxlookup, rxmemds, rxpopupunit, rxsortmemds, rxspin,
|
|
|
|
rxswitch, RxSystemServices, rxtbrsetup, RxTimeEdit, rxtoolbar, RxVersInfo,
|
|
|
|
RxViewsPanel, rxseldsfrm, rxtooledit, rxvclutils, RxCloseFormValidator,
|
|
|
|
ex_rx_bin_datapacket, ex_rx_datapacket, ex_rx_xml_datapacket, rxsortby,
|
|
|
|
RxMDI, RxIniPropStorage, rxDateRangeEditUnit, RxDBGridFooterTools,
|
|
|
|
rxdbgridfootertools_setup, rxShortCutUnit, RxDBGridExportPdf,
|
|
|
|
RxDBGridExportPdfSetupUnit, rxlclconst, RxHistoryNavigator,
|
2016-09-21 10:43:42 +00:00
|
|
|
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.
|