acldb2d4.dpk

来自「delphi编程控件」· DPK 代码 · 共 76 行

DPK
76
字号
package acldb2d4;

{$R *.RES}
{$R 'acldbreg.dcr'}
{$ALIGN ON}
{$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 ON}
{$MINENUMSIZE 1}
{$IMAGEBASE $00400000}
{$IMPLICITBUILD OFF}

requires
  vcl40,
  acl2d4,
  VCLDB40;

contains
  acldbreg in 'acldbreg.pas',
  adbtmple in 'adbtmple.pas',
  adbtplds in 'adbtplds.pas' {FRepositoryDataSetAdd},
  adbtplfd in 'adbtplfd.pas' {FAutoDBFieldAdd},
  atmplvdc in 'atmplvdc.pas' {FRepositoryViewDefControl},
  adbtplcn in 'adbtplcn.pas' {FAutoRepositoryDefControls},
  adbtlcad in 'adbtlcad.pas' {FDBDefControlAdd},
  adbgrded in 'adbgrded.pas',
  adbgrfed in 'adbgrfed.pas' {AutoGridFieldsEditor},
  adbmaker in 'adbmaker.pas',
  filtcomp in 'filtcomp.pas',
  adbcombo in 'adbcombo.pas',
  AutoDB in 'AutoDB.pas',
  AutoFind in 'AutoFind.pas' {AutoFindForm},
  adbpaned in 'adbpaned.pas' {FAutoPanelLayoutEdit},
  adbpnped in 'adbpnped.pas' {AutoPanelPagesEditor},
  adbpnfed in 'adbpnfed.pas' {AutoPanelFieldsEditor},
  filtered in 'filtered.pas' {AutoDataSetFilterEdit},
  MacroEd in 'macroed.pas' {fMacrosEditor},
  afformed in 'afformed.pas' {FAutoFieldFieldsEditor},
  referred in 'referred.pas' {ReferenceTextEdit},
  Refer in 'refer.pas' {PopupReferenceForm},
  adbtempl in 'adbtempl.pas',
  adbpanel in 'adbpanel.pas',
  aincsrch in 'aincsrch.pas' {fdbIncSearchdlg},
  adefctrl in 'adefctrl.pas',
  adbimctr in 'adbimctr.pas',
  aflookup in 'aflookup.pas',
  adbdate in 'adbdate.pas',
  afforms in 'afforms.pas',
  adbgrid in 'adbgrid.pas',
  adbgrged in 'adbgrged.pas' {AutoGridGroupsEditor},
  afilter in 'afilter.pas',
  adbtimct in 'adbtimct.pas',
  aqtyper in 'aqtyper.pas',
  audbstrs in 'audbstrs.pas',
  amaskped in 'amaskped.pas' {FACLMaskEditor},
  amaskpad in 'amaskpad.pas' {FACLMaskEditEditor},
  abtnedit in 'abtnedit.pas',
  adbrich in 'adbrich.pas';

end.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?