First commit 27/10/2000
This commit is contained in:
42
QR_Mailing.h
Normal file
42
QR_Mailing.h
Normal file
@ -0,0 +1,42 @@
|
||||
//----------------------------------------------------------------------------
|
||||
#ifndef QR_MailingH
|
||||
#define QR_MailingH
|
||||
//----------------------------------------------------------------------------
|
||||
#include <ExtCtrls.hpp>
|
||||
#include <StdCtrls.hpp>
|
||||
#include <Quickrpt.hpp>
|
||||
#include <Dialogs.hpp>
|
||||
#include <Forms.hpp>
|
||||
#include <Controls.hpp>
|
||||
#include <Graphics.hpp>
|
||||
#include <Classes.hpp>
|
||||
#include <SysUtils.hpp>
|
||||
#include <Messages.hpp>
|
||||
#include <Windows.hpp>
|
||||
#include <System.hpp>
|
||||
#include <Qrctrls.hpp>
|
||||
#include <quickrpt.hpp>
|
||||
#include <QuickRpt.hpp>
|
||||
//----------------------------------------------------------------------------
|
||||
class TQRLabelsForm : public TQuickRep
|
||||
{
|
||||
__published:
|
||||
TQRBand *DetailBand1;
|
||||
TQRDBText *QRDBText1;
|
||||
TQRDBText *QRDBText2;
|
||||
TQRDBText *QRDBText3;
|
||||
TQRDBText *QRDBText4;
|
||||
TQRDBText *QRDBText5;
|
||||
TQRDBText *QRDBText6;
|
||||
TQRDBText *QRDBText7;
|
||||
TQRDBText *QRDBText8;
|
||||
TQRDBText *QRDBText9;
|
||||
TQRDBText *QRDBText10;
|
||||
private:
|
||||
public:
|
||||
virtual __fastcall TQRLabelsForm(TComponent* AOwner);
|
||||
};
|
||||
//----------------------------------------------------------------------------
|
||||
extern PACKAGE TQRLabelsForm *QRLabelsForm;
|
||||
//----------------------------------------------------------------------------
|
||||
#endif
|
Reference in New Issue
Block a user