home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 May
/
Chip_2002-05_cd1.bin
/
chplus
/
cpp
/
3
/
hra.exe
/
about.dfm
/
about.txt
next >
Wrap
Text File
|
1998-02-09
|
2KB
|
109 lines
object AboutBox: TAboutBox
Left = 440
Top = 211
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 213
ClientWidth = 209
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Default'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 8
Width = 193
Height = 161
BevelInner = bvRaised
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object ProgramIcon: TImage
Left = 80
Top = 24
Width = 33
Height = 33
Picture.Data = {<image000.ico>}
Stretch = True
IsControl = True
end
object ProductName: TLabel
Left = 83
Top = 8
Width = 27
Height = 13
Caption = 'Swat!'
IsControl = True
end
object Hits: TLabel
Left = 69
Top = 56
Width = 55
Height = 13
Alignment = taCenter
Caption = '5 pts per hit'
IsControl = True
end
object Copyright: TLabel
Left = 55
Top = 120
Width = 83
Height = 13
Alignment = taCenter
Caption = 'Copyright � 1998'
IsControl = True
end
object Comments: TLabel
Left = 13
Top = 104
Width = 132
Height = 13
Alignment = taCenter
Caption = 'C++Builder Example'
WordWrap = True
IsControl = True
end
object Escape: TLabel
Left = 55
Top = 72
Width = 82
Height = 13
Alignment = taCenter
Caption = '-1 pts per escape'
IsControl = True
end
object Miss: TLabel
Left = 63
Top = 88
Width = 67
Height = 13
Alignment = taCenter
Caption = '-2 pts per miss'
IsControl = True
end
object Label1: TLabel
Left = 48
Top = 136
Width = 97
Height = 13
Alignment = taCenter
Caption = 'Borland International'
IsControl = True
end
end
object OKButton: TButton
Left = 67
Top = 180
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
end