home *** CD-ROM | disk | FTP | other *** search
- object fInstallFontOptions: TfInstallFontOptions
- Left = 272
- Top = 200
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Add Font Options'
- ClientHeight = 209
- ClientWidth = 474
- 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 = 168
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 248
- Top = 168
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- object RG1: TRadioGroup
- Left = 16
- Top = 16
- Width = 441
- Height = 121
- Caption = ' Location To Install Font Files '
- ItemIndex = 0
- Items.Strings = (
- 'Copy to the Windows Font Folder (Recommended)'
- 'Copy to Designated Folder'
- 'Keep font files where they are (Local Hard Drive ONLY!)')
- TabOrder = 2
- end
- object eDesignatedFolder: TEdit
- Left = 176
- Top = 70
- Width = 249
- Height = 21
- TabOrder = 3
- end
- object btnGetFolder: TButton
- Left = 428
- Top = 70
- Width = 20
- Height = 20
- Caption = '...'
- TabOrder = 4
- OnClick = btnGetFolderClick
- end
- object BrowseFolder1: TBrowseDirectoryDlg
- Selection = 'c:\'
- ShowSelectionInStatus = False
- Left = 304
- Top = 144
- end
- end
-