git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.DevExpressVCL@44 05c56307-c608-d34a-929d-697000501d7a
51 lines
1.6 KiB
C++
51 lines
1.6 KiB
C++
//---------------------------------------------------------------------------
|
|
|
|
#include <vcl.h>
|
|
#pragma hdrstop
|
|
USERES("cxLibraryC12.res");
|
|
USEPACKAGE("dxGDIPlusC12.bpi");
|
|
USEPACKAGE("dxThemeC12.bpi");
|
|
USEPACKAGE("dxCoreC12.bpi");
|
|
USEPACKAGE("vcl.bpi");
|
|
USEPACKAGE("rtl.bpi");
|
|
USEPACKAGE("vclx.bpi");
|
|
USEFORMNS("cxStyleSheetEditor.pas", Cxstylesheeteditor, frmcxStyleSheetEditor);
|
|
USEUNIT("cxContainer.pas");
|
|
USEUNIT("cxControls.pas");
|
|
USEUNIT("cxGraphics.pas");
|
|
USEUNIT("cxLookAndFeelPainters.pas");
|
|
USEUNIT("cxLookAndFeels.pas");
|
|
USEUNIT("cxScrollBar.pas");
|
|
USEUNIT("cxStorage.pas");
|
|
USEUNIT("cxStyles.pas");
|
|
USEUNIT("cxClasses.pas");
|
|
USEUNIT("cxLibraryStrs.pas");
|
|
USEUNIT("cxPropertiesStore.pas");
|
|
USEUNIT("cxConverterUtils.pas");
|
|
USEUNIT("cxCustomConverter.pas");
|
|
USEUNIT("cxGeometry.pas");
|
|
USEUNIT("cxDrawTextUtils.pas");
|
|
USEUNIT("cxAccessibility.pas");
|
|
USEUNIT("cxDWMApi.pas");
|
|
USEUNIT("cxDateUtils.pas");
|
|
USEUNIT("cxFormats.pas");
|
|
USEUNIT("cxLibraryConsts.pas");
|
|
USEUNIT("dxSkinInfo.pas");
|
|
USEUNIT("dxSkinsCore.pas");
|
|
USEUNIT("dxSkinsStrs.pas");
|
|
USEUNIT("dxFading.pas");
|
|
USEUNIT("cxLocalization.pas");
|
|
//---------------------------------------------------------------------------
|
|
#pragma package(smart_init)
|
|
//---------------------------------------------------------------------------
|
|
|
|
// Package source.
|
|
//---------------------------------------------------------------------------
|
|
|
|
#pragma argsused
|
|
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|
{
|
|
return 1;
|
|
}
|
|
//---------------------------------------------------------------------------
|