home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programming Unleashed / Delphi_Programming_Unleashed_SAMS_Publishing_1995.iso / misc / font / main.dfm / main.txt < prev   
Encoding:
Text File  |  1995-03-21  |  665 b   |  33 lines

  1. object Form1: TForm1
  2.   Left = 199
  3.   Top = 102
  4.   ActiveControl = ListBox1
  5.   AutoScroll = False
  6.   Caption = 'Screen Font Listing'
  7.   ClientHeight = 265
  8.   ClientWidth = 427
  9.   Color = clNavy
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   PixelsPerInch = 120
  16.   OnCreate = FormCreate
  17.   TextHeight = 20
  18.   object ListBox1: TListBox
  19.     Left = 37
  20.     Top = 40
  21.     Width = 353
  22.     Height = 170
  23.     Color = clBlue
  24.     Font.Color = clYellow
  25.     Font.Height = -18
  26.     Font.Name = 'Times New Roman'
  27.     Font.Style = [fsBold, fsItalic]
  28.     ItemHeight = 21
  29.     ParentFont = False
  30.     TabOrder = 0
  31.   end
  32. end
  33.