📄 ehlibb50.cpp
字号:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("EhLibB50.res");
USEUNIT("DBSumLst.pas");
USEUNIT("PrnDbgeh.pas");
USEFORMNS("PrnDGDlg.pas", Prndgdlg, fPrnDBGridEHSetupDialog);
USEUNIT("PrntsEh.pas");
USEFORMNS("PrvFrmEh.pas", Prvfrmeh, PreviewFormEh);
USEUNIT("PrViewEh.pas");
USEPACKAGE("vclx50.bpi");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("vcldb50.bpi");
USEPACKAGE("vcldbx50.bpi");
USEUNIT("DBGridEh.pas");
USEUNIT("DBGridEhImpExp.pas");
USEUNIT("DBLookupEh.pas");
USEUNIT("DBLookupGridsEh");
USEUNIT("ToolCtrlsEh.pas");
USEUNIT("DBCtrlsEh.pas");
USEUNIT("EhLibConsts.pas");
USEUNIT("DbUtilsEh.pas");
USEFORMNS("CalculatorEh.pas", Calculatoreh, CalculatorEh);
USEUNIT("PropStorageEh.pas");
USEUNIT("PropFilerEh.pas");
USEFORMNS("DBGridEhFindDlgs.pas", Dbgridehfinddlgs, DBGridEhFindDlg);
USEUNIT("GridsEh.pas");
USEUNIT("DataDriverEh.pas");
USEUNIT("MemTableDataEh.pas");
USEUNIT("MemTableEh.pas");
USEUNIT("MemTreeEh.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 + -