object SearchForm: TSearchForm Left = 411 Top = 286 Width = 604 Height = 406 Caption = 'Search' Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object ListView1: TListView Left = 0 Top = 0 Width = 596 Height = 337 Align = alClient ColumnClick = False OnClick = ListView1Click Columns = < item Caption = 'Key' Width = 350 end item Caption = 'Value Name' Width = 120 end item Caption = 'Value Data' Width = 120 end> ReadOnly = True MultiSelect = True TabOrder = 0 ViewStyle = vsReport end object Panel1: TPanel Left = 0 Top = 337 Width = 596 Height = 42 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Button2: TButton Left = 480 Top = 6 Width = 90 Height = 31 Caption = '&Cancel' ModalResult = 2 TabOrder = 0 end object Button1: TButton Left = 283 Top = 6 Width = 90 Height = 31 Caption = 'Delete &All' ModalResult = 1 TabOrder = 1 OnClick = Button1Click end object Button3: TButton Left = 382 Top = 6 Width = 89 Height = 31 Caption = '&Delete' ModalResult = 4 TabOrder = 2 OnClick = Button3Click end object Button4: TButton Left = 0 Top = 6 Width = 92 Height = 31 Caption = '&Go There' ModalResult = 2 TabOrder = 3 Visible = False OnClick = Button4Click end object btnCopy: TButton Left = 0 Top = 6 Width = 92 Height = 31 Caption = 'Co&py' TabOrder = 4 OnClick = btnCopyClick end end end