be_cb5.cpp
来自「KSDev.BlockEngine.v3.03.rar 界面控件」· C++ 代码 · 共 36 行
CPP
36 行
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("be_cb5.res");
USERES("..\bereg.dcr");
USEPACKAGE("vcl50.bpi");
USEUNIT("..\GDIPOBJ.pas");
USEUNIT("..\GDIPUTIL.pas");
USEUNIT("..\bever.pas");
USEUNIT("..\ddoc.pas");
USEUNIT("..\ddocstore.pas");
USEUNIT("..\deditor.pas");
USEUNIT("..\dviewer.pas");
USEUNIT("..\GDIPAPI.pas");
USEUNIT("..\dresource.pas");
USEUNIT("..\dblocks.pas");
USEUNIT("..\dlib.pas");
USEUNIT("..\be_compress.pas");
USEUNIT("..\dgallery.pas");
USEUNIT("..\dgalproc.pas");
USEUNIT("..\be_controls.pas");
USEUNIT("..\be_utils.pas");
USEUNIT("..\be_winapi.pas");
USEUNIT("..\be_bitmap.pas");
USEUNIT("..\bereg.pas");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Package source.
//---------------------------------------------------------------------------
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?