git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@8 05c56307-c608-d34a-929d-697000501d7a
34 lines
1.2 KiB
C++
34 lines
1.2 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxNavBarC6.res");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("vcljpg.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("dxThemeC6.bpi");
|
|
USEPACKAGE("dxGDIPlusC6.bpi");
|
|
USEPACKAGE("cxLibraryVCLC6.bpi");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|