home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / FONTLIST.DFM / FONTLIST.txt
Text File  |  1997-01-16  |  854b  |  45 lines

  1. object Form1: TForm1
  2.   Left = 217
  3.   Top = 109
  4.   ActiveControl = ListBox1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Owner Draw'
  7.   ClientHeight = 359
  8.   ClientWidth = 276
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 88
  20.     Top = 8
  21.     Width = 81
  22.     Height = 16
  23.     Caption = 'System Fonts'
  24.   end
  25.   object FontLabel: TLabel
  26.     Left = 20
  27.     Top = 305
  28.     Width = 241
  29.     Height = 20
  30.     AutoSize = False
  31.   end
  32.   object ListBox1: TListBox
  33.     Left = 19
  34.     Top = 44
  35.     Width = 241
  36.     Height = 251
  37.     ItemHeight = 16
  38.     Style = lbOwnerDrawVariable
  39.     TabOrder = 0
  40.     OnClick = ListBox1Click
  41.     OnDrawItem = DrawItem
  42.     OnMeasureItem = ListBox1MeasureItem
  43.   end
  44. end
  45.