You've already forked lazarus-ccr
RxFPC: Rename TDBDateEdit to TRxDBDateEdit. Warning - this version of RxFPC ONLY for Lazarus 1.3 and later
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3869 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
{ Free DB Manager
|
||||
{ Rx lib
|
||||
|
||||
Copyright (C) 2005-2012 Lagunov Aleksey alexs75 at hotbox.ru
|
||||
|
||||
@ -80,6 +80,8 @@ type
|
||||
property MainPanel:TRxMDIPanel read FMainPanel write FMainPanel;
|
||||
published
|
||||
property Align;
|
||||
property ShowHint;
|
||||
property ParentShowHint;
|
||||
end;
|
||||
|
||||
{ TRxMDICloseButton }
|
||||
@ -138,6 +140,8 @@ type
|
||||
property Align;
|
||||
property BevelInner;
|
||||
property BevelOuter;
|
||||
property ShowHint;
|
||||
property ParentShowHint;
|
||||
end;
|
||||
|
||||
implementation
|
||||
|
Reference in New Issue
Block a user