git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@63 05c56307-c608-d34a-929d-697000501d7a
30 lines
926 B
C++
30 lines
926 B
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("cxPageControlC12.res");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("dxCoreC12.bpi");
|
|
USEPACKAGE("cxLibraryC12.bpi");
|
|
USEPACKAGE("dxThemeC12.bpi");
|
|
USEUNIT("cxPC.pas");
|
|
USEUNIT("cxPCConsts.pas");
|
|
USEUNIT("cxPCGoDialog.pas");
|
|
USEUNIT("cxPCPainters.pas");
|
|
USEUNIT("cxPCPaintersFactory.pas");
|
|
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|