home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / chipCD7_99.iso / Browser / chip-cd.exe / 0 / RCDATA / TFRMZNALEZIONE / TFRMZNALEZIONE.txt
Text File  |  1999-05-27  |  632b  |  32 lines

  1. object frmZnalezione: TfrmZnalezione
  2.   Left = 0
  3.   Top = 0
  4.   Width = 295
  5.   Height = 327
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'Wyszukane elementy:'
  8.   Color = clBtnFace
  9.   Font.Charset = EASTEUROPE_CHARSET
  10.   Font.Color = clWhite
  11.   Font.Height = -13
  12.   Font.Name = 'Courier'
  13.   Font.Style = [fsBold]
  14.   OldCreateOrder = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object lstFind: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 287
  22.     Height = 300
  23.     Align = alClient
  24.     Color = clBlack
  25.     ItemHeight = 16
  26.     Sorted = True
  27.     TabOrder = 0
  28.     OnClick = lstFindClick
  29.     OnKeyUp = lstFindKeyUp
  30.   end
  31. end
  32.