📄 rvfontcombosreg.pas
字号:
{*******************************************************}
{ }
{ 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -