mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 05:49:30 +02:00
112 lines
2.5 KiB
Plaintext
112 lines
2.5 KiB
Plaintext
object SearchProgressForm: TSearchProgressForm
|
|
Left = 384
|
|
Height = 149
|
|
Top = 387
|
|
Width = 700
|
|
AutoSize = True
|
|
Caption = 'Searching....'
|
|
ClientHeight = 149
|
|
ClientWidth = 700
|
|
Constraints.MinWidth = 700
|
|
OnCreate = SearchFormCREATE
|
|
OnDestroy = SearchFormDESTROY
|
|
Position = poScreenCenter
|
|
LCLVersion = '0.9.31'
|
|
Visible = True
|
|
object Panel2: TPanel
|
|
Left = 0
|
|
Height = 149
|
|
Top = 0
|
|
Width = 700
|
|
Align = alClient
|
|
AutoSize = True
|
|
BevelInner = bvLowered
|
|
ClientHeight = 149
|
|
ClientWidth = 700
|
|
FullRepaint = False
|
|
TabOrder = 0
|
|
TabStop = True
|
|
object lblMatches: TLabel
|
|
AnchorSideTop.Control = MatchesLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 121
|
|
Height = 1
|
|
Top = 91
|
|
Width = 1
|
|
ParentColor = False
|
|
end
|
|
object MatchesLabel: TLabel
|
|
AnchorSideTop.Control = SearchingLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 16
|
|
Height = 14
|
|
Top = 84
|
|
Width = 41
|
|
BorderSpacing.Top = 18
|
|
Caption = 'Matches'
|
|
ParentColor = False
|
|
end
|
|
object lblProgress: TLabel
|
|
AnchorSideTop.Control = SearchingLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 121
|
|
Height = 1
|
|
Top = 59
|
|
Width = 1
|
|
ParentColor = False
|
|
end
|
|
object SearchingLabel: TLabel
|
|
AnchorSideTop.Control = SearchTextLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
Left = 16
|
|
Height = 14
|
|
Top = 52
|
|
Width = 52
|
|
BorderSpacing.Top = 18
|
|
Caption = 'Searching:'
|
|
ParentColor = False
|
|
end
|
|
object SearchTextLabel: TLabel
|
|
AnchorSideTop.Control = Panel2
|
|
Left = 16
|
|
Height = 14
|
|
Top = 20
|
|
Width = 63
|
|
BorderSpacing.Top = 18
|
|
Caption = 'Search Text:'
|
|
ParentColor = False
|
|
end
|
|
object lblSearchText: TLabel
|
|
AnchorSideTop.Control = SearchTextLabel
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 121
|
|
Height = 1
|
|
Top = 27
|
|
Width = 1
|
|
ParentColor = False
|
|
end
|
|
object btnCancel: TBitBtn
|
|
AnchorSideLeft.Control = Panel2
|
|
AnchorSideLeft.Side = asrCenter
|
|
AnchorSideTop.Control = MatchesLabel
|
|
AnchorSideTop.Side = asrBottom
|
|
AnchorSideRight.Side = asrBottom
|
|
AnchorSideBottom.Side = asrBottom
|
|
Left = 312
|
|
Height = 26
|
|
Top = 110
|
|
Width = 77
|
|
AutoSize = True
|
|
BorderSpacing.Top = 12
|
|
BorderSpacing.Bottom = 6
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
OnClick = btnAbortCLICK
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|