First commit 10/01/2001

This commit is contained in:
2021-09-12 22:25:13 +02:00
commit ef9e12b1db
53 changed files with 2444 additions and 0 deletions

47
ListVotantes.h Normal file
View File

@ -0,0 +1,47 @@
//---------------------------------------------------------------------------
#ifndef ListVotantesH
#define ListVotantesH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Graphics.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <QuickRpt.hpp>
#include <QRCtrls.hpp>
#include <Db.hpp>
#include <DBTables.hpp>
#include <ExtCtrls.hpp>
#include <Qrctrls.hpp>
#include <QRExport.hpp>
//---------------------------------------------------------------------------
class TQRVotantes : public TForm
{
__published: // IDE-managed Components
TQuickRep *QuickRep1;
TQRBand *PageFooterBand1;
TQRExpr *QRExpr1;
TQRBand *ColumnHeaderBand1;
TQRBand *DetailBand1;
TQRLabel *QRLabel1;
TQRExpr *QRExpr2;
TQRLabel *QRLabel2;
TQRExpr *QRExpr3;
TQRLabel *QRLabel3;
TQRExpr *QRExpr4;
TQRLabel *QRLabel4;
TQRExpr *QRExpr5;
TQRLabel *QRLabel5;
TQRExpr *QRExpr6;
TTable *Table1;
TQRBand *QRBand1;
TQRLabel *QRLabel6;
TQRRTFFilter *QRRTFFilter1;
private: // User declarations
public: // User declarations
__fastcall TQRVotantes(TComponent* Owner);
};
//---------------------------------------------------------------------------
extern PACKAGE TQRVotantes *QRVotantes;
//---------------------------------------------------------------------------
#endif