acl2d4.dpk

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

DPK
56
字号
package acl2d4;

{$R *.RES}
{$R 'aclreg.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;

contains
  aclreg in 'aclreg.pas',
  aimpredt in 'aimpredt.pas' {FAutoImagePropEditor},
  asimpred in 'asimpred.pas' {FAutoSpinImagePropEditor},
  adatectl in 'adatectl.pas',
  aoutlbar in 'aoutlbar.pas',
  aoutlbcs in 'aoutlbcs.pas' {FAoutLookBarCustomize},
  aoutlbed in 'aoutlbed.pas' {FAutoOutLookBarEditor},
  aoutlsgr in 'aoutlsgr.pas' {fAutoOLSGroupRename},
  areginf in 'areginf.pas',
  aimctrls in 'aimctrls.pas',
  aoutlsed in 'aoutlsed.pas',
  aprstore in 'aprstore.pas',
  agraphic in 'agraphic.pas',
  aprstped in 'aprstped.pas' {fAutoPropertiesStoreEdit},
  autostrs in 'autostrs.pas',
  aurllabl in 'aurllabl.pas',
  aclconst in 'aclconst.pas',
  atimectl in 'atimectl.pas',
  AREProEd in 'AREProEd.pas' {AREStringsPropertyForm},
  areruler in 'ARERuler.pas',
  ARichEd in 'ARichEd.pas',
  areparag in 'AREParag.pas' {AREParagraphForm};

end.

⌨️ 快捷键说明

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