home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / ownerlst.pak / FONTLIST.DFM / FONTLIST.txt
Encoding:
Text File  |  1995-08-24  |  808 b   |  43 lines

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