home *** CD-ROM | disk | FTP | other *** search
- object fUninstallFontOptions: TfUninstallFontOptions
- Left = 258
- Top = 178
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Remove Font Options'
- ClientHeight = 211
- ClientWidth = 449
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCloseQuery = FormCloseQuery
- PixelsPerInch = 96
- TextHeight = 13
- object BitBtn1: TBitBtn
- Left = 152
- Top = 176
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 248
- Top = 176
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object RG1: TRadioGroup
- Left = 16
- Top = 16
- Width = 417
- Height = 145
- Caption = ' Move Uninstalled Font Files to '
- ItemIndex = 3
- Items.Strings = (
- 'Deleted Font Folder (set under Configuration)'
- 'Designated Folder'
- 'ReCycle Bin'
- 'Do not delete or move Font Files (Recommended)')
- TabOrder = 2
- end
- object eDesignatedFolder: TEdit
- Left = 144
- Top = 66
- Width = 249
- Height = 21
- TabOrder = 3
- end
- object Button1: TButton
- Left = 398
- Top = 64
- Width = 25
- Height = 25
- Caption = '...'
- TabOrder = 4
- OnClick = Button1Click
- end
- object BrowseFolder1: TBrowseDirectoryDlg
- Selection = 'c:\'
- ShowSelectionInStatus = False
- Left = 328
- Top = 48
- end
- end
-