📄 dclehlib110.dpk
字号:
package DclEhLib110;
{$R *.res}
{$R 'EhLibReg.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $400000}
{$DESCRIPTION 'EhLib 4.0 Components'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}
requires
EhLib110,
rtl,
designide,
dcldb;
contains
RichEdEh in 'RichEdEh.pas' {RichStrEditDlgEh},
EhLibReg in 'EhLibReg.pas',
GridEhEd in 'GridEhEd.pas',
PropStorageEditEh in 'PropStorageEditEh.pas' {PropStorageEditEhForm},
UpdateSQLEditEh in 'UpdateSQLEditEh.pas',
FormSelectFromList in 'FormSelectFromList.pas' {fSelectFromList},
MemTableDesignEh in 'MemTableDesignEh.pas',
SelectFromListDialog in 'SelectFromListDialog.pas' {fSelectFromListDialog},
SQLDriverEditEh in 'SQLDriverEditEh.pas',
SQLEditFrameEh in 'SQLEditFrameEh.pas',
DesignConnectionListEh in 'DesignConnectionListEh.pas' {fDesignConnectionListEh},
MemTableEditEh in 'MemTableEditEh.pas' {MemTableDataForm},
MTCreateDataDriver in 'MTCreateDataDriver.pas' {fMTCreateDataDriver};
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -