⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 DELPHI的web信息采集程序
💻 DFM
字号:
object Form1: TForm1
  Left = 326
  Top = 327
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #32593#31449#20840#29699#25490#21517#26597#35810#31995#32479
  ClientHeight = 174
  ClientWidth = 226
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 12
    Top = 80
    Width = 54
    Height = 12
    Caption = #32508#21512#25490#21517':'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label2: TLabel
    Left = 12
    Top = 100
    Width = 54
    Height = 12
    Caption = #25910#24405#26085#26399':'
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label3: TLabel
    Left = 4
    Top = 120
    Width = 84
    Height = 12
    Caption = #26085#22343' IP '#35775#38382#37327
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
  end
  object Label6: TLabel
    Left = 24
    Top = 8
    Width = 196
    Height = 13
    Caption = #35831#22312#19979#26041#36755#20837#35201#26597#35810#30340#32593#31449#22320#22336
  end
  object Label4: TLabel
    Left = 56
    Top = 160
    Width = 115
    Height = 13
    Caption = 'by'#65306'3588  QQ'#65306'72012'
  end
  object Button1: TButton
    Left = 132
    Top = 42
    Width = 85
    Height = 21
    Caption = #24320#22987#26597#35810
    TabOrder = 0
    OnClick = Button1Click
  end
  object Edit1: TEdit
    Left = 9
    Top = 42
    Width = 120
    Height = 20
    Font.Charset = ANSI_CHARSET
    Font.Color = clWindowText
    Font.Height = -12
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    Text = 'cn18.de'
  end
  object Web1: TWebBrowser
    Left = 419
    Top = 198
    Width = 69
    Height = 11
    TabOrder = 2
    ControlData = {
      4C00000022070000230100000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object Edit2: TEdit
    Left = 0
    Top = 136
    Width = 225
    Height = 21
    TabOrder = 3
    Text = #27426#36814#22823#23478#35775#38382#20013#22269#35201#21457#30340' WWW.CN18.DE'
  end
  object IdHTTP1: TIdHTTP
    MaxLineAction = maException
    ReadTimeout = 0
    AllowCookies = True
    ProxyParams.BasicAuthentication = False
    ProxyParams.ProxyPort = 0
    Request.ContentLength = -1
    Request.ContentRangeEnd = 0
    Request.ContentRangeStart = 0
    Request.ContentType = 'text/html'
    Request.Accept = 'text/html, */*'
    Request.BasicAuthentication = False
    Request.UserAgent = 'Mozilla/3.0 (compatible; Indy Library)'
    HTTPOptions = [hoForceEncodeParams]
    Left = 359
    Top = 88
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -