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

  1. object Form2: TForm2
  2.   Left = 192
  3.   Top = 133
  4.   BorderStyle = bsDialog
  5.   Caption = 'About WiniGolf'
  6.   ClientHeight = 256
  7.   ClientWidth = 256
  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.   OldCreateOrder = False
  15.   Position = poDesktopCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 256
  23.     Height = 256
  24.     Align = alClient
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.   end
  28.   object Label1: TLabel
  29.     Left = 8
  30.     Top = 232
  31.     Width = 67
  32.     Height = 13
  33.     Cursor = crHandPoint
  34.     Caption = 'www.a3x.com'
  35.     Color = clBlack
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clBlue
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentColor = False
  42.     ParentFont = False
  43.     OnClick = Label1Click
  44.   end
  45.   object Button1: TButton
  46.     Left = 90
  47.     Top = 224
  48.     Width = 75
  49.     Height = 25
  50.     Caption = '&OK'
  51.     Default = True
  52.     TabOrder = 0
  53.     OnClick = Button1Click
  54.   end
  55. end
  56.