First commit 11/07/1998

This commit is contained in:
2021-09-12 22:17:55 +02:00
commit 454b67044f
119 changed files with 1752 additions and 0 deletions

View 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)
{
}
//---------------------------------------------------------------------