home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-04d.zip / 04d / Browser / chip-cd.exe / 0 / RCDATA / TFRMZNALEZIONE / TFRMZNALEZIONE.txt
Text File  |  2004-09-02  |  799b  |  38 lines

  1. object frmZnalezione: TfrmZnalezione
  2.   Left = 507
  3.   Top = 156
  4.   Width = 213
  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 = 13
  18.   object lstFind: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 205
  22.     Height = 300
  23.     Align = alClient
  24.     Color = clBlack
  25.     Font.Charset = EASTEUROPE_CHARSET
  26.     Font.Color = clWhite
  27.     Font.Height = -9
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = []
  30.     ItemHeight = 13
  31.     ParentFont = False
  32.     Sorted = True
  33.     TabOrder = 0
  34.     OnKeyUp = lstFindKeyUp
  35.     OnMouseUp = lstFindMouseUp
  36.   end
  37. end
  38.