home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / chip-cd_2000_02.zip / 02 / Browser / chip-cds.exe / 0 / RCDATA / TFRMZNALEZIONE / TFRMZNALEZIONE.txt
Text File  |  1999-11-30  |  703b  |  34 lines

  1. object frmZnalezione: TfrmZnalezione
  2.   Left = 0
  3.   Top = 0
  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 = -13
  12.   Font.Name = 'Courier'
  13.   Font.Style = [fsBold]
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  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 = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     ItemHeight = 13
  29.     ParentFont = False
  30.     TabOrder = 0
  31.     OnClick = lstFindClick
  32.   end
  33. end
  34.