frxchboxrtti.pas
来自「报表源码 FastReport 3 is new generation of t」· PAS 代码 · 共 35 行
PAS
35 行
{******************************************}
{ }
{ FastReport v3.0 }
{ CheckBox RTTI }
{ }
{ Copyright (c) 1998-2005 }
{ by Alexander Tzyganenko, }
{ Fast Reports Inc. }
{ }
{******************************************}
unit frxChBoxRTTI;
interface
{$I frx.inc}
implementation
uses
Windows, Classes, SysUtils, Forms, fs_iinterpreter, frxChBox, frxClassRTTI
{$IFDEF Delphi6}
, Variants
{$ENDIF};
initialization
with fsGlobalUnit do
begin
AddEnum('TfrxCheckStyle', 'csCross, csCheck, csLineCross');
AddClass(TfrxCheckBoxView, 'TfrxView');
end;
end.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?