Componentes.Terceros.DevExp.../official/x.19/ExpressQuantumGrid 5/Demos/CBuilder/CustomDrawCardViewDemo/CustomDrawCardViewDemoData.cpp
2007-09-09 11:27:22 +00:00

20 lines
718 B
C++

//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
#include "CustomDrawCardViewDemoData.h"
//---------------------------------------------------------------------------
#pragma package(smart_init)
#pragma link "cxClasses"
#pragma link "cxGridTableView"
#pragma link "cxStyles"
#pragma resource "*.dfm"
TCustomDrawCardViewDemoMainDM *CustomDrawCardViewDemoMainDM;
//---------------------------------------------------------------------------
__fastcall TCustomDrawCardViewDemoMainDM::TCustomDrawCardViewDemoMainDM(TComponent* Owner)
: TDataModule(Owner)
{
}
//---------------------------------------------------------------------------