You've already forked lazarus-ccr
RxFPC:use rx.inc in all modules
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8041 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit registerrx;
|
unit registerrx;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RegisterRxDB;
|
unit RegisterRxDB;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxAboutFormUnit;
|
unit rxAboutFormUnit;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxAutoPanel;
|
unit RxAutoPanel;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -34,6 +34,7 @@ unit rxclock;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
{$I rx.inc}
|
{$I rx.inc}
|
||||||
|
|
||||||
uses LCLType, LMessages, SysUtils, Classes, Graphics, Controls, Forms,
|
uses LCLType, LMessages, SysUtils, Classes, Graphics, Controls, Forms,
|
||||||
ExtCtrls, Menus, messages;
|
ExtCtrls, Menus, messages;
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxDateRangeEditUnit;
|
unit rxDateRangeEditUnit;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxfduallst;
|
unit rxfduallst;
|
||||||
|
|
||||||
{$I RX.INC}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RXHistory;
|
unit RXHistory;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ unit rxlclconst;
|
|||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
{$I RX.INC}
|
{$I rx.inc}
|
||||||
|
|
||||||
uses LMessages, Controls;
|
uses LMessages, Controls;
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxlogin;
|
unit rxlogin;
|
||||||
|
|
||||||
{$I RX.INC}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
}
|
}
|
||||||
|
|
||||||
{ TODO : 1. Реализовать отображение открытых окон в элементе меню - с переключением на выбранное окно }
|
|
||||||
{ TODO : 2. В элементе меню отображать пункт для открытия диалогового окна со списком всех открытых окон }
|
{ TODO : 2. В элементе меню отображать пункт для открытия диалогового окна со списком всех открытых окон }
|
||||||
|
|
||||||
unit RxMDI;
|
unit RxMDI;
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxpagemngr;
|
unit rxpagemngr;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxPopupNotifier;
|
unit RxPopupNotifier;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxSystemServices;
|
unit RxSystemServices;
|
||||||
|
|
||||||
{$mode objfpc}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxVersInfo;
|
unit RxVersInfo;
|
||||||
|
|
||||||
{$mode objfpc}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
unit ex_rx_bin_datapacket;
|
unit ex_rx_bin_datapacket;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,12 +31,12 @@
|
|||||||
|
|
||||||
unit ex_rx_datapacket;
|
unit ex_rx_datapacket;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, SysUtils,db;
|
Classes, SysUtils, db;
|
||||||
|
|
||||||
type
|
type
|
||||||
TRowStateValue = (rsvOriginal, rsvDeleted, rsvInserted, rsvUpdated, rsvDetailUpdates);
|
TRowStateValue = (rsvOriginal, rsvDeleted, rsvInserted, rsvUpdated, rsvDetailUpdates);
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit exsortmds;
|
unit exsortmds;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxDBCtrls;
|
unit RxDBCtrls;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxdbgrid_columsunit;
|
unit rxdbgrid_columsunit;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxDBGridExportPdf;
|
unit RxDBGridExportPdf;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxDBGridExportPdfSetupUnit;
|
unit RxDBGridExportPdfSetupUnit;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxDBGridFooterTools;
|
unit RxDBGridFooterTools;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxdbgridfootertools_setup;
|
unit rxdbgridfootertools_setup;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxDBSpinEdit;
|
unit RxDBSpinEdit;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit RxDBTimeEdit;
|
unit RxDBTimeEdit;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxfilterby;
|
unit rxfilterby;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxseldsfrm;
|
unit rxseldsfrm;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
unit rxsortmemds;
|
unit rxsortmemds;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$I rx.inc}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
Copyright (c) 1998 Master-Bank
|
Copyright (c) 1998 Master-Bank
|
||||||
translate to Lazarus by alexs in 2005 - 2020"/>
|
translate to Lazarus by alexs in 2005 - 2020"/>
|
||||||
<License Value="LGPL"/>
|
<License Value="LGPL"/>
|
||||||
<Version Major="3" Minor="3" Release="4" Build="228"/>
|
<Version Major="3" Minor="3" Release="5" Build="230"/>
|
||||||
<Files Count="70">
|
<Files Count="70">
|
||||||
<Item1>
|
<Item1>
|
||||||
<Filename Value="registerrx.pas"/>
|
<Filename Value="registerrx.pas"/>
|
||||||
|
Reference in New Issue
Block a user