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

  1. object Form8: TForm8
  2.   Left = 204
  3.   Top = 155
  4.   BorderStyle = bsDialog
  5.   Caption = 'Connecting to Internet!'
  6.   ClientHeight = 177
  7.   ClientWidth = 425
  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.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 32
  19.     Top = 16
  20.     Width = 363
  21.     Height = 13
  22.     Caption = 
  23.       'You will be connected to http://home.sol.no/~olagrae/winigolf/ho' +
  24.       'lefame.htm'
  25.   end
  26.   object Label2: TLabel
  27.     Left = 8
  28.     Top = 48
  29.     Width = 104
  30.     Height = 13
  31.     Caption = 'Encrypted scorecode:'
  32.   end
  33.   object Label3: TLabel
  34.     Left = 8
  35.     Top = 104
  36.     Width = 410
  37.     Height = 13
  38.     Caption = 
  39.       'Copy && Paste the encrypted scorecode to register your score on ' +
  40.       'the internet top 100 list'
  41.   end
  42.   object Image1: TImage
  43.     Left = 8
  44.     Top = 14
  45.     Width = 16
  46.     Height = 16
  47.     AutoSize = True
  48.     Picture.Data = {<image000.bmp>}
  49.     Transparent = True
  50.   end
  51.   object Button1: TButton
  52.     Left = 80
  53.     Top = 136
  54.     Width = 75
  55.     Height = 25
  56.     Caption = '&OK'
  57.     Default = True
  58.     TabOrder = 0
  59.     OnClick = Button1Click
  60.   end
  61.   object Button2: TButton
  62.     Left = 272
  63.     Top = 136
  64.     Width = 75
  65.     Height = 25
  66.     Caption = '&Cancel'
  67.     TabOrder = 1
  68.     OnClick = Button2Click
  69.   end
  70.   object Edit1: TEdit
  71.     Left = 8
  72.     Top = 72
  73.     Width = 409
  74.     Height = 21
  75.     ReadOnly = True
  76.     TabOrder = 2
  77.   end
  78. end
  79.