home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
LABELREP.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
1KB
|
41 lines
//----------------------------------------------------------------------------
//Borland C++ Builder
//Copyright (c) 1987 Borland International Inc. All Rights Reserved.
//----------------------------------------------------------------------------
//---------------------------------------------------------------------------
#ifndef LabelrepH
#define LabelrepH
//---------------------------------------------------------------------------
#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 TLabelForm : public TForm
{
__published: // IDE-managed Components
TQuickReport *Rep;
TQRBand *QRBand1;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRLabel *Addr1Label;
TQRLabel *Addr2Label;
TQRBand *QRBand2;
TQRLabel *QRLabel1;
TQRSysData *QRSysData1;
TQRBand *QRBand3;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TMemo *Memo1;
void __fastcall QRBand1BeforePrint(bool &PrintBand);
private: // User declarations
public: // User declarations
virtual __fastcall TLabelForm(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TLabelForm *LabelForm;
//---------------------------------------------------------------------------
#endif