⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dmactionsex.pas

📁 richviewaction 1.58 需要richview 1.9.46
💻 PAS
字号:
unit dmActionsEx;

interface

uses
  SysUtils, Classes, ActnList, ImgList, Controls, RichViewActions,
  RVAHTMLList;

type
  TrvActionsResourceEx = class(TDataModule)
    ImageList1: TImageList;
    ActionList1: TActionList;
    RVActionParaListHTML1: TRVActionParaListHTML;
  private
    { Private declarations }
  public
    { Public declarations }
  end;

var
  rvActionsResourceEx: TrvActionsResourceEx;

implementation

{$R *.dfm}

end.

⌨️ 快捷键说明

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