object FormSearch: TFormSearch Left = 713 Height = 506 Top = 465 Width = 772 Caption = 'Search' ClientHeight = 506 ClientWidth = 772 LCLVersion = '1.3' object EditText: TEdit Left = 20 Height = 32 Top = 8 Width = 304 OnKeyPress = EditTextKeyPress TabOrder = 0 end object ButtonSearch: TButton Left = 352 Height = 25 Top = 15 Width = 75 Caption = 'Search' OnClick = ButtonSearchClick TabOrder = 1 end object ListView1: TListView Left = 16 Height = 448 Top = 48 Width = 744 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'ID' Width = 150 end item Caption = 'Name' Width = 250 end item Caption = 'Path' Width = 327 end> ReadOnly = True RowSelect = True TabOrder = 2 ViewStyle = vsReport OnDblClick = ListView1DblClick OnKeyPress = ListView1KeyPress end end