jvcllaz: Cosmetic changes in TJvOutlookBar component/property editor unit

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6353 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-04-25 07:47:38 +00:00
parent f32f1be7b7
commit 100954c7a4

View File

@ -51,16 +51,6 @@ type
procedure SetValue(const Value: string); override;
end;
TJvOutlookBarEditor = class(TComponentEditor)
protected
function GetOutlookBar: TJvCustomOutlookBar;
procedure OpenEditor;
public
procedure ExecuteVerb(Index: Integer); override;
function GetVerb(Index: Integer): string; override;
function GetVerbCount: Integer; override;
end;
TJvOutlookBarPagesProperty = class(TPropertyEditor)
private
function GetOutlookBar: TJvCustomOutlookBar;
@ -83,6 +73,16 @@ type
function GetImageList: TCustomImageList; override;
end;
TJvOutlookBarEditor = class(TComponentEditor)
protected
function GetOutlookBar: TJvCustomOutlookBar;
procedure OpenEditor;
public
procedure ExecuteVerb(Index: Integer); override;
function GetVerb(Index: Integer): string; override;
function GetVerbCount: Integer; override;
end;
implementation