d5dibinstall.dpk

来自「Delphi控件」· DPK 代码 · 共 51 行

DPK
51
字号
package D5DIBInstall;

{$R *.RES}
{$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 $400000}
{$DESCRIPTION 'Droopy eyes - DIBControls'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}

requires
  vcl50,
  vcljpg50,
  D5DIBRuntime,
  VclSmp50;

contains
  DIBEditor in 'Editors\DIBEditor.pas' {fmDIBEditor},
  DIBAnimEditor in 'Editors\DIBAnimEditor.pas' {fmAnimEditor},
  DIBFeatureEditor in 'Editors\DIBFeatureEditor.pas',
  DIBImageIndexEditor in 'Editors\DIBImageIndexEditor.pas' {fmImageIndexEditor},
  DIBControlEditor in 'Editors\DIBControlEditor.pas',
  DIBCompressorEditor in 'Editors\DIBCompressorEditor.pas' {fmSelectCompressor},
  DIBEditorsReg in 'Editors\DIBEditorsReg.pas',
  DIBAnimContainerEditor in 'Editors\DIBAnimContainerEditor.pas' {fmSnapshotEditor},
  DIBWavEditor in 'Editors\DIBWavEditor.pas' {fmDIBWavEditor},
  DIBPaletteEditor in 'Editors\DIBPaletteEditor.pas' {fmDIBPaletteEditor},
  DIBOpenTools in 'OpenSource\DIBOpenTools.pas',
  DIBPasParser in 'OpenSource\DIBPasParser.pas',
  DIBStrConst in 'OpenSource\DIBStrConst.pas';

end.

⌨️ 快捷键说明

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