home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
RPTFORM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
1KB
|
28 lines
//---------------------------------------------------------------------------
#ifndef RptFormH
#define RptFormH
//---------------------------------------------------------------------------
#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 TMAtypicalRPTform : public TForm
{
__published: // IDE-managed Components
TQRBand *TitleBand;
TImage *Image1;
TQRLabel *QRLabel1;
TQRLabel *QRLabel3;
TQRShape *QRShape1;
private: // User declarations
public: // User declarations
virtual __fastcall TMAtypicalRPTform(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern TMAtypicalRPTform *MAtypicalRPTform;
//---------------------------------------------------------------------------
#endif