rvfontcombosreg.pas

来自「richviewaction 1.58 需要richview 1.9.46」· PAS 代码 · 共 33 行

PAS
33
字号

{*******************************************************}
{                                                       }
{       RichViewActions                                 }
{       Design-time support for                         }
{       TRVFontSizeComboBox, TRVFontCharsetComboBox,    }
{       TRVFontComboBox v1.2                            }
{                                                       }
{       Copyright (c) 2002-2003, Sergey Tkachenko       }
{       svt@trichview.com                               }
{       http://www.trichview.com                        }
{                                                       }
{*******************************************************}



unit RVFontCombosReg;
interface

uses
  Classes, RVFontCombos;

procedure Register;

implementation

procedure Register;
begin
  RegisterComponents('RichView Misc', [TRVFontSizeComboBox, TRVFontCharsetComboBox, TRVFontComboBox]);
end;

end.

⌨️ 快捷键说明

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