home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 May
/
VPR9705A.ISO
/
VPR_DATA
/
PROGRAM
/
CBTRIAL
/
SETUP
/
DATA.Z
/
QRLABELS.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-14
|
1KB
|
37 lines
//----------------------------------------------------------------------------
#ifndef QRLabelsH
#define QRLabelsH
//----------------------------------------------------------------------------
#include <vcl\ExtCtrls.hpp>
#include <vcl\StdCtrls.hpp>
#include <vcl\Quickrep.hpp>
#include <vcl\Dialogs.hpp>
#include <vcl\Forms.hpp>
#include <vcl\Controls.hpp>
#include <vcl\Graphics.hpp>
#include <vcl\Classes.hpp>
#include <vcl\SysUtils.hpp>
#include <vcl\Messages.hpp>
#include <vcl\Windows.hpp>
#include <vcl\System.hpp>
//----------------------------------------------------------------------------
class TQRLabelsForm : public TForm
{
__published:
TQuickReport *QuickReport;
TQRBand *PageHeader;
TQRBand *Detail;
TQRLabel *QRLabel1;
TQRDBText *NameField;
TQRDBText *AddressField1;
TQRDBText *AddressField2;
TQRDBText *AddressField3;
private:
public:
virtual __fastcall TQRLabelsForm(TComponent* AOwner);
};
//----------------------------------------------------------------------------
extern TQRLabelsForm *QRLabelsForm;
//----------------------------------------------------------------------------
#endif