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

📄 gbarreg.pas

📁 动态提示控件
💻 PAS
字号:
{$I DFS.INC}

unit GBarReg;

interface

  procedure Register;

implementation

uses
  {$IFDEF DFS_NO_DSGNINTF}
  DesignIntf,
  DesignEditors,
  {$ELSE}
  DsgnIntf,
  {$ENDIF}
  GrabBar, DFSAbout, Classes;



{ Add the components to the Delphi Component Palette.  You will want to }
{ modify this so that it appears on the page of your choice.            }
procedure Register;
begin
  RegisterComponents('DFS', [TdfsGrabBar]);
  RegisterPropertyEditor(TypeInfo(string), TdfsGrabBar, 'Version',
     TDFSVersionProperty);
end;

end.

⌨️ 快捷键说明

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