First commit 27/10/2000
This commit is contained in:
15
QR_Mailing.cpp
Normal file
15
QR_Mailing.cpp
Normal file
@ -0,0 +1,15 @@
|
||||
//---------------------------------------------------------------------
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "QR_Mailing.h"
|
||||
#include "Agenda.h"
|
||||
//---------------------------------------------------------------------
|
||||
#pragma resource "*.dfm"
|
||||
TQRLabelsForm *QRLabelsForm;
|
||||
//---------------------------------------------------------------------
|
||||
__fastcall TQRLabelsForm::TQRLabelsForm(TComponent* AOwner)
|
||||
: TQuickRep(AOwner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------
|
Reference in New Issue
Block a user