home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April B / Pcwk4b98.iso / Internet / Addweb / ADDWEB.EXE / %MAINDIR% / addweb.exe / 0 / RCDATA / TDEBUGFRM / TDEBUGFRM.txt
Encoding:
Text File  |  1998-01-12  |  743 b   |  42 lines

  1. object debugfrm: Tdebugfrm
  2.   Left = 212
  3.   Top = 193
  4.   Width = 701
  5.   Height = 460
  6.   Caption = 'HTTP Responses'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object debuglist: TMemo
  15.     Left = 0
  16.     Top = 0
  17.     Width = 693
  18.     Height = 392
  19.     Align = alClient
  20.     Lines.Strings = (
  21.       '')
  22.     TabOrder = 0
  23.   end
  24.   object Panel1: TPanel
  25.     Left = 0
  26.     Top = 392
  27.     Width = 693
  28.     Height = 41
  29.     Align = alBottom
  30.     TabOrder = 1
  31.     object Button1: TButton
  32.       Left = 614
  33.       Top = 8
  34.       Width = 75
  35.       Height = 25
  36.       Caption = 'Close'
  37.       TabOrder = 0
  38.       OnClick = Button1Click
  39.     end
  40.   end
  41. end
  42.