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

📄 unit1.~dfm

📁 连到某网站
💻 ~DFM
字号:
object Form1: TForm1
  Left = 254
  Top = 227
  Width = 518
  Height = 312
  Caption = 'Web Scroll Capture Demo write by 2ccc.com'
  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 WebBrowser1: TWebBrowser
    Left = 0
    Top = 41
    Width = 510
    Height = 244
    Align = alClient
    TabOrder = 0
    ControlData = {
      4C000000B6340000381900000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E126208000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 510
    Height = 41
    Align = alTop
    TabOrder = 1
    object Label1: TLabel
      Left = 16
      Top = 16
      Width = 25
      Height = 13
      Caption = 'URL:'
    end
    object Button1: TButton
      Left = 414
      Top = 8
      Width = 75
      Height = 25
      Caption = 'Capture'
      TabOrder = 0
      OnClick = Button1Click
    end
    object Edit1: TEdit
      Left = 48
      Top = 8
      Width = 265
      Height = 21
      ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
      TabOrder = 1
      Text = 'http://www.2ccc.com'
    end
    object Button2: TButton
      Left = 328
      Top = 8
      Width = 75
      Height = 25
      Caption = 'Navigate'
      TabOrder = 2
      OnClick = Button2Click
    end
  end
end

⌨️ 快捷键说明

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