se_std_cb5.cpp

来自「小区水费管理系统源代码水费收费管理系统 水费收费管理系统」· C++ 代码 · 共 57 行

CPP
57
字号
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("se_std_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("..\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");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("vclx50.bpi");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
//   Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
        return 1;
}
//---------------------------------------------------------------------------

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?