object DataFileInfoForm: TDataFileInfoForm Left = 200 Top = 109 Width = 509 Height = 336 Caption = 'Data File Info...' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object TitlePanel: TPanel Left = 0 Top = 0 Width = 501 Height = 35 Align = alTop BevelOuter = bvNone Caption = 'Data File Information' Color = clWindow Font.Charset = DEFAULT_CHARSET Font.Color = clPurple Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentFont = False TabOrder = 0 end object InfoMemo: TMemo Left = 0 Top = 35 Width = 501 Height = 274 Align = alClient BorderStyle = bsNone Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [fsBold] Lines.Strings = ( 'Location: c:\PAB\data.pab' 'Path: c:\Pab\' 'File Name: data.pab' '' 'Created: 12/12/98' 'Last Modified: 12/31/98' 'Last Accessed: 1/2/99' '' 'File Size: 12 KB' 'File Format: PAB30' 'Number of Records: 108' '' 'File Read Only: FALSE' 'Medium (disk) Read Only: FALSE' 'Free Space Remainig on c:') ParentFont = False ScrollBars = ssBoth TabOrder = 1 WordWrap = False end end