95
fastcall TFormReport(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TFormReport *FormReport;
//---------------------------------------------------------------------------
#endif
//---------------------------------------------------------------------------
#ifndef UnitReport2H #define UnitReport2H
//---------------------------------------------------------------------------
#include <Classes.hpp> #include <Controls.hpp> #include <StdCtrls.hpp> #include
<Forms.hpp> #include <DB.hpp>
#include <DBTables.hpp> #include <ExtCtrls.hpp> #include <QRCtrls.hpp>
#include <QuickRpt.hpp> #include <ADODB.hpp>
//---------------------------------------------------------------------------
class TFormReport2 : public TForm
{
published: // IDE-managed Components TQuickRep *QuickRep1;
TQRBand *QRBand1; TQRLabel *QRLabel1; TQRBand *QRBand2; TQRBand
*QRBand3; TQRLabel *QRLabel2; TQRLabel *QRLabel3; TQRLabel *QRLabel4;
TDataSource *DataSourceComputerTehnika; TQRLabel *QRLabel5;
TQRBand *QRBand4; TQRDBText *QRDBText1; TQRDBText *QRDBText2;
TQRDBText *QRDBText3; TQRDBText *QRDBText4;
TADODataSet *ADODataSetComputerTehnika; TAutoIncField
*ADODataSetComputerTehnikaCod; TWideStringField
*ADODataSetComputerTehnikaName; TBCDField
*ADODataSetComputerTehnikaCena; TBooleanField
*ADODataSetComputerTehnikaProdan; TDateTimeField
*ADODataSetComputerTehnikaDataPostup; TMemoField
*ADODataSetComputerTehnikaOpisanie; TBlobField
*ADODataSetComputerTehnikaPicture;