//--------------------------------------------------------------------------- #include #pragma hdrstop #include "ListVotantes.h" //--------------------------------------------------------------------------- #pragma package(smart_init) #pragma resource "*.dfm" TQRVotantes *QRVotantes; //--------------------------------------------------------------------------- __fastcall TQRVotantes::TQRVotantes(TComponent* Owner) : TForm(Owner) { } //---------------------------------------------------------------------------