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

15
ListVotantes.cpp Normal file
View File

@ -0,0 +1,15 @@
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "ListVotantes.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma resource "*.dfm"
TQRVotantes *QRVotantes;
//---------------------------------------------------------------------------
__fastcall TQRVotantes::TQRVotantes(TComponent* Owner)
: TForm(Owner)
{
}
//---------------------------------------------------------------------------