git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@31 05c56307-c608-d34a-929d-697000501d7a
25 lines
932 B
C++
25 lines
932 B
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxDockingC5.res");
|
|
USEPACKAGE("VCL50.bpi");
|
|
USEPACKAGE("dxThemeC5.bpi");
|
|
USEPACKAGE("cxLibraryVCLC5.bpi");
|
|
USEUNIT("dxDockPanel.pas");
|
|
USEUNIT("dxDockControl.pas");
|
|
USEUNIT("dxDockConsts.pas");
|
|
USEUNIT("dxDockControlNETView.pas");
|
|
USEUNIT("dxDockControlXPView.pas");
|
|
USEUNIT("dxDockZones.pas");
|
|
USEUNIT("dxDockControlOfficeView.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|