Unit1.dfm
上传用户:zstyzgs
上传日期:2008-06-25
资源大小:214k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 125
  3.   Top = 141
  4.   Width = 537
  5.   Height = 379
  6.   Caption = 'Form1'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Memo1: TMemo
  19.     Left = 0
  20.     Top = 31
  21.     Width = 344
  22.     Height = 302
  23.     Align = alClient
  24.     ScrollBars = ssVertical
  25.     TabOrder = 0
  26.     WordWrap = False
  27.     OnChange = Memo1Change
  28.   end
  29.   object StatusBar1: TStatusBar
  30.     Left = 0
  31.     Top = 333
  32.     Width = 529
  33.     Height = 19
  34.     Panels = <
  35.       item
  36.         Width = 50
  37.       end>
  38.   end
  39.   object Panel1: TPanel
  40.     Left = 0
  41.     Top = 0
  42.     Width = 529
  43.     Height = 31
  44.     Align = alTop
  45.     BevelOuter = bvNone
  46.     TabOrder = 2
  47.     DesignSize = (
  48.       529
  49.       31)
  50.     object Label1: TLabel
  51.       Left = 2
  52.       Top = 8
  53.       Width = 128
  54.       Height = 13
  55.       Caption = 'Thread              Entry URL:'
  56.     end
  57.     object Edit1: TEdit
  58.       Left = 128
  59.       Top = 4
  60.       Width = 247
  61.       Height = 21
  62.       Anchors = [akLeft, akTop, akRight]
  63.       TabOrder = 0
  64.       Text = 'http://www.v111.com/'
  65.       OnChange = Edit1Change
  66.     end
  67.     object Button1: TButton
  68.       Left = 378
  69.       Top = 3
  70.       Width = 75
  71.       Height = 24
  72.       Anchors = [akTop, akRight]
  73.       Caption = 'Run'
  74.       TabOrder = 1
  75.       OnClick = Button1Click
  76.     end
  77.     object Button2: TButton
  78.       Left = 454
  79.       Top = 3
  80.       Width = 75
  81.       Height = 24
  82.       Anchors = [akTop, akRight]
  83.       Caption = 'Stop'
  84.       TabOrder = 2
  85.       OnClick = Button2Click
  86.     end
  87.     object SpinEdit1: TSpinEdit
  88.       Left = 38
  89.       Top = 4
  90.       Width = 41
  91.       Height = 22
  92.       MaxValue = 255
  93.       MinValue = 1
  94.       TabOrder = 3
  95.       Value = 10
  96.     end
  97.   end
  98.   object Memo2: TMemo
  99.     Left = 344
  100.     Top = 31
  101.     Width = 185
  102.     Height = 302
  103.     Align = alRight
  104.     ScrollBars = ssVertical
  105.     TabOrder = 3
  106.   end
  107.   object WinHTTP1: TWinHTTP
  108.     AcceptTypes = '*/*'
  109.     Agent = '[-=WinHTTP demo=-]'
  110.     Left = 12
  111.     Top = 370
  112.   end
  113. end