object dlgSearchInDatabase: TdlgSearchInDatabase Left = 414 Height = 436 Top = 173 Width = 598 Caption = 'dlgSearchInDatabase' ClientHeight = 436 ClientWidth = 598 Font.CharSet = ANSI_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'Arial' Font.Pitch = fpVariable Font.Quality = fqDraft Font.Style = [fsBold] Position = poDesktopCenter LCLVersion = '2.0.0.4' object Panel1: TPanel Left = 4 Height = 358 Top = 40 Width = 588 Anchors = [akTop, akLeft, akRight, akBottom] BevelInner = bvRaised BevelOuter = bvLowered ClientHeight = 358 ClientWidth = 588 TabOrder = 0 object lbResultatsRecherche: TLabel Left = 4 Height = 16 Top = 4 Width = 137 Caption = 'lbResultatsRecherche' ParentColor = False end object lsbResults: TListBox Left = 5 Height = 330 Top = 22 Width = 576 Anchors = [akTop, akLeft, akRight, akBottom] ItemHeight = 0 TabOrder = 0 end end object pnlFindWhat: TPanel Left = 4 Height = 32 Top = 4 Width = 588 Anchors = [akTop, akLeft, akRight] BevelInner = bvRaised BevelOuter = bvLowered ClientHeight = 32 ClientWidth = 588 TabOrder = 1 object lbFindWhat: TLabel Left = 4 Height = 16 Top = 4 Width = 73 Caption = 'lbFindWhat' ParentColor = False end object editFindWhat: TEdit Left = 132 Height = 24 Top = 4 Width = 329 Anchors = [akTop, akLeft, akRight] OnChange = editFindWhatChange TabOrder = 0 Text = 'editFindWhat' end object btnFind: TButton Left = 462 Height = 25 Top = 4 Width = 119 Anchors = [akTop, akRight] Caption = 'btnFind' OnClick = btnFindClick TabOrder = 1 end end object BitBtn1: TBitBtn Left = 350 Height = 30 Top = 400 Width = 119 Anchors = [akRight, akBottom] Default = True DefaultCaption = True Kind = bkOK ModalResult = 1 TabOrder = 2 end object BitBtn2: TBitBtn Left = 473 Height = 30 Top = 400 Width = 119 Anchors = [akRight, akBottom] Cancel = True DefaultCaption = True Kind = bkCancel ModalResult = 2 TabOrder = 3 end end