lazarus/ide/frmsearch.lfm

93 lines
1.9 KiB
Plaintext

object SearchForm: TSearchForm
Left = 422
Height = 149
Top = 267
Width = 428
HorzScrollBar.Page = 427
VertScrollBar.Page = 148
ActiveControl = btnCancel
BorderStyle = bsDialog
Caption = 'Searching....'
ClientHeight = 149
ClientWidth = 428
OnCreate = SearchFormCREATE
OnDestroy = SearchFormDESTROY
ParentFont = True
Position = poOwnerFormCenter
object Panel2: TPanel
Height = 149
Width = 428
Align = alClient
BevelInner = bvLowered
ClientHeight = 149
ClientWidth = 428
FullRepaint = False
ParentFont = True
TabOrder = 0
TabStop = True
OnClick = Panel2Click
object lblMatches: TLabel
Left = 121
Height = 19
Top = 80
Width = 298
ParentColor = False
end
object MatchesLabel: TLabel
AnchorSideTop.Control = lblMatches
AnchorSideTop.Side = asrCenter
Left = 16
Height = 13
Top = 83
Width = 49
Caption = 'Matches'
ParentColor = False
end
object lblProgress: TLabel
Left = 121
Height = 19
Top = 48
Width = 297
ParentColor = False
end
object SearchingLabel: TLabel
AnchorSideTop.Control = lblProgress
AnchorSideTop.Side = asrCenter
Left = 16
Height = 13
Top = 51
Width = 61
Caption = 'Searching:'
ParentColor = False
end
object SearchTextLabel: TLabel
AnchorSideTop.Control = lblSearchText
AnchorSideTop.Side = asrCenter
Left = 16
Height = 13
Top = 20
Width = 71
Caption = 'Search Text:'
ParentColor = False
end
object lblSearchText: TLabel
Left = 121
Height = 20
Top = 16
Width = 296
ParentColor = False
end
object btnCancel: TButton
Left = 177
Height = 26
Top = 112
Width = 54
AutoSize = True
Caption = 'Cancel'
Default = True
OnClick = btnAbortCLICK
TabOrder = 0
end
end
end