home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / ENUMFON / MAIN.dfm / MAIN.txt
Text File  |  1998-05-14  |  772b  |  43 lines

  1. object MainForm: TMainForm
  2.   Left = 214
  3.   Top = 139
  4.   AutoScroll = False
  5.   Caption = 'Enumerate Fonts'
  6.   ClientHeight = 348
  7.   ClientWidth = 528
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OldCreateOrder = True
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 120
  17.   TextHeight = 20
  18.   object Label1: TLabel
  19.     Left = 30
  20.     Top = 10
  21.     Width = 97
  22.     Height = 20
  23.     Caption = 'Font names:'
  24.   end
  25.   object ListBox1: TListBox
  26.     Left = 30
  27.     Top = 30
  28.     Width = 341
  29.     Height = 291
  30.     ItemHeight = 20
  31.     Sorted = True
  32.     TabOrder = 0
  33.   end
  34.   object BitBtn1: TBitBtn
  35.     Left = 400
  36.     Top = 280
  37.     Width = 111
  38.     Height = 41
  39.     TabOrder = 1
  40.     Kind = bkClose
  41.   end
  42. end
  43.