16 lines
507 B
C++
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)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------
|