home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / Browser / chip-cds.exe / 0 / RCDATA / TFRMZNALEZIONE / TFRMZNALEZIONE.txt
Text File  |  2004-03-15  |  740b  |  35 lines

  1. object frmZnalezione: TfrmZnalezione
  2.   Left = 438
  3.   Top = 203
  4.   Width = 228
  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 = -16
  12.   Font.Name = 'Courier'
  13.   Font.Style = [fsBold]
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 120
  16.   TextHeight = 18
  17.   object lstFind: TListBox
  18.     Left = 0
  19.     Top = 0
  20.     Width = 220
  21.     Height = 300
  22.     Align = alClient
  23.     Font.Charset = EASTEUROPE_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ItemHeight = 16
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     OnClick = lstFindClick
  32.     OnKeyUp = lstFindKeyUp
  33.   end
  34. end
  35.