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