📄 be_cb4.cpp
字号:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("be_dsgn_cb4.res");
USERES("..\bereg.dcr");
USEPACKAGE("vcl40.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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -