home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 48 / SENT14D.ISO / tech / delphi / disk15 / mastapp.pak / ABOUT.DFM / ABOUT.txt next >
Encoding:
Text File  |  1995-08-24  |  1.8 KB  |  90 lines

  1. object AboutBox: TAboutBox
  2.   Left = 239
  3.   Top = 127
  4.   AutoScroll = False
  5.   ActiveControl = OKButton
  6.   BorderStyle = bsDialog
  7.   Caption = 'About'
  8.   ClientHeight = 213
  9.   ClientWidth = 274
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 257
  21.     Height = 161
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 105
  29.       Height = 105
  30.       Picture.Data = {<image000.bmp>}
  31.       IsControl = True
  32.     end
  33.     object ProductName: TLabel
  34.       Left = 128
  35.       Top = 16
  36.       Width = 35
  37.       Height = 13
  38.       Caption = 'MAST'
  39.       Font.Color = clBlack
  40.       Font.Height = -11
  41.       Font.Name = 'MS Sans Serif'
  42.       Font.Style = [fsBold]
  43.       ParentFont = False
  44.       IsControl = True
  45.     end
  46.     object Version: TLabel
  47.       Left = 128
  48.       Top = 40
  49.       Width = 65
  50.       Height = 13
  51.       Caption = 'Version 1.0'
  52.       Font.Color = clBlack
  53.       Font.Height = -11
  54.       Font.Name = 'MS Sans Serif'
  55.       Font.Style = [fsBold]
  56.       ParentFont = False
  57.       IsControl = True
  58.     end
  59.     object Copyright: TLabel
  60.       Left = 19
  61.       Top = 136
  62.       Width = 226
  63.       Height = 13
  64.       Caption = 'Copyright 1995 Marine Adventures, Inc.'
  65.       Font.Color = clBlack
  66.       Font.Height = -11
  67.       Font.Name = 'MS Sans Serif'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       IsControl = True
  71.     end
  72.   end
  73.   object OKButton: TBitBtn
  74.     Left = 100
  75.     Top = 178
  76.     Width = 77
  77.     Height = 27
  78.     Font.Color = clBlack
  79.     Font.Height = -11
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.     TabOrder = 1
  84.     Kind = bkOK
  85.     Margin = 2
  86.     Spacing = -1
  87.     IsControl = True
  88.   end
  89. end
  90.