object frmZnalezione: TfrmZnalezione Left = 0 Top = 0 Width = 295 Height = 327 BorderIcons = [biSystemMenu] Caption = 'Wyszukane elementy:' Color = clBtnFace Font.Charset = EASTEUROPE_CHARSET Font.Color = clWhite Font.Height = -13 Font.Name = 'Courier' Font.Style = [fsBold] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 16 object lstFind: TListBox Left = 0 Top = 0 Width = 287 Height = 300 Align = alClient Color = clBlack ItemHeight = 16 Sorted = True TabOrder = 0 OnClick = lstFindClick OnKeyUp = lstFindKeyUp end end