home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
SIMPREP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-14
|
2KB
|
52 lines
//----------------------------------------------------------------------------
//Borland C++Builder
//Copyright (c) 1987, 1997 Borland International Inc. All Rights Reserved.
//----------------------------------------------------------------------------
//---------------------------------------------------------------------------
#ifndef simprepH
#define simprepH
//---------------------------------------------------------------------------
#include <vcl\Classes.hpp>
#include <vcl\Controls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Forms.hpp>
#include <vcl\QuickRep.hpp>
#include <vcl\ExtCtrls.hpp>
//---------------------------------------------------------------------------
class TSimpForm : public TForm
{
__published: // IDE-managed Components
TQRBand *TitleBand;
TImage *Image1;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRShape *QRShape1;
TQRBand *DetailBand;
TQRDBText *QRDBText1;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRDBText *QRDBText2;
TQRBand *PageFooterBand;
TQRSysData *QRSysData1;
TQRBand *QRBand1;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRLabel *QRLabel6;
TQRLabel *QRLabel7;
TQRLabel *QRLabel8;
TQRBand *QRBand2;
TQuickReport *SimpRep;
TQRGroup *QRGroup1;
void __fastcall QRGroup1NeedData(AnsiString &Value);
void __fastcall QRBand2AfterPrint(bool BandPrinted);
private: // User declarations
public: // User declarations
virtual __fastcall TSimpForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TSimpForm *SimpForm;
//---------------------------------------------------------------------------
#endif