gimagebox.dpk
来自「[原创]这是我写的一个图像组件!组件中使用了GraphicEx库」· DPK 代码 · 共 46 行
DPK
46 行
package GImageBox;
{$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}
{$DESCRIPTION '摘星图像组件'}
{$IMPLICITBUILD OFF}
requires
rtl,
vcljpg,
vcl;
contains
uGSImage in 'uGSImage.pas',
GMZLib in 'GraphicEx\GMZLib.pas',
GGraphic in 'GraphicEx\GGraphic.pas',
GGraphicColor in 'GraphicEx\GGraphicColor.pas',
GGraphicCompression in 'GraphicEx\GGraphicCompression.pas',
GGraphicStrings in 'GraphicEx\GGraphicStrings.pas',
GGraphicStringsDE in 'GraphicEx\GGraphicStringsDE.pas',
GGraphicStringsFR in 'GraphicEx\GGraphicStringsFR.pas',
GGraphicStringsRU in 'GraphicEx\GGraphicStringsRU.pas',
GJPG in 'GraphicEx\GJPG.pas';
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?