object FrmFontDir: TFrmFontDir Left = 237 Top = 106 BorderIcons = [] BorderStyle = bsDialog Caption = ' Select Font Folder' ClientHeight = 433 ClientWidth = 328 Color = 12639424 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object Label2: TLabel Left = 12 Top = 9 Width = 290 Height = 26 Caption = 'Select the type of fonts to work with, the drive, and the folder' + ' where the fonts are located.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object LB_CurDir: TLabel Left = 12 Top = 249 Width = 235 Height = 16 AutoSize = False Caption = 'c:\' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LB_NumberOfFiles: TLabel Left = 12 Top = 267 Width = 151 Height = 16 Caption = 'No Fonts in this folder' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object LB_SearchResult: TLabel Left = 14 Top = 412 Width = 99 Height = 13 Caption = 'LB_SearchResult' end object FD_Drive: TDriveComboBox Left = 12 Top = 68 Width = 145 Height = 19 TabStop = False Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 end object FD_Dir: TDirectoryListBox Tag = 1100 Left = 12 Top = 90 Width = 145 Height = 149 Hint = 'Pick a folder that has font files which you are interested in.' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 16 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 end object FD_Filter: TFilterComboBox Left = 12 Top = 44 Width = 145 Height = 21 TabStop = False Filter = 'All Font Files|*.ttf;*.pfm|TrueType Fonts only|*.ttf|Type 1 Post' + 'script Fonts|*.pfm|ALL Files (*.*) for Browsing|*.*' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False ParentShowHint = False ShowHint = False TabOrder = 2 end object Panel1: TPanel Left = 164 Top = 43 Width = 153 Height = 197 BevelInner = bvLowered ParentColor = True TabOrder = 3 object Label1: TLabel Left = 9 Top = 4 Width = 136 Height = 39 Caption = 'This file list is shown for your reference only. You do not need' + ' to select any files.' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object FD_Files: TFileListBox Tag = 1101 Left = 5 Top = 46 Width = 142 Height = 145 Cursor = crNo Hint = 'Font files listed here will be available to you after you click ' + 'the '#39'OK'#39' button.' TabStop = False Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 13 Mask = '*.ttf;*.pfm' ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 0 end end object B_OK: TBitBtn Left = 260 Top = 249 Width = 55 Height = 33 Cursor = 50 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 OnClick = B_OKClick Glyph.Data = { DE010000424DDE01000000000000760000002800000024000000120000000100 0400000000006801000000000000000000001000000000000000000000000000 80000080000000808000800000008000800080800000C0C0C000808080000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 3333333333333333333333330000333333333333333333333333F33333333333 00003333344333333333333333388F3333333333000033334224333333333333 338338F3333333330000333422224333333333333833338F3333333300003342 222224333333333383333338F3333333000034222A22224333333338F338F333 8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224 33333338F83338F338F33333000033A33333A222433333338333338F338F3333 0000333333333A222433333333333338F338F33300003333333333A222433333 333333338F338F33000033333333333A222433333333333338F338F300003333 33333333A222433333333333338F338F00003333333333333A22433333333333 3338F38F000033333333333333A223333333333333338F830000333333333333 333A333333333333333338330000333333333333333333333333333333333333 0000} NumGlyphs = 2 end object L_SearchResult: TListBox Left = 12 Top = 320 Width = 303 Height = 86 Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ItemHeight = 13 ParentFont = False Sorted = True TabOrder = 5 OnClick = L_SearchResultClick end object B_Search: TColorButton Left = 12 Top = 290 Width = 303 Height = 22 BevelSize = 3 Caption = 'Search the current drive for all font files' Color = 440799 Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] TabOrder = 6 OnClick = B_SearchClick end object DISK: TDISK Left = 230 Top = 254 end object FileScan: TFileScan DirType = [dtReadOnly, dtHidden, dtSystem, dtArchive] FileType = [ftReadOnly, ftArchive, ftNormal] Directory = 'C:\' FileSpecs = '*.*' SearchStringType = sst_Normal SearchType = st_Or FileSize = 0 FileAge = 0 CurrInfoLabel = LB_CurDir MatchLimit = 0 StartYear = 0 StartMonth = 0 StartDay = 0 EndYear = 0 EndMonth = 0 EndDay = 0 OnFoundFile = FileScanFoundFile Left = 199 Top = 254 end end