home *** CD-ROM | disk | FTP | other *** search
- unit Rep;
-
- interface
-
- uses
- Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
- vivrep20, ComCtrls, Db, DBTables;
-
- type
- TRepForm = class(TForm)
- VividReport: TVividReport;
- VRPrintProgress: TVRPrintProgress;
- VRPreview: TVRPreview;
- VRPage1: TVRPage;
- VRBand1: TVRBand;
- VRGrid1: TVRGrid;
- private
- { Private declarations }
- public
- { Public declarations }
- end;
-
- var
- RepForm: TRepForm;
-
- implementation
-
- {$R *.DFM}
-
- end.
-