git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
30 lines
1.0 KiB
C++
30 lines
1.0 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dcldxBarC6.res");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("dxCoreC6.bpi");
|
|
USEPACKAGE("designide.bpi");
|
|
USEPACKAGE("VCLX.bpi");
|
|
USEPACKAGE("cxLibraryVCLC6.bpi");
|
|
USEUNIT("dxBarReg.pas");
|
|
USERES("dxBarReg.dcr");
|
|
USEUNIT("dxBarConverter.pas");
|
|
USEUNIT("dxStatusBarReg.pas");
|
|
USEUNIT("dxStatusIndicatorEditor.pas");
|
|
USERES("dxBarConverter.dcr");
|
|
USEPACKAGE("dxcomnC6.bpi");
|
|
USEPACKAGE("dxBarC6.bpi");
|
|
USEPACKAGE("dclcxLibraryVCLC6.bpi");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|