home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 January / Pcwk0198.iso / Zadarmo / CYBERCON / _SETUP.1 / Ccontact.exe / 0 / RCDATA / TFRMHTTP / TFRMHTTP.txt < prev   
Text File  |  1997-08-26  |  3KB  |  130 lines

  1. object frmHttp: TfrmHttp
  2.   Left = 34
  3.   Top = 114
  4.   Width = 580
  5.   Height = 197
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Grab Page From The Web'
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 572
  20.     Height = 41
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object Label1: TLabel
  24.       Left = 11
  25.       Top = 14
  26.       Width = 26
  27.       Height = 13
  28.       Caption = 'URL'
  29.       Font.Color = clBlack
  30.       Font.Height = -11
  31.       Font.Name = 'MS Sans Serif'
  32.       Font.Style = [fsBold]
  33.       ParentFont = False
  34.     end
  35.     object URLEdit: TEdit
  36.       Left = 46
  37.       Top = 10
  38.       Width = 257
  39.       Height = 21
  40.       TabOrder = 0
  41.       Text = 'http://'
  42.     end
  43.     object GetButton: TBitBtn
  44.       Left = 310
  45.       Top = 8
  46.       Width = 73
  47.       Height = 25
  48.       Hint = 'Go Get It'
  49.       Caption = 'Get'
  50.       Default = True
  51.       Font.Color = clBlack
  52.       Font.Height = -11
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = [fsBold]
  55.       ParentFont = False
  56.       ParentShowHint = False
  57.       ShowHint = True
  58.       TabOrder = 1
  59.       OnClick = GetButtonClick
  60.       Glyph.Data = {
  61.         78010000424D7801000000000000760000002800000020000000100000000100
  62.         04000000000000000000120B0000120B00000000000000000000000000000000
  63.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  64.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  65.         3333333333333333333333333333333333333FFF333333333333000333333333
  66.         3333777FFF3FFFFF33330B000300000333337F777F777773F333000E00BFBFB0
  67.         3333777F773333F7F333000E0BFBF0003333777F7F3337773F33000E0FBFBFBF
  68.         0333777F7F3333FF7FFF000E0BFBF0000003777F7F3337777773000E0FBFBFBF
  69.         BFB0777F7F33FFFFFFF7000E0BF000000003777F7FF777777773000000BFB033
  70.         33337777773FF733333333333300033333333333337773333333333333333333
  71.         3333333333333333333333333333333333333333333333333333333333333333
  72.         33333333333333333333333333333333333333333333333333330000}
  73.       NumGlyphs = 2
  74.     end
  75.     object CancelButton: TBitBtn
  76.       Left = 392
  77.       Top = 8
  78.       Width = 73
  79.       Height = 25
  80.       Enabled = False
  81.       TabOrder = 2
  82.       OnClick = CancelButtonClick
  83.       Kind = bkCancel
  84.     end
  85.     object BitBtn1: TBitBtn
  86.       Left = 476
  87.       Top = 8
  88.       Width = 75
  89.       Height = 25
  90.       TabOrder = 3
  91.       OnClick = BitBtn1Click
  92.       Kind = bkClose
  93.     end
  94.   end
  95.   object StatusBar1: TStatusBar
  96.     Left = 0
  97.     Top = 151
  98.     Width = 572
  99.     Height = 19
  100.     Panels = <>
  101.     SimplePanel = True
  102.   end
  103.   object Memo1: TMemo
  104.     Left = 0
  105.     Top = 41
  106.     Width = 572
  107.     Height = 110
  108.     Align = alClient
  109.     ScrollBars = ssVertical
  110.     TabOrder = 2
  111.   end
  112.   object SaveDialog1: TSaveDialog
  113.     FileEditStyle = fsEdit
  114.     Filter = 'All Files (*.*)|*.*'
  115.     Left = 400
  116.     Top = 8
  117.   end
  118.   object HTTP1: TagHTTP
  119.     DefaultPort = 80
  120.     OnOpen = HTTP1Open
  121.     OnClosed = HTTP1Closed
  122.     OnCancel = HTTP1Cancel
  123.     OnError = HTTP1Error
  124.     OnReceiving = HTTP1Receiving
  125.     OnSending = HTTP1Sending
  126.     Left = 440
  127.     Top = 8
  128.   end
  129. end
  130.