AgendaLlamadas/QR_FichaCompleta.h
2021-09-12 21:55:41 +02:00

97 lines
2.9 KiB
C++

//---------------------------------------------------------------------------
#ifndef QR_FichaCompletaH
#define QR_FichaCompletaH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QuickRpt.hpp>
#include <Qrctrls.hpp>
//---------------------------------------------------------------------------
class TForm2 : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *QRBand2;
TQRLabel *QRLabel1;
TQRLabel *QRLabel2;
TQRLabel *QRLabel3;
TQRLabel *QRLabel4;
TQRLabel *QRLabel5;
TQRLabel *QRLabel6;
TQRLabel *QRLabel7;
TQRLabel *QRLabel8;
TQRLabel *QRLabel9;
TQRLabel *QRLabel10;
TQRLabel *QRLabel11;
TQRLabel *QRLabel12;
TQRLabel *QRLabel13;
TQRImage *QRImage1;
TQRShape *QRShape1;
TQRShape *QRShape2;
TQRShape *QRShape3;
TQRLabel *QRLabel14;
TQRShape *QRShape4;
TQRShape *QRShape5;
TQRLabel *QRLabel15;
TQRShape *QRShape6;
TQRShape *QRShape7;
TQRLabel *QRLabel16;
TQRLabel *QRLabel17;
TQRLabel *QRLabel18;
TQRLabel *QRLabel19;
TQRLabel *QRLabel20;
TQRLabel *QRLabel21;
TQRLabel *QRLabel22;
TQRLabel *QRLabel23;
TQRLabel *QRLabel24;
TQRLabel *QRLabel25;
TQRLabel *QRLabel26;
TQRLabel *QRLabel27;
TQRLabel *QRLabel28;
TQRShape *QRShape8;
TQRShape *QRShape9;
TQRLabel *QRLabel29;
TQRShape *QRShape10;
TQRDBText *QRDBText1;
TQRDBText *QRDBText2;
TQRDBText *QRDBText3;
TQRDBText *QRDBText4;
TQRDBText *QRDBText5;
TQRDBText *QRDBText6;
TQRDBText *QRDBText7;
TQRDBText *QRDBText8;
TQRDBText *QRDBText9;
TQRDBText *QRDBText10;
TQRDBText *QRDBText11;
TQRDBText *QRDBText12;
TQRDBText *QRDBText13;
TQRDBText *QRDBText14;
TQRDBText *QRDBText15;
TQRDBText *QRDBText16;
TQRDBText *QRDBText17;
TQRDBText *QRDBText18;
TQRDBText *QRDBText19;
TQRDBText *QRDBText20;
TQRDBText *QRDBText21;
TQRDBText *QRDBText22;
TQRDBText *QRDBText23;
TQRDBText *QRDBText24;
TQRDBText *QRDBText25;
TQRDBText *QRDBText26;
TQRDBText *QRDBText27;
TQRDBText *QRDBText28;
void __fastcall QRBand2BeforePrint(TQRCustomBand *Sender,
bool &PrintBand);
private: // User declarations
public: // User declarations
__fastcall TForm2(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TForm2 *Form2;
//---------------------------------------------------------------------------
#endif