git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@38 05c56307-c608-d34a-929d-697000501d7a
30 lines
1.2 KiB
C++
30 lines
1.2 KiB
C++
//---------------------------------------------------------------------------
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("dxBarC10.res");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("dxCoreC10.bpi");
|
|
USEUNIT("dxBarCommon.pas");
|
|
USEUNIT("dxBar.pas");
|
|
USEFORMNS("dxBarCustForm.pas", Dxbarcustform, dxBarCustomizingForm);
|
|
USEFORMNS("dxBarItemEd.pas", Dxbaritemed, dxBarItemAddEditor);
|
|
USEFORMNS("dxBarNameEd.pas", Dxbarnameed, dxBarNameEd);
|
|
USEFORMNS("dxBarPopupMenuEd.pas", Dxbarpopupmenued, dxBarSubMenuEditor);
|
|
USEFORMNS("dxBarAddGroupItemsEd.pas", DxBarAddGroupItemsEd, frmAddGroupItems);
|
|
USEUNIT("dxBarStrs.pas");
|
|
USEUNIT("dxStatusBar.pas");
|
|
USEPACKAGE("dxcomnC10.bpi");
|
|
USEPACKAGE("dxThemeC10.bpi");
|
|
USEPACKAGE("cxLibraryC10.bpi");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|