mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-12 13:09:25 +02:00
93 lines
1.9 KiB
Plaintext
93 lines
1.9 KiB
Plaintext
object SearchForm: TSearchForm
|
|
Left = 422
|
|
Height = 149
|
|
Top = 267
|
|
Width = 428
|
|
BorderStyle = bsDialog
|
|
Caption = 'Searching....'
|
|
ClientHeight = 149
|
|
ClientWidth = 428
|
|
OnCreate = SearchFormCREATE
|
|
OnDestroy = SearchFormDESTROY
|
|
Position = poOwnerFormCenter
|
|
LCLVersion = '0.9.27'
|
|
object Panel2: TPanel
|
|
Left = 0
|
|
Height = 149
|
|
Top = 0
|
|
Width = 428
|
|
Align = alClient
|
|
BevelInner = bvLowered
|
|
ClientHeight = 149
|
|
ClientWidth = 428
|
|
FullRepaint = False
|
|
TabOrder = 0
|
|
TabStop = True
|
|
object lblMatches: TLabel
|
|
Left = 121
|
|
Height = 14
|
|
Top = 80
|
|
Width = 1
|
|
ParentColor = False
|
|
end
|
|
object MatchesLabel: TLabel
|
|
AnchorSideTop.Control = lblMatches
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 16
|
|
Height = 14
|
|
Top = 80
|
|
Width = 41
|
|
Caption = 'Matches'
|
|
ParentColor = False
|
|
end
|
|
object lblProgress: TLabel
|
|
Left = 121
|
|
Height = 14
|
|
Top = 48
|
|
Width = 1
|
|
ParentColor = False
|
|
end
|
|
object SearchingLabel: TLabel
|
|
AnchorSideTop.Control = lblProgress
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 16
|
|
Height = 14
|
|
Top = 48
|
|
Width = 52
|
|
Caption = 'Searching:'
|
|
ParentColor = False
|
|
end
|
|
object SearchTextLabel: TLabel
|
|
AnchorSideTop.Control = lblSearchText
|
|
AnchorSideTop.Side = asrCenter
|
|
Left = 16
|
|
Height = 14
|
|
Top = 16
|
|
Width = 63
|
|
Caption = 'Search Text:'
|
|
ParentColor = False
|
|
end
|
|
object lblSearchText: TLabel
|
|
Left = 121
|
|
Height = 14
|
|
Top = 16
|
|
Width = 1
|
|
ParentColor = False
|
|
end
|
|
object btnCancel: TBitBtn
|
|
Left = 177
|
|
Height = 26
|
|
Top = 112
|
|
Width = 77
|
|
AutoSize = True
|
|
Cancel = True
|
|
Caption = 'Cancel'
|
|
Kind = bkCancel
|
|
ModalResult = 2
|
|
NumGlyphs = 0
|
|
OnClick = btnAbortCLICK
|
|
TabOrder = 0
|
|
end
|
|
end
|
|
end
|