⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 abc55.cpp

📁 一个很好用的控件
💻 CPP
字号:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("ABC55.res");
USEPACKAGE("vclx50.bpi");
USEPACKAGE("VCL50.bpi");
USEUNIT("Abcanfr.pas");
USEUNIT("Abcapp.pas");
USEUNIT("Abcatlab.pas");
USEUNIT("Abcbar.pas");
USEUNIT("abcbarlv.pas");
USEUNIT("Abcbtn.pas");
USEUNIT("Abcbtns.pas");
USEUNIT("Abcbusy.pas");
USEUNIT("Abccombo.pas");
USEUNIT("Abccompf.pas");
USEUNIT("abcconst.pas");
USEUNIT("Abccurlb.pas");
USEUNIT("Abcedbtn.pas");
USEUNIT("Abcedge.pas");
USEUNIT("Abcedtdr.pas");
USEUNIT("Abcedtop.pas");
USEUNIT("Abcedtsv.pas");
USEUNIT("Abcexcep.pas");
USEUNIT("Abcexctl.pas");
USEUNIT("abcfact.pas");
USEFORMNS("abcfbusy.pas", Abcfbusy, abcsfBusy);
USEFORMNS("abcfdir.pas", Abcfdir, abcsfDirectoryDialog);
USEUNIT("Abcforms.pas");
USEFORMNS("abcfrcdt.pas", Abcfrcdt, abcsfPasteDateTimeDialog);
USEFORMNS("abcfrch.pas", Abcfrch, abcsfRichEditDialog);
USEFORMNS("Abcfspla.pas", Abcfspla, abcsfSplash);
USEFORMNS("abcfti32.pas", Abcfti32, abcsfTip);
USEFORMNS("Abcfwtch.pas", Abcfwtch, abcsfStopWatch);
USEUNIT("Abcfx.pas");
USEUNIT("Abcgreg.pas");
USEUNIT("Abchandl.pas");
USEUNIT("Abchighl.pas");
USEUNIT("abcinpla.pas");
USEUNIT("Abckeys.pas");
USEUNIT("Abclabel.pas");
USEUNIT("Abclist.pas");
USEUNIT("Abcmem.pas");
USEUNIT("Abcmemo.pas");
USEUNIT("abcmenu.pas");
USEUNIT("Abcmm.pas");
USEUNIT("abcmopts.pas");
USEUNIT("abcmsg.pas");
USEUNIT("abcpage.pas");
USEUNIT("Abcpanel.pas");
USEUNIT("Abcrched.pas");
USEUNIT("Abcscrol.pas");
USEUNIT("Abcshape.pas");
USEUNIT("Abcshapf.pas");
USEUNIT("abcspin.pas");
USEUNIT("Abcspla.pas");
USEUNIT("Abcsplit.pas");
USEUNIT("Abcsubfm.pas");
USEUNIT("Abctileb.pas");
USEUNIT("Abctimag.pas");
USEUNIT("Abctips.pas");
USEUNIT("AbcToolb.pas");
USEUNIT("AbcTlbr.pas");
USEUNIT("AbcTlwn.pas");
USEUNIT("AbcTCtls.pas");
USEUNIT("AbcTCnst.pas");
USEUNIT("AbcTCmn.pas");
USEUNIT("AbcTme.pas");
USEUNIT("Abcufx.pas");
USEUNIT("abcutil.pas");
USEUNIT("abcutilf.pas");
USEUNIT("Abcutilg.pas");
USEUNIT("abcutilm.pas");
USEUNIT("abcutilw.pas");
USEUNIT("Abcversn.pas");
USEUNIT("Abcwav.pas");
USEUNIT("Abcwtch.pas");
USEUNIT("Abcmdtab.pas");
USEUNIT("Abctray.pas");
USEUNIT("Abcfxrch.pas");
USEUNIT("Abctabf.pas");
USEUNIT("Abcdlg.pas");
USEUNIT("Abcidle.pas");
USEUNIT("Abcspr.pas");
USEUNIT("Abcuspr.pas");
USEUNIT("Abcsprim.pas");
USEUNIT("Abcsprfx.pas");
USEUNIT("Abcsprfr.pas");
USEUNIT("Abcsprtx.pas");
USEUNIT("Abcwanim.pas");

//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
//   Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
    return 1;
}
//---------------------------------------------------------------------------

⌨️ 快捷键说明

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