📄 ehlib110.dpk.~1~
字号:
package EhLib110;
{$R *.res}
{$ALIGN 8}
{$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 'EhLib 4.0'}
{$RUNONLY}
{$IMPLICITBUILD ON}
requires
rtl,
vcl,
dbrtl,
vcldb;
contains
DBSumLst in 'DBSumLst.pas',
PrnDbgEh in 'PrnDbgEh.pas',
PrnDGDlg in 'PrnDGDlg.pas' {fPrnDBGridEHSetupDialog},
PrntsEh in 'PrntsEh.pas',
PrvFrmEh in 'PrvFrmEh.pas' {PreviewFormEh},
PrViewEh in 'PrViewEh.pas',
DBGridEh in 'DBGridEh.pas',
DBGridEhImpExp in 'DBGridEhImpExp.pas',
DBLookupEh in 'DBLookupEh.pas',
DBCtrlsEh in 'DBCtrlsEh.pas',
ToolCtrlsEh in 'ToolCtrlsEh.pas',
EhLibConsts in 'EhLibConsts.pas',
DBLookupGridsEh in 'DBLookupGridsEh.pas',
CalculatorEh in 'CalculatorEh.pas' {CalculatorEh},
DbUtilsEh in 'DbUtilsEh.pas',
PropFilerEh in 'PropFilerEh.pas',
PropStorageEh in 'PropStorageEh.pas',
DBGridEhFindDlgs in 'DBGridEhFindDlgs.pas' {DBGridEhFindDlg},
EhLibVCL in 'EhLibVCL.pas',
MemTreeEh in 'MemTreeEh.pas',
DataDriverEh in 'DataDriverEh.pas',
MemTableDataEh in 'MemTableDataEh.pas',
MemTableEh in 'MemTableEh.pas',
GridsEh in 'GridsEh.pas';
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -