home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 May
/
PCW0501.iso
/
games
/
wgolfsez.exe
/
WiniGolf.exe
/
0
/
RCDATA
/
TFORM6
/
TFORM6.txt
< prev
Wrap
Text File
|
2000-10-08
|
2KB
|
105 lines
object Form6: TForm6
Left = 215
Top = 187
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Hole of Fame'
ClientHeight = 293
ClientWidth = 542
Color = clWhite
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
OldCreateOrder = False
Position = poDesktopCenter
OnCreate = FormCreate
OnKeyPress = FormKeyPress
OnPaint = FormPaint
PixelsPerInch = 96
TextHeight = 13
object Image1: TImage
Left = 0
Top = 223
Width = 410
Height = 70
Picture.Data = {<image001.bmp>}
end
object Label1: TLabel
Left = 8
Top = 10
Width = 119
Height = 13
Caption = 'Show the best results for:'
end
object CourseName: TLabel
Left = 208
Top = 10
Width = 3
Height = 13
end
object Button1: TButton
Left = 440
Top = 240
Width = 75
Height = 25
Caption = '&OK'
Default = True
TabOrder = 0
OnClick = Button1Click
end
object ComboBox1: TComboBox
Left = 136
Top = 8
Width = 65
Height = 21
Style = csDropDownList
ItemHeight = 13
Items.Strings = (
'36 holes'
'18 holes'
'12 holes'
'6 holes'
'hole 1'
'hole 2'
'hole 3'
'hole 4'
'hole 5'
'hole 6'
'hole 7'
'hole 8'
'hole 9'
'hole 10'
'hole 11'
'hole 12'
'hole 13'
'hole 14'
'hole 15'
'hole 16'
'hole 17'
'hole 18'
'hole 19'
'hole 20'
'hole 21'
'hole 22'
'hole 23'
'hole 24'
'hole 25'
'hole 26'
'hole 27'
'hole 28'
'hole 29'
'hole 30'
'hole 31'
'hole 32'
'hole 33'
'hole 34'
'hole 35'
'hole 36')
TabOrder = 1
OnChange = ComboBox1Change
end
end