home *** CD-ROM | disk | FTP | other *** search
/ Best Sellers 33: Professional Win95/98 / CD_1.iso / HOME / FoneCaddy / _setup.1 / PhBook.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1998-08-21  |  2KB  |  80 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'About FoneCaddy'
  7.   ClientHeight = 213
  8.   ClientWidth = 298
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     ParentColor = True
  25.     TabOrder = 0
  26.     object ProgramIcon: TImage
  27.       Left = 8
  28.       Top = 8
  29.       Width = 65
  30.       Height = 57
  31.       Picture.Data = {<image000.bmp>}
  32.       Stretch = True
  33.       IsControl = True
  34.     end
  35.     object ProductName: TLabel
  36.       Left = 88
  37.       Top = 16
  38.       Width = 94
  39.       Height = 13
  40.       Caption = 'FoneCaddy by CASi'
  41.       IsControl = True
  42.     end
  43.     object Version: TLabel
  44.       Left = 88
  45.       Top = 40
  46.       Width = 56
  47.       Height = 13
  48.       Caption = 'Version: 2.0'
  49.       IsControl = True
  50.     end
  51.     object Copyright: TLabel
  52.       Left = 8
  53.       Top = 80
  54.       Width = 97
  55.       Height = 13
  56.       Caption = 'Copyright 1998 CASi'
  57.       IsControl = True
  58.     end
  59.     object Comments: TLabel
  60.       Left = 8
  61.       Top = 108
  62.       Width = 119
  63.       Height = 26
  64.       Caption = 'Thank You From The CASi Development Team'
  65.       WordWrap = True
  66.       IsControl = True
  67.     end
  68.   end
  69.   object OKButton: TButton
  70.     Left = 111
  71.     Top = 180
  72.     Width = 75
  73.     Height = 25
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 1
  78.   end
  79. end
  80.