home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 May / PCW0501.iso / games / wgolfsez.exe / WiniGolf.exe / 0 / RCDATA / TFORM5 / TFORM5.txt < prev   
Text File  |  2000-10-08  |  803b  |  40 lines

  1. object Form5: TForm5
  2.   Left = 246
  3.   Top = 130
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Scoreboard'
  7.   ClientHeight = 243
  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.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 173
  25.     Width = 410
  26.     Height = 70
  27.     Picture.Data = {<image001.bmp>}
  28.   end
  29.   object Button1: TButton
  30.     Left = 440
  31.     Top = 192
  32.     Width = 75
  33.     Height = 25
  34.     Caption = '&OK'
  35.     TabOrder = 0
  36.     OnClick = Button1Click
  37.     OnKeyPress = Button1KeyPress
  38.   end
  39. end
  40.