dclgraphicex.dpk

来自「[原创]这是我写的一个图像组件!组件中使用了GraphicEx库」· DPK 代码 · 共 44 行

DPK
44
字号
package dclGraphicEx;

{$R *.res}
{$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}
{$IMPLICITBUILD ON}

requires
  rtl,
  vcl,
  vcljpg;

contains
  MZLib in '..\MZLib.pas',
  GraphicColor in '..\GraphicColor.pas',
  GraphicCompression in '..\GraphicCompression.pas',
  GraphicEx in '..\GraphicEx.pas',
  GraphicStrings in '..\GraphicStrings.pas',
  GraphicStringsDE in '..\GraphicStringsDE.pas',
  GraphicStringsFR in '..\GraphicStringsFR.pas',
  GraphicStringsRU in '..\GraphicStringsRU.pas',
  JPG in '..\JPG.pas';

end.

⌨️ 快捷键说明

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