home *** CD-ROM | disk | FTP | other *** search
- object AboutBox: TAboutBox
- Left = 215
- Top = 159
- BorderStyle = bsDialog
- Caption = 'About GoldWave'
- ClientHeight = 122
- ClientWidth = 329
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- DesignSize = (
- 329
- 122)
- PixelsPerInch = 96
- TextHeight = 13
- object Panel: TPanel
- Left = 8
- Top = 8
- Width = 312
- Height = 75
- Anchors = [akLeft, akTop, akRight, akBottom]
- BevelOuter = bvLowered
- TabOrder = 0
- object ProgramIcon: TImage
- Left = 9
- Top = 14
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image000.ico>}
- IsControl = True
- end
- object Program: TStaticText
- Left = 52
- Top = 4
- Width = 251
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'GoldWave v'
- TabOrder = 0
- end
- object Copyright: TStaticText
- Left = 52
- Top = 20
- Width = 251
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'Copyright (C) 2006 GoldWave Inc.'
- TabOrder = 1
- end
- object Status: TStaticText
- Left = 52
- Top = 36
- Width = 251
- Height = 17
- Alignment = taCenter
- AutoSize = False
- Caption = 'This software is not free. Please register soon.'
- TabOrder = 2
- end
- object Link: TStaticText
- Left = 52
- Top = 52
- Width = 251
- Height = 17
- Cursor = crHandPoint
- Alignment = taCenter
- AutoSize = False
- BorderStyle = sbsSingle
- Caption = 'www.goldwave.com'
- Color = clWhite
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsUnderline]
- ParentColor = False
- ParentFont = False
- TabOrder = 3
- Transparent = False
- OnClick = LinkClick
- end
- end
- object OKButton: TButton
- Left = 128
- Top = 92
- Width = 75
- Height = 25
- Anchors = [akBottom]
- Cancel = True
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- end
- end
-