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
|
2017-01-26 06:05:07 +00:00
|
|
|
registerrx, RegisterRxDB, RegisterRxTools, RxHistoryNavigator,
|
|
|
|
RxAboutDialog, rxAboutFormUnit, rxclock, RxCloseFormValidator, rxapputils,
|
|
|
|
RxAutoPanel, rxboxprocs, rxctrls, rxcurredit, rxDateRangeEditUnit,
|
|
|
|
rxvclutils, RxVersInfo, RxViewsPanel, ex_rx_bin_datapacket,
|
|
|
|
ex_rx_datapacket, ex_rx_xml_datapacket, RxDBColorBox, rxdbcomb, RxDBCtrls,
|
|
|
|
rxdbcurredit, rxdbdateedit, rxdbgrid, rxdbgrid_columsunit,
|
|
|
|
rxdbgrid_findunit, exsortmds, RxDBGridExportPdf, RxDBGridExportPdfSetupUnit,
|
|
|
|
RxDBGridFooterTools, rxdbgridfootertools_setup, RxDBSpinEdit, RxDBTimeEdit,
|
|
|
|
rxdbutils, rxfilterby, rxlookup, rxmemds, rxpopupunit, rxseldsfrm, rxsortby,
|
|
|
|
rxsortmemds, rxdice, rxduallist, rxfduallst, rxfolderlister, RXHistory,
|
|
|
|
RxIniPropStorage, rxlclconst, rxlogin, RxMDI, rxpagemngr, rxpickdate,
|
|
|
|
rxShortCutUnit, rxspin, rxswitch, RxSystemServices, rxtbrsetup, RxTimeEdit,
|
2017-04-24 12:24:50 +00:00
|
|
|
rxtoolbar, rxtooledit, RxDBGrid_PopUpFilterUnit, 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.
|