📄 xlsrwii2.inc
字号:
{$ifdef ver130}
{$define OLD_COMPILER}
{$endif}
{$ifdef ver120}
{$define OLD_COMPILER}
{$endif}
// Use ZLib to decompress metafile pictures.
// BCB don't seems to have (delphi) zlib installed.
{$ifndef BCB}
{$define USE_ZLIB}
{$endif}
// Use TPNGImage in order to store (non-destructive) pictures. Excel only
// accepts bitmaps (BMP) smaller than 32k.
// TPNGImage can be found at: http://pngdelphi.sourceforge.net
// If you install TPNGImage, and receives an error with TByteArray, replace
// the section at line 216 in pngimage.pas with this:
// {$ifndef UseDelphi}
// TByteArray = Array[Word] of Byte;
// pByteArray = ^TByteArray;
// {$endif}
{.$define USE_PNGIMAGE}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -