AgendaLlamadas/QR_Mailing.cpp
2021-09-12 21:55:41 +02:00

16 lines
507 B
C++

//---------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "QR_Mailing.h"
#include "Agenda.h"
//---------------------------------------------------------------------
#pragma resource "*.dfm"
TQRLabelsForm *QRLabelsForm;
//---------------------------------------------------------------------
__fastcall TQRLabelsForm::TQRLabelsForm(TComponent* AOwner)
: TQuickRep(AOwner)
{
}
//---------------------------------------------------------------------