home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / PersAddrBook / _SETUP.1 / AddrBook.exe / 0 / RCDATA / TDATAFILEINFOFORM / TDATAFILEINFOFORM.txt
Text File  |  1999-03-24  |  2KB  |  67 lines

  1. object DataFileInfoForm: TDataFileInfoForm
  2.   Left = 200
  3.   Top = 109
  4.   Width = 509
  5.   Height = 336
  6.   Caption = 'Data File Info...'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object TitlePanel: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 501
  20.     Height = 35
  21.     Align = alTop
  22.     BevelOuter = bvNone
  23.     Caption = 'Data File Information'
  24.     Color = clWindow
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clPurple
  27.     Font.Height = -19
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold, fsUnderline]
  30.     ParentFont = False
  31.     TabOrder = 0
  32.   end
  33.   object InfoMemo: TMemo
  34.     Left = 0
  35.     Top = 35
  36.     Width = 501
  37.     Height = 274
  38.     Align = alClient
  39.     BorderStyle = bsNone
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -13
  43.     Font.Name = 'System'
  44.     Font.Style = [fsBold]
  45.     Lines.Strings = (
  46.       'Location: c:\PAB\data.pab'
  47.       'Path: c:\Pab\'
  48.       'File Name: data.pab'
  49.       ''
  50.       'Created: 12/12/98'
  51.       'Last Modified: 12/31/98'
  52.       'Last Accessed: 1/2/99'
  53.       ''
  54.       'File Size: 12 KB'
  55.       'File Format: PAB30'
  56.       'Number of Records: 108'
  57.       ''
  58.       'File Read Only: FALSE'
  59.       'Medium (disk) Read Only: FALSE'
  60.       'Free Space Remainig on c:')
  61.     ParentFont = False
  62.     ScrollBars = ssBoth
  63.     TabOrder = 1
  64.     WordWrap = False
  65.   end
  66. end
  67.