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

    //---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("se_std_cb4.res");
USEPACKAGE("vcl40.bpi");
USEPACKAGE("Vclx40.bpi");
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("..\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("..\KsSkinVersion.pas");
USEUNIT("..\se_const.pas");
USEUNIT("..\se_controls.pas");
USEUNIT("..\se_shared.pas");
USEUNIT("..\se_win2k.pas");
USEUNIT("..\se_winxp.pas");
USEUNIT("..\se_zlib.pas");
USEUNIT("..\se_zstream.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
//   Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
        return 1;
}
//---------------------------------------------------------------------------