home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1997 February / club9702.bin / SHARE95 / 95BLITZ / BLITZ.ZI_ / BLITZ.ZI / S_SUCHE.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt
Text File  |  1996-10-31  |  772b  |  38 lines

  1. object Form2: TForm2
  2.   Left = 183
  3.   Top = 131
  4.   Width = 329
  5.   Height = 210
  6.   Caption = 'Suchergebnis'
  7.   Font.Color = clBlack
  8.   Font.Height = -17
  9.   Font.Name = 'System'
  10.   Font.Style = [fsBold]
  11.   KeyPreview = True
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnKeyPress = FormKeyPress
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object ListBox1: TListBox
  19.     Left = 0
  20.     Top = 0
  21.     Width = 321
  22.     Height = 178
  23.     Align = alClient
  24.     Font.Color = clBlack
  25.     Font.Height = -18
  26.     Font.Name = 'Fixedsys'
  27.     Font.Style = []
  28.     ItemHeight = 15
  29.     Items.Strings = (
  30.       'Das ist ein Test f∩┐╜r den Font')
  31.     ParentFont = False
  32.     Style = lbOwnerDrawFixed
  33.     TabOrder = 0
  34.     OnDblClick = ListBox1DblClick
  35.     OnDrawItem = ListBox1DrawItem
  36.   end
  37. end
  38.