📄 advofficetabsetregde.pas
字号:
unit AdvOfficeTabSetRegDE;
interface
{$I TMSDEFS.INC}
uses
Classes, AdvOfficeTabSet, GDIPicture, GDIPicDE,
{$IFDEF DELPHI6_LVL}
{$IFDEF TMSDOTNET}
Borland.Vcl.Design.DesignIntf, Borland.Vcl.Design.DesignEditors
{$ENDIF}
{$IFNDEF TMSDOTNET}
DesignIntf, DesignEditors
{$ENDIF}
{$ELSE}
DsgnIntf
{$ENDIF}
;
procedure Register;
implementation
procedure Register;
begin
// Setting property Editor to all properties of type TGDIPPicture
RegisterPropertyEditor(TypeInfo(TGDIPPicture), TTabSetButtonSettings, '', TGDIPPictureProperty);
RegisterPropertyEditor(TypeInfo(TGDIPPicture), TOfficeTabCollectionItem, 'Picture', TGDIPPictureProperty);
RegisterPropertyEditor(TypeInfo(TGDIPPicture), TOfficeTabCollectionItem, 'DisabledPicture', TGDIPPictureProperty);
end;
end.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -