76 lines
2.0 KiB
C++
76 lines
2.0 KiB
C++
//----------------------------------------------------------------------------
|
|
#ifndef TAlarconProductosH
|
|
#define TAlarconProductosH
|
|
//----------------------------------------------------------------------------
|
|
#include <vcl\ExtCtrls.hpp>
|
|
#include <vcl\StdCtrls.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>
|
|
#include <Qrctrls.hpp>
|
|
#include <quickrpt.hpp>
|
|
//----------------------------------------------------------------------------
|
|
class TQRMDForm : public TForm
|
|
{
|
|
__published:
|
|
TQuickRep *QuickReport;
|
|
TQRBand *PageHeader;
|
|
TQRSysData *PageNumber;
|
|
TQRShape *QRShape7;
|
|
TQRBand *TitleBand1;
|
|
TQRSysData *QRSysData1;
|
|
TQRBand *ColumnHeaderBand1;
|
|
TQRDBText *QRDBText1;
|
|
TQRDBText *QRDBText2;
|
|
TQRDBText *QRDBText3;
|
|
TQRLabel *QRLabel1;
|
|
TQRLabel *QRLabel14;
|
|
TQRDBText *QRDBText4;
|
|
TQRDBText *QRDBText6;
|
|
TQRDBText *QRDBText5;
|
|
TQRDBText *QRDBText7;
|
|
TQRShape *QRShape1;
|
|
TQuickRep *QuickRep1;
|
|
TQRBand *QRBand1;
|
|
TQRSysData *QRSysData2;
|
|
TQRBand *QRBand2;
|
|
TQRSysData *QRSysData3;
|
|
TQRSubDetail *QRSubDetail1;
|
|
TQRExpr *QRExpr11;
|
|
TQRExpr *QRExpr12;
|
|
TQRExpr *QRExpr13;
|
|
TQRExpr *QRExpr14;
|
|
TQRExpr *QRExpr15;
|
|
TQRBand *QRBand4;
|
|
TQRLabel *QRLabel4;
|
|
TQRLabel *QRLabel5;
|
|
TQRLabel *QRLabel11;
|
|
TQRLabel *QRLabel12;
|
|
TQRLabel *QRLabel13;
|
|
TQRDBText *QRDBText15;
|
|
TQRDBText *QRDBText16;
|
|
TQRDBText *QRDBText17;
|
|
TQRLabel *QRLabel6;
|
|
TQRLabel *QRLabel7;
|
|
TQRDBText *QRDBText18;
|
|
TQRDBText *QRDBText19;
|
|
TQRDBText *QRDBText20;
|
|
TQRDBText *QRDBText21;
|
|
TQRShape *QRShape2;
|
|
TQRDBText *QRDBText8;
|
|
private:
|
|
public:
|
|
virtual __fastcall TQRMDForm(TComponent* AOwner);
|
|
};
|
|
//----------------------------------------------------------------------------
|
|
extern TQRMDForm *QRMDForm;
|
|
//----------------------------------------------------------------------------
|
|
#endif
|