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   
Text File  |  2000-10-08  |  2KB  |  105 lines

  1. object Form6: TForm6
  2.   Left = 215
  3.   Top = 187
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Hole of Fame'
  7.   ClientHeight = 293
  8.   ClientWidth = 542
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   OnCreate = FormCreate
  19.   OnKeyPress = FormKeyPress
  20.   OnPaint = FormPaint
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 223
  26.     Width = 410
  27.     Height = 70
  28.     Picture.Data = {<image001.bmp>}
  29.   end
  30.   object Label1: TLabel
  31.     Left = 8
  32.     Top = 10
  33.     Width = 119
  34.     Height = 13
  35.     Caption = 'Show the best results for:'
  36.   end
  37.   object CourseName: TLabel
  38.     Left = 208
  39.     Top = 10
  40.     Width = 3
  41.     Height = 13
  42.   end
  43.   object Button1: TButton
  44.     Left = 440
  45.     Top = 240
  46.     Width = 75
  47.     Height = 25
  48.     Caption = '&OK'
  49.     Default = True
  50.     TabOrder = 0
  51.     OnClick = Button1Click
  52.   end
  53.   object ComboBox1: TComboBox
  54.     Left = 136
  55.     Top = 8
  56.     Width = 65
  57.     Height = 21
  58.     Style = csDropDownList
  59.     ItemHeight = 13
  60.     Items.Strings = (
  61.       '36 holes'
  62.       '18 holes'
  63.       '12 holes'
  64.       '6 holes'
  65.       'hole 1'
  66.       'hole 2'
  67.       'hole 3'
  68.       'hole 4'
  69.       'hole 5'
  70.       'hole 6'
  71.       'hole 7'
  72.       'hole 8'
  73.       'hole 9'
  74.       'hole 10'
  75.       'hole 11'
  76.       'hole 12'
  77.       'hole 13'
  78.       'hole 14'
  79.       'hole 15'
  80.       'hole 16'
  81.       'hole 17'
  82.       'hole 18'
  83.       'hole 19'
  84.       'hole 20'
  85.       'hole 21'
  86.       'hole 22'
  87.       'hole 23'
  88.       'hole 24'
  89.       'hole 25'
  90.       'hole 26'
  91.       'hole 27'
  92.       'hole 28'
  93.       'hole 29'
  94.       'hole 30'
  95.       'hole 31'
  96.       'hole 32'
  97.       'hole 33'
  98.       'hole 34'
  99.       'hole 35'
  100.       'hole 36')
  101.     TabOrder = 1
  102.     OnChange = ComboBox1Change
  103.   end
  104. end
  105.