mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 13:30:37 +02:00
IDE: improved 'Searching ...' form layout
git-svn-id: trunk@31754 -
This commit is contained in:
parent
ff896ae59f
commit
da9c261350
@ -1,85 +1,104 @@
|
|||||||
object SearchProgressForm: TSearchProgressForm
|
object SearchProgressForm: TSearchProgressForm
|
||||||
Left = 422
|
Left = 384
|
||||||
Height = 132
|
Height = 149
|
||||||
Top = 267
|
Top = 387
|
||||||
Width = 622
|
Width = 700
|
||||||
|
AutoSize = True
|
||||||
Caption = 'Searching....'
|
Caption = 'Searching....'
|
||||||
ClientHeight = 132
|
ClientHeight = 149
|
||||||
ClientWidth = 622
|
ClientWidth = 700
|
||||||
|
Constraints.MinWidth = 700
|
||||||
OnCreate = SearchFormCREATE
|
OnCreate = SearchFormCREATE
|
||||||
OnDestroy = SearchFormDESTROY
|
OnDestroy = SearchFormDESTROY
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '0.9.31'
|
LCLVersion = '0.9.31'
|
||||||
|
Visible = True
|
||||||
object Panel2: TPanel
|
object Panel2: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 132
|
Height = 149
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 622
|
Width = 700
|
||||||
Align = alClient
|
Align = alClient
|
||||||
|
AutoSize = True
|
||||||
BevelInner = bvLowered
|
BevelInner = bvLowered
|
||||||
ClientHeight = 132
|
ClientHeight = 149
|
||||||
ClientWidth = 622
|
ClientWidth = 700
|
||||||
FullRepaint = False
|
FullRepaint = False
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
TabStop = True
|
TabStop = True
|
||||||
object lblMatches: TLabel
|
object lblMatches: TLabel
|
||||||
|
AnchorSideTop.Control = MatchesLabel
|
||||||
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 121
|
Left = 121
|
||||||
Height = 1
|
Height = 1
|
||||||
Top = 80
|
Top = 91
|
||||||
Width = 1
|
Width = 1
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object MatchesLabel: TLabel
|
object MatchesLabel: TLabel
|
||||||
AnchorSideTop.Control = lblMatches
|
AnchorSideTop.Control = SearchingLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 16
|
Left = 16
|
||||||
Height = 14
|
Height = 14
|
||||||
Top = 73
|
Top = 84
|
||||||
Width = 48
|
Width = 41
|
||||||
|
BorderSpacing.Top = 18
|
||||||
Caption = 'Matches'
|
Caption = 'Matches'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object lblProgress: TLabel
|
object lblProgress: TLabel
|
||||||
|
AnchorSideTop.Control = SearchingLabel
|
||||||
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 121
|
Left = 121
|
||||||
Height = 1
|
Height = 1
|
||||||
Top = 48
|
Top = 59
|
||||||
Width = 1
|
Width = 1
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object SearchingLabel: TLabel
|
object SearchingLabel: TLabel
|
||||||
AnchorSideTop.Control = lblProgress
|
AnchorSideTop.Control = SearchTextLabel
|
||||||
AnchorSideTop.Side = asrCenter
|
AnchorSideTop.Side = asrBottom
|
||||||
Left = 16
|
Left = 16
|
||||||
Height = 14
|
Height = 14
|
||||||
Top = 41
|
Top = 52
|
||||||
Width = 62
|
Width = 52
|
||||||
|
BorderSpacing.Top = 18
|
||||||
Caption = 'Searching:'
|
Caption = 'Searching:'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object SearchTextLabel: TLabel
|
object SearchTextLabel: TLabel
|
||||||
AnchorSideTop.Control = lblSearchText
|
AnchorSideTop.Control = Panel2
|
||||||
AnchorSideTop.Side = asrCenter
|
|
||||||
Left = 16
|
Left = 16
|
||||||
Height = 14
|
Height = 14
|
||||||
Top = 9
|
Top = 20
|
||||||
Width = 71
|
Width = 63
|
||||||
|
BorderSpacing.Top = 18
|
||||||
Caption = 'Search Text:'
|
Caption = 'Search Text:'
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object lblSearchText: TLabel
|
object lblSearchText: TLabel
|
||||||
|
AnchorSideTop.Control = SearchTextLabel
|
||||||
|
AnchorSideTop.Side = asrCenter
|
||||||
Left = 121
|
Left = 121
|
||||||
Height = 1
|
Height = 1
|
||||||
Top = 16
|
Top = 27
|
||||||
Width = 1
|
Width = 1
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
end
|
end
|
||||||
object btnCancel: TBitBtn
|
object btnCancel: TBitBtn
|
||||||
|
AnchorSideLeft.Control = Panel2
|
||||||
|
AnchorSideLeft.Side = asrCenter
|
||||||
|
AnchorSideTop.Control = MatchesLabel
|
||||||
|
AnchorSideTop.Side = asrBottom
|
||||||
AnchorSideRight.Side = asrBottom
|
AnchorSideRight.Side = asrBottom
|
||||||
Left = 264
|
AnchorSideBottom.Side = asrBottom
|
||||||
Height = 32
|
Left = 312
|
||||||
Top = 88
|
Height = 26
|
||||||
Width = 75
|
Top = 110
|
||||||
|
Width = 77
|
||||||
AutoSize = True
|
AutoSize = True
|
||||||
|
BorderSpacing.Top = 12
|
||||||
|
BorderSpacing.Bottom = 6
|
||||||
Cancel = True
|
Cancel = True
|
||||||
Caption = 'Cancel'
|
Caption = 'Cancel'
|
||||||
Kind = bkCancel
|
Kind = bkCancel
|
||||||
|
Loading…
Reference in New Issue
Block a user