home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue50 / Clinic / FontDlgU.dfm / FontDlgU.txt
Encoding:
Text File  |  1999-08-04  |  1011 b   |  54 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 108
  4.   Width = 696
  5.   Height = 480
  6.   ActiveControl = Edit1
  7.   Caption = 'Form1'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object SpeedButton1: TSpeedButton
  18.     Left = 144
  19.     Top = 16
  20.     Width = 23
  21.     Height = 22
  22.     OnClick = SpeedButton1Click
  23.   end
  24.   object Edit1: TEdit
  25.     Left = 40
  26.     Top = 72
  27.     Width = 313
  28.     Height = 21
  29.     TabOrder = 0
  30.     Text = 'Edit1'
  31.   end
  32.   object RichEdit1: TRichEdit
  33.     Left = 40
  34.     Top = 112
  35.     Width = 321
  36.     Height = 209
  37.     Lines.Strings = (
  38.       'RichEdit1')
  39.     TabOrder = 1
  40.   end
  41.   object FDlg: TFontDialog
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = []
  47.     MinFontSize = 0
  48.     MaxFontSize = 0
  49.     OnApply = FDlgApply
  50.     Left = 216
  51.     Top = 32
  52.   end
  53. end
  54.