IDE: search status form: disable panel TabStop

git-svn-id: trunk@53370 -
This commit is contained in:
ondrej 2016-11-15 09:46:39 +00:00
parent 870a757670
commit 0bf9e1867b

View File

@ -12,7 +12,7 @@ object SearchProgressForm: TSearchProgressForm
OnDestroy = SearchFormDESTROY OnDestroy = SearchFormDESTROY
OnShow = FormShow OnShow = FormShow
Position = poScreenCenter Position = poScreenCenter
LCLVersion = '1.1' LCLVersion = '1.7'
Visible = True Visible = True
object Panel2: TPanel object Panel2: TPanel
Left = 0 Left = 0
@ -25,7 +25,6 @@ object SearchProgressForm: TSearchProgressForm
ClientWidth = 700 ClientWidth = 700
FullRepaint = False FullRepaint = False
TabOrder = 0 TabOrder = 0
TabStop = True
object lblMatches: TLabel object lblMatches: TLabel
AnchorSideTop.Control = MatchesLabel AnchorSideTop.Control = MatchesLabel
AnchorSideTop.Side = asrCenter AnchorSideTop.Side = asrCenter