mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 18:40:41 +02:00
IDE: search status form: disable panel TabStop
git-svn-id: trunk@53370 -
This commit is contained in:
parent
870a757670
commit
0bf9e1867b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user