First commit 18/11/2001
This commit is contained in:
14
Esergui -BDE utilizando API/EserguiBDE/Report.cpp
Normal file
14
Esergui -BDE utilizando API/EserguiBDE/Report.cpp
Normal 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)
|
||||
{
|
||||
}
|
||||
//----------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user