First commit 18/11/2001

This commit is contained in:
2021-09-12 22:14:42 +02:00
commit 8d47d749e6
47 changed files with 12209 additions and 0 deletions

View File

@ -0,0 +1,14 @@
//----------------------------------------------------------------------------
#include <vcl\vcl.h>
#pragma hdrstop
#include "Report.h"
//----------------------------------------------------------------------------
#pragma resource "*.dfm"
TQuickReport1 *QuickReport1;
//----------------------------------------------------------------------------
__fastcall TQuickReport1::TQuickReport1(TComponent* Owner)
: TQuickRep(Owner)
{
}
//----------------------------------------------------------------------------