lazarus/ide/frmsearch.lfm
vincents a641b3fe25 Fixed sizing of the progress label
git-svn-id: trunk@7678 -
2005-09-12 11:29:19 +00:00

94 lines
1.9 KiB
Plaintext

object SearchForm: TSearchForm
BorderStyle = bsDialog
Caption = 'Searching....'
ClientHeight = 149
ClientWidth = 428
OnCreate = SearchFormCREATE
OnDestroy = SearchFormDESTROY
ParentFont = True
PixelsPerInch = 96
Position = poOwnerFormCenter
HorzScrollBar.Page = 427
VertScrollBar.Page = 148
Left = 461
Height = 149
Top = 289
Width = 428
object Panel2: TPanel
Align = alClient
BorderSpacing.OnChange = nil
BevelInner = bvLowered
ClientHeight = 149
ClientWidth = 428
FullRepaint = False
ParentFont = True
TabOrder = 0
TabStop = True
Height = 149
Width = 428
object lblMatches: TLabel
BorderSpacing.OnChange = nil
Color = clNone
Left = 96
Height = 17
Top = 80
Width = 321
end
object MatchesLabel: TLabel
BorderSpacing.OnChange = nil
Caption = 'Matches'
Color = clNone
Left = 16
Height = 17
Top = 80
Width = 64
end
object lblProgress: TLabel
BorderSpacing.OnChange = nil
Color = clNone
Left = 96
Height = 17
Top = 48
Width = 320
end
object SearchingLabel: TLabel
BorderSpacing.OnChange = nil
Caption = 'Searching:'
Color = clNone
Left = 16
Height = 17
Top = 48
Width = 64
end
object SearchTextLabel: TLabel
BorderSpacing.OnChange = nil
Caption = 'Search Text:'
Color = clNone
Left = 16
Height = 17
Top = 16
Width = 80
end
object lblSearchText: TLabel
BorderSpacing.OnChange = nil
Color = clNone
Left = 96
Height = 17
Top = 16
Width = 320
end
object btnCancel: TButton
AutoSize = True
BorderSpacing.OnChange = nil
Caption = 'Cancel'
Default = True
OnClick = btnAbortCLICK
TabOrder = 0
Left = 177
Height = 25
Top = 112
Width = 75
end
end
end