home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 239
- Top = 127
- AutoScroll = False
- ActiveControl = OKButton
- BorderStyle = bsDialog
- Caption = 'About'
- ClientHeight = 213
- ClientWidth = 274
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 16
- object Panel1: TPanel
- Left = 8
- Top = 8
- Width = 257
- Height = 161
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 8
- Top = 8
- Width = 105
- Height = 105
- Picture.Data = {<image000.bmp>}
- IsControl = True
- end
- object ProductName: TLabel
- Left = 128
- Top = 16
- Width = 35
- Height = 13
- Caption = 'MAST'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Version: TLabel
- Left = 128
- Top = 40
- Width = 65
- Height = 13
- Caption = 'Version 1.0'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- object Copyright: TLabel
- Left = 19
- Top = 136
- Width = 226
- Height = 13
- Caption = 'Copyright 1995 Marine Adventures, Inc.'
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- IsControl = True
- end
- end
- object OKButton: TBitBtn
- Left = 100
- Top = 178
- Width = 77
- Height = 27
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-