/ide/findoverloadsdlg.lfm
http://github.com/graemeg/lazarus · Unknown · 81 lines · 81 code · 0 blank · 0 comment · 0 complexity · c0e51cf63ef2c1a801ec08c9c7110184 MD5 · raw file
- 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