lazarus/ide/frmsearch.lfm
mattias d90dafe5fe set colors to default values
git-svn-id: trunk@4980 -
2003-12-28 02:40:50 +00:00

92 lines
1.7 KiB
Plaintext

object SearchForm: TSearchForm
BorderStyle = bsdialog
Caption = 'Searching....'
ClientHeight = 149
ClientWidth = 428
OnCreate = SearchFormCREATE
OnDestroy = SearchFormDESTROY
ParentFont = True
Position = poownerformcenter
HorzScrollBar.Page = 429
VertScrollBar.Page = 150
Left = 461
Height = 149
Top = 289
Width = 428
object Panel2: TPanel
Align = alclient
BevelInner = bvlowered
ClientHeight = 149
ClientWidth = 428
ParentFont = True
TabOrder = 0
TabStop = True
Height = 149
Width = 428
object lblMatches: TLabel
Layout = tltop
Left = 96
Height = 17
Top = 80
Width = 321
end
object Label1: TLabel
Caption = 'Matches'
Layout = tltop
Left = 16
Height = 17
Top = 80
Width = 64
end
object lblProgress: TLabel
Layout = tltop
Left = 96
Height = 17
Top = 48
Width = 320
end
object Label2: TLabel
Caption = 'Searching:'
Layout = tltop
Left = 16
Height = 17
Top = 48
Width = 64
end
object Label4: TLabel
Caption = 'Search Text:'
Layout = tltop
Left = 16
Height = 17
Top = 16
Width = 80
end
object lblSearchText: TLabel
Layout = tltop
Left = 96
Height = 17
Top = 16
Width = 320
end
object btnCancel: TButton
Default = True
Caption = 'Cancel'
TabStop = True
TabOrder = 6
OnClick = btnAbortCLICK
Left = 177
Height = 25
Top = 112
Width = 75
end
end
object Label3: TLabel
Caption = 'Search Text:'
Layout = tltop
Left = 8
Height = 17
Top = 56
Width = 80
end
end