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

  1. object Form7: TForm7
  2.   Left = 223
  3.   Top = 153
  4.   BorderStyle = bsNone
  5.   Caption = 'Form7'
  6.   ClientHeight = 210
  7.   ClientWidth = 420
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClick = FormClick
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 420
  27.     Height = 210
  28.     Align = alClient
  29.     Picture.Data = {<image000.bmp>}
  30.     OnClick = Image1Click
  31.   end
  32.   object Image2: TImage
  33.     Left = 55
  34.     Top = 80
  35.     Width = 310
  36.     Height = 50
  37.     Picture.Data = {<image001.bmp>}
  38.     Visible = False
  39.   end
  40.   object Timer1: TTimer
  41.     Enabled = False
  42.     Interval = 50
  43.     OnTimer = Timer1Timer
  44.     Left = 8
  45.     Top = 8
  46.   end
  47. end
  48.