wiatile.pas

来自「DBchart的高级使用」· PAS 代码 · 共 15 行

PAS
15
字号
{$DEFINE Backwards} // Backwards Compatibility - when this is defined, this version (2.01) is compatible with 2.00 and 1.00
                    // 1.00 defined Transparent:Boolean, 2.00 defined Faded:Boolean, and 2.01 got rid of them both.
                    // Except that I did actually leave them in, and this switch controls whether to compile that code or not.

//{$DEFINE DEBUG}

{ Version 2.01
  Modified exxieh@bath.ac.uk <Ian Hickson>
  Now fades bitmap, by default, to clBtnHighlight
  Defaults to alClient alignment

//----------------------------------------------------------------------//

             Copyright (C) 1996 Word in Action.  All Rights Reserved.
             Copyright  

⌨️ 快捷键说明

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