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

📄 unit1.dfm

📁 webbrowser控件使用是有三个难道
💻 DFM
字号:
object Form1: TForm1
  Left = 268
  Top = 192
  Width = 696
  Height = 480
  Caption = 'XBrowser'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object StatusBar1: TStatusBar
    Left = 0
    Top = 407
    Width = 688
    Height = 19
    Panels = <>
    SimplePanel = False
  end
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 688
    Height = 65
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        Width = 684
      end>
    DesignSize = (
      684
      61)
    object Label1: TLabel
      Left = 24
      Top = 35
      Width = 39
      Height = 13
      Caption = #22320' '#22336#65306
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
    end
    object SpeedButton1: TSpeedButton
      Left = 592
      Top = 32
      Width = 23
      Height = 22
      Anchors = [akLeft, akTop, akRight, akBottom]
      Caption = '>'
      OnClick = SpeedButton1Click
    end
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 671
      Height = 25
      Align = alNone
      ButtonHeight = 21
      ButtonWidth = 31
      Caption = 'ToolBar1'
      EdgeBorders = []
      EdgeInner = esNone
      EdgeOuter = esNone
      ShowCaptions = True
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 2
        AutoSize = True
        Caption = #21518#36864
        ImageIndex = 0
        OnClick = ToolButton1Click
      end
      object ToolButton2: TToolButton
        Left = 35
        Top = 2
        AutoSize = True
        Caption = #21069#36827
        ImageIndex = 1
        OnClick = ToolButton2Click
      end
      object ToolButton3: TToolButton
        Left = 70
        Top = 2
        AutoSize = True
        Caption = #21047#26032
        ImageIndex = 2
        OnClick = ToolButton3Click
      end
      object ToolButton4: TToolButton
        Left = 105
        Top = 2
        AutoSize = True
        Caption = #20572#27490
        ImageIndex = 3
        OnClick = ToolButton4Click
      end
      object ToolButton5: TToolButton
        Left = 140
        Top = 2
        Width = 413
        Caption = 'ToolButton5'
        ImageIndex = 4
        Style = tbsSeparator
      end
      object CheckBox1: TCheckBox
        Left = 553
        Top = 2
        Width = 97
        Height = 21
        Caption = #31105#27490#38169#35823#25552#31034
        TabOrder = 0
        OnClick = CheckBox1Click
      end
    end
  end
  object Edit1: TEdit
    Left = 72
    Top = 34
    Width = 513
    Height = 21
    TabOrder = 2
  end
  object WebBrowser1: TWebBrowser
    Left = 0
    Top = 65
    Width = 688
    Height = 342
    Align = alClient
    TabOrder = 3
    OnNewWindow2 = WebBrowser1NewWindow2
    ControlData = {
      4C0000001B470000592300000000000000000000000000000000000000000000
      000000004C000000000000000000000001000000E0D057007335CF11AE690800
      2B2E12620A000000000000004C0000000114020000000000C000000000000046
      8000000000000000000000000000000000000000000000000000000000000000
      00000000000000000100000000000000000000000000000000000000}
  end
  object MainMenu1: TMainMenu
    AutoHotkeys = maManual
    Left = 288
    Top = 136
    object N1: TMenuItem
      Caption = #25991#20214'(&F)'
      object N3: TMenuItem
        Caption = #25171#24320'(&O)'
      end
      object N4: TMenuItem
        Caption = #36864#20986'(&X)'
        OnClick = N4Click
      end
    end
    object N2: TMenuItem
      Caption = #32534#36753'(&E)'
    end
  end
end

⌨️ 快捷键说明

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