home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 October
/
Chip_2004-10_cd1.bin
/
tema
/
goldwave
/
gwave506.exe
/
GoldWave.exe
/
0
/
RCDATA
/
TABOUTBOX
/
TABOUTBOX.txt
< prev
Wrap
Text File
|
2003-10-10
|
2KB
|
98 lines
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
PixelsPerInch = 96
TextHeight = 13
object Panel1: 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) 2003 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
OnClick = LinkClick
end
end
object OKButton: TButton
Left = 128
Top = 92
Width = 75
Height = 25
Anchors = [akBottom]
Caption = 'OK'
ModalResult = 1
TabOrder = 1
end
end