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:
alexs75
2015-01-06 06:09:20 +00:00
parent 218ee092dd
commit 408e81b6ea
11 changed files with 41 additions and 657 deletions

View File

@ -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