home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / tipwin / mbm / _setup.1 / mBackupMaster.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1997-05-04  |  1KB  |  71 lines

  1. object AboutBox: TAboutBox
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 267
  7.   ClientWidth = 338
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 8
  17.     Top = 8
  18.     Width = 321
  19.     Height = 217
  20.     BevelInner = bvRaised
  21.     BevelOuter = bvLowered
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object Comments: TLabel
  25.       Left = 8
  26.       Top = 184
  27.       Width = 297
  28.       Height = 17
  29.       Alignment = taCenter
  30.       AutoSize = False
  31.       Caption = 'Distributed as Shareware.  $25/PC Installation'
  32.       Font.Color = clBlack
  33.       Font.Height = -11
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = []
  36.       ParentFont = False
  37.       WordWrap = True
  38.       IsControl = True
  39.     end
  40.     object Label1: TLabel
  41.       Left = 8
  42.       Top = 200
  43.       Width = 305
  44.       Height = 13
  45.       Alignment = taCenter
  46.       AutoSize = False
  47.       Caption = 'P.O. Box 0801, Pensacola, FL 32594-0801'
  48.     end
  49.     object elLogo: TImage
  50.       Left = 2
  51.       Top = 2
  52.       Width = 317
  53.       Height = 183
  54.       Align = alTop
  55.       AutoSize = True
  56.       Center = True
  57.       Picture.Data = {<image000.bmp>}
  58.     end
  59.   end
  60.   object OKButton: TButton
  61.     Left = 127
  62.     Top = 236
  63.     Width = 75
  64.     Height = 25
  65.     Caption = 'OK'
  66.     Default = True
  67.     ModalResult = 1
  68.     TabOrder = 1
  69.   end
  70. end
  71.