object FormRicerca: TFormRicerca Left = 425 Top = 248 Width = 278 Height = 448 BorderIcons = [biSystemMenu] Caption = 'FormRicerca' Color = clRed Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 17 object OutputSearch: TListBox Left = 0 Top = 63 Width = 270 Height = 339 Align = alClient Color = clWhite ItemHeight = 17 TabOrder = 0 OnClick = OutputSearchClick end object Panel1: TPanel Left = 0 Top = 0 Width = 270 Height = 63 Align = alTop BevelOuter = bvNone Color = clRed TabOrder = 1 object LabelTypeStr: TLabel Left = 7 Top = 7 Width = 96 Height = 18 Caption = 'Type a string:' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object BtnSearch: TButton Left = 187 Top = 30 Width = 75 Height = 25 Caption = 'BtnSearch' TabOrder = 0 OnClick = BtnSearchClick end object EditSearch: TComboBox Left = 7 Top = 30 Width = 170 Height = 25 Color = clWhite ItemHeight = 17 TabOrder = 1 OnClick = EditSearchClick OnKeyDown = EditSearchKeyDown end end object StatusBar1: TStatusBar Left = 0 Top = 402 Width = 270 Height = 19 Panels = <> SimplePanel = False end object PlacementInfo: TFormPlacement IniFileName = 'PCGamer_Lx1' UseRegistry = True Left = 16 Top = 80 end end