?? ehlib.dpk
字號:
package EhLib;
{$R *.RES}
{$R 'EhLibReg.dcr'}
{$ALIGN ON}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO OFF}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'DmitryB Eh Library'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}
requires
vcl50,
VCLDB50;
contains
DBSumLst in 'DBSumLst.pas',
GridEhEd in 'GridEhEd.pas',
EhLibReg in 'EhLibReg.pas',
PrnDbgeh in 'PrnDbgEh.pas',
PrnDGDlg in 'PrnDGDlg.pas' {fPrnDBGridEHSetupDialog},
PrntsEh in 'PrntsEh.pas',
PrvFrmEh in 'PrvFrmEh.pas' {PreviewFormEh},
PrViewEh in 'PrViewEh.pas',
RichEdEh in 'RichEdEh.pas' {RichStrEditDlgEh},
DBGridEh in 'DBGridEh.pas',
DBGridEhImpExp in 'DBGridEhImpExp.pas',
EHUtils in 'EHUTILS.PAS';
end.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -