home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jumbo 2,500 Game Pack
/
DDVDAV937D1.iso
/
sharewarefin
/
ABSOSPDS.ZIP
/
32spad11.exe
/
ASPADES.EXE
/
0
/
RCDATA
/
TDLGSCORES
/
TDLGSCORES.txt
Wrap
Text File
|
1998-04-08
|
1KB
|
54 lines
object dlgScores: TdlgScores
Left = 755
Top = 121
BorderStyle = bsDialog
Caption = 'Score Card'
ClientHeight = 195
ClientWidth = 196
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poDefaultPosOnly
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKBtn: TButton
Left = 61
Top = 160
Width = 75
Height = 25
Caption = 'Continue'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKBtnClick
end
object lvwScores: TListView
Left = 0
Top = 0
Width = 196
Height = 150
Align = alTop
ColumnClick = False
Columns = <
item
Caption = 'Player'
Width = 130
end
item
Alignment = taRightJustify
Caption = 'Score'
Width = 60
end>
ReadOnly = True
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
TabOrder = 1
ViewStyle = vsReport
end
end