?? ehlib.cpp
字號:
//---------------------------------------------------------------------------
#include <vcl.h>
#pragma hdrstop
USERES("EhLib.res");
USEUNIT("DBSumLst.pas");
USEFORMNS("GridEhEd.pas", Gridehed, DBGridEHColumnsEditor);
USEPACKAGE("vclx40.bpi");
USEPACKAGE("vcl40.bpi");
USEPACKAGE("vcldb40.bpi");
USEPACKAGE("vcldbx40.bpi");
USEUNIT("EhLibReg.pas");
USERES("EhLibReg.dcr");
USEUNIT("PrnDbgeh.pas");
USEFORMNS("PrnDGDlg.pas", Prndgdlg, fPrnDBGridEHSetupDialog);
USEUNIT("PrntsEh.pas");
USEFORMNS("PrvFrmEh.pas", Prvfrmeh, PreviewFormEh);
USEUNIT("PrViewEh.pas");
USEFORMNS("RichEdEh.pas", Richedeh, RichStrEditDlgEh);
USEUNIT("DBGridEh.pas");
USEUNIT("DBGridEhImpExp.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 + -