22 lines
722 B
C++
22 lines
722 B
C++
//---------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
|
|
#include "TAlarconFichas.h"
|
|
#include "TAlarcon.h"
|
|
//---------------------------------------------------------------------
|
|
#pragma resource "*.dfm"
|
|
TLAgendaCltProv *LAgendaCltProv;
|
|
//---------------------------------------------------------------------
|
|
// QuickReport simple list
|
|
// - Connect a datasource to the QuickReport component
|
|
// - Put QRDBText components on the Detail band
|
|
//---------------------------------------------------------------------
|
|
__fastcall TLAgendaCltProv::TLAgendaCltProv(TComponent* AOwner)
|
|
: TForm(AOwner)
|
|
{
|
|
}
|
|
//---------------------------------------------------------------------
|
|
|
|
|