home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 September / Chip_1999-09_cd.bin / sharewar / FontFind / fontfind.exe / %MAINDIR% / FontFinder.exe / 0 / RCDATA / TFINSTALLFONTOPTIONS / TFINSTALLFONTOPTIONS.txt
Encoding:
Text File  |  1999-07-21  |  1.4 KB  |  71 lines

  1. object fInstallFontOptions: TfInstallFontOptions
  2.   Left = 272
  3.   Top = 200
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Add Font Options'
  7.   ClientHeight = 209
  8.   ClientWidth = 474
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnCloseQuery = FormCloseQuery
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BitBtn1: TBitBtn
  20.     Left = 152
  21.     Top = 168
  22.     Width = 75
  23.     Height = 25
  24.     TabOrder = 0
  25.     Kind = bkOK
  26.   end
  27.   object BitBtn2: TBitBtn
  28.     Left = 248
  29.     Top = 168
  30.     Width = 75
  31.     Height = 25
  32.     TabOrder = 1
  33.     Kind = bkCancel
  34.   end
  35.   object RG1: TRadioGroup
  36.     Left = 16
  37.     Top = 16
  38.     Width = 441
  39.     Height = 121
  40.     Caption = ' Location To Install Font Files '
  41.     ItemIndex = 0
  42.     Items.Strings = (
  43.       'Copy to the Windows Font Folder (Recommended)'
  44.       'Copy to Designated Folder'
  45.       'Keep font files where they are (Local Hard Drive ONLY!)')
  46.     TabOrder = 2
  47.   end
  48.   object eDesignatedFolder: TEdit
  49.     Left = 176
  50.     Top = 70
  51.     Width = 249
  52.     Height = 21
  53.     TabOrder = 3
  54.   end
  55.   object btnGetFolder: TButton
  56.     Left = 428
  57.     Top = 70
  58.     Width = 20
  59.     Height = 20
  60.     Caption = '...'
  61.     TabOrder = 4
  62.     OnClick = btnGetFolderClick
  63.   end
  64.   object BrowseFolder1: TBrowseDirectoryDlg
  65.     Selection = 'c:\'
  66.     ShowSelectionInStatus = False
  67.     Left = 304
  68.     Top = 144
  69.   end
  70. end
  71.