First commit 11/07/1998
This commit is contained in:
19
TAlarconRegLlamadasSIMPLE.cpp
Normal file
19
TAlarconRegLlamadasSIMPLE.cpp
Normal file
@ -0,0 +1,19 @@
|
||||
//---------------------------------------------------------------------
|
||||
#include <vcl.h>
|
||||
#pragma hdrstop
|
||||
|
||||
#include "TAlarconRegLlamadasSIMPLE.h"
|
||||
#include "TAlarcon.h"
|
||||
//---------------------------------------------------------------------
|
||||
#pragma resource "*.dfm"
|
||||
TQRListForm1 *QRListForm1;
|
||||
//---------------------------------------------------------------------
|
||||
// QuickReport simple list
|
||||
// - Connect a datasource to the QuickReport component
|
||||
// - Put QRDBText components on the Detail band
|
||||
//---------------------------------------------------------------------
|
||||
__fastcall TQRListForm1::TQRListForm1(TComponent* AOwner)
|
||||
: TForm(AOwner)
|
||||
{
|
||||
}
|
||||
//---------------------------------------------------------------------
|
Reference in New Issue
Block a user