You've already forked lazarus-ccr
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user