RxFPC:remove depricated component RxAppIcon

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5195 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-09-21 10:43:42 +00:00
parent 7c35ddd5c1
commit 3a0bd1ae40
4 changed files with 120 additions and 295 deletions

View File

@ -49,7 +49,7 @@ type
procedure ExecuteVerb(Index:integer);override;
end;
(*
{ TRxAppIcon }
TRxAppIconEditor = class(TComponentEditor)
@ -61,15 +61,15 @@ type
function GetVerb(Index:integer):string;override;
procedure ExecuteVerb(Index:integer);override;
end;
*)
procedure Register;
implementation
uses RxLogin, RxAppIcon, Dialogs, rxconst, RxHistoryNavigator, rxpopupunit,
uses RxLogin, Dialogs, rxconst, RxHistoryNavigator, rxpopupunit,
rxceEditLookupFields, rxdbgrid, rxdconst, rxduallist, rxstrutils, Forms;
resourcestring
sTestTRxLoginDialog = 'Test TRxLoginDialog';
sLoadIcon = 'Load icon';
// sLoadIcon = 'Load icon';
{ TRxLoginDialogEditor }
@ -123,7 +123,7 @@ begin
end;
end;
end;
(*
{ TRxAppIcon }
type
@ -190,7 +190,7 @@ begin
end;
end;
end;
*)
{ THistoryButtonProperty }
function THistoryButtonProperty.GetAttributes: TPropertyAttributes;
@ -323,7 +323,7 @@ procedure Register;
begin
//
RegisterComponentEditor(TRxLoginDialog, TRxLoginDialogEditor);
RegisterComponentEditor(TRxAppIcon, TRxAppIconEditor);
//RegisterComponentEditor(TRxAppIcon, TRxAppIconEditor);
//
RegisterPropertyEditor(TypeInfo(string), TPopUpColumn, 'FieldName', TPopUpColumnFieldProperty);
RegisterPropertyEditor(TypeInfo(string), TRxHistoryNavigator, 'BackBtn', THistoryButtonProperty);