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

  1. object fUninstallFontOptions: TfUninstallFontOptions
  2.   Left = 258
  3.   Top = 178
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Remove Font Options'
  7.   ClientHeight = 211
  8.   ClientWidth = 449
  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 = 176
  22.     Width = 75
  23.     Height = 25
  24.     TabOrder = 0
  25.     Kind = bkOK
  26.   end
  27.   object BitBtn2: TBitBtn
  28.     Left = 248
  29.     Top = 176
  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 = 417
  39.     Height = 145
  40.     Caption = ' Move Uninstalled Font Files to  '
  41.     ItemIndex = 3
  42.     Items.Strings = (
  43.       'Deleted Font Folder (set under Configuration)'
  44.       'Designated Folder'
  45.       'ReCycle Bin'
  46.       'Do not delete or move Font Files  (Recommended)')
  47.     TabOrder = 2
  48.   end
  49.   object eDesignatedFolder: TEdit
  50.     Left = 144
  51.     Top = 66
  52.     Width = 249
  53.     Height = 21
  54.     TabOrder = 3
  55.   end
  56.   object Button1: TButton
  57.     Left = 398
  58.     Top = 64
  59.     Width = 25
  60.     Height = 25
  61.     Caption = '...'
  62.     TabOrder = 4
  63.     OnClick = Button1Click
  64.   end
  65.   object BrowseFolder1: TBrowseDirectoryDlg
  66.     Selection = 'c:\'
  67.     ShowSelectionInStatus = False
  68.     Left = 328
  69.     Top = 48
  70.   end
  71. end
  72.