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