git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
33 lines
1.2 KiB
C++
33 lines
1.2 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxNavBarC5.res");
|
|
USEPACKAGE("vcl50.bpi");
|
|
USEPACKAGE("vcljpg50.bpi");
|
|
USEUNIT("dxNavBarXPViews.pas");
|
|
USEUNIT("dxNavBar.pas");
|
|
USEUNIT("dxNavBarBase.pas");
|
|
USEUNIT("dxNavBarBaseViews.pas");
|
|
USEUNIT("dxNavBarCollns.pas");
|
|
USEUNIT("dxNavBarConsts.pas");
|
|
USEUNIT("dxNavBarExplorerViews.pas");
|
|
USEUNIT("dxNavBarGraphics.pas");
|
|
USEUNIT("dxNavBarOfficeViews.pas");
|
|
USEUNIT("dxNavBarStyles.pas");
|
|
USEUNIT("dxNavBarViewsFact.pas");
|
|
USEUNIT("dxNavBarVSToolBoxViews.pas");
|
|
USEUNIT("dxNavBarOffice11Views.pas");
|
|
USEPACKAGE("dxThemeC5.bpi");
|
|
USEPACKAGE("dxGDIPlusC5.bpi");
|
|
USEPACKAGE("cxLibraryVCLC5.bpi");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|