object frmZnalezione: TfrmZnalezione Left = 507 Top = 156 Width = 213 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 = 13 object lstFind: TListBox Left = 0 Top = 0 Width = 205 Height = 300 Align = alClient Color = clBlack Font.Charset = EASTEUROPE_CHARSET Font.Color = clWhite Font.Height = -9 Font.Name = 'MS Sans Serif' Font.Style = [] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 0 OnKeyUp = lstFindKeyUp OnMouseUp = lstFindMouseUp end end