Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
Скачиваний:
9
Добавлен:
25.05.2014
Размер:
2.13 Кб
Скачать
//---------------------------------------------------------------------------

#ifndef ReportFormH
#define ReportFormH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
#include <QRCtrls.hpp>
#include <QuickRpt.hpp>
#include <DBCtrls.hpp>
//---------------------------------------------------------------------------
class TReport : public TForm
{
//friend class TVector;
__published:	// IDE-managed Components
        TButton *Button1;
        TButton *Button2;
        TScrollBox *ScrollBox1;
        TQuickRep *QuickRep1;
        TQRBand *PageHeaderBand1;
        TQRBand *DetailBand1;
        TQRBand *PageFooterBand1;
        TQRImage *rimage;
        TQRLabel *QRLabel1;
        TQRLabel *QRLabel2;
        TQRLabel *QRLabel3;
        TQRLabel *QRLabel4;
        TQRLabel *rvax;
        TQRLabel *QRLabel6;
        TQRLabel *rvbx;
        TQRLabel *QRLabel8;
        TQRLabel *QRLabel9;
        TQRLabel *rresult;
        TQRLabel *QRLabel11;
        TQRLabel *QRLabel12;
        TQRLabel *QRLabel13;
        TQRLabel *QRLabel14;
        TQRLabel *QRLabel15;
        TQRLabel *rtime;
        TQRLabel *QRLabel17;
        TQRLabel *QRLabel18;
        TQRLabel *QRLabel19;
        TQRLabel *QRLabel20;
        TQRLabel *QRLabel21;
        TQRLabel *rvay;
        TQRLabel *rvaz;
        TQRLabel *rvby;
        TQRLabel *rvbz;
        TQRLabel *QRLabel26;
        TQRLabel *QRLabel27;
        TQRLabel *QRLabel28;
        TQRLabel *QRLabel29;
        TQRLabel *QRLabel30;
        TQRLabel *QRLabel31;
        void __fastcall Button2Click(TObject *Sender);
        void __fastcall Button1Click(TObject *Sender);
private:	// User declarations
public:		// User declarations
        __fastcall TReport(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TReport *Report;
//---------------------------------------------------------------------------
#endif
Соседние файлы в папке 2.1.1