www.gusucode.com > 精典源码Delphi074:小区水电管理系统 > Component/Skin3/sources/se_dsgn_cb5.cpp

    //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("se_dsgn_cb5.res");
USEUNIT("KsSkinButtons.pas");
USEUNIT("KsSkinCheckBoxs.pas");
USEUNIT("KsSkinComboBoxs.pas");
USEUNIT("KsSkinControlBars.pas");
USEUNIT("KsSkinEdits.pas");
USEUNIT("KsSkinEngine.pas");
USEUNIT("KsSkinForms.pas");
USEUNIT("KsSkinGrids.pas");
USEUNIT("KsSkinGroupBoxs.pas");
USEUNIT("ksskinheader.pas");
USEUNIT("KsskinHints.pas");
USEUNIT("ksskininplaceedit.pas");
USEUNIT("KsSkinItems.pas");
USEUNIT("KsSkinLabels.pas");
USEUNIT("KsSkinListBoxs.pas");
USEUNIT("KsSkinMenuForm.pas");
USEUNIT("KsSkinMenus.pas");
USEUNIT("KsSkinMessages.pas");
USEUNIT("KsSkinObjects2.pas");
USEUNIT("KsSkinObjects.pas");
USEUNIT("KsSkinPanels.pas");
USEUNIT("KsSkinProgress.pas");
USEUNIT("KsSkinReg.pas");
USERES("KsSkinReg.dcr");
USEUNIT("KsSkinScrollBars.pas");
USEUNIT("KsSkinSource.pas");
USEUNIT("KsSkinSpeedbuttons.pas");
USEUNIT("KsSkinSpinButtons.pas");
USEUNIT("ksskinspinedit.pas");
USEUNIT("ksskinstatusbar.pas");
USEUNIT("ksskinstdcontrol.pas");
USEUNIT("KsSkinTabs.pas");
USEUNIT("KsSkinToolBars.pas");
USEUNIT("KsSkinTrackBars.pas");
USEUNIT("KsSkinSplitter.pas");
USEUNIT("KsSkinVersion.pas");
USEUNIT("se_const.pas");
USEUNIT("se_controls.pas");
USEUNIT("se_convert.pas");
USEUNIT("se_designer.pas");
USEUNIT("se_reg.pas");
USEUNIT("se_shared.pas");
USEUNIT("se_win2k.pas");
USEUNIT("se_winxp.pas");
USEUNIT("se_zlib.pas");
USEUNIT("se_zstream.pas");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("vclx50.bpi");
USEPACKAGE("bcbsmp50.bpi");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
//   Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
        return 1;
}
//---------------------------------------------------------------------------