home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 January / PCWorld_2007-01_cd.bin / temacd / goldwave / gwave517.exe / GoldWave.exe / 0 / RCDATA / THTTPFORM / THTTPFORM.txt
Encoding:
Text File  |  2006-11-14  |  1.0 KB  |  50 lines

  1. inherited HTTPForm: THTTPForm
  2.   Caption = 'Internet Connection'
  3.   ClientHeight = 75
  4.   ClientWidth = 368
  5.   OldCreateOrder = True
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   inherited ButtonOk: TButton
  9.     Left = 147
  10.     Top = 41
  11.     Anchors = [akRight, akBottom]
  12.     Default = False
  13.     Enabled = False
  14.     Visible = False
  15.   end
  16.   inherited ButtonCancel: TButton
  17.     Left = 147
  18.     Top = 41
  19.     Anchors = [akRight, akBottom]
  20.     Default = True
  21.     OnClick = ButtonCancelClick
  22.   end
  23.   object Status: TStaticText
  24.     Left = 5
  25.     Top = 13
  26.     Width = 358
  27.     Height = 17
  28.     Alignment = taCenter
  29.     Anchors = [akLeft, akTop, akRight]
  30.     AutoSize = False
  31.     BorderStyle = sbsSunken
  32.     Caption = 'Status'
  33.     TabOrder = 2
  34.   end
  35.   object Socket: TClientSocket
  36.     Active = False
  37.     ClientType = ctNonBlocking
  38.     Host = 'freedb.freedb.org'
  39.     Port = 80
  40.     OnLookup = SocketLookup
  41.     OnConnecting = SocketConnecting
  42.     OnConnect = SocketConnect
  43.     OnDisconnect = SocketDisconnect
  44.     OnRead = SocketRead
  45.     OnError = SocketError
  46.     Left = 30
  47.     Top = 34
  48.   end
  49. end
  50.