object MainForm: TMainForm Left = 214 Top = 139 AutoScroll = False Caption = 'Enumerate Fonts' ClientHeight = 348 ClientWidth = 528 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'System' Font.Style = [] OldCreateOrder = True OnCreate = FormCreate PixelsPerInch = 120 TextHeight = 20 object Label1: TLabel Left = 30 Top = 10 Width = 97 Height = 20 Caption = 'Font names:' end object ListBox1: TListBox Left = 30 Top = 30 Width = 341 Height = 291 ItemHeight = 20 Sorted = True TabOrder = 0 end object BitBtn1: TBitBtn Left = 400 Top = 280 Width = 111 Height = 41 TabOrder = 1 Kind = bkClose end end