First commit 11/07/1998
This commit is contained in:
21
TAlarconFichas.cpp
Normal file
21
TAlarconFichas.cpp
Normal file
@ -0,0 +1,21 @@
|
||||
//---------------------------------------------------------------------
|
||||
#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)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user