lazarus/ide/findoverloadsdlg.lfm
mattias 48c9b9f0dc IDE: find overloads: progress
git-svn-id: trunk@19745 -
2009-05-01 17:19:02 +00:00

82 lines
1.6 KiB
Plaintext

object FindOverloadsDialog: TFindOverloadsDialog
Left = 297
Height = 338
Top = 171
Width = 548
ActiveControl = CurTreeView
Caption = 'FindOverloadsDialog'
ClientHeight = 338
ClientWidth = 548
OnCreate = FormCreate
OnDestroy = FormDestroy
Position = poScreenCenter
LCLVersion = '0.9.27'
object ButtonPanel1: TButtonPanel
Left = 6
Height = 44
Top = 288
Width = 536
TabOrder = 0
ShowButtons = [pbOK, pbCancel, pbClose]
end
object CurGroupBox: TGroupBox
Left = 6
Height = 72
Top = 6
Width = 536
Align = alTop
BorderSpacing.Around = 6
Caption = 'CurGroupBox'
ClientHeight = 53
ClientWidth = 532
TabOrder = 1
object CurTreeView: TTreeView
Left = 0
Height = 53
Top = 0
Width = 532
Align = alClient
DefaultItemHeight = 19
TabOrder = 0
end
end
object ResultsGroupBox: TGroupBox
Left = 6
Height = 198
Top = 84
Width = 536
Align = alClient
BorderSpacing.Around = 6
Caption = 'ResultsGroupBox'
ClientHeight = 179
ClientWidth = 532
TabOrder = 2
object ResultsTreeView: TTreeView
Left = 0
Height = 136
Top = 0
Width = 532
Align = alClient
DefaultItemHeight = 19
TabOrder = 0
end
object ResultsProgressBar: TProgressBar
Left = 0
Height = 21
Top = 136
Width = 532
Align = alBottom
TabOrder = 1
end
object SearchAllCheckBox: TCheckBox
Left = 0
Height = 22
Top = 157
Width = 532
Align = alBottom
Caption = 'SearchAllCheckBox'
TabOrder = 2
end
end
end